@import "https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap";

/* src/styles.css */
body,
html {
  height: 100%;
  margin: 0;
}
main,
app-root {
  height: 100vh;
  width: 100vw;
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
}
::-webkit-scrollbar {
  display: none;
}

/* node_modules/simplebar/dist/simplebar.min.css */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.simplebar-content:after,
.simplebar-content:before {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity .2s .5s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  transition-delay: 0s;
  transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* src/assets/css/theme.min.css */
.cs-portfolio-card-video .cs-video-btn {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.cs-team .card-img:before,
.cs-portfolio-card-video .cs-portfolio-card-img::after,
.cs-media-grid-inner::before,
.cs-thumbnails .video-indicator[data-nav]::before,
.cs-gallery-item::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*!
* Bootstrap v4.5.3 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #9a9ca5;
  --gray-dark: #424551;
  --primary: #007bff;
  --secondary: #e5e8ed;
  --success: #03cea4;
  --info: #5a87fc;
  --warning: #f89828;
  --danger: #ff4242;
  --light: #fff;
  --dark: #424551;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: "Lato", sans-serif;
  --font-family-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #424551;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #007bff;
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  color: #0062cc;
  text-decoration: none;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #787a80;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
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: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + .3vw);
  }
}
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-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1e212c;
}
h1,
.h1 {
  font-size: 2.875rem;
}
@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.4125rem + 1.95vw);
  }
}
h2,
.h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: calc(1.325rem + .9vw);
  }
}
h3,
.h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.3rem + .6vw);
  }
}
h4,
.h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4,
  .h4 {
    font-size: calc(1.275rem + .3vw);
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 400;
}
.display-1 {
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
.display-2 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
.display-3 {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.475rem + 2.7vw);
  }
}
.display-4 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
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: .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: .5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #9a9ca5;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #e5e8ed;
  border-radius: .25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #9a9ca5;
}
code {
  font-size: 87.5%;
  color: #e3116c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #424551;
  border-radius: .25rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #6c6d73;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1280px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1260px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm-auto,
.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,
.col-md-auto,
.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,
.col-lg-auto,
.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,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #424551;
}
.table th,
.table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #e5e8ed;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e8ed;
}
.table tbody + tbody {
  border-top: 2px solid #e5e8ed;
}
.table-sm th,
.table-sm td {
  padding: .3rem;
}
.table-bordered {
  border: 1px solid #e5e8ed;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e5e8ed;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #424551;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}
.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 > th,
.table-secondary > td {
  background-color: #f8f9fa;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #f1f3f6;
}
.table-hover .table-secondary:hover {
  background-color: #e9ecef;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #e9ecef;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8f1e6;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ce6d0;
}
.table-hover .table-success:hover {
  background-color: #a3eddf;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a3eddf;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d1ddfe;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #a9c1fd;
}
.table-hover .table-info:hover {
  background-color: #b8cbfd;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b8cbfd;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fde2c3;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fbc98f;
}
.table-hover .table-warning:hover {
  background-color: #fcd6aa;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fcd6aa;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffcaca;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ff9d9d;
}
.table-hover .table-danger:hover {
  background-color: #ffb1b1;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffb1b1;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fff;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fff;
}
.table-hover .table-light:hover {
  background-color: #f2f2f2;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cacbce;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #9d9ea5;
}
.table-hover .table-dark:hover {
  background-color: #bdbec2;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bdbec2;
}
.table-active,
.table-active > th,
.table-active > td {
  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);
}
.table .thead-dark th {
  color: #fff;
  background-color: #424551;
  border-color: #535766;
}
.table .thead-light th {
  color: #787a80;
  background-color: #f4f5f6;
  border-color: #e5e8ed;
}
.table-dark {
  color: #fff;
  background-color: #424551;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #535766;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: .625rem 1rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #424551;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dadbdd;
  border-radius: .25rem;
  box-shadow: 0 0 0 0 transparent;
  transition:
    border-color .2s ease-in-out,
    background-color .2s ease-in-out,
    box-shadow .2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #424551;
}
.form-control:focus {
  color: #424551;
  background-color: #fff;
  border-color: rgba(0, 123, 255, 0.4);
  outline: 0;
  box-shadow:
    0 0 0 0 transparent,
    0 5rem 5rem -1.25rem rgba(0, 123, 255, 0.08),
    0 1.875rem 1.5rem -0.625rem rgba(0, 123, 255, 0.05),
    0 0.75rem 0.625rem -0.375rem rgba(0, 123, 255, 0.04),
    0 0.25rem 0.25rem -0.25rem rgba(30, 33, 44, 0.03);
}
.form-control::-webkit-input-placeholder {
  color: #9a9ca5;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #9a9ca5;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #9a9ca5;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #9a9ca5;
  opacity: 1;
}
.form-control::placeholder {
  color: #9a9ca5;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f4f5f6;
  opacity: 1;
}
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:focus::-ms-value {
  color: #424551;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(.625rem + 1px);
  padding-bottom: calc(.625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(.815rem + 1px);
  padding-bottom: calc(.815rem + 1px);
  font-size: 1rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(.6rem + 1px);
  padding-bottom: calc(.6rem + 1px);
  font-size: .75rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .625rem 0;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
  color: #424551;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 1.2rem + 2px);
  padding: .6rem .5rem;
  font-size: .75rem;
  line-height: 1.5;
  border-radius: .25rem;
}
.form-control-lg {
  height: calc(1.5em + 1.63rem + 2px);
  padding: .815rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-text {
  display: block;
  margin-top: .25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #787a80;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #03cea4;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .8125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(3, 206, 164, 0.9);
  border-radius: .25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #03cea4;
  padding-right: calc(1.5em + 1.25rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2303cea4' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .3125rem) center;
  background-size: calc(.75em + .625rem) calc(.75em + .625rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #03cea4;
  box-shadow: 0 0 0 0 rgba(3, 206, 164, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.25rem);
  background-position: top calc(.375em + .3125rem) right calc(.375em + .3125rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #03cea4;
  padding-right: calc(.75em + 2.9375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23424551' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2303cea4' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(.75em + .625rem) calc(.75em + .625rem);
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #03cea4;
  box-shadow: 0 0 0 0 rgba(3, 206, 164, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #03cea4;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #03cea4;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #03cea4;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #09fbc9;
  background-color: #09fbc9;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(3, 206, 164, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #03cea4;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #03cea4;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #03cea4;
  box-shadow: 0 0 0 0 rgba(3, 206, 164, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #ff4242;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .8125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 66, 66, 0.9);
  border-radius: .25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #ff4242;
  padding-right: calc(1.5em + 1.25rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff4242' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4242' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .3125rem) center;
  background-size: calc(.75em + .625rem) calc(.75em + .625rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #ff4242;
  box-shadow: 0 0 0 0 rgba(255, 66, 66, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.25rem);
  background-position: top calc(.375em + .3125rem) right calc(.375em + .3125rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ff4242;
  padding-right: calc(.75em + 2.9375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23424551' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff4242' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4242' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(.75em + .625rem) calc(.75em + .625rem);
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ff4242;
  box-shadow: 0 0 0 0 rgba(255, 66, 66, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #ff4242;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff4242;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff4242;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff7575;
  background-color: #ff7575;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(255, 66, 66, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff4242;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff4242;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff4242;
  box-shadow: 0 0 0 0 rgba(255, 66, 66, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    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,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: bold;
  color: #424551;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .625rem 2rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition:
    color 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #424551;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled,
.btn:disabled {
  opacity: .65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #1e212c;
  background-color: #e5e8ed;
  border-color: #e5e8ed;
  box-shadow: none;
}
.btn-secondary:hover {
  color: #1e212c;
  background-color: #ced4dd;
  border-color: #c7cdd8;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #1e212c;
  background-color: #ced4dd;
  border-color: #c7cdd8;
  box-shadow: 0 0 0 0 rgba(199, 202, 208, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1e212c;
  background-color: #e5e8ed;
  border-color: #e5e8ed;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #1e212c;
  background-color: #c7cdd8;
  border-color: #bfc7d3;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(199, 202, 208, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #03cea4;
  border-color: #03cea4;
  box-shadow: none;
}
.btn-success:hover {
  color: #fff;
  background-color: #02a886;
  border-color: #029c7c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #02a886;
  border-color: #029c7c;
  box-shadow: 0 0 0 0 rgba(41, 213, 178, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #03cea4;
  border-color: #03cea4;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #029c7c;
  border-color: #028f72;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(41, 213, 178, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #5a87fc;
  border-color: #5a87fc;
  box-shadow: none;
}
.btn-info:hover {
  color: #fff;
  background-color: #346cfb;
  border-color: #2863fb;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #346cfb;
  border-color: #2863fb;
  box-shadow: 0 0 0 0 rgba(115, 153, 252, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #5a87fc;
  border-color: #5a87fc;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2863fb;
  border-color: #1b59fb;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(115, 153, 252, 0.5);
}
.btn-warning {
  color: #1e212c;
  background-color: #f89828;
  border-color: #f89828;
  box-shadow: none;
}
.btn-warning:hover {
  color: #1e212c;
  background-color: #f28608;
  border-color: #e67f07;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #1e212c;
  background-color: #f28608;
  border-color: #e67f07;
  box-shadow: 0 0 0 0 rgba(215, 134, 41, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1e212c;
  background-color: #f89828;
  border-color: #f89828;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e67f07;
  border-color: #d97807;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(215, 134, 41, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #ff4242;
  border-color: #ff4242;
  box-shadow: none;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff1c1c;
  border-color: #ff0f0f;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ff1c1c;
  border-color: #ff0f0f;
  box-shadow: 0 0 0 0 rgba(255, 94, 94, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #ff4242;
  border-color: #ff4242;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff0f0f;
  border-color: #ff0202;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 94, 94, 0.5);
}
.btn-light {
  color: #1e212c;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-light:hover {
  color: #1e212c;
  background-color: #ececec;
  border-color: #e6e5e5;
}
.btn-light:focus,
.btn-light.focus {
  color: #1e212c;
  background-color: #ececec;
  border-color: #e6e5e5;
  box-shadow: 0 0 0 0 rgba(221, 222, 223, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #1e212c;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #1e212c;
  background-color: #e6e5e5;
  border-color: #dfdfdf;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(221, 222, 223, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #424551;
  border-color: #424551;
  box-shadow: none;
}
.btn-dark:hover {
  color: #fff;
  background-color: #31333c;
  border-color: #2b2d35;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #31333c;
  border-color: #2b2d35;
  box-shadow: 0 0 0 0 rgba(94, 97, 107, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #424551;
  border-color: #424551;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2b2d35;
  border-color: #25272e;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(94, 97, 107, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  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 0 rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #e5e8ed;
  border-color: #e5e8ed;
}
.btn-outline-secondary:hover {
  color: #1e212c;
  background-color: #e5e8ed;
  border-color: #e5e8ed;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(229, 232, 237, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #e5e8ed;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #1e212c;
  background-color: #e5e8ed;
  border-color: #e5e8ed;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(229, 232, 237, 0.5);
}
.btn-outline-success {
  color: #03cea4;
  border-color: #03cea4;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #03cea4;
  border-color: #03cea4;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(3, 206, 164, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #03cea4;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #03cea4;
  border-color: #03cea4;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(3, 206, 164, 0.5);
}
.btn-outline-info {
  color: #5a87fc;
  border-color: #5a87fc;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #5a87fc;
  border-color: #5a87fc;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(90, 135, 252, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #5a87fc;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5a87fc;
  border-color: #5a87fc;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(90, 135, 252, 0.5);
}
.btn-outline-warning {
  color: #f89828;
  border-color: #f89828;
}
.btn-outline-warning:hover {
  color: #1e212c;
  background-color: #f89828;
  border-color: #f89828;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(248, 152, 40, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f89828;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #1e212c;
  background-color: #f89828;
  border-color: #f89828;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 152, 40, 0.5);
}
.btn-outline-danger {
  color: #ff4242;
  border-color: #ff4242;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff4242;
  border-color: #ff4242;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 66, 66, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ff4242;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff4242;
  border-color: #ff4242;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 66, 66, 0.5);
}
.btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:hover {
  color: #1e212c;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #1e212c;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-dark {
  color: #424551;
  border-color: #424551;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #424551;
  border-color: #424551;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(66, 69, 81, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #424551;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #424551;
  border-color: #424551;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(66, 69, 81, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0062cc;
  text-decoration: none;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #9a9ca5;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: .815rem 2.63rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: .6rem 1.5rem;
  font-size: .75rem;
  line-height: 1.5;
  border-radius: .25rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: .5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 11.25rem;
  padding: .5rem 0;
  margin: 0 0 0;
  font-size: .875rem;
  color: #424551;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e8ed;
  border-radius: .25rem;
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: .25rem 0;
  overflow: hidden;
  border-top: 1px solid #e5e8ed;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.25rem;
  clear: both;
  font-weight: 400;
  color: #424551;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #007bff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
.dropdown-item.active,
.dropdown-item:active {
  color: #007bff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #9a9ca5;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: .5rem 1.25rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #1e212c;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: .25rem 1.25rem;
  color: #424551;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.9725rem;
  padding-left: 1.9725rem;
}
.btn-group.show .dropdown-toggle {
  box-shadow: none;
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .625rem 1rem;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #424551;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #dadbdd;
  border-radius: .25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.63rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: .815rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 1.2rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: .6rem .5rem;
  font-size: .75rem;
  line-height: 1.5;
  border-radius: .25rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.75rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
  box-shadow:;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow:
    0 0 0 0 transparent,
    0 5rem 5rem -1.25rem rgba(0, 123, 255, 0.08),
    0 1.875rem 1.5rem -0.625rem rgba(0, 123, 255, 0.05),
    0 0.75rem 0.625rem -0.375rem rgba(0, 123, 255, 0.04),
    0 0.25rem 0.25rem -0.25rem rgba(30, 33, 44, 0.03);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(0, 123, 255, 0.4);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
  box-shadow:;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #9a9ca5;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f4f5f6;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #b5b5ba solid 1px;
  box-shadow: 0 0 0 0 transparent;
}
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
  box-shadow:;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23007bff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.5rem;
}
.custom-switch .custom-control-label::before {
  left: -2.5rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.5rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #b5b5ba;
  border-radius: .5rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
  transition:
    transform 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    transform 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(.75rem);
  transform: translateX(.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: .625rem 2rem .625rem 1rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #424551;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23424551' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  border: 1px solid #dadbdd;
  border-radius: .25rem;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: rgba(0, 123, 255, 0.4);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #424551;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled {
  color: #9a9ca5;
  background-color: #f4f5f6;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #424551;
}
.custom-select-sm {
  height: calc(1.5em + 1.2rem + 2px);
  padding-top: .6rem;
  padding-bottom: .6rem;
  padding-left: .5rem;
  font-size: .75rem;
}
.custom-select-lg {
  height: calc(1.5em + 1.63rem + 2px);
  padding-top: .815rem;
  padding-bottom: .815rem;
  padding-left: 1rem;
  font-size: 1rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(0, 123, 255, 0.4);
  box-shadow:
    0 5rem 5rem -1.25rem rgba(0, 123, 255, 0.08),
    0 1.875rem 1.5rem -0.625rem rgba(0, 123, 255, 0.05),
    0 0.75rem 0.625rem -0.375rem rgba(0, 123, 255, 0.04),
    0 0.25rem 0.25rem -0.25rem rgba(30, 33, 44, 0.03);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #f4f5f6;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.25rem + 2px);
  padding: .625rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #9a9ca5;
  background-color: #fff;
  border: 1px solid #dadbdd;
  border-radius: .25rem;
  box-shadow: 0 0 0 0 transparent;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.25rem);
  padding: .625rem 1rem;
  line-height: 1.5;
  color: #fff;
  content: "Browse";
  background-color: #007bff;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}
.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow:
    0 0 0 1px #fff,
    0 5rem 5rem -1.25rem rgba(0, 123, 255, 0.08),
    0 1.875rem 1.5rem -0.625rem rgba(0, 123, 255, 0.05),
    0 0.75rem 0.625rem -0.375rem rgba(0, 123, 255, 0.04),
    0 0.25rem 0.25rem -0.25rem rgba(30, 33, 44, 0.03);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow:
    0 0 0 1px #fff,
    0 5rem 5rem -1.25rem rgba(0, 123, 255, 0.08),
    0 1.875rem 1.5rem -0.625rem rgba(0, 123, 255, 0.05),
    0 0.75rem 0.625rem -0.375rem rgba(0, 123, 255, 0.04),
    0 0.25rem 0.25rem -0.25rem rgba(30, 33, 44, 0.03);
}
.custom-range:focus::-ms-thumb {
  box-shadow:
    0 0 0 1px #fff,
    0 5rem 5rem -1.25rem rgba(0, 123, 255, 0.08),
    0 1.875rem 1.5rem -0.625rem rgba(0, 123, 255, 0.05),
    0 0.75rem 0.625rem -0.375rem rgba(0, 123, 255, 0.04),
    0 0.25rem 0.25rem -0.25rem rgba(30, 33, 44, 0.03);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e5e8ed;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e5e8ed;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -ms-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #e5e8ed;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e5e8ed;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #b5b5ba;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #b5b5ba;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #b5b5ba;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: .625rem 1.25rem;
  text-decoration: none;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #b5b5ba;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: rgba(0, 0, 0, 0);
}
.nav-tabs .nav-link.disabled {
  color: #b5b5ba;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #007bff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #007bff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: .25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: 1.625rem;
  line-height: inherit;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .navbar-brand {
    font-size: calc(1.2875rem + .45vw);
  }
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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: .625rem;
  padding-bottom: .625rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 10px 16px;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  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: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: #1e212c;
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #1e212c;
}
.navbar-light .navbar-nav .nav-link {
  color: #424551;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #007bff;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(66, 69, 81, 0.4);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #007bff;
}
.navbar-light .navbar-toggler {
  color: #424551;
  border-color: rgba(0, 0, 0, 0);
}
.navbar-light .navbar-toggler-icon {
  background-image: initial;
}
.navbar-light .navbar-text {
  color: #424551;
}
.navbar-light .navbar-text a {
  color: #007bff;
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: #007bff;
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.4);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(0, 0, 0, 0);
}
.navbar-dark .navbar-toggler-icon {
  background-image: initial;
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e5e8ed;
  border-radius: .25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
}
.card-title {
  margin-bottom: 1.25rem;
}
.card-subtitle {
  margin-top: -.625rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.5rem;
}
.card-header {
  padding: 1.25rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e5e8ed;
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-footer {
  padding: 1.25rem 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #e5e8ed;
}
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-header-tabs {
  margin-right: -.75rem;
  margin-bottom: -1.25rem;
  margin-left: -.75rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -.75rem;
  margin-left: -.75rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 0;
  margin-bottom: 1rem;
  font-size: .875rem;
  list-style: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .25rem;
}
.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #9a9ca5;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #9a9ca5;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0 .625rem;
  margin-left: -1px;
  line-height: 1.6;
  color: #424551;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}
.page-link:hover {
  z-index: 2;
  color: #007bff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #007bff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.page-item.disabled .page-link {
  color: rgba(66, 69, 81, 0.4);
  pointer-events: none;
  cursor: auto;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.pagination-lg .page-link {
  padding: 0 .625rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.pagination-sm .page-link {
  padding: 0 .625rem;
  font-size: .875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.badge {
  display: inline-block;
  padding: .25rem .5rem;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition:
    color 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #1e212c;
  background-color: #e5e8ed;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #1e212c;
  background-color: #c7cdd8;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(229, 232, 237, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #03cea4;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #029c7c;
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(3, 206, 164, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #5a87fc;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #2863fb;
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(90, 135, 252, 0.5);
}
.badge-warning {
  color: #1e212c;
  background-color: #f89828;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #1e212c;
  background-color: #e67f07;
}
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(248, 152, 40, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #ff4242;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #ff0f0f;
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 66, 66, 0.5);
}
.badge-light {
  color: #1e212c;
  background-color: #fff;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #1e212c;
  background-color: #e6e5e5;
}
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #424551;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #2b2d35;
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(66, 69, 81, 0.5);
}
.jumbotron {
  padding: 2.5rem 1.25rem;
  margin-bottom: 2.5rem;
  background-color: #fff;
  border-radius: .25rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 5rem 2.5rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #0071eb;
  background-color: #f1f8ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #0058b8;
}
.alert-secondary {
  color: #d3d5da;
  background-color: #fefefe;
  border-color: #f8f9fa;
}
.alert-secondary hr {
  border-top-color: #e9ecef;
}
.alert-secondary .alert-link {
  color: #b7bbc3;
}
.alert-success {
  color: #03be97;
  background-color: #f1fcfa;
  border-color: #b8f1e6;
}
.alert-success hr {
  border-top-color: #a3eddf;
}
.alert-success .alert-link {
  color: #028c6f;
}
.alert-info {
  color: #537ce8;
  background-color: #f6f8ff;
  border-color: #d1ddfe;
}
.alert-info hr {
  border-top-color: #b8cbfd;
}
.alert-info .alert-link {
  color: #265ae2;
}
.alert-warning {
  color: #e48c25;
  background-color: #fff9f3;
  border-color: #fde2c3;
}
.alert-warning hr {
  border-top-color: #fcd6aa;
}
.alert-warning .alert-link {
  color: #be7218;
}
.alert-danger {
  color: #eb3d3d;
  background-color: #fff4f4;
  border-color: #ffcaca;
}
.alert-danger hr {
  border-top-color: #ffb1b1;
}
.alert-danger .alert-link {
  color: #de1717;
}
.alert-light {
  color: #ebebeb;
  background-color: #fff;
  border-color: #fff;
}
.alert-light hr {
  border-top-color: #f2f2f2;
}
.alert-light .alert-link {
  color: #d2d1d1;
}
.alert-dark {
  color: #3d3f4b;
  background-color: #f4f5f5;
  border-color: #cacbce;
}
.alert-dark hr {
  border-top-color: #bdbec2;
}
.alert-dark .alert-link {
  color: #26272f;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e5e8ed;
  border-radius: 2.5rem;
  box-shadow: none;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}
.list-group-item-action {
  width: 100%;
  color: #787a80;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #007bff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
.list-group-item-action:active {
  color: #007bff;
  background-color: rgba(0, 0, 0, 0);
}
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  color: #424551;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e5e8ed;
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: rgba(66, 69, 81, 0.5);
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1280px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #77797b;
  background-color: #f8f9fa;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #77797b;
  background-color: #e9ecef;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #77797b;
  border-color: #77797b;
}
.list-group-item-success {
  color: #026b55;
  background-color: #b8f1e6;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #026b55;
  background-color: #a3eddf;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #026b55;
  border-color: #026b55;
}
.list-group-item-info {
  color: #2f4683;
  background-color: #d1ddfe;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #2f4683;
  background-color: #b8cbfd;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #2f4683;
  border-color: #2f4683;
}
.list-group-item-warning {
  color: #814f15;
  background-color: #fde2c3;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #814f15;
  background-color: #fcd6aa;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #814f15;
  border-color: #814f15;
}
.list-group-item-danger {
  color: #852222;
  background-color: #ffcaca;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #852222;
  background-color: #ffb1b1;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #852222;
  border-color: #852222;
}
.list-group-item-light {
  color: #858585;
  background-color: #fff;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.list-group-item-dark {
  color: #22242a;
  background-color: #cacbce;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #22242a;
  background-color: #bdbec2;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #22242a;
  border-color: #22242a;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  color: #787a80;
  text-shadow: none;
  opacity: .5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + .3vw);
  }
}
.close:hover {
  color: #787a80;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  -ms-flex-preferred-size: 24.375rem;
  flex-basis: 24.375rem;
  max-width: 24.375rem;
  font-size: 1rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e8ed;
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
  opacity: 0;
  border-radius: .25rem;
}
.toast:not(:last-child) {
  margin-bottom: 1rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem 1rem;
  color: #9a9ca5;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.toast-body {
  padding: 1rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e8ed;
  border-radius: .25rem;
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
  outline: 0;
}
.modal-backdrop,
.cs-offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade,
.fade.cs-offcanvas-backdrop {
  opacity: 0;
}
.modal-backdrop.show,
.show.cs-offcanvas-backdrop {
  opacity: .5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem 1.25rem;
  border-bottom: 1px solid #e5e8ed;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.modal-header .close {
  padding: 1.25rem 1.25rem;
  margin: -1.25rem -1.25rem -1.25rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .875rem;
  border-top: 1px solid #e5e8ed;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.modal-footer > * {
  margin: .375rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-content {
    box-shadow:
      0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
      0 1.25rem 1rem rgba(154, 156, 165, 0.05),
      0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
      0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Lato", 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: .8125rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: .9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: .4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 .4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: .4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 .4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Lato", 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: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e8ed;
  border-radius: .25rem;
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .25rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: .5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-.5rem - 1px);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: #d6dbe3;
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: .5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .25rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #d6dbe3;
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: .5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-.5rem - 1px);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #d6dbe3;
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #fff;
}
.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: .5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .25rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #d6dbe3;
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #1e212c;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: .75rem 1.25rem;
  color: #424551;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #424551;
  text-align: center;
  opacity: .6;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  transition:
    transform 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
  transition:
    transform 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #424551;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .1em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.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:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #e5e8ed !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #c7cdd8 !important;
}
.bg-success {
  background-color: #03cea4 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #029c7c !important;
}
.bg-info {
  background-color: #5a87fc !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #2863fb !important;
}
.bg-warning {
  background-color: #f89828 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e67f07 !important;
}
.bg-danger {
  background-color: #ff4242 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff0f0f !important;
}
.bg-light {
  background-color: #fff !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e5e5 !important;
}
.bg-dark {
  background-color: #424551 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #2b2d35 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #e5e8ed !important;
}
.border-top {
  border-top: 1px solid #e5e8ed !important;
}
.border-right {
  border-right: 1px solid #e5e8ed !important;
}
.border-bottom {
  border-bottom: 1px solid #e5e8ed !important;
}
.border-left {
  border-left: 1px solid #e5e8ed !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: #e5e8ed !important;
}
.border-success {
  border-color: #03cea4 !important;
}
.border-info {
  border-color: #5a87fc !important;
}
.border-warning {
  border-color: #f89828 !important;
}
.border-danger {
  border-color: #ff4242 !important;
}
.border-light {
  border-color: #fff !important;
}
.border-dark {
  border-color: #424551 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: .25rem !important;
}
.rounded {
  border-radius: .25rem !important;
}
.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}
.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}
.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}
.rounded-lg {
  border-radius: .25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.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-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .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-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !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 iframe,
.embed-responsive embed,
.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.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    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: 1280px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03) !important;
}
.shadow {
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.16),
    0 1.25rem 1rem -0.25rem rgba(154, 156, 165, 0.1),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.08),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.05) !important;
}
.shadow-lg {
  box-shadow:
    0 1.5rem 1.875rem rgba(30, 33, 44, 0.16),
    0 1.25rem 1.125rem -0.25rem rgba(30, 33, 44, 0.1),
    0 0.5rem 0.75rem rgba(30, 33, 44, 0.08),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.05) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.w-20 {
  width: 20% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.h-20 {
  height: 20% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: .25rem !important;
}
.mt-1,
.my-1 {
  margin-top: .25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: .25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: .25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: .25rem !important;
}
.m-2 {
  margin: .5rem !important;
}
.mt-2,
.my-2 {
  margin-top: .5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: .5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: .5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: .5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.m-6 {
  margin: 6rem !important;
}
.mt-6,
.my-6 {
  margin-top: 6rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 6rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 6rem !important;
}
.m-grid-gutter {
  margin: 30px !important;
}
.mt-grid-gutter,
.my-grid-gutter {
  margin-top: 30px !important;
}
.mr-grid-gutter,
.mx-grid-gutter {
  margin-right: 30px !important;
}
.mb-grid-gutter,
.my-grid-gutter {
  margin-bottom: 30px !important;
}
.ml-grid-gutter,
.mx-grid-gutter {
  margin-left: 30px !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: .25rem !important;
}
.pt-1,
.py-1 {
  padding-top: .25rem !important;
}
.pr-1,
.px-1 {
  padding-right: .25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: .25rem !important;
}
.pl-1,
.px-1 {
  padding-left: .25rem !important;
}
.p-2 {
  padding: .5rem !important;
}
.pt-2,
.py-2 {
  padding-top: .5rem !important;
}
.pr-2,
.px-2 {
  padding-right: .5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: .5rem !important;
}
.pl-2,
.px-2 {
  padding-left: .5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.p-6 {
  padding: 6rem !important;
}
.pt-6,
.py-6 {
  padding-top: 6rem !important;
}
.pr-6,
.px-6 {
  padding-right: 6rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}
.pl-6,
.px-6 {
  padding-left: 6rem !important;
}
.p-grid-gutter {
  padding: 30px !important;
}
.pt-grid-gutter,
.py-grid-gutter {
  padding-top: 30px !important;
}
.pr-grid-gutter,
.px-grid-gutter {
  padding-right: 30px !important;
}
.pb-grid-gutter,
.py-grid-gutter {
  padding-bottom: 30px !important;
}
.pl-grid-gutter,
.px-grid-gutter {
  padding-left: 30px !important;
}
.m-n1 {
  margin: -.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -.25rem !important;
}
.m-n2 {
  margin: -.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-n6 {
  margin: -6rem !important;
}
.mt-n6,
.my-n6 {
  margin-top: -6rem !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -6rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -6rem !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -6rem !important;
}
.m-ngrid-gutter {
  margin: -30px !important;
}
.mt-ngrid-gutter,
.my-ngrid-gutter {
  margin-top: -30px !important;
}
.mr-ngrid-gutter,
.mx-ngrid-gutter {
  margin-right: -30px !important;
}
.mb-ngrid-gutter,
.my-ngrid-gutter {
  margin-bottom: -30px !important;
}
.ml-ngrid-gutter,
.mx-ngrid-gutter {
  margin-left: -30px !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: .25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important;
  }
  .m-sm-2 {
    margin: .5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important;
  }
  .m-sm-grid-gutter {
    margin: 30px !important;
  }
  .mt-sm-grid-gutter,
  .my-sm-grid-gutter {
    margin-top: 30px !important;
  }
  .mr-sm-grid-gutter,
  .mx-sm-grid-gutter {
    margin-right: 30px !important;
  }
  .mb-sm-grid-gutter,
  .my-sm-grid-gutter {
    margin-bottom: 30px !important;
  }
  .ml-sm-grid-gutter,
  .mx-sm-grid-gutter {
    margin-left: 30px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: .25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important;
  }
  .p-sm-2 {
    padding: .5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }
  .p-sm-grid-gutter {
    padding: 30px !important;
  }
  .pt-sm-grid-gutter,
  .py-sm-grid-gutter {
    padding-top: 30px !important;
  }
  .pr-sm-grid-gutter,
  .px-sm-grid-gutter {
    padding-right: 30px !important;
  }
  .pb-sm-grid-gutter,
  .py-sm-grid-gutter {
    padding-bottom: 30px !important;
  }
  .pl-sm-grid-gutter,
  .px-sm-grid-gutter {
    padding-left: 30px !important;
  }
  .m-sm-n1 {
    margin: -.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem !important;
  }
  .m-sm-n2 {
    margin: -.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -6rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -6rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -6rem !important;
  }
  .m-sm-ngrid-gutter {
    margin: -30px !important;
  }
  .mt-sm-ngrid-gutter,
  .my-sm-ngrid-gutter {
    margin-top: -30px !important;
  }
  .mr-sm-ngrid-gutter,
  .mx-sm-ngrid-gutter {
    margin-right: -30px !important;
  }
  .mb-sm-ngrid-gutter,
  .my-sm-ngrid-gutter {
    margin-bottom: -30px !important;
  }
  .ml-sm-ngrid-gutter,
  .mx-sm-ngrid-gutter {
    margin-left: -30px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: .25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important;
  }
  .m-md-2 {
    margin: .5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }
  .m-md-grid-gutter {
    margin: 30px !important;
  }
  .mt-md-grid-gutter,
  .my-md-grid-gutter {
    margin-top: 30px !important;
  }
  .mr-md-grid-gutter,
  .mx-md-grid-gutter {
    margin-right: 30px !important;
  }
  .mb-md-grid-gutter,
  .my-md-grid-gutter {
    margin-bottom: 30px !important;
  }
  .ml-md-grid-gutter,
  .mx-md-grid-gutter {
    margin-left: 30px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: .25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important;
  }
  .p-md-2 {
    padding: .5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }
  .p-md-grid-gutter {
    padding: 30px !important;
  }
  .pt-md-grid-gutter,
  .py-md-grid-gutter {
    padding-top: 30px !important;
  }
  .pr-md-grid-gutter,
  .px-md-grid-gutter {
    padding-right: 30px !important;
  }
  .pb-md-grid-gutter,
  .py-md-grid-gutter {
    padding-bottom: 30px !important;
  }
  .pl-md-grid-gutter,
  .px-md-grid-gutter {
    padding-left: 30px !important;
  }
  .m-md-n1 {
    margin: -.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem !important;
  }
  .m-md-n2 {
    margin: -.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -6rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -6rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -6rem !important;
  }
  .m-md-ngrid-gutter {
    margin: -30px !important;
  }
  .mt-md-ngrid-gutter,
  .my-md-ngrid-gutter {
    margin-top: -30px !important;
  }
  .mr-md-ngrid-gutter,
  .mx-md-ngrid-gutter {
    margin-right: -30px !important;
  }
  .mb-md-ngrid-gutter,
  .my-md-ngrid-gutter {
    margin-bottom: -30px !important;
  }
  .ml-md-ngrid-gutter,
  .mx-md-ngrid-gutter {
    margin-left: -30px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: .25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important;
  }
  .m-lg-2 {
    margin: .5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }
  .m-lg-grid-gutter {
    margin: 30px !important;
  }
  .mt-lg-grid-gutter,
  .my-lg-grid-gutter {
    margin-top: 30px !important;
  }
  .mr-lg-grid-gutter,
  .mx-lg-grid-gutter {
    margin-right: 30px !important;
  }
  .mb-lg-grid-gutter,
  .my-lg-grid-gutter {
    margin-bottom: 30px !important;
  }
  .ml-lg-grid-gutter,
  .mx-lg-grid-gutter {
    margin-left: 30px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: .25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important;
  }
  .p-lg-2 {
    padding: .5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .p-lg-grid-gutter {
    padding: 30px !important;
  }
  .pt-lg-grid-gutter,
  .py-lg-grid-gutter {
    padding-top: 30px !important;
  }
  .pr-lg-grid-gutter,
  .px-lg-grid-gutter {
    padding-right: 30px !important;
  }
  .pb-lg-grid-gutter,
  .py-lg-grid-gutter {
    padding-bottom: 30px !important;
  }
  .pl-lg-grid-gutter,
  .px-lg-grid-gutter {
    padding-left: 30px !important;
  }
  .m-lg-n1 {
    margin: -.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem !important;
  }
  .m-lg-n2 {
    margin: -.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -6rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -6rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -6rem !important;
  }
  .m-lg-ngrid-gutter {
    margin: -30px !important;
  }
  .mt-lg-ngrid-gutter,
  .my-lg-ngrid-gutter {
    margin-top: -30px !important;
  }
  .mr-lg-ngrid-gutter,
  .mx-lg-ngrid-gutter {
    margin-right: -30px !important;
  }
  .mb-lg-ngrid-gutter,
  .my-lg-ngrid-gutter {
    margin-bottom: -30px !important;
  }
  .ml-lg-ngrid-gutter,
  .mx-lg-ngrid-gutter {
    margin-left: -30px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: .25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important;
  }
  .m-xl-2 {
    margin: .5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important;
  }
  .m-xl-grid-gutter {
    margin: 30px !important;
  }
  .mt-xl-grid-gutter,
  .my-xl-grid-gutter {
    margin-top: 30px !important;
  }
  .mr-xl-grid-gutter,
  .mx-xl-grid-gutter {
    margin-right: 30px !important;
  }
  .mb-xl-grid-gutter,
  .my-xl-grid-gutter {
    margin-bottom: 30px !important;
  }
  .ml-xl-grid-gutter,
  .mx-xl-grid-gutter {
    margin-left: 30px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: .25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important;
  }
  .p-xl-2 {
    padding: .5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important;
  }
  .p-xl-grid-gutter {
    padding: 30px !important;
  }
  .pt-xl-grid-gutter,
  .py-xl-grid-gutter {
    padding-top: 30px !important;
  }
  .pr-xl-grid-gutter,
  .px-xl-grid-gutter {
    padding-right: 30px !important;
  }
  .pb-xl-grid-gutter,
  .py-xl-grid-gutter {
    padding-bottom: 30px !important;
  }
  .pl-xl-grid-gutter,
  .px-xl-grid-gutter {
    padding-left: 30px !important;
  }
  .m-xl-n1 {
    margin: -.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem !important;
  }
  .m-xl-n2 {
    margin: -.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -6rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -6rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -6rem !important;
  }
  .m-xl-ngrid-gutter {
    margin: -30px !important;
  }
  .mt-xl-ngrid-gutter,
  .my-xl-ngrid-gutter {
    margin-top: -30px !important;
  }
  .mr-xl-ngrid-gutter,
  .mx-xl-ngrid-gutter {
    margin-right: -30px !important;
  }
  .mb-xl-ngrid-gutter,
  .my-xl-ngrid-gutter {
    margin-bottom: -30px !important;
  }
  .ml-xl-ngrid-gutter,
  .mx-xl-ngrid-gutter {
    margin-left: -30px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !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: 1280px) {
  .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-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
.text-secondary {
  color: #e5e8ed !important;
}
.text-success {
  color: #03cea4 !important;
}
.text-info {
  color: #5a87fc !important;
}
.text-warning {
  color: #f89828 !important;
}
.text-danger {
  color: #ff4242 !important;
}
.text-light {
  color: #fff !important;
}
.text-dark {
  color: #424551 !important;
}
.text-body {
  color: #424551 !important;
}
.text-muted {
  color: #787a80 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
}
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cs-page-wrapper {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cs-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  html,
  body {
    height: auto;
  }
  body {
    display: block;
  }
}
a {
  transition: color 0.2s ease-in-out;
}
a:focus {
  outline: none;
}
img,
figure {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
svg {
  max-width: 100%;
}
iframe {
  width: 100%;
  border: 0;
}
::-moz-selection {
  background: rgba(0, 123, 255, 0.22);
}
::selection {
  background: rgba(0, 123, 255, 0.22);
}
::-moz-selection {
  background: rgba(0, 123, 255, 0.22);
}
b,
strong {
  font-weight: 700;
}
small {
  font-weight: inherit;
}
cite {
  font-style: normal;
}
button:focus {
  outline: none;
}
h1,
.h1 {
  font-weight: 900;
  line-height: 1.25;
}
h2,
.h2 {
  font-weight: 900;
  line-height: 1.3;
}
h3,
.h3 {
  font-weight: 700;
  line-height: 1.35;
}
h4,
.h4 {
  font-weight: 700;
  line-height: 1.4;
}
h5,
.h5 {
  font-weight: 700;
  line-height: 1.45;
}
h6,
.h6 {
  font-weight: 700;
  line-height: 1.5;
}
ul li,
ol li,
dt li {
  margin-bottom: .25rem;
}
dt {
  color: #1e212c;
}
.blockquote {
  position: relative;
  padding-left: 3.625rem;
}
.blockquote::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "createx-icons";
  color: #007bff;
  font-weight: normal;
  line-height: 1;
  content: "\e93a";
  font-size: 1.25rem;
}
.blockquote.text-center {
  padding-top: 2.5rem;
  padding-left: initial;
}
.blockquote.text-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.blockquote.text-right {
  padding-right: 3.625rem;
  padding-left: initial;
}
.blockquote.text-right::before {
  right: 0;
  left: initial;
}
@media (max-width: 767.98px) {
  .blockquote {
    padding-left: 2.4166666667rem;
  }
  .blockquote::before {
    font-size: .9375rem;
  }
}
.blockquote-card .card-footer {
  padding-left: 5.125rem;
}
@media (max-width: 767.98px) {
  .blockquote-card .card-footer {
    padding-left: 3.9166666667rem;
  }
}
hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #e5e8ed;
}
hr.hr-light {
  border-color: rgba(255, 255, 255, 0.15);
}
hr.hr-gradient {
  height: 1px;
  border: initial;
  background:
    linear-gradient(
      90deg,
      rgba(229, 232, 237, 0) 0%,
      rgba(229, 232, 237, 0.5) 10%,
      #e5e8ed 45%,
      #e5e8ed 55%,
      rgba(229, 232, 237, 0.5) 90%,
      rgba(229, 232, 237, 0) 100%);
}
hr.hr-gradient.hr-light {
  opacity: .4;
}
.divider-vertical {
  display: block;
  position: relative;
  width: 0;
}
.divider-vertical::before {
  display: block;
  width: .0625rem;
  height: 100%;
  background:
    linear-gradient(
      180deg,
      rgba(218, 219, 221, 0) 0%,
      rgba(218, 219, 221, 0.5) 10%,
      #dadbdd 45%,
      #dadbdd 55%,
      rgba(218, 219, 221, 0.5) 90%,
      rgba(218, 219, 221, 0) 100%);
  content: "";
}
.divider-vertical.divider-light::before {
  opacity: .4;
}
@font-face {
  font-family: "createx-icons";
  src:
    url("./media/createx-icons.ttf?h4y910") format("truetype"),
    url("./media/createx-icons.woff?h4y910") format("woff"),
    url("./media/createx-icons.svg?h4y910#createx-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=cxi-],
[class*=" cxi-"] {
  display: inline-block;
  font-family: "createx-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: never;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cxi-arrow-bottom-left:before {
  content: "\e900";
}
.cxi-arrow-bottom-right:before {
  content: "\e901";
}
.cxi-arrow-down:before {
  content: "\e902";
}
.cxi-arrow-left:before {
  content: "\e903";
}
.cxi-arrow-right:before {
  content: "\e904";
}
.cxi-arrow-top-left:before {
  content: "\e905";
}
.cxi-arrow-top-right:before {
  content: "\e906";
}
.cxi-arrow-up:before {
  content: "\e907";
}
.cxi-arrow-back:before {
  content: "\e908";
}
.cxi-arrow-convert:before {
  content: "\e909";
}
.cxi-arrow-expand:before {
  content: "\e90a";
}
.cxi-arrow-fluid-horizontal:before {
  content: "\e90b";
}
.cxi-arrow-fluid-vertical:before {
  content: "\e90c";
}
.cxi-arrow-forward:before {
  content: "\e90d";
}
.cxi-arrow-horizontal:before {
  content: "\e90e";
}
.cxi-arrow-reload:before {
  content: "\e90f";
}
.cxi-arrow-select:before {
  content: "\e910";
}
.cxi-arrow-share:before {
  content: "\e911";
}
.cxi-arrow-vertical:before {
  content: "\e912";
}
.cxi-cross:before {
  content: "\e913";
}
.cxi-minus:before {
  content: "\e914";
}
.cxi-plus:before {
  content: "\e915";
}
.cxi-angle-down:before {
  content: "\e916";
}
.cxi-angle-left:before {
  content: "\e917";
}
.cxi-angle-right:before {
  content: "\e918";
}
.cxi-angle-up:before {
  content: "\e919";
}
.cxi-blocked:before {
  content: "\e91a";
}
.cxi-check:before {
  content: "\e91b";
}
.cxi-checkmark:before {
  content: "\e91c";
}
.cxi-check-round:before {
  content: "\e91d";
}
.cxi-close-round:before {
  content: "\e91e";
}
.cxi-heart:before {
  content: "\e91f";
}
.cxi-home:before {
  content: "\e920";
}
.cxi-info:before {
  content: "\e921";
}
.cxi-login:before {
  content: "\e922";
}
.cxi-minus-round:before {
  content: "\e923";
}
.cxi-plus-round:before {
  content: "\e924";
}
.cxi-profile:before {
  content: "\e925";
}
.cxi-search:before {
  content: "\e926";
}
.cxi-star:before {
  content: "\e927";
}
.cxi-calendar:before {
  content: "\e928";
}
.cxi-clock:before {
  content: "\e929";
}
.cxi-history:before {
  content: "\e92a";
}
.cxi-eye:before {
  content: "\e92b";
}
.cxi-eye-closed:before {
  content: "\e92c";
}
.cxi-lock:before {
  content: "\e92d";
}
.cxi-shield:before {
  content: "\e92e";
}
.cxi-unlock:before {
  content: "\e92f";
}
.cxi-alert:before {
  content: "\e930";
}
.cxi-alert-octagon:before {
  content: "\e931";
}
.cxi-bell:before {
  content: "\e932";
}
.cxi-danger:before {
  content: "\e933";
}
.cxi-chat:before {
  content: "\e934";
}
.cxi-comment:before {
  content: "\e935";
}
.cxi-envelope-opened:before {
  content: "\e936";
}
.cxi-iphone:before {
  content: "\e937";
}
.cxi-mail:before {
  content: "\e938";
}
.cxi-mention:before {
  content: "\e939";
}
.cxi-quote:before {
  content: "\e93a";
}
.cxi-play:before {
  content: "\e93f";
}
.cxi-play-outline:before {
  content: "\e954";
}
.cxi-attach:before {
  content: "\e93b";
}
.cxi-external-link:before {
  content: "\e93c";
}
.cxi-files:before {
  content: "\e93d";
}
.cxi-layouts:before {
  content: "\e93e";
}
.cxi-share:before {
  content: "\e940";
}
.cxi-upload:before {
  content: "\e941";
}
.cxi-map-pin-outline:before {
  content: "\e942";
}
.cxi-map-pin-solid:before {
  content: "\e943";
}
.cxi-volume-off:before {
  content: "\e944";
}
.cxi-volume-off-outline:before {
  content: "\e945";
}
.cxi-volume-on:before {
  content: "\e946";
}
.cxi-volume-on-outline:before {
  content: "\e947";
}
.cxi-cart:before {
  content: "\e948";
}
.cxi-behance:before {
  content: "\e949";
}
.cxi-dribbble:before {
  content: "\e94a";
}
.cxi-facebook:before {
  content: "\e94b";
}
.cxi-google:before {
  content: "\e94c";
}
.cxi-instagram:before {
  content: "\e94d";
}
.cxi-instagram-filled:before {
  content: "\e94e";
}
.cxi-linkedin:before {
  content: "\e94f";
}
.cxi-messenger:before {
  content: "\e950";
}
.cxi-twitter:before {
  content: "\e951";
}
.cxi-whatsapp:before {
  content: "\e952";
}
.cxi-youtube:before {
  content: "\e953";
}
.cxi-wechat:before {
  content: "\e955";
}
.cxi-figma:before {
  content: "\e956";
}
.cxi-github:before {
  content: "\e957";
}
.cxi-gitlab:before {
  content: "\e958";
}
.cxi-google-hangouts:before {
  content: "\e959";
}
.cxi-odnoklassniki:before {
  content: "\e95a";
}
.cxi-paypal:before {
  content: "\e95b";
}
.cxi-pinterest:before {
  content: "\e95c";
}
.cxi-rss:before {
  content: "\e95d";
}
.cxi-skype:before {
  content: "\e95e";
}
.cxi-slack:before {
  content: "\e95f";
}
.cxi-slack-filled:before {
  content: "\e960";
}
.cxi-stripe:before {
  content: "\e961";
}
.cxi-telegram:before {
  content: "\e962";
}
.cxi-tumblr:before {
  content: "\e963";
}
.cxi-twitch:before {
  content: "\e964";
}
.cxi-viber:before {
  content: "\e965";
}
.cxi-vimeo:before {
  content: "\e966";
}
.cxi-vkontakte:before {
  content: "\e967";
}
.cxi-wallet:before {
  content: "\e968";
}
.cxi-like:before {
  content: "\e969";
}
.cxi-hanger:before {
  content: "\e96a";
}
.cxi-filter-2:before {
  content: "\e96b";
}
.cxi-filter-1:before {
  content: "\e96c";
}
.cxi-dislike:before {
  content: "\e96d";
}
.cxi-delete:before {
  content: "\e96e";
}
.cxi-cart1:before {
  content: "\e96f";
}
.cxi-bag:before {
  content: "\e970";
}
.cxi-star-filled:before {
  content: "\e971";
}
.cxi-heart-filled:before {
  content: "\e972";
}
.cxi-logout:before {
  content: "\e973";
}
.cxi-world:before {
  content: "\e974";
}
.cxi-truck:before {
  content: "\e975";
}
.cxi-settings:before {
  content: "\e976";
}
.cxi-send:before {
  content: "\e977";
}
.cxi-plane:before {
  content: "\e978";
}
.cxi-photo:before {
  content: "\e979";
}
.cxi-lifebuoy:before {
  content: "\e97a";
}
.cxi-headset:before {
  content: "\e97b";
}
.cxi-folder:before {
  content: "\e97c";
}
.cxi-file-upload:before {
  content: "\e97d";
}
.cxi-file-download:before {
  content: "\e97e";
}
.cxi-cloud-upload:before {
  content: "\e97f";
}
.cxi-cloud-download:before {
  content: "\e980";
}
.cxi-anchor:before {
  content: "\e981";
}
.cxi-download:before {
  content: "\e982";
}
.cxi-sidebar-left:before {
  content: "\e983";
}
.cxi-sidebar-right:before {
  content: "\e984";
}
.cxi-list:before {
  content: "\e985";
}
.cxi-grid:before {
  content: "\e986";
}
.cxi-mic:before {
  content: "\e987";
}
.cxi-credit-card:before {
  content: "\e988";
}
:not(pre) > code[class*=language-],
pre[class*=language-],
pre {
  margin: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f9f9f9;
  font-size: 87.5%;
}
pre {
  padding-right: 1rem;
  padding-left: 1rem;
}
.code-toolbar :not(pre) > code[class*=language-],
.code-toolbar pre[class*=language-] {
  padding-top: 2rem;
}
code[class*=language-],
pre[class*=language-],
pre {
  color: #6c6d73;
}
.line-numbers .line-numbers-rows {
  border-right: 1px solid #dce0e7;
}
.line-numbers .line-numbers-rows > span::before {
  color: #b5b5ba;
}
div.code-toolbar > .toolbar {
  opacity: 1;
}
div.code-toolbar > .toolbar button {
  display: inline-block;
  margin: .375rem .5rem;
  padding: .25rem .75rem;
  transition:
    color 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  border-radius: .25rem;
  border: 1px solid rgba(0, 123, 255, 0.35);
  background-color: transparent;
  color: #007bff !important;
  box-shadow: none;
}
div.code-toolbar > .toolbar button:focus {
  outline: none;
  box-shadow: none;
}
div.code-toolbar > .toolbar button:hover {
  background-color: #007bff;
  color: #fff !important;
}
.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
  color: #4e54c8;
}
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
  color: #adadb3;
}
.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector {
  color: #4091e3;
}
.token.atrule,
.token.attr-value,
.token.keyword,
.token.string {
  color: #e3116c;
}
.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
  color: #36acaa;
}
.token.class-name,
.token.function {
  color: #36acaa;
}
.form-label {
  font-size: .875rem;
}
.form-label-lg {
  font-size: 1rem;
}
.form-label-sm {
  font-size: .75rem;
}
.form-control.input-light,
[class^=input-group].input-group-light .form-control {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.2);
}
.form-control.input-light::-webkit-input-placeholder,
[class^=input-group].input-group-light .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.input-light::-moz-placeholder,
[class^=input-group].input-group-light .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.input-light:-ms-input-placeholder,
[class^=input-group].input-group-light .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.input-light::-ms-input-placeholder,
[class^=input-group].input-group-light .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.input-light::placeholder,
[class^=input-group].input-group-light .form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.input-light:focus,
[class^=input-group].input-group-light .form-control:focus {
  background-color: #fff;
  color: #424551;
  border-color: rgba(0, 123, 255, 0.4);
}
.form-control.input-light:focus::-webkit-input-placeholder,
[class^=input-group].input-group-light .form-control:focus::-webkit-input-placeholder {
  color: #9a9ca5;
}
.form-control.input-light:focus::-moz-placeholder,
[class^=input-group].input-group-light .form-control:focus::-moz-placeholder {
  color: #9a9ca5;
}
.form-control.input-light:focus:-ms-input-placeholder,
[class^=input-group].input-group-light .form-control:focus:-ms-input-placeholder {
  color: #9a9ca5;
}
.form-control.input-light:focus::-ms-input-placeholder,
[class^=input-group].input-group-light .form-control:focus::-ms-input-placeholder {
  color: #9a9ca5;
}
.form-control.input-light:focus::placeholder,
[class^=input-group].input-group-light .form-control:focus::placeholder {
  color: #9a9ca5;
}
.form-control.input-light:disabled,
[class^=input-group].input-group-light .form-control:disabled {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.3);
}
.form-control.input-light:disabled::-webkit-input-placeholder,
[class^=input-group].input-group-light .form-control:disabled::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.input-light:disabled::-moz-placeholder,
[class^=input-group].input-group-light .form-control:disabled::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.input-light:disabled:-ms-input-placeholder,
[class^=input-group].input-group-light .form-control:disabled:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.input-light:disabled::-ms-input-placeholder,
[class^=input-group].input-group-light .form-control:disabled::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.input-light:disabled::placeholder,
[class^=input-group].input-group-light .form-control:disabled::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.was-validated .form-control:valid,
.was-validated .form-control:valid:focus,
.was-validated .form-control.is-valid,
.was-validated .form-control.is-valid:focus,
.form-control.is-valid,
.form-control.is-valid:focus,
.was-validated .custom-file-input:valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label:focus {
  border-color: #dadbdd;
}
.valid-tooltip,
.invalid-tooltip {
  position: static;
  margin-top: .25rem;
  padding: .15rem .5rem;
  font-size: 80%;
}
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.was-validated .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: table;
}
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.was-validated .custom-control-input.is-valid ~ .valid-tooltip {
  display: table;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.was-validated .custom-control-input.is-valid ~ .custom-control-label {
  color: inherit;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #007bff !important;
  background-color: #007bff;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.was-validated .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #b5b5ba !important;
}
.form-control.is-valid,
.form-control.is-invalid {
  background-size: calc(.4em + .625rem) calc(.4em + .625rem);
}
.form-control:disabled {
  cursor: not-allowed;
}
.cs-subscribe-status {
  display: table;
  border-radius: .25rem;
  font-size: .875rem;
}
.cs-subscribe-status.cs-status-success,
.cs-subscribe-status.cs-status-error {
  margin-top: .5rem;
  padding: .5rem .75rem;
}
.cs-subscribe-status.cs-status-success {
  background-color: rgba(3, 206, 164, 0.08);
  color: #03b590;
}
.cs-subscribe-status.cs-status-error {
  background-color: rgba(255, 66, 66, 0.08);
  color: #ff2929;
}
.btn {
  letter-spacing: .03125rem;
  white-space: nowrap;
}
.btn > i {
  vertical-align: middle;
}
.btn.active {
  cursor: default;
}
.btn.disabled,
.btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}
.btn-primary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-dark,
.btn-outline-success:hover,
.btn-outline-success:active,
.btn-outline-info:hover,
.btn-outline-info:active,
.btn-outline-warning:hover,
.btn-outline-warning:active {
  color: #fff !important;
}
.btn-secondary,
.btn-outline-secondary {
  color: #424551;
}
.btn-secondary {
  background-color: #e5e8ed;
}
.btn-secondary:hover {
  background-color: #dadbdd;
}
.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover {
  background-color: #e5e8ed;
}
.btn-outline-secondary {
  border-color: #dadbdd;
}
.btn-outline-secondary:hover {
  background-color: #e5e8ed;
}
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover {
  border-color: #dadbdd;
}
[class*=" btn-translucent"]:hover {
  color: #fff !important;
}
.btn-translucent-primary {
  background-color: rgba(0, 123, 255, 0.2);
  color: #007bff;
}
.btn-translucent-primary:hover {
  background-color: #007bff;
}
.btn-translucent-secondary {
  background-color: rgba(229, 232, 237, 0.2);
  color: #e5e8ed;
}
.btn-translucent-secondary:hover {
  background-color: #e5e8ed;
}
.btn-translucent-success {
  background-color: rgba(3, 206, 164, 0.2);
  color: #03cea4;
}
.btn-translucent-success:hover {
  background-color: #03cea4;
}
.btn-translucent-info {
  background-color: rgba(90, 135, 252, 0.2);
  color: #5a87fc;
}
.btn-translucent-info:hover {
  background-color: #5a87fc;
}
.btn-translucent-warning {
  background-color: rgba(248, 152, 40, 0.2);
  color: #f89828;
}
.btn-translucent-warning:hover {
  background-color: #f89828;
}
.btn-translucent-danger {
  background-color: rgba(255, 66, 66, 0.2);
  color: #ff4242;
}
.btn-translucent-danger:hover {
  background-color: #ff4242;
}
.btn-translucent-light {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.btn-translucent-light:hover {
  background-color: #fff;
}
.btn-translucent-dark {
  background-color: rgba(66, 69, 81, 0.2);
  color: #424551;
}
.btn-translucent-dark:hover {
  background-color: #424551;
}
.btn-gradient {
  color: #fff !important;
  background: #007bff !important;
  background:
    linear-gradient(
      55.95deg,
      #007bff 0%,
      #30bcf9 100%) !important;
}
.btn-outline-light:hover,
.btn-translucent-light:hover {
  color: #424551 !important;
}
.btn-hover-shadow:hover.btn-primary,
.btn-hover-shadow:hover.btn-outline-primary,
.btn-hover-shadow:hover.btn-translucent-primary {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 123, 255, 0.92);
}
.btn-hover-shadow:hover.btn-secondary,
.btn-hover-shadow:hover.btn-outline-secondary,
.btn-hover-shadow:hover.btn-translucent-secondary {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(229, 232, 237, 0.92);
}
.btn-hover-shadow:hover.btn-success,
.btn-hover-shadow:hover.btn-outline-success,
.btn-hover-shadow:hover.btn-translucent-success {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(3, 206, 164, 0.92);
}
.btn-hover-shadow:hover.btn-info,
.btn-hover-shadow:hover.btn-outline-info,
.btn-hover-shadow:hover.btn-translucent-info {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(90, 135, 252, 0.92);
}
.btn-hover-shadow:hover.btn-warning,
.btn-hover-shadow:hover.btn-outline-warning,
.btn-hover-shadow:hover.btn-translucent-warning {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(248, 152, 40, 0.92);
}
.btn-hover-shadow:hover.btn-danger,
.btn-hover-shadow:hover.btn-outline-danger,
.btn-hover-shadow:hover.btn-translucent-danger {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(255, 66, 66, 0.92);
}
.btn-hover-shadow:hover.btn-light,
.btn-hover-shadow:hover.btn-outline-light,
.btn-hover-shadow:hover.btn-translucent-light {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(255, 255, 255, 0.92);
}
.btn-hover-shadow:hover.btn-dark,
.btn-hover-shadow:hover.btn-outline-dark,
.btn-hover-shadow:hover.btn-translucent-dark {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(66, 69, 81, 0.92);
}
.btn-hover-shadow:hover.btn-gradient {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 123, 255, 0.92);
}
.btn-pill {
  border-radius: 2.4rem !important;
}
.btn-pill.btn-sm,
.btn-group-sm > .btn-pill.btn {
  border-radius: 2.1625rem !important;
}
.btn-pill.btn-lg,
.btn-group-lg > .btn-pill.btn {
  border-radius: 2.9675rem !important;
}
.btn-link {
  font-weight: bold;
  color: #424551;
}
.btn-link:hover {
  color: #007bff;
  text-decoration: none;
}
.btn-link:focus {
  text-decoration: none;
}
.btn > i,
.btn-sm > i,
.btn-group-sm > .btn > i {
  font-size: 1rem;
}
.btn-lg > i,
.btn-group-lg > .btn > i {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .btn-lg > i,
  .btn-group-lg > .btn > i {
    font-size: calc(1.275rem + .3vw);
  }
}
.btn-square {
  border-radius: 0 !important;
}
.btn-icon {
  padding: .625rem .8125rem;
}
.btn-market {
  display: inline-block;
  padding: .25rem 1rem;
  padding-left: 3.25rem;
  transition: background-color 0.25s ease-in-out;
  border-radius: .5rem;
  background-position: center left .75rem;
  background-color: #424551;
  background-size: 1.75rem 1.75rem;
  background-repeat: no-repeat;
  text-decoration: none;
  white-space: nowrap;
}
.btn-market .btn-market-title {
  display: block;
  color: #fff;
  font-size: 1.25rem;
}
.btn-market .btn-market-subtitle {
  display: block;
  margin-bottom: -.25rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: .6875rem;
}
.btn-market:hover {
  background-color: #32343d;
  text-decoration: none;
}
.btn-apple {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.btn-google {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.btn-windows {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQ4MCA0ODAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4MCA0ODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMC4xNzYsMjI0TDAuMDAxLDY3Ljk2M2wxOTItMjYuMDcyVjIyNEgwLjE3NnogTTIyNC4wMDEsMzcuMjQxTDQ3OS45MzcsMHYyMjRIMjI0LjAwMVYzNy4yNDF6IE00NzkuOTk5LDI1NmwtMC4wNjIsMjI0ICAgbC0yNTUuOTM2LTM2LjAwOFYyNTZINDc5Ljk5OXogTTE5Mi4wMDEsNDM5LjkxOEwwLjE1Nyw0MTMuNjIxTDAuMTQ3LDI1NmgxOTEuODU0VjQzOS45MTh6IiBmaWxsPSIjMDBiY2YyIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.btn-amazon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1RDIwODkyNDkzQkZEQjExOTE0QTg1OTBEMzE1MDhDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QjFCQzQ2QjRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QjFCQzQ2QTRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QUM1ODJFMkIxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUM1ODJFM0IxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk2CzRIAAAcFSURBVHja5FxpbBZVFH2ULlhQCq2oiBWLWqCI0AoqKILgGo2KEqlGjSKKIuJaC9EgRKNYURL9YQ2KawKICO5RqZYYsKDFtS1VsSpaU2ypgQYo0HpP5lTGz2/pvNnrTU7yLXNn3px5775777tvurW3tysf5DDBEMEAwUmCEwX9+TsalCRoEfwuqBF8KagTVAt2e9nQZA+vdYRgimCi4GJBd41z7BK8LlgjeMOTVqMHuYxcwRrBgXZnZYegyO32d3NxiGG4LBVMdvkZN7JnfuzGyZNcavQkwXYPyIFkCsoED4SFoDsFHwpSPTb8CwQPO31Sp4fYbMFi5a9MEzwfRILGu2UHNORYwS9BGmIpgldVcGR+0GzQI3T0giKY1XoHZYjBAazHuTT1ywUrOOvtFfQQDBPMEmTYaNd0wZIgOIrzNB29zYKcBOcuseFIljjhKDoxxC7U0FkuGCnYmuC4ewVzNNt1ahCGGILNXy3qIOAcalEHAWuuRZ0/BUcKDvhppM/X0HlQQ+dtDZ0setm+zmKtFo9HCuM9jeuUabYv3e90x0uCfvReewoOZZAai3g4kjs1rlNnwz8LVKjRgwT1EeQIjicGCdoEM5gEsyonCGo19PIEVUFKmO0hGgRbnIwZ/fI4k1TXFtvEJgf8BtNo13R9mv1dgSDYpwJlJO6zaL/6MiLPofHXlX1hI+gYwVjBZYLBDHCz/u9DbKCgkK7AoLAZMTcJwpBZJLgozFbeLYKeFNzRFaZBpwk6TvCpClbyLDAEnS5Y39UcKacIynWInEbGa0i471DGUnMD7dk8XzxNB2IxrH/9wClcR5BmxVLRa4KvYjh3urEY4sAf/e5BT9sg5ynB7UGOxewSNFwZyXEduVIZyfpAi91g9SZNvVkWyWkPI0FYd7peQ289h2UoYkY7BI1SeinNpRo6PcJGEBzBMZq672u6EaEiCOSM09BrVsYKqlXJ12xnml8EwS/J0dDbRb/HK4LS/SIoW3CUhp5O4SbW/s+yERv6QlCa0qsgy1DWqy6m2ZjFJvtFEIZJq4beIcqoj7bSe4pt3N9UwdF+EIT1+D80dWdYOPYZZSTt7cg9fhD0vUpcmRFLrhOM7sRxJYJLHZipkbgr8JogeMPrbDT6E8EZMf7rJXjL7pOPkBf9SHecI/jAZsNB1HPKyP1gSp5CuCHIHCwU/OYVQZiN6ml4wyJPCO72Khb7S/CCCpfs93KIQVAp9p2HN7iKQbJOgu5spVHHbTcfhNKSxz0i5zHB5Zz6rQiKtvKUbpG7Q9uGNrS7K3Mjrrexk3pVgsygbIfaJDjF4V6DoqtL1H9rFDHEahPkiZBWucB2CxzegLbSwV5TnuDpF8TRfdape3Jjl94EQY0NYioFkzp5rdFR9Oe4suNwb2m2Xlh/c8xNNUiooarjZCJabgYBL2oWsWl3C92GGotNQBnNMga2M+U+VnVCBxnRkRyqiPX2MLbcKPjZfF/mNAKWjlNshhBmWccLjqJt6kuSujMbgOKmnWzQF8pY4GuznFYoza6Rm7lVGYVX7yY4fASzoWMYn/Wno4sHhcLzCkYH2DDc9C8/SC60gm4+DriaCl1FzhU8xIfVGVkopBdH9qBr6GkW8mnODqGnHE3OUwcXChoJ5MWbOQvmRMk8/lP2lxyRBLuKYxJFT1ieuZb5m9oQE/Q1CdhOpzGa5HF49TSFUTE9aWz6f5OfJ9B4olLs8JAShIC6Lg45iuHSN6bvdYlCDThnq03f72IWsUj5uIjnkCCffh97ViF/w8TRUT/ZZA5L4sViqERdEnFi5FO2KWMLZu+QEZPOdqP9jyrjnSG38L8BphHymTKVzCQKVlG5EVm4hC1GxUw8IdmVH3BiYF9K6W+h3Vkmg91RfDHRdPxiq9H8AhrtliiW/gb6MNUchsMCQgqcx9sEmwXfkghzj0ebc01OacdCwk/KeCmCijaLxZN3eFFUgZ0Wo0GLTA4ifKpKwQYPSYG3ji0LVzAdHEvgupirUvqYguwbIw+2siC3jd72XBX/FRDj1MF1+zo+xWoavgqlt18sUlI4tDHLDmfYMDiBzj72+FcifkeFGyrY8NqdspgZRYuxWD7H6pkWb6yVSbZ6+iVNNIgN/NzCYd/Ghwd7gf1nKOLsR0OKmGuIxUliJR3fyL1qvUzhzsBoMabukm4le8lUJsI7u06fynhohEfDDj0X1WxrY/yfyZl6plsp12UM+LCGtVUFRz5nFDA0DjmKPWe6irOM7tSGukV0tIrYOL9kLXs1gtKXnTih0zsOS9i48cpI5jd7QEoVPWMYa7zYabmTJ3erOLKcuJ+GfCx9qcE0jHakgQm21bSFFW6y73b1KDIEHxHzmZzKpt+RzxkpgxmEVHWwZA56uznDNNFd2ESXod7LMfu3AAMA3eQjZHI91/8AAAAASUVORK5CYII=);
}
.btn-scroll-top {
  display: block;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 2.625rem;
  height: 2.625rem;
  transition:
    opacity 0.25s,
    background-color 0.25s ease-in-out,
    -webkit-transform 0.25s ease-in-out;
  transition:
    transform 0.25s ease-in-out,
    opacity 0.25s,
    background-color 0.25s ease-in-out;
  transition:
    transform 0.25s ease-in-out,
    opacity 0.25s,
    background-color 0.25s ease-in-out,
    -webkit-transform 0.25s ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  background-color: #007bff;
  color: #fff;
  text-align: center;
  opacity: 0;
  z-index: 1025;
}
.btn-scroll-top > .btn-scroll-top-icon {
  font-size: 1.5rem;
  font-weight: regular;
  line-height: 2.5rem;
}
@media (max-width: 1200px) {
  .btn-scroll-top > .btn-scroll-top-icon {
    font-size: calc(1.275rem + .3vw);
  }
}
.btn-scroll-top .btn-scroll-top-tooltip {
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.btn-scroll-top:hover {
  text-decoration: none;
  background-color: #006adb;
  color: #fff;
}
.btn-scroll-top:hover .btn-scroll-top-tooltip {
  visibility: visible;
  opacity: 1;
}
.btn-scroll-top.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.btn-scroll-top.right-15 {
  right: 2.1875rem;
}
@media (max-width: 767.98px) {
  .btn-scroll-top {
    width: 1.96875rem;
    height: 1.96875rem;
    right: 1rem;
    bottom: 1rem;
  }
  .btn-scroll-top > .btn-scroll-top-icon {
    line-height: 1.96875rem;
  }
  .btn-scroll-top.right-15 {
    right: 1.9375rem;
  }
}
.social-btn {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  padding: initial;
  border: 1px solid transparent;
  color: #787a80;
  transition:
    border-color 0.25s ease-in-out,
    background-color 0.25s ease-in-out,
    color 0.25s ease-in-out;
  font-size: 1.25rem;
  text-align: center;
  text-decoration: none;
}
.social-btn:hover {
  color: #007bff;
}
.social-btn:focus {
  outline: none;
}
.social-btn:active {
  transition: none;
  box-shadow: none;
}
.social-btn:not(.sb-round) {
  border-radius: .25rem;
}
.social-btn.sb-light {
  color: rgba(255, 255, 255, 0.6);
}
.social-btn.sb-light:hover {
  color: #fff;
}
.social-btn.sb-solid,
.social-btn.sb-outline {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
}
.social-btn.sb-solid > i,
.social-btn.sb-outline > i {
  line-height: 1.875rem;
}
.social-btn.sb-solid {
  background-color: rgba(120, 122, 128, 0.12);
}
.social-btn.sb-solid:hover {
  background-color: rgba(0, 123, 255, 0.12);
}
.social-btn.sb-solid.sb-light {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.social-btn.sb-solid.sb-light:hover {
  background-color: #fff;
  color: #007bff;
}
.social-btn.sb-outline {
  border-color: #dadbdd;
  background-color: transparent;
}
.social-btn.sb-outline:hover {
  border-color: #007bff;
}
.social-btn.sb-outline.sb-light {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.6);
}
.social-btn.sb-outline.sb-light:hover {
  border-color: #fff;
  color: #fff;
}
.sb-round {
  border-radius: 50%;
}
.dropdown-toggle::after,
.dropdown-toggle::before {
  display: inline-block;
  font-family: "createx-icons";
  font-weight: normal;
  vertical-align: middle;
}
.dropdown-toggle::after {
  margin-top: -.0625rem;
  margin-left: .375rem;
  border: 0;
  content: "\e916";
}
.dropdown-toggle::before {
  margin-right: .25rem;
}
.dropdown-toggle:not(.dropdown-toggle-split)::before {
  margin-left: -.25rem;
}
.dropdown-toggle:not(.dropdown-toggle-split)::after {
  margin-right: -.25rem;
}
.dropdown .dropdown-toggle::before,
.dropdown .dropdown-toggle::after,
.dropup .dropdown-toggle::before,
.dropup .dropdown-toggle::after,
.dropright .dropdown-toggle::before,
.dropright .dropdown-toggle::after,
.dropleft .dropdown-toggle::before,
.dropleft .dropdown-toggle::after {
  vertical-align: middle;
  border: 0;
}
.dropdown .dropdown-toggle::before,
.dropup .dropdown-toggle::before,
.dropright .dropdown-toggle::before {
  display: none;
}
.dropup .dropdown-toggle::after {
  content: "\e919";
}
.dropright .dropdown-toggle::after {
  content: "\e918";
  vertical-align: bottom;
}
.dropleft .dropdown-toggle::before {
  content: "\e917";
  vertical-align: bottom;
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
}
.dropdown-menu li {
  margin-bottom: 0;
}
.dropdown-menu li:hover > .dropdown-item {
  color: #007bff;
}
.dropdown-menu .active > .dropdown-item {
  color: #007bff;
}
.dropdown-header {
  margin-bottom: .5rem;
  padding-top: .25rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid #e5e8ed;
  font-size: 1rem;
  font-weight: 700;
}
.dropdown-menu.show {
  -webkit-animation: fade-in .25s ease-in-out;
  animation: fade-in .25s ease-in-out;
}
.dropdown-toggle-split::after {
  margin-left: -.0625rem !important;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.input-group-text .custom-control {
  margin-top: -.1875rem;
  margin-right: -.625rem;
}
.input-group .input-group-text [class^=cxi-] {
  font-size: 1rem;
}
.input-group-sm .input-group-text [class^=cxi-] {
  font-size: 1rem;
}
.input-group-lg .input-group-text [class^=cxi-] {
  font-size: 1.25rem;
}
.input-group-append-overlay,
.input-group-prepend-overlay {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 5;
}
.input-group-append-overlay .input-group-text,
.input-group-prepend-overlay .input-group-text {
  border: 0;
  background-color: transparent;
}
.input-group-append-overlay .input-group-text.btn:hover,
.input-group-prepend-overlay .input-group-text.btn:hover {
  color: #007bff;
}
.input-group-append-overlay {
  right: 0;
}
.input-group-append-overlay .form-control,
.input-group-append-overlay .custom-select {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
}
.input-group-prepend-overlay .form-control,
.input-group-prepend-overlay .custom-select {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
}
.input-group-overlay {
  position: relative;
  width: 100%;
}
.input-group-overlay .prepended-form-control:not(.rounded-left-0),
.input-group-overlay .appended-form-control:not(.rounded-right-0) {
  border-radius: .25rem;
}
.input-group-overlay .prepended-form-control:not(.rounded-left-0) {
  padding-left: 3rem;
}
.input-group-overlay .appended-form-control:not(.rounded-right-0) {
  padding-right: 3rem;
}
.input-group-overlay.input-group-sm .input-group-text {
  padding: .6rem .5rem;
}
.input-group-overlay.input-group-sm .prepended-form-control {
  padding-left: 2rem;
}
.input-group-overlay.input-group-sm .appended-form-control {
  padding-right: 2rem;
}
.input-group-overlay.input-group-lg .input-group-text {
  padding: .815rem 1rem;
}
.input-group-overlay.input-group-lg .prepended-form-control {
  padding-left: 3.25rem;
}
.input-group-overlay.input-group-lg .appended-form-control {
  padding-right: 3.25rem;
}
.input-group.input-group-light .input-group-prepend .input-group-text {
  border-right-color: transparent;
}
.input-group.input-group-light .input-group-append .input-group-text {
  border-left-color: transparent;
}
.input-group.input-group-light .input-group-text {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}
.input-group-overlay.input-group-light .input-group-prepend-overlay .input-group-text,
.input-group-overlay.input-group-light .input-group-prepend-overlay .btn,
.input-group-overlay.input-group-light .input-group-append-overlay .input-group-text,
.input-group-overlay.input-group-light .input-group-append-overlay .btn {
  color: #fff;
  transition: color .3s;
}
.input-group-overlay.input-group-light .form-control:focus ~ .input-group-prepend-overlay .input-group-text,
.input-group-overlay.input-group-light .form-control:focus ~ .input-group-prepend-overlay .btn,
.input-group-overlay.input-group-light .form-control:focus ~ .input-group-append-overlay .input-group-text,
.input-group-overlay.input-group-light .form-control:focus ~ .input-group-append-overlay .btn {
  color: #1e212c;
}
.nav-link {
  color: #9a9ca5;
  transition:
    color 0.25s ease-in-out,
    background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
  font-weight: bold;
  cursor: pointer;
}
.nav-link:hover {
  color: #424551;
}
.nav-link.active {
  color: #007bff;
}
.nav-link.active:not([data-toggle=dropdown]) {
  pointer-events: none;
  cursor: default;
}
.nav-light .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
.nav-light .nav-link:hover {
  color: #fff;
}
.nav-light .nav-link.active {
  color: #fff;
}
.nav-light .nav-link.disabled {
  color: #787a80;
}
.nav-dark .nav-link {
  color: #424551;
}
.nav-dark .nav-link:hover,
.nav-dark .nav-link.active {
  color: #007bff;
}
.nav-dark .nav-link.disabled {
  color: #b5b5ba;
}
.nav-muted .nav-link {
  color: #787a80;
}
.nav-muted .nav-link:hover,
.nav-muted .nav-link.active {
  color: #424551;
}
.nav-muted .nav-link.disabled {
  color: #b5b5ba;
}
h1 .nav-link,
.h1 .nav-link,
h2 .nav-link,
.h2 .nav-link,
h3 .nav-link,
.h3 .nav-link,
h4 .nav-link,
.h4 .nav-link,
h5 .nav-link,
.h5 .nav-link,
h6 .nav-link,
.h6 .nav-link {
  display: inline;
  padding: 0;
  color: #1e212c;
  font-size: inherit;
  font-weight: inherit;
}
h1 .nav-link:hover,
.h1 .nav-link:hover,
h2 .nav-link:hover,
.h2 .nav-link:hover,
h3 .nav-link:hover,
.h3 .nav-link:hover,
h4 .nav-link:hover,
.h4 .nav-link:hover,
h5 .nav-link:hover,
.h5 .nav-link:hover,
h6 .nav-link:hover,
.h6 .nav-link:hover {
  color: #007bff;
}
.nav-tabs {
  margin-bottom: 1.5rem;
  border: 0;
}
.nav-tabs .nav-link {
  border-radius: .25rem;
  color: #9a9ca5;
}
.nav-tabs .nav-link:hover {
  color: #424551;
}
.nav-tabs .nav-link.active {
  color: #007bff;
}
.nav-tabs .nav-link > i {
  margin-top: -.125rem;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-item.show .nav-link {
  border-color: rgba(0, 0, 0, 0);
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-radius: .25rem;
}
.nav-tabs-light .nav-item.show .nav-link {
  color: #fff;
}
.nav-tabs-light .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
.nav-tabs-light .nav-link:hover {
  color: #fff;
}
.nav-tabs-light .nav-link.active {
  color: #fff;
  border-color: #fff;
}
.nav-pills .nav-link {
  background-color: #e5e8ed;
}
.nav-pills .nav-link:hover {
  background-color: #dadbdd;
}
.nav-pills .nav-link.disabled {
  background-color: rgba(229, 232, 237, 0.5);
  color: rgba(66, 69, 81, 0.4);
}
.nav-pills .show > .nav-link {
  background-color: #007bff;
}
.nav-tabs:not(.nav-fill):not(.nav-justified) .nav-item,
.nav-pills .nav-item {
  margin-right: .75rem;
}
.nav-tabs:not(.nav-fill):not(.nav-justified) .nav-item:last-child,
.nav-pills .nav-item:last-child {
  margin-right: initial;
}
.nav-tabs:not(.nav-fill):not(.nav-justified).justify-content-center .nav-item,
.nav-pills.justify-content-center .nav-item {
  margin-right: .375rem;
  margin-left: .375rem;
}
.nav-tabs:not(.nav-fill):not(.nav-justified).justify-content-end .nav-item,
.nav-pills.justify-content-end .nav-item {
  margin-right: initial;
  margin-left: .75rem;
}
.nav-tabs:not(.nav-fill):not(.nav-justified).justify-content-end .nav-item:last-child,
.nav-pills.justify-content-end .nav-item:last-child {
  margin-left: initial;
}
.nav-tabs:not(.nav-fill):not(.nav-justified).flex-column .nav-item,
.nav-pills.flex-column .nav-item {
  margin-right: initial;
  margin-bottom: .75rem;
  margin-left: initial;
}
.nav-tabs:not(.nav-fill):not(.nav-justified).flex-column .nav-item:last-child,
.nav-pills.flex-column .nav-item:last-child {
  margin-bottom: initial;
}
.cs-media-tabs .nav-item {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 10rem;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}
.cs-media-tabs .nav-item:last-child {
  margin-right: 0;
}
.cs-media-tabs .nav-link {
  height: 100%;
  padding: 2rem 1rem;
  background-color: #fff;
  color: #9a9ca5;
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
  border-radius: .25rem;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition:
    background-color .25s,
    color .25s,
    box-shadow .25s;
}
.cs-media-tabs .nav-link:hover {
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.16),
    0 1.25rem 1rem -0.25rem rgba(154, 156, 165, 0.1),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.08),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.05);
  color: #424551;
}
.cs-media-tabs .nav-link.active {
  background-color: #007bff;
  box-shadow:
    0 1.5rem 1.875rem rgba(0, 123, 255, 0.16),
    0 1.25rem 1rem -0.25rem rgba(0, 123, 255, 0.1),
    0 0.5rem 0.625rem rgba(0, 123, 255, 0.08),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.05);
}
.cs-media-tabs .nav-link.active,
.cs-media-tabs .nav-link.active .cs-media-tabs-icon {
  color: #fff;
}
.cs-media-tabs .nav-link.active img[src*=".svg"].cs-media-tabs-icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cs-media-tabs-icon {
  display: block;
  max-width: 3rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 3rem;
  color: #007bff;
  transition: color .25s;
}
img[src*=".svg"].cs-media-tabs-icon {
  transition: -webkit-filter .25s;
  transition: filter .25s;
  transition: filter .25s, -webkit-filter .25s;
  will-change: filter;
}
.cs-header {
  position: relative;
  z-index: 1030;
}
.navbar-box-shadow {
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
}
.navbar-collapse {
  margin-right: -1rem;
  margin-left: -1rem;
  padding-top: 1rem;
}
.navbar-brand {
  font-size: 1.625rem;
  font-weight: bold;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .0625rem;
}
.navbar-brand > img {
  display: block;
}
.navbar-floating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar-sticky.navbar-stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: navbar-show .25s;
  animation: navbar-show .25s;
  background-color: #fff;
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
  z-index: 1030;
}
.navbar-sticky.navbar-stuck .navbar-brand-static {
  display: none !important;
}
.navbar-sticky.navbar-stuck .navbar-brand-floating {
  display: block !important;
}
.navbar-sticky.navbar-stuck.right-15 {
  right: 15px;
  width: calc(100% - 15px);
}
.navbar-sticky .navbar-nav {
  max-height: 28rem;
  overflow-y: auto;
}
.fixed-top.right-15,
.fixed-bottom.right-15 {
  right: 15px;
}
@-webkit-keyframes navbar-show {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes navbar-show {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.navbar-brand-floating {
  display: none !important;
}
.navbar-nav .nav-item {
  margin-bottom: 0;
  border-top: 1px solid #e5e8ed;
}
.navbar-nav .nav-item > .dropdown-menu {
  padding-top: 0;
  padding-bottom: .75rem;
}
.navbar-nav .nav-link {
  padding: .75rem 1rem;
}
.navbar-nav .dropdown-menu {
  min-width: 12.5rem;
  margin-top: -.5rem;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.navbar-nav .dropdown-menu .dropdown-menu {
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar-nav .dropdown-menu .dropdown-item {
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
}
.navbar-nav .dropdown-divider {
  display: none;
}
.mega-dropdown .dropdown-menu {
  border-radius: 0;
}
.mega-dropdown .dropdown-menu::before {
  display: block;
  top: 0;
  width: 100%;
  height: 1.25rem;
  margin-top: -1.25rem;
  content: "";
}
.mega-dropdown .container,
.mega-dropdown .container-xl,
.mega-dropdown .container-fluid,
.mega-dropdown .container-xl {
  display: block;
  width: 100%;
}
.mega-dropdown .dropdown-item {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.media-tool {
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1.3rem;
  text-decoration: none;
}
.media-tool .media-body {
  display: none;
  white-space: nowrap;
}
.media-tool-icon {
  font-size: 1.3rem;
}
@media (max-width: 1200px) {
  .media-tool-icon {
    font-size: calc(1.255rem + .06vw);
  }
}
.media-tool-title {
  margin-bottom: 0;
  transition: color 0.25s ease-in-out;
  color: #424551;
  font-size: .875rem;
}
.media-tool-label {
  color: #1e212c;
  font-size: 1rem;
}
.nav-tool {
  padding-right: 1rem;
  padding-left: 1rem;
  text-decoration: none;
  white-space: nowrap;
}
.nav-tool-icon {
  margin-top: -.25rem;
  font-size: 1.25rem;
  vertical-align: middle;
}
.nav-tool-label {
  display: none;
}
.navbar-light .navbar-nav {
  background-color: #fff;
}
.navbar-light .navbar-nav .nav-item {
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-light .navbar-nav .nav-item:hover > .nav-link {
  color: #007bff;
}
.navbar-light .navbar-nav .nav-item.active > .nav-link {
  color: #007bff;
}
.navbar-light .navbar-nav .nav-item .nav-link.disabled {
  color: rgba(66, 69, 81, 0.4);
}
.navbar-light .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-item {
  color: #424551;
}
.navbar-light .media-tool-icon {
  color: #424551;
}
.navbar-light .media-tool-title {
  color: #424551;
}
.navbar-light .media-tool-label {
  color: #424551;
}
.navbar-light .media-tool:hover .media-tool-title {
  color: #1e212c;
}
.navbar-light .nav-tool-icon {
  color: #424551;
}
.navbar-light .nav-tool-label {
  color: #424551;
}
.navbar-light .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon::before,
.navbar-light .navbar-toggler-icon::after {
  background-color: #424551;
}
.navbar-dark .navbar-nav {
  background-color: #1e212c;
}
.navbar-dark .navbar-nav .nav-item {
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-nav .nav-item:hover > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-item.active > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-item .nav-link.disabled {
  color: rgba(255, 255, 255, 0.4);
}
.navbar-dark .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-item {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-dark .navbar-nav .dropdown-item {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-dark .navbar-nav .dropdown-item:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .dropdown-item.active {
  color: #fff;
}
.navbar-dark .navbar-nav .dropdown-item.disabled {
  color: rgba(255, 255, 255, 0.4);
}
.navbar-dark .media-tool-icon {
  color: #fff;
}
.navbar-dark .media-tool-title {
  color: #fff;
}
.navbar-dark .media-tool-label {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-dark .media-tool:hover .media-tool-title {
  color: #fff;
}
.navbar-dark .nav-tool-icon {
  color: #fff;
}
.navbar-dark .nav-tool-label {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
  background-color: #fff;
}
@media (min-width: 576px) {
  .navbar-expand-sm.navbar {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-sm .navbar-collapse {
    padding-top: 0;
  }
  .navbar-expand-sm .navbar-nav {
    background-color: transparent;
  }
  .navbar-expand-sm .navbar-nav .nav-item {
    border-top: 0;
  }
  .navbar-expand-sm .navbar-nav .nav-item > .dropdown-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar-expand-sm .navbar-nav > .dropdown > .dropdown-toggle::after {
    right: 0;
    content: "\e916";
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu .dropdown-item {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: .875rem;
  }
  .navbar-expand-sm.navbar-sticky .navbar-nav {
    max-height: none;
    overflow-y: visible;
  }
  .navbar-expand-sm .dropdown-menu {
    box-shadow:
      0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
      0 1.25rem 1rem rgba(154, 156, 165, 0.05),
      0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
      0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
    border-color: #e5e8ed;
    background-color: #fff;
  }
  .navbar-expand-sm .dropdown-menu.show {
    display: none;
  }
  .navbar-expand-sm .dropdown-menu .dropdown-menu {
    top: 0;
    right: auto;
    left: calc(100% - .3125rem);
    width: auto;
    margin-top: -.5rem;
    margin-right: 0;
    margin-left: -.25rem;
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-sm .dropdown-menu .dropdown-toggle {
    position: relative;
    padding-right: 1.5625rem;
  }
  .navbar-expand-sm .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 1.5625rem;
    margin-top: .0625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\e918";
  }
  .navbar-expand-sm .dropdown-divider {
    display: list-item;
  }
  .navbar-expand-sm .dropdown:hover > .dropdown-menu {
    display: block;
    -webkit-animation: dropdown-show .2s;
    animation: dropdown-show .2s;
  }
  .navbar-expand-sm .mega-dropdown {
    position: static;
  }
  .navbar-expand-sm .mega-dropdown .dropdown-menu {
    width: 100%;
  }
  .navbar-expand-sm .media-tool {
    margin-left: 2rem;
  }
  .navbar-expand-sm .media-tool .media-body {
    display: block;
  }
  .navbar-expand-sm .media-tool-icon {
    color: #007bff;
    font-size: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 1200px) {
  .navbar-expand-sm .media-tool-icon {
    font-size: calc(1.325rem + .9vw);
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .nav-tool-label {
    display: inline-block;
    margin-left: .5rem;
  }
  .navbar-expand-sm.navbar-light .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-item {
    color: #007bff;
  }
  .navbar-expand-sm.navbar-dark .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-item {
    color: #007bff;
  }
  .navbar-expand-sm.navbar-dark .navbar-nav .dropdown-item {
    color: #424551;
  }
  .navbar-expand-sm.navbar-dark .navbar-nav .dropdown-item:hover {
    color: #007bff;
  }
  .navbar-expand-sm.navbar-dark .navbar-nav .dropdown-item.active {
    color: #007bff;
  }
  .navbar-expand-sm.navbar-dark .navbar-nav .dropdown-item.disabled {
    color: rgba(66, 69, 81, 0.4);
  }
}
@media (min-width: 768px) {
  .navbar-expand-md.navbar {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-md .navbar-collapse {
    padding-top: 0;
  }
  .navbar-expand-md .navbar-nav {
    background-color: transparent;
  }
  .navbar-expand-md .navbar-nav .nav-item {
    border-top: 0;
  }
  .navbar-expand-md .navbar-nav .nav-item > .dropdown-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar-expand-md .navbar-nav > .dropdown > .dropdown-toggle::after {
    right: 0;
    content: "\e916";
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: .875rem;
  }
  .navbar-expand-md.navbar-sticky .navbar-nav {
    max-height: none;
    overflow-y: visible;
  }
  .navbar-expand-md .dropdown-menu {
    box-shadow:
      0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
      0 1.25rem 1rem rgba(154, 156, 165, 0.05),
      0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
      0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
    border-color: #e5e8ed;
    background-color: #fff;
  }
  .navbar-expand-md .dropdown-menu.show {
    display: none;
  }
  .navbar-expand-md .dropdown-menu .dropdown-menu {
    top: 0;
    right: auto;
    left: calc(100% - .3125rem);
    width: auto;
    margin-top: -.5rem;
    margin-right: 0;
    margin-left: -.25rem;
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-md .dropdown-menu .dropdown-toggle {
    position: relative;
    padding-right: 1.5625rem;
  }
  .navbar-expand-md .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 1.5625rem;
    margin-top: .0625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\e918";
  }
  .navbar-expand-md .dropdown-divider {
    display: list-item;
  }
  .navbar-expand-md .dropdown:hover > .dropdown-menu {
    display: block;
    -webkit-animation: dropdown-show .2s;
    animation: dropdown-show .2s;
  }
  .navbar-expand-md .mega-dropdown {
    position: static;
  }
  .navbar-expand-md .mega-dropdown .dropdown-menu {
    width: 100%;
  }
  .navbar-expand-md .media-tool {
    margin-left: 2rem;
  }
  .navbar-expand-md .media-tool .media-body {
    display: block;
  }
  .navbar-expand-md .media-tool-icon {
    color: #007bff;
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .navbar-expand-md .media-tool-icon {
    font-size: calc(1.325rem + .9vw);
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .nav-tool-label {
    display: inline-block;
    margin-left: .5rem;
  }
  .navbar-expand-md.navbar-light .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-item {
    color: #007bff;
  }
  .navbar-expand-md.navbar-dark .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-item {
    color: #007bff;
  }
  .navbar-expand-md.navbar-dark .navbar-nav .dropdown-item {
    color: #424551;
  }
  .navbar-expand-md.navbar-dark .navbar-nav .dropdown-item:hover {
    color: #007bff;
  }
  .navbar-expand-md.navbar-dark .navbar-nav .dropdown-item.active {
    color: #007bff;
  }
  .navbar-expand-md.navbar-dark .navbar-nav .dropdown-item.disabled {
    color: rgba(66, 69, 81, 0.4);
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg.navbar {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-lg .navbar-collapse {
    padding-top: 0;
  }
  .navbar-expand-lg .navbar-nav {
    background-color: transparent;
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    border-top: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-item > .dropdown-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar-expand-lg .navbar-nav > .dropdown > .dropdown-toggle::after {
    right: 0;
    content: "\e916";
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: .875rem;
  }
  .navbar-expand-lg.navbar-sticky .navbar-nav {
    max-height: none;
    overflow-y: visible;
  }
  .navbar-expand-lg .dropdown-menu {
    box-shadow:
      0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
      0 1.25rem 1rem rgba(154, 156, 165, 0.05),
      0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
      0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
    border-color: #e5e8ed;
    background-color: #fff;
  }
  .navbar-expand-lg .dropdown-menu.show {
    display: none;
  }
  .navbar-expand-lg .dropdown-menu .dropdown-menu {
    top: 0;
    right: auto;
    left: calc(100% - .3125rem);
    width: auto;
    margin-top: -.5rem;
    margin-right: 0;
    margin-left: -.25rem;
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-lg .dropdown-menu .dropdown-toggle {
    position: relative;
    padding-right: 1.5625rem;
  }
  .navbar-expand-lg .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 1.5625rem;
    margin-top: .0625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\e918";
  }
  .navbar-expand-lg .dropdown-divider {
    display: list-item;
  }
  .navbar-expand-lg .dropdown:hover > .dropdown-menu {
    display: block;
    -webkit-animation: dropdown-show .2s;
    animation: dropdown-show .2s;
  }
  .navbar-expand-lg .mega-dropdown {
    position: static;
  }
  .navbar-expand-lg .mega-dropdown .dropdown-menu {
    width: 100%;
  }
  .navbar-expand-lg .media-tool {
    margin-left: 2rem;
  }
  .navbar-expand-lg .media-tool .media-body {
    display: block;
  }
  .navbar-expand-lg .media-tool-icon {
    color: #007bff;
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-expand-lg .media-tool-icon {
    font-size: calc(1.325rem + .9vw);
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .nav-tool-label {
    display: inline-block;
    margin-left: .5rem;
  }
  .navbar-expand-lg.navbar-light .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-item {
    color: #007bff;
  }
  .navbar-expand-lg.navbar-dark .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-item {
    color: #007bff;
  }
  .navbar-expand-lg.navbar-dark .navbar-nav .dropdown-item {
    color: #424551;
  }
  .navbar-expand-lg.navbar-dark .navbar-nav .dropdown-item:hover {
    color: #007bff;
  }
  .navbar-expand-lg.navbar-dark .navbar-nav .dropdown-item.active {
    color: #007bff;
  }
  .navbar-expand-lg.navbar-dark .navbar-nav .dropdown-item.disabled {
    color: rgba(66, 69, 81, 0.4);
  }
}
@media (min-width: 1280px) {
  .navbar-expand-xl.navbar {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xl .navbar-collapse {
    padding-top: 0;
  }
  .navbar-expand-xl .navbar-nav {
    background-color: transparent;
  }
  .navbar-expand-xl .navbar-nav .nav-item {
    border-top: 0;
  }
  .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar-expand-xl .navbar-nav > .dropdown > .dropdown-toggle::after {
    right: 0;
    content: "\e916";
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: .875rem;
  }
  .navbar-expand-xl.navbar-sticky .navbar-nav {
    max-height: none;
    overflow-y: visible;
  }
  .navbar-expand-xl .dropdown-menu {
    box-shadow:
      0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
      0 1.25rem 1rem rgba(154, 156, 165, 0.05),
      0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
      0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
    border-color: #e5e8ed;
    background-color: #fff;
  }
  .navbar-expand-xl .dropdown-menu.show {
    display: none;
  }
  .navbar-expand-xl .dropdown-menu .dropdown-menu {
    top: 0;
    right: auto;
    left: calc(100% - .3125rem);
    width: auto;
    margin-top: -.5rem;
    margin-right: 0;
    margin-left: -.25rem;
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-xl .dropdown-menu .dropdown-toggle {
    position: relative;
    padding-right: 1.5625rem;
  }
  .navbar-expand-xl .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 1.5625rem;
    margin-top: .0625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\e918";
  }
  .navbar-expand-xl .dropdown-divider {
    display: list-item;
  }
  .navbar-expand-xl .dropdown:hover > .dropdown-menu {
    display: block;
    -webkit-animation: dropdown-show .2s;
    animation: dropdown-show .2s;
  }
  .navbar-expand-xl .mega-dropdown {
    position: static;
  }
  .navbar-expand-xl .mega-dropdown .dropdown-menu {
    width: 100%;
  }
  .navbar-expand-xl .media-tool {
    margin-left: 2rem;
  }
  .navbar-expand-xl .media-tool .media-body {
    display: block;
  }
  .navbar-expand-xl .media-tool-icon {
    color: #007bff;
    font-size: 2rem;
  }
}
@media (min-width: 1280px) and (max-width: 1200px) {
  .navbar-expand-xl .media-tool-icon {
    font-size: calc(1.325rem + .9vw);
  }
}
@media (min-width: 1280px) {
  .navbar-expand-xl .nav-tool-label {
    display: inline-block;
    margin-left: .5rem;
  }
  .navbar-expand-xl.navbar-light .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-item {
    color: #007bff;
  }
  .navbar-expand-xl.navbar-dark .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-item {
    color: #007bff;
  }
  .navbar-expand-xl.navbar-dark .navbar-nav .dropdown-item {
    color: #424551;
  }
  .navbar-expand-xl.navbar-dark .navbar-nav .dropdown-item:hover {
    color: #007bff;
  }
  .navbar-expand-xl.navbar-dark .navbar-nav .dropdown-item.active {
    color: #007bff;
  }
  .navbar-expand-xl.navbar-dark .navbar-nav .dropdown-item.disabled {
    color: rgba(66, 69, 81, 0.4);
  }
}
.navbar-expand.navbar {
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar-expand .navbar-collapse {
  padding-top: 0;
}
.navbar-expand .navbar-nav {
  background-color: transparent;
}
.navbar-expand .navbar-nav .nav-item {
  border-top: 0;
}
.navbar-expand .navbar-nav .nav-item > .dropdown-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.navbar-expand .navbar-nav .nav-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar-expand .navbar-nav > .dropdown > .dropdown-toggle::after {
  right: 0;
  content: "\e916";
}
.navbar-expand .navbar-nav .dropdown-menu .dropdown-item {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  font-size: .875rem;
}
.navbar-expand.navbar-sticky .navbar-nav {
  max-height: none;
  overflow-y: visible;
}
.navbar-expand .dropdown-menu {
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
  border-color: #e5e8ed;
  background-color: #fff;
}
.navbar-expand .dropdown-menu.show {
  display: none;
}
.navbar-expand .dropdown-menu .dropdown-menu {
  top: 0;
  right: auto;
  left: calc(100% - .3125rem);
  width: auto;
  margin-top: -.5rem;
  margin-right: 0;
  margin-left: -.25rem;
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .dropdown-menu .dropdown-toggle {
  position: relative;
  padding-right: 1.5625rem;
}
.navbar-expand .dropdown-menu .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  margin-top: .0625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e918";
}
.navbar-expand .dropdown-divider {
  display: list-item;
}
.navbar-expand .dropdown:hover > .dropdown-menu {
  display: block;
  -webkit-animation: dropdown-show .2s;
  animation: dropdown-show .2s;
}
.navbar-expand .mega-dropdown {
  position: static;
}
.navbar-expand .mega-dropdown .dropdown-menu {
  width: 100%;
}
.navbar-expand .media-tool {
  margin-left: 2rem;
}
.navbar-expand .media-tool .media-body {
  display: block;
}
.navbar-expand .media-tool-icon {
  color: #007bff;
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .navbar-expand .media-tool-icon {
    font-size: calc(1.325rem + .9vw);
  }
}
.navbar-expand .nav-tool-label {
  display: inline-block;
  margin-left: .5rem;
}
.navbar-expand.navbar-light .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-item {
  color: #007bff;
}
.navbar-expand.navbar-dark .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-item {
  color: #007bff;
}
.navbar-expand.navbar-dark .navbar-nav .dropdown-item {
  color: #424551;
}
.navbar-expand.navbar-dark .navbar-nav .dropdown-item:hover {
  color: #007bff;
}
.navbar-expand.navbar-dark .navbar-nav .dropdown-item.active {
  color: #007bff;
}
.navbar-expand.navbar-dark .navbar-nav .dropdown-item.disabled {
  color: rgba(66, 69, 81, 0.4);
}
.navbar-toggler {
  padding: 10px 16px;
  display: inline-block;
  position: relative;
  width: 54px;
  height: 34px;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property:
    opacity,
    filter,
    -webkit-filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.navbar-toggler-icon {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  width: 22px;
  height: 2px;
  border-radius: .25rem;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  display: block;
  content: "";
}
.navbar-toggler-icon::before {
  top: -6px;
}
.navbar-toggler-icon::after {
  bottom: -6px;
}
.navbar-toggler .navbar-toggler-icon {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navbar-toggler .navbar-toggler-icon::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.navbar-toggler .navbar-toggler-icon::after {
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.topbar {
  position: relative;
  padding: .5rem 1rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: .875rem;
}
.topbar-link {
  display: inline-block;
  padding: .25rem 0;
  transition:
    color 0.25s ease-in-out,
    background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
  color: #92949e;
  font-weight: 400;
  text-decoration: none;
}
.topbar-link:hover {
  color: #242835;
  text-decoration: none;
}
.topbar-link.active {
  color: #242835;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.dropdown.show > .topbar-link {
  color: #242835;
}
.topbar-dark {
  color: rgba(255, 255, 255, 0.6);
}
.topbar-dark .topbar-link {
  color: rgba(255, 255, 255, 0.6);
}
.topbar-dark .topbar-link:hover {
  color: #fff;
}
.topbar-dark .topbar-link.active {
  color: #fff;
}
.topbar-dark .dropdown.show > .topbar-link {
  color: #fff;
}
@-webkit-keyframes dropdown-show {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes dropdown-show {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.card-title {
  margin-bottom: .75rem;
}
a.card:hover,
a.card-body:hover {
  text-decoration: none;
}
.card-hover {
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.card.card-hover:hover,
.card.card-active {
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03) !important;
}
.card.box-shadow {
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03) !important;
}
.card.box-shadow.card-hover:hover,
.card.box-shadow.card-active {
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.16),
    0 1.25rem 1rem -0.25rem rgba(154, 156, 165, 0.1),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.08),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.05) !important;
}
.card-horizontal .card-img-top,
.card-horizontal .card-img-bottom {
  min-height: 15rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 576px) {
  .card-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .card-horizontal .card-body {
    padding: 1.9875rem;
  }
  .card-horizontal .card-img-top,
  .card-horizontal .card-img-bottom {
    width: 43%;
  }
  .card-horizontal .card-img-top {
    border-radius: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
  }
  .card-horizontal .card-img-top.order-sm-2 {
    border-radius: 0;
    border-top-right-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
  }
}
.card-header-tabs,
.card-header-pills {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.card.border-primary,
.card .border-primary {
  border-color: rgba(0, 123, 255, 0.4) !important;
}
.card.border-success,
.card .border-success {
  border-color: rgba(3, 206, 164, 0.4) !important;
}
.card.border-danger,
.card .border-danger {
  border-color: rgba(255, 66, 66, 0.4) !important;
}
.card.border-warning,
.card .border-warning {
  border-color: rgba(248, 152, 40, 0.4) !important;
}
.card.border-info,
.card .border-info {
  border-color: rgba(90, 135, 252, 0.4) !important;
}
.card.border-dark,
.card .border-dark {
  border-color: rgba(66, 69, 81, 0.4) !important;
}
[class^=accordion] > .card,
[class*=" accordion"] > .card {
  border: 0;
}
[class^=accordion] .card-header,
[class*=" accordion"] .card-header {
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
  border: 0;
}
[class^=accordion] .card-body,
[class*=" accordion"] .card-body {
  padding-top: 0;
  padding-right: 0;
}
[class^=accordion] .accordion-heading,
[class*=" accordion"] .accordion-heading {
  margin-bottom: 0;
}
[class^=accordion] .accordion-heading > a,
[class*=" accordion"] .accordion-heading > a {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  color: #1e212c;
  text-decoration: none;
}
[class^=accordion] .accordion-heading > a:hover,
[class*=" accordion"] .accordion-heading > a:hover {
  color: #007bff;
}
[class^=accordion] .accordion-indicator,
[class*=" accordion"] .accordion-indicator {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 1.5rem;
  height: 2.25rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: "createx-icons";
  font-weight: 400;
  color: #007bff;
}
[class^=accordion] .accordion-indicator::before,
[class^=accordion] .accordion-indicator::after,
[class*=" accordion"] .accordion-indicator::before,
[class*=" accordion"] .accordion-indicator::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}
[class^=accordion] .accordion-indicator::before,
[class*=" accordion"] .accordion-indicator::before {
  opacity: 1;
  visibility: visible;
  content: "\e914";
}
[class^=accordion] .accordion-indicator::after,
[class*=" accordion"] .accordion-indicator::after {
  opacity: 0;
  visibility: hidden;
  content: "\e915";
}
[class^=accordion] .collapsed .accordion-indicator::before,
[class*=" accordion"] .collapsed .accordion-indicator::before {
  opacity: 0;
  visibility: hidden;
}
[class^=accordion] .collapsed .accordion-indicator::after,
[class*=" accordion"] .collapsed .accordion-indicator::after {
  opacity: 1;
  visibility: visible;
}
.accordion .card-header {
  padding-top: .9375rem;
  padding-bottom: .9375rem;
}
.accordion .card-body {
  padding-bottom: .9375rem;
  padding-left: 3rem;
}
.accordion .accordion-indicator {
  margin-top: .25rem;
  margin-right: 1.5rem;
  font-size: 1.5rem;
}
.accordion-alt > .card {
  border-radius: 0;
}
.accordion-alt .card-header {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.accordion-alt .card-body {
  margin-top: -.25rem;
  padding-bottom: 1.75rem;
  padding-left: 0;
}
.accordion-alt .accordion-heading > a {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 575.98px) {
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
[class^=cs-team],
[class*=" cs-team"] {
  border: 0;
}
[class^=cs-team] .card-img,
[class*=" cs-team"] .card-img {
  position: relative;
  overflow: hidden;
}
[class^=cs-team] .card-floating-links,
[class*=" cs-team"] .card-floating-links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  z-index: 3;
}
.cs-team .card-img:before {
  display: block;
  position: absolute;
  background:
    linear-gradient(
      180deg,
      rgba(30, 33, 44, 0) 43.9%,
      rgba(30, 33, 44, 0.03) 55.21%,
      rgba(30, 33, 44, 0.33) 68.73%,
      rgba(30, 33, 44, 0.56) 76.17%,
      rgba(30, 33, 44, 0.768225) 83.75%,
      rgba(30, 33, 44, 0.92) 91.49%,
      #1E212C 100%);
  transition: opacity .4s;
  opacity: 0;
  content: "";
  z-index: 2;
}
.cs-team .card-floating-links {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  opacity: 0;
  transition: opacity .4s ease-in-out;
}
.cs-team:hover .card-img::before,
.cs-team:hover .card-floating-links {
  opacity: 1;
}
.cs-team-alt .card-floating-links {
  padding-top: .875rem;
  padding-bottom: .875rem;
  background-color: rgba(0, 123, 255, 0.7);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  transition: opacity .45s, -webkit-transform .45s;
  transition: transform .45s, opacity .45s;
  transition:
    transform .45s,
    opacity .45s,
    -webkit-transform .45s;
}
.cs-team-alt .card-floating-links > * {
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 0;
  transition: opacity .45s ease-in-out .15s, -webkit-transform .3s ease-in-out .15s;
  transition: transform .3s ease-in-out .15s, opacity .45s ease-in-out .15s;
  transition:
    transform .3s ease-in-out .15s,
    opacity .45s ease-in-out .15s,
    -webkit-transform .3s ease-in-out .15s;
}
.cs-team-alt:hover .card-floating-links,
.cs-team-alt:hover .card-floating-links > * {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.card *,
.flex-column * {
  min-height: .01px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card .card {
    display: block;
  }
}
.custom-control {
  min-height: 1rem;
}
.custom-checkbox .custom-control-label::after {
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.custom-radio .custom-control-label::after,
.was-validated .custom-radio .custom-control-label::after {
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.was-validated .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after,
.was-validated .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.custom-select.input-light,
[class^=input-group].input-group-light .custom-select.form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
}
.custom-select.input-light:focus,
[class^=input-group].input-group-light .custom-select.form-control:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23424551' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
}
.custom-file-label {
  font-size: .875rem;
}
.custom-file-label::after {
  padding-right: 2rem;
  padding-left: 2rem;
  font-weight: bold;
}
.custom-switch .custom-control-label::before {
  background-color: #b5b5ba;
}
.custom-switch .custom-control-label::after {
  background-color: #fff;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  box-shadow:
    0 1.5rem 1.875rem rgba(0, 123, 255, 0.16),
    0 1.25rem 1rem -0.25rem rgba(0, 123, 255, 0.1),
    0 0.5rem 0.625rem rgba(0, 123, 255, 0.08),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.05);
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: rgba(181, 181, 186, 0.5);
}
.cs-file-drop-area {
  position: relative;
  padding: 1.5rem 1rem;
  transition:
    border-color .2s ease-in-out,
    background-color .2s ease-in-out,
    box-shadow .2s ease-in-out;
  border: 2px dashed #dadbdd;
  border-radius: .25rem;
  text-align: center;
  cursor: pointer;
}
.cs-file-drop-area .cs-file-drop-input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  outline: none;
  cursor: pointer;
  z-index: 2;
}
.cs-file-drop-area .cs-file-drop-icon {
  display: block;
  margin-bottom: .75rem;
  color: #1e212c;
  font-size: 1.5rem;
}
.cs-file-drop-area .cs-file-drop-preview {
  display: block;
  max-width: 16rem;
  margin-right: auto;
  margin-bottom: .75rem;
  margin-left: auto;
}
.cs-file-drop-area .cs-file-drop-message {
  display: block;
  font-size: .875rem;
  margin-bottom: 1.25rem;
}
.cs-file-drop-area .btn {
  position: relative;
  z-index: 3;
}
.cs-file-drop-area:hover {
  border-color: #c7c9cc;
}
.cs-switch {
  position: relative;
}
.cs-switch-label {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #fff;
  border: 1px solid #007bff;
  border-radius: 2.5rem;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cs-switch-label::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #007bff;
  border-radius: 2.5rem;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  content: "";
  will-change: transform;
  z-index: 1;
}
.cs-switch-label-item {
  display: block;
  position: relative;
  width: 50%;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-weight: bold;
  transition: color .25s ease-in-out;
  will-change: color;
  z-index: 2;
}
.cs-switch-label-item:first-child {
  color: #fff;
}
.cs-switch-label-item:last-child {
  color: #007bff;
}
.cs-switch-input:checked ~ .cs-switch-label::before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.cs-switch-input:checked ~ .cs-switch-label .cs-switch-label-item:first-child {
  color: #007bff;
}
.cs-switch-input:checked ~ .cs-switch-label .cs-switch-label-item:last-child {
  color: #fff;
}
.cs-password-toggle-btn .cs-password-toggle-indicator::before {
  font-family: "createx-icons";
  content: "\e92b";
}
.cs-password-toggle-btn .custom-control-input:checked ~ .cs-password-toggle-indicator::before {
  content: "\e92c";
}
.was-validated .cs-password-toggle .form-control:invalid,
.was-validated .cs-password-toggle .form-control.is-invalid,
.was-validated .cs-password-toggle .form-control:valid,
.was-validated .cs-password-toggle .form-control.is-valid {
  padding-right: 4rem;
}
.was-validated .cs-password-toggle .form-control:invalid + .input-group-append-overlay,
.was-validated .cs-password-toggle .form-control.is-invalid + .input-group-append-overlay,
.was-validated .cs-password-toggle .form-control:valid + .input-group-append-overlay,
.was-validated .cs-password-toggle .form-control.is-valid + .input-group-append-overlay {
  right: 1.25rem;
}
.cs-custom-size-option,
.cs-custom-color-option {
  padding-left: 0;
}
.cs-custom-size-option.custom-control-inline,
.cs-custom-color-option.custom-control-inline {
  margin-right: .25rem;
}
.cs-custom-option-label {
  position: relative;
  margin-bottom: 0;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.cs-custom-size-option .cs-custom-option-label {
  width: 2rem;
  height: 2rem;
  border: 1px solid #e5e8ed;
  border-radius: .25rem;
  background-color: transparent;
  color: #424551;
  font-size: .875rem;
  text-align: center;
  line-height: 1.75rem;
  cursor: pointer;
}
.cs-custom-size-option .cs-custom-option-label:hover {
  border-color: #c7cdd8;
  color: #1e212c;
}
.cs-custom-size-option .custom-control-input:checked ~ .cs-custom-option-label {
  border-color: rgba(0, 123, 255, 0.4);
  background-color: #fff;
  color: #007bff;
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
  cursor: default;
}
.cs-custom-size-option .custom-control-input:disabled ~ .cs-custom-option-label {
  border-color: rgba(0, 0, 0, 0);
  background-color: #f4f5f6;
  color: #b5b5ba;
  cursor: not-allowed;
}
.cs-custom-size-option.cs-custom-size-option-sm .cs-custom-option-label {
  width: 1.5rem;
  height: 1.5rem;
  font-size: .75rem;
  line-height: 1.375rem;
}
.cs-custom-color-option {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.cs-custom-color-option .cs-custom-option-label {
  width: 2rem;
  height: 2rem;
  padding: .25rem;
  border: 1px solid #d3d8e0;
  border-radius: 50%;
  cursor: pointer;
}
.cs-custom-color-option .cs-color-swatch {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cs-custom-color-option .cs-custom-color-option-description {
  display: block;
  margin-top: .125rem;
  font-size: .75rem;
  color: #787a80;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.cs-custom-color-option .custom-control-input:checked ~ .cs-custom-option-label {
  border-color: #007bff;
  cursor: default;
}
.cs-custom-color-option .custom-control-input:checked ~ .cs-custom-color-option-description {
  color: #424551;
}
.cs-custom-color-option .custom-control-input:disabled ~ .cs-custom-option-label {
  border-color: rgba(0, 0, 0, 0);
  cursor: not-allowed;
}
.cs-custom-color-option .custom-control-input:disabled ~ .cs-custom-color-option-description {
  color: #b5b5ba;
}
.cs-custom-color-option.cs-custom-color-option-sm .cs-custom-option-label {
  width: 1.5rem;
  height: 1.5rem;
  padding: .25rem;
}
.cs-custom-color-option:hover .cs-custom-option-label {
  border-color: #afb8c7;
}
.cs-custom-color-option:hover .cs-custom-color-option-description {
  color: #424551;
}
.cs-btn-control {
  margin-right: .625rem;
}
.cs-btn-control .cs-btn-control-label {
  display: inline-block;
  padding: .25rem 1rem;
  font-size: .875rem;
  font-weight: 700;
  border: 1px solid #dadbdd;
  border-radius: .25rem;
  background-color: rgba(0, 0, 0, 0);
  color: #787a80;
  transition:
    color 0.25s ease-in-out,
    border-color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
  cursor: pointer;
}
.cs-btn-control .cs-btn-control-label:hover {
  border-color: #007bff;
  color: #007bff;
}
.cs-btn-control .custom-control-input:checked ~ .cs-btn-control-label {
  border-color: #007bff;
  background-color: #007bff;
  color: #fff;
}
.cs-btn-control .custom-control-input:disabled ~ .cs-btn-control-label {
  border-color: rgba(229, 232, 237, 0.7);
  color: #b5b5ba;
  cursor: not-allowed;
}
.badge-secondary,
.badge-light {
  color: #424551;
}
.badge-warning {
  color: #fff;
}
a.badge {
  text-decoration: none;
}
a.badge.badge-warning:hover {
  color: #fff;
}
.badge.badge-floating {
  position: absolute;
  top: .5rem;
  left: .5rem;
  z-index: 2;
}
.badge.badge-floating.badge-floating-right {
  left: auto;
  right: .5rem;
}
.alert-secondary {
  border-color: #dadbdd;
  background-color: #e5e8ed;
}
.alert-secondary,
.alert-light {
  color: #424551;
}
.alert-secondary a:not(.btn),
.alert-light a:not(.btn) {
  color: #424551 !important;
}
.alert-dark {
  border-color: #424551;
  background-color: #424551;
  color: #fff;
}
.alert-dark > *,
.alert-dark a:not(.btn) {
  color: #fff !important;
}
.alert a:not(.btn) {
  text-decoration: underline;
}
.alert a:not(.btn):hover {
  text-decoration: none;
}
.alert .close {
  transition: color .2s;
}
.breadcrumb-item > a {
  color: #424551;
  text-decoration: none;
}
.breadcrumb-item > a:hover {
  color: #007bff;
  text-decoration: none;
}
.breadcrumb-alt.breadcrumb-light .breadcrumb-item > a,
.breadcrumb-light .breadcrumb-item > a {
  color: #fff;
}
.breadcrumb-alt.breadcrumb-light .breadcrumb-item > a:hover,
.breadcrumb-light .breadcrumb-item > a:hover {
  color: #fff;
}
.breadcrumb-alt.breadcrumb-light .breadcrumb-item.active,
.breadcrumb-light .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumb-alt .breadcrumb-item + .breadcrumb-item::before {
  margin-top: .0625rem;
  font-family: "createx-icons";
  content: "\e918";
}
.page-link {
  font-weight: 700;
}
.page-link i {
  display: inline-block;
  margin-top: -.125rem;
  vertical-align: middle;
  font-size: 1.5em;
}
.active .page-link {
  cursor: default;
}
.pagination-light .page-item.active .page-link {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}
.pagination-light .page-item.disabled .page-link {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.3);
  border-color: rgba(0, 0, 0, 0);
}
.pagination-light .page-link {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(0, 0, 0, 0);
}
.pagination-light .page-link:focus {
  box-shadow: none;
}
.pagination-light .page-link:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}
.cs-entry-nav {
  display: block;
  width: 100%;
  max-width: 20rem;
  text-decoration: none;
}
.cs-entry-nav:hover {
  text-decoration: none;
}
.cs-entry-nav:hover .nav-heading {
  color: #007bff;
}
.cs-entry-nav .nav-heading {
  transition: color .25s;
}
.cs-entry-nav-heading i {
  display: inline-block;
  margin-top: -.1875rem;
  vertical-align: middle;
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  .cs-entry-nav-heading i {
    font-size: calc(1.3rem + .6vw);
  }
}
.cs-entry-nav-thumb {
  width: 6.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cs-entry-nav-thumb > img {
  display: block;
  width: 100%;
  border-radius: .25rem;
}
.list-group-item {
  margin-bottom: 0;
}
.list-group-item-action {
  transition: all 0.2s ease-in-out;
}
.list-group-item-action:active {
  transition: none;
}
.list-group-item-primary {
  color: #0067d6;
  background-color: #e0efff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #0053ad;
  background-color: #d1e7ff;
}
.list-group-item-secondary {
  color: #c0c3c7;
  background-color: #fcfcfd;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #aaaeb4;
  background-color: #f3f3f7;
}
.list-group-item-success {
  color: #03ad8a;
  background-color: #e1f9f4;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #02856a;
  background-color: #d4f6ef;
}
.list-group-item-info {
  color: #4c71d4;
  background-color: #ebf1ff;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #3059c7;
  background-color: #dce6ff;
}
.list-group-item-warning {
  color: #d08022;
  background-color: #fef3e5;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #ad6a1c;
  background-color: #fdecd6;
}
.list-group-item-danger {
  color: #d63737;
  background-color: #ffe8e8;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #bd2727;
  background-color: #ffd9d9;
}
.list-group-item-light {
  color: #d6d6d6;
  background-color: #fff;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #c2c2c2;
  background-color: #f7f7f7;
}
.list-group-item-dark {
  color: #373a44;
  background-color: #e8e9ea;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #25272d;
  background-color: #e0e1e3;
}
.list-group-item-secondary,
.list-group-item-light {
  color: #424551 !important;
}
.list-group-item-secondary a,
.list-group-item-light a {
  color: #424551 !important;
}
.list-group-item-secondary {
  background-color: #f9f9f9 !important;
}
.list-group-item-dark,
.list-group-item-dark:hover,
.list-group-item-dark:focus {
  background-color: #424551 !important;
  color: #fff !important;
}
.close {
  transition: opacity 0.15s ease-in-out;
  font-size: 1.5rem;
  opacity: .7;
}
.close:focus {
  outline: none;
}
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}
.alert .close {
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out;
}
.cs-video-btn {
  display: inline-block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 3.25rem;
  height: 3.25rem;
  padding-left: .125rem;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
  border-radius: 50%;
  background-color: #007bff;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0.25rem 1rem -0.25rem rgba(30, 33, 44, 0.2);
  vertical-align: middle;
}
.cs-video-btn::before {
  padding-left: .125rem;
  font-family: "createx-icons";
  line-height: 3.25rem;
  content: "\e93f";
}
.cs-video-btn:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 0 1rem rgba(0, 123, 255, 0.12);
}
.cs-video-btn-lg {
  width: 5rem;
  height: 5rem;
  font-size: 1.625rem;
}
@media (max-width: 1200px) {
  .cs-video-btn-lg {
    font-size: calc(1.2875rem + .45vw);
  }
}
.cs-video-btn-lg::before {
  padding-left: .25rem;
  line-height: 5rem;
}
.cs-countdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: normal;
  text-align: center;
}
.cs-countdown .cs-countdown-value {
  font-weight: 700;
}
.cs-countdown .cs-countdown-label {
  display: block;
  margin-top: .125rem;
  margin-left: .125rem;
  font-size: 65%;
}
.cs-countdown .cs-countdown-days,
.cs-countdown .cs-countdown-hours,
.cs-countdown .cs-countdown-minutes,
.cs-countdown .cs-countdown-seconds {
  margin-right: 1rem;
  margin-bottom: .75rem;
}
.cs-countdown .cs-countdown-seconds {
  margin-right: 0;
}
.cs-countdown.h1 .cs-countdown-label {
  font-size: 55.25%;
}
.media > img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.media-body {
  -ms-flex: inherit;
  flex: inherit;
}
.simplebar-scrollbar::before {
  right: 0;
  left: 0;
  background-color: #b5b5ba;
  border-radius: .25rem;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track {
  border-radius: .25rem;
}
.simplebar-track.simplebar-vertical {
  width: .1875rem;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 0;
  bottom: 0;
}
.simplebar-track.simplebar-horizontal {
  height: .1875rem;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: .1875rem;
  top: 0;
  bottom: 0;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  right: 0;
  left: 0;
}
[data-simplebar][data-simplebar-auto-hide=false] .simplebar-track {
  background-color: #e5e8ed;
}
[data-simplebar-inverse] .simplebar-scrollbar:before {
  background-color: rgba(255, 255, 255, 0.3);
}
[data-simplebar-inverse][data-simplebar-auto-hide=false] .simplebar-track {
  background-color: rgba(255, 255, 255, 0.2);
}
[data-simplebar-horizontal-top] .simplebar-track.simplebar-horizontal {
  top: 0;
}
.card-product {
  max-width: 22rem;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.card-product .card-body,
.card-product .card-footer {
  padding: 1rem;
  border: 0;
  background-color: inherit;
}
.card-product .card-footer {
  display: none;
  padding-top: .25rem;
}
@media (min-width: 992px) {
  .card-product .card-footer {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow:
      0 1.75rem 1.875rem rgba(154, 156, 165, 0.16),
      0 1.25rem 1rem -0.25rem rgba(154, 156, 165, 0.1),
      0 0.5rem 0.625rem rgba(154, 156, 165, 0.08),
      0 0.25rem 0.25rem rgba(30, 33, 44, 0.05);
    z-index: 3;
  }
  .card-product:hover {
    box-shadow:
      0 1.75rem 1.875rem rgba(154, 156, 165, 0.16),
      0 1.25rem 1rem -0.25rem rgba(154, 156, 165, 0.1),
      0 0.5rem 0.625rem rgba(154, 156, 165, 0.08),
      0 0.25rem 0.25rem rgba(30, 33, 44, 0.05);
    transition: box-shadow .25s;
  }
  .card-product:hover .card-body,
  .card-product:hover .card-footer {
    background-color: #fff;
  }
  .card-product:hover .card-body {
    transition: background-color .25s;
  }
  .card-product:hover .card-footer {
    display: block;
    background-color: #fff;
    box-shadow:
      0 1.75rem 1.875rem rgba(154, 156, 165, 0.16),
      0 1.25rem 1rem -0.25rem rgba(154, 156, 165, 0.1),
      0 0.5rem 0.625rem rgba(154, 156, 165, 0.08),
      0 0.25rem 0.25rem rgba(30, 33, 44, 0.05);
    -webkit-animation: card-footer-show .15s;
    animation: card-footer-show .15s;
  }
}
.card-product .tns-controls {
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}
.card-product [data-controls] {
  height: 100%;
  background-color: transparent;
  border-radius: 0;
}
.card-product [data-controls]:hover {
  background-color: transparent;
}
@-webkit-keyframes card-footer-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes card-footer-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.card-product-img {
  position: relative;
}
.card-product-img > a {
  display: block;
  overflow: hidden;
}
.card-product-title {
  font-weight: 400;
  color: #424551;
  font-size: 1.125rem;
}
.cs-carousel .card-product {
  background-color: transparent;
}
.cs-carousel .card-product .card-footer {
  display: none;
}
.cs-carousel .card-product:hover {
  box-shadow: none;
}
.card-product-widgets-top,
.card-product-widgets-bottom {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  z-index: 1;
}
.card-product-widgets-top {
  top: 0;
  padding-top: 1rem;
}
.card-product-widgets-bottom {
  bottom: 0;
  padding-bottom: 1rem;
}
.product-badge {
  padding: .5rem;
  font-size: 1rem;
  font-weight: 700;
}
.star-rating {
  font-size: .875rem;
  color: #b5b5ba;
}
.star-rating .active {
  color: #f89828;
}
.btn-wishlist {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background-color: #fff;
  color: #787a80;
  transition: background-color .3s, color .3s;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  border-radius: 50%;
}
.btn-wishlist::before {
  font-family: "createx-icons";
  font-size: 1rem;
  content: "\e91f";
}
.btn-wishlist.active {
  color: #007bff;
}
.btn-wishlist.active::before {
  content: "\e972";
}
.btn-wishlist.active:hover {
  color: #787a80;
}
.btn-wishlist:hover {
  color: #007bff;
}
.cs-product-gallery .cs-gallery-item.video-item::after {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.625rem;
}
@media (max-width: 1200px) {
  .cs-product-gallery .cs-gallery-item.video-item::after {
    font-size: calc(1.2875rem + .45vw);
  }
}
.active-filter {
  display: inline-block;
  padding: .375rem .625rem;
  transition: color 0.25s ease-in-out;
  color: #9a9ca5;
  white-space: nowrap;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}
.active-filter:hover {
  color: #424551;
  text-decoration: none;
}
.active-filter::before {
  display: inline-block;
  margin-top: -.25rem;
  margin-right: .5rem;
  font-family: "createx-icons";
  font-size: 1.2em;
  vertical-align: middle;
  content: "\e913";
}
.cs-offcanvas {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 22.5rem;
  height: 100%;
  will-change: transform, box-shadow;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: box-shadow 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
  transition:
    transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.3s ease,
    -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #fff;
  z-index: 1050;
}
.cs-offcanvas.cs-offcanvas-right {
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.cs-offcanvas.show {
  -webkit-transform: none;
  transform: none;
  box-shadow:
    0 1.5rem 1.875rem rgba(30, 33, 44, 0.16),
    0 1.25rem 1.125rem -0.25rem rgba(30, 33, 44, 0.1),
    0 0.5rem 0.75rem rgba(30, 33, 44, 0.08),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.05);
}
.cs-offcanvas-cap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1.25rem 1.5rem;
}
.bg-dark .cs-offcanvas-cap {
  background-color: rgba(255, 255, 255, 0.05);
}
.cs-offcanvas-body {
  height: 100%;
  padding: 0 1.5rem;
  overflow-y: auto;
}
.cs-offcanvas-body .nav {
  -ms-flex-direction: column;
  flex-direction: column;
}
.cs-offcanvas-body .nav > li {
  margin-bottom: 0;
}
.cs-offcanvas-body .nav-link {
  padding-top: .25rem;
  padding-bottom: .25rem;
}
.cs-offcanvas-body .nav-link.active {
  position: relative;
}
.cs-offcanvas-body .nav-link.active::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: .125rem;
  height: 100%;
  content: "";
}
.cs-offcanvas-body .nav-dark .nav-link.active::before {
  background-color: #007bff;
}
.cs-offcanvas-body .nav-light .nav-link.active::before {
  background-color: #fff;
}
.cs-offcanvas-body .simplebar-vertical {
  margin-right: .1875rem;
}
.cs-offcanvas-body .media-body {
  -ms-flex: 1;
  flex: 1;
}
.cs-offcanvas-expand .cs-offcanvas-body .nav-link {
  font-weight: normal;
}
.cs-offcanvas-backdrop {
  transition: opacity .2s ease;
  opacity: 0;
}
.cs-offcanvas-backdrop.show {
  opacity: .5;
}
.cs-offcanvas-open {
  overflow: hidden;
}
.cs-sidebar-toggle {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  z-index: 1025;
}
.cs-sidebar-toggle.right-15 {
  right: 15px;
  width: calc(100% - 15px);
}
@media (max-width: 991.98px) {
  .cs-is-sidebar .cs-footer {
    padding-bottom: 2.25rem;
  }
  .cs-is-sidebar .cs-sidebar-toggle {
    display: block;
  }
  .cs-is-sidebar .btn-scroll-top {
    bottom: 3.25rem;
  }
}
@media (min-width: 992px) {
  .cs-offcanvas-expand {
    -webkit-transform: none;
    transform: none;
  }
  .cs-offcanvas-expand.cs-offcanvas-right {
    -webkit-transform: none;
    transform: none;
  }
  .cs-offcanvas-collapse {
    display: block;
    position: static;
    top: auto;
    left: auto;
    max-width: 100%;
    height: auto;
    -webkit-transform: none;
    transform: none;
    background-color: transparent;
  }
  .cs-offcanvas-collapse.cs-offcanvas-right {
    right: auto;
    -webkit-transform: none;
    transform: none;
  }
  .cs-offcanvas-collapse .cs-offcanvas-cap {
    display: none;
  }
  .cs-offcanvas-collapse .cs-offcanvas-body {
    padding: 0;
    overflow-x: hidden;
  }
  .cs-offcanvas-enabled {
    padding-left: 24rem;
  }
  .cs-offcanvas-enabled.cs-offcanvas-right {
    padding-right: 24rem;
    padding-left: 0;
  }
}
.cs-progress-radial {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cs-progress-radial .progressbar-text {
  color: #1e212c !important;
  font-weight: 900;
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .cs-progress-radial .progressbar-text {
    font-size: calc(1.325rem + .9vw);
  }
}
.cs-portfolio-card-img {
  position: relative;
  border-radius: .25rem;
  overflow: hidden;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cs-portfolio-card-img > img {
  display: block;
  width: 100%;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.cs-portfolio-card-body {
  position: relative;
  padding: 1rem 1.25rem;
  z-index: 2;
}
.cs-portfolio-card-title {
  margin-bottom: .25rem;
  font-weight: 700;
  transition: color .3s ease-in-out;
  color: #1e212c;
  font-size: 1.25rem;
}
.cs-portfolio-card-scale {
  display: block;
  position: relative;
  text-decoration: none;
}
.cs-portfolio-card-scale::before {
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 15px);
  background-color: #fff;
  border-radius: .25rem;
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
  transition: opacity .3s ease-in-out;
  opacity: 0;
  content: "";
}
.cs-portfolio-card-scale .cs-portfolio-card-img > img {
  will-change: transform;
}
.cs-portfolio-card-scale .cs-portfolio-card-body {
  padding-right: 0;
  padding-bottom: 1.25rem;
  padding-left: 0;
}
.cs-portfolio-card-scale:hover {
  text-decoration: none;
}
.cs-portfolio-card-scale:hover::before {
  opacity: 1;
}
.cs-portfolio-card-scale:hover .cs-portfolio-card-img > img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.cs-portfolio-card-scale:hover .cs-portfolio-card-title {
  color: #007bff;
}
.cs-carousel .cs-portfolio-card-scale::before {
  box-shadow: none;
}
.cs-portfolio-card-slide {
  display: block;
  position: relative;
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
  text-decoration: none;
  transition: box-shadow .25s ease-in-out;
  overflow: hidden;
}
.cs-portfolio-card-slide .cs-portfolio-card-img > img {
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  will-change: transform;
}
.cs-portfolio-card-slide .cs-portfolio-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 1.5rem;
  background-color: #fff;
  text-align: center;
  -webkit-transform: translateY(4.25rem);
  transform: translateY(4.25rem);
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  will-change: transform;
}
.cs-portfolio-card-slide .cs-portfolio-card-body .btn {
  margin-top: 1.5rem;
}
.cs-portfolio-card-slide:hover {
  text-decoration: none;
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.16),
    0 1.25rem 1rem -0.25rem rgba(154, 156, 165, 0.1),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.08),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.05);
}
.cs-portfolio-card-slide:hover .cs-portfolio-card-img > img {
  -webkit-transform: scale(1.06) translateY(-2rem);
  transform: scale(1.06) translateY(-2rem);
}
.cs-portfolio-card-slide:hover .cs-portfolio-card-body {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cs-portfolio-card-slide:hover.cs-portfolio-card-video .cs-video-btn {
  top: calc(50% - 4.25rem);
}
.cs-portfolio-card-slide.cs-portfolio-card-video .cs-video-btn {
  top: calc(50% - (4.25rem / 2));
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out,
    top 0.25s ease-in-out;
}
@media (max-width: 767.98px) {
  .cs-portfolio-card-slide {
    text-decoration: none;
    box-shadow:
      0 1.75rem 1.875rem rgba(154, 156, 165, 0.16),
      0 1.25rem 1rem -0.25rem rgba(154, 156, 165, 0.1),
      0 0.5rem 0.625rem rgba(154, 156, 165, 0.08),
      0 0.25rem 0.25rem rgba(30, 33, 44, 0.05);
  }
  .cs-portfolio-card-slide .cs-portfolio-card-img > img {
    -webkit-transform: scale(1.06) translateY(-2rem);
    transform: scale(1.06) translateY(-2rem);
  }
  .cs-portfolio-card-slide .cs-portfolio-card-body {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .cs-portfolio-card-slide.cs-portfolio-card-video .cs-video-btn {
    top: calc(50% - 4.25rem);
  }
}
.cs-portfolio-card-video {
  border-radius: .25rem;
}
.cs-portfolio-card-video .cs-portfolio-card-img::after {
  display: block;
  position: absolute;
  background-color: rgba(30, 33, 44, 0.2);
  content: "";
}
.cs-portfolio-card-video .cs-video-btn {
  position: absolute;
  z-index: 3;
  will-change: top;
}
.cs-portfolio-card-video .cs-video-btn:hover {
  box-shadow: none;
}
.cs-from-top,
.cs-from-bottom,
.cs-from-left,
.cs-from-right,
.cs-scale-up,
.cs-scale-down,
.cs-fade-in {
  transition: all .4s .3s ease-in-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cs-from-top {
  -webkit-transform: translateY(-2.25rem);
  transform: translateY(-2.25rem);
}
.cs-from-bottom {
  -webkit-transform: translateY(2.25rem);
  transform: translateY(2.25rem);
}
.cs-from-left {
  -webkit-transform: translateX(-2.25rem);
  transform: translateX(-2.25rem);
}
.cs-from-right {
  -webkit-transform: translateX(2.25rem);
  transform: translateX(2.25rem);
}
.cs-scale-up {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.cs-scale-down {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.cs-delay-1 {
  transition-delay: .5s;
}
.cs-delay-2 {
  transition-delay: .7s;
}
.cs-delay-3 {
  transition-delay: .9s;
}
.cs-delay-4 {
  transition-delay: 1.1s;
}
.tns-slide-active .cs-from-top,
.tns-slide-active .cs-from-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.tns-slide-active .cs-from-left,
.tns-slide-active .cs-from-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.tns-slide-active .cs-scale-up,
.tns-slide-active .cs-scale-down {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.tns-slide-active .cs-fade-in {
  opacity: 1;
}
.cs-step .cs-step-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cs-step .cs-step-indicator {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  margin-right: 1.375rem;
  line-height: 3.75rem;
  text-align: center;
  color: #dadbdd;
  font-weight: 900;
  transition: color .3s ease-in-out;
  z-index: 3;
  font-size: 2.875rem;
}
@media (max-width: 1200px) {
  .cs-step .cs-step-indicator {
    font-size: calc(1.4125rem + 1.95vw);
  }
}
.cs-step .cs-step-indicator::before,
.cs-step .cs-step-indicator::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
  transform: translateY(-50%) translateX(-50%) scale(0);
  opacity: 0;
  content: "";
  will-change: transform;
  z-index: 2;
}
.cs-step .cs-step-indicator::before {
  width: 5.25rem;
  height: 5.25rem;
  background-color: rgba(0, 123, 255, 0.12);
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition:
    transform .3s ease-in-out,
    opacity .3s ease-in-out,
    -webkit-transform .3s ease-in-out;
}
.cs-step .cs-step-indicator::after {
  width: 7.3125rem;
  height: 7.3125rem;
  background-color: rgba(0, 123, 255, 0.06);
  transition: opacity .3s ease .1s, -webkit-transform .3s ease .1s;
  transition: transform .3s ease .1s, opacity .3s ease .1s;
  transition:
    transform .3s ease .1s,
    opacity .3s ease .1s,
    -webkit-transform .3s ease .1s;
}
.cs-step .cs-step-line {
  position: relative;
  width: 100%;
  height: .0625rem;
  background-image:
    linear-gradient(
      90deg,
      #dadbdd,
      #dadbdd 75%,
      transparent 75%,
      transparent 100%);
  background-size: .625rem 0.0625rem;
  z-index: 2;
}
.cs-step:hover .cs-step-indicator {
  color: #007bff;
}
.cs-step:hover .cs-step-indicator::before,
.cs-step:hover .cs-step-indicator::after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
  opacity: 1;
}
@media (max-width: 767.98px) {
  .cs-step .cs-step-indicator {
    color: #007bff;
  }
  .cs-step .cs-step-indicator::before {
    width: 4.5rem;
    height: 4.5rem;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1;
  }
  .cs-step .cs-step-indicator::after {
    display: none;
  }
}
.cs-step-vertical {
  display: -ms-flexbox;
  display: flex;
  max-width: calc(50% + (.0625rem / 2));
  margin-left: auto;
}
.cs-step-vertical .cs-step-line {
  position: relative;
  -ms-flex: 0 0 .0625rem;
  flex: 0 0 .0625rem;
  width: .0625rem;
  margin-top: 1.25rem;
  background-color: rgba(154, 156, 165, 0.4);
  color: rgba(154, 156, 165, 0.75);
  z-index: 2;
}
.cs-step-vertical .cs-step-line::before,
.cs-step-vertical .cs-step-line::after {
  display: block;
  position: absolute;
  content: "";
  z-index: 3;
}
.cs-step-vertical .cs-step-line::before {
  top: -.875rem;
  left: 50%;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  will-change: transform;
  background-color: currentColor;
}
.cs-step-vertical .cs-step-line::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height .3s ease-in-out;
  will-change: height;
  background-color: #007bff;
}
.cs-step-vertical .cs-step-body {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.cs-step-vertical:nth-child(2n) {
  margin-left: 0;
  text-align: right;
}
.cs-step-vertical:nth-child(2n) .cs-step-line {
  -ms-flex-order: 2;
  order: 2;
}
.cs-step-vertical:nth-child(2n) .cs-step-body {
  -ms-flex-order: 1;
  order: 1;
}
.cs-step-vertical.active .cs-step-line::before,
.cs-step-vertical.tns-nav-active .cs-step-line::before {
  background-color: #007bff;
}
.cs-step-vertical.active .cs-step-line::after,
.cs-step-vertical.tns-nav-active .cs-step-line::after {
  height: 100%;
}
@media (max-width: 767.98px) {
  .cs-step-vertical {
    max-width: none;
    margin-left: 0;
  }
  .cs-step-vertical .cs-step-body {
    padding-right: 1.6666666667rem;
    padding-bottom: 1.875rem;
    padding-left: 1.6666666667rem;
  }
  .cs-step-vertical:nth-child(2n) {
    text-align: left;
  }
  .cs-step-vertical:nth-child(2n) .cs-step-line {
    -ms-flex-order: 1;
    order: 1;
  }
  .cs-step-vertical:nth-child(2n) .cs-step-body {
    -ms-flex-order: 2;
    order: 2;
  }
}
.cs-steps-vertical-right .cs-step-vertical,
.cs-steps-vertical-left .cs-step-vertical,
.table .cs-step-vertical {
  max-width: none;
  margin-left: 0;
}
.cs-steps-vertical-right .cs-step-vertical .cs-step-body,
.cs-steps-vertical-left .cs-step-vertical .cs-step-body,
.table .cs-step-vertical .cs-step-body {
  padding-bottom: 1.875rem;
}
.cs-steps-vertical-right .cs-step-vertical:last-child .cs-step-body,
.cs-steps-vertical-left .cs-step-vertical:last-child .cs-step-body,
.table .cs-step-vertical:last-child .cs-step-body {
  padding-bottom: 0;
}
.cs-steps-vertical-right {
  padding-right: .25rem;
}
.cs-steps-vertical-right .cs-step-vertical {
  text-align: right;
}
.cs-steps-vertical-right .cs-step-vertical .cs-step-line {
  -ms-flex-order: 2;
  order: 2;
}
.cs-steps-vertical-right .cs-step-vertical .cs-step-body {
  -ms-flex-order: 1;
  order: 1;
}
.cs-steps-vertical-left {
  padding-left: .25rem;
}
.cs-steps-vertical-left .cs-step-vertical {
  text-align: left;
}
.cs-steps-vertical-left .cs-step-vertical:nth-child(2n) .cs-step-line {
  -ms-flex-order: 1;
  order: 1;
}
.cs-steps-vertical-left .cs-step-vertical:nth-child(2n) .cs-step-body {
  -ms-flex-order: 2;
  order: 2;
}
.table .cs-step-vertical {
  display: table-row;
  text-align: left;
  white-space: nowrap;
  color: #9a9ca5;
}
.table .cs-step-vertical .cs-step-line {
  position: absolute;
  top: calc(50% + (.5rem * 1.5));
  left: 50%;
  margin-top: 0;
  height: calc(100% - (.5rem * 2.5));
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.table .cs-step-vertical:last-child .cs-step-line {
  height: 0;
}
.table .cs-step-vertical.active {
  color: #424551;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .table .cs-step-vertical .cs-step-line {
    top: 40px;
    height: 100%;
  }
}
.cs-step-vertical.cs-step-vertical-nav {
  text-decoration: none;
  cursor: pointer;
}
.cs-step-vertical.cs-step-vertical-nav .cs-step-line {
  margin-top: 0;
}
.cs-step-vertical.cs-step-vertical-nav .cs-step-line::before,
.cs-step-vertical.cs-step-vertical-nav .cs-step-line::after {
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.cs-step-vertical.cs-step-vertical-nav .cs-step-line::before {
  transition: background-color .25s ease-in-out;
  z-index: 3;
}
.cs-step-vertical.cs-step-vertical-nav .cs-step-line::after {
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #f4f5f6;
  z-index: 2;
}
.cs-step-vertical.cs-step-vertical-nav .cs-step-body {
  width: 100%;
  padding: .625rem 2rem;
}
.cs-step-vertical.cs-step-vertical-nav .cs-step-label {
  color: #9a9ca5;
  transition: color .25s ease-in-out;
}
.cs-step-vertical.cs-step-vertical-nav.active .cs-step-label,
.cs-step-vertical.cs-step-vertical-nav.tns-nav-active .cs-step-label {
  color: #007bff;
}
.cs-step-vertical.cs-step-vertical-nav:hover .cs-step-line::before {
  background-color: #007bff;
}
.cs-step-vertical.cs-step-vertical-nav:hover .cs-step-label {
  color: #007bff;
}
.cs-step-vertical.cs-step-vertical-nav:last-child .cs-step-body {
  padding-bottom: .625rem;
}
.cs-widget ul {
  margin-bottom: 0;
}
.cs-widget-categories .nav {
  -ms-flex-direction: column;
  flex-direction: column;
}
.cs-widget-categories .nav li {
  margin-bottom: .625rem;
}
.cs-widget-categories .nav .nav {
  padding-left: 1rem;
  border-left: 1px solid #e5e8ed;
}
.cs-widget-categories .nav .nav .nav-link {
  font-weight: normal;
}
.cs-widget-categories .nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
.cs-widget-data-list .form-control {
  padding-left: .75rem;
  background-color: #fff;
}
.cs-widget-data-list .list-unstyled li {
  margin-bottom: .5rem;
}
.cs-widget-data-list .custom-control-label {
  padding-top: .125rem;
  font-size: .875rem;
}
.cs-range-slider-ui {
  height: .125rem;
  margin: 3rem 0;
  border: 0;
  background-color: #dadbdd;
  box-shadow: none;
}
.cs-range-slider-ui .noUi-connect {
  background-color: #007bff;
}
.cs-range-slider-ui .noUi-handle {
  top: 50%;
  width: .875rem;
  height: .875rem;
  margin-top: -.4375rem;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: none;
  background-color: #007bff;
}
.cs-range-slider-ui .noUi-handle::before,
.cs-range-slider-ui .noUi-handle::after {
  display: none;
}
.cs-range-slider-ui .noUi-handle:focus {
  outline: none;
}
.cs-range-slider-ui .noUi-pips-horizontal {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cs-range-slider-ui .noUi-marker-normal {
  display: none;
}
.cs-range-slider-ui .noUi-marker-horizontal.noUi-marker {
  width: 1px;
  background-color: #d3d8e0;
}
.cs-range-slider-ui .noUi-marker-horizontal.noUi-marker-large {
  height: .5rem;
}
.cs-range-slider-ui .noUi-value {
  padding-top: .125rem;
  color: #1e212c;
  font-size: .65rem;
  font-weight: 700;
}
.cs-range-slider-ui .noUi-tooltip {
  padding: .25rem .5rem;
  border: 0;
  background-color: #424551;
  color: #fff;
  font-size: .75rem;
  line-height: 1.2;
  border-radius: .25rem;
}
.cs-range-slider-ui.cs-no-pips {
  margin-bottom: 1.5rem;
}
.cs-range-slider-ui.cs-no-pips .noUi-pips {
  display: none;
  visibility: hidden;
  opacity: 0;
}
html:not([dir=rtl]) .cs-range-slider-ui.noUi-horizontal .noUi-handle {
  right: -.4375rem;
}
.cs-media-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -.375rem;
  margin-left: -.375rem;
}
.cs-media-grid-item {
  max-width: 33.3333333333%;
  width: 100%;
  margin-top: -.375rem;
  padding: .375rem;
}
.cs-media-grid-inner {
  display: inline-block;
  position: relative;
  border-radius: .25rem;
  overflow: hidden;
}
.cs-media-grid-inner::before,
.cs-media-grid-inner::after {
  display: block;
  position: absolute;
  opacity: 0;
}
.cs-media-grid-inner::before {
  background-color: rgba(30, 33, 44, 0.4);
  border-radius: inherit;
  transition: opacity .35s;
  content: "";
  z-index: 2;
}
.cs-media-grid-inner::after {
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 2rem;
  font-family: "createx-icons";
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.8);
  transform: translateY(-50%) translateX(-50%) scale(0.8);
  transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  transition:
    opacity .35s,
    transform .35s,
    -webkit-transform .35s;
  content: "\e904";
  will-change: transform;
  z-index: 3;
}
.cs-media-grid-inner img {
  display: block;
  width: 100%;
  border-radius: inherit;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  will-change: transform;
}
.cs-media-grid-inner:hover::before,
.cs-media-grid-inner:hover::after {
  opacity: 1;
}
.cs-media-grid-inner:hover::after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.cs-media-grid-inner:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.cs-tag {
  display: inline-block;
  padding: .25rem 1rem;
  transition:
    border-color 0.25s ease-in-out,
    background-color 0.25s ease-in-out,
    color 0.25s ease-in-out;
  border: 1px solid #dadbdd;
  border-radius: .25rem;
  background-color: #fff;
  color: #787a80;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.cs-tag:hover {
  border-color: #007bff;
  color: #007bff;
  text-decoration: none;
}
.cs-tag.cs-tag-pill {
  border-radius: 1.8125rem;
}
.cs-carousel {
  position: relative;
}
.cs-carousel .cs-carousel-inner {
  position: relative;
  overflow: hidden;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
}
.cs-carousel .cs-carousel-inner:active {
  cursor: -webkit-grab;
  cursor: grab;
}
.cs-carousel .cs-carousel-inner.tns-slider {
  display: block;
  opacity: 1;
}
.cs-carousel .cs-carousel-inner > * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cs-carousel .cs-carousel-inner.tns-horizontal:not(.tns-gallery) {
  display: -ms-flexbox;
  display: flex;
}
.cs-carousel .tns-outer {
  position: relative;
}
@supports (-ms-ime-align: auto) {
  .cs-carousel .cs-carousel-inner.tns-horizontal:not(.tns-gallery) {
    display: block;
  }
}
.tns-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 1.5rem;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  z-index: 3;
}
.tns-nav [data-nav] {
  display: inline-block;
  position: relative;
  width: 1.875rem;
  height: .1875rem;
  margin: 0 .375rem;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0;
  border-radius: .25rem;
  transition: width 0.2s ease-in-out, opacity 0.2s ease-in-out;
  pointer-events: initial;
}
.tns-nav [data-nav]::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: inherit;
  opacity: 0;
  transition: width 0.2s ease-in-out, opacity 0.2s ease-in-out;
  content: "";
}
.tns-nav [data-nav].tns-nav-active::before,
.tns-nav [data-nav].active::before {
  width: 100%;
  opacity: 1;
}
.tns-nav [data-nav]:focus {
  outline: initial;
}
@media (max-width: 767.98px) {
  .tns-nav {
    padding-bottom: 1rem;
  }
}
.cs-nav-inverse [data-nav],
.cs-nav-outside [data-nav] {
  background-color: #b5b5ba;
}
.cs-nav-inverse [data-nav]::before,
.cs-nav-outside [data-nav]::before {
  background-color: #424551;
}
.cs-nav-outside.cs-nav-inverse [data-nav] {
  background-color: rgba(255, 255, 255, 0.3);
}
.cs-nav-outside.cs-nav-inverse [data-nav]::before {
  background-color: #fff;
}
.cs-nav-outside .tns-outer {
  margin-bottom: 3rem;
}
.cs-nav-outside .tns-nav {
  top: 100%;
  bottom: initial;
  padding-top: 1.5rem;
  padding-bottom: initial;
}
@media (max-width: 767.98px) {
  .cs-nav-outside .tns-outer {
    margin-bottom: 2.25rem;
  }
  .cs-nav-outside .tns-nav {
    padding-top: .75rem;
  }
}
.tns-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
}
.tns-controls:focus {
  outline: initial;
}
@media (max-width: 767.98px) {
  .tns-controls {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
[data-controls] {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #424551;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  transition:
    transform 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
  transition:
    transform 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  pointer-events: auto;
  border-radius: 50%;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  [data-controls] {
    font-size: calc(1.275rem + .3vw);
  }
}
[data-controls] [class^=cxi-],
[data-controls] [class*=" cxi-"] {
  line-height: inherit;
}
[data-controls][disabled] {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
}
[data-controls]:hover {
  background-color: #fff;
  color: #424551;
}
@media (max-width: 767.98px) {
  [data-controls] {
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 1.35rem;
  }
}
@media (max-width: 767.98px) and (max-width: 1200px) {
  [data-controls] {
    font-size: calc(1.26rem + .12vw);
  }
}
.cs-controls-onhover [data-controls] {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.cs-controls-onhover:hover [data-controls]:not([disabled]) {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.cs-controls-inverse [data-controls],
.cs-controls-outside [data-controls] {
  background-color: rgba(0, 0, 0, 0);
  color: #424551;
}
.cs-controls-inverse [data-controls]:hover,
.cs-controls-outside [data-controls]:hover {
  background-color: #007bff;
  color: #fff;
}
.cs-controls-outside.cs-controls-inverse [data-controls] {
  background-color: rgba(255, 255, 255, 0.5);
  color: #424551;
}
.cs-controls-outside.cs-controls-inverse [data-controls]:hover {
  background-color: #fff;
  color: #424551;
}
.cs-controls-outside .tns-outer {
  margin-right: 4.375rem;
  margin-left: 4.375rem;
}
.cs-controls-outside .tns-controls {
  width: calc(100% + (4.375rem * 2));
  left: -4.375rem;
  padding: 0;
}
@media (max-width: 767.98px) {
  .cs-controls-outside .tns-outer {
    margin-right: 0;
    margin-left: 0;
  }
  .cs-controls-outside .tns-controls {
    width: 100%;
    left: 0;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cs-controls-outside [data-controls] {
    background-color: rgba(255, 255, 255, 0.5);
    color: #424551;
  }
  .cs-controls-outside [data-controls]:hover {
    background-color: #fff;
    color: #424551;
  }
}
.tns-custom-controls {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: -.6875rem;
  margin-left: -.6875rem;
  z-index: 9;
}
.tns-custom-controls:focus {
  outline: initial;
}
@media (max-width: 767.98px) {
  .tns-custom-controls {
    margin-right: -.3875rem;
    margin-left: -.3875rem;
  }
}
.cs-pager {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cs-pager [data-nav] {
  display: block;
  position: relative;
  width: 100%;
  margin-right: .25rem;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: .75rem;
  padding-left: 0;
  border: 0;
  background-color: transparent;
  transition: color .3s ease-in-out;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  font-weight: 700;
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  .cs-pager [data-nav] {
    font-size: calc(1.3rem + .6vw);
  }
}
.cs-pager [data-nav]:last-child {
  margin-right: initial;
}
.cs-pager [data-nav]::before,
.cs-pager [data-nav]::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: .125rem;
  content: "";
}
.cs-pager [data-nav]::before {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
.cs-pager [data-nav]::after {
  width: 0;
  background-color: #fff;
  transition: width .3s ease-in-out;
  will-change: width;
  z-index: 3;
}
.cs-pager [data-nav]:hover {
  color: rgba(255, 255, 255, 0.6);
}
.cs-pager [data-nav].tns-nav-active {
  color: #fff;
}
.cs-pager [data-nav].tns-nav-active::after {
  width: 100%;
}
.cs-pager.cs-pager-inverse [data-nav] {
  color: rgba(66, 69, 81, 0.6);
}
.cs-pager.cs-pager-inverse [data-nav]::before {
  background-color: rgba(66, 69, 81, 0.6);
}
.cs-pager.cs-pager-inverse [data-nav]::after {
  background-color: #424551;
}
.cs-pager.cs-pager-inverse [data-nav]:hover {
  color: #424551;
}
.cs-pager.cs-pager-inverse [data-nav].tns-nav-active {
  color: #424551;
}
@media (max-width: 767.98px) {
  .cs-pager [data-nav] {
    padding-bottom: .375rem;
    font-size: 1.1666666667rem;
  }
}
.cs-thumbnails {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.125rem;
  margin-right: -.5625rem;
  margin-left: -.5625rem;
}
.cs-thumbnails [data-nav] {
  display: block;
  max-width: 6.25rem;
  margin-right: .5625rem;
  margin-bottom: 1.125rem;
  margin-left: .5625rem;
  padding: 0;
  border: 1px solid transparent;
  border-radius: .25rem;
  background-color: transparent;
  opacity: .6;
  transition: opacity .3s ease-in-out, border-color .3s ease-in-out;
  overflow: hidden;
}
.cs-thumbnails [data-nav]:last-child {
  margin-right: initial;
}
.cs-thumbnails [data-nav].tns-nav-active {
  border-color: #007bff;
  opacity: 1;
}
.cs-thumbnails [data-nav].video-indicator {
  position: relative;
}
.cs-thumbnails [data-nav].video-indicator::before {
  display: block;
  position: absolute;
  background-color: #1e212c;
  color: #fff;
  font-family: "createx-icons";
  line-height: 6.25rem;
  text-align: center;
  opacity: .6;
  content: "\e954";
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .cs-thumbnails [data-nav].video-indicator::before {
    font-size: calc(1.325rem + .9vw);
  }
}
.cs-thumbnails [data-nav]:hover {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .cs-thumbnails {
    margin-top: .5625rem;
    margin-right: -.28125rem;
    margin-left: -.28125rem;
  }
  .cs-thumbnails [data-nav] {
    max-width: 3.125rem;
    margin-right: .28125rem;
    margin-bottom: .5625rem;
    margin-left: .28125rem;
  }
  .cs-thumbnails [data-nav].video-indicator::before {
    line-height: 3.125rem;
  }
}
.cs-promo-bar .cs-carousel {
  width: auto;
}
.cs-promo-bar .cs-carousel .tns-controls {
  padding: 0;
}
.cs-promo-bar .cs-carousel [data-controls] {
  width: 2rem;
  height: 2rem;
  margin-top: .0625rem;
  font-size: 1.2rem;
  line-height: 2rem;
  background: none;
}
.cs-promo-bar .cs-carousel [data-controls] .cxi-arrow-left::before {
  content: "\e917";
}
.cs-promo-bar .cs-carousel [data-controls] .cxi-arrow-right::before {
  content: "\e918";
}
.cs-promo-bar .cs-carousel [data-controls=prev] {
  margin-left: -.5rem;
}
.cs-promo-bar .cs-carousel [data-controls=next] {
  margin-right: -.5rem;
}
.cs-promo-bar .cs-carousel .tns-nav {
  display: none !important;
}
.cs-promo-bar .cs-carousel .tns-outer {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.cs-promo-bar .cs-carousel.cs-controls-inverse [data-controls] {
  color: #fff;
}
.cs-gallery-item {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  cursor: url("data:image/svg+xml,%3csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.4615 3C11.2655 3 3 11.2655 3 21.4615C3 31.6576 11.2655 39.9231 21.4615 39.9231C26.555 39.9231 31.1652 37.8617 34.5064 34.5252C37.8539 31.1825 39.9231 26.5646 39.9231 21.4615C39.9231 11.2655 31.6576 3 21.4615 3ZM1 21.4615C1 10.1609 10.1609 1 21.4615 1C32.7621 1 41.9231 10.1609 41.9231 21.4615C41.9231 26.7564 39.9107 31.583 36.6111 35.2155L46.7065 45.2922C47.0973 45.6824 47.0979 46.3156 46.7078 46.7065C46.3176 47.0973 45.6844 47.0979 45.2935 46.7078L35.196 36.6288C31.5657 39.9179 26.747 41.9231 21.4615 41.9231C10.1609 41.9231 1 32.7621 1 21.4615Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 21.5C11 20.9477 11.4477 20.5 12 20.5H31C31.5523 20.5 32 20.9477 32 21.5C32 22.0523 31.5523 22.5 31 22.5H12C11.4477 22.5 11 22.0523 11 21.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5 11C22.0523 11 22.5 11.4477 22.5 12V31C22.5 31.5523 22.0523 32 21.5 32C20.9477 32 20.5 31.5523 20.5 31V12C20.5 11.4477 20.9477 11 21.5 11Z' fill='white'/%3e%3c/svg%3e"), pointer;
}
.cs-gallery-item > img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}
.cs-gallery-item::before {
  display: block;
  position: absolute;
  background-color: rgba(30, 33, 44, 0.2);
  opacity: 0;
  transition: opacity .3s ease-in-out;
  z-index: 3;
  content: "";
}
.cs-gallery-item .cs-gallery-caption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem .5rem;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  transition: opacity .35s ease-in-out, -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out, opacity .35s ease-in-out;
  transition:
    transform .35s ease-in-out,
    opacity .35s ease-in-out,
    -webkit-transform .35s ease-in-out;
  opacity: 0;
  color: #fff;
  font-weight: 400;
  text-align: center;
  will-change: transform;
  z-index: 4;
  font-size: 1rem;
}
.cs-gallery-item.video-item::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.25rem;
  height: 3.25rem;
  padding-left: .25rem;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-color: #007bff;
  color: #fff;
  font-family: "createx-icons";
  line-height: 3.25rem;
  text-align: center;
  content: "\e93f";
  z-index: 4;
  font-size: 1rem;
}
.cs-gallery-item:hover::before {
  opacity: 1;
}
.cs-gallery-item:hover .cs-gallery-caption {
  -webkit-transform: initial;
  transform: initial;
  opacity: 1;
}
.cs-gallery-item:active {
  cursor: -webkit-grab;
  cursor: grab;
}
.lg-backdrop {
  z-index: 1050;
}
.lg-on {
  overflow: hidden;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax .jarallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center !important;
  background-size: cover !important;
}
@media (max-width: 575.98px) {
  [data-disable-parallax-down=xs] {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 767.98px) {
  [data-disable-parallax-down=sm] {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 991.98px) {
  [data-disable-parallax-down=md] {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 1279.98px) {
  [data-disable-parallax-down=lg] {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (min-width: 576px) {
  [data-disable-parallax-up=sm] {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (min-width: 768px) {
  [data-disable-parallax-up=md] {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (min-width: 992px) {
  [data-disable-parallax-up=lg] {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (min-width: 1280px) {
  [data-disable-parallax-up=xl] {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
_:-ms-lang(x),
.jarallax .jarallax-img {
  margin: 0 !important;
  position: absolute !important;
  transform: none !important;
}
.cs-parallax {
  position: relative;
}
.cs-parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cs-parallax-layer:first-child {
  position: relative;
}
.cs-parallax-layer > img {
  display: block;
  width: 100%;
}
.sidebar-sticky {
  will-change: min-height;
}
.sidebar-sticky-inner {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
.bg-0 {
  background: none !important;
}
.bg-image-0 {
  background-image: none !important;
}
.bg-faded-primary {
  background-color: rgba(0, 123, 255, 0.08) !important;
}
.bg-faded-secondary {
  background-color: rgba(229, 232, 237, 0.08) !important;
}
.bg-faded-success {
  background-color: rgba(3, 206, 164, 0.08) !important;
}
.bg-faded-info {
  background-color: rgba(90, 135, 252, 0.08) !important;
}
.bg-faded-warning {
  background-color: rgba(248, 152, 40, 0.08) !important;
}
.bg-faded-danger {
  background-color: rgba(255, 66, 66, 0.08) !important;
}
.bg-faded-light {
  background-color: rgba(255, 255, 255, 0.08) !important;
}
.bg-faded-dark {
  background-color: rgba(66, 69, 81, 0.08) !important;
}
.bg-size-cover {
  background-size: cover !important;
}
.bg-no-repeat {
  background-repeat: no-repeat !important;
}
.bg-repeat-x {
  background-repeat: repeat-x !important;
}
.bg-repeat-y {
  background-repeat: repeat-y !important;
}
.bg-fixed {
  background-attachment: fixed !important;
}
.bg-position-center {
  background-position: center !important;
}
.bg-position-center-y {
  background-position: center !important;
}
.bg-position-center-x {
  background-position: center !important;
}
.bg-position-right-top {
  background-position: right top !important;
}
.bg-position-left-top {
  background-position: left top !important;
}
.bg-position-center-top {
  background-position: center top !important;
}
.bg-position-right-bottom {
  background-position: right bottom !important;
}
.bg-position-left-bottom {
  background-position: left bottom !important;
}
.bg-position-center-bottom {
  background-position: center bottom !important;
}
.bg-position-right-center {
  background-position: right center !important;
}
.bg-position-left-center {
  background-position: left center !important;
}
a[class^=bg-],
a[class*=bg-] {
  transition: background-color .25s ease;
}
.bg-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1e212c;
  opacity: .5;
  z-index: 1;
}
.bg-overlay-content {
  display: block;
  position: relative;
  z-index: 5;
}
.font-size-lg {
  font-size: 1.125rem !important;
}
.font-size-base {
  font-size: 1rem !important;
}
.font-size-sm {
  font-size: .875rem !important;
}
.font-size-xs {
  font-size: .75rem !important;
}
.font-size-xxs {
  font-size: .65rem !important;
}
.lead {
  font-size: 1.25rem !important;
}
.font-weight-black {
  font-weight: 900 !important;
}
.text-shadow {
  text-shadow: 0 0.0625rem #424551 !important;
}
.box-shadow {
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.16),
    0 1.25rem 1rem -0.25rem rgba(154, 156, 165, 0.1),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.08),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.05) !important;
}
.box-shadow-sm {
  box-shadow:
    0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03) !important;
}
.box-shadow-lg {
  box-shadow:
    0 1.5rem 1.875rem rgba(30, 33, 44, 0.16),
    0 1.25rem 1.125rem -0.25rem rgba(30, 33, 44, 0.1),
    0 0.5rem 0.75rem rgba(30, 33, 44, 0.08),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.05) !important;
}
.border-light {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.rounded-lg {
  border-radius: .25rem;
}
.rounded-sm {
  border-radius: .25rem;
}
.rounded-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.box-shadow-0 {
  box-shadow: none !important;
}
.text-decoration-0 {
  text-decoration: none !important;
}
.opacity-10 {
  opacity: .1 !important;
}
.opacity-25 {
  opacity: .25 !important;
}
.opacity-50 {
  opacity: .5 !important;
}
.opacity-60 {
  opacity: .6 !important;
}
.opacity-70 {
  opacity: .7 !important;
}
.opacity-75 {
  opacity: .75 !important;
}
.opacity-80 {
  opacity: .8 !important;
}
.opacity-90 {
  opacity: .9 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.line-height-base {
  line-height: 1.5 !important;
}
.table-fixed {
  table-layout: fixed !important;
}
.animation-0 {
  -webkit-animation: none !important;
  animation: none !important;
}
.text-dark {
  color: #1e212c !important;
}
.bg-secondary {
  background-color: #f4f5f6 !important;
}
.bg-dark {
  background-color: #1e212c !important;
}
.bg-gradient {
  background: #007bff !important;
  background:
    linear-gradient(
      55.95deg,
      #007bff 0%,
      #30bcf9 100%) !important;
}
.text-uppercase {
  letter-spacing: .0625rem !important;
}
.text-border {
  color: #d6dbe3 !important;
}
.text-color-inherit {
  color: inherit !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.cs-image-scale .cs-image-inner {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cs-image-scale .cs-image-inner img {
  display: block;
  width: 100%;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  will-change: transform;
}
.cs-image-scale:hover .cs-image-inner img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.cs-image-scale.media:hover .cs-image-inner img {
  -webkit-transform: scale(1.14);
  transform: scale(1.14);
}
.cs-image-scale.card-hover:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cs-image-fade {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cs-image-fade::before {
  display: block;
  position: absolute;
  top: -.125rem;
  left: -.125rem;
  width: calc(100% + .25rem);
  height: calc(100% + .25rem);
  background-color: #fff;
  border-radius: inherit;
  transition: background-color .3s ease-in-out;
  content: "";
  will-change: background-color;
  z-index: 2;
}
.cs-image-fade .cs-image-inner {
  position: relative;
  z-index: 3;
}
.cs-image-fade .cs-image-inner hr {
  transition: opacity .3s ease-in-out;
}
.cs-image-fade .cs-inner-text {
  transition: color .3s ease-in-out;
}
.cs-image-fade img[src*=".svg"].cs-inner-img {
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
  will-change: filter;
}
.cs-image-fade:hover::before {
  background-color: rgba(30, 33, 44, 0.6);
}
.cs-image-fade:hover .cs-image-inner hr {
  opacity: .4;
}
.cs-image-fade:hover .cs-inner-text {
  color: #fff;
}
.cs-image-fade:hover .cs-inner-text.nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.cs-image-fade:hover img[src*=".svg"].cs-inner-img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cs-image-fade.card::before {
  border-radius: calc(.25rem - 1px);
}
@media (max-width: 767.98px) {
  .cs-image-fade::before {
    background-color: rgba(30, 33, 44, 0.6);
  }
  .cs-image-fade .cs-image-inner hr {
    opacity: .4;
  }
  .cs-image-fade .cs-inner-text {
    color: #fff;
  }
  .cs-image-fade .cs-inner-text.nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .cs-image-fade img[src*=".svg"].cs-inner-img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
a.cs-image-fade {
  text-decoration: none;
  color: inherit;
}
.cs-heading-highlight {
  text-decoration: none;
}
.cs-heading-highlight h1,
.cs-heading-highlight h2,
.cs-heading-highlight h3,
.cs-heading-highlight h4,
.cs-heading-highlight h5,
.cs-heading-highlight h6,
.cs-heading-highlight .h1,
.cs-heading-highlight .h2,
.cs-heading-highlight .h3,
.cs-heading-highlight .h4,
.cs-heading-highlight .h5,
.cs-heading-highlight .h6 {
  transition: color .25s;
}
.cs-heading-highlight:hover h1,
.cs-heading-highlight:hover h2,
.cs-heading-highlight:hover h3,
.cs-heading-highlight:hover h4,
.cs-heading-highlight:hover h5,
.cs-heading-highlight:hover h6,
.cs-heading-highlight:hover .h1,
.cs-heading-highlight:hover .h2,
.cs-heading-highlight:hover .h3,
.cs-heading-highlight:hover .h4,
.cs-heading-highlight:hover .h5,
.cs-heading-highlight:hover .h6 {
  color: #007bff;
}
.cs-swap-image {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cs-swap-image .cs-swap-from,
.cs-swap-image .cs-swap-to {
  display: block;
  transition: opacity .3s ease-in-out;
}
.cs-swap-image .cs-swap-to {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}
.cs-swap-image:hover .cs-swap-from,
.cs-swap-image.active .cs-swap-from {
  opacity: 0;
}
.cs-swap-image:hover .cs-swap-to,
.cs-swap-image.active .cs-swap-to {
  opacity: 1;
}
.card.card-hover:hover .cs-swap-image .cs-swap-from,
.card.card-hover:hover .cs-swap-image .cs-swap-to,
.card.card-active .cs-swap-image .cs-swap-from,
.card.card-active .cs-swap-image .cs-swap-to {
  transition-duration: .25s;
}
.card.card-hover:hover .cs-swap-image .cs-swap-from,
.card.card-active .cs-swap-image .cs-swap-from {
  opacity: 0;
}
.card.card-hover:hover .cs-swap-image .cs-swap-to,
.card.card-active .cs-swap-image .cs-swap-to {
  opacity: 1;
}
.icon-dropdown {
  position: relative;
}
.icon-dropdown > .social-btn {
  margin-bottom: .5rem;
}
.icon-dropdown:hover .icon-drop-menu {
  opacity: 1;
  visibility: visible;
}
.icon-dropdown:hover .icon-drop-item {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.icon-dropdown:hover .icon-drop-item:nth-child(1) {
  transition: all .15s .1s ease-in;
}
.icon-dropdown:hover .icon-drop-item:nth-child(2) {
  transition: all .15s .2s ease-in;
}
.icon-dropdown:hover .icon-drop-item:nth-child(3) {
  transition: all .15s .3s ease-in;
}
.icon-drop-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: -.5rem;
  margin: 0;
  padding: .25rem;
  list-style: none;
  border-radius: .25rem;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease-in-out;
  z-index: 3;
  will-change: opacity;
}
.icon-drop-item {
  padding: .25rem;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  will-change: transform;
}
.icon-dropleft > .social-btn {
  margin-bottom: initial;
  margin-left: .5rem;
}
.icon-dropleft .icon-drop-menu {
  top: -.5rem;
  right: 100%;
  left: initial;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.icon-dropright > .social-btn {
  margin-bottom: initial;
  margin-right: .5rem;
}
.icon-dropright .icon-drop-menu {
  top: -.5rem;
  right: initial;
  left: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.icon-dropup > .social-btn {
  margin-bottom: initial;
  margin-top: .5rem;
}
.icon-dropup .icon-drop-menu {
  top: initial;
  left: -.5rem;
  bottom: 100%;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.cs-binded-content {
  position: relative;
}
.cs-binded-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: opacity, transform;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition:
    opacity .3s ease-in-out,
    transform .3s ease-in-out,
    -webkit-transform .3s ease-in-out;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.cs-binded-item.active {
  position: relative;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  z-index: 5;
  cursor: initial;
  pointer-events: initial;
}
.cs-collapse-toggler {
  position: relative;
  padding-right: 1.75rem;
}
.cs-collapse-toggler[aria-expanded=false]::before,
.cs-collapse-toggler.collapsed::before {
  position: static;
  opacity: 1;
  visibility: visible;
}
.cs-collapse-toggler[aria-expanded=false]::after,
.cs-collapse-toggler.collapsed::after {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.cs-collapse-toggler[aria-expanded=false] .cs-collapse-toggler-indicator,
.cs-collapse-toggler.collapsed .cs-collapse-toggler-indicator {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.cs-collapse-toggler::before,
.cs-collapse-toggler::after {
  top: 0;
  left: 0;
  transition: opacity .25s ease-in-out;
}
.cs-collapse-toggler::before {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  content: attr(data-collapsed);
}
.cs-collapse-toggler::after {
  position: static;
  opacity: 1;
  visibility: visible;
  content: attr(data-expanded);
}
.cs-collapse-toggler .cs-collapse-toggler-indicator {
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cs-view {
  display: none;
}
.cs-view.show {
  display: block;
}

/* src/assets/css/fontawesome.css */
/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, 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%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
.fa-0::before {
  content: "0";
}
.fa-1::before {
  content: "1";
}
.fa-2::before {
  content: "2";
}
.fa-3::before {
  content: "3";
}
.fa-4::before {
  content: "4";
}
.fa-5::before {
  content: "5";
}
.fa-6::before {
  content: "6";
}
.fa-7::before {
  content: "7";
}
.fa-8::before {
  content: "8";
}
.fa-9::before {
  content: "9";
}
.fa-fill-drip::before {
  content: "\f576";
}
.fa-arrows-to-circle::before {
  content: "\e4bd";
}
.fa-circle-chevron-right::before {
  content: "\f138";
}
.fa-chevron-circle-right::before {
  content: "\f138";
}
.fa-at::before {
  content: "@";
}
.fa-trash-can::before {
  content: "\f2ed";
}
.fa-trash-alt::before {
  content: "\f2ed";
}
.fa-text-height::before {
  content: "\f034";
}
.fa-user-xmark::before {
  content: "\f235";
}
.fa-user-times::before {
  content: "\f235";
}
.fa-stethoscope::before {
  content: "\f0f1";
}
.fa-message::before {
  content: "\f27a";
}
.fa-comment-alt::before {
  content: "\f27a";
}
.fa-info::before {
  content: "\f129";
}
.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}
.fa-compress-alt::before {
  content: "\f422";
}
.fa-explosion::before {
  content: "\e4e9";
}
.fa-file-lines::before {
  content: "\f15c";
}
.fa-file-alt::before {
  content: "\f15c";
}
.fa-file-text::before {
  content: "\f15c";
}
.fa-wave-square::before {
  content: "\f83e";
}
.fa-ring::before {
  content: "\f70b";
}
.fa-building-un::before {
  content: "\e4d9";
}
.fa-dice-three::before {
  content: "\f527";
}
.fa-calendar-days::before {
  content: "\f073";
}
.fa-calendar-alt::before {
  content: "\f073";
}
.fa-anchor-circle-check::before {
  content: "\e4aa";
}
.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}
.fa-volleyball::before {
  content: "\f45f";
}
.fa-volleyball-ball::before {
  content: "\f45f";
}
.fa-arrows-up-to-line::before {
  content: "\e4c2";
}
.fa-sort-down::before {
  content: "\f0dd";
}
.fa-sort-desc::before {
  content: "\f0dd";
}
.fa-circle-minus::before {
  content: "\f056";
}
.fa-minus-circle::before {
  content: "\f056";
}
.fa-door-open::before {
  content: "\f52b";
}
.fa-right-from-bracket::before {
  content: "\f2f5";
}
.fa-sign-out-alt::before {
  content: "\f2f5";
}
.fa-atom::before {
  content: "\f5d2";
}
.fa-soap::before {
  content: "\e06e";
}
.fa-icons::before {
  content: "\f86d";
}
.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}
.fa-microphone-lines-slash::before {
  content: "\f539";
}
.fa-microphone-alt-slash::before {
  content: "\f539";
}
.fa-bridge-circle-check::before {
  content: "\e4c9";
}
.fa-pump-medical::before {
  content: "\e06a";
}
.fa-fingerprint::before {
  content: "\f577";
}
.fa-hand-point-right::before {
  content: "\f0a4";
}
.fa-magnifying-glass-location::before {
  content: "\f689";
}
.fa-search-location::before {
  content: "\f689";
}
.fa-forward-step::before {
  content: "\f051";
}
.fa-step-forward::before {
  content: "\f051";
}
.fa-face-smile-beam::before {
  content: "\f5b8";
}
.fa-smile-beam::before {
  content: "\f5b8";
}
.fa-flag-checkered::before {
  content: "\f11e";
}
.fa-football::before {
  content: "\f44e";
}
.fa-football-ball::before {
  content: "\f44e";
}
.fa-school-circle-exclamation::before {
  content: "\e56c";
}
.fa-crop::before {
  content: "\f125";
}
.fa-angles-down::before {
  content: "\f103";
}
.fa-angle-double-down::before {
  content: "\f103";
}
.fa-users-rectangle::before {
  content: "\e594";
}
.fa-people-roof::before {
  content: "\e537";
}
.fa-people-line::before {
  content: "\e534";
}
.fa-beer-mug-empty::before {
  content: "\f0fc";
}
.fa-beer::before {
  content: "\f0fc";
}
.fa-diagram-predecessor::before {
  content: "\e477";
}
.fa-arrow-up-long::before {
  content: "\f176";
}
.fa-long-arrow-up::before {
  content: "\f176";
}
.fa-fire-flame-simple::before {
  content: "\f46a";
}
.fa-burn::before {
  content: "\f46a";
}
.fa-person::before {
  content: "\f183";
}
.fa-male::before {
  content: "\f183";
}
.fa-laptop::before {
  content: "\f109";
}
.fa-file-csv::before {
  content: "\f6dd";
}
.fa-menorah::before {
  content: "\f676";
}
.fa-truck-plane::before {
  content: "\e58f";
}
.fa-record-vinyl::before {
  content: "\f8d9";
}
.fa-face-grin-stars::before {
  content: "\f587";
}
.fa-grin-stars::before {
  content: "\f587";
}
.fa-bong::before {
  content: "\f55c";
}
.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}
.fa-pastafarianism::before {
  content: "\f67b";
}
.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}
.fa-spoon::before {
  content: "\f2e5";
}
.fa-utensil-spoon::before {
  content: "\f2e5";
}
.fa-jar-wheat::before {
  content: "\e517";
}
.fa-envelopes-bulk::before {
  content: "\f674";
}
.fa-mail-bulk::before {
  content: "\f674";
}
.fa-file-circle-exclamation::before {
  content: "\e4eb";
}
.fa-circle-h::before {
  content: "\f47e";
}
.fa-hospital-symbol::before {
  content: "\f47e";
}
.fa-pager::before {
  content: "\f815";
}
.fa-address-book::before {
  content: "\f2b9";
}
.fa-contact-book::before {
  content: "\f2b9";
}
.fa-strikethrough::before {
  content: "\f0cc";
}
.fa-k::before {
  content: "K";
}
.fa-landmark-flag::before {
  content: "\e51c";
}
.fa-pencil::before {
  content: "\f303";
}
.fa-pencil-alt::before {
  content: "\f303";
}
.fa-backward::before {
  content: "\f04a";
}
.fa-caret-right::before {
  content: "\f0da";
}
.fa-comments::before {
  content: "\f086";
}
.fa-paste::before {
  content: "\f0ea";
}
.fa-file-clipboard::before {
  content: "\f0ea";
}
.fa-code-pull-request::before {
  content: "\e13c";
}
.fa-clipboard-list::before {
  content: "\f46d";
}
.fa-truck-ramp-box::before {
  content: "\f4de";
}
.fa-truck-loading::before {
  content: "\f4de";
}
.fa-user-check::before {
  content: "\f4fc";
}
.fa-vial-virus::before {
  content: "\e597";
}
.fa-sheet-plastic::before {
  content: "\e571";
}
.fa-blog::before {
  content: "\f781";
}
.fa-user-ninja::before {
  content: "\f504";
}
.fa-person-arrow-up-from-line::before {
  content: "\e539";
}
.fa-scroll-torah::before {
  content: "\f6a0";
}
.fa-torah::before {
  content: "\f6a0";
}
.fa-broom-ball::before {
  content: "\f458";
}
.fa-quidditch::before {
  content: "\f458";
}
.fa-quidditch-broom-ball::before {
  content: "\f458";
}
.fa-toggle-off::before {
  content: "\f204";
}
.fa-box-archive::before {
  content: "\f187";
}
.fa-archive::before {
  content: "\f187";
}
.fa-person-drowning::before {
  content: "\e545";
}
.fa-arrow-down-9-1::before {
  content: "\f886";
}
.fa-sort-numeric-desc::before {
  content: "\f886";
}
.fa-sort-numeric-down-alt::before {
  content: "\f886";
}
.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-spray-can::before {
  content: "\f5bd";
}
.fa-truck-monster::before {
  content: "\f63b";
}
.fa-w::before {
  content: "W";
}
.fa-earth-africa::before {
  content: "\f57c";
}
.fa-globe-africa::before {
  content: "\f57c";
}
.fa-rainbow::before {
  content: "\f75b";
}
.fa-circle-notch::before {
  content: "\f1ce";
}
.fa-tablet-screen-button::before {
  content: "\f3fa";
}
.fa-tablet-alt::before {
  content: "\f3fa";
}
.fa-paw::before {
  content: "\f1b0";
}
.fa-cloud::before {
  content: "\f0c2";
}
.fa-trowel-bricks::before {
  content: "\e58a";
}
.fa-face-flushed::before {
  content: "\f579";
}
.fa-flushed::before {
  content: "\f579";
}
.fa-hospital-user::before {
  content: "\f80d";
}
.fa-tent-arrow-left-right::before {
  content: "\e57f";
}
.fa-gavel::before {
  content: "\f0e3";
}
.fa-legal::before {
  content: "\f0e3";
}
.fa-binoculars::before {
  content: "\f1e5";
}
.fa-microphone-slash::before {
  content: "\f131";
}
.fa-box-tissue::before {
  content: "\e05b";
}
.fa-motorcycle::before {
  content: "\f21c";
}
.fa-bell-concierge::before {
  content: "\f562";
}
.fa-concierge-bell::before {
  content: "\f562";
}
.fa-pen-ruler::before {
  content: "\f5ae";
}
.fa-pencil-ruler::before {
  content: "\f5ae";
}
.fa-people-arrows::before {
  content: "\e068";
}
.fa-people-arrows-left-right::before {
  content: "\e068";
}
.fa-mars-and-venus-burst::before {
  content: "\e523";
}
.fa-square-caret-right::before {
  content: "\f152";
}
.fa-caret-square-right::before {
  content: "\f152";
}
.fa-scissors::before {
  content: "\f0c4";
}
.fa-cut::before {
  content: "\f0c4";
}
.fa-sun-plant-wilt::before {
  content: "\e57a";
}
.fa-toilets-portable::before {
  content: "\e584";
}
.fa-hockey-puck::before {
  content: "\f453";
}
.fa-table::before {
  content: "\f0ce";
}
.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}
.fa-tachograph-digital::before {
  content: "\f566";
}
.fa-digital-tachograph::before {
  content: "\f566";
}
.fa-users-slash::before {
  content: "\e073";
}
.fa-clover::before {
  content: "\e139";
}
.fa-reply::before {
  content: "\f3e5";
}
.fa-mail-reply::before {
  content: "\f3e5";
}
.fa-star-and-crescent::before {
  content: "\f699";
}
.fa-house-fire::before {
  content: "\e50c";
}
.fa-square-minus::before {
  content: "\f146";
}
.fa-minus-square::before {
  content: "\f146";
}
.fa-helicopter::before {
  content: "\f533";
}
.fa-compass::before {
  content: "\f14e";
}
.fa-square-caret-down::before {
  content: "\f150";
}
.fa-caret-square-down::before {
  content: "\f150";
}
.fa-file-circle-question::before {
  content: "\e4ef";
}
.fa-laptop-code::before {
  content: "\f5fc";
}
.fa-swatchbook::before {
  content: "\f5c3";
}
.fa-prescription-bottle::before {
  content: "\f485";
}
.fa-bars::before {
  content: "\f0c9";
}
.fa-navicon::before {
  content: "\f0c9";
}
.fa-people-group::before {
  content: "\e533";
}
.fa-hourglass-end::before {
  content: "\f253";
}
.fa-hourglass-3::before {
  content: "\f253";
}
.fa-heart-crack::before {
  content: "\f7a9";
}
.fa-heart-broken::before {
  content: "\f7a9";
}
.fa-square-up-right::before {
  content: "\f360";
}
.fa-external-link-square-alt::before {
  content: "\f360";
}
.fa-face-kiss-beam::before {
  content: "\f597";
}
.fa-kiss-beam::before {
  content: "\f597";
}
.fa-film::before {
  content: "\f008";
}
.fa-ruler-horizontal::before {
  content: "\f547";
}
.fa-people-robbery::before {
  content: "\e536";
}
.fa-lightbulb::before {
  content: "\f0eb";
}
.fa-caret-left::before {
  content: "\f0d9";
}
.fa-circle-exclamation::before {
  content: "\f06a";
}
.fa-exclamation-circle::before {
  content: "\f06a";
}
.fa-school-circle-xmark::before {
  content: "\e56d";
}
.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}
.fa-sign-out::before {
  content: "\f08b";
}
.fa-circle-chevron-down::before {
  content: "\f13a";
}
.fa-chevron-circle-down::before {
  content: "\f13a";
}
.fa-unlock-keyhole::before {
  content: "\f13e";
}
.fa-unlock-alt::before {
  content: "\f13e";
}
.fa-cloud-showers-heavy::before {
  content: "\f740";
}
.fa-headphones-simple::before {
  content: "\f58f";
}
.fa-headphones-alt::before {
  content: "\f58f";
}
.fa-sitemap::before {
  content: "\f0e8";
}
.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}
.fa-donate::before {
  content: "\f4b9";
}
.fa-memory::before {
  content: "\f538";
}
.fa-road-spikes::before {
  content: "\e568";
}
.fa-fire-burner::before {
  content: "\e4f1";
}
.fa-flag::before {
  content: "\f024";
}
.fa-hanukiah::before {
  content: "\f6e6";
}
.fa-feather::before {
  content: "\f52d";
}
.fa-volume-low::before {
  content: "\f027";
}
.fa-volume-down::before {
  content: "\f027";
}
.fa-comment-slash::before {
  content: "\f4b3";
}
.fa-cloud-sun-rain::before {
  content: "\f743";
}
.fa-compress::before {
  content: "\f066";
}
.fa-wheat-awn::before {
  content: "\e2cd";
}
.fa-wheat-alt::before {
  content: "\e2cd";
}
.fa-ankh::before {
  content: "\f644";
}
.fa-hands-holding-child::before {
  content: "\e4fa";
}
.fa-asterisk::before {
  content: "*";
}
.fa-square-check::before {
  content: "\f14a";
}
.fa-check-square::before {
  content: "\f14a";
}
.fa-peseta-sign::before {
  content: "\e221";
}
.fa-heading::before {
  content: "\f1dc";
}
.fa-header::before {
  content: "\f1dc";
}
.fa-ghost::before {
  content: "\f6e2";
}
.fa-list::before {
  content: "\f03a";
}
.fa-list-squares::before {
  content: "\f03a";
}
.fa-square-phone-flip::before {
  content: "\f87b";
}
.fa-phone-square-alt::before {
  content: "\f87b";
}
.fa-cart-plus::before {
  content: "\f217";
}
.fa-gamepad::before {
  content: "\f11b";
}
.fa-circle-dot::before {
  content: "\f192";
}
.fa-dot-circle::before {
  content: "\f192";
}
.fa-face-dizzy::before {
  content: "\f567";
}
.fa-dizzy::before {
  content: "\f567";
}
.fa-egg::before {
  content: "\f7fb";
}
.fa-house-medical-circle-xmark::before {
  content: "\e513";
}
.fa-campground::before {
  content: "\f6bb";
}
.fa-folder-plus::before {
  content: "\f65e";
}
.fa-futbol::before {
  content: "\f1e3";
}
.fa-futbol-ball::before {
  content: "\f1e3";
}
.fa-soccer-ball::before {
  content: "\f1e3";
}
.fa-paintbrush::before {
  content: "\f1fc";
}
.fa-paint-brush::before {
  content: "\f1fc";
}
.fa-lock::before {
  content: "\f023";
}
.fa-gas-pump::before {
  content: "\f52f";
}
.fa-hot-tub-person::before {
  content: "\f593";
}
.fa-hot-tub::before {
  content: "\f593";
}
.fa-map-location::before {
  content: "\f59f";
}
.fa-map-marked::before {
  content: "\f59f";
}
.fa-house-flood-water::before {
  content: "\e50e";
}
.fa-tree::before {
  content: "\f1bb";
}
.fa-bridge-lock::before {
  content: "\e4cc";
}
.fa-sack-dollar::before {
  content: "\f81d";
}
.fa-pen-to-square::before {
  content: "\f044";
}
.fa-edit::before {
  content: "\f044";
}
.fa-car-side::before {
  content: "\f5e4";
}
.fa-share-nodes::before {
  content: "\f1e0";
}
.fa-share-alt::before {
  content: "\f1e0";
}
.fa-heart-circle-minus::before {
  content: "\e4ff";
}
.fa-hourglass-half::before {
  content: "\f252";
}
.fa-hourglass-2::before {
  content: "\f252";
}
.fa-microscope::before {
  content: "\f610";
}
.fa-sink::before {
  content: "\e06d";
}
.fa-bag-shopping::before {
  content: "\f290";
}
.fa-shopping-bag::before {
  content: "\f290";
}
.fa-arrow-down-z-a::before {
  content: "\f881";
}
.fa-sort-alpha-desc::before {
  content: "\f881";
}
.fa-sort-alpha-down-alt::before {
  content: "\f881";
}
.fa-mitten::before {
  content: "\f7b5";
}
.fa-person-rays::before {
  content: "\e54d";
}
.fa-users::before {
  content: "\f0c0";
}
.fa-eye-slash::before {
  content: "\f070";
}
.fa-flask-vial::before {
  content: "\e4f3";
}
.fa-hand::before {
  content: "\f256";
}
.fa-hand-paper::before {
  content: "\f256";
}
.fa-om::before {
  content: "\f679";
}
.fa-worm::before {
  content: "\e599";
}
.fa-house-circle-xmark::before {
  content: "\e50b";
}
.fa-plug::before {
  content: "\f1e6";
}
.fa-chevron-up::before {
  content: "\f077";
}
.fa-hand-spock::before {
  content: "\f259";
}
.fa-stopwatch::before {
  content: "\f2f2";
}
.fa-face-kiss::before {
  content: "\f596";
}
.fa-kiss::before {
  content: "\f596";
}
.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}
.fa-face-grin-tongue::before {
  content: "\f589";
}
.fa-grin-tongue::before {
  content: "\f589";
}
.fa-chess-bishop::before {
  content: "\f43a";
}
.fa-face-grin-wink::before {
  content: "\f58c";
}
.fa-grin-wink::before {
  content: "\f58c";
}
.fa-ear-deaf::before {
  content: "\f2a4";
}
.fa-deaf::before {
  content: "\f2a4";
}
.fa-deafness::before {
  content: "\f2a4";
}
.fa-hard-of-hearing::before {
  content: "\f2a4";
}
.fa-road-circle-check::before {
  content: "\e564";
}
.fa-dice-five::before {
  content: "\f523";
}
.fa-square-rss::before {
  content: "\f143";
}
.fa-rss-square::before {
  content: "\f143";
}
.fa-land-mine-on::before {
  content: "\e51b";
}
.fa-i-cursor::before {
  content: "\f246";
}
.fa-stamp::before {
  content: "\f5bf";
}
.fa-stairs::before {
  content: "\e289";
}
.fa-i::before {
  content: "I";
}
.fa-hryvnia-sign::before {
  content: "\f6f2";
}
.fa-hryvnia::before {
  content: "\f6f2";
}
.fa-pills::before {
  content: "\f484";
}
.fa-face-grin-wide::before {
  content: "\f581";
}
.fa-grin-alt::before {
  content: "\f581";
}
.fa-tooth::before {
  content: "\f5c9";
}
.fa-v::before {
  content: "V";
}
.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}
.fa-bicycle::before {
  content: "\f206";
}
.fa-staff-snake::before {
  content: "\e579";
}
.fa-rod-asclepius::before {
  content: "\e579";
}
.fa-rod-snake::before {
  content: "\e579";
}
.fa-staff-aesculapius::before {
  content: "\e579";
}
.fa-head-side-cough-slash::before {
  content: "\e062";
}
.fa-truck-medical::before {
  content: "\f0f9";
}
.fa-ambulance::before {
  content: "\f0f9";
}
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}
.fa-snowman::before {
  content: "\f7d0";
}
.fa-mortar-pestle::before {
  content: "\f5a7";
}
.fa-road-barrier::before {
  content: "\e562";
}
.fa-school::before {
  content: "\f549";
}
.fa-igloo::before {
  content: "\f7ae";
}
.fa-joint::before {
  content: "\f595";
}
.fa-angle-right::before {
  content: "\f105";
}
.fa-horse::before {
  content: "\f6f0";
}
.fa-q::before {
  content: "Q";
}
.fa-g::before {
  content: "G";
}
.fa-notes-medical::before {
  content: "\f481";
}
.fa-temperature-half::before {
  content: "\f2c9";
}
.fa-temperature-2::before {
  content: "\f2c9";
}
.fa-thermometer-2::before {
  content: "\f2c9";
}
.fa-thermometer-half::before {
  content: "\f2c9";
}
.fa-dong-sign::before {
  content: "\e169";
}
.fa-capsules::before {
  content: "\f46b";
}
.fa-poo-storm::before {
  content: "\f75a";
}
.fa-poo-bolt::before {
  content: "\f75a";
}
.fa-face-frown-open::before {
  content: "\f57a";
}
.fa-frown-open::before {
  content: "\f57a";
}
.fa-hand-point-up::before {
  content: "\f0a6";
}
.fa-money-bill::before {
  content: "\f0d6";
}
.fa-bookmark::before {
  content: "\f02e";
}
.fa-align-justify::before {
  content: "\f039";
}
.fa-umbrella-beach::before {
  content: "\f5ca";
}
.fa-helmet-un::before {
  content: "\e503";
}
.fa-bullseye::before {
  content: "\f140";
}
.fa-bacon::before {
  content: "\f7e5";
}
.fa-hand-point-down::before {
  content: "\f0a7";
}
.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}
.fa-folder::before {
  content: "\f07b";
}
.fa-folder-blank::before {
  content: "\f07b";
}
.fa-file-waveform::before {
  content: "\f478";
}
.fa-file-medical-alt::before {
  content: "\f478";
}
.fa-radiation::before {
  content: "\f7b9";
}
.fa-chart-simple::before {
  content: "\e473";
}
.fa-mars-stroke::before {
  content: "\f229";
}
.fa-vial::before {
  content: "\f492";
}
.fa-gauge::before {
  content: "\f624";
}
.fa-dashboard::before {
  content: "\f624";
}
.fa-gauge-med::before {
  content: "\f624";
}
.fa-tachometer-alt-average::before {
  content: "\f624";
}
.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}
.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}
.fa-e::before {
  content: "E";
}
.fa-pen-clip::before {
  content: "\f305";
}
.fa-pen-alt::before {
  content: "\f305";
}
.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}
.fa-user::before {
  content: "\f007";
}
.fa-school-circle-check::before {
  content: "\e56b";
}
.fa-dumpster::before {
  content: "\f793";
}
.fa-van-shuttle::before {
  content: "\f5b6";
}
.fa-shuttle-van::before {
  content: "\f5b6";
}
.fa-building-user::before {
  content: "\e4da";
}
.fa-square-caret-left::before {
  content: "\f191";
}
.fa-caret-square-left::before {
  content: "\f191";
}
.fa-highlighter::before {
  content: "\f591";
}
.fa-key::before {
  content: "\f084";
}
.fa-bullhorn::before {
  content: "\f0a1";
}
.fa-globe::before {
  content: "\f0ac";
}
.fa-synagogue::before {
  content: "\f69b";
}
.fa-person-half-dress::before {
  content: "\e548";
}
.fa-road-bridge::before {
  content: "\e563";
}
.fa-location-arrow::before {
  content: "\f124";
}
.fa-c::before {
  content: "C";
}
.fa-tablet-button::before {
  content: "\f10a";
}
.fa-building-lock::before {
  content: "\e4d6";
}
.fa-pizza-slice::before {
  content: "\f818";
}
.fa-money-bill-wave::before {
  content: "\f53a";
}
.fa-chart-area::before {
  content: "\f1fe";
}
.fa-area-chart::before {
  content: "\f1fe";
}
.fa-house-flag::before {
  content: "\e50d";
}
.fa-person-circle-minus::before {
  content: "\e540";
}
.fa-ban::before {
  content: "\f05e";
}
.fa-cancel::before {
  content: "\f05e";
}
.fa-camera-rotate::before {
  content: "\e0d8";
}
.fa-spray-can-sparkles::before {
  content: "\f5d0";
}
.fa-air-freshener::before {
  content: "\f5d0";
}
.fa-star::before {
  content: "\f005";
}
.fa-repeat::before {
  content: "\f363";
}
.fa-cross::before {
  content: "\f654";
}
.fa-box::before {
  content: "\f466";
}
.fa-venus-mars::before {
  content: "\f228";
}
.fa-arrow-pointer::before {
  content: "\f245";
}
.fa-mouse-pointer::before {
  content: "\f245";
}
.fa-maximize::before {
  content: "\f31e";
}
.fa-expand-arrows-alt::before {
  content: "\f31e";
}
.fa-charging-station::before {
  content: "\f5e7";
}
.fa-shapes::before {
  content: "\f61f";
}
.fa-triangle-circle-square::before {
  content: "\f61f";
}
.fa-shuffle::before {
  content: "\f074";
}
.fa-random::before {
  content: "\f074";
}
.fa-person-running::before {
  content: "\f70c";
}
.fa-running::before {
  content: "\f70c";
}
.fa-mobile-retro::before {
  content: "\e527";
}
.fa-grip-lines-vertical::before {
  content: "\f7a5";
}
.fa-spider::before {
  content: "\f717";
}
.fa-hands-bound::before {
  content: "\e4f9";
}
.fa-file-invoice-dollar::before {
  content: "\f571";
}
.fa-plane-circle-exclamation::before {
  content: "\e556";
}
.fa-x-ray::before {
  content: "\f497";
}
.fa-spell-check::before {
  content: "\f891";
}
.fa-slash::before {
  content: "\f715";
}
.fa-computer-mouse::before {
  content: "\f8cc";
}
.fa-mouse::before {
  content: "\f8cc";
}
.fa-arrow-right-to-bracket::before {
  content: "\f090";
}
.fa-sign-in::before {
  content: "\f090";
}
.fa-shop-slash::before {
  content: "\e070";
}
.fa-store-alt-slash::before {
  content: "\e070";
}
.fa-server::before {
  content: "\f233";
}
.fa-virus-covid-slash::before {
  content: "\e4a9";
}
.fa-shop-lock::before {
  content: "\e4a5";
}
.fa-hourglass-start::before {
  content: "\f251";
}
.fa-hourglass-1::before {
  content: "\f251";
}
.fa-blender-phone::before {
  content: "\f6b6";
}
.fa-building-wheat::before {
  content: "\e4db";
}
.fa-person-breastfeeding::before {
  content: "\e53a";
}
.fa-right-to-bracket::before {
  content: "\f2f6";
}
.fa-sign-in-alt::before {
  content: "\f2f6";
}
.fa-venus::before {
  content: "\f221";
}
.fa-passport::before {
  content: "\f5ab";
}
.fa-heart-pulse::before {
  content: "\f21e";
}
.fa-heartbeat::before {
  content: "\f21e";
}
.fa-people-carry-box::before {
  content: "\f4ce";
}
.fa-people-carry::before {
  content: "\f4ce";
}
.fa-temperature-high::before {
  content: "\f769";
}
.fa-microchip::before {
  content: "\f2db";
}
.fa-crown::before {
  content: "\f521";
}
.fa-weight-hanging::before {
  content: "\f5cd";
}
.fa-xmarks-lines::before {
  content: "\e59a";
}
.fa-file-prescription::before {
  content: "\f572";
}
.fa-weight-scale::before {
  content: "\f496";
}
.fa-weight::before {
  content: "\f496";
}
.fa-user-group::before {
  content: "\f500";
}
.fa-user-friends::before {
  content: "\f500";
}
.fa-arrow-up-a-z::before {
  content: "\f15e";
}
.fa-sort-alpha-up::before {
  content: "\f15e";
}
.fa-chess-knight::before {
  content: "\f441";
}
.fa-face-laugh-squint::before {
  content: "\f59b";
}
.fa-laugh-squint::before {
  content: "\f59b";
}
.fa-wheelchair::before {
  content: "\f193";
}
.fa-circle-arrow-up::before {
  content: "\f0aa";
}
.fa-arrow-circle-up::before {
  content: "\f0aa";
}
.fa-toggle-on::before {
  content: "\f205";
}
.fa-person-walking::before {
  content: "\f554";
}
.fa-walking::before {
  content: "\f554";
}
.fa-l::before {
  content: "L";
}
.fa-fire::before {
  content: "\f06d";
}
.fa-bed-pulse::before {
  content: "\f487";
}
.fa-procedures::before {
  content: "\f487";
}
.fa-shuttle-space::before {
  content: "\f197";
}
.fa-space-shuttle::before {
  content: "\f197";
}
.fa-face-laugh::before {
  content: "\f599";
}
.fa-laugh::before {
  content: "\f599";
}
.fa-folder-open::before {
  content: "\f07c";
}
.fa-heart-circle-plus::before {
  content: "\e500";
}
.fa-code-fork::before {
  content: "\e13b";
}
.fa-city::before {
  content: "\f64f";
}
.fa-microphone-lines::before {
  content: "\f3c9";
}
.fa-microphone-alt::before {
  content: "\f3c9";
}
.fa-pepper-hot::before {
  content: "\f816";
}
.fa-unlock::before {
  content: "\f09c";
}
.fa-colon-sign::before {
  content: "\e140";
}
.fa-headset::before {
  content: "\f590";
}
.fa-store-slash::before {
  content: "\e071";
}
.fa-road-circle-xmark::before {
  content: "\e566";
}
.fa-user-minus::before {
  content: "\f503";
}
.fa-mars-stroke-up::before {
  content: "\f22a";
}
.fa-mars-stroke-v::before {
  content: "\f22a";
}
.fa-champagne-glasses::before {
  content: "\f79f";
}
.fa-glass-cheers::before {
  content: "\f79f";
}
.fa-clipboard::before {
  content: "\f328";
}
.fa-house-circle-exclamation::before {
  content: "\e50a";
}
.fa-file-arrow-up::before {
  content: "\f574";
}
.fa-file-upload::before {
  content: "\f574";
}
.fa-wifi::before {
  content: "\f1eb";
}
.fa-wifi-3::before {
  content: "\f1eb";
}
.fa-wifi-strong::before {
  content: "\f1eb";
}
.fa-bath::before {
  content: "\f2cd";
}
.fa-bathtub::before {
  content: "\f2cd";
}
.fa-underline::before {
  content: "\f0cd";
}
.fa-user-pen::before {
  content: "\f4ff";
}
.fa-user-edit::before {
  content: "\f4ff";
}
.fa-signature::before {
  content: "\f5b7";
}
.fa-stroopwafel::before {
  content: "\f551";
}
.fa-bold::before {
  content: "\f032";
}
.fa-anchor-lock::before {
  content: "\e4ad";
}
.fa-building-ngo::before {
  content: "\e4d7";
}
.fa-manat-sign::before {
  content: "\e1d5";
}
.fa-not-equal::before {
  content: "\f53e";
}
.fa-border-top-left::before {
  content: "\f853";
}
.fa-border-style::before {
  content: "\f853";
}
.fa-map-location-dot::before {
  content: "\f5a0";
}
.fa-map-marked-alt::before {
  content: "\f5a0";
}
.fa-jedi::before {
  content: "\f669";
}
.fa-square-poll-vertical::before {
  content: "\f681";
}
.fa-poll::before {
  content: "\f681";
}
.fa-mug-hot::before {
  content: "\f7b6";
}
.fa-car-battery::before {
  content: "\f5df";
}
.fa-battery-car::before {
  content: "\f5df";
}
.fa-gift::before {
  content: "\f06b";
}
.fa-dice-two::before {
  content: "\f528";
}
.fa-chess-queen::before {
  content: "\f445";
}
.fa-glasses::before {
  content: "\f530";
}
.fa-chess-board::before {
  content: "\f43c";
}
.fa-building-circle-check::before {
  content: "\e4d2";
}
.fa-person-chalkboard::before {
  content: "\e53d";
}
.fa-mars-stroke-right::before {
  content: "\f22b";
}
.fa-mars-stroke-h::before {
  content: "\f22b";
}
.fa-hand-back-fist::before {
  content: "\f255";
}
.fa-hand-rock::before {
  content: "\f255";
}
.fa-square-caret-up::before {
  content: "\f151";
}
.fa-caret-square-up::before {
  content: "\f151";
}
.fa-cloud-showers-water::before {
  content: "\e4e4";
}
.fa-chart-bar::before {
  content: "\f080";
}
.fa-bar-chart::before {
  content: "\f080";
}
.fa-hands-bubbles::before {
  content: "\e05e";
}
.fa-hands-wash::before {
  content: "\e05e";
}
.fa-less-than-equal::before {
  content: "\f537";
}
.fa-train::before {
  content: "\f238";
}
.fa-eye-low-vision::before {
  content: "\f2a8";
}
.fa-low-vision::before {
  content: "\f2a8";
}
.fa-crow::before {
  content: "\f520";
}
.fa-sailboat::before {
  content: "\e445";
}
.fa-window-restore::before {
  content: "\f2d2";
}
.fa-square-plus::before {
  content: "\f0fe";
}
.fa-plus-square::before {
  content: "\f0fe";
}
.fa-torii-gate::before {
  content: "\f6a1";
}
.fa-frog::before {
  content: "\f52e";
}
.fa-bucket::before {
  content: "\e4cf";
}
.fa-image::before {
  content: "\f03e";
}
.fa-microphone::before {
  content: "\f130";
}
.fa-cow::before {
  content: "\f6c8";
}
.fa-caret-up::before {
  content: "\f0d8";
}
.fa-screwdriver::before {
  content: "\f54a";
}
.fa-folder-closed::before {
  content: "\e185";
}
.fa-house-tsunami::before {
  content: "\e515";
}
.fa-square-nfi::before {
  content: "\e576";
}
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}
.fa-martini-glass::before {
  content: "\f57b";
}
.fa-glass-martini-alt::before {
  content: "\f57b";
}
.fa-rotate-left::before {
  content: "\f2ea";
}
.fa-rotate-back::before {
  content: "\f2ea";
}
.fa-rotate-backward::before {
  content: "\f2ea";
}
.fa-undo-alt::before {
  content: "\f2ea";
}
.fa-table-columns::before {
  content: "\f0db";
}
.fa-columns::before {
  content: "\f0db";
}
.fa-lemon::before {
  content: "\f094";
}
.fa-head-side-mask::before {
  content: "\e063";
}
.fa-handshake::before {
  content: "\f2b5";
}
.fa-gem::before {
  content: "\f3a5";
}
.fa-dolly::before {
  content: "\f472";
}
.fa-dolly-box::before {
  content: "\f472";
}
.fa-smoking::before {
  content: "\f48d";
}
.fa-minimize::before {
  content: "\f78c";
}
.fa-compress-arrows-alt::before {
  content: "\f78c";
}
.fa-monument::before {
  content: "\f5a6";
}
.fa-snowplow::before {
  content: "\f7d2";
}
.fa-angles-right::before {
  content: "\f101";
}
.fa-angle-double-right::before {
  content: "\f101";
}
.fa-cannabis::before {
  content: "\f55f";
}
.fa-circle-play::before {
  content: "\f144";
}
.fa-play-circle::before {
  content: "\f144";
}
.fa-tablets::before {
  content: "\f490";
}
.fa-ethernet::before {
  content: "\f796";
}
.fa-euro-sign::before {
  content: "\f153";
}
.fa-eur::before {
  content: "\f153";
}
.fa-euro::before {
  content: "\f153";
}
.fa-chair::before {
  content: "\f6c0";
}
.fa-circle-check::before {
  content: "\f058";
}
.fa-check-circle::before {
  content: "\f058";
}
.fa-circle-stop::before {
  content: "\f28d";
}
.fa-stop-circle::before {
  content: "\f28d";
}
.fa-compass-drafting::before {
  content: "\f568";
}
.fa-drafting-compass::before {
  content: "\f568";
}
.fa-plate-wheat::before {
  content: "\e55a";
}
.fa-icicles::before {
  content: "\f7ad";
}
.fa-person-shelter::before {
  content: "\e54f";
}
.fa-neuter::before {
  content: "\f22c";
}
.fa-id-badge::before {
  content: "\f2c1";
}
.fa-marker::before {
  content: "\f5a1";
}
.fa-face-laugh-beam::before {
  content: "\f59a";
}
.fa-laugh-beam::before {
  content: "\f59a";
}
.fa-helicopter-symbol::before {
  content: "\e502";
}
.fa-universal-access::before {
  content: "\f29a";
}
.fa-circle-chevron-up::before {
  content: "\f139";
}
.fa-chevron-circle-up::before {
  content: "\f139";
}
.fa-lari-sign::before {
  content: "\e1c8";
}
.fa-volcano::before {
  content: "\f770";
}
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}
.fa-sterling-sign::before {
  content: "\f154";
}
.fa-gbp::before {
  content: "\f154";
}
.fa-pound-sign::before {
  content: "\f154";
}
.fa-viruses::before {
  content: "\e076";
}
.fa-square-person-confined::before {
  content: "\e577";
}
.fa-user-tie::before {
  content: "\f508";
}
.fa-arrow-down-long::before {
  content: "\f175";
}
.fa-long-arrow-down::before {
  content: "\f175";
}
.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}
.fa-certificate::before {
  content: "\f0a3";
}
.fa-reply-all::before {
  content: "\f122";
}
.fa-mail-reply-all::before {
  content: "\f122";
}
.fa-suitcase::before {
  content: "\f0f2";
}
.fa-person-skating::before {
  content: "\f7c5";
}
.fa-skating::before {
  content: "\f7c5";
}
.fa-filter-circle-dollar::before {
  content: "\f662";
}
.fa-funnel-dollar::before {
  content: "\f662";
}
.fa-camera-retro::before {
  content: "\f083";
}
.fa-circle-arrow-down::before {
  content: "\f0ab";
}
.fa-arrow-circle-down::before {
  content: "\f0ab";
}
.fa-file-import::before {
  content: "\f56f";
}
.fa-arrow-right-to-file::before {
  content: "\f56f";
}
.fa-square-arrow-up-right::before {
  content: "\f14c";
}
.fa-external-link-square::before {
  content: "\f14c";
}
.fa-box-open::before {
  content: "\f49e";
}
.fa-scroll::before {
  content: "\f70e";
}
.fa-spa::before {
  content: "\f5bb";
}
.fa-location-pin-lock::before {
  content: "\e51f";
}
.fa-pause::before {
  content: "\f04c";
}
.fa-hill-avalanche::before {
  content: "\e507";
}
.fa-temperature-empty::before {
  content: "\f2cb";
}
.fa-temperature-0::before {
  content: "\f2cb";
}
.fa-thermometer-0::before {
  content: "\f2cb";
}
.fa-thermometer-empty::before {
  content: "\f2cb";
}
.fa-bomb::before {
  content: "\f1e2";
}
.fa-registered::before {
  content: "\f25d";
}
.fa-address-card::before {
  content: "\f2bb";
}
.fa-contact-card::before {
  content: "\f2bb";
}
.fa-vcard::before {
  content: "\f2bb";
}
.fa-scale-unbalanced-flip::before {
  content: "\f516";
}
.fa-balance-scale-right::before {
  content: "\f516";
}
.fa-subscript::before {
  content: "\f12c";
}
.fa-diamond-turn-right::before {
  content: "\f5eb";
}
.fa-directions::before {
  content: "\f5eb";
}
.fa-burst::before {
  content: "\e4dc";
}
.fa-house-laptop::before {
  content: "\e066";
}
.fa-laptop-house::before {
  content: "\e066";
}
.fa-face-tired::before {
  content: "\f5c8";
}
.fa-tired::before {
  content: "\f5c8";
}
.fa-money-bills::before {
  content: "\e1f3";
}
.fa-smog::before {
  content: "\f75f";
}
.fa-crutch::before {
  content: "\f7f7";
}
.fa-cloud-arrow-up::before {
  content: "\f0ee";
}
.fa-cloud-upload::before {
  content: "\f0ee";
}
.fa-cloud-upload-alt::before {
  content: "\f0ee";
}
.fa-palette::before {
  content: "\f53f";
}
.fa-arrows-turn-right::before {
  content: "\e4c0";
}
.fa-vest::before {
  content: "\e085";
}
.fa-ferry::before {
  content: "\e4ea";
}
.fa-arrows-down-to-people::before {
  content: "\e4b9";
}
.fa-seedling::before {
  content: "\f4d8";
}
.fa-sprout::before {
  content: "\f4d8";
}
.fa-left-right::before {
  content: "\f337";
}
.fa-arrows-alt-h::before {
  content: "\f337";
}
.fa-boxes-packing::before {
  content: "\e4c7";
}
.fa-circle-arrow-left::before {
  content: "\f0a8";
}
.fa-arrow-circle-left::before {
  content: "\f0a8";
}
.fa-group-arrows-rotate::before {
  content: "\e4f6";
}
.fa-bowl-food::before {
  content: "\e4c6";
}
.fa-candy-cane::before {
  content: "\f786";
}
.fa-arrow-down-wide-short::before {
  content: "\f160";
}
.fa-sort-amount-asc::before {
  content: "\f160";
}
.fa-sort-amount-down::before {
  content: "\f160";
}
.fa-cloud-bolt::before {
  content: "\f76c";
}
.fa-thunderstorm::before {
  content: "\f76c";
}
.fa-text-slash::before {
  content: "\f87d";
}
.fa-remove-format::before {
  content: "\f87d";
}
.fa-face-smile-wink::before {
  content: "\f4da";
}
.fa-smile-wink::before {
  content: "\f4da";
}
.fa-file-word::before {
  content: "\f1c2";
}
.fa-file-powerpoint::before {
  content: "\f1c4";
}
.fa-arrows-left-right::before {
  content: "\f07e";
}
.fa-arrows-h::before {
  content: "\f07e";
}
.fa-house-lock::before {
  content: "\e510";
}
.fa-cloud-arrow-down::before {
  content: "\f0ed";
}
.fa-cloud-download::before {
  content: "\f0ed";
}
.fa-cloud-download-alt::before {
  content: "\f0ed";
}
.fa-children::before {
  content: "\e4e1";
}
.fa-chalkboard::before {
  content: "\f51b";
}
.fa-blackboard::before {
  content: "\f51b";
}
.fa-user-large-slash::before {
  content: "\f4fa";
}
.fa-user-alt-slash::before {
  content: "\f4fa";
}
.fa-envelope-open::before {
  content: "\f2b6";
}
.fa-handshake-simple-slash::before {
  content: "\e05f";
}
.fa-handshake-alt-slash::before {
  content: "\e05f";
}
.fa-mattress-pillow::before {
  content: "\e525";
}
.fa-guarani-sign::before {
  content: "\e19a";
}
.fa-arrows-rotate::before {
  content: "\f021";
}
.fa-refresh::before {
  content: "\f021";
}
.fa-sync::before {
  content: "\f021";
}
.fa-fire-extinguisher::before {
  content: "\f134";
}
.fa-cruzeiro-sign::before {
  content: "\e152";
}
.fa-greater-than-equal::before {
  content: "\f532";
}
.fa-shield-halved::before {
  content: "\f3ed";
}
.fa-shield-alt::before {
  content: "\f3ed";
}
.fa-book-atlas::before {
  content: "\f558";
}
.fa-atlas::before {
  content: "\f558";
}
.fa-virus::before {
  content: "\e074";
}
.fa-envelope-circle-check::before {
  content: "\e4e8";
}
.fa-layer-group::before {
  content: "\f5fd";
}
.fa-arrows-to-dot::before {
  content: "\e4be";
}
.fa-archway::before {
  content: "\f557";
}
.fa-heart-circle-check::before {
  content: "\e4fd";
}
.fa-house-chimney-crack::before {
  content: "\f6f1";
}
.fa-house-damage::before {
  content: "\f6f1";
}
.fa-file-zipper::before {
  content: "\f1c6";
}
.fa-file-archive::before {
  content: "\f1c6";
}
.fa-square::before {
  content: "\f0c8";
}
.fa-martini-glass-empty::before {
  content: "\f000";
}
.fa-glass-martini::before {
  content: "\f000";
}
.fa-couch::before {
  content: "\f4b8";
}
.fa-cedi-sign::before {
  content: "\e0df";
}
.fa-italic::before {
  content: "\f033";
}
.fa-church::before {
  content: "\f51d";
}
.fa-comments-dollar::before {
  content: "\f653";
}
.fa-democrat::before {
  content: "\f747";
}
.fa-z::before {
  content: "Z";
}
.fa-person-skiing::before {
  content: "\f7c9";
}
.fa-skiing::before {
  content: "\f7c9";
}
.fa-road-lock::before {
  content: "\e567";
}
.fa-a::before {
  content: "A";
}
.fa-temperature-arrow-down::before {
  content: "\e03f";
}
.fa-temperature-down::before {
  content: "\e03f";
}
.fa-feather-pointed::before {
  content: "\f56b";
}
.fa-feather-alt::before {
  content: "\f56b";
}
.fa-p::before {
  content: "P";
}
.fa-snowflake::before {
  content: "\f2dc";
}
.fa-newspaper::before {
  content: "\f1ea";
}
.fa-rectangle-ad::before {
  content: "\f641";
}
.fa-ad::before {
  content: "\f641";
}
.fa-circle-arrow-right::before {
  content: "\f0a9";
}
.fa-arrow-circle-right::before {
  content: "\f0a9";
}
.fa-filter-circle-xmark::before {
  content: "\e17b";
}
.fa-locust::before {
  content: "\e520";
}
.fa-sort::before {
  content: "\f0dc";
}
.fa-unsorted::before {
  content: "\f0dc";
}
.fa-list-ol::before {
  content: "\f0cb";
}
.fa-list-1-2::before {
  content: "\f0cb";
}
.fa-list-numeric::before {
  content: "\f0cb";
}
.fa-person-dress-burst::before {
  content: "\e544";
}
.fa-money-check-dollar::before {
  content: "\f53d";
}
.fa-money-check-alt::before {
  content: "\f53d";
}
.fa-vector-square::before {
  content: "\f5cb";
}
.fa-bread-slice::before {
  content: "\f7ec";
}
.fa-language::before {
  content: "\f1ab";
}
.fa-face-kiss-wink-heart::before {
  content: "\f598";
}
.fa-kiss-wink-heart::before {
  content: "\f598";
}
.fa-filter::before {
  content: "\f0b0";
}
.fa-question::before {
  content: "?";
}
.fa-file-signature::before {
  content: "\f573";
}
.fa-up-down-left-right::before {
  content: "\f0b2";
}
.fa-arrows-alt::before {
  content: "\f0b2";
}
.fa-house-chimney-user::before {
  content: "\e065";
}
.fa-hand-holding-heart::before {
  content: "\f4be";
}
.fa-puzzle-piece::before {
  content: "\f12e";
}
.fa-money-check::before {
  content: "\f53c";
}
.fa-star-half-stroke::before {
  content: "\f5c0";
}
.fa-star-half-alt::before {
  content: "\f5c0";
}
.fa-code::before {
  content: "\f121";
}
.fa-whiskey-glass::before {
  content: "\f7a0";
}
.fa-glass-whiskey::before {
  content: "\f7a0";
}
.fa-building-circle-exclamation::before {
  content: "\e4d3";
}
.fa-magnifying-glass-chart::before {
  content: "\e522";
}
.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}
.fa-external-link::before {
  content: "\f08e";
}
.fa-cubes-stacked::before {
  content: "\e4e6";
}
.fa-won-sign::before {
  content: "\f159";
}
.fa-krw::before {
  content: "\f159";
}
.fa-won::before {
  content: "\f159";
}
.fa-virus-covid::before {
  content: "\e4a8";
}
.fa-austral-sign::before {
  content: "\e0a9";
}
.fa-f::before {
  content: "F";
}
.fa-leaf::before {
  content: "\f06c";
}
.fa-road::before {
  content: "\f018";
}
.fa-taxi::before {
  content: "\f1ba";
}
.fa-cab::before {
  content: "\f1ba";
}
.fa-person-circle-plus::before {
  content: "\e541";
}
.fa-chart-pie::before {
  content: "\f200";
}
.fa-pie-chart::before {
  content: "\f200";
}
.fa-bolt-lightning::before {
  content: "\e0b7";
}
.fa-sack-xmark::before {
  content: "\e56a";
}
.fa-file-excel::before {
  content: "\f1c3";
}
.fa-file-contract::before {
  content: "\f56c";
}
.fa-fish-fins::before {
  content: "\e4f2";
}
.fa-building-flag::before {
  content: "\e4d5";
}
.fa-face-grin-beam::before {
  content: "\f582";
}
.fa-grin-beam::before {
  content: "\f582";
}
.fa-object-ungroup::before {
  content: "\f248";
}
.fa-poop::before {
  content: "\f619";
}
.fa-location-pin::before {
  content: "\f041";
}
.fa-map-marker::before {
  content: "\f041";
}
.fa-kaaba::before {
  content: "\f66b";
}
.fa-toilet-paper::before {
  content: "\f71e";
}
.fa-helmet-safety::before {
  content: "\f807";
}
.fa-hard-hat::before {
  content: "\f807";
}
.fa-hat-hard::before {
  content: "\f807";
}
.fa-eject::before {
  content: "\f052";
}
.fa-circle-right::before {
  content: "\f35a";
}
.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}
.fa-plane-circle-check::before {
  content: "\e555";
}
.fa-face-rolling-eyes::before {
  content: "\f5a5";
}
.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}
.fa-object-group::before {
  content: "\f247";
}
.fa-chart-line::before {
  content: "\f201";
}
.fa-line-chart::before {
  content: "\f201";
}
.fa-mask-ventilator::before {
  content: "\e524";
}
.fa-arrow-right::before {
  content: "\f061";
}
.fa-signs-post::before {
  content: "\f277";
}
.fa-map-signs::before {
  content: "\f277";
}
.fa-cash-register::before {
  content: "\f788";
}
.fa-person-circle-question::before {
  content: "\e542";
}
.fa-h::before {
  content: "H";
}
.fa-tarp::before {
  content: "\e57b";
}
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}
.fa-tools::before {
  content: "\f7d9";
}
.fa-arrows-to-eye::before {
  content: "\e4bf";
}
.fa-plug-circle-bolt::before {
  content: "\e55b";
}
.fa-heart::before {
  content: "\f004";
}
.fa-mars-and-venus::before {
  content: "\f224";
}
.fa-house-user::before {
  content: "\e1b0";
}
.fa-home-user::before {
  content: "\e1b0";
}
.fa-dumpster-fire::before {
  content: "\f794";
}
.fa-house-crack::before {
  content: "\e3b1";
}
.fa-martini-glass-citrus::before {
  content: "\f561";
}
.fa-cocktail::before {
  content: "\f561";
}
.fa-face-surprise::before {
  content: "\f5c2";
}
.fa-surprise::before {
  content: "\f5c2";
}
.fa-bottle-water::before {
  content: "\e4c5";
}
.fa-circle-pause::before {
  content: "\f28b";
}
.fa-pause-circle::before {
  content: "\f28b";
}
.fa-toilet-paper-slash::before {
  content: "\e072";
}
.fa-apple-whole::before {
  content: "\f5d1";
}
.fa-apple-alt::before {
  content: "\f5d1";
}
.fa-kitchen-set::before {
  content: "\e51a";
}
.fa-r::before {
  content: "R";
}
.fa-temperature-quarter::before {
  content: "\f2ca";
}
.fa-temperature-1::before {
  content: "\f2ca";
}
.fa-thermometer-1::before {
  content: "\f2ca";
}
.fa-thermometer-quarter::before {
  content: "\f2ca";
}
.fa-cube::before {
  content: "\f1b2";
}
.fa-bitcoin-sign::before {
  content: "\e0b4";
}
.fa-shield-dog::before {
  content: "\e573";
}
.fa-solar-panel::before {
  content: "\f5ba";
}
.fa-lock-open::before {
  content: "\f3c1";
}
.fa-elevator::before {
  content: "\e16d";
}
.fa-money-bill-transfer::before {
  content: "\e528";
}
.fa-money-bill-trend-up::before {
  content: "\e529";
}
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}
.fa-square-poll-horizontal::before {
  content: "\f682";
}
.fa-poll-h::before {
  content: "\f682";
}
.fa-circle::before {
  content: "\f111";
}
.fa-backward-fast::before {
  content: "\f049";
}
.fa-fast-backward::before {
  content: "\f049";
}
.fa-recycle::before {
  content: "\f1b8";
}
.fa-user-astronaut::before {
  content: "\f4fb";
}
.fa-plane-slash::before {
  content: "\e069";
}
.fa-trademark::before {
  content: "\f25c";
}
.fa-basketball::before {
  content: "\f434";
}
.fa-basketball-ball::before {
  content: "\f434";
}
.fa-satellite-dish::before {
  content: "\f7c0";
}
.fa-circle-up::before {
  content: "\f35b";
}
.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}
.fa-mobile-screen-button::before {
  content: "\f3cd";
}
.fa-mobile-alt::before {
  content: "\f3cd";
}
.fa-volume-high::before {
  content: "\f028";
}
.fa-volume-up::before {
  content: "\f028";
}
.fa-users-rays::before {
  content: "\e593";
}
.fa-wallet::before {
  content: "\f555";
}
.fa-clipboard-check::before {
  content: "\f46c";
}
.fa-file-audio::before {
  content: "\f1c7";
}
.fa-burger::before {
  content: "\f805";
}
.fa-hamburger::before {
  content: "\f805";
}
.fa-wrench::before {
  content: "\f0ad";
}
.fa-bugs::before {
  content: "\e4d0";
}
.fa-rupee-sign::before {
  content: "\f156";
}
.fa-rupee::before {
  content: "\f156";
}
.fa-file-image::before {
  content: "\f1c5";
}
.fa-circle-question::before {
  content: "\f059";
}
.fa-question-circle::before {
  content: "\f059";
}
.fa-plane-departure::before {
  content: "\f5b0";
}
.fa-handshake-slash::before {
  content: "\e060";
}
.fa-book-bookmark::before {
  content: "\e0bb";
}
.fa-code-branch::before {
  content: "\f126";
}
.fa-hat-cowboy::before {
  content: "\f8c0";
}
.fa-bridge::before {
  content: "\e4c8";
}
.fa-phone-flip::before {
  content: "\f879";
}
.fa-phone-alt::before {
  content: "\f879";
}
.fa-truck-front::before {
  content: "\e2b7";
}
.fa-cat::before {
  content: "\f6be";
}
.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}
.fa-truck-field::before {
  content: "\e58d";
}
.fa-route::before {
  content: "\f4d7";
}
.fa-clipboard-question::before {
  content: "\e4e3";
}
.fa-panorama::before {
  content: "\e209";
}
.fa-comment-medical::before {
  content: "\f7f5";
}
.fa-teeth-open::before {
  content: "\f62f";
}
.fa-file-circle-minus::before {
  content: "\e4ed";
}
.fa-tags::before {
  content: "\f02c";
}
.fa-wine-glass::before {
  content: "\f4e3";
}
.fa-forward-fast::before {
  content: "\f050";
}
.fa-fast-forward::before {
  content: "\f050";
}
.fa-face-meh-blank::before {
  content: "\f5a4";
}
.fa-meh-blank::before {
  content: "\f5a4";
}
.fa-square-parking::before {
  content: "\f540";
}
.fa-parking::before {
  content: "\f540";
}
.fa-house-signal::before {
  content: "\e012";
}
.fa-bars-progress::before {
  content: "\f828";
}
.fa-tasks-alt::before {
  content: "\f828";
}
.fa-faucet-drip::before {
  content: "\e006";
}
.fa-cart-flatbed::before {
  content: "\f474";
}
.fa-dolly-flatbed::before {
  content: "\f474";
}
.fa-ban-smoking::before {
  content: "\f54d";
}
.fa-smoking-ban::before {
  content: "\f54d";
}
.fa-terminal::before {
  content: "\f120";
}
.fa-mobile-button::before {
  content: "\f10b";
}
.fa-house-medical-flag::before {
  content: "\e514";
}
.fa-basket-shopping::before {
  content: "\f291";
}
.fa-shopping-basket::before {
  content: "\f291";
}
.fa-tape::before {
  content: "\f4db";
}
.fa-bus-simple::before {
  content: "\f55e";
}
.fa-bus-alt::before {
  content: "\f55e";
}
.fa-eye::before {
  content: "\f06e";
}
.fa-face-sad-cry::before {
  content: "\f5b3";
}
.fa-sad-cry::before {
  content: "\f5b3";
}
.fa-audio-description::before {
  content: "\f29e";
}
.fa-person-military-to-person::before {
  content: "\e54c";
}
.fa-file-shield::before {
  content: "\e4f0";
}
.fa-user-slash::before {
  content: "\f506";
}
.fa-pen::before {
  content: "\f304";
}
.fa-tower-observation::before {
  content: "\e586";
}
.fa-file-code::before {
  content: "\f1c9";
}
.fa-signal::before {
  content: "\f012";
}
.fa-signal-5::before {
  content: "\f012";
}
.fa-signal-perfect::before {
  content: "\f012";
}
.fa-bus::before {
  content: "\f207";
}
.fa-heart-circle-xmark::before {
  content: "\e501";
}
.fa-house-chimney::before {
  content: "\e3af";
}
.fa-home-lg::before {
  content: "\e3af";
}
.fa-window-maximize::before {
  content: "\f2d0";
}
.fa-face-frown::before {
  content: "\f119";
}
.fa-frown::before {
  content: "\f119";
}
.fa-prescription::before {
  content: "\f5b1";
}
.fa-shop::before {
  content: "\f54f";
}
.fa-store-alt::before {
  content: "\f54f";
}
.fa-floppy-disk::before {
  content: "\f0c7";
}
.fa-save::before {
  content: "\f0c7";
}
.fa-vihara::before {
  content: "\f6a7";
}
.fa-scale-unbalanced::before {
  content: "\f515";
}
.fa-balance-scale-left::before {
  content: "\f515";
}
.fa-sort-up::before {
  content: "\f0de";
}
.fa-sort-asc::before {
  content: "\f0de";
}
.fa-comment-dots::before {
  content: "\f4ad";
}
.fa-commenting::before {
  content: "\f4ad";
}
.fa-plant-wilt::before {
  content: "\e5aa";
}
.fa-diamond::before {
  content: "\f219";
}
.fa-face-grin-squint::before {
  content: "\f585";
}
.fa-grin-squint::before {
  content: "\f585";
}
.fa-hand-holding-dollar::before {
  content: "\f4c0";
}
.fa-hand-holding-usd::before {
  content: "\f4c0";
}
.fa-bacterium::before {
  content: "\e05a";
}
.fa-hand-pointer::before {
  content: "\f25a";
}
.fa-drum-steelpan::before {
  content: "\f56a";
}
.fa-hand-scissors::before {
  content: "\f257";
}
.fa-hands-praying::before {
  content: "\f684";
}
.fa-praying-hands::before {
  content: "\f684";
}
.fa-arrow-rotate-right::before {
  content: "\f01e";
}
.fa-arrow-right-rotate::before {
  content: "\f01e";
}
.fa-arrow-rotate-forward::before {
  content: "\f01e";
}
.fa-redo::before {
  content: "\f01e";
}
.fa-biohazard::before {
  content: "\f780";
}
.fa-location-crosshairs::before {
  content: "\f601";
}
.fa-location::before {
  content: "\f601";
}
.fa-mars-double::before {
  content: "\f227";
}
.fa-child-dress::before {
  content: "\e59c";
}
.fa-users-between-lines::before {
  content: "\e591";
}
.fa-lungs-virus::before {
  content: "\e067";
}
.fa-face-grin-tears::before {
  content: "\f588";
}
.fa-grin-tears::before {
  content: "\f588";
}
.fa-phone::before {
  content: "\f095";
}
.fa-calendar-xmark::before {
  content: "\f273";
}
.fa-calendar-times::before {
  content: "\f273";
}
.fa-child-reaching::before {
  content: "\e59d";
}
.fa-head-side-virus::before {
  content: "\e064";
}
.fa-user-gear::before {
  content: "\f4fe";
}
.fa-user-cog::before {
  content: "\f4fe";
}
.fa-arrow-up-1-9::before {
  content: "\f163";
}
.fa-sort-numeric-up::before {
  content: "\f163";
}
.fa-door-closed::before {
  content: "\f52a";
}
.fa-shield-virus::before {
  content: "\e06c";
}
.fa-dice-six::before {
  content: "\f526";
}
.fa-mosquito-net::before {
  content: "\e52c";
}
.fa-bridge-water::before {
  content: "\e4ce";
}
.fa-person-booth::before {
  content: "\f756";
}
.fa-text-width::before {
  content: "\f035";
}
.fa-hat-wizard::before {
  content: "\f6e8";
}
.fa-pen-fancy::before {
  content: "\f5ac";
}
.fa-person-digging::before {
  content: "\f85e";
}
.fa-digging::before {
  content: "\f85e";
}
.fa-trash::before {
  content: "\f1f8";
}
.fa-gauge-simple::before {
  content: "\f629";
}
.fa-gauge-simple-med::before {
  content: "\f629";
}
.fa-tachometer-average::before {
  content: "\f629";
}
.fa-book-medical::before {
  content: "\f7e6";
}
.fa-poo::before {
  content: "\f2fe";
}
.fa-quote-right::before {
  content: "\f10e";
}
.fa-quote-right-alt::before {
  content: "\f10e";
}
.fa-shirt::before {
  content: "\f553";
}
.fa-t-shirt::before {
  content: "\f553";
}
.fa-tshirt::before {
  content: "\f553";
}
.fa-cubes::before {
  content: "\f1b3";
}
.fa-divide::before {
  content: "\f529";
}
.fa-tenge-sign::before {
  content: "\f7d7";
}
.fa-tenge::before {
  content: "\f7d7";
}
.fa-headphones::before {
  content: "\f025";
}
.fa-hands-holding::before {
  content: "\f4c2";
}
.fa-hands-clapping::before {
  content: "\e1a8";
}
.fa-republican::before {
  content: "\f75e";
}
.fa-arrow-left::before {
  content: "\f060";
}
.fa-person-circle-xmark::before {
  content: "\e543";
}
.fa-ruler::before {
  content: "\f545";
}
.fa-align-left::before {
  content: "\f036";
}
.fa-dice-d6::before {
  content: "\f6d1";
}
.fa-restroom::before {
  content: "\f7bd";
}
.fa-j::before {
  content: "J";
}
.fa-users-viewfinder::before {
  content: "\e595";
}
.fa-file-video::before {
  content: "\f1c8";
}
.fa-up-right-from-square::before {
  content: "\f35d";
}
.fa-external-link-alt::before {
  content: "\f35d";
}
.fa-table-cells::before {
  content: "\f00a";
}
.fa-th::before {
  content: "\f00a";
}
.fa-file-pdf::before {
  content: "\f1c1";
}
.fa-book-bible::before {
  content: "\f647";
}
.fa-bible::before {
  content: "\f647";
}
.fa-o::before {
  content: "O";
}
.fa-suitcase-medical::before {
  content: "\f0fa";
}
.fa-medkit::before {
  content: "\f0fa";
}
.fa-user-secret::before {
  content: "\f21b";
}
.fa-otter::before {
  content: "\f700";
}
.fa-person-dress::before {
  content: "\f182";
}
.fa-female::before {
  content: "\f182";
}
.fa-comment-dollar::before {
  content: "\f651";
}
.fa-business-time::before {
  content: "\f64a";
}
.fa-briefcase-clock::before {
  content: "\f64a";
}
.fa-table-cells-large::before {
  content: "\f009";
}
.fa-th-large::before {
  content: "\f009";
}
.fa-book-tanakh::before {
  content: "\f827";
}
.fa-tanakh::before {
  content: "\f827";
}
.fa-phone-volume::before {
  content: "\f2a0";
}
.fa-volume-control-phone::before {
  content: "\f2a0";
}
.fa-hat-cowboy-side::before {
  content: "\f8c1";
}
.fa-clipboard-user::before {
  content: "\f7f3";
}
.fa-child::before {
  content: "\f1ae";
}
.fa-lira-sign::before {
  content: "\f195";
}
.fa-satellite::before {
  content: "\f7bf";
}
.fa-plane-lock::before {
  content: "\e558";
}
.fa-tag::before {
  content: "\f02b";
}
.fa-comment::before {
  content: "\f075";
}
.fa-cake-candles::before {
  content: "\f1fd";
}
.fa-birthday-cake::before {
  content: "\f1fd";
}
.fa-cake::before {
  content: "\f1fd";
}
.fa-envelope::before {
  content: "\f0e0";
}
.fa-angles-up::before {
  content: "\f102";
}
.fa-angle-double-up::before {
  content: "\f102";
}
.fa-paperclip::before {
  content: "\f0c6";
}
.fa-arrow-right-to-city::before {
  content: "\e4b3";
}
.fa-ribbon::before {
  content: "\f4d6";
}
.fa-lungs::before {
  content: "\f604";
}
.fa-arrow-up-9-1::before {
  content: "\f887";
}
.fa-sort-numeric-up-alt::before {
  content: "\f887";
}
.fa-litecoin-sign::before {
  content: "\e1d3";
}
.fa-border-none::before {
  content: "\f850";
}
.fa-circle-nodes::before {
  content: "\e4e2";
}
.fa-parachute-box::before {
  content: "\f4cd";
}
.fa-indent::before {
  content: "\f03c";
}
.fa-truck-field-un::before {
  content: "\e58e";
}
.fa-hourglass::before {
  content: "\f254";
}
.fa-hourglass-empty::before {
  content: "\f254";
}
.fa-mountain::before {
  content: "\f6fc";
}
.fa-user-doctor::before {
  content: "\f0f0";
}
.fa-user-md::before {
  content: "\f0f0";
}
.fa-circle-info::before {
  content: "\f05a";
}
.fa-info-circle::before {
  content: "\f05a";
}
.fa-cloud-meatball::before {
  content: "\f73b";
}
.fa-camera::before {
  content: "\f030";
}
.fa-camera-alt::before {
  content: "\f030";
}
.fa-square-virus::before {
  content: "\e578";
}
.fa-meteor::before {
  content: "\f753";
}
.fa-car-on::before {
  content: "\e4dd";
}
.fa-sleigh::before {
  content: "\f7cc";
}
.fa-arrow-down-1-9::before {
  content: "\f162";
}
.fa-sort-numeric-asc::before {
  content: "\f162";
}
.fa-sort-numeric-down::before {
  content: "\f162";
}
.fa-hand-holding-droplet::before {
  content: "\f4c1";
}
.fa-hand-holding-water::before {
  content: "\f4c1";
}
.fa-water::before {
  content: "\f773";
}
.fa-calendar-check::before {
  content: "\f274";
}
.fa-braille::before {
  content: "\f2a1";
}
.fa-prescription-bottle-medical::before {
  content: "\f486";
}
.fa-prescription-bottle-alt::before {
  content: "\f486";
}
.fa-landmark::before {
  content: "\f66f";
}
.fa-truck::before {
  content: "\f0d1";
}
.fa-crosshairs::before {
  content: "\f05b";
}
.fa-person-cane::before {
  content: "\e53c";
}
.fa-tent::before {
  content: "\e57d";
}
.fa-vest-patches::before {
  content: "\e086";
}
.fa-check-double::before {
  content: "\f560";
}
.fa-arrow-down-a-z::before {
  content: "\f15d";
}
.fa-sort-alpha-asc::before {
  content: "\f15d";
}
.fa-sort-alpha-down::before {
  content: "\f15d";
}
.fa-money-bill-wheat::before {
  content: "\e52a";
}
.fa-cookie::before {
  content: "\f563";
}
.fa-arrow-rotate-left::before {
  content: "\f0e2";
}
.fa-arrow-left-rotate::before {
  content: "\f0e2";
}
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}
.fa-undo::before {
  content: "\f0e2";
}
.fa-hard-drive::before {
  content: "\f0a0";
}
.fa-hdd::before {
  content: "\f0a0";
}
.fa-face-grin-squint-tears::before {
  content: "\f586";
}
.fa-grin-squint-tears::before {
  content: "\f586";
}
.fa-dumbbell::before {
  content: "\f44b";
}
.fa-rectangle-list::before {
  content: "\f022";
}
.fa-list-alt::before {
  content: "\f022";
}
.fa-tarp-droplet::before {
  content: "\e57c";
}
.fa-house-medical-circle-check::before {
  content: "\e511";
}
.fa-person-skiing-nordic::before {
  content: "\f7ca";
}
.fa-skiing-nordic::before {
  content: "\f7ca";
}
.fa-calendar-plus::before {
  content: "\f271";
}
.fa-plane-arrival::before {
  content: "\f5af";
}
.fa-circle-left::before {
  content: "\f359";
}
.fa-arrow-alt-circle-left::before {
  content: "\f359";
}
.fa-train-subway::before {
  content: "\f239";
}
.fa-subway::before {
  content: "\f239";
}
.fa-chart-gantt::before {
  content: "\e0e4";
}
.fa-indian-rupee-sign::before {
  content: "\e1bc";
}
.fa-indian-rupee::before {
  content: "\e1bc";
}
.fa-inr::before {
  content: "\e1bc";
}
.fa-crop-simple::before {
  content: "\f565";
}
.fa-crop-alt::before {
  content: "\f565";
}
.fa-money-bill-1::before {
  content: "\f3d1";
}
.fa-money-bill-alt::before {
  content: "\f3d1";
}
.fa-left-long::before {
  content: "\f30a";
}
.fa-long-arrow-alt-left::before {
  content: "\f30a";
}
.fa-dna::before {
  content: "\f471";
}
.fa-virus-slash::before {
  content: "\e075";
}
.fa-minus::before {
  content: "\f068";
}
.fa-subtract::before {
  content: "\f068";
}
.fa-chess::before {
  content: "\f439";
}
.fa-arrow-left-long::before {
  content: "\f177";
}
.fa-long-arrow-left::before {
  content: "\f177";
}
.fa-plug-circle-check::before {
  content: "\e55c";
}
.fa-street-view::before {
  content: "\f21d";
}
.fa-franc-sign::before {
  content: "\e18f";
}
.fa-volume-off::before {
  content: "\f026";
}
.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-asl-interpreting::before {
  content: "\f2a3";
}
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-gear::before {
  content: "\f013";
}
.fa-cog::before {
  content: "\f013";
}
.fa-droplet-slash::before {
  content: "\f5c7";
}
.fa-tint-slash::before {
  content: "\f5c7";
}
.fa-mosque::before {
  content: "\f678";
}
.fa-mosquito::before {
  content: "\e52b";
}
.fa-star-of-david::before {
  content: "\f69a";
}
.fa-person-military-rifle::before {
  content: "\e54b";
}
.fa-cart-shopping::before {
  content: "\f07a";
}
.fa-shopping-cart::before {
  content: "\f07a";
}
.fa-vials::before {
  content: "\f493";
}
.fa-plug-circle-plus::before {
  content: "\e55f";
}
.fa-place-of-worship::before {
  content: "\f67f";
}
.fa-grip-vertical::before {
  content: "\f58e";
}
.fa-arrow-turn-up::before {
  content: "\f148";
}
.fa-level-up::before {
  content: "\f148";
}
.fa-u::before {
  content: "U";
}
.fa-square-root-variable::before {
  content: "\f698";
}
.fa-square-root-alt::before {
  content: "\f698";
}
.fa-clock::before {
  content: "\f017";
}
.fa-clock-four::before {
  content: "\f017";
}
.fa-backward-step::before {
  content: "\f048";
}
.fa-step-backward::before {
  content: "\f048";
}
.fa-pallet::before {
  content: "\f482";
}
.fa-faucet::before {
  content: "\e005";
}
.fa-baseball-bat-ball::before {
  content: "\f432";
}
.fa-s::before {
  content: "S";
}
.fa-timeline::before {
  content: "\e29c";
}
.fa-keyboard::before {
  content: "\f11c";
}
.fa-caret-down::before {
  content: "\f0d7";
}
.fa-house-chimney-medical::before {
  content: "\f7f2";
}
.fa-clinic-medical::before {
  content: "\f7f2";
}
.fa-temperature-three-quarters::before {
  content: "\f2c8";
}
.fa-temperature-3::before {
  content: "\f2c8";
}
.fa-thermometer-3::before {
  content: "\f2c8";
}
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}
.fa-mobile-screen::before {
  content: "\f3cf";
}
.fa-mobile-android-alt::before {
  content: "\f3cf";
}
.fa-plane-up::before {
  content: "\e22d";
}
.fa-piggy-bank::before {
  content: "\f4d3";
}
.fa-battery-half::before {
  content: "\f242";
}
.fa-battery-3::before {
  content: "\f242";
}
.fa-mountain-city::before {
  content: "\e52e";
}
.fa-coins::before {
  content: "\f51e";
}
.fa-khanda::before {
  content: "\f66d";
}
.fa-sliders::before {
  content: "\f1de";
}
.fa-sliders-h::before {
  content: "\f1de";
}
.fa-folder-tree::before {
  content: "\f802";
}
.fa-network-wired::before {
  content: "\f6ff";
}
.fa-map-pin::before {
  content: "\f276";
}
.fa-hamsa::before {
  content: "\f665";
}
.fa-cent-sign::before {
  content: "\e3f5";
}
.fa-flask::before {
  content: "\f0c3";
}
.fa-person-pregnant::before {
  content: "\e31e";
}
.fa-wand-sparkles::before {
  content: "\f72b";
}
.fa-ellipsis-vertical::before {
  content: "\f142";
}
.fa-ellipsis-v::before {
  content: "\f142";
}
.fa-ticket::before {
  content: "\f145";
}
.fa-power-off::before {
  content: "\f011";
}
.fa-right-long::before {
  content: "\f30b";
}
.fa-long-arrow-alt-right::before {
  content: "\f30b";
}
.fa-flag-usa::before {
  content: "\f74d";
}
.fa-laptop-file::before {
  content: "\e51d";
}
.fa-tty::before {
  content: "\f1e4";
}
.fa-teletype::before {
  content: "\f1e4";
}
.fa-diagram-next::before {
  content: "\e476";
}
.fa-person-rifle::before {
  content: "\e54e";
}
.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}
.fa-closed-captioning::before {
  content: "\f20a";
}
.fa-person-hiking::before {
  content: "\f6ec";
}
.fa-hiking::before {
  content: "\f6ec";
}
.fa-venus-double::before {
  content: "\f226";
}
.fa-images::before {
  content: "\f302";
}
.fa-calculator::before {
  content: "\f1ec";
}
.fa-people-pulling::before {
  content: "\e535";
}
.fa-n::before {
  content: "N";
}
.fa-cable-car::before {
  content: "\f7da";
}
.fa-tram::before {
  content: "\f7da";
}
.fa-cloud-rain::before {
  content: "\f73d";
}
.fa-building-circle-xmark::before {
  content: "\e4d4";
}
.fa-ship::before {
  content: "\f21a";
}
.fa-arrows-down-to-line::before {
  content: "\e4b8";
}
.fa-download::before {
  content: "\f019";
}
.fa-face-grin::before {
  content: "\f580";
}
.fa-grin::before {
  content: "\f580";
}
.fa-delete-left::before {
  content: "\f55a";
}
.fa-backspace::before {
  content: "\f55a";
}
.fa-eye-dropper::before {
  content: "\f1fb";
}
.fa-eye-dropper-empty::before {
  content: "\f1fb";
}
.fa-eyedropper::before {
  content: "\f1fb";
}
.fa-file-circle-check::before {
  content: "\e5a0";
}
.fa-forward::before {
  content: "\f04e";
}
.fa-mobile::before {
  content: "\f3ce";
}
.fa-mobile-android::before {
  content: "\f3ce";
}
.fa-mobile-phone::before {
  content: "\f3ce";
}
.fa-face-meh::before {
  content: "\f11a";
}
.fa-meh::before {
  content: "\f11a";
}
.fa-align-center::before {
  content: "\f037";
}
.fa-book-skull::before {
  content: "\f6b7";
}
.fa-book-dead::before {
  content: "\f6b7";
}
.fa-id-card::before {
  content: "\f2c2";
}
.fa-drivers-license::before {
  content: "\f2c2";
}
.fa-outdent::before {
  content: "\f03b";
}
.fa-dedent::before {
  content: "\f03b";
}
.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}
.fa-house::before {
  content: "\f015";
}
.fa-home::before {
  content: "\f015";
}
.fa-home-alt::before {
  content: "\f015";
}
.fa-home-lg-alt::before {
  content: "\f015";
}
.fa-calendar-week::before {
  content: "\f784";
}
.fa-laptop-medical::before {
  content: "\f812";
}
.fa-b::before {
  content: "B";
}
.fa-file-medical::before {
  content: "\f477";
}
.fa-dice-one::before {
  content: "\f525";
}
.fa-kiwi-bird::before {
  content: "\f535";
}
.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}
.fa-exchange::before {
  content: "\f0ec";
}
.fa-rotate-right::before {
  content: "\f2f9";
}
.fa-redo-alt::before {
  content: "\f2f9";
}
.fa-rotate-forward::before {
  content: "\f2f9";
}
.fa-utensils::before {
  content: "\f2e7";
}
.fa-cutlery::before {
  content: "\f2e7";
}
.fa-arrow-up-wide-short::before {
  content: "\f161";
}
.fa-sort-amount-up::before {
  content: "\f161";
}
.fa-mill-sign::before {
  content: "\e1ed";
}
.fa-bowl-rice::before {
  content: "\e2eb";
}
.fa-skull::before {
  content: "\f54c";
}
.fa-tower-broadcast::before {
  content: "\f519";
}
.fa-broadcast-tower::before {
  content: "\f519";
}
.fa-truck-pickup::before {
  content: "\f63c";
}
.fa-up-long::before {
  content: "\f30c";
}
.fa-long-arrow-alt-up::before {
  content: "\f30c";
}
.fa-stop::before {
  content: "\f04d";
}
.fa-code-merge::before {
  content: "\f387";
}
.fa-upload::before {
  content: "\f093";
}
.fa-hurricane::before {
  content: "\f751";
}
.fa-mound::before {
  content: "\e52d";
}
.fa-toilet-portable::before {
  content: "\e583";
}
.fa-compact-disc::before {
  content: "\f51f";
}
.fa-file-arrow-down::before {
  content: "\f56d";
}
.fa-file-download::before {
  content: "\f56d";
}
.fa-caravan::before {
  content: "\f8ff";
}
.fa-shield-cat::before {
  content: "\e572";
}
.fa-bolt::before {
  content: "\f0e7";
}
.fa-zap::before {
  content: "\f0e7";
}
.fa-glass-water::before {
  content: "\e4f4";
}
.fa-oil-well::before {
  content: "\e532";
}
.fa-vault::before {
  content: "\e2c5";
}
.fa-mars::before {
  content: "\f222";
}
.fa-toilet::before {
  content: "\f7d8";
}
.fa-plane-circle-xmark::before {
  content: "\e557";
}
.fa-yen-sign::before {
  content: "\f157";
}
.fa-cny::before {
  content: "\f157";
}
.fa-jpy::before {
  content: "\f157";
}
.fa-rmb::before {
  content: "\f157";
}
.fa-yen::before {
  content: "\f157";
}
.fa-ruble-sign::before {
  content: "\f158";
}
.fa-rouble::before {
  content: "\f158";
}
.fa-rub::before {
  content: "\f158";
}
.fa-ruble::before {
  content: "\f158";
}
.fa-sun::before {
  content: "\f185";
}
.fa-guitar::before {
  content: "\f7a6";
}
.fa-face-laugh-wink::before {
  content: "\f59c";
}
.fa-laugh-wink::before {
  content: "\f59c";
}
.fa-horse-head::before {
  content: "\f7ab";
}
.fa-bore-hole::before {
  content: "\e4c3";
}
.fa-industry::before {
  content: "\f275";
}
.fa-circle-down::before {
  content: "\f358";
}
.fa-arrow-alt-circle-down::before {
  content: "\f358";
}
.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}
.fa-florin-sign::before {
  content: "\e184";
}
.fa-arrow-down-short-wide::before {
  content: "\f884";
}
.fa-sort-amount-desc::before {
  content: "\f884";
}
.fa-sort-amount-down-alt::before {
  content: "\f884";
}
.fa-less-than::before {
  content: "<";
}
.fa-angle-down::before {
  content: "\f107";
}
.fa-car-tunnel::before {
  content: "\e4de";
}
.fa-head-side-cough::before {
  content: "\e061";
}
.fa-grip-lines::before {
  content: "\f7a4";
}
.fa-thumbs-down::before {
  content: "\f165";
}
.fa-user-lock::before {
  content: "\f502";
}
.fa-arrow-right-long::before {
  content: "\f178";
}
.fa-long-arrow-right::before {
  content: "\f178";
}
.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}
.fa-ellipsis::before {
  content: "\f141";
}
.fa-ellipsis-h::before {
  content: "\f141";
}
.fa-chess-pawn::before {
  content: "\f443";
}
.fa-kit-medical::before {
  content: "\f479";
}
.fa-first-aid::before {
  content: "\f479";
}
.fa-person-through-window::before {
  content: "\e5a9";
}
.fa-toolbox::before {
  content: "\f552";
}
.fa-hands-holding-circle::before {
  content: "\e4fb";
}
.fa-bug::before {
  content: "\f188";
}
.fa-credit-card::before {
  content: "\f09d";
}
.fa-credit-card-alt::before {
  content: "\f09d";
}
.fa-car::before {
  content: "\f1b9";
}
.fa-automobile::before {
  content: "\f1b9";
}
.fa-hand-holding-hand::before {
  content: "\e4f7";
}
.fa-book-open-reader::before {
  content: "\f5da";
}
.fa-book-reader::before {
  content: "\f5da";
}
.fa-mountain-sun::before {
  content: "\e52f";
}
.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}
.fa-dice-d20::before {
  content: "\f6cf";
}
.fa-truck-droplet::before {
  content: "\e58c";
}
.fa-file-circle-xmark::before {
  content: "\e5a1";
}
.fa-temperature-arrow-up::before {
  content: "\e040";
}
.fa-temperature-up::before {
  content: "\e040";
}
.fa-medal::before {
  content: "\f5a2";
}
.fa-bed::before {
  content: "\f236";
}
.fa-square-h::before {
  content: "\f0fd";
}
.fa-h-square::before {
  content: "\f0fd";
}
.fa-podcast::before {
  content: "\f2ce";
}
.fa-temperature-full::before {
  content: "\f2c7";
}
.fa-temperature-4::before {
  content: "\f2c7";
}
.fa-thermometer-4::before {
  content: "\f2c7";
}
.fa-thermometer-full::before {
  content: "\f2c7";
}
.fa-bell::before {
  content: "\f0f3";
}
.fa-superscript::before {
  content: "\f12b";
}
.fa-plug-circle-xmark::before {
  content: "\e560";
}
.fa-star-of-life::before {
  content: "\f621";
}
.fa-phone-slash::before {
  content: "\f3dd";
}
.fa-paint-roller::before {
  content: "\f5aa";
}
.fa-handshake-angle::before {
  content: "\f4c4";
}
.fa-hands-helping::before {
  content: "\f4c4";
}
.fa-location-dot::before {
  content: "\f3c5";
}
.fa-map-marker-alt::before {
  content: "\f3c5";
}
.fa-file::before {
  content: "\f15b";
}
.fa-greater-than::before {
  content: ">";
}
.fa-person-swimming::before {
  content: "\f5c4";
}
.fa-swimmer::before {
  content: "\f5c4";
}
.fa-arrow-down::before {
  content: "\f063";
}
.fa-droplet::before {
  content: "\f043";
}
.fa-tint::before {
  content: "\f043";
}
.fa-eraser::before {
  content: "\f12d";
}
.fa-earth-americas::before {
  content: "\f57d";
}
.fa-earth::before {
  content: "\f57d";
}
.fa-earth-america::before {
  content: "\f57d";
}
.fa-globe-americas::before {
  content: "\f57d";
}
.fa-person-burst::before {
  content: "\e53b";
}
.fa-dove::before {
  content: "\f4ba";
}
.fa-battery-empty::before {
  content: "\f244";
}
.fa-battery-0::before {
  content: "\f244";
}
.fa-socks::before {
  content: "\f696";
}
.fa-inbox::before {
  content: "\f01c";
}
.fa-section::before {
  content: "\e447";
}
.fa-gauge-high::before {
  content: "\f625";
}
.fa-tachometer-alt::before {
  content: "\f625";
}
.fa-tachometer-alt-fast::before {
  content: "\f625";
}
.fa-envelope-open-text::before {
  content: "\f658";
}
.fa-hospital::before {
  content: "\f0f8";
}
.fa-hospital-alt::before {
  content: "\f0f8";
}
.fa-hospital-wide::before {
  content: "\f0f8";
}
.fa-wine-bottle::before {
  content: "\f72f";
}
.fa-chess-rook::before {
  content: "\f447";
}
.fa-bars-staggered::before {
  content: "\f550";
}
.fa-reorder::before {
  content: "\f550";
}
.fa-stream::before {
  content: "\f550";
}
.fa-dharmachakra::before {
  content: "\f655";
}
.fa-hotdog::before {
  content: "\f80f";
}
.fa-person-walking-with-cane::before {
  content: "\f29d";
}
.fa-blind::before {
  content: "\f29d";
}
.fa-drum::before {
  content: "\f569";
}
.fa-ice-cream::before {
  content: "\f810";
}
.fa-heart-circle-bolt::before {
  content: "\e4fc";
}
.fa-fax::before {
  content: "\f1ac";
}
.fa-paragraph::before {
  content: "\f1dd";
}
.fa-check-to-slot::before {
  content: "\f772";
}
.fa-vote-yea::before {
  content: "\f772";
}
.fa-star-half::before {
  content: "\f089";
}
.fa-boxes-stacked::before {
  content: "\f468";
}
.fa-boxes::before {
  content: "\f468";
}
.fa-boxes-alt::before {
  content: "\f468";
}
.fa-link::before {
  content: "\f0c1";
}
.fa-chain::before {
  content: "\f0c1";
}
.fa-ear-listen::before {
  content: "\f2a2";
}
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}
.fa-tree-city::before {
  content: "\e587";
}
.fa-play::before {
  content: "\f04b";
}
.fa-font::before {
  content: "\f031";
}
.fa-rupiah-sign::before {
  content: "\e23d";
}
.fa-magnifying-glass::before {
  content: "\f002";
}
.fa-search::before {
  content: "\f002";
}
.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}
.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}
.fa-table-tennis::before {
  content: "\f45d";
}
.fa-person-dots-from-line::before {
  content: "\f470";
}
.fa-diagnoses::before {
  content: "\f470";
}
.fa-trash-can-arrow-up::before {
  content: "\f82a";
}
.fa-trash-restore-alt::before {
  content: "\f82a";
}
.fa-naira-sign::before {
  content: "\e1f6";
}
.fa-cart-arrow-down::before {
  content: "\f218";
}
.fa-walkie-talkie::before {
  content: "\f8ef";
}
.fa-file-pen::before {
  content: "\f31c";
}
.fa-file-edit::before {
  content: "\f31c";
}
.fa-receipt::before {
  content: "\f543";
}
.fa-square-pen::before {
  content: "\f14b";
}
.fa-pen-square::before {
  content: "\f14b";
}
.fa-pencil-square::before {
  content: "\f14b";
}
.fa-suitcase-rolling::before {
  content: "\f5c1";
}
.fa-person-circle-exclamation::before {
  content: "\e53f";
}
.fa-chevron-down::before {
  content: "\f078";
}
.fa-battery-full::before {
  content: "\f240";
}
.fa-battery::before {
  content: "\f240";
}
.fa-battery-5::before {
  content: "\f240";
}
.fa-skull-crossbones::before {
  content: "\f714";
}
.fa-code-compare::before {
  content: "\e13a";
}
.fa-list-ul::before {
  content: "\f0ca";
}
.fa-list-dots::before {
  content: "\f0ca";
}
.fa-school-lock::before {
  content: "\e56f";
}
.fa-tower-cell::before {
  content: "\e585";
}
.fa-down-long::before {
  content: "\f309";
}
.fa-long-arrow-alt-down::before {
  content: "\f309";
}
.fa-ranking-star::before {
  content: "\e561";
}
.fa-chess-king::before {
  content: "\f43f";
}
.fa-person-harassing::before {
  content: "\e549";
}
.fa-brazilian-real-sign::before {
  content: "\e46c";
}
.fa-landmark-dome::before {
  content: "\f752";
}
.fa-landmark-alt::before {
  content: "\f752";
}
.fa-arrow-up::before {
  content: "\f062";
}
.fa-tv::before {
  content: "\f26c";
}
.fa-television::before {
  content: "\f26c";
}
.fa-tv-alt::before {
  content: "\f26c";
}
.fa-shrimp::before {
  content: "\e448";
}
.fa-list-check::before {
  content: "\f0ae";
}
.fa-tasks::before {
  content: "\f0ae";
}
.fa-jug-detergent::before {
  content: "\e519";
}
.fa-circle-user::before {
  content: "\f2bd";
}
.fa-user-circle::before {
  content: "\f2bd";
}
.fa-user-shield::before {
  content: "\f505";
}
.fa-wind::before {
  content: "\f72e";
}
.fa-car-burst::before {
  content: "\f5e1";
}
.fa-car-crash::before {
  content: "\f5e1";
}
.fa-y::before {
  content: "Y";
}
.fa-person-snowboarding::before {
  content: "\f7ce";
}
.fa-snowboarding::before {
  content: "\f7ce";
}
.fa-truck-fast::before {
  content: "\f48b";
}
.fa-shipping-fast::before {
  content: "\f48b";
}
.fa-fish::before {
  content: "\f578";
}
.fa-user-graduate::before {
  content: "\f501";
}
.fa-circle-half-stroke::before {
  content: "\f042";
}
.fa-adjust::before {
  content: "\f042";
}
.fa-clapperboard::before {
  content: "\e131";
}
.fa-circle-radiation::before {
  content: "\f7ba";
}
.fa-radiation-alt::before {
  content: "\f7ba";
}
.fa-baseball::before {
  content: "\f433";
}
.fa-baseball-ball::before {
  content: "\f433";
}
.fa-jet-fighter-up::before {
  content: "\e518";
}
.fa-diagram-project::before {
  content: "\f542";
}
.fa-project-diagram::before {
  content: "\f542";
}
.fa-copy::before {
  content: "\f0c5";
}
.fa-volume-xmark::before {
  content: "\f6a9";
}
.fa-volume-mute::before {
  content: "\f6a9";
}
.fa-volume-times::before {
  content: "\f6a9";
}
.fa-hand-sparkles::before {
  content: "\e05d";
}
.fa-grip::before {
  content: "\f58d";
}
.fa-grip-horizontal::before {
  content: "\f58d";
}
.fa-share-from-square::before {
  content: "\f14d";
}
.fa-share-square::before {
  content: "\f14d";
}
.fa-child-combatant::before {
  content: "\e4e0";
}
.fa-child-rifle::before {
  content: "\e4e0";
}
.fa-gun::before {
  content: "\e19b";
}
.fa-square-phone::before {
  content: "\f098";
}
.fa-phone-square::before {
  content: "\f098";
}
.fa-plus::before {
  content: "+";
}
.fa-add::before {
  content: "+";
}
.fa-expand::before {
  content: "\f065";
}
.fa-computer::before {
  content: "\e4e5";
}
.fa-xmark::before {
  content: "\f00d";
}
.fa-close::before {
  content: "\f00d";
}
.fa-multiply::before {
  content: "\f00d";
}
.fa-remove::before {
  content: "\f00d";
}
.fa-times::before {
  content: "\f00d";
}
.fa-arrows-up-down-left-right::before {
  content: "\f047";
}
.fa-arrows::before {
  content: "\f047";
}
.fa-chalkboard-user::before {
  content: "\f51c";
}
.fa-chalkboard-teacher::before {
  content: "\f51c";
}
.fa-peso-sign::before {
  content: "\e222";
}
.fa-building-shield::before {
  content: "\e4d8";
}
.fa-baby::before {
  content: "\f77c";
}
.fa-users-line::before {
  content: "\e592";
}
.fa-quote-left::before {
  content: "\f10d";
}
.fa-quote-left-alt::before {
  content: "\f10d";
}
.fa-tractor::before {
  content: "\f722";
}
.fa-trash-arrow-up::before {
  content: "\f829";
}
.fa-trash-restore::before {
  content: "\f829";
}
.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}
.fa-lines-leaning::before {
  content: "\e51e";
}
.fa-ruler-combined::before {
  content: "\f546";
}
.fa-copyright::before {
  content: "\f1f9";
}
.fa-equals::before {
  content: "=";
}
.fa-blender::before {
  content: "\f517";
}
.fa-teeth::before {
  content: "\f62e";
}
.fa-shekel-sign::before {
  content: "\f20b";
}
.fa-ils::before {
  content: "\f20b";
}
.fa-shekel::before {
  content: "\f20b";
}
.fa-sheqel::before {
  content: "\f20b";
}
.fa-sheqel-sign::before {
  content: "\f20b";
}
.fa-map::before {
  content: "\f279";
}
.fa-rocket::before {
  content: "\f135";
}
.fa-photo-film::before {
  content: "\f87c";
}
.fa-photo-video::before {
  content: "\f87c";
}
.fa-folder-minus::before {
  content: "\f65d";
}
.fa-store::before {
  content: "\f54e";
}
.fa-arrow-trend-up::before {
  content: "\e098";
}
.fa-plug-circle-minus::before {
  content: "\e55e";
}
.fa-sign-hanging::before {
  content: "\f4d9";
}
.fa-sign::before {
  content: "\f4d9";
}
.fa-bezier-curve::before {
  content: "\f55b";
}
.fa-bell-slash::before {
  content: "\f1f6";
}
.fa-tablet::before {
  content: "\f3fb";
}
.fa-tablet-android::before {
  content: "\f3fb";
}
.fa-school-flag::before {
  content: "\e56e";
}
.fa-fill::before {
  content: "\f575";
}
.fa-angle-up::before {
  content: "\f106";
}
.fa-drumstick-bite::before {
  content: "\f6d7";
}
.fa-holly-berry::before {
  content: "\f7aa";
}
.fa-chevron-left::before {
  content: "\f053";
}
.fa-bacteria::before {
  content: "\e059";
}
.fa-hand-lizard::before {
  content: "\f258";
}
.fa-notdef::before {
  content: "\e1fe";
}
.fa-disease::before {
  content: "\f7fa";
}
.fa-briefcase-medical::before {
  content: "\f469";
}
.fa-genderless::before {
  content: "\f22d";
}
.fa-chevron-right::before {
  content: "\f054";
}
.fa-retweet::before {
  content: "\f079";
}
.fa-car-rear::before {
  content: "\f5de";
}
.fa-car-alt::before {
  content: "\f5de";
}
.fa-pump-soap::before {
  content: "\e06b";
}
.fa-video-slash::before {
  content: "\f4e2";
}
.fa-battery-quarter::before {
  content: "\f243";
}
.fa-battery-2::before {
  content: "\f243";
}
.fa-radio::before {
  content: "\f8d7";
}
.fa-baby-carriage::before {
  content: "\f77d";
}
.fa-carriage-baby::before {
  content: "\f77d";
}
.fa-traffic-light::before {
  content: "\f637";
}
.fa-thermometer::before {
  content: "\f491";
}
.fa-vr-cardboard::before {
  content: "\f729";
}
.fa-hand-middle-finger::before {
  content: "\f806";
}
.fa-percent::before {
  content: "%";
}
.fa-percentage::before {
  content: "%";
}
.fa-truck-moving::before {
  content: "\f4df";
}
.fa-glass-water-droplet::before {
  content: "\e4f5";
}
.fa-display::before {
  content: "\e163";
}
.fa-face-smile::before {
  content: "\f118";
}
.fa-smile::before {
  content: "\f118";
}
.fa-thumbtack::before {
  content: "\f08d";
}
.fa-thumb-tack::before {
  content: "\f08d";
}
.fa-trophy::before {
  content: "\f091";
}
.fa-person-praying::before {
  content: "\f683";
}
.fa-pray::before {
  content: "\f683";
}
.fa-hammer::before {
  content: "\f6e3";
}
.fa-hand-peace::before {
  content: "\f25b";
}
.fa-rotate::before {
  content: "\f2f1";
}
.fa-sync-alt::before {
  content: "\f2f1";
}
.fa-spinner::before {
  content: "\f110";
}
.fa-robot::before {
  content: "\f544";
}
.fa-peace::before {
  content: "\f67c";
}
.fa-gears::before {
  content: "\f085";
}
.fa-cogs::before {
  content: "\f085";
}
.fa-warehouse::before {
  content: "\f494";
}
.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}
.fa-splotch::before {
  content: "\f5bc";
}
.fa-face-grin-hearts::before {
  content: "\f584";
}
.fa-grin-hearts::before {
  content: "\f584";
}
.fa-dice-four::before {
  content: "\f524";
}
.fa-sim-card::before {
  content: "\f7c4";
}
.fa-transgender::before {
  content: "\f225";
}
.fa-transgender-alt::before {
  content: "\f225";
}
.fa-mercury::before {
  content: "\f223";
}
.fa-arrow-turn-down::before {
  content: "\f149";
}
.fa-level-down::before {
  content: "\f149";
}
.fa-person-falling-burst::before {
  content: "\e547";
}
.fa-award::before {
  content: "\f559";
}
.fa-ticket-simple::before {
  content: "\f3ff";
}
.fa-ticket-alt::before {
  content: "\f3ff";
}
.fa-building::before {
  content: "\f1ad";
}
.fa-angles-left::before {
  content: "\f100";
}
.fa-angle-double-left::before {
  content: "\f100";
}
.fa-qrcode::before {
  content: "\f029";
}
.fa-clock-rotate-left::before {
  content: "\f1da";
}
.fa-history::before {
  content: "\f1da";
}
.fa-face-grin-beam-sweat::before {
  content: "\f583";
}
.fa-grin-beam-sweat::before {
  content: "\f583";
}
.fa-file-export::before {
  content: "\f56e";
}
.fa-arrow-right-from-file::before {
  content: "\f56e";
}
.fa-shield::before {
  content: "\f132";
}
.fa-shield-blank::before {
  content: "\f132";
}
.fa-arrow-up-short-wide::before {
  content: "\f885";
}
.fa-sort-amount-up-alt::before {
  content: "\f885";
}
.fa-house-medical::before {
  content: "\e3b2";
}
.fa-golf-ball-tee::before {
  content: "\f450";
}
.fa-golf-ball::before {
  content: "\f450";
}
.fa-circle-chevron-left::before {
  content: "\f137";
}
.fa-chevron-circle-left::before {
  content: "\f137";
}
.fa-house-chimney-window::before {
  content: "\e00d";
}
.fa-pen-nib::before {
  content: "\f5ad";
}
.fa-tent-arrow-turn-left::before {
  content: "\e580";
}
.fa-tents::before {
  content: "\e582";
}
.fa-wand-magic::before {
  content: "\f0d0";
}
.fa-magic::before {
  content: "\f0d0";
}
.fa-dog::before {
  content: "\f6d3";
}
.fa-carrot::before {
  content: "\f787";
}
.fa-moon::before {
  content: "\f186";
}
.fa-wine-glass-empty::before {
  content: "\f5ce";
}
.fa-wine-glass-alt::before {
  content: "\f5ce";
}
.fa-cheese::before {
  content: "\f7ef";
}
.fa-yin-yang::before {
  content: "\f6ad";
}
.fa-music::before {
  content: "\f001";
}
.fa-code-commit::before {
  content: "\f386";
}
.fa-temperature-low::before {
  content: "\f76b";
}
.fa-person-biking::before {
  content: "\f84a";
}
.fa-biking::before {
  content: "\f84a";
}
.fa-broom::before {
  content: "\f51a";
}
.fa-shield-heart::before {
  content: "\e574";
}
.fa-gopuram::before {
  content: "\f664";
}
.fa-earth-oceania::before {
  content: "\e47b";
}
.fa-globe-oceania::before {
  content: "\e47b";
}
.fa-square-xmark::before {
  content: "\f2d3";
}
.fa-times-square::before {
  content: "\f2d3";
}
.fa-xmark-square::before {
  content: "\f2d3";
}
.fa-hashtag::before {
  content: "#";
}
.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}
.fa-expand-alt::before {
  content: "\f424";
}
.fa-oil-can::before {
  content: "\f613";
}
.fa-t::before {
  content: "T";
}
.fa-hippo::before {
  content: "\f6ed";
}
.fa-chart-column::before {
  content: "\e0e3";
}
.fa-infinity::before {
  content: "\f534";
}
.fa-vial-circle-check::before {
  content: "\e596";
}
.fa-person-arrow-down-to-line::before {
  content: "\e538";
}
.fa-voicemail::before {
  content: "\f897";
}
.fa-fan::before {
  content: "\f863";
}
.fa-person-walking-luggage::before {
  content: "\e554";
}
.fa-up-down::before {
  content: "\f338";
}
.fa-arrows-alt-v::before {
  content: "\f338";
}
.fa-cloud-moon-rain::before {
  content: "\f73c";
}
.fa-calendar::before {
  content: "\f133";
}
.fa-trailer::before {
  content: "\e041";
}
.fa-bahai::before {
  content: "\f666";
}
.fa-haykal::before {
  content: "\f666";
}
.fa-sd-card::before {
  content: "\f7c2";
}
.fa-dragon::before {
  content: "\f6d5";
}
.fa-shoe-prints::before {
  content: "\f54b";
}
.fa-circle-plus::before {
  content: "\f055";
}
.fa-plus-circle::before {
  content: "\f055";
}
.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-hand-holding::before {
  content: "\f4bd";
}
.fa-plug-circle-exclamation::before {
  content: "\e55d";
}
.fa-link-slash::before {
  content: "\f127";
}
.fa-chain-broken::before {
  content: "\f127";
}
.fa-chain-slash::before {
  content: "\f127";
}
.fa-unlink::before {
  content: "\f127";
}
.fa-clone::before {
  content: "\f24d";
}
.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}
.fa-arrow-up-z-a::before {
  content: "\f882";
}
.fa-sort-alpha-up-alt::before {
  content: "\f882";
}
.fa-fire-flame-curved::before {
  content: "\f7e4";
}
.fa-fire-alt::before {
  content: "\f7e4";
}
.fa-tornado::before {
  content: "\f76f";
}
.fa-file-circle-plus::before {
  content: "\e494";
}
.fa-book-quran::before {
  content: "\f687";
}
.fa-quran::before {
  content: "\f687";
}
.fa-anchor::before {
  content: "\f13d";
}
.fa-border-all::before {
  content: "\f84c";
}
.fa-face-angry::before {
  content: "\f556";
}
.fa-angry::before {
  content: "\f556";
}
.fa-cookie-bite::before {
  content: "\f564";
}
.fa-arrow-trend-down::before {
  content: "\e097";
}
.fa-rss::before {
  content: "\f09e";
}
.fa-feed::before {
  content: "\f09e";
}
.fa-draw-polygon::before {
  content: "\f5ee";
}
.fa-scale-balanced::before {
  content: "\f24e";
}
.fa-balance-scale::before {
  content: "\f24e";
}
.fa-gauge-simple-high::before {
  content: "\f62a";
}
.fa-tachometer::before {
  content: "\f62a";
}
.fa-tachometer-fast::before {
  content: "\f62a";
}
.fa-shower::before {
  content: "\f2cc";
}
.fa-desktop::before {
  content: "\f390";
}
.fa-desktop-alt::before {
  content: "\f390";
}
.fa-m::before {
  content: "M";
}
.fa-table-list::before {
  content: "\f00b";
}
.fa-th-list::before {
  content: "\f00b";
}
.fa-comment-sms::before {
  content: "\f7cd";
}
.fa-sms::before {
  content: "\f7cd";
}
.fa-book::before {
  content: "\f02d";
}
.fa-user-plus::before {
  content: "\f234";
}
.fa-check::before {
  content: "\f00c";
}
.fa-battery-three-quarters::before {
  content: "\f241";
}
.fa-battery-4::before {
  content: "\f241";
}
.fa-house-circle-check::before {
  content: "\e509";
}
.fa-angle-left::before {
  content: "\f104";
}
.fa-diagram-successor::before {
  content: "\e47a";
}
.fa-truck-arrow-right::before {
  content: "\e58b";
}
.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}
.fa-hand-fist::before {
  content: "\f6de";
}
.fa-fist-raised::before {
  content: "\f6de";
}
.fa-cloud-moon::before {
  content: "\f6c3";
}
.fa-briefcase::before {
  content: "\f0b1";
}
.fa-person-falling::before {
  content: "\e546";
}
.fa-image-portrait::before {
  content: "\f3e0";
}
.fa-portrait::before {
  content: "\f3e0";
}
.fa-user-tag::before {
  content: "\f507";
}
.fa-rug::before {
  content: "\e569";
}
.fa-earth-europe::before {
  content: "\f7a2";
}
.fa-globe-europe::before {
  content: "\f7a2";
}
.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}
.fa-luggage-cart::before {
  content: "\f59d";
}
.fa-rectangle-xmark::before {
  content: "\f410";
}
.fa-rectangle-times::before {
  content: "\f410";
}
.fa-times-rectangle::before {
  content: "\f410";
}
.fa-window-close::before {
  content: "\f410";
}
.fa-baht-sign::before {
  content: "\e0ac";
}
.fa-book-open::before {
  content: "\f518";
}
.fa-book-journal-whills::before {
  content: "\f66a";
}
.fa-journal-whills::before {
  content: "\f66a";
}
.fa-handcuffs::before {
  content: "\e4f8";
}
.fa-triangle-exclamation::before {
  content: "\f071";
}
.fa-exclamation-triangle::before {
  content: "\f071";
}
.fa-warning::before {
  content: "\f071";
}
.fa-database::before {
  content: "\f1c0";
}
.fa-share::before {
  content: "\f064";
}
.fa-arrow-turn-right::before {
  content: "\f064";
}
.fa-mail-forward::before {
  content: "\f064";
}
.fa-bottle-droplet::before {
  content: "\e4c4";
}
.fa-mask-face::before {
  content: "\e1d7";
}
.fa-hill-rockslide::before {
  content: "\e508";
}
.fa-right-left::before {
  content: "\f362";
}
.fa-exchange-alt::before {
  content: "\f362";
}
.fa-paper-plane::before {
  content: "\f1d8";
}
.fa-road-circle-exclamation::before {
  content: "\e565";
}
.fa-dungeon::before {
  content: "\f6d9";
}
.fa-align-right::before {
  content: "\f038";
}
.fa-money-bill-1-wave::before {
  content: "\f53b";
}
.fa-money-bill-wave-alt::before {
  content: "\f53b";
}
.fa-life-ring::before {
  content: "\f1cd";
}
.fa-hands::before {
  content: "\f2a7";
}
.fa-sign-language::before {
  content: "\f2a7";
}
.fa-signing::before {
  content: "\f2a7";
}
.fa-calendar-day::before {
  content: "\f783";
}
.fa-water-ladder::before {
  content: "\f5c5";
}
.fa-ladder-water::before {
  content: "\f5c5";
}
.fa-swimming-pool::before {
  content: "\f5c5";
}
.fa-arrows-up-down::before {
  content: "\f07d";
}
.fa-arrows-v::before {
  content: "\f07d";
}
.fa-face-grimace::before {
  content: "\f57f";
}
.fa-grimace::before {
  content: "\f57f";
}
.fa-wheelchair-move::before {
  content: "\e2ce";
}
.fa-wheelchair-alt::before {
  content: "\e2ce";
}
.fa-turn-down::before {
  content: "\f3be";
}
.fa-level-down-alt::before {
  content: "\f3be";
}
.fa-person-walking-arrow-right::before {
  content: "\e552";
}
.fa-square-envelope::before {
  content: "\f199";
}
.fa-envelope-square::before {
  content: "\f199";
}
.fa-dice::before {
  content: "\f522";
}
.fa-bowling-ball::before {
  content: "\f436";
}
.fa-brain::before {
  content: "\f5dc";
}
.fa-bandage::before {
  content: "\f462";
}
.fa-band-aid::before {
  content: "\f462";
}
.fa-calendar-minus::before {
  content: "\f272";
}
.fa-circle-xmark::before {
  content: "\f057";
}
.fa-times-circle::before {
  content: "\f057";
}
.fa-xmark-circle::before {
  content: "\f057";
}
.fa-gifts::before {
  content: "\f79c";
}
.fa-hotel::before {
  content: "\f594";
}
.fa-earth-asia::before {
  content: "\f57e";
}
.fa-globe-asia::before {
  content: "\f57e";
}
.fa-id-card-clip::before {
  content: "\f47f";
}
.fa-id-card-alt::before {
  content: "\f47f";
}
.fa-magnifying-glass-plus::before {
  content: "\f00e";
}
.fa-search-plus::before {
  content: "\f00e";
}
.fa-thumbs-up::before {
  content: "\f164";
}
.fa-user-clock::before {
  content: "\f4fd";
}
.fa-hand-dots::before {
  content: "\f461";
}
.fa-allergies::before {
  content: "\f461";
}
.fa-file-invoice::before {
  content: "\f570";
}
.fa-window-minimize::before {
  content: "\f2d1";
}
.fa-mug-saucer::before {
  content: "\f0f4";
}
.fa-coffee::before {
  content: "\f0f4";
}
.fa-brush::before {
  content: "\f55d";
}
.fa-mask::before {
  content: "\f6fa";
}
.fa-magnifying-glass-minus::before {
  content: "\f010";
}
.fa-search-minus::before {
  content: "\f010";
}
.fa-ruler-vertical::before {
  content: "\f548";
}
.fa-user-large::before {
  content: "\f406";
}
.fa-user-alt::before {
  content: "\f406";
}
.fa-train-tram::before {
  content: "\e5b4";
}
.fa-user-nurse::before {
  content: "\f82f";
}
.fa-syringe::before {
  content: "\f48e";
}
.fa-cloud-sun::before {
  content: "\f6c4";
}
.fa-stopwatch-20::before {
  content: "\e06f";
}
.fa-square-full::before {
  content: "\f45c";
}
.fa-magnet::before {
  content: "\f076";
}
.fa-jar::before {
  content: "\e516";
}
.fa-note-sticky::before {
  content: "\f249";
}
.fa-sticky-note::before {
  content: "\f249";
}
.fa-bug-slash::before {
  content: "\e490";
}
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}
.fa-bone::before {
  content: "\f5d7";
}
.fa-user-injured::before {
  content: "\f728";
}
.fa-face-sad-tear::before {
  content: "\f5b4";
}
.fa-sad-tear::before {
  content: "\f5b4";
}
.fa-plane::before {
  content: "\f072";
}
.fa-tent-arrows-down::before {
  content: "\e581";
}
.fa-exclamation::before {
  content: "!";
}
.fa-arrows-spin::before {
  content: "\e4bb";
}
.fa-print::before {
  content: "\f02f";
}
.fa-turkish-lira-sign::before {
  content: "\e2bb";
}
.fa-try::before {
  content: "\e2bb";
}
.fa-turkish-lira::before {
  content: "\e2bb";
}
.fa-dollar-sign::before {
  content: "$";
}
.fa-dollar::before {
  content: "$";
}
.fa-usd::before {
  content: "$";
}
.fa-x::before {
  content: "X";
}
.fa-magnifying-glass-dollar::before {
  content: "\f688";
}
.fa-search-dollar::before {
  content: "\f688";
}
.fa-users-gear::before {
  content: "\f509";
}
.fa-users-cog::before {
  content: "\f509";
}
.fa-person-military-pointing::before {
  content: "\e54a";
}
.fa-building-columns::before {
  content: "\f19c";
}
.fa-bank::before {
  content: "\f19c";
}
.fa-institution::before {
  content: "\f19c";
}
.fa-museum::before {
  content: "\f19c";
}
.fa-university::before {
  content: "\f19c";
}
.fa-umbrella::before {
  content: "\f0e9";
}
.fa-trowel::before {
  content: "\e589";
}
.fa-d::before {
  content: "D";
}
.fa-stapler::before {
  content: "\e5af";
}
.fa-masks-theater::before {
  content: "\f630";
}
.fa-theater-masks::before {
  content: "\f630";
}
.fa-kip-sign::before {
  content: "\e1c4";
}
.fa-hand-point-left::before {
  content: "\f0a5";
}
.fa-handshake-simple::before {
  content: "\f4c6";
}
.fa-handshake-alt::before {
  content: "\f4c6";
}
.fa-jet-fighter::before {
  content: "\f0fb";
}
.fa-fighter-jet::before {
  content: "\f0fb";
}
.fa-square-share-nodes::before {
  content: "\f1e1";
}
.fa-share-alt-square::before {
  content: "\f1e1";
}
.fa-barcode::before {
  content: "\f02a";
}
.fa-plus-minus::before {
  content: "\e43c";
}
.fa-video::before {
  content: "\f03d";
}
.fa-video-camera::before {
  content: "\f03d";
}
.fa-graduation-cap::before {
  content: "\f19d";
}
.fa-mortar-board::before {
  content: "\f19d";
}
.fa-hand-holding-medical::before {
  content: "\e05c";
}
.fa-person-circle-check::before {
  content: "\e53e";
}
.fa-turn-up::before {
  content: "\f3bf";
}
.fa-level-up-alt::before {
  content: "\f3bf";
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* node_modules/boxicons/css/boxicons.min.css */
@font-face {
  font-family: boxicons;
  font-weight: 400;
  font-style: normal;
  src: url("./media/boxicons.eot");
  src:
    url("./media/boxicons.eot") format("embedded-opentype"),
    url("./media/boxicons.woff2") format("woff2"),
    url("./media/boxicons.woff") format("woff"),
    url("./media/boxicons.ttf") format("truetype"),
    url("./media/boxicons.svg?#boxicons") format("svg");
}
.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}
.bx-ul > li {
  position: relative;
}
.bx-ul .bx {
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: center;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bx-spin {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.bx-spin-hover:hover {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.bx-tada {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}
.bx-tada-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}
.bx-flashing {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}
.bx-flashing-hover:hover {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}
.bx-burst {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}
.bx-burst-hover:hover {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}
.bx-fade-up {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}
.bx-fade-up-hover:hover {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}
.bx-fade-down {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}
.bx-fade-down-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}
.bx-fade-left {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}
.bx-fade-left-hover:hover {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}
.bx-fade-right {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}
.bx-fade-right-hover:hover {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}
.bx-xs {
  font-size: 1rem !important;
}
.bx-sm {
  font-size: 1.55rem !important;
}
.bx-md {
  font-size: 2.25rem !important;
}
.bx-lg {
  font-size: 3rem !important;
}
.bx-fw {
  font-size: 1.2857142857em;
  line-height: .8em;
  width: 1.2857142857em;
  height: .8em;
  margin-top: -.2em !important;
  vertical-align: middle;
}
.bx-pull-left {
  float: left;
  margin-right: .3em !important;
}
.bx-pull-right {
  float: right;
  margin-left: .3em !important;
}
.bx-rotate-90 {
  transform: rotate(90deg);
}
.bx-rotate-180 {
  transform: rotate(180deg);
}
.bx-rotate-270 {
  transform: rotate(270deg);
}
.bx-flip-horizontal {
  transform: scaleX(-1);
}
.bx-flip-vertical {
  transform: scaleY(-1);
}
.bx-border {
  padding: .25em;
  border: .07em solid rgba(0, 0, 0, .1);
  border-radius: .25em;
}
.bx-border-circle {
  padding: .25em;
  border: .07em solid rgba(0, 0, 0, .1);
  border-radius: 50%;
}
.bxs-balloon:before {
  content: "\eb60";
}
.bxs-castle:before {
  content: "\eb79";
}
.bxs-coffee-bean:before {
  content: "\eb92";
}
.bxs-objects-horizontal-center:before {
  content: "\ebab";
}
.bxs-objects-horizontal-left:before {
  content: "\ebc4";
}
.bxs-objects-horizontal-right:before {
  content: "\ebdd";
}
.bxs-objects-vertical-bottom:before {
  content: "\ebf6";
}
.bxs-objects-vertical-center:before {
  content: "\ef40";
}
.bxs-objects-vertical-top:before {
  content: "\ef41";
}
.bxs-pear:before {
  content: "\ef42";
}
.bxs-shield-minus:before {
  content: "\ef43";
}
.bxs-shield-plus:before {
  content: "\ef44";
}
.bxs-shower:before {
  content: "\ef45";
}
.bxs-sushi:before {
  content: "\ef46";
}
.bxs-universal-access:before {
  content: "\ef47";
}
.bx-child:before {
  content: "\ef48";
}
.bx-horizontal-left:before {
  content: "\ef49";
}
.bx-horizontal-right:before {
  content: "\ef4a";
}
.bx-objects-horizontal-center:before {
  content: "\ef4b";
}
.bx-objects-horizontal-left:before {
  content: "\ef4c";
}
.bx-objects-horizontal-right:before {
  content: "\ef4d";
}
.bx-objects-vertical-bottom:before {
  content: "\ef4e";
}
.bx-objects-vertical-center:before {
  content: "\ef4f";
}
.bx-objects-vertical-top:before {
  content: "\ef50";
}
.bx-rfid:before {
  content: "\ef51";
}
.bx-shield-minus:before {
  content: "\ef52";
}
.bx-shield-plus:before {
  content: "\ef53";
}
.bx-shower:before {
  content: "\ef54";
}
.bx-sushi:before {
  content: "\ef55";
}
.bx-universal-access:before {
  content: "\ef56";
}
.bx-vertical-bottom:before {
  content: "\ef57";
}
.bx-vertical-top:before {
  content: "\ef58";
}
.bxl-graphql:before {
  content: "\ef59";
}
.bxl-typescript:before {
  content: "\ef5a";
}
.bxs-color:before {
  content: "\ef39";
}
.bx-reflect-horizontal:before {
  content: "\ef3a";
}
.bx-reflect-vertical:before {
  content: "\ef3b";
}
.bx-color:before {
  content: "\ef3c";
}
.bxl-mongodb:before {
  content: "\ef3d";
}
.bxl-postgresql:before {
  content: "\ef3e";
}
.bxl-deezer:before {
  content: "\ef3f";
}
.bxs-hard-hat:before {
  content: "\ef2a";
}
.bxs-home-alt-2:before {
  content: "\ef2b";
}
.bxs-cheese:before {
  content: "\ef2c";
}
.bx-home-alt-2:before {
  content: "\ef2d";
}
.bx-hard-hat:before {
  content: "\ef2e";
}
.bx-cheese:before {
  content: "\ef2f";
}
.bx-cart-add:before {
  content: "\ef30";
}
.bx-cart-download:before {
  content: "\ef31";
}
.bx-no-signal:before {
  content: "\ef32";
}
.bx-signal-1:before {
  content: "\ef33";
}
.bx-signal-2:before {
  content: "\ef34";
}
.bx-signal-3:before {
  content: "\ef35";
}
.bx-signal-4:before {
  content: "\ef36";
}
.bx-signal-5:before {
  content: "\ef37";
}
.bxl-xing:before {
  content: "\ef38";
}
.bxl-meta:before {
  content: "\ef27";
}
.bx-lemon:before {
  content: "\ef28";
}
.bxs-lemon:before {
  content: "\ef29";
}
.bx-cricket-ball:before {
  content: "\ef0c";
}
.bx-baguette:before {
  content: "\ef0d";
}
.bx-bowl-hot:before {
  content: "\ef0e";
}
.bx-bowl-rice:before {
  content: "\ef0f";
}
.bx-cable-car:before {
  content: "\ef10";
}
.bx-candles:before {
  content: "\ef11";
}
.bx-circle-half:before {
  content: "\ef12";
}
.bx-circle-quarter:before {
  content: "\ef13";
}
.bx-circle-three-quarter:before {
  content: "\ef14";
}
.bx-cross:before {
  content: "\ef15";
}
.bx-fork:before {
  content: "\ef16";
}
.bx-knife:before {
  content: "\ef17";
}
.bx-money-withdraw:before {
  content: "\ef18";
}
.bx-popsicle:before {
  content: "\ef19";
}
.bx-scatter-chart:before {
  content: "\ef1a";
}
.bxs-baguette:before {
  content: "\ef1b";
}
.bxs-bowl-hot:before {
  content: "\ef1c";
}
.bxs-bowl-rice:before {
  content: "\ef1d";
}
.bxs-cable-car:before {
  content: "\ef1e";
}
.bxs-circle-half:before {
  content: "\ef1f";
}
.bxs-circle-quarter:before {
  content: "\ef20";
}
.bxs-circle-three-quarter:before {
  content: "\ef21";
}
.bxs-cricket-ball:before {
  content: "\ef22";
}
.bxs-invader:before {
  content: "\ef23";
}
.bx-male-female:before {
  content: "\ef24";
}
.bxs-popsicle:before {
  content: "\ef25";
}
.bxs-tree-alt:before {
  content: "\ef26";
}
.bxl-venmo:before {
  content: "\e900";
}
.bxl-upwork:before {
  content: "\e901";
}
.bxl-netlify:before {
  content: "\e902";
}
.bxl-java:before {
  content: "\e903";
}
.bxl-heroku:before {
  content: "\e904";
}
.bxl-go-lang:before {
  content: "\e905";
}
.bxl-gmail:before {
  content: "\e906";
}
.bxl-flask:before {
  content: "\e907";
}
.bxl-99designs:before {
  content: "\e908";
}
.bxl-500px:before {
  content: "\e909";
}
.bxl-adobe:before {
  content: "\e90a";
}
.bxl-airbnb:before {
  content: "\e90b";
}
.bxl-algolia:before {
  content: "\e90c";
}
.bxl-amazon:before {
  content: "\e90d";
}
.bxl-android:before {
  content: "\e90e";
}
.bxl-angular:before {
  content: "\e90f";
}
.bxl-apple:before {
  content: "\e910";
}
.bxl-audible:before {
  content: "\e911";
}
.bxl-aws:before {
  content: "\e912";
}
.bxl-baidu:before {
  content: "\e913";
}
.bxl-behance:before {
  content: "\e914";
}
.bxl-bing:before {
  content: "\e915";
}
.bxl-bitcoin:before {
  content: "\e916";
}
.bxl-blender:before {
  content: "\e917";
}
.bxl-blogger:before {
  content: "\e918";
}
.bxl-bootstrap:before {
  content: "\e919";
}
.bxl-chrome:before {
  content: "\e91a";
}
.bxl-codepen:before {
  content: "\e91b";
}
.bxl-c-plus-plus:before {
  content: "\e91c";
}
.bxl-creative-commons:before {
  content: "\e91d";
}
.bxl-css3:before {
  content: "\e91e";
}
.bxl-dailymotion:before {
  content: "\e91f";
}
.bxl-deviantart:before {
  content: "\e920";
}
.bxl-dev-to:before {
  content: "\e921";
}
.bxl-digg:before {
  content: "\e922";
}
.bxl-digitalocean:before {
  content: "\e923";
}
.bxl-discord:before {
  content: "\e924";
}
.bxl-discord-alt:before {
  content: "\e925";
}
.bxl-discourse:before {
  content: "\e926";
}
.bxl-django:before {
  content: "\e927";
}
.bxl-docker:before {
  content: "\e928";
}
.bxl-dribbble:before {
  content: "\e929";
}
.bxl-dropbox:before {
  content: "\e92a";
}
.bxl-drupal:before {
  content: "\e92b";
}
.bxl-ebay:before {
  content: "\e92c";
}
.bxl-edge:before {
  content: "\e92d";
}
.bxl-etsy:before {
  content: "\e92e";
}
.bxl-facebook:before {
  content: "\e92f";
}
.bxl-facebook-circle:before {
  content: "\e930";
}
.bxl-facebook-square:before {
  content: "\e931";
}
.bxl-figma:before {
  content: "\e932";
}
.bxl-firebase:before {
  content: "\e933";
}
.bxl-firefox:before {
  content: "\e934";
}
.bxl-flickr:before {
  content: "\e935";
}
.bxl-flickr-square:before {
  content: "\e936";
}
.bxl-flutter:before {
  content: "\e937";
}
.bxl-foursquare:before {
  content: "\e938";
}
.bxl-git:before {
  content: "\e939";
}
.bxl-github:before {
  content: "\e93a";
}
.bxl-gitlab:before {
  content: "\e93b";
}
.bxl-google:before {
  content: "\e93c";
}
.bxl-google-cloud:before {
  content: "\e93d";
}
.bxl-google-plus:before {
  content: "\e93e";
}
.bxl-google-plus-circle:before {
  content: "\e93f";
}
.bxl-html5:before {
  content: "\e940";
}
.bxl-imdb:before {
  content: "\e941";
}
.bxl-instagram:before {
  content: "\e942";
}
.bxl-instagram-alt:before {
  content: "\e943";
}
.bxl-internet-explorer:before {
  content: "\e944";
}
.bxl-invision:before {
  content: "\e945";
}
.bxl-javascript:before {
  content: "\e946";
}
.bxl-joomla:before {
  content: "\e947";
}
.bxl-jquery:before {
  content: "\e948";
}
.bxl-jsfiddle:before {
  content: "\e949";
}
.bxl-kickstarter:before {
  content: "\e94a";
}
.bxl-kubernetes:before {
  content: "\e94b";
}
.bxl-less:before {
  content: "\e94c";
}
.bxl-linkedin:before {
  content: "\e94d";
}
.bxl-linkedin-square:before {
  content: "\e94e";
}
.bxl-magento:before {
  content: "\e94f";
}
.bxl-mailchimp:before {
  content: "\e950";
}
.bxl-markdown:before {
  content: "\e951";
}
.bxl-mastercard:before {
  content: "\e952";
}
.bxl-mastodon:before {
  content: "\e953";
}
.bxl-medium:before {
  content: "\e954";
}
.bxl-medium-old:before {
  content: "\e955";
}
.bxl-medium-square:before {
  content: "\e956";
}
.bxl-messenger:before {
  content: "\e957";
}
.bxl-microsoft:before {
  content: "\e958";
}
.bxl-microsoft-teams:before {
  content: "\e959";
}
.bxl-nodejs:before {
  content: "\e95a";
}
.bxl-ok-ru:before {
  content: "\e95b";
}
.bxl-opera:before {
  content: "\e95c";
}
.bxl-patreon:before {
  content: "\e95d";
}
.bxl-paypal:before {
  content: "\e95e";
}
.bxl-periscope:before {
  content: "\e95f";
}
.bxl-php:before {
  content: "\e960";
}
.bxl-pinterest:before {
  content: "\e961";
}
.bxl-pinterest-alt:before {
  content: "\e962";
}
.bxl-play-store:before {
  content: "\e963";
}
.bxl-pocket:before {
  content: "\e964";
}
.bxl-product-hunt:before {
  content: "\e965";
}
.bxl-python:before {
  content: "\e966";
}
.bxl-quora:before {
  content: "\e967";
}
.bxl-react:before {
  content: "\e968";
}
.bxl-redbubble:before {
  content: "\e969";
}
.bxl-reddit:before {
  content: "\e96a";
}
.bxl-redux:before {
  content: "\e96b";
}
.bxl-sass:before {
  content: "\e96c";
}
.bxl-shopify:before {
  content: "\e96d";
}
.bxl-sketch:before {
  content: "\e96e";
}
.bxl-skype:before {
  content: "\e96f";
}
.bxl-slack:before {
  content: "\e970";
}
.bxl-slack-old:before {
  content: "\e971";
}
.bxl-snapchat:before {
  content: "\e972";
}
.bxl-soundcloud:before {
  content: "\e973";
}
.bxl-spotify:before {
  content: "\e974";
}
.bxl-spring-boot:before {
  content: "\e975";
}
.bxl-squarespace:before {
  content: "\e976";
}
.bxl-stack-overflow:before {
  content: "\e977";
}
.bxl-steam:before {
  content: "\e978";
}
.bxl-stripe:before {
  content: "\e979";
}
.bxl-tailwind-css:before {
  content: "\e97a";
}
.bxl-telegram:before {
  content: "\e97b";
}
.bxl-tiktok:before {
  content: "\e97c";
}
.bxl-trello:before {
  content: "\e97d";
}
.bxl-trip-advisor:before {
  content: "\e97e";
}
.bxl-tumblr:before {
  content: "\e97f";
}
.bxl-tux:before {
  content: "\e980";
}
.bxl-twitch:before {
  content: "\e981";
}
.bxl-twitter:before {
  content: "\e982";
}
.bxl-unity:before {
  content: "\e983";
}
.bxl-unsplash:before {
  content: "\e984";
}
.bxl-vimeo:before {
  content: "\e985";
}
.bxl-visa:before {
  content: "\e986";
}
.bxl-visual-studio:before {
  content: "\e987";
}
.bxl-vk:before {
  content: "\e988";
}
.bxl-vuejs:before {
  content: "\e989";
}
.bxl-whatsapp:before {
  content: "\e98a";
}
.bxl-whatsapp-square:before {
  content: "\e98b";
}
.bxl-wikipedia:before {
  content: "\e98c";
}
.bxl-windows:before {
  content: "\e98d";
}
.bxl-wix:before {
  content: "\e98e";
}
.bxl-wordpress:before {
  content: "\e98f";
}
.bxl-yahoo:before {
  content: "\e990";
}
.bxl-yelp:before {
  content: "\e991";
}
.bxl-youtube:before {
  content: "\e992";
}
.bxl-zoom:before {
  content: "\e993";
}
.bx-collapse-alt:before {
  content: "\e994";
}
.bx-collapse-horizontal:before {
  content: "\e995";
}
.bx-collapse-vertical:before {
  content: "\e996";
}
.bx-expand-horizontal:before {
  content: "\e997";
}
.bx-expand-vertical:before {
  content: "\e998";
}
.bx-injection:before {
  content: "\e999";
}
.bx-leaf:before {
  content: "\e99a";
}
.bx-math:before {
  content: "\e99b";
}
.bx-party:before {
  content: "\e99c";
}
.bx-abacus:before {
  content: "\e99d";
}
.bx-accessibility:before {
  content: "\e99e";
}
.bx-add-to-queue:before {
  content: "\e99f";
}
.bx-adjust:before {
  content: "\e9a0";
}
.bx-alarm:before {
  content: "\e9a1";
}
.bx-alarm-add:before {
  content: "\e9a2";
}
.bx-alarm-exclamation:before {
  content: "\e9a3";
}
.bx-alarm-off:before {
  content: "\e9a4";
}
.bx-alarm-snooze:before {
  content: "\e9a5";
}
.bx-album:before {
  content: "\e9a6";
}
.bx-align-justify:before {
  content: "\e9a7";
}
.bx-align-left:before {
  content: "\e9a8";
}
.bx-align-middle:before {
  content: "\e9a9";
}
.bx-align-right:before {
  content: "\e9aa";
}
.bx-analyse:before {
  content: "\e9ab";
}
.bx-anchor:before {
  content: "\e9ac";
}
.bx-angry:before {
  content: "\e9ad";
}
.bx-aperture:before {
  content: "\e9ae";
}
.bx-arch:before {
  content: "\e9af";
}
.bx-archive:before {
  content: "\e9b0";
}
.bx-archive-in:before {
  content: "\e9b1";
}
.bx-archive-out:before {
  content: "\e9b2";
}
.bx-area:before {
  content: "\e9b3";
}
.bx-arrow-back:before {
  content: "\e9b4";
}
.bx-arrow-from-bottom:before {
  content: "\e9b5";
}
.bx-arrow-from-left:before {
  content: "\e9b6";
}
.bx-arrow-from-right:before {
  content: "\e9b7";
}
.bx-arrow-from-top:before {
  content: "\e9b8";
}
.bx-arrow-to-bottom:before {
  content: "\e9b9";
}
.bx-arrow-to-left:before {
  content: "\e9ba";
}
.bx-arrow-to-right:before {
  content: "\e9bb";
}
.bx-arrow-to-top:before {
  content: "\e9bc";
}
.bx-at:before {
  content: "\e9bd";
}
.bx-atom:before {
  content: "\e9be";
}
.bx-award:before {
  content: "\e9bf";
}
.bx-badge:before {
  content: "\e9c0";
}
.bx-badge-check:before {
  content: "\e9c1";
}
.bx-ball:before {
  content: "\e9c2";
}
.bx-band-aid:before {
  content: "\e9c3";
}
.bx-bar-chart:before {
  content: "\e9c4";
}
.bx-bar-chart-alt:before {
  content: "\e9c5";
}
.bx-bar-chart-alt-2:before {
  content: "\e9c6";
}
.bx-bar-chart-square:before {
  content: "\e9c7";
}
.bx-barcode:before {
  content: "\e9c8";
}
.bx-barcode-reader:before {
  content: "\e9c9";
}
.bx-baseball:before {
  content: "\e9ca";
}
.bx-basket:before {
  content: "\e9cb";
}
.bx-basketball:before {
  content: "\e9cc";
}
.bx-bath:before {
  content: "\e9cd";
}
.bx-battery:before {
  content: "\e9ce";
}
.bx-bed:before {
  content: "\e9cf";
}
.bx-been-here:before {
  content: "\e9d0";
}
.bx-beer:before {
  content: "\e9d1";
}
.bx-bell:before {
  content: "\e9d2";
}
.bx-bell-minus:before {
  content: "\e9d3";
}
.bx-bell-off:before {
  content: "\e9d4";
}
.bx-bell-plus:before {
  content: "\e9d5";
}
.bx-bible:before {
  content: "\e9d6";
}
.bx-bitcoin:before {
  content: "\e9d7";
}
.bx-blanket:before {
  content: "\e9d8";
}
.bx-block:before {
  content: "\e9d9";
}
.bx-bluetooth:before {
  content: "\e9da";
}
.bx-body:before {
  content: "\e9db";
}
.bx-bold:before {
  content: "\e9dc";
}
.bx-bolt-circle:before {
  content: "\e9dd";
}
.bx-bomb:before {
  content: "\e9de";
}
.bx-bone:before {
  content: "\e9df";
}
.bx-bong:before {
  content: "\e9e0";
}
.bx-book:before {
  content: "\e9e1";
}
.bx-book-add:before {
  content: "\e9e2";
}
.bx-book-alt:before {
  content: "\e9e3";
}
.bx-book-bookmark:before {
  content: "\e9e4";
}
.bx-book-content:before {
  content: "\e9e5";
}
.bx-book-heart:before {
  content: "\e9e6";
}
.bx-bookmark:before {
  content: "\e9e7";
}
.bx-bookmark-alt:before {
  content: "\e9e8";
}
.bx-bookmark-alt-minus:before {
  content: "\e9e9";
}
.bx-bookmark-alt-plus:before {
  content: "\e9ea";
}
.bx-bookmark-heart:before {
  content: "\e9eb";
}
.bx-bookmark-minus:before {
  content: "\e9ec";
}
.bx-bookmark-plus:before {
  content: "\e9ed";
}
.bx-bookmarks:before {
  content: "\e9ee";
}
.bx-book-open:before {
  content: "\e9ef";
}
.bx-book-reader:before {
  content: "\e9f0";
}
.bx-border-all:before {
  content: "\e9f1";
}
.bx-border-bottom:before {
  content: "\e9f2";
}
.bx-border-inner:before {
  content: "\e9f3";
}
.bx-border-left:before {
  content: "\e9f4";
}
.bx-border-none:before {
  content: "\e9f5";
}
.bx-border-outer:before {
  content: "\e9f6";
}
.bx-border-radius:before {
  content: "\e9f7";
}
.bx-border-right:before {
  content: "\e9f8";
}
.bx-border-top:before {
  content: "\e9f9";
}
.bx-bot:before {
  content: "\e9fa";
}
.bx-bowling-ball:before {
  content: "\e9fb";
}
.bx-box:before {
  content: "\e9fc";
}
.bx-bracket:before {
  content: "\e9fd";
}
.bx-braille:before {
  content: "\e9fe";
}
.bx-brain:before {
  content: "\e9ff";
}
.bx-briefcase:before {
  content: "\ea00";
}
.bx-briefcase-alt:before {
  content: "\ea01";
}
.bx-briefcase-alt-2:before {
  content: "\ea02";
}
.bx-brightness:before {
  content: "\ea03";
}
.bx-brightness-half:before {
  content: "\ea04";
}
.bx-broadcast:before {
  content: "\ea05";
}
.bx-brush:before {
  content: "\ea06";
}
.bx-brush-alt:before {
  content: "\ea07";
}
.bx-bug:before {
  content: "\ea08";
}
.bx-bug-alt:before {
  content: "\ea09";
}
.bx-building:before {
  content: "\ea0a";
}
.bx-building-house:before {
  content: "\ea0b";
}
.bx-buildings:before {
  content: "\ea0c";
}
.bx-bulb:before {
  content: "\ea0d";
}
.bx-bullseye:before {
  content: "\ea0e";
}
.bx-buoy:before {
  content: "\ea0f";
}
.bx-bus:before {
  content: "\ea10";
}
.bx-bus-school:before {
  content: "\ea11";
}
.bx-cabinet:before {
  content: "\ea12";
}
.bx-cake:before {
  content: "\ea13";
}
.bx-calculator:before {
  content: "\ea14";
}
.bx-calendar:before {
  content: "\ea15";
}
.bx-calendar-alt:before {
  content: "\ea16";
}
.bx-calendar-check:before {
  content: "\ea17";
}
.bx-calendar-edit:before {
  content: "\ea18";
}
.bx-calendar-event:before {
  content: "\ea19";
}
.bx-calendar-exclamation:before {
  content: "\ea1a";
}
.bx-calendar-heart:before {
  content: "\ea1b";
}
.bx-calendar-minus:before {
  content: "\ea1c";
}
.bx-calendar-plus:before {
  content: "\ea1d";
}
.bx-calendar-star:before {
  content: "\ea1e";
}
.bx-calendar-week:before {
  content: "\ea1f";
}
.bx-calendar-x:before {
  content: "\ea20";
}
.bx-camera:before {
  content: "\ea21";
}
.bx-camera-home:before {
  content: "\ea22";
}
.bx-camera-movie:before {
  content: "\ea23";
}
.bx-camera-off:before {
  content: "\ea24";
}
.bx-capsule:before {
  content: "\ea25";
}
.bx-captions:before {
  content: "\ea26";
}
.bx-car:before {
  content: "\ea27";
}
.bx-card:before {
  content: "\ea28";
}
.bx-caret-down:before {
  content: "\ea29";
}
.bx-caret-down-circle:before {
  content: "\ea2a";
}
.bx-caret-down-square:before {
  content: "\ea2b";
}
.bx-caret-left:before {
  content: "\ea2c";
}
.bx-caret-left-circle:before {
  content: "\ea2d";
}
.bx-caret-left-square:before {
  content: "\ea2e";
}
.bx-caret-right:before {
  content: "\ea2f";
}
.bx-caret-right-circle:before {
  content: "\ea30";
}
.bx-caret-right-square:before {
  content: "\ea31";
}
.bx-caret-up:before {
  content: "\ea32";
}
.bx-caret-up-circle:before {
  content: "\ea33";
}
.bx-caret-up-square:before {
  content: "\ea34";
}
.bx-carousel:before {
  content: "\ea35";
}
.bx-cart:before {
  content: "\ea36";
}
.bx-cart-alt:before {
  content: "\ea37";
}
.bx-cast:before {
  content: "\ea38";
}
.bx-category:before {
  content: "\ea39";
}
.bx-category-alt:before {
  content: "\ea3a";
}
.bx-cctv:before {
  content: "\ea3b";
}
.bx-certification:before {
  content: "\ea3c";
}
.bx-chair:before {
  content: "\ea3d";
}
.bx-chalkboard:before {
  content: "\ea3e";
}
.bx-chart:before {
  content: "\ea3f";
}
.bx-chat:before {
  content: "\ea40";
}
.bx-check:before {
  content: "\ea41";
}
.bx-checkbox:before {
  content: "\ea42";
}
.bx-checkbox-checked:before {
  content: "\ea43";
}
.bx-checkbox-minus:before {
  content: "\ea44";
}
.bx-checkbox-square:before {
  content: "\ea45";
}
.bx-check-circle:before {
  content: "\ea46";
}
.bx-check-double:before {
  content: "\ea47";
}
.bx-check-shield:before {
  content: "\ea48";
}
.bx-check-square:before {
  content: "\ea49";
}
.bx-chevron-down:before {
  content: "\ea4a";
}
.bx-chevron-down-circle:before {
  content: "\ea4b";
}
.bx-chevron-down-square:before {
  content: "\ea4c";
}
.bx-chevron-left:before {
  content: "\ea4d";
}
.bx-chevron-left-circle:before {
  content: "\ea4e";
}
.bx-chevron-left-square:before {
  content: "\ea4f";
}
.bx-chevron-right:before {
  content: "\ea50";
}
.bx-chevron-right-circle:before {
  content: "\ea51";
}
.bx-chevron-right-square:before {
  content: "\ea52";
}
.bx-chevrons-down:before {
  content: "\ea53";
}
.bx-chevrons-left:before {
  content: "\ea54";
}
.bx-chevrons-right:before {
  content: "\ea55";
}
.bx-chevrons-up:before {
  content: "\ea56";
}
.bx-chevron-up:before {
  content: "\ea57";
}
.bx-chevron-up-circle:before {
  content: "\ea58";
}
.bx-chevron-up-square:before {
  content: "\ea59";
}
.bx-chip:before {
  content: "\ea5a";
}
.bx-church:before {
  content: "\ea5b";
}
.bx-circle:before {
  content: "\ea5c";
}
.bx-clinic:before {
  content: "\ea5d";
}
.bx-clipboard:before {
  content: "\ea5e";
}
.bx-closet:before {
  content: "\ea5f";
}
.bx-cloud:before {
  content: "\ea60";
}
.bx-cloud-download:before {
  content: "\ea61";
}
.bx-cloud-drizzle:before {
  content: "\ea62";
}
.bx-cloud-lightning:before {
  content: "\ea63";
}
.bx-cloud-light-rain:before {
  content: "\ea64";
}
.bx-cloud-rain:before {
  content: "\ea65";
}
.bx-cloud-snow:before {
  content: "\ea66";
}
.bx-cloud-upload:before {
  content: "\ea67";
}
.bx-code:before {
  content: "\ea68";
}
.bx-code-alt:before {
  content: "\ea69";
}
.bx-code-block:before {
  content: "\ea6a";
}
.bx-code-curly:before {
  content: "\ea6b";
}
.bx-coffee:before {
  content: "\ea6c";
}
.bx-coffee-togo:before {
  content: "\ea6d";
}
.bx-cog:before {
  content: "\ea6e";
}
.bx-coin:before {
  content: "\ea6f";
}
.bx-coin-stack:before {
  content: "\ea70";
}
.bx-collapse:before {
  content: "\ea71";
}
.bx-collection:before {
  content: "\ea72";
}
.bx-color-fill:before {
  content: "\ea73";
}
.bx-columns:before {
  content: "\ea74";
}
.bx-command:before {
  content: "\ea75";
}
.bx-comment:before {
  content: "\ea76";
}
.bx-comment-add:before {
  content: "\ea77";
}
.bx-comment-check:before {
  content: "\ea78";
}
.bx-comment-detail:before {
  content: "\ea79";
}
.bx-comment-dots:before {
  content: "\ea7a";
}
.bx-comment-edit:before {
  content: "\ea7b";
}
.bx-comment-error:before {
  content: "\ea7c";
}
.bx-comment-minus:before {
  content: "\ea7d";
}
.bx-comment-x:before {
  content: "\ea7e";
}
.bx-compass:before {
  content: "\ea7f";
}
.bx-confused:before {
  content: "\ea80";
}
.bx-conversation:before {
  content: "\ea81";
}
.bx-cookie:before {
  content: "\ea82";
}
.bx-cool:before {
  content: "\ea83";
}
.bx-copy:before {
  content: "\ea84";
}
.bx-copy-alt:before {
  content: "\ea85";
}
.bx-copyright:before {
  content: "\ea86";
}
.bx-credit-card:before {
  content: "\ea87";
}
.bx-credit-card-alt:before {
  content: "\ea88";
}
.bx-credit-card-front:before {
  content: "\ea89";
}
.bx-crop:before {
  content: "\ea8a";
}
.bx-crosshair:before {
  content: "\ea8b";
}
.bx-crown:before {
  content: "\ea8c";
}
.bx-cube:before {
  content: "\ea8d";
}
.bx-cube-alt:before {
  content: "\ea8e";
}
.bx-cuboid:before {
  content: "\ea8f";
}
.bx-current-location:before {
  content: "\ea90";
}
.bx-customize:before {
  content: "\ea91";
}
.bx-cut:before {
  content: "\ea92";
}
.bx-cycling:before {
  content: "\ea93";
}
.bx-cylinder:before {
  content: "\ea94";
}
.bx-data:before {
  content: "\ea95";
}
.bx-desktop:before {
  content: "\ea96";
}
.bx-detail:before {
  content: "\ea97";
}
.bx-devices:before {
  content: "\ea98";
}
.bx-dialpad:before {
  content: "\ea99";
}
.bx-dialpad-alt:before {
  content: "\ea9a";
}
.bx-diamond:before {
  content: "\ea9b";
}
.bx-dice-1:before {
  content: "\ea9c";
}
.bx-dice-2:before {
  content: "\ea9d";
}
.bx-dice-3:before {
  content: "\ea9e";
}
.bx-dice-4:before {
  content: "\ea9f";
}
.bx-dice-5:before {
  content: "\eaa0";
}
.bx-dice-6:before {
  content: "\eaa1";
}
.bx-directions:before {
  content: "\eaa2";
}
.bx-disc:before {
  content: "\eaa3";
}
.bx-dish:before {
  content: "\eaa4";
}
.bx-dislike:before {
  content: "\eaa5";
}
.bx-dizzy:before {
  content: "\eaa6";
}
.bx-dna:before {
  content: "\eaa7";
}
.bx-dock-bottom:before {
  content: "\eaa8";
}
.bx-dock-left:before {
  content: "\eaa9";
}
.bx-dock-right:before {
  content: "\eaaa";
}
.bx-dock-top:before {
  content: "\eaab";
}
.bx-dollar:before {
  content: "\eaac";
}
.bx-dollar-circle:before {
  content: "\eaad";
}
.bx-donate-blood:before {
  content: "\eaae";
}
.bx-donate-heart:before {
  content: "\eaaf";
}
.bx-door-open:before {
  content: "\eab0";
}
.bx-dots-horizontal:before {
  content: "\eab1";
}
.bx-dots-horizontal-rounded:before {
  content: "\eab2";
}
.bx-dots-vertical:before {
  content: "\eab3";
}
.bx-dots-vertical-rounded:before {
  content: "\eab4";
}
.bx-doughnut-chart:before {
  content: "\eab5";
}
.bx-down-arrow:before {
  content: "\eab6";
}
.bx-down-arrow-alt:before {
  content: "\eab7";
}
.bx-down-arrow-circle:before {
  content: "\eab8";
}
.bx-download:before {
  content: "\eab9";
}
.bx-downvote:before {
  content: "\eaba";
}
.bx-drink:before {
  content: "\eabb";
}
.bx-droplet:before {
  content: "\eabc";
}
.bx-dumbbell:before {
  content: "\eabd";
}
.bx-duplicate:before {
  content: "\eabe";
}
.bx-edit:before {
  content: "\eabf";
}
.bx-edit-alt:before {
  content: "\eac0";
}
.bx-envelope:before {
  content: "\eac1";
}
.bx-envelope-open:before {
  content: "\eac2";
}
.bx-equalizer:before {
  content: "\eac3";
}
.bx-eraser:before {
  content: "\eac4";
}
.bx-error:before {
  content: "\eac5";
}
.bx-error-alt:before {
  content: "\eac6";
}
.bx-error-circle:before {
  content: "\eac7";
}
.bx-euro:before {
  content: "\eac8";
}
.bx-exclude:before {
  content: "\eac9";
}
.bx-exit:before {
  content: "\eaca";
}
.bx-exit-fullscreen:before {
  content: "\eacb";
}
.bx-expand:before {
  content: "\eacc";
}
.bx-expand-alt:before {
  content: "\eacd";
}
.bx-export:before {
  content: "\eace";
}
.bx-extension:before {
  content: "\eacf";
}
.bx-face:before {
  content: "\ead0";
}
.bx-fast-forward:before {
  content: "\ead1";
}
.bx-fast-forward-circle:before {
  content: "\ead2";
}
.bx-female:before {
  content: "\ead3";
}
.bx-female-sign:before {
  content: "\ead4";
}
.bx-file:before {
  content: "\ead5";
}
.bx-file-blank:before {
  content: "\ead6";
}
.bx-file-find:before {
  content: "\ead7";
}
.bx-film:before {
  content: "\ead8";
}
.bx-filter:before {
  content: "\ead9";
}
.bx-filter-alt:before {
  content: "\eada";
}
.bx-fingerprint:before {
  content: "\eadb";
}
.bx-first-aid:before {
  content: "\eadc";
}
.bx-first-page:before {
  content: "\eadd";
}
.bx-flag:before {
  content: "\eade";
}
.bx-folder:before {
  content: "\eadf";
}
.bx-folder-minus:before {
  content: "\eae0";
}
.bx-folder-open:before {
  content: "\eae1";
}
.bx-folder-plus:before {
  content: "\eae2";
}
.bx-font:before {
  content: "\eae3";
}
.bx-font-color:before {
  content: "\eae4";
}
.bx-font-family:before {
  content: "\eae5";
}
.bx-font-size:before {
  content: "\eae6";
}
.bx-food-menu:before {
  content: "\eae7";
}
.bx-food-tag:before {
  content: "\eae8";
}
.bx-football:before {
  content: "\eae9";
}
.bx-fridge:before {
  content: "\eaea";
}
.bx-fullscreen:before {
  content: "\eaeb";
}
.bx-game:before {
  content: "\eaec";
}
.bx-gas-pump:before {
  content: "\eaed";
}
.bx-ghost:before {
  content: "\eaee";
}
.bx-gift:before {
  content: "\eaef";
}
.bx-git-branch:before {
  content: "\eaf0";
}
.bx-git-commit:before {
  content: "\eaf1";
}
.bx-git-compare:before {
  content: "\eaf2";
}
.bx-git-merge:before {
  content: "\eaf3";
}
.bx-git-pull-request:before {
  content: "\eaf4";
}
.bx-git-repo-forked:before {
  content: "\eaf5";
}
.bx-glasses:before {
  content: "\eaf6";
}
.bx-glasses-alt:before {
  content: "\eaf7";
}
.bx-globe:before {
  content: "\eaf8";
}
.bx-globe-alt:before {
  content: "\eaf9";
}
.bx-grid:before {
  content: "\eafa";
}
.bx-grid-alt:before {
  content: "\eafb";
}
.bx-grid-horizontal:before {
  content: "\eafc";
}
.bx-grid-small:before {
  content: "\eafd";
}
.bx-grid-vertical:before {
  content: "\eafe";
}
.bx-group:before {
  content: "\eaff";
}
.bx-handicap:before {
  content: "\eb00";
}
.bx-happy:before {
  content: "\eb01";
}
.bx-happy-alt:before {
  content: "\eb02";
}
.bx-happy-beaming:before {
  content: "\eb03";
}
.bx-happy-heart-eyes:before {
  content: "\eb04";
}
.bx-hash:before {
  content: "\eb05";
}
.bx-hdd:before {
  content: "\eb06";
}
.bx-heading:before {
  content: "\eb07";
}
.bx-headphone:before {
  content: "\eb08";
}
.bx-health:before {
  content: "\eb09";
}
.bx-heart:before {
  content: "\eb0a";
}
.bx-heart-circle:before {
  content: "\eb0b";
}
.bx-heart-square:before {
  content: "\eb0c";
}
.bx-help-circle:before {
  content: "\eb0d";
}
.bx-hide:before {
  content: "\eb0e";
}
.bx-highlight:before {
  content: "\eb0f";
}
.bx-history:before {
  content: "\eb10";
}
.bx-hive:before {
  content: "\eb11";
}
.bx-home:before {
  content: "\eb12";
}
.bx-home-alt:before {
  content: "\eb13";
}
.bx-home-circle:before {
  content: "\eb14";
}
.bx-home-heart:before {
  content: "\eb15";
}
.bx-home-smile:before {
  content: "\eb16";
}
.bx-horizontal-center:before {
  content: "\eb17";
}
.bx-hotel:before {
  content: "\eb18";
}
.bx-hourglass:before {
  content: "\eb19";
}
.bx-id-card:before {
  content: "\eb1a";
}
.bx-image:before {
  content: "\eb1b";
}
.bx-image-add:before {
  content: "\eb1c";
}
.bx-image-alt:before {
  content: "\eb1d";
}
.bx-images:before {
  content: "\eb1e";
}
.bx-import:before {
  content: "\eb1f";
}
.bx-infinite:before {
  content: "\eb20";
}
.bx-info-circle:before {
  content: "\eb21";
}
.bx-info-square:before {
  content: "\eb22";
}
.bx-intersect:before {
  content: "\eb23";
}
.bx-italic:before {
  content: "\eb24";
}
.bx-joystick:before {
  content: "\eb25";
}
.bx-joystick-alt:before {
  content: "\eb26";
}
.bx-joystick-button:before {
  content: "\eb27";
}
.bx-key:before {
  content: "\eb28";
}
.bx-label:before {
  content: "\eb29";
}
.bx-landscape:before {
  content: "\eb2a";
}
.bx-laptop:before {
  content: "\eb2b";
}
.bx-last-page:before {
  content: "\eb2c";
}
.bx-laugh:before {
  content: "\eb2d";
}
.bx-layer:before {
  content: "\eb2e";
}
.bx-layer-minus:before {
  content: "\eb2f";
}
.bx-layer-plus:before {
  content: "\eb30";
}
.bx-layout:before {
  content: "\eb31";
}
.bx-left-arrow:before {
  content: "\eb32";
}
.bx-left-arrow-alt:before {
  content: "\eb33";
}
.bx-left-arrow-circle:before {
  content: "\eb34";
}
.bx-left-down-arrow-circle:before {
  content: "\eb35";
}
.bx-left-indent:before {
  content: "\eb36";
}
.bx-left-top-arrow-circle:before {
  content: "\eb37";
}
.bx-library:before {
  content: "\eb38";
}
.bx-like:before {
  content: "\eb39";
}
.bx-line-chart:before {
  content: "\eb3a";
}
.bx-line-chart-down:before {
  content: "\eb3b";
}
.bx-link:before {
  content: "\eb3c";
}
.bx-link-alt:before {
  content: "\eb3d";
}
.bx-link-external:before {
  content: "\eb3e";
}
.bx-lira:before {
  content: "\eb3f";
}
.bx-list-check:before {
  content: "\eb40";
}
.bx-list-minus:before {
  content: "\eb41";
}
.bx-list-ol:before {
  content: "\eb42";
}
.bx-list-plus:before {
  content: "\eb43";
}
.bx-list-ul:before {
  content: "\eb44";
}
.bx-loader:before {
  content: "\eb45";
}
.bx-loader-alt:before {
  content: "\eb46";
}
.bx-loader-circle:before {
  content: "\eb47";
}
.bx-location-plus:before {
  content: "\eb48";
}
.bx-lock:before {
  content: "\eb49";
}
.bx-lock-alt:before {
  content: "\eb4a";
}
.bx-lock-open:before {
  content: "\eb4b";
}
.bx-lock-open-alt:before {
  content: "\eb4c";
}
.bx-log-in:before {
  content: "\eb4d";
}
.bx-log-in-circle:before {
  content: "\eb4e";
}
.bx-log-out:before {
  content: "\eb4f";
}
.bx-log-out-circle:before {
  content: "\eb50";
}
.bx-low-vision:before {
  content: "\eb51";
}
.bx-magnet:before {
  content: "\eb52";
}
.bx-mail-send:before {
  content: "\eb53";
}
.bx-male:before {
  content: "\eb54";
}
.bx-male-sign:before {
  content: "\eb55";
}
.bx-map:before {
  content: "\eb56";
}
.bx-map-alt:before {
  content: "\eb57";
}
.bx-map-pin:before {
  content: "\eb58";
}
.bx-mask:before {
  content: "\eb59";
}
.bx-medal:before {
  content: "\eb5a";
}
.bx-meh:before {
  content: "\eb5b";
}
.bx-meh-alt:before {
  content: "\eb5c";
}
.bx-meh-blank:before {
  content: "\eb5d";
}
.bx-memory-card:before {
  content: "\eb5e";
}
.bx-menu:before {
  content: "\eb5f";
}
.bx-menu-alt-left:before {
  content: "\ef5b";
}
.bx-menu-alt-right:before {
  content: "\eb61";
}
.bx-merge:before {
  content: "\eb62";
}
.bx-message:before {
  content: "\eb63";
}
.bx-message-add:before {
  content: "\eb64";
}
.bx-message-alt:before {
  content: "\eb65";
}
.bx-message-alt-add:before {
  content: "\eb66";
}
.bx-message-alt-check:before {
  content: "\eb67";
}
.bx-message-alt-detail:before {
  content: "\eb68";
}
.bx-message-alt-dots:before {
  content: "\eb69";
}
.bx-message-alt-edit:before {
  content: "\eb6a";
}
.bx-message-alt-error:before {
  content: "\eb6b";
}
.bx-message-alt-minus:before {
  content: "\eb6c";
}
.bx-message-alt-x:before {
  content: "\eb6d";
}
.bx-message-check:before {
  content: "\eb6e";
}
.bx-message-detail:before {
  content: "\eb6f";
}
.bx-message-dots:before {
  content: "\eb70";
}
.bx-message-edit:before {
  content: "\eb71";
}
.bx-message-error:before {
  content: "\eb72";
}
.bx-message-minus:before {
  content: "\eb73";
}
.bx-message-rounded:before {
  content: "\eb74";
}
.bx-message-rounded-add:before {
  content: "\eb75";
}
.bx-message-rounded-check:before {
  content: "\eb76";
}
.bx-message-rounded-detail:before {
  content: "\eb77";
}
.bx-message-rounded-dots:before {
  content: "\eb78";
}
.bx-message-rounded-edit:before {
  content: "\ef5c";
}
.bx-message-rounded-error:before {
  content: "\eb7a";
}
.bx-message-rounded-minus:before {
  content: "\eb7b";
}
.bx-message-rounded-x:before {
  content: "\eb7c";
}
.bx-message-square:before {
  content: "\eb7d";
}
.bx-message-square-add:before {
  content: "\eb7e";
}
.bx-message-square-check:before {
  content: "\eb7f";
}
.bx-message-square-detail:before {
  content: "\eb80";
}
.bx-message-square-dots:before {
  content: "\eb81";
}
.bx-message-square-edit:before {
  content: "\eb82";
}
.bx-message-square-error:before {
  content: "\eb83";
}
.bx-message-square-minus:before {
  content: "\eb84";
}
.bx-message-square-x:before {
  content: "\eb85";
}
.bx-message-x:before {
  content: "\eb86";
}
.bx-meteor:before {
  content: "\eb87";
}
.bx-microchip:before {
  content: "\eb88";
}
.bx-microphone:before {
  content: "\eb89";
}
.bx-microphone-off:before {
  content: "\eb8a";
}
.bx-minus:before {
  content: "\eb8b";
}
.bx-minus-back:before {
  content: "\eb8c";
}
.bx-minus-circle:before {
  content: "\eb8d";
}
.bx-minus-front:before {
  content: "\eb8e";
}
.bx-mobile:before {
  content: "\eb8f";
}
.bx-mobile-alt:before {
  content: "\eb90";
}
.bx-mobile-landscape:before {
  content: "\eb91";
}
.bx-mobile-vibration:before {
  content: "\ef5d";
}
.bx-money:before {
  content: "\eb93";
}
.bx-moon:before {
  content: "\eb94";
}
.bx-mouse:before {
  content: "\eb95";
}
.bx-mouse-alt:before {
  content: "\eb96";
}
.bx-move:before {
  content: "\eb97";
}
.bx-move-horizontal:before {
  content: "\eb98";
}
.bx-move-vertical:before {
  content: "\eb99";
}
.bx-movie:before {
  content: "\eb9a";
}
.bx-movie-play:before {
  content: "\eb9b";
}
.bx-music:before {
  content: "\eb9c";
}
.bx-navigation:before {
  content: "\eb9d";
}
.bx-network-chart:before {
  content: "\eb9e";
}
.bx-news:before {
  content: "\eb9f";
}
.bx-no-entry:before {
  content: "\eba0";
}
.bx-note:before {
  content: "\eba1";
}
.bx-notepad:before {
  content: "\eba2";
}
.bx-notification:before {
  content: "\eba3";
}
.bx-notification-off:before {
  content: "\eba4";
}
.bx-outline:before {
  content: "\eba5";
}
.bx-package:before {
  content: "\eba6";
}
.bx-paint:before {
  content: "\eba7";
}
.bx-paint-roll:before {
  content: "\eba8";
}
.bx-palette:before {
  content: "\eba9";
}
.bx-paperclip:before {
  content: "\ebaa";
}
.bx-paper-plane:before {
  content: "\ef61";
}
.bx-paragraph:before {
  content: "\ebac";
}
.bx-paste:before {
  content: "\ebad";
}
.bx-pause:before {
  content: "\ebae";
}
.bx-pause-circle:before {
  content: "\ebaf";
}
.bx-pen:before {
  content: "\ebb0";
}
.bx-pencil:before {
  content: "\ebb1";
}
.bx-phone:before {
  content: "\ebb2";
}
.bx-phone-call:before {
  content: "\ebb3";
}
.bx-phone-incoming:before {
  content: "\ebb4";
}
.bx-phone-off:before {
  content: "\ebb5";
}
.bx-phone-outgoing:before {
  content: "\ebb6";
}
.bx-photo-album:before {
  content: "\ebb7";
}
.bx-pie-chart:before {
  content: "\ebb8";
}
.bx-pie-chart-alt:before {
  content: "\ebb9";
}
.bx-pie-chart-alt-2:before {
  content: "\ebba";
}
.bx-pin:before {
  content: "\ebbb";
}
.bx-planet:before {
  content: "\ebbc";
}
.bx-play:before {
  content: "\ebbd";
}
.bx-play-circle:before {
  content: "\ebbe";
}
.bx-plug:before {
  content: "\ebbf";
}
.bx-plus:before {
  content: "\ebc0";
}
.bx-plus-circle:before {
  content: "\ebc1";
}
.bx-plus-medical:before {
  content: "\ebc2";
}
.bx-podcast:before {
  content: "\ebc3";
}
.bx-pointer:before {
  content: "\ef5e";
}
.bx-poll:before {
  content: "\ebc5";
}
.bx-polygon:before {
  content: "\ebc6";
}
.bx-pound:before {
  content: "\ebc7";
}
.bx-power-off:before {
  content: "\ebc8";
}
.bx-printer:before {
  content: "\ebc9";
}
.bx-pulse:before {
  content: "\ebca";
}
.bx-purchase-tag:before {
  content: "\ebcb";
}
.bx-purchase-tag-alt:before {
  content: "\ebcc";
}
.bx-pyramid:before {
  content: "\ebcd";
}
.bx-qr:before {
  content: "\ebce";
}
.bx-qr-scan:before {
  content: "\ebcf";
}
.bx-question-mark:before {
  content: "\ebd0";
}
.bx-radar:before {
  content: "\ebd1";
}
.bx-radio:before {
  content: "\ebd2";
}
.bx-radio-circle:before {
  content: "\ebd3";
}
.bx-radio-circle-marked:before {
  content: "\ebd4";
}
.bx-receipt:before {
  content: "\ebd5";
}
.bx-rectangle:before {
  content: "\ebd6";
}
.bx-recycle:before {
  content: "\ebd7";
}
.bx-redo:before {
  content: "\ebd8";
}
.bx-refresh:before {
  content: "\ebd9";
}
.bx-registered:before {
  content: "\ebda";
}
.bx-rename:before {
  content: "\ebdb";
}
.bx-repeat:before {
  content: "\ebdc";
}
.bx-reply:before {
  content: "\ef5f";
}
.bx-reply-all:before {
  content: "\ebde";
}
.bx-repost:before {
  content: "\ebdf";
}
.bx-reset:before {
  content: "\ebe0";
}
.bx-restaurant:before {
  content: "\ebe1";
}
.bx-revision:before {
  content: "\ebe2";
}
.bx-rewind:before {
  content: "\ebe3";
}
.bx-rewind-circle:before {
  content: "\ebe4";
}
.bx-right-arrow:before {
  content: "\ebe5";
}
.bx-right-arrow-alt:before {
  content: "\ebe6";
}
.bx-right-arrow-circle:before {
  content: "\ebe7";
}
.bx-right-down-arrow-circle:before {
  content: "\ebe8";
}
.bx-right-indent:before {
  content: "\ebe9";
}
.bx-right-top-arrow-circle:before {
  content: "\ebea";
}
.bx-rocket:before {
  content: "\ebeb";
}
.bx-rotate-left:before {
  content: "\ebec";
}
.bx-rotate-right:before {
  content: "\ebed";
}
.bx-rss:before {
  content: "\ebee";
}
.bx-ruble:before {
  content: "\ebef";
}
.bx-ruler:before {
  content: "\ebf0";
}
.bx-run:before {
  content: "\ebf1";
}
.bx-rupee:before {
  content: "\ebf2";
}
.bx-sad:before {
  content: "\ebf3";
}
.bx-save:before {
  content: "\ebf4";
}
.bx-scan:before {
  content: "\ebf5";
}
.bx-screenshot:before {
  content: "\ef60";
}
.bx-search:before {
  content: "\ebf7";
}
.bx-search-alt:before {
  content: "\ebf8";
}
.bx-search-alt-2:before {
  content: "\ebf9";
}
.bx-selection:before {
  content: "\ebfa";
}
.bx-select-multiple:before {
  content: "\ebfb";
}
.bx-send:before {
  content: "\ebfc";
}
.bx-server:before {
  content: "\ebfd";
}
.bx-shape-circle:before {
  content: "\ebfe";
}
.bx-shape-polygon:before {
  content: "\ebff";
}
.bx-shape-square:before {
  content: "\ec00";
}
.bx-shape-triangle:before {
  content: "\ec01";
}
.bx-share:before {
  content: "\ec02";
}
.bx-share-alt:before {
  content: "\ec03";
}
.bx-shekel:before {
  content: "\ec04";
}
.bx-shield:before {
  content: "\ec05";
}
.bx-shield-alt:before {
  content: "\ec06";
}
.bx-shield-alt-2:before {
  content: "\ec07";
}
.bx-shield-quarter:before {
  content: "\ec08";
}
.bx-shield-x:before {
  content: "\ec09";
}
.bx-shocked:before {
  content: "\ec0a";
}
.bx-shopping-bag:before {
  content: "\ec0b";
}
.bx-show:before {
  content: "\ec0c";
}
.bx-show-alt:before {
  content: "\ec0d";
}
.bx-shuffle:before {
  content: "\ec0e";
}
.bx-sidebar:before {
  content: "\ec0f";
}
.bx-sitemap:before {
  content: "\ec10";
}
.bx-skip-next:before {
  content: "\ec11";
}
.bx-skip-next-circle:before {
  content: "\ec12";
}
.bx-skip-previous:before {
  content: "\ec13";
}
.bx-skip-previous-circle:before {
  content: "\ec14";
}
.bx-sleepy:before {
  content: "\ec15";
}
.bx-slider:before {
  content: "\ec16";
}
.bx-slider-alt:before {
  content: "\ec17";
}
.bx-slideshow:before {
  content: "\ec18";
}
.bx-smile:before {
  content: "\ec19";
}
.bx-sort:before {
  content: "\ec1a";
}
.bx-sort-alt-2:before {
  content: "\ec1b";
}
.bx-sort-a-z:before {
  content: "\ec1c";
}
.bx-sort-down:before {
  content: "\ec1d";
}
.bx-sort-up:before {
  content: "\ec1e";
}
.bx-sort-z-a:before {
  content: "\ec1f";
}
.bx-spa:before {
  content: "\ec20";
}
.bx-space-bar:before {
  content: "\ec21";
}
.bx-speaker:before {
  content: "\ec22";
}
.bx-spray-can:before {
  content: "\ec23";
}
.bx-spreadsheet:before {
  content: "\ec24";
}
.bx-square:before {
  content: "\ec25";
}
.bx-square-rounded:before {
  content: "\ec26";
}
.bx-star:before {
  content: "\ec27";
}
.bx-station:before {
  content: "\ec28";
}
.bx-stats:before {
  content: "\ec29";
}
.bx-sticker:before {
  content: "\ec2a";
}
.bx-stop:before {
  content: "\ec2b";
}
.bx-stop-circle:before {
  content: "\ec2c";
}
.bx-stopwatch:before {
  content: "\ec2d";
}
.bx-store:before {
  content: "\ec2e";
}
.bx-store-alt:before {
  content: "\ec2f";
}
.bx-street-view:before {
  content: "\ec30";
}
.bx-strikethrough:before {
  content: "\ec31";
}
.bx-subdirectory-left:before {
  content: "\ec32";
}
.bx-subdirectory-right:before {
  content: "\ec33";
}
.bx-sun:before {
  content: "\ec34";
}
.bx-support:before {
  content: "\ec35";
}
.bx-swim:before {
  content: "\ec36";
}
.bx-sync:before {
  content: "\ec37";
}
.bx-tab:before {
  content: "\ec38";
}
.bx-table:before {
  content: "\ec39";
}
.bx-tachometer:before {
  content: "\ec3a";
}
.bx-tag:before {
  content: "\ec3b";
}
.bx-tag-alt:before {
  content: "\ec3c";
}
.bx-target-lock:before {
  content: "\ec3d";
}
.bx-task:before {
  content: "\ec3e";
}
.bx-task-x:before {
  content: "\ec3f";
}
.bx-taxi:before {
  content: "\ec40";
}
.bx-tennis-ball:before {
  content: "\ec41";
}
.bx-terminal:before {
  content: "\ec42";
}
.bx-test-tube:before {
  content: "\ec43";
}
.bx-text:before {
  content: "\ec44";
}
.bx-time:before {
  content: "\ec45";
}
.bx-time-five:before {
  content: "\ec46";
}
.bx-timer:before {
  content: "\ec47";
}
.bx-tired:before {
  content: "\ec48";
}
.bx-toggle-left:before {
  content: "\ec49";
}
.bx-toggle-right:before {
  content: "\ec4a";
}
.bx-tone:before {
  content: "\ec4b";
}
.bx-traffic-cone:before {
  content: "\ec4c";
}
.bx-train:before {
  content: "\ec4d";
}
.bx-transfer:before {
  content: "\ec4e";
}
.bx-transfer-alt:before {
  content: "\ec4f";
}
.bx-trash:before {
  content: "\ec50";
}
.bx-trash-alt:before {
  content: "\ec51";
}
.bx-trending-down:before {
  content: "\ec52";
}
.bx-trending-up:before {
  content: "\ec53";
}
.bx-trim:before {
  content: "\ec54";
}
.bx-trip:before {
  content: "\ec55";
}
.bx-trophy:before {
  content: "\ec56";
}
.bx-tv:before {
  content: "\ec57";
}
.bx-underline:before {
  content: "\ec58";
}
.bx-undo:before {
  content: "\ec59";
}
.bx-unite:before {
  content: "\ec5a";
}
.bx-unlink:before {
  content: "\ec5b";
}
.bx-up-arrow:before {
  content: "\ec5c";
}
.bx-up-arrow-alt:before {
  content: "\ec5d";
}
.bx-up-arrow-circle:before {
  content: "\ec5e";
}
.bx-upload:before {
  content: "\ec5f";
}
.bx-upside-down:before {
  content: "\ec60";
}
.bx-upvote:before {
  content: "\ec61";
}
.bx-usb:before {
  content: "\ec62";
}
.bx-user:before {
  content: "\ec63";
}
.bx-user-check:before {
  content: "\ec64";
}
.bx-user-circle:before {
  content: "\ec65";
}
.bx-user-minus:before {
  content: "\ec66";
}
.bx-user-pin:before {
  content: "\ec67";
}
.bx-user-plus:before {
  content: "\ec68";
}
.bx-user-voice:before {
  content: "\ec69";
}
.bx-user-x:before {
  content: "\ec6a";
}
.bx-vector:before {
  content: "\ec6b";
}
.bx-vertical-center:before {
  content: "\ec6c";
}
.bx-vial:before {
  content: "\ec6d";
}
.bx-video:before {
  content: "\ec6e";
}
.bx-video-off:before {
  content: "\ec6f";
}
.bx-video-plus:before {
  content: "\ec70";
}
.bx-video-recording:before {
  content: "\ec71";
}
.bx-voicemail:before {
  content: "\ec72";
}
.bx-volume:before {
  content: "\ec73";
}
.bx-volume-full:before {
  content: "\ec74";
}
.bx-volume-low:before {
  content: "\ec75";
}
.bx-volume-mute:before {
  content: "\ec76";
}
.bx-walk:before {
  content: "\ec77";
}
.bx-wallet:before {
  content: "\ec78";
}
.bx-wallet-alt:before {
  content: "\ec79";
}
.bx-water:before {
  content: "\ec7a";
}
.bx-webcam:before {
  content: "\ec7b";
}
.bx-wifi:before {
  content: "\ec7c";
}
.bx-wifi-0:before {
  content: "\ec7d";
}
.bx-wifi-1:before {
  content: "\ec7e";
}
.bx-wifi-2:before {
  content: "\ec7f";
}
.bx-wifi-off:before {
  content: "\ec80";
}
.bx-wind:before {
  content: "\ec81";
}
.bx-window:before {
  content: "\ec82";
}
.bx-window-alt:before {
  content: "\ec83";
}
.bx-window-close:before {
  content: "\ec84";
}
.bx-window-open:before {
  content: "\ec85";
}
.bx-windows:before {
  content: "\ec86";
}
.bx-wine:before {
  content: "\ec87";
}
.bx-wink-smile:before {
  content: "\ec88";
}
.bx-wink-tongue:before {
  content: "\ec89";
}
.bx-won:before {
  content: "\ec8a";
}
.bx-world:before {
  content: "\ec8b";
}
.bx-wrench:before {
  content: "\ec8c";
}
.bx-x:before {
  content: "\ec8d";
}
.bx-x-circle:before {
  content: "\ec8e";
}
.bx-yen:before {
  content: "\ec8f";
}
.bx-zoom-in:before {
  content: "\ec90";
}
.bx-zoom-out:before {
  content: "\ec91";
}
.bxs-party:before {
  content: "\ec92";
}
.bxs-hot:before {
  content: "\ec93";
}
.bxs-droplet:before {
  content: "\ec94";
}
.bxs-cat:before {
  content: "\ec95";
}
.bxs-dog:before {
  content: "\ec96";
}
.bxs-injection:before {
  content: "\ec97";
}
.bxs-leaf:before {
  content: "\ec98";
}
.bxs-add-to-queue:before {
  content: "\ec99";
}
.bxs-adjust:before {
  content: "\ec9a";
}
.bxs-adjust-alt:before {
  content: "\ec9b";
}
.bxs-alarm:before {
  content: "\ec9c";
}
.bxs-alarm-add:before {
  content: "\ec9d";
}
.bxs-alarm-exclamation:before {
  content: "\ec9e";
}
.bxs-alarm-off:before {
  content: "\ec9f";
}
.bxs-alarm-snooze:before {
  content: "\eca0";
}
.bxs-album:before {
  content: "\eca1";
}
.bxs-ambulance:before {
  content: "\eca2";
}
.bxs-analyse:before {
  content: "\eca3";
}
.bxs-angry:before {
  content: "\eca4";
}
.bxs-arch:before {
  content: "\eca5";
}
.bxs-archive:before {
  content: "\eca6";
}
.bxs-archive-in:before {
  content: "\eca7";
}
.bxs-archive-out:before {
  content: "\eca8";
}
.bxs-area:before {
  content: "\eca9";
}
.bxs-arrow-from-bottom:before {
  content: "\ecaa";
}
.bxs-arrow-from-left:before {
  content: "\ecab";
}
.bxs-arrow-from-right:before {
  content: "\ecac";
}
.bxs-arrow-from-top:before {
  content: "\ecad";
}
.bxs-arrow-to-bottom:before {
  content: "\ecae";
}
.bxs-arrow-to-left:before {
  content: "\ecaf";
}
.bxs-arrow-to-right:before {
  content: "\ecb0";
}
.bxs-arrow-to-top:before {
  content: "\ecb1";
}
.bxs-award:before {
  content: "\ecb2";
}
.bxs-baby-carriage:before {
  content: "\ecb3";
}
.bxs-backpack:before {
  content: "\ecb4";
}
.bxs-badge:before {
  content: "\ecb5";
}
.bxs-badge-check:before {
  content: "\ecb6";
}
.bxs-badge-dollar:before {
  content: "\ecb7";
}
.bxs-ball:before {
  content: "\ecb8";
}
.bxs-band-aid:before {
  content: "\ecb9";
}
.bxs-bank:before {
  content: "\ecba";
}
.bxs-bar-chart-alt-2:before {
  content: "\ecbb";
}
.bxs-bar-chart-square:before {
  content: "\ecbc";
}
.bxs-barcode:before {
  content: "\ecbd";
}
.bxs-baseball:before {
  content: "\ecbe";
}
.bxs-basket:before {
  content: "\ecbf";
}
.bxs-basketball:before {
  content: "\ecc0";
}
.bxs-bath:before {
  content: "\ecc1";
}
.bxs-battery:before {
  content: "\ecc2";
}
.bxs-battery-charging:before {
  content: "\ecc3";
}
.bxs-battery-full:before {
  content: "\ecc4";
}
.bxs-battery-low:before {
  content: "\ecc5";
}
.bxs-bed:before {
  content: "\ecc6";
}
.bxs-been-here:before {
  content: "\ecc7";
}
.bxs-beer:before {
  content: "\ecc8";
}
.bxs-bell:before {
  content: "\ecc9";
}
.bxs-bell-minus:before {
  content: "\ecca";
}
.bxs-bell-off:before {
  content: "\eccb";
}
.bxs-bell-plus:before {
  content: "\eccc";
}
.bxs-bell-ring:before {
  content: "\eccd";
}
.bxs-bible:before {
  content: "\ecce";
}
.bxs-binoculars:before {
  content: "\eccf";
}
.bxs-blanket:before {
  content: "\ecd0";
}
.bxs-bolt:before {
  content: "\ecd1";
}
.bxs-bolt-circle:before {
  content: "\ecd2";
}
.bxs-bomb:before {
  content: "\ecd3";
}
.bxs-bone:before {
  content: "\ecd4";
}
.bxs-bong:before {
  content: "\ecd5";
}
.bxs-book:before {
  content: "\ecd6";
}
.bxs-book-add:before {
  content: "\ecd7";
}
.bxs-book-alt:before {
  content: "\ecd8";
}
.bxs-book-bookmark:before {
  content: "\ecd9";
}
.bxs-book-content:before {
  content: "\ecda";
}
.bxs-book-heart:before {
  content: "\ecdb";
}
.bxs-bookmark:before {
  content: "\ecdc";
}
.bxs-bookmark-alt:before {
  content: "\ecdd";
}
.bxs-bookmark-alt-minus:before {
  content: "\ecde";
}
.bxs-bookmark-alt-plus:before {
  content: "\ecdf";
}
.bxs-bookmark-heart:before {
  content: "\ece0";
}
.bxs-bookmark-minus:before {
  content: "\ece1";
}
.bxs-bookmark-plus:before {
  content: "\ece2";
}
.bxs-bookmarks:before {
  content: "\ece3";
}
.bxs-bookmark-star:before {
  content: "\ece4";
}
.bxs-book-open:before {
  content: "\ece5";
}
.bxs-book-reader:before {
  content: "\ece6";
}
.bxs-bot:before {
  content: "\ece7";
}
.bxs-bowling-ball:before {
  content: "\ece8";
}
.bxs-box:before {
  content: "\ece9";
}
.bxs-brain:before {
  content: "\ecea";
}
.bxs-briefcase:before {
  content: "\eceb";
}
.bxs-briefcase-alt:before {
  content: "\ecec";
}
.bxs-briefcase-alt-2:before {
  content: "\eced";
}
.bxs-brightness:before {
  content: "\ecee";
}
.bxs-brightness-half:before {
  content: "\ecef";
}
.bxs-brush:before {
  content: "\ecf0";
}
.bxs-brush-alt:before {
  content: "\ecf1";
}
.bxs-bug:before {
  content: "\ecf2";
}
.bxs-bug-alt:before {
  content: "\ecf3";
}
.bxs-building:before {
  content: "\ecf4";
}
.bxs-building-house:before {
  content: "\ecf5";
}
.bxs-buildings:before {
  content: "\ecf6";
}
.bxs-bulb:before {
  content: "\ecf7";
}
.bxs-bullseye:before {
  content: "\ecf8";
}
.bxs-buoy:before {
  content: "\ecf9";
}
.bxs-bus:before {
  content: "\ecfa";
}
.bxs-business:before {
  content: "\ecfb";
}
.bxs-bus-school:before {
  content: "\ecfc";
}
.bxs-cabinet:before {
  content: "\ecfd";
}
.bxs-cake:before {
  content: "\ecfe";
}
.bxs-calculator:before {
  content: "\ecff";
}
.bxs-calendar:before {
  content: "\ed00";
}
.bxs-calendar-alt:before {
  content: "\ed01";
}
.bxs-calendar-check:before {
  content: "\ed02";
}
.bxs-calendar-edit:before {
  content: "\ed03";
}
.bxs-calendar-event:before {
  content: "\ed04";
}
.bxs-calendar-exclamation:before {
  content: "\ed05";
}
.bxs-calendar-heart:before {
  content: "\ed06";
}
.bxs-calendar-minus:before {
  content: "\ed07";
}
.bxs-calendar-plus:before {
  content: "\ed08";
}
.bxs-calendar-star:before {
  content: "\ed09";
}
.bxs-calendar-week:before {
  content: "\ed0a";
}
.bxs-calendar-x:before {
  content: "\ed0b";
}
.bxs-camera:before {
  content: "\ed0c";
}
.bxs-camera-home:before {
  content: "\ed0d";
}
.bxs-camera-movie:before {
  content: "\ed0e";
}
.bxs-camera-off:before {
  content: "\ed0f";
}
.bxs-camera-plus:before {
  content: "\ed10";
}
.bxs-capsule:before {
  content: "\ed11";
}
.bxs-captions:before {
  content: "\ed12";
}
.bxs-car:before {
  content: "\ed13";
}
.bxs-car-battery:before {
  content: "\ed14";
}
.bxs-car-crash:before {
  content: "\ed15";
}
.bxs-card:before {
  content: "\ed16";
}
.bxs-caret-down-circle:before {
  content: "\ed17";
}
.bxs-caret-down-square:before {
  content: "\ed18";
}
.bxs-caret-left-circle:before {
  content: "\ed19";
}
.bxs-caret-left-square:before {
  content: "\ed1a";
}
.bxs-caret-right-circle:before {
  content: "\ed1b";
}
.bxs-caret-right-square:before {
  content: "\ed1c";
}
.bxs-caret-up-circle:before {
  content: "\ed1d";
}
.bxs-caret-up-square:before {
  content: "\ed1e";
}
.bxs-car-garage:before {
  content: "\ed1f";
}
.bxs-car-mechanic:before {
  content: "\ed20";
}
.bxs-carousel:before {
  content: "\ed21";
}
.bxs-cart:before {
  content: "\ed22";
}
.bxs-cart-add:before {
  content: "\ed23";
}
.bxs-cart-alt:before {
  content: "\ed24";
}
.bxs-cart-download:before {
  content: "\ed25";
}
.bxs-car-wash:before {
  content: "\ed26";
}
.bxs-category:before {
  content: "\ed27";
}
.bxs-category-alt:before {
  content: "\ed28";
}
.bxs-cctv:before {
  content: "\ed29";
}
.bxs-certification:before {
  content: "\ed2a";
}
.bxs-chalkboard:before {
  content: "\ed2b";
}
.bxs-chart:before {
  content: "\ed2c";
}
.bxs-chat:before {
  content: "\ed2d";
}
.bxs-checkbox:before {
  content: "\ed2e";
}
.bxs-checkbox-checked:before {
  content: "\ed2f";
}
.bxs-checkbox-minus:before {
  content: "\ed30";
}
.bxs-check-circle:before {
  content: "\ed31";
}
.bxs-check-shield:before {
  content: "\ed32";
}
.bxs-check-square:before {
  content: "\ed33";
}
.bxs-chess:before {
  content: "\ed34";
}
.bxs-chevron-down:before {
  content: "\ed35";
}
.bxs-chevron-down-circle:before {
  content: "\ed36";
}
.bxs-chevron-down-square:before {
  content: "\ed37";
}
.bxs-chevron-left:before {
  content: "\ed38";
}
.bxs-chevron-left-circle:before {
  content: "\ed39";
}
.bxs-chevron-left-square:before {
  content: "\ed3a";
}
.bxs-chevron-right:before {
  content: "\ed3b";
}
.bxs-chevron-right-circle:before {
  content: "\ed3c";
}
.bxs-chevron-right-square:before {
  content: "\ed3d";
}
.bxs-chevrons-down:before {
  content: "\ed3e";
}
.bxs-chevrons-left:before {
  content: "\ed3f";
}
.bxs-chevrons-right:before {
  content: "\ed40";
}
.bxs-chevrons-up:before {
  content: "\ed41";
}
.bxs-chevron-up:before {
  content: "\ed42";
}
.bxs-chevron-up-circle:before {
  content: "\ed43";
}
.bxs-chevron-up-square:before {
  content: "\ed44";
}
.bxs-chip:before {
  content: "\ed45";
}
.bxs-church:before {
  content: "\ed46";
}
.bxs-circle:before {
  content: "\ed47";
}
.bxs-city:before {
  content: "\ed48";
}
.bxs-clinic:before {
  content: "\ed49";
}
.bxs-cloud:before {
  content: "\ed4a";
}
.bxs-cloud-download:before {
  content: "\ed4b";
}
.bxs-cloud-lightning:before {
  content: "\ed4c";
}
.bxs-cloud-rain:before {
  content: "\ed4d";
}
.bxs-cloud-upload:before {
  content: "\ed4e";
}
.bxs-coffee:before {
  content: "\ed4f";
}
.bxs-coffee-alt:before {
  content: "\ed50";
}
.bxs-coffee-togo:before {
  content: "\ed51";
}
.bxs-cog:before {
  content: "\ed52";
}
.bxs-coin:before {
  content: "\ed53";
}
.bxs-coin-stack:before {
  content: "\ed54";
}
.bxs-collection:before {
  content: "\ed55";
}
.bxs-color-fill:before {
  content: "\ed56";
}
.bxs-comment:before {
  content: "\ed57";
}
.bxs-comment-add:before {
  content: "\ed58";
}
.bxs-comment-check:before {
  content: "\ed59";
}
.bxs-comment-detail:before {
  content: "\ed5a";
}
.bxs-comment-dots:before {
  content: "\ed5b";
}
.bxs-comment-edit:before {
  content: "\ed5c";
}
.bxs-comment-error:before {
  content: "\ed5d";
}
.bxs-comment-minus:before {
  content: "\ed5e";
}
.bxs-comment-x:before {
  content: "\ed5f";
}
.bxs-compass:before {
  content: "\ed60";
}
.bxs-component:before {
  content: "\ed61";
}
.bxs-confused:before {
  content: "\ed62";
}
.bxs-contact:before {
  content: "\ed63";
}
.bxs-conversation:before {
  content: "\ed64";
}
.bxs-cookie:before {
  content: "\ed65";
}
.bxs-cool:before {
  content: "\ed66";
}
.bxs-copy:before {
  content: "\ed67";
}
.bxs-copy-alt:before {
  content: "\ed68";
}
.bxs-copyright:before {
  content: "\ed69";
}
.bxs-coupon:before {
  content: "\ed6a";
}
.bxs-credit-card:before {
  content: "\ed6b";
}
.bxs-credit-card-alt:before {
  content: "\ed6c";
}
.bxs-credit-card-front:before {
  content: "\ed6d";
}
.bxs-crop:before {
  content: "\ed6e";
}
.bxs-crown:before {
  content: "\ed6f";
}
.bxs-cube:before {
  content: "\ed70";
}
.bxs-cube-alt:before {
  content: "\ed71";
}
.bxs-cuboid:before {
  content: "\ed72";
}
.bxs-customize:before {
  content: "\ed73";
}
.bxs-cylinder:before {
  content: "\ed74";
}
.bxs-dashboard:before {
  content: "\ed75";
}
.bxs-data:before {
  content: "\ed76";
}
.bxs-detail:before {
  content: "\ed77";
}
.bxs-devices:before {
  content: "\ed78";
}
.bxs-diamond:before {
  content: "\ed79";
}
.bxs-dice-1:before {
  content: "\ed7a";
}
.bxs-dice-2:before {
  content: "\ed7b";
}
.bxs-dice-3:before {
  content: "\ed7c";
}
.bxs-dice-4:before {
  content: "\ed7d";
}
.bxs-dice-5:before {
  content: "\ed7e";
}
.bxs-dice-6:before {
  content: "\ed7f";
}
.bxs-direction-left:before {
  content: "\ed80";
}
.bxs-direction-right:before {
  content: "\ed81";
}
.bxs-directions:before {
  content: "\ed82";
}
.bxs-disc:before {
  content: "\ed83";
}
.bxs-discount:before {
  content: "\ed84";
}
.bxs-dish:before {
  content: "\ed85";
}
.bxs-dislike:before {
  content: "\ed86";
}
.bxs-dizzy:before {
  content: "\ed87";
}
.bxs-dock-bottom:before {
  content: "\ed88";
}
.bxs-dock-left:before {
  content: "\ed89";
}
.bxs-dock-right:before {
  content: "\ed8a";
}
.bxs-dock-top:before {
  content: "\ed8b";
}
.bxs-dollar-circle:before {
  content: "\ed8c";
}
.bxs-donate-blood:before {
  content: "\ed8d";
}
.bxs-donate-heart:before {
  content: "\ed8e";
}
.bxs-door-open:before {
  content: "\ed8f";
}
.bxs-doughnut-chart:before {
  content: "\ed90";
}
.bxs-down-arrow:before {
  content: "\ed91";
}
.bxs-down-arrow-alt:before {
  content: "\ed92";
}
.bxs-down-arrow-circle:before {
  content: "\ed93";
}
.bxs-down-arrow-square:before {
  content: "\ed94";
}
.bxs-download:before {
  content: "\ed95";
}
.bxs-downvote:before {
  content: "\ed96";
}
.bxs-drink:before {
  content: "\ed97";
}
.bxs-droplet-half:before {
  content: "\ed98";
}
.bxs-dryer:before {
  content: "\ed99";
}
.bxs-duplicate:before {
  content: "\ed9a";
}
.bxs-edit:before {
  content: "\ed9b";
}
.bxs-edit-alt:before {
  content: "\ed9c";
}
.bxs-edit-location:before {
  content: "\ed9d";
}
.bxs-eject:before {
  content: "\ed9e";
}
.bxs-envelope:before {
  content: "\ed9f";
}
.bxs-envelope-open:before {
  content: "\eda0";
}
.bxs-eraser:before {
  content: "\eda1";
}
.bxs-error:before {
  content: "\eda2";
}
.bxs-error-alt:before {
  content: "\eda3";
}
.bxs-error-circle:before {
  content: "\eda4";
}
.bxs-ev-station:before {
  content: "\eda5";
}
.bxs-exit:before {
  content: "\eda6";
}
.bxs-extension:before {
  content: "\eda7";
}
.bxs-eyedropper:before {
  content: "\eda8";
}
.bxs-face:before {
  content: "\eda9";
}
.bxs-face-mask:before {
  content: "\edaa";
}
.bxs-factory:before {
  content: "\edab";
}
.bxs-fast-forward-circle:before {
  content: "\edac";
}
.bxs-file:before {
  content: "\edad";
}
.bxs-file-archive:before {
  content: "\edae";
}
.bxs-file-blank:before {
  content: "\edaf";
}
.bxs-file-css:before {
  content: "\edb0";
}
.bxs-file-doc:before {
  content: "\edb1";
}
.bxs-file-export:before {
  content: "\edb2";
}
.bxs-file-find:before {
  content: "\edb3";
}
.bxs-file-gif:before {
  content: "\edb4";
}
.bxs-file-html:before {
  content: "\edb5";
}
.bxs-file-image:before {
  content: "\edb6";
}
.bxs-file-import:before {
  content: "\edb7";
}
.bxs-file-jpg:before {
  content: "\edb8";
}
.bxs-file-js:before {
  content: "\edb9";
}
.bxs-file-json:before {
  content: "\edba";
}
.bxs-file-md:before {
  content: "\edbb";
}
.bxs-file-pdf:before {
  content: "\edbc";
}
.bxs-file-plus:before {
  content: "\edbd";
}
.bxs-file-png:before {
  content: "\edbe";
}
.bxs-file-txt:before {
  content: "\edbf";
}
.bxs-film:before {
  content: "\edc0";
}
.bxs-filter-alt:before {
  content: "\edc1";
}
.bxs-first-aid:before {
  content: "\edc2";
}
.bxs-flag:before {
  content: "\edc3";
}
.bxs-flag-alt:before {
  content: "\edc4";
}
.bxs-flag-checkered:before {
  content: "\edc5";
}
.bxs-flame:before {
  content: "\edc6";
}
.bxs-flask:before {
  content: "\edc7";
}
.bxs-florist:before {
  content: "\edc8";
}
.bxs-folder:before {
  content: "\edc9";
}
.bxs-folder-minus:before {
  content: "\edca";
}
.bxs-folder-open:before {
  content: "\edcb";
}
.bxs-folder-plus:before {
  content: "\edcc";
}
.bxs-food-menu:before {
  content: "\edcd";
}
.bxs-fridge:before {
  content: "\edce";
}
.bxs-game:before {
  content: "\edcf";
}
.bxs-gas-pump:before {
  content: "\edd0";
}
.bxs-ghost:before {
  content: "\edd1";
}
.bxs-gift:before {
  content: "\edd2";
}
.bxs-graduation:before {
  content: "\edd3";
}
.bxs-grid:before {
  content: "\edd4";
}
.bxs-grid-alt:before {
  content: "\edd5";
}
.bxs-group:before {
  content: "\edd6";
}
.bxs-guitar-amp:before {
  content: "\edd7";
}
.bxs-hand:before {
  content: "\edd8";
}
.bxs-hand-down:before {
  content: "\edd9";
}
.bxs-hand-left:before {
  content: "\edda";
}
.bxs-hand-right:before {
  content: "\eddb";
}
.bxs-hand-up:before {
  content: "\eddc";
}
.bxs-happy:before {
  content: "\eddd";
}
.bxs-happy-alt:before {
  content: "\edde";
}
.bxs-happy-beaming:before {
  content: "\eddf";
}
.bxs-happy-heart-eyes:before {
  content: "\ede0";
}
.bxs-hdd:before {
  content: "\ede1";
}
.bxs-heart:before {
  content: "\ede2";
}
.bxs-heart-circle:before {
  content: "\ede3";
}
.bxs-heart-square:before {
  content: "\ede4";
}
.bxs-help-circle:before {
  content: "\ede5";
}
.bxs-hide:before {
  content: "\ede6";
}
.bxs-home:before {
  content: "\ede7";
}
.bxs-home-circle:before {
  content: "\ede8";
}
.bxs-home-heart:before {
  content: "\ede9";
}
.bxs-home-smile:before {
  content: "\edea";
}
.bxs-hotel:before {
  content: "\edeb";
}
.bxs-hourglass:before {
  content: "\edec";
}
.bxs-hourglass-bottom:before {
  content: "\eded";
}
.bxs-hourglass-top:before {
  content: "\edee";
}
.bxs-id-card:before {
  content: "\edef";
}
.bxs-image:before {
  content: "\edf0";
}
.bxs-image-add:before {
  content: "\edf1";
}
.bxs-image-alt:before {
  content: "\edf2";
}
.bxs-inbox:before {
  content: "\edf3";
}
.bxs-info-circle:before {
  content: "\edf4";
}
.bxs-info-square:before {
  content: "\edf5";
}
.bxs-institution:before {
  content: "\edf6";
}
.bxs-joystick:before {
  content: "\edf7";
}
.bxs-joystick-alt:before {
  content: "\edf8";
}
.bxs-joystick-button:before {
  content: "\edf9";
}
.bxs-key:before {
  content: "\edfa";
}
.bxs-keyboard:before {
  content: "\edfb";
}
.bxs-label:before {
  content: "\edfc";
}
.bxs-landmark:before {
  content: "\edfd";
}
.bxs-landscape:before {
  content: "\edfe";
}
.bxs-laugh:before {
  content: "\edff";
}
.bxs-layer:before {
  content: "\ee00";
}
.bxs-layer-minus:before {
  content: "\ee01";
}
.bxs-layer-plus:before {
  content: "\ee02";
}
.bxs-layout:before {
  content: "\ee03";
}
.bxs-left-arrow:before {
  content: "\ee04";
}
.bxs-left-arrow-alt:before {
  content: "\ee05";
}
.bxs-left-arrow-circle:before {
  content: "\ee06";
}
.bxs-left-arrow-square:before {
  content: "\ee07";
}
.bxs-left-down-arrow-circle:before {
  content: "\ee08";
}
.bxs-left-top-arrow-circle:before {
  content: "\ee09";
}
.bxs-like:before {
  content: "\ee0a";
}
.bxs-location-plus:before {
  content: "\ee0b";
}
.bxs-lock:before {
  content: "\ee0c";
}
.bxs-lock-alt:before {
  content: "\ee0d";
}
.bxs-lock-open:before {
  content: "\ee0e";
}
.bxs-lock-open-alt:before {
  content: "\ee0f";
}
.bxs-log-in:before {
  content: "\ee10";
}
.bxs-log-in-circle:before {
  content: "\ee11";
}
.bxs-log-out:before {
  content: "\ee12";
}
.bxs-log-out-circle:before {
  content: "\ee13";
}
.bxs-low-vision:before {
  content: "\ee14";
}
.bxs-magic-wand:before {
  content: "\ee15";
}
.bxs-magnet:before {
  content: "\ee16";
}
.bxs-map:before {
  content: "\ee17";
}
.bxs-map-alt:before {
  content: "\ee18";
}
.bxs-map-pin:before {
  content: "\ee19";
}
.bxs-mask:before {
  content: "\ee1a";
}
.bxs-medal:before {
  content: "\ee1b";
}
.bxs-megaphone:before {
  content: "\ee1c";
}
.bxs-meh:before {
  content: "\ee1d";
}
.bxs-meh-alt:before {
  content: "\ee1e";
}
.bxs-meh-blank:before {
  content: "\ee1f";
}
.bxs-memory-card:before {
  content: "\ee20";
}
.bxs-message:before {
  content: "\ee21";
}
.bxs-message-add:before {
  content: "\ee22";
}
.bxs-message-alt:before {
  content: "\ee23";
}
.bxs-message-alt-add:before {
  content: "\ee24";
}
.bxs-message-alt-check:before {
  content: "\ee25";
}
.bxs-message-alt-detail:before {
  content: "\ee26";
}
.bxs-message-alt-dots:before {
  content: "\ee27";
}
.bxs-message-alt-edit:before {
  content: "\ee28";
}
.bxs-message-alt-error:before {
  content: "\ee29";
}
.bxs-message-alt-minus:before {
  content: "\ee2a";
}
.bxs-message-alt-x:before {
  content: "\ee2b";
}
.bxs-message-check:before {
  content: "\ee2c";
}
.bxs-message-detail:before {
  content: "\ee2d";
}
.bxs-message-dots:before {
  content: "\ee2e";
}
.bxs-message-edit:before {
  content: "\ee2f";
}
.bxs-message-error:before {
  content: "\ee30";
}
.bxs-message-minus:before {
  content: "\ee31";
}
.bxs-message-rounded:before {
  content: "\ee32";
}
.bxs-message-rounded-add:before {
  content: "\ee33";
}
.bxs-message-rounded-check:before {
  content: "\ee34";
}
.bxs-message-rounded-detail:before {
  content: "\ee35";
}
.bxs-message-rounded-dots:before {
  content: "\ee36";
}
.bxs-message-rounded-edit:before {
  content: "\ee37";
}
.bxs-message-rounded-error:before {
  content: "\ee38";
}
.bxs-message-rounded-minus:before {
  content: "\ee39";
}
.bxs-message-rounded-x:before {
  content: "\ee3a";
}
.bxs-message-square:before {
  content: "\ee3b";
}
.bxs-message-square-add:before {
  content: "\ee3c";
}
.bxs-message-square-check:before {
  content: "\ee3d";
}
.bxs-message-square-detail:before {
  content: "\ee3e";
}
.bxs-message-square-dots:before {
  content: "\ee3f";
}
.bxs-message-square-edit:before {
  content: "\ee40";
}
.bxs-message-square-error:before {
  content: "\ee41";
}
.bxs-message-square-minus:before {
  content: "\ee42";
}
.bxs-message-square-x:before {
  content: "\ee43";
}
.bxs-message-x:before {
  content: "\ee44";
}
.bxs-meteor:before {
  content: "\ee45";
}
.bxs-microchip:before {
  content: "\ee46";
}
.bxs-microphone:before {
  content: "\ee47";
}
.bxs-microphone-alt:before {
  content: "\ee48";
}
.bxs-microphone-off:before {
  content: "\ee49";
}
.bxs-minus-circle:before {
  content: "\ee4a";
}
.bxs-minus-square:before {
  content: "\ee4b";
}
.bxs-mobile:before {
  content: "\ee4c";
}
.bxs-mobile-vibration:before {
  content: "\ee4d";
}
.bxs-moon:before {
  content: "\ee4e";
}
.bxs-mouse:before {
  content: "\ee4f";
}
.bxs-mouse-alt:before {
  content: "\ee50";
}
.bxs-movie:before {
  content: "\ee51";
}
.bxs-movie-play:before {
  content: "\ee52";
}
.bxs-music:before {
  content: "\ee53";
}
.bxs-navigation:before {
  content: "\ee54";
}
.bxs-network-chart:before {
  content: "\ee55";
}
.bxs-news:before {
  content: "\ee56";
}
.bxs-no-entry:before {
  content: "\ee57";
}
.bxs-note:before {
  content: "\ee58";
}
.bxs-notepad:before {
  content: "\ee59";
}
.bxs-notification:before {
  content: "\ee5a";
}
.bxs-notification-off:before {
  content: "\ee5b";
}
.bxs-offer:before {
  content: "\ee5c";
}
.bxs-package:before {
  content: "\ee5d";
}
.bxs-paint:before {
  content: "\ee5e";
}
.bxs-paint-roll:before {
  content: "\ee5f";
}
.bxs-palette:before {
  content: "\ee60";
}
.bxs-paper-plane:before {
  content: "\ee61";
}
.bxs-parking:before {
  content: "\ee62";
}
.bxs-paste:before {
  content: "\ee63";
}
.bxs-pen:before {
  content: "\ee64";
}
.bxs-pencil:before {
  content: "\ee65";
}
.bxs-phone:before {
  content: "\ee66";
}
.bxs-phone-call:before {
  content: "\ee67";
}
.bxs-phone-incoming:before {
  content: "\ee68";
}
.bxs-phone-off:before {
  content: "\ee69";
}
.bxs-phone-outgoing:before {
  content: "\ee6a";
}
.bxs-photo-album:before {
  content: "\ee6b";
}
.bxs-piano:before {
  content: "\ee6c";
}
.bxs-pie-chart:before {
  content: "\ee6d";
}
.bxs-pie-chart-alt:before {
  content: "\ee6e";
}
.bxs-pie-chart-alt-2:before {
  content: "\ee6f";
}
.bxs-pin:before {
  content: "\ee70";
}
.bxs-pizza:before {
  content: "\ee71";
}
.bxs-plane:before {
  content: "\ee72";
}
.bxs-plane-alt:before {
  content: "\ee73";
}
.bxs-plane-land:before {
  content: "\ee74";
}
.bxs-planet:before {
  content: "\ee75";
}
.bxs-plane-take-off:before {
  content: "\ee76";
}
.bxs-playlist:before {
  content: "\ee77";
}
.bxs-plug:before {
  content: "\ee78";
}
.bxs-plus-circle:before {
  content: "\ee79";
}
.bxs-plus-square:before {
  content: "\ee7a";
}
.bxs-pointer:before {
  content: "\ee7b";
}
.bxs-polygon:before {
  content: "\ee7c";
}
.bxs-printer:before {
  content: "\ee7d";
}
.bxs-purchase-tag:before {
  content: "\ee7e";
}
.bxs-purchase-tag-alt:before {
  content: "\ee7f";
}
.bxs-pyramid:before {
  content: "\ee80";
}
.bxs-quote-alt-left:before {
  content: "\ee81";
}
.bxs-quote-alt-right:before {
  content: "\ee82";
}
.bxs-quote-left:before {
  content: "\ee83";
}
.bxs-quote-right:before {
  content: "\ee84";
}
.bxs-quote-single-left:before {
  content: "\ee85";
}
.bxs-quote-single-right:before {
  content: "\ee86";
}
.bxs-radiation:before {
  content: "\ee87";
}
.bxs-radio:before {
  content: "\ee88";
}
.bxs-receipt:before {
  content: "\ee89";
}
.bxs-rectangle:before {
  content: "\ee8a";
}
.bxs-registered:before {
  content: "\ee8b";
}
.bxs-rename:before {
  content: "\ee8c";
}
.bxs-report:before {
  content: "\ee8d";
}
.bxs-rewind-circle:before {
  content: "\ee8e";
}
.bxs-right-arrow:before {
  content: "\ee8f";
}
.bxs-right-arrow-alt:before {
  content: "\ee90";
}
.bxs-right-arrow-circle:before {
  content: "\ee91";
}
.bxs-right-arrow-square:before {
  content: "\ee92";
}
.bxs-right-down-arrow-circle:before {
  content: "\ee93";
}
.bxs-right-top-arrow-circle:before {
  content: "\ee94";
}
.bxs-rocket:before {
  content: "\ee95";
}
.bxs-ruler:before {
  content: "\ee96";
}
.bxs-sad:before {
  content: "\ee97";
}
.bxs-save:before {
  content: "\ee98";
}
.bxs-school:before {
  content: "\ee99";
}
.bxs-search:before {
  content: "\ee9a";
}
.bxs-search-alt-2:before {
  content: "\ee9b";
}
.bxs-select-multiple:before {
  content: "\ee9c";
}
.bxs-send:before {
  content: "\ee9d";
}
.bxs-server:before {
  content: "\ee9e";
}
.bxs-shapes:before {
  content: "\ee9f";
}
.bxs-share:before {
  content: "\eea0";
}
.bxs-share-alt:before {
  content: "\eea1";
}
.bxs-shield:before {
  content: "\eea2";
}
.bxs-shield-alt-2:before {
  content: "\eea3";
}
.bxs-shield-x:before {
  content: "\eea4";
}
.bxs-ship:before {
  content: "\eea5";
}
.bxs-shocked:before {
  content: "\eea6";
}
.bxs-shopping-bag:before {
  content: "\eea7";
}
.bxs-shopping-bag-alt:before {
  content: "\eea8";
}
.bxs-shopping-bags:before {
  content: "\eea9";
}
.bxs-show:before {
  content: "\eeaa";
}
.bxs-skip-next-circle:before {
  content: "\eeab";
}
.bxs-skip-previous-circle:before {
  content: "\eeac";
}
.bxs-skull:before {
  content: "\eead";
}
.bxs-sleepy:before {
  content: "\eeae";
}
.bxs-slideshow:before {
  content: "\eeaf";
}
.bxs-smile:before {
  content: "\eeb0";
}
.bxs-sort-alt:before {
  content: "\eeb1";
}
.bxs-spa:before {
  content: "\eeb2";
}
.bxs-speaker:before {
  content: "\eeb3";
}
.bxs-spray-can:before {
  content: "\eeb4";
}
.bxs-spreadsheet:before {
  content: "\eeb5";
}
.bxs-square:before {
  content: "\eeb6";
}
.bxs-square-rounded:before {
  content: "\eeb7";
}
.bxs-star:before {
  content: "\eeb8";
}
.bxs-star-half:before {
  content: "\eeb9";
}
.bxs-sticker:before {
  content: "\eeba";
}
.bxs-stopwatch:before {
  content: "\eebb";
}
.bxs-store:before {
  content: "\eebc";
}
.bxs-store-alt:before {
  content: "\eebd";
}
.bxs-sun:before {
  content: "\eebe";
}
.bxs-tachometer:before {
  content: "\eebf";
}
.bxs-tag:before {
  content: "\eec0";
}
.bxs-tag-alt:before {
  content: "\eec1";
}
.bxs-tag-x:before {
  content: "\eec2";
}
.bxs-taxi:before {
  content: "\eec3";
}
.bxs-tennis-ball:before {
  content: "\eec4";
}
.bxs-terminal:before {
  content: "\eec5";
}
.bxs-thermometer:before {
  content: "\eec6";
}
.bxs-time:before {
  content: "\eec7";
}
.bxs-time-five:before {
  content: "\eec8";
}
.bxs-timer:before {
  content: "\eec9";
}
.bxs-tired:before {
  content: "\eeca";
}
.bxs-toggle-left:before {
  content: "\eecb";
}
.bxs-toggle-right:before {
  content: "\eecc";
}
.bxs-tone:before {
  content: "\eecd";
}
.bxs-torch:before {
  content: "\eece";
}
.bxs-to-top:before {
  content: "\eecf";
}
.bxs-traffic:before {
  content: "\eed0";
}
.bxs-traffic-barrier:before {
  content: "\eed1";
}
.bxs-traffic-cone:before {
  content: "\eed2";
}
.bxs-train:before {
  content: "\eed3";
}
.bxs-trash:before {
  content: "\eed4";
}
.bxs-trash-alt:before {
  content: "\eed5";
}
.bxs-tree:before {
  content: "\eed6";
}
.bxs-trophy:before {
  content: "\eed7";
}
.bxs-truck:before {
  content: "\eed8";
}
.bxs-t-shirt:before {
  content: "\eed9";
}
.bxs-tv:before {
  content: "\eeda";
}
.bxs-up-arrow:before {
  content: "\eedb";
}
.bxs-up-arrow-alt:before {
  content: "\eedc";
}
.bxs-up-arrow-circle:before {
  content: "\eedd";
}
.bxs-up-arrow-square:before {
  content: "\eede";
}
.bxs-upside-down:before {
  content: "\eedf";
}
.bxs-upvote:before {
  content: "\eee0";
}
.bxs-user:before {
  content: "\eee1";
}
.bxs-user-account:before {
  content: "\eee2";
}
.bxs-user-badge:before {
  content: "\eee3";
}
.bxs-user-check:before {
  content: "\eee4";
}
.bxs-user-circle:before {
  content: "\eee5";
}
.bxs-user-detail:before {
  content: "\eee6";
}
.bxs-user-minus:before {
  content: "\eee7";
}
.bxs-user-pin:before {
  content: "\eee8";
}
.bxs-user-plus:before {
  content: "\eee9";
}
.bxs-user-rectangle:before {
  content: "\eeea";
}
.bxs-user-voice:before {
  content: "\eeeb";
}
.bxs-user-x:before {
  content: "\eeec";
}
.bxs-vector:before {
  content: "\eeed";
}
.bxs-vial:before {
  content: "\eeee";
}
.bxs-video:before {
  content: "\eeef";
}
.bxs-video-off:before {
  content: "\eef0";
}
.bxs-video-plus:before {
  content: "\eef1";
}
.bxs-video-recording:before {
  content: "\eef2";
}
.bxs-videos:before {
  content: "\eef3";
}
.bxs-virus:before {
  content: "\eef4";
}
.bxs-virus-block:before {
  content: "\eef5";
}
.bxs-volume:before {
  content: "\eef6";
}
.bxs-volume-full:before {
  content: "\eef7";
}
.bxs-volume-low:before {
  content: "\eef8";
}
.bxs-volume-mute:before {
  content: "\eef9";
}
.bxs-wallet:before {
  content: "\eefa";
}
.bxs-wallet-alt:before {
  content: "\eefb";
}
.bxs-washer:before {
  content: "\eefc";
}
.bxs-watch:before {
  content: "\eefd";
}
.bxs-watch-alt:before {
  content: "\eefe";
}
.bxs-webcam:before {
  content: "\eeff";
}
.bxs-widget:before {
  content: "\ef00";
}
.bxs-window-alt:before {
  content: "\ef01";
}
.bxs-wine:before {
  content: "\ef02";
}
.bxs-wink-smile:before {
  content: "\ef03";
}
.bxs-wink-tongue:before {
  content: "\ef04";
}
.bxs-wrench:before {
  content: "\ef05";
}
.bxs-x-circle:before {
  content: "\ef06";
}
.bxs-x-square:before {
  content: "\ef07";
}
.bxs-yin-yang:before {
  content: "\ef08";
}
.bxs-zap:before {
  content: "\ef09";
}
.bxs-zoom-in:before {
  content: "\ef0a";
}
.bxs-zoom-out:before {
  content: "\ef0b";
}

/* node_modules/@fortawesome/fontawesome-free/css/all.min.css */
/*!
 * Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2025 Fonticons, Inc.
 */
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
  --_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display,inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style,900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width,1.25em);
}
:is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa):before {
  content: var(--fa)/"";
}
@supports not (content:""/"") {
  :is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa):before {
    content: var(--fa);
  }
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: .625em;
  line-height: .1em;
  vertical-align: .225em;
}
.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em;
}
.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.1875em;
}
.fa-width-auto {
  --fa-width:auto;
}
.fa-fw,
.fa-width-fixed {
  --fa-width:1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-inline-start: var(--fa-li-margin,2.5em);
  padding-inline-start: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  inset-inline-start: calc(var(--fa-li-width, 2em)*-1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width,2em);
  line-height: inherit;
}
.fa-border {
  border-radius: var(--fa-border-radius,.1em);
  border: var(--fa-border-width,.0625em) var(--fa-border-style,solid) var(--fa-border-color,#eee);
  box-sizing: var(--fa-border-box-sizing,content-box);
  padding: var(--fa-border-padding,.1875em .25em);
}
.fa-pull-left,
.fa-pull-start {
  float: inline-start;
  margin-inline-end: var(--fa-pull-margin,.3em);
}
.fa-pull-end,
.fa-pull-right {
  float: inline-end;
  margin-inline-start: var(--fa-pull-margin,.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay,0s);
  animation-direction: var(--fa-animation-direction,normal);
  animation-duration: var(--fa-animation-duration,1s);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-timing-function: var(--fa-animation-timing,ease-in-out);
}
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay,0s);
  animation-direction: var(--fa-animation-direction,normal);
  animation-duration: var(--fa-animation-duration,1s);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade,
.fa-fade {
  animation-delay: var(--fa-animation-delay,0s);
  animation-direction: var(--fa-animation-direction,normal);
  animation-duration: var(--fa-animation-duration,1s);
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay,0s);
  animation-direction: var(--fa-animation-direction,normal);
  animation-duration: var(--fa-animation-duration,1s);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-timing-function: var(--fa-animation-timing,ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-duration: var(--fa-animation-duration,1s);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-timing-function: var(--fa-animation-timing,linear);
}
.fa-shake,
.fa-spin {
  animation-delay: var(--fa-animation-delay,0s);
  animation-direction: var(--fa-animation-direction,normal);
}
.fa-spin {
  animation-name: fa-spin;
  animation-duration: var(--fa-animation-duration,2s);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-timing-function: var(--fa-animation-timing,linear);
}
.fa-spin-reverse {
  --fa-animation-direction:reverse;
}
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction,normal);
  animation-duration: var(--fa-animation-duration,1s);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-timing-function: var(--fa-animation-timing,steps(8));
}
@media (prefers-reduced-motion:reduce) {
  .fa-beat,
  .fa-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation: none !important;
    transition: none !important;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale,1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity,.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale,1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, to {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scaleX(-1);
}
.fa-flip-vertical {
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle,0));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  --fa-width:100%;
  inset: 0;
  position: absolute;
  text-align: center;
  width: var(--fa-width);
  z-index: var(--fa-stack-z-index,auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse,#fff);
}
.fa-0 {
  --fa:"0";
}
.fa-1 {
  --fa:"1";
}
.fa-2 {
  --fa:"2";
}
.fa-3 {
  --fa:"3";
}
.fa-4 {
  --fa:"4";
}
.fa-5 {
  --fa:"5";
}
.fa-6 {
  --fa:"6";
}
.fa-7 {
  --fa:"7";
}
.fa-8 {
  --fa:"8";
}
.fa-9 {
  --fa:"9";
}
.fa-exclamation {
  --fa:"!";
}
.fa-hashtag {
  --fa:"#";
}
.fa-dollar,
.fa-dollar-sign,
.fa-usd {
  --fa:"$";
}
.fa-percent,
.fa-percentage {
  --fa:"%";
}
.fa-asterisk {
  --fa:"*";
}
.fa-add,
.fa-plus {
  --fa:"+";
}
.fa-less-than {
  --fa:"<";
}
.fa-equals {
  --fa:"=";
}
.fa-greater-than {
  --fa:">";
}
.fa-question {
  --fa:"?";
}
.fa-at {
  --fa:"@";
}
.fa-a {
  --fa:"A";
}
.fa-b {
  --fa:"B";
}
.fa-c {
  --fa:"C";
}
.fa-d {
  --fa:"D";
}
.fa-e {
  --fa:"E";
}
.fa-f {
  --fa:"F";
}
.fa-g {
  --fa:"G";
}
.fa-h {
  --fa:"H";
}
.fa-i {
  --fa:"I";
}
.fa-j {
  --fa:"J";
}
.fa-k {
  --fa:"K";
}
.fa-l {
  --fa:"L";
}
.fa-m {
  --fa:"M";
}
.fa-n {
  --fa:"N";
}
.fa-o {
  --fa:"O";
}
.fa-p {
  --fa:"P";
}
.fa-q {
  --fa:"Q";
}
.fa-r {
  --fa:"R";
}
.fa-s {
  --fa:"S";
}
.fa-t {
  --fa:"T";
}
.fa-u {
  --fa:"U";
}
.fa-v {
  --fa:"V";
}
.fa-w {
  --fa:"W";
}
.fa-x {
  --fa:"X";
}
.fa-y {
  --fa:"Y";
}
.fa-z {
  --fa:"Z";
}
.fa-faucet {
  --fa:"\e005";
}
.fa-faucet-drip {
  --fa:"\e006";
}
.fa-house-chimney-window {
  --fa:"\e00d";
}
.fa-house-signal {
  --fa:"\e012";
}
.fa-temperature-arrow-down,
.fa-temperature-down {
  --fa:"\e03f";
}
.fa-temperature-arrow-up,
.fa-temperature-up {
  --fa:"\e040";
}
.fa-trailer {
  --fa:"\e041";
}
.fa-bacteria {
  --fa:"\e059";
}
.fa-bacterium {
  --fa:"\e05a";
}
.fa-box-tissue {
  --fa:"\e05b";
}
.fa-hand-holding-medical {
  --fa:"\e05c";
}
.fa-hand-sparkles {
  --fa:"\e05d";
}
.fa-hands-bubbles,
.fa-hands-wash {
  --fa:"\e05e";
}
.fa-handshake-alt-slash,
.fa-handshake-simple-slash,
.fa-handshake-slash {
  --fa:"\e060";
}
.fa-head-side-cough {
  --fa:"\e061";
}
.fa-head-side-cough-slash {
  --fa:"\e062";
}
.fa-head-side-mask {
  --fa:"\e063";
}
.fa-head-side-virus {
  --fa:"\e064";
}
.fa-house-chimney-user {
  --fa:"\e065";
}
.fa-house-laptop,
.fa-laptop-house {
  --fa:"\e066";
}
.fa-lungs-virus {
  --fa:"\e067";
}
.fa-people-arrows,
.fa-people-arrows-left-right {
  --fa:"\e068";
}
.fa-plane-slash {
  --fa:"\e069";
}
.fa-pump-medical {
  --fa:"\e06a";
}
.fa-pump-soap {
  --fa:"\e06b";
}
.fa-shield-virus {
  --fa:"\e06c";
}
.fa-sink {
  --fa:"\e06d";
}
.fa-soap {
  --fa:"\e06e";
}
.fa-stopwatch-20 {
  --fa:"\e06f";
}
.fa-shop-slash,
.fa-store-alt-slash {
  --fa:"\e070";
}
.fa-store-slash {
  --fa:"\e071";
}
.fa-toilet-paper-slash {
  --fa:"\e072";
}
.fa-users-slash {
  --fa:"\e073";
}
.fa-virus {
  --fa:"\e074";
}
.fa-virus-slash {
  --fa:"\e075";
}
.fa-viruses {
  --fa:"\e076";
}
.fa-vest {
  --fa:"\e085";
}
.fa-vest-patches {
  --fa:"\e086";
}
.fa-arrow-trend-down {
  --fa:"\e097";
}
.fa-arrow-trend-up {
  --fa:"\e098";
}
.fa-arrow-up-from-bracket {
  --fa:"\e09a";
}
.fa-austral-sign {
  --fa:"\e0a9";
}
.fa-baht-sign {
  --fa:"\e0ac";
}
.fa-bitcoin-sign {
  --fa:"\e0b4";
}
.fa-bolt-lightning {
  --fa:"\e0b7";
}
.fa-book-bookmark {
  --fa:"\e0bb";
}
.fa-camera-rotate {
  --fa:"\e0d8";
}
.fa-cedi-sign {
  --fa:"\e0df";
}
.fa-chart-column {
  --fa:"\e0e3";
}
.fa-chart-gantt {
  --fa:"\e0e4";
}
.fa-clapperboard {
  --fa:"\e131";
}
.fa-clover {
  --fa:"\e139";
}
.fa-code-compare {
  --fa:"\e13a";
}
.fa-code-fork {
  --fa:"\e13b";
}
.fa-code-pull-request {
  --fa:"\e13c";
}
.fa-colon-sign {
  --fa:"\e140";
}
.fa-cruzeiro-sign {
  --fa:"\e152";
}
.fa-display {
  --fa:"\e163";
}
.fa-dong-sign {
  --fa:"\e169";
}
.fa-elevator {
  --fa:"\e16d";
}
.fa-filter-circle-xmark {
  --fa:"\e17b";
}
.fa-florin-sign {
  --fa:"\e184";
}
.fa-folder-closed {
  --fa:"\e185";
}
.fa-franc-sign {
  --fa:"\e18f";
}
.fa-guarani-sign {
  --fa:"\e19a";
}
.fa-gun {
  --fa:"\e19b";
}
.fa-hands-clapping {
  --fa:"\e1a8";
}
.fa-home-user,
.fa-house-user {
  --fa:"\e1b0";
}
.fa-indian-rupee,
.fa-indian-rupee-sign,
.fa-inr {
  --fa:"\e1bc";
}
.fa-kip-sign {
  --fa:"\e1c4";
}
.fa-lari-sign {
  --fa:"\e1c8";
}
.fa-litecoin-sign {
  --fa:"\e1d3";
}
.fa-manat-sign {
  --fa:"\e1d5";
}
.fa-mask-face {
  --fa:"\e1d7";
}
.fa-mill-sign {
  --fa:"\e1ed";
}
.fa-money-bills {
  --fa:"\e1f3";
}
.fa-naira-sign {
  --fa:"\e1f6";
}
.fa-notdef {
  --fa:"\e1fe";
}
.fa-panorama {
  --fa:"\e209";
}
.fa-peseta-sign {
  --fa:"\e221";
}
.fa-peso-sign {
  --fa:"\e222";
}
.fa-plane-up {
  --fa:"\e22d";
}
.fa-rupiah-sign {
  --fa:"\e23d";
}
.fa-stairs {
  --fa:"\e289";
}
.fa-timeline {
  --fa:"\e29c";
}
.fa-truck-front {
  --fa:"\e2b7";
}
.fa-try,
.fa-turkish-lira,
.fa-turkish-lira-sign {
  --fa:"\e2bb";
}
.fa-vault {
  --fa:"\e2c5";
}
.fa-magic-wand-sparkles,
.fa-wand-magic-sparkles {
  --fa:"\e2ca";
}
.fa-wheat-alt,
.fa-wheat-awn {
  --fa:"\e2cd";
}
.fa-wheelchair-alt,
.fa-wheelchair-move {
  --fa:"\e2ce";
}
.fa-bangladeshi-taka-sign {
  --fa:"\e2e6";
}
.fa-bowl-rice {
  --fa:"\e2eb";
}
.fa-person-pregnant {
  --fa:"\e31e";
}
.fa-home-lg,
.fa-house-chimney {
  --fa:"\e3af";
}
.fa-house-crack {
  --fa:"\e3b1";
}
.fa-house-medical {
  --fa:"\e3b2";
}
.fa-cent-sign {
  --fa:"\e3f5";
}
.fa-plus-minus {
  --fa:"\e43c";
}
.fa-sailboat {
  --fa:"\e445";
}
.fa-section {
  --fa:"\e447";
}
.fa-shrimp {
  --fa:"\e448";
}
.fa-brazilian-real-sign {
  --fa:"\e46c";
}
.fa-chart-simple {
  --fa:"\e473";
}
.fa-diagram-next {
  --fa:"\e476";
}
.fa-diagram-predecessor {
  --fa:"\e477";
}
.fa-diagram-successor {
  --fa:"\e47a";
}
.fa-earth-oceania,
.fa-globe-oceania {
  --fa:"\e47b";
}
.fa-bug-slash {
  --fa:"\e490";
}
.fa-file-circle-plus {
  --fa:"\e494";
}
.fa-shop-lock {
  --fa:"\e4a5";
}
.fa-virus-covid {
  --fa:"\e4a8";
}
.fa-virus-covid-slash {
  --fa:"\e4a9";
}
.fa-anchor-circle-check {
  --fa:"\e4aa";
}
.fa-anchor-circle-exclamation {
  --fa:"\e4ab";
}
.fa-anchor-circle-xmark {
  --fa:"\e4ac";
}
.fa-anchor-lock {
  --fa:"\e4ad";
}
.fa-arrow-down-up-across-line {
  --fa:"\e4af";
}
.fa-arrow-down-up-lock {
  --fa:"\e4b0";
}
.fa-arrow-right-to-city {
  --fa:"\e4b3";
}
.fa-arrow-up-from-ground-water {
  --fa:"\e4b5";
}
.fa-arrow-up-from-water-pump {
  --fa:"\e4b6";
}
.fa-arrow-up-right-dots {
  --fa:"\e4b7";
}
.fa-arrows-down-to-line {
  --fa:"\e4b8";
}
.fa-arrows-down-to-people {
  --fa:"\e4b9";
}
.fa-arrows-left-right-to-line {
  --fa:"\e4ba";
}
.fa-arrows-spin {
  --fa:"\e4bb";
}
.fa-arrows-split-up-and-left {
  --fa:"\e4bc";
}
.fa-arrows-to-circle {
  --fa:"\e4bd";
}
.fa-arrows-to-dot {
  --fa:"\e4be";
}
.fa-arrows-to-eye {
  --fa:"\e4bf";
}
.fa-arrows-turn-right {
  --fa:"\e4c0";
}
.fa-arrows-turn-to-dots {
  --fa:"\e4c1";
}
.fa-arrows-up-to-line {
  --fa:"\e4c2";
}
.fa-bore-hole {
  --fa:"\e4c3";
}
.fa-bottle-droplet {
  --fa:"\e4c4";
}
.fa-bottle-water {
  --fa:"\e4c5";
}
.fa-bowl-food {
  --fa:"\e4c6";
}
.fa-boxes-packing {
  --fa:"\e4c7";
}
.fa-bridge {
  --fa:"\e4c8";
}
.fa-bridge-circle-check {
  --fa:"\e4c9";
}
.fa-bridge-circle-exclamation {
  --fa:"\e4ca";
}
.fa-bridge-circle-xmark {
  --fa:"\e4cb";
}
.fa-bridge-lock {
  --fa:"\e4cc";
}
.fa-bridge-water {
  --fa:"\e4ce";
}
.fa-bucket {
  --fa:"\e4cf";
}
.fa-bugs {
  --fa:"\e4d0";
}
.fa-building-circle-arrow-right {
  --fa:"\e4d1";
}
.fa-building-circle-check {
  --fa:"\e4d2";
}
.fa-building-circle-exclamation {
  --fa:"\e4d3";
}
.fa-building-circle-xmark {
  --fa:"\e4d4";
}
.fa-building-flag {
  --fa:"\e4d5";
}
.fa-building-lock {
  --fa:"\e4d6";
}
.fa-building-ngo {
  --fa:"\e4d7";
}
.fa-building-shield {
  --fa:"\e4d8";
}
.fa-building-un {
  --fa:"\e4d9";
}
.fa-building-user {
  --fa:"\e4da";
}
.fa-building-wheat {
  --fa:"\e4db";
}
.fa-burst {
  --fa:"\e4dc";
}
.fa-car-on {
  --fa:"\e4dd";
}
.fa-car-tunnel {
  --fa:"\e4de";
}
.fa-child-combatant,
.fa-child-rifle {
  --fa:"\e4e0";
}
.fa-children {
  --fa:"\e4e1";
}
.fa-circle-nodes {
  --fa:"\e4e2";
}
.fa-clipboard-question {
  --fa:"\e4e3";
}
.fa-cloud-showers-water {
  --fa:"\e4e4";
}
.fa-computer {
  --fa:"\e4e5";
}
.fa-cubes-stacked {
  --fa:"\e4e6";
}
.fa-envelope-circle-check {
  --fa:"\e4e8";
}
.fa-explosion {
  --fa:"\e4e9";
}
.fa-ferry {
  --fa:"\e4ea";
}
.fa-file-circle-exclamation {
  --fa:"\e4eb";
}
.fa-file-circle-minus {
  --fa:"\e4ed";
}
.fa-file-circle-question {
  --fa:"\e4ef";
}
.fa-file-shield {
  --fa:"\e4f0";
}
.fa-fire-burner {
  --fa:"\e4f1";
}
.fa-fish-fins {
  --fa:"\e4f2";
}
.fa-flask-vial {
  --fa:"\e4f3";
}
.fa-glass-water {
  --fa:"\e4f4";
}
.fa-glass-water-droplet {
  --fa:"\e4f5";
}
.fa-group-arrows-rotate {
  --fa:"\e4f6";
}
.fa-hand-holding-hand {
  --fa:"\e4f7";
}
.fa-handcuffs {
  --fa:"\e4f8";
}
.fa-hands-bound {
  --fa:"\e4f9";
}
.fa-hands-holding-child {
  --fa:"\e4fa";
}
.fa-hands-holding-circle {
  --fa:"\e4fb";
}
.fa-heart-circle-bolt {
  --fa:"\e4fc";
}
.fa-heart-circle-check {
  --fa:"\e4fd";
}
.fa-heart-circle-exclamation {
  --fa:"\e4fe";
}
.fa-heart-circle-minus {
  --fa:"\e4ff";
}
.fa-heart-circle-plus {
  --fa:"\e500";
}
.fa-heart-circle-xmark {
  --fa:"\e501";
}
.fa-helicopter-symbol {
  --fa:"\e502";
}
.fa-helmet-un {
  --fa:"\e503";
}
.fa-hill-avalanche {
  --fa:"\e507";
}
.fa-hill-rockslide {
  --fa:"\e508";
}
.fa-house-circle-check {
  --fa:"\e509";
}
.fa-house-circle-exclamation {
  --fa:"\e50a";
}
.fa-house-circle-xmark {
  --fa:"\e50b";
}
.fa-house-fire {
  --fa:"\e50c";
}
.fa-house-flag {
  --fa:"\e50d";
}
.fa-house-flood-water {
  --fa:"\e50e";
}
.fa-house-flood-water-circle-arrow-right {
  --fa:"\e50f";
}
.fa-house-lock {
  --fa:"\e510";
}
.fa-house-medical-circle-check {
  --fa:"\e511";
}
.fa-house-medical-circle-exclamation {
  --fa:"\e512";
}
.fa-house-medical-circle-xmark {
  --fa:"\e513";
}
.fa-house-medical-flag {
  --fa:"\e514";
}
.fa-house-tsunami {
  --fa:"\e515";
}
.fa-jar {
  --fa:"\e516";
}
.fa-jar-wheat {
  --fa:"\e517";
}
.fa-jet-fighter-up {
  --fa:"\e518";
}
.fa-jug-detergent {
  --fa:"\e519";
}
.fa-kitchen-set {
  --fa:"\e51a";
}
.fa-land-mine-on {
  --fa:"\e51b";
}
.fa-landmark-flag {
  --fa:"\e51c";
}
.fa-laptop-file {
  --fa:"\e51d";
}
.fa-lines-leaning {
  --fa:"\e51e";
}
.fa-location-pin-lock {
  --fa:"\e51f";
}
.fa-locust {
  --fa:"\e520";
}
.fa-magnifying-glass-arrow-right {
  --fa:"\e521";
}
.fa-magnifying-glass-chart {
  --fa:"\e522";
}
.fa-mars-and-venus-burst {
  --fa:"\e523";
}
.fa-mask-ventilator {
  --fa:"\e524";
}
.fa-mattress-pillow {
  --fa:"\e525";
}
.fa-mobile-retro {
  --fa:"\e527";
}
.fa-money-bill-transfer {
  --fa:"\e528";
}
.fa-money-bill-trend-up {
  --fa:"\e529";
}
.fa-money-bill-wheat {
  --fa:"\e52a";
}
.fa-mosquito {
  --fa:"\e52b";
}
.fa-mosquito-net {
  --fa:"\e52c";
}
.fa-mound {
  --fa:"\e52d";
}
.fa-mountain-city {
  --fa:"\e52e";
}
.fa-mountain-sun {
  --fa:"\e52f";
}
.fa-oil-well {
  --fa:"\e532";
}
.fa-people-group {
  --fa:"\e533";
}
.fa-people-line {
  --fa:"\e534";
}
.fa-people-pulling {
  --fa:"\e535";
}
.fa-people-robbery {
  --fa:"\e536";
}
.fa-people-roof {
  --fa:"\e537";
}
.fa-person-arrow-down-to-line {
  --fa:"\e538";
}
.fa-person-arrow-up-from-line {
  --fa:"\e539";
}
.fa-person-breastfeeding {
  --fa:"\e53a";
}
.fa-person-burst {
  --fa:"\e53b";
}
.fa-person-cane {
  --fa:"\e53c";
}
.fa-person-chalkboard {
  --fa:"\e53d";
}
.fa-person-circle-check {
  --fa:"\e53e";
}
.fa-person-circle-exclamation {
  --fa:"\e53f";
}
.fa-person-circle-minus {
  --fa:"\e540";
}
.fa-person-circle-plus {
  --fa:"\e541";
}
.fa-person-circle-question {
  --fa:"\e542";
}
.fa-person-circle-xmark {
  --fa:"\e543";
}
.fa-person-dress-burst {
  --fa:"\e544";
}
.fa-person-drowning {
  --fa:"\e545";
}
.fa-person-falling {
  --fa:"\e546";
}
.fa-person-falling-burst {
  --fa:"\e547";
}
.fa-person-half-dress {
  --fa:"\e548";
}
.fa-person-harassing {
  --fa:"\e549";
}
.fa-person-military-pointing {
  --fa:"\e54a";
}
.fa-person-military-rifle {
  --fa:"\e54b";
}
.fa-person-military-to-person {
  --fa:"\e54c";
}
.fa-person-rays {
  --fa:"\e54d";
}
.fa-person-rifle {
  --fa:"\e54e";
}
.fa-person-shelter {
  --fa:"\e54f";
}
.fa-person-walking-arrow-loop-left {
  --fa:"\e551";
}
.fa-person-walking-arrow-right {
  --fa:"\e552";
}
.fa-person-walking-dashed-line-arrow-right {
  --fa:"\e553";
}
.fa-person-walking-luggage {
  --fa:"\e554";
}
.fa-plane-circle-check {
  --fa:"\e555";
}
.fa-plane-circle-exclamation {
  --fa:"\e556";
}
.fa-plane-circle-xmark {
  --fa:"\e557";
}
.fa-plane-lock {
  --fa:"\e558";
}
.fa-plate-wheat {
  --fa:"\e55a";
}
.fa-plug-circle-bolt {
  --fa:"\e55b";
}
.fa-plug-circle-check {
  --fa:"\e55c";
}
.fa-plug-circle-exclamation {
  --fa:"\e55d";
}
.fa-plug-circle-minus {
  --fa:"\e55e";
}
.fa-plug-circle-plus {
  --fa:"\e55f";
}
.fa-plug-circle-xmark {
  --fa:"\e560";
}
.fa-ranking-star {
  --fa:"\e561";
}
.fa-road-barrier {
  --fa:"\e562";
}
.fa-road-bridge {
  --fa:"\e563";
}
.fa-road-circle-check {
  --fa:"\e564";
}
.fa-road-circle-exclamation {
  --fa:"\e565";
}
.fa-road-circle-xmark {
  --fa:"\e566";
}
.fa-road-lock {
  --fa:"\e567";
}
.fa-road-spikes {
  --fa:"\e568";
}
.fa-rug {
  --fa:"\e569";
}
.fa-sack-xmark {
  --fa:"\e56a";
}
.fa-school-circle-check {
  --fa:"\e56b";
}
.fa-school-circle-exclamation {
  --fa:"\e56c";
}
.fa-school-circle-xmark {
  --fa:"\e56d";
}
.fa-school-flag {
  --fa:"\e56e";
}
.fa-school-lock {
  --fa:"\e56f";
}
.fa-sheet-plastic {
  --fa:"\e571";
}
.fa-shield-cat {
  --fa:"\e572";
}
.fa-shield-dog {
  --fa:"\e573";
}
.fa-shield-heart {
  --fa:"\e574";
}
.fa-square-nfi {
  --fa:"\e576";
}
.fa-square-person-confined {
  --fa:"\e577";
}
.fa-square-virus {
  --fa:"\e578";
}
.fa-rod-asclepius,
.fa-rod-snake,
.fa-staff-aesculapius,
.fa-staff-snake {
  --fa:"\e579";
}
.fa-sun-plant-wilt {
  --fa:"\e57a";
}
.fa-tarp {
  --fa:"\e57b";
}
.fa-tarp-droplet {
  --fa:"\e57c";
}
.fa-tent {
  --fa:"\e57d";
}
.fa-tent-arrow-down-to-line {
  --fa:"\e57e";
}
.fa-tent-arrow-left-right {
  --fa:"\e57f";
}
.fa-tent-arrow-turn-left {
  --fa:"\e580";
}
.fa-tent-arrows-down {
  --fa:"\e581";
}
.fa-tents {
  --fa:"\e582";
}
.fa-toilet-portable {
  --fa:"\e583";
}
.fa-toilets-portable {
  --fa:"\e584";
}
.fa-tower-cell {
  --fa:"\e585";
}
.fa-tower-observation {
  --fa:"\e586";
}
.fa-tree-city {
  --fa:"\e587";
}
.fa-trowel {
  --fa:"\e589";
}
.fa-trowel-bricks {
  --fa:"\e58a";
}
.fa-truck-arrow-right {
  --fa:"\e58b";
}
.fa-truck-droplet {
  --fa:"\e58c";
}
.fa-truck-field {
  --fa:"\e58d";
}
.fa-truck-field-un {
  --fa:"\e58e";
}
.fa-truck-plane {
  --fa:"\e58f";
}
.fa-users-between-lines {
  --fa:"\e591";
}
.fa-users-line {
  --fa:"\e592";
}
.fa-users-rays {
  --fa:"\e593";
}
.fa-users-rectangle {
  --fa:"\e594";
}
.fa-users-viewfinder {
  --fa:"\e595";
}
.fa-vial-circle-check {
  --fa:"\e596";
}
.fa-vial-virus {
  --fa:"\e597";
}
.fa-wheat-awn-circle-exclamation {
  --fa:"\e598";
}
.fa-worm {
  --fa:"\e599";
}
.fa-xmarks-lines {
  --fa:"\e59a";
}
.fa-child-dress {
  --fa:"\e59c";
}
.fa-child-reaching {
  --fa:"\e59d";
}
.fa-file-circle-check {
  --fa:"\e5a0";
}
.fa-file-circle-xmark {
  --fa:"\e5a1";
}
.fa-person-through-window {
  --fa:"\e5a9";
}
.fa-plant-wilt {
  --fa:"\e5aa";
}
.fa-stapler {
  --fa:"\e5af";
}
.fa-train-tram {
  --fa:"\e5b4";
}
.fa-table-cells-column-lock {
  --fa:"\e678";
}
.fa-table-cells-row-lock {
  --fa:"\e67a";
}
.fa-thumb-tack-slash,
.fa-thumbtack-slash {
  --fa:"\e68f";
}
.fa-table-cells-row-unlock {
  --fa:"\e691";
}
.fa-chart-diagram {
  --fa:"\e695";
}
.fa-comment-nodes {
  --fa:"\e696";
}
.fa-file-fragment {
  --fa:"\e697";
}
.fa-file-half-dashed {
  --fa:"\e698";
}
.fa-hexagon-nodes {
  --fa:"\e699";
}
.fa-hexagon-nodes-bolt {
  --fa:"\e69a";
}
.fa-square-binary {
  --fa:"\e69b";
}
.fa-pentagon {
  --fa:"\e790";
}
.fa-non-binary {
  --fa:"\e807";
}
.fa-spiral {
  --fa:"\e80a";
}
.fa-mobile-vibrate {
  --fa:"\e816";
}
.fa-single-quote-left {
  --fa:"\e81b";
}
.fa-single-quote-right {
  --fa:"\e81c";
}
.fa-bus-side {
  --fa:"\e81d";
}
.fa-heptagon,
.fa-septagon {
  --fa:"\e820";
}
.fa-glass-martini,
.fa-martini-glass-empty {
  --fa:"\f000";
}
.fa-music {
  --fa:"\f001";
}
.fa-magnifying-glass,
.fa-search {
  --fa:"\f002";
}
.fa-heart {
  --fa:"\f004";
}
.fa-star {
  --fa:"\f005";
}
.fa-user,
.fa-user-alt,
.fa-user-large {
  --fa:"\f007";
}
.fa-film,
.fa-film-alt,
.fa-film-simple {
  --fa:"\f008";
}
.fa-table-cells-large,
.fa-th-large {
  --fa:"\f009";
}
.fa-table-cells,
.fa-th {
  --fa:"\f00a";
}
.fa-table-list,
.fa-th-list {
  --fa:"\f00b";
}
.fa-check {
  --fa:"\f00c";
}
.fa-close,
.fa-multiply,
.fa-remove,
.fa-times,
.fa-xmark {
  --fa:"\f00d";
}
.fa-magnifying-glass-plus,
.fa-search-plus {
  --fa:"\f00e";
}
.fa-magnifying-glass-minus,
.fa-search-minus {
  --fa:"\f010";
}
.fa-power-off {
  --fa:"\f011";
}
.fa-signal,
.fa-signal-5,
.fa-signal-perfect {
  --fa:"\f012";
}
.fa-cog,
.fa-gear {
  --fa:"\f013";
}
.fa-home,
.fa-home-alt,
.fa-home-lg-alt,
.fa-house {
  --fa:"\f015";
}
.fa-clock,
.fa-clock-four {
  --fa:"\f017";
}
.fa-road {
  --fa:"\f018";
}
.fa-download {
  --fa:"\f019";
}
.fa-inbox {
  --fa:"\f01c";
}
.fa-arrow-right-rotate,
.fa-arrow-rotate-forward,
.fa-arrow-rotate-right,
.fa-redo {
  --fa:"\f01e";
}
.fa-arrows-rotate,
.fa-refresh,
.fa-sync {
  --fa:"\f021";
}
.fa-list-alt,
.fa-rectangle-list {
  --fa:"\f022";
}
.fa-lock {
  --fa:"\f023";
}
.fa-flag {
  --fa:"\f024";
}
.fa-headphones,
.fa-headphones-alt,
.fa-headphones-simple {
  --fa:"\f025";
}
.fa-volume-off {
  --fa:"\f026";
}
.fa-volume-down,
.fa-volume-low {
  --fa:"\f027";
}
.fa-volume-high,
.fa-volume-up {
  --fa:"\f028";
}
.fa-qrcode {
  --fa:"\f029";
}
.fa-barcode {
  --fa:"\f02a";
}
.fa-tag {
  --fa:"\f02b";
}
.fa-tags {
  --fa:"\f02c";
}
.fa-book {
  --fa:"\f02d";
}
.fa-bookmark {
  --fa:"\f02e";
}
.fa-print {
  --fa:"\f02f";
}
.fa-camera,
.fa-camera-alt {
  --fa:"\f030";
}
.fa-font {
  --fa:"\f031";
}
.fa-bold {
  --fa:"\f032";
}
.fa-italic {
  --fa:"\f033";
}
.fa-text-height {
  --fa:"\f034";
}
.fa-text-width {
  --fa:"\f035";
}
.fa-align-left {
  --fa:"\f036";
}
.fa-align-center {
  --fa:"\f037";
}
.fa-align-right {
  --fa:"\f038";
}
.fa-align-justify {
  --fa:"\f039";
}
.fa-list,
.fa-list-squares {
  --fa:"\f03a";
}
.fa-dedent,
.fa-outdent {
  --fa:"\f03b";
}
.fa-indent {
  --fa:"\f03c";
}
.fa-video,
.fa-video-camera {
  --fa:"\f03d";
}
.fa-image {
  --fa:"\f03e";
}
.fa-location-pin,
.fa-map-marker {
  --fa:"\f041";
}
.fa-adjust,
.fa-circle-half-stroke {
  --fa:"\f042";
}
.fa-droplet,
.fa-tint {
  --fa:"\f043";
}
.fa-edit,
.fa-pen-to-square {
  --fa:"\f044";
}
.fa-arrows,
.fa-arrows-up-down-left-right {
  --fa:"\f047";
}
.fa-backward-step,
.fa-step-backward {
  --fa:"\f048";
}
.fa-backward-fast,
.fa-fast-backward {
  --fa:"\f049";
}
.fa-backward {
  --fa:"\f04a";
}
.fa-play {
  --fa:"\f04b";
}
.fa-pause {
  --fa:"\f04c";
}
.fa-stop {
  --fa:"\f04d";
}
.fa-forward {
  --fa:"\f04e";
}
.fa-fast-forward,
.fa-forward-fast {
  --fa:"\f050";
}
.fa-forward-step,
.fa-step-forward {
  --fa:"\f051";
}
.fa-eject {
  --fa:"\f052";
}
.fa-chevron-left {
  --fa:"\f053";
}
.fa-chevron-right {
  --fa:"\f054";
}
.fa-circle-plus,
.fa-plus-circle {
  --fa:"\f055";
}
.fa-circle-minus,
.fa-minus-circle {
  --fa:"\f056";
}
.fa-circle-xmark,
.fa-times-circle,
.fa-xmark-circle {
  --fa:"\f057";
}
.fa-check-circle,
.fa-circle-check {
  --fa:"\f058";
}
.fa-circle-question,
.fa-question-circle {
  --fa:"\f059";
}
.fa-circle-info,
.fa-info-circle {
  --fa:"\f05a";
}
.fa-crosshairs {
  --fa:"\f05b";
}
.fa-ban,
.fa-cancel {
  --fa:"\f05e";
}
.fa-arrow-left {
  --fa:"\f060";
}
.fa-arrow-right {
  --fa:"\f061";
}
.fa-arrow-up {
  --fa:"\f062";
}
.fa-arrow-down {
  --fa:"\f063";
}
.fa-mail-forward,
.fa-share {
  --fa:"\f064";
}
.fa-expand {
  --fa:"\f065";
}
.fa-compress {
  --fa:"\f066";
}
.fa-minus,
.fa-subtract {
  --fa:"\f068";
}
.fa-circle-exclamation,
.fa-exclamation-circle {
  --fa:"\f06a";
}
.fa-gift {
  --fa:"\f06b";
}
.fa-leaf {
  --fa:"\f06c";
}
.fa-fire {
  --fa:"\f06d";
}
.fa-eye {
  --fa:"\f06e";
}
.fa-eye-slash {
  --fa:"\f070";
}
.fa-exclamation-triangle,
.fa-triangle-exclamation,
.fa-warning {
  --fa:"\f071";
}
.fa-plane {
  --fa:"\f072";
}
.fa-calendar-alt,
.fa-calendar-days {
  --fa:"\f073";
}
.fa-random,
.fa-shuffle {
  --fa:"\f074";
}
.fa-comment {
  --fa:"\f075";
}
.fa-magnet {
  --fa:"\f076";
}
.fa-chevron-up {
  --fa:"\f077";
}
.fa-chevron-down {
  --fa:"\f078";
}
.fa-retweet {
  --fa:"\f079";
}
.fa-cart-shopping,
.fa-shopping-cart {
  --fa:"\f07a";
}
.fa-folder,
.fa-folder-blank {
  --fa:"\f07b";
}
.fa-folder-open {
  --fa:"\f07c";
}
.fa-arrows-up-down,
.fa-arrows-v {
  --fa:"\f07d";
}
.fa-arrows-h,
.fa-arrows-left-right {
  --fa:"\f07e";
}
.fa-bar-chart,
.fa-chart-bar {
  --fa:"\f080";
}
.fa-camera-retro {
  --fa:"\f083";
}
.fa-key {
  --fa:"\f084";
}
.fa-cogs,
.fa-gears {
  --fa:"\f085";
}
.fa-comments {
  --fa:"\f086";
}
.fa-star-half {
  --fa:"\f089";
}
.fa-arrow-right-from-bracket,
.fa-sign-out {
  --fa:"\f08b";
}
.fa-thumb-tack,
.fa-thumbtack {
  --fa:"\f08d";
}
.fa-arrow-up-right-from-square,
.fa-external-link {
  --fa:"\f08e";
}
.fa-arrow-right-to-bracket,
.fa-sign-in {
  --fa:"\f090";
}
.fa-trophy {
  --fa:"\f091";
}
.fa-upload {
  --fa:"\f093";
}
.fa-lemon {
  --fa:"\f094";
}
.fa-phone {
  --fa:"\f095";
}
.fa-phone-square,
.fa-square-phone {
  --fa:"\f098";
}
.fa-unlock {
  --fa:"\f09c";
}
.fa-credit-card,
.fa-credit-card-alt {
  --fa:"\f09d";
}
.fa-feed,
.fa-rss {
  --fa:"\f09e";
}
.fa-hard-drive,
.fa-hdd {
  --fa:"\f0a0";
}
.fa-bullhorn {
  --fa:"\f0a1";
}
.fa-certificate {
  --fa:"\f0a3";
}
.fa-hand-point-right {
  --fa:"\f0a4";
}
.fa-hand-point-left {
  --fa:"\f0a5";
}
.fa-hand-point-up {
  --fa:"\f0a6";
}
.fa-hand-point-down {
  --fa:"\f0a7";
}
.fa-arrow-circle-left,
.fa-circle-arrow-left {
  --fa:"\f0a8";
}
.fa-arrow-circle-right,
.fa-circle-arrow-right {
  --fa:"\f0a9";
}
.fa-arrow-circle-up,
.fa-circle-arrow-up {
  --fa:"\f0aa";
}
.fa-arrow-circle-down,
.fa-circle-arrow-down {
  --fa:"\f0ab";
}
.fa-globe {
  --fa:"\f0ac";
}
.fa-wrench {
  --fa:"\f0ad";
}
.fa-list-check,
.fa-tasks {
  --fa:"\f0ae";
}
.fa-filter {
  --fa:"\f0b0";
}
.fa-briefcase {
  --fa:"\f0b1";
}
.fa-arrows-alt,
.fa-up-down-left-right {
  --fa:"\f0b2";
}
.fa-users {
  --fa:"\f0c0";
}
.fa-chain,
.fa-link {
  --fa:"\f0c1";
}
.fa-cloud {
  --fa:"\f0c2";
}
.fa-flask {
  --fa:"\f0c3";
}
.fa-cut,
.fa-scissors {
  --fa:"\f0c4";
}
.fa-copy {
  --fa:"\f0c5";
}
.fa-paperclip {
  --fa:"\f0c6";
}
.fa-floppy-disk,
.fa-save {
  --fa:"\f0c7";
}
.fa-square {
  --fa:"\f0c8";
}
.fa-bars,
.fa-navicon {
  --fa:"\f0c9";
}
.fa-list-dots,
.fa-list-ul {
  --fa:"\f0ca";
}
.fa-list-1-2,
.fa-list-numeric,
.fa-list-ol {
  --fa:"\f0cb";
}
.fa-strikethrough {
  --fa:"\f0cc";
}
.fa-underline {
  --fa:"\f0cd";
}
.fa-table {
  --fa:"\f0ce";
}
.fa-magic,
.fa-wand-magic {
  --fa:"\f0d0";
}
.fa-truck {
  --fa:"\f0d1";
}
.fa-money-bill {
  --fa:"\f0d6";
}
.fa-caret-down {
  --fa:"\f0d7";
}
.fa-caret-up {
  --fa:"\f0d8";
}
.fa-caret-left {
  --fa:"\f0d9";
}
.fa-caret-right {
  --fa:"\f0da";
}
.fa-columns,
.fa-table-columns {
  --fa:"\f0db";
}
.fa-sort,
.fa-unsorted {
  --fa:"\f0dc";
}
.fa-sort-desc,
.fa-sort-down {
  --fa:"\f0dd";
}
.fa-sort-asc,
.fa-sort-up {
  --fa:"\f0de";
}
.fa-envelope {
  --fa:"\f0e0";
}
.fa-arrow-left-rotate,
.fa-arrow-rotate-back,
.fa-arrow-rotate-backward,
.fa-arrow-rotate-left,
.fa-undo {
  --fa:"\f0e2";
}
.fa-gavel,
.fa-legal {
  --fa:"\f0e3";
}
.fa-bolt,
.fa-zap {
  --fa:"\f0e7";
}
.fa-sitemap {
  --fa:"\f0e8";
}
.fa-umbrella {
  --fa:"\f0e9";
}
.fa-file-clipboard,
.fa-paste {
  --fa:"\f0ea";
}
.fa-lightbulb {
  --fa:"\f0eb";
}
.fa-arrow-right-arrow-left,
.fa-exchange {
  --fa:"\f0ec";
}
.fa-cloud-arrow-down,
.fa-cloud-download,
.fa-cloud-download-alt {
  --fa:"\f0ed";
}
.fa-cloud-arrow-up,
.fa-cloud-upload,
.fa-cloud-upload-alt {
  --fa:"\f0ee";
}
.fa-user-doctor,
.fa-user-md {
  --fa:"\f0f0";
}
.fa-stethoscope {
  --fa:"\f0f1";
}
.fa-suitcase {
  --fa:"\f0f2";
}
.fa-bell {
  --fa:"\f0f3";
}
.fa-coffee,
.fa-mug-saucer {
  --fa:"\f0f4";
}
.fa-hospital,
.fa-hospital-alt,
.fa-hospital-wide {
  --fa:"\f0f8";
}
.fa-ambulance,
.fa-truck-medical {
  --fa:"\f0f9";
}
.fa-medkit,
.fa-suitcase-medical {
  --fa:"\f0fa";
}
.fa-fighter-jet,
.fa-jet-fighter {
  --fa:"\f0fb";
}
.fa-beer,
.fa-beer-mug-empty {
  --fa:"\f0fc";
}
.fa-h-square,
.fa-square-h {
  --fa:"\f0fd";
}
.fa-plus-square,
.fa-square-plus {
  --fa:"\f0fe";
}
.fa-angle-double-left,
.fa-angles-left {
  --fa:"\f100";
}
.fa-angle-double-right,
.fa-angles-right {
  --fa:"\f101";
}
.fa-angle-double-up,
.fa-angles-up {
  --fa:"\f102";
}
.fa-angle-double-down,
.fa-angles-down {
  --fa:"\f103";
}
.fa-angle-left {
  --fa:"\f104";
}
.fa-angle-right {
  --fa:"\f105";
}
.fa-angle-up {
  --fa:"\f106";
}
.fa-angle-down {
  --fa:"\f107";
}
.fa-laptop {
  --fa:"\f109";
}
.fa-tablet-button {
  --fa:"\f10a";
}
.fa-mobile-button {
  --fa:"\f10b";
}
.fa-quote-left,
.fa-quote-left-alt {
  --fa:"\f10d";
}
.fa-quote-right,
.fa-quote-right-alt {
  --fa:"\f10e";
}
.fa-spinner {
  --fa:"\f110";
}
.fa-circle {
  --fa:"\f111";
}
.fa-face-smile,
.fa-smile {
  --fa:"\f118";
}
.fa-face-frown,
.fa-frown {
  --fa:"\f119";
}
.fa-face-meh,
.fa-meh {
  --fa:"\f11a";
}
.fa-gamepad {
  --fa:"\f11b";
}
.fa-keyboard {
  --fa:"\f11c";
}
.fa-flag-checkered {
  --fa:"\f11e";
}
.fa-terminal {
  --fa:"\f120";
}
.fa-code {
  --fa:"\f121";
}
.fa-mail-reply-all,
.fa-reply-all {
  --fa:"\f122";
}
.fa-location-arrow {
  --fa:"\f124";
}
.fa-crop {
  --fa:"\f125";
}
.fa-code-branch {
  --fa:"\f126";
}
.fa-chain-broken,
.fa-chain-slash,
.fa-link-slash,
.fa-unlink {
  --fa:"\f127";
}
.fa-info {
  --fa:"\f129";
}
.fa-superscript {
  --fa:"\f12b";
}
.fa-subscript {
  --fa:"\f12c";
}
.fa-eraser {
  --fa:"\f12d";
}
.fa-puzzle-piece {
  --fa:"\f12e";
}
.fa-microphone {
  --fa:"\f130";
}
.fa-microphone-slash {
  --fa:"\f131";
}
.fa-shield,
.fa-shield-blank {
  --fa:"\f132";
}
.fa-calendar {
  --fa:"\f133";
}
.fa-fire-extinguisher {
  --fa:"\f134";
}
.fa-rocket {
  --fa:"\f135";
}
.fa-chevron-circle-left,
.fa-circle-chevron-left {
  --fa:"\f137";
}
.fa-chevron-circle-right,
.fa-circle-chevron-right {
  --fa:"\f138";
}
.fa-chevron-circle-up,
.fa-circle-chevron-up {
  --fa:"\f139";
}
.fa-chevron-circle-down,
.fa-circle-chevron-down {
  --fa:"\f13a";
}
.fa-anchor {
  --fa:"\f13d";
}
.fa-unlock-alt,
.fa-unlock-keyhole {
  --fa:"\f13e";
}
.fa-bullseye {
  --fa:"\f140";
}
.fa-ellipsis,
.fa-ellipsis-h {
  --fa:"\f141";
}
.fa-ellipsis-v,
.fa-ellipsis-vertical {
  --fa:"\f142";
}
.fa-rss-square,
.fa-square-rss {
  --fa:"\f143";
}
.fa-circle-play,
.fa-play-circle {
  --fa:"\f144";
}
.fa-ticket {
  --fa:"\f145";
}
.fa-minus-square,
.fa-square-minus {
  --fa:"\f146";
}
.fa-arrow-turn-up,
.fa-level-up {
  --fa:"\f148";
}
.fa-arrow-turn-down,
.fa-level-down {
  --fa:"\f149";
}
.fa-check-square,
.fa-square-check {
  --fa:"\f14a";
}
.fa-pen-square,
.fa-pencil-square,
.fa-square-pen {
  --fa:"\f14b";
}
.fa-external-link-square,
.fa-square-arrow-up-right {
  --fa:"\f14c";
}
.fa-share-from-square,
.fa-share-square {
  --fa:"\f14d";
}
.fa-compass {
  --fa:"\f14e";
}
.fa-caret-square-down,
.fa-square-caret-down {
  --fa:"\f150";
}
.fa-caret-square-up,
.fa-square-caret-up {
  --fa:"\f151";
}
.fa-caret-square-right,
.fa-square-caret-right {
  --fa:"\f152";
}
.fa-eur,
.fa-euro,
.fa-euro-sign {
  --fa:"\f153";
}
.fa-gbp,
.fa-pound-sign,
.fa-sterling-sign {
  --fa:"\f154";
}
.fa-rupee,
.fa-rupee-sign {
  --fa:"\f156";
}
.fa-cny,
.fa-jpy,
.fa-rmb,
.fa-yen,
.fa-yen-sign {
  --fa:"\f157";
}
.fa-rouble,
.fa-rub,
.fa-ruble,
.fa-ruble-sign {
  --fa:"\f158";
}
.fa-krw,
.fa-won,
.fa-won-sign {
  --fa:"\f159";
}
.fa-file {
  --fa:"\f15b";
}
.fa-file-alt,
.fa-file-lines,
.fa-file-text {
  --fa:"\f15c";
}
.fa-arrow-down-a-z,
.fa-sort-alpha-asc,
.fa-sort-alpha-down {
  --fa:"\f15d";
}
.fa-arrow-up-a-z,
.fa-sort-alpha-up {
  --fa:"\f15e";
}
.fa-arrow-down-wide-short,
.fa-sort-amount-asc,
.fa-sort-amount-down {
  --fa:"\f160";
}
.fa-arrow-up-wide-short,
.fa-sort-amount-up {
  --fa:"\f161";
}
.fa-arrow-down-1-9,
.fa-sort-numeric-asc,
.fa-sort-numeric-down {
  --fa:"\f162";
}
.fa-arrow-up-1-9,
.fa-sort-numeric-up {
  --fa:"\f163";
}
.fa-thumbs-up {
  --fa:"\f164";
}
.fa-thumbs-down {
  --fa:"\f165";
}
.fa-arrow-down-long,
.fa-long-arrow-down {
  --fa:"\f175";
}
.fa-arrow-up-long,
.fa-long-arrow-up {
  --fa:"\f176";
}
.fa-arrow-left-long,
.fa-long-arrow-left {
  --fa:"\f177";
}
.fa-arrow-right-long,
.fa-long-arrow-right {
  --fa:"\f178";
}
.fa-female,
.fa-person-dress {
  --fa:"\f182";
}
.fa-male,
.fa-person {
  --fa:"\f183";
}
.fa-sun {
  --fa:"\f185";
}
.fa-moon {
  --fa:"\f186";
}
.fa-archive,
.fa-box-archive {
  --fa:"\f187";
}
.fa-bug {
  --fa:"\f188";
}
.fa-caret-square-left,
.fa-square-caret-left {
  --fa:"\f191";
}
.fa-circle-dot,
.fa-dot-circle {
  --fa:"\f192";
}
.fa-wheelchair {
  --fa:"\f193";
}
.fa-lira-sign {
  --fa:"\f195";
}
.fa-shuttle-space,
.fa-space-shuttle {
  --fa:"\f197";
}
.fa-envelope-square,
.fa-square-envelope {
  --fa:"\f199";
}
.fa-bank,
.fa-building-columns,
.fa-institution,
.fa-museum,
.fa-university {
  --fa:"\f19c";
}
.fa-graduation-cap,
.fa-mortar-board {
  --fa:"\f19d";
}
.fa-language {
  --fa:"\f1ab";
}
.fa-fax {
  --fa:"\f1ac";
}
.fa-building {
  --fa:"\f1ad";
}
.fa-child {
  --fa:"\f1ae";
}
.fa-paw {
  --fa:"\f1b0";
}
.fa-cube {
  --fa:"\f1b2";
}
.fa-cubes {
  --fa:"\f1b3";
}
.fa-recycle {
  --fa:"\f1b8";
}
.fa-automobile,
.fa-car {
  --fa:"\f1b9";
}
.fa-cab,
.fa-taxi {
  --fa:"\f1ba";
}
.fa-tree {
  --fa:"\f1bb";
}
.fa-database {
  --fa:"\f1c0";
}
.fa-file-pdf {
  --fa:"\f1c1";
}
.fa-file-word {
  --fa:"\f1c2";
}
.fa-file-excel {
  --fa:"\f1c3";
}
.fa-file-powerpoint {
  --fa:"\f1c4";
}
.fa-file-image {
  --fa:"\f1c5";
}
.fa-file-archive,
.fa-file-zipper {
  --fa:"\f1c6";
}
.fa-file-audio {
  --fa:"\f1c7";
}
.fa-file-video {
  --fa:"\f1c8";
}
.fa-file-code {
  --fa:"\f1c9";
}
.fa-life-ring {
  --fa:"\f1cd";
}
.fa-circle-notch {
  --fa:"\f1ce";
}
.fa-paper-plane {
  --fa:"\f1d8";
}
.fa-clock-rotate-left,
.fa-history {
  --fa:"\f1da";
}
.fa-header,
.fa-heading {
  --fa:"\f1dc";
}
.fa-paragraph {
  --fa:"\f1dd";
}
.fa-sliders,
.fa-sliders-h {
  --fa:"\f1de";
}
.fa-share-alt,
.fa-share-nodes {
  --fa:"\f1e0";
}
.fa-share-alt-square,
.fa-square-share-nodes {
  --fa:"\f1e1";
}
.fa-bomb {
  --fa:"\f1e2";
}
.fa-futbol,
.fa-futbol-ball,
.fa-soccer-ball {
  --fa:"\f1e3";
}
.fa-teletype,
.fa-tty {
  --fa:"\f1e4";
}
.fa-binoculars {
  --fa:"\f1e5";
}
.fa-plug {
  --fa:"\f1e6";
}
.fa-newspaper {
  --fa:"\f1ea";
}
.fa-wifi,
.fa-wifi-3,
.fa-wifi-strong {
  --fa:"\f1eb";
}
.fa-calculator {
  --fa:"\f1ec";
}
.fa-bell-slash {
  --fa:"\f1f6";
}
.fa-trash {
  --fa:"\f1f8";
}
.fa-copyright {
  --fa:"\f1f9";
}
.fa-eye-dropper,
.fa-eye-dropper-empty,
.fa-eyedropper {
  --fa:"\f1fb";
}
.fa-paint-brush,
.fa-paintbrush {
  --fa:"\f1fc";
}
.fa-birthday-cake,
.fa-cake,
.fa-cake-candles {
  --fa:"\f1fd";
}
.fa-area-chart,
.fa-chart-area {
  --fa:"\f1fe";
}
.fa-chart-pie,
.fa-pie-chart {
  --fa:"\f200";
}
.fa-chart-line,
.fa-line-chart {
  --fa:"\f201";
}
.fa-toggle-off {
  --fa:"\f204";
}
.fa-toggle-on {
  --fa:"\f205";
}
.fa-bicycle {
  --fa:"\f206";
}
.fa-bus {
  --fa:"\f207";
}
.fa-closed-captioning {
  --fa:"\f20a";
}
.fa-ils,
.fa-shekel,
.fa-shekel-sign,
.fa-sheqel,
.fa-sheqel-sign {
  --fa:"\f20b";
}
.fa-cart-plus {
  --fa:"\f217";
}
.fa-cart-arrow-down {
  --fa:"\f218";
}
.fa-diamond {
  --fa:"\f219";
}
.fa-ship {
  --fa:"\f21a";
}
.fa-user-secret {
  --fa:"\f21b";
}
.fa-motorcycle {
  --fa:"\f21c";
}
.fa-street-view {
  --fa:"\f21d";
}
.fa-heart-pulse,
.fa-heartbeat {
  --fa:"\f21e";
}
.fa-venus {
  --fa:"\f221";
}
.fa-mars {
  --fa:"\f222";
}
.fa-mercury {
  --fa:"\f223";
}
.fa-mars-and-venus {
  --fa:"\f224";
}
.fa-transgender,
.fa-transgender-alt {
  --fa:"\f225";
}
.fa-venus-double {
  --fa:"\f226";
}
.fa-mars-double {
  --fa:"\f227";
}
.fa-venus-mars {
  --fa:"\f228";
}
.fa-mars-stroke {
  --fa:"\f229";
}
.fa-mars-stroke-up,
.fa-mars-stroke-v {
  --fa:"\f22a";
}
.fa-mars-stroke-h,
.fa-mars-stroke-right {
  --fa:"\f22b";
}
.fa-neuter {
  --fa:"\f22c";
}
.fa-genderless {
  --fa:"\f22d";
}
.fa-server {
  --fa:"\f233";
}
.fa-user-plus {
  --fa:"\f234";
}
.fa-user-times,
.fa-user-xmark {
  --fa:"\f235";
}
.fa-bed {
  --fa:"\f236";
}
.fa-train {
  --fa:"\f238";
}
.fa-subway,
.fa-train-subway {
  --fa:"\f239";
}
.fa-battery,
.fa-battery-5,
.fa-battery-full {
  --fa:"\f240";
}
.fa-battery-4,
.fa-battery-three-quarters {
  --fa:"\f241";
}
.fa-battery-3,
.fa-battery-half {
  --fa:"\f242";
}
.fa-battery-2,
.fa-battery-quarter {
  --fa:"\f243";
}
.fa-battery-0,
.fa-battery-empty {
  --fa:"\f244";
}
.fa-arrow-pointer,
.fa-mouse-pointer {
  --fa:"\f245";
}
.fa-i-cursor {
  --fa:"\f246";
}
.fa-object-group {
  --fa:"\f247";
}
.fa-object-ungroup {
  --fa:"\f248";
}
.fa-note-sticky,
.fa-sticky-note {
  --fa:"\f249";
}
.fa-clone {
  --fa:"\f24d";
}
.fa-balance-scale,
.fa-scale-balanced {
  --fa:"\f24e";
}
.fa-hourglass-1,
.fa-hourglass-start {
  --fa:"\f251";
}
.fa-hourglass-2,
.fa-hourglass-half {
  --fa:"\f252";
}
.fa-hourglass-3,
.fa-hourglass-end {
  --fa:"\f253";
}
.fa-hourglass,
.fa-hourglass-empty {
  --fa:"\f254";
}
.fa-hand-back-fist,
.fa-hand-rock {
  --fa:"\f255";
}
.fa-hand,
.fa-hand-paper {
  --fa:"\f256";
}
.fa-hand-scissors {
  --fa:"\f257";
}
.fa-hand-lizard {
  --fa:"\f258";
}
.fa-hand-spock {
  --fa:"\f259";
}
.fa-hand-pointer {
  --fa:"\f25a";
}
.fa-hand-peace {
  --fa:"\f25b";
}
.fa-trademark {
  --fa:"\f25c";
}
.fa-registered {
  --fa:"\f25d";
}
.fa-television,
.fa-tv,
.fa-tv-alt {
  --fa:"\f26c";
}
.fa-calendar-plus {
  --fa:"\f271";
}
.fa-calendar-minus {
  --fa:"\f272";
}
.fa-calendar-times,
.fa-calendar-xmark {
  --fa:"\f273";
}
.fa-calendar-check {
  --fa:"\f274";
}
.fa-industry {
  --fa:"\f275";
}
.fa-map-pin {
  --fa:"\f276";
}
.fa-map-signs,
.fa-signs-post {
  --fa:"\f277";
}
.fa-map {
  --fa:"\f279";
}
.fa-comment-alt,
.fa-message {
  --fa:"\f27a";
}
.fa-circle-pause,
.fa-pause-circle {
  --fa:"\f28b";
}
.fa-circle-stop,
.fa-stop-circle {
  --fa:"\f28d";
}
.fa-bag-shopping,
.fa-shopping-bag {
  --fa:"\f290";
}
.fa-basket-shopping,
.fa-shopping-basket {
  --fa:"\f291";
}
.fa-universal-access {
  --fa:"\f29a";
}
.fa-blind,
.fa-person-walking-with-cane {
  --fa:"\f29d";
}
.fa-audio-description {
  --fa:"\f29e";
}
.fa-phone-volume,
.fa-volume-control-phone {
  --fa:"\f2a0";
}
.fa-braille {
  --fa:"\f2a1";
}
.fa-assistive-listening-systems,
.fa-ear-listen {
  --fa:"\f2a2";
}
.fa-american-sign-language-interpreting,
.fa-asl-interpreting,
.fa-hands-american-sign-language-interpreting,
.fa-hands-asl-interpreting {
  --fa:"\f2a3";
}
.fa-deaf,
.fa-deafness,
.fa-ear-deaf,
.fa-hard-of-hearing {
  --fa:"\f2a4";
}
.fa-hands,
.fa-sign-language,
.fa-signing {
  --fa:"\f2a7";
}
.fa-eye-low-vision,
.fa-low-vision {
  --fa:"\f2a8";
}
.fa-handshake,
.fa-handshake-alt,
.fa-handshake-simple {
  --fa:"\f2b5";
}
.fa-envelope-open {
  --fa:"\f2b6";
}
.fa-address-book,
.fa-contact-book {
  --fa:"\f2b9";
}
.fa-address-card,
.fa-contact-card,
.fa-vcard {
  --fa:"\f2bb";
}
.fa-circle-user,
.fa-user-circle {
  --fa:"\f2bd";
}
.fa-id-badge {
  --fa:"\f2c1";
}
.fa-drivers-license,
.fa-id-card {
  --fa:"\f2c2";
}
.fa-temperature-4,
.fa-temperature-full,
.fa-thermometer-4,
.fa-thermometer-full {
  --fa:"\f2c7";
}
.fa-temperature-3,
.fa-temperature-three-quarters,
.fa-thermometer-3,
.fa-thermometer-three-quarters {
  --fa:"\f2c8";
}
.fa-temperature-2,
.fa-temperature-half,
.fa-thermometer-2,
.fa-thermometer-half {
  --fa:"\f2c9";
}
.fa-temperature-1,
.fa-temperature-quarter,
.fa-thermometer-1,
.fa-thermometer-quarter {
  --fa:"\f2ca";
}
.fa-temperature-0,
.fa-temperature-empty,
.fa-thermometer-0,
.fa-thermometer-empty {
  --fa:"\f2cb";
}
.fa-shower {
  --fa:"\f2cc";
}
.fa-bath,
.fa-bathtub {
  --fa:"\f2cd";
}
.fa-podcast {
  --fa:"\f2ce";
}
.fa-window-maximize {
  --fa:"\f2d0";
}
.fa-window-minimize {
  --fa:"\f2d1";
}
.fa-window-restore {
  --fa:"\f2d2";
}
.fa-square-xmark,
.fa-times-square,
.fa-xmark-square {
  --fa:"\f2d3";
}
.fa-microchip {
  --fa:"\f2db";
}
.fa-snowflake {
  --fa:"\f2dc";
}
.fa-spoon,
.fa-utensil-spoon {
  --fa:"\f2e5";
}
.fa-cutlery,
.fa-utensils {
  --fa:"\f2e7";
}
.fa-rotate-back,
.fa-rotate-backward,
.fa-rotate-left,
.fa-undo-alt {
  --fa:"\f2ea";
}
.fa-trash-alt,
.fa-trash-can {
  --fa:"\f2ed";
}
.fa-rotate,
.fa-sync-alt {
  --fa:"\f2f1";
}
.fa-stopwatch {
  --fa:"\f2f2";
}
.fa-right-from-bracket,
.fa-sign-out-alt {
  --fa:"\f2f5";
}
.fa-right-to-bracket,
.fa-sign-in-alt {
  --fa:"\f2f6";
}
.fa-redo-alt,
.fa-rotate-forward,
.fa-rotate-right {
  --fa:"\f2f9";
}
.fa-poo {
  --fa:"\f2fe";
}
.fa-images {
  --fa:"\f302";
}
.fa-pencil,
.fa-pencil-alt {
  --fa:"\f303";
}
.fa-pen {
  --fa:"\f304";
}
.fa-pen-alt,
.fa-pen-clip {
  --fa:"\f305";
}
.fa-octagon {
  --fa:"\f306";
}
.fa-down-long,
.fa-long-arrow-alt-down {
  --fa:"\f309";
}
.fa-left-long,
.fa-long-arrow-alt-left {
  --fa:"\f30a";
}
.fa-long-arrow-alt-right,
.fa-right-long {
  --fa:"\f30b";
}
.fa-long-arrow-alt-up,
.fa-up-long {
  --fa:"\f30c";
}
.fa-hexagon {
  --fa:"\f312";
}
.fa-file-edit,
.fa-file-pen {
  --fa:"\f31c";
}
.fa-expand-arrows-alt,
.fa-maximize {
  --fa:"\f31e";
}
.fa-clipboard {
  --fa:"\f328";
}
.fa-arrows-alt-h,
.fa-left-right {
  --fa:"\f337";
}
.fa-arrows-alt-v,
.fa-up-down {
  --fa:"\f338";
}
.fa-alarm-clock {
  --fa:"\f34e";
}
.fa-arrow-alt-circle-down,
.fa-circle-down {
  --fa:"\f358";
}
.fa-arrow-alt-circle-left,
.fa-circle-left {
  --fa:"\f359";
}
.fa-arrow-alt-circle-right,
.fa-circle-right {
  --fa:"\f35a";
}
.fa-arrow-alt-circle-up,
.fa-circle-up {
  --fa:"\f35b";
}
.fa-external-link-alt,
.fa-up-right-from-square {
  --fa:"\f35d";
}
.fa-external-link-square-alt,
.fa-square-up-right {
  --fa:"\f360";
}
.fa-exchange-alt,
.fa-right-left {
  --fa:"\f362";
}
.fa-repeat {
  --fa:"\f363";
}
.fa-code-commit {
  --fa:"\f386";
}
.fa-code-merge {
  --fa:"\f387";
}
.fa-desktop,
.fa-desktop-alt {
  --fa:"\f390";
}
.fa-gem {
  --fa:"\f3a5";
}
.fa-level-down-alt,
.fa-turn-down {
  --fa:"\f3be";
}
.fa-level-up-alt,
.fa-turn-up {
  --fa:"\f3bf";
}
.fa-lock-open {
  --fa:"\f3c1";
}
.fa-location-dot,
.fa-map-marker-alt {
  --fa:"\f3c5";
}
.fa-microphone-alt,
.fa-microphone-lines {
  --fa:"\f3c9";
}
.fa-mobile-alt,
.fa-mobile-screen-button {
  --fa:"\f3cd";
}
.fa-mobile,
.fa-mobile-android,
.fa-mobile-phone {
  --fa:"\f3ce";
}
.fa-mobile-android-alt,
.fa-mobile-screen {
  --fa:"\f3cf";
}
.fa-money-bill-1,
.fa-money-bill-alt {
  --fa:"\f3d1";
}
.fa-phone-slash {
  --fa:"\f3dd";
}
.fa-image-portrait,
.fa-portrait {
  --fa:"\f3e0";
}
.fa-mail-reply,
.fa-reply {
  --fa:"\f3e5";
}
.fa-shield-alt,
.fa-shield-halved {
  --fa:"\f3ed";
}
.fa-tablet-alt,
.fa-tablet-screen-button {
  --fa:"\f3fa";
}
.fa-tablet,
.fa-tablet-android {
  --fa:"\f3fb";
}
.fa-ticket-alt,
.fa-ticket-simple {
  --fa:"\f3ff";
}
.fa-rectangle-times,
.fa-rectangle-xmark,
.fa-times-rectangle,
.fa-window-close {
  --fa:"\f410";
}
.fa-compress-alt,
.fa-down-left-and-up-right-to-center {
  --fa:"\f422";
}
.fa-expand-alt,
.fa-up-right-and-down-left-from-center {
  --fa:"\f424";
}
.fa-baseball-bat-ball {
  --fa:"\f432";
}
.fa-baseball,
.fa-baseball-ball {
  --fa:"\f433";
}
.fa-basketball,
.fa-basketball-ball {
  --fa:"\f434";
}
.fa-bowling-ball {
  --fa:"\f436";
}
.fa-chess {
  --fa:"\f439";
}
.fa-chess-bishop {
  --fa:"\f43a";
}
.fa-chess-board {
  --fa:"\f43c";
}
.fa-chess-king {
  --fa:"\f43f";
}
.fa-chess-knight {
  --fa:"\f441";
}
.fa-chess-pawn {
  --fa:"\f443";
}
.fa-chess-queen {
  --fa:"\f445";
}
.fa-chess-rook {
  --fa:"\f447";
}
.fa-dumbbell {
  --fa:"\f44b";
}
.fa-football,
.fa-football-ball {
  --fa:"\f44e";
}
.fa-golf-ball,
.fa-golf-ball-tee {
  --fa:"\f450";
}
.fa-hockey-puck {
  --fa:"\f453";
}
.fa-broom-ball,
.fa-quidditch,
.fa-quidditch-broom-ball {
  --fa:"\f458";
}
.fa-square-full {
  --fa:"\f45c";
}
.fa-ping-pong-paddle-ball,
.fa-table-tennis,
.fa-table-tennis-paddle-ball {
  --fa:"\f45d";
}
.fa-volleyball,
.fa-volleyball-ball {
  --fa:"\f45f";
}
.fa-allergies,
.fa-hand-dots {
  --fa:"\f461";
}
.fa-band-aid,
.fa-bandage {
  --fa:"\f462";
}
.fa-box {
  --fa:"\f466";
}
.fa-boxes,
.fa-boxes-alt,
.fa-boxes-stacked {
  --fa:"\f468";
}
.fa-briefcase-medical {
  --fa:"\f469";
}
.fa-burn,
.fa-fire-flame-simple {
  --fa:"\f46a";
}
.fa-capsules {
  --fa:"\f46b";
}
.fa-clipboard-check {
  --fa:"\f46c";
}
.fa-clipboard-list {
  --fa:"\f46d";
}
.fa-diagnoses,
.fa-person-dots-from-line {
  --fa:"\f470";
}
.fa-dna {
  --fa:"\f471";
}
.fa-dolly,
.fa-dolly-box {
  --fa:"\f472";
}
.fa-cart-flatbed,
.fa-dolly-flatbed {
  --fa:"\f474";
}
.fa-file-medical {
  --fa:"\f477";
}
.fa-file-medical-alt,
.fa-file-waveform {
  --fa:"\f478";
}
.fa-first-aid,
.fa-kit-medical {
  --fa:"\f479";
}
.fa-circle-h,
.fa-hospital-symbol {
  --fa:"\f47e";
}
.fa-id-card-alt,
.fa-id-card-clip {
  --fa:"\f47f";
}
.fa-notes-medical {
  --fa:"\f481";
}
.fa-pallet {
  --fa:"\f482";
}
.fa-pills {
  --fa:"\f484";
}
.fa-prescription-bottle {
  --fa:"\f485";
}
.fa-prescription-bottle-alt,
.fa-prescription-bottle-medical {
  --fa:"\f486";
}
.fa-bed-pulse,
.fa-procedures {
  --fa:"\f487";
}
.fa-shipping-fast,
.fa-truck-fast {
  --fa:"\f48b";
}
.fa-smoking {
  --fa:"\f48d";
}
.fa-syringe {
  --fa:"\f48e";
}
.fa-tablets {
  --fa:"\f490";
}
.fa-thermometer {
  --fa:"\f491";
}
.fa-vial {
  --fa:"\f492";
}
.fa-vials {
  --fa:"\f493";
}
.fa-warehouse {
  --fa:"\f494";
}
.fa-weight,
.fa-weight-scale {
  --fa:"\f496";
}
.fa-x-ray {
  --fa:"\f497";
}
.fa-box-open {
  --fa:"\f49e";
}
.fa-comment-dots,
.fa-commenting {
  --fa:"\f4ad";
}
.fa-comment-slash {
  --fa:"\f4b3";
}
.fa-couch {
  --fa:"\f4b8";
}
.fa-circle-dollar-to-slot,
.fa-donate {
  --fa:"\f4b9";
}
.fa-dove {
  --fa:"\f4ba";
}
.fa-hand-holding {
  --fa:"\f4bd";
}
.fa-hand-holding-heart {
  --fa:"\f4be";
}
.fa-hand-holding-dollar,
.fa-hand-holding-usd {
  --fa:"\f4c0";
}
.fa-hand-holding-droplet,
.fa-hand-holding-water {
  --fa:"\f4c1";
}
.fa-hands-holding {
  --fa:"\f4c2";
}
.fa-hands-helping,
.fa-handshake-angle {
  --fa:"\f4c4";
}
.fa-parachute-box {
  --fa:"\f4cd";
}
.fa-people-carry,
.fa-people-carry-box {
  --fa:"\f4ce";
}
.fa-piggy-bank {
  --fa:"\f4d3";
}
.fa-ribbon {
  --fa:"\f4d6";
}
.fa-route {
  --fa:"\f4d7";
}
.fa-seedling,
.fa-sprout {
  --fa:"\f4d8";
}
.fa-sign,
.fa-sign-hanging {
  --fa:"\f4d9";
}
.fa-face-smile-wink,
.fa-smile-wink {
  --fa:"\f4da";
}
.fa-tape {
  --fa:"\f4db";
}
.fa-truck-loading,
.fa-truck-ramp-box {
  --fa:"\f4de";
}
.fa-truck-moving {
  --fa:"\f4df";
}
.fa-video-slash {
  --fa:"\f4e2";
}
.fa-wine-glass {
  --fa:"\f4e3";
}
.fa-user-astronaut {
  --fa:"\f4fb";
}
.fa-user-check {
  --fa:"\f4fc";
}
.fa-user-clock {
  --fa:"\f4fd";
}
.fa-user-cog,
.fa-user-gear {
  --fa:"\f4fe";
}
.fa-user-edit,
.fa-user-pen {
  --fa:"\f4ff";
}
.fa-user-friends,
.fa-user-group {
  --fa:"\f500";
}
.fa-user-graduate {
  --fa:"\f501";
}
.fa-user-lock {
  --fa:"\f502";
}
.fa-user-minus {
  --fa:"\f503";
}
.fa-user-ninja {
  --fa:"\f504";
}
.fa-user-shield {
  --fa:"\f505";
}
.fa-user-alt-slash,
.fa-user-large-slash,
.fa-user-slash {
  --fa:"\f506";
}
.fa-user-tag {
  --fa:"\f507";
}
.fa-user-tie {
  --fa:"\f508";
}
.fa-users-cog,
.fa-users-gear {
  --fa:"\f509";
}
.fa-balance-scale-left,
.fa-scale-unbalanced {
  --fa:"\f515";
}
.fa-balance-scale-right,
.fa-scale-unbalanced-flip {
  --fa:"\f516";
}
.fa-blender {
  --fa:"\f517";
}
.fa-book-open {
  --fa:"\f518";
}
.fa-broadcast-tower,
.fa-tower-broadcast {
  --fa:"\f519";
}
.fa-broom {
  --fa:"\f51a";
}
.fa-blackboard,
.fa-chalkboard {
  --fa:"\f51b";
}
.fa-chalkboard-teacher,
.fa-chalkboard-user {
  --fa:"\f51c";
}
.fa-church {
  --fa:"\f51d";
}
.fa-coins {
  --fa:"\f51e";
}
.fa-compact-disc {
  --fa:"\f51f";
}
.fa-crow {
  --fa:"\f520";
}
.fa-crown {
  --fa:"\f521";
}
.fa-dice {
  --fa:"\f522";
}
.fa-dice-five {
  --fa:"\f523";
}
.fa-dice-four {
  --fa:"\f524";
}
.fa-dice-one {
  --fa:"\f525";
}
.fa-dice-six {
  --fa:"\f526";
}
.fa-dice-three {
  --fa:"\f527";
}
.fa-dice-two {
  --fa:"\f528";
}
.fa-divide {
  --fa:"\f529";
}
.fa-door-closed {
  --fa:"\f52a";
}
.fa-door-open {
  --fa:"\f52b";
}
.fa-feather {
  --fa:"\f52d";
}
.fa-frog {
  --fa:"\f52e";
}
.fa-gas-pump {
  --fa:"\f52f";
}
.fa-glasses {
  --fa:"\f530";
}
.fa-greater-than-equal {
  --fa:"\f532";
}
.fa-helicopter {
  --fa:"\f533";
}
.fa-infinity {
  --fa:"\f534";
}
.fa-kiwi-bird {
  --fa:"\f535";
}
.fa-less-than-equal {
  --fa:"\f537";
}
.fa-memory {
  --fa:"\f538";
}
.fa-microphone-alt-slash,
.fa-microphone-lines-slash {
  --fa:"\f539";
}
.fa-money-bill-wave {
  --fa:"\f53a";
}
.fa-money-bill-1-wave,
.fa-money-bill-wave-alt {
  --fa:"\f53b";
}
.fa-money-check {
  --fa:"\f53c";
}
.fa-money-check-alt,
.fa-money-check-dollar {
  --fa:"\f53d";
}
.fa-not-equal {
  --fa:"\f53e";
}
.fa-palette {
  --fa:"\f53f";
}
.fa-parking,
.fa-square-parking {
  --fa:"\f540";
}
.fa-diagram-project,
.fa-project-diagram {
  --fa:"\f542";
}
.fa-receipt {
  --fa:"\f543";
}
.fa-robot {
  --fa:"\f544";
}
.fa-ruler {
  --fa:"\f545";
}
.fa-ruler-combined {
  --fa:"\f546";
}
.fa-ruler-horizontal {
  --fa:"\f547";
}
.fa-ruler-vertical {
  --fa:"\f548";
}
.fa-school {
  --fa:"\f549";
}
.fa-screwdriver {
  --fa:"\f54a";
}
.fa-shoe-prints {
  --fa:"\f54b";
}
.fa-skull {
  --fa:"\f54c";
}
.fa-ban-smoking,
.fa-smoking-ban {
  --fa:"\f54d";
}
.fa-store {
  --fa:"\f54e";
}
.fa-shop,
.fa-store-alt {
  --fa:"\f54f";
}
.fa-bars-staggered,
.fa-reorder,
.fa-stream {
  --fa:"\f550";
}
.fa-stroopwafel {
  --fa:"\f551";
}
.fa-toolbox {
  --fa:"\f552";
}
.fa-shirt,
.fa-t-shirt,
.fa-tshirt {
  --fa:"\f553";
}
.fa-person-walking,
.fa-walking {
  --fa:"\f554";
}
.fa-wallet {
  --fa:"\f555";
}
.fa-angry,
.fa-face-angry {
  --fa:"\f556";
}
.fa-archway {
  --fa:"\f557";
}
.fa-atlas,
.fa-book-atlas {
  --fa:"\f558";
}
.fa-award {
  --fa:"\f559";
}
.fa-backspace,
.fa-delete-left {
  --fa:"\f55a";
}
.fa-bezier-curve {
  --fa:"\f55b";
}
.fa-bong {
  --fa:"\f55c";
}
.fa-brush {
  --fa:"\f55d";
}
.fa-bus-alt,
.fa-bus-simple {
  --fa:"\f55e";
}
.fa-cannabis {
  --fa:"\f55f";
}
.fa-check-double {
  --fa:"\f560";
}
.fa-cocktail,
.fa-martini-glass-citrus {
  --fa:"\f561";
}
.fa-bell-concierge,
.fa-concierge-bell {
  --fa:"\f562";
}
.fa-cookie {
  --fa:"\f563";
}
.fa-cookie-bite {
  --fa:"\f564";
}
.fa-crop-alt,
.fa-crop-simple {
  --fa:"\f565";
}
.fa-digital-tachograph,
.fa-tachograph-digital {
  --fa:"\f566";
}
.fa-dizzy,
.fa-face-dizzy {
  --fa:"\f567";
}
.fa-compass-drafting,
.fa-drafting-compass {
  --fa:"\f568";
}
.fa-drum {
  --fa:"\f569";
}
.fa-drum-steelpan {
  --fa:"\f56a";
}
.fa-feather-alt,
.fa-feather-pointed {
  --fa:"\f56b";
}
.fa-file-contract {
  --fa:"\f56c";
}
.fa-file-arrow-down,
.fa-file-download {
  --fa:"\f56d";
}
.fa-arrow-right-from-file,
.fa-file-export {
  --fa:"\f56e";
}
.fa-arrow-right-to-file,
.fa-file-import {
  --fa:"\f56f";
}
.fa-file-invoice {
  --fa:"\f570";
}
.fa-file-invoice-dollar {
  --fa:"\f571";
}
.fa-file-prescription {
  --fa:"\f572";
}
.fa-file-signature {
  --fa:"\f573";
}
.fa-file-arrow-up,
.fa-file-upload {
  --fa:"\f574";
}
.fa-fill {
  --fa:"\f575";
}
.fa-fill-drip {
  --fa:"\f576";
}
.fa-fingerprint {
  --fa:"\f577";
}
.fa-fish {
  --fa:"\f578";
}
.fa-face-flushed,
.fa-flushed {
  --fa:"\f579";
}
.fa-face-frown-open,
.fa-frown-open {
  --fa:"\f57a";
}
.fa-glass-martini-alt,
.fa-martini-glass {
  --fa:"\f57b";
}
.fa-earth-africa,
.fa-globe-africa {
  --fa:"\f57c";
}
.fa-earth,
.fa-earth-america,
.fa-earth-americas,
.fa-globe-americas {
  --fa:"\f57d";
}
.fa-earth-asia,
.fa-globe-asia {
  --fa:"\f57e";
}
.fa-face-grimace,
.fa-grimace {
  --fa:"\f57f";
}
.fa-face-grin,
.fa-grin {
  --fa:"\f580";
}
.fa-face-grin-wide,
.fa-grin-alt {
  --fa:"\f581";
}
.fa-face-grin-beam,
.fa-grin-beam {
  --fa:"\f582";
}
.fa-face-grin-beam-sweat,
.fa-grin-beam-sweat {
  --fa:"\f583";
}
.fa-face-grin-hearts,
.fa-grin-hearts {
  --fa:"\f584";
}
.fa-face-grin-squint,
.fa-grin-squint {
  --fa:"\f585";
}
.fa-face-grin-squint-tears,
.fa-grin-squint-tears {
  --fa:"\f586";
}
.fa-face-grin-stars,
.fa-grin-stars {
  --fa:"\f587";
}
.fa-face-grin-tears,
.fa-grin-tears {
  --fa:"\f588";
}
.fa-face-grin-tongue,
.fa-grin-tongue {
  --fa:"\f589";
}
.fa-face-grin-tongue-squint,
.fa-grin-tongue-squint {
  --fa:"\f58a";
}
.fa-face-grin-tongue-wink,
.fa-grin-tongue-wink {
  --fa:"\f58b";
}
.fa-face-grin-wink,
.fa-grin-wink {
  --fa:"\f58c";
}
.fa-grid-horizontal,
.fa-grip,
.fa-grip-horizontal {
  --fa:"\f58d";
}
.fa-grid-vertical,
.fa-grip-vertical {
  --fa:"\f58e";
}
.fa-headset {
  --fa:"\f590";
}
.fa-highlighter {
  --fa:"\f591";
}
.fa-hot-tub,
.fa-hot-tub-person {
  --fa:"\f593";
}
.fa-hotel {
  --fa:"\f594";
}
.fa-joint {
  --fa:"\f595";
}
.fa-face-kiss,
.fa-kiss {
  --fa:"\f596";
}
.fa-face-kiss-beam,
.fa-kiss-beam {
  --fa:"\f597";
}
.fa-face-kiss-wink-heart,
.fa-kiss-wink-heart {
  --fa:"\f598";
}
.fa-face-laugh,
.fa-laugh {
  --fa:"\f599";
}
.fa-face-laugh-beam,
.fa-laugh-beam {
  --fa:"\f59a";
}
.fa-face-laugh-squint,
.fa-laugh-squint {
  --fa:"\f59b";
}
.fa-face-laugh-wink,
.fa-laugh-wink {
  --fa:"\f59c";
}
.fa-cart-flatbed-suitcase,
.fa-luggage-cart {
  --fa:"\f59d";
}
.fa-map-location,
.fa-map-marked {
  --fa:"\f59f";
}
.fa-map-location-dot,
.fa-map-marked-alt {
  --fa:"\f5a0";
}
.fa-marker {
  --fa:"\f5a1";
}
.fa-medal {
  --fa:"\f5a2";
}
.fa-face-meh-blank,
.fa-meh-blank {
  --fa:"\f5a4";
}
.fa-face-rolling-eyes,
.fa-meh-rolling-eyes {
  --fa:"\f5a5";
}
.fa-monument {
  --fa:"\f5a6";
}
.fa-mortar-pestle {
  --fa:"\f5a7";
}
.fa-paint-roller {
  --fa:"\f5aa";
}
.fa-passport {
  --fa:"\f5ab";
}
.fa-pen-fancy {
  --fa:"\f5ac";
}
.fa-pen-nib {
  --fa:"\f5ad";
}
.fa-pen-ruler,
.fa-pencil-ruler {
  --fa:"\f5ae";
}
.fa-plane-arrival {
  --fa:"\f5af";
}
.fa-plane-departure {
  --fa:"\f5b0";
}
.fa-prescription {
  --fa:"\f5b1";
}
.fa-face-sad-cry,
.fa-sad-cry {
  --fa:"\f5b3";
}
.fa-face-sad-tear,
.fa-sad-tear {
  --fa:"\f5b4";
}
.fa-shuttle-van,
.fa-van-shuttle {
  --fa:"\f5b6";
}
.fa-signature {
  --fa:"\f5b7";
}
.fa-face-smile-beam,
.fa-smile-beam {
  --fa:"\f5b8";
}
.fa-solar-panel {
  --fa:"\f5ba";
}
.fa-spa {
  --fa:"\f5bb";
}
.fa-splotch {
  --fa:"\f5bc";
}
.fa-spray-can {
  --fa:"\f5bd";
}
.fa-stamp {
  --fa:"\f5bf";
}
.fa-star-half-alt,
.fa-star-half-stroke {
  --fa:"\f5c0";
}
.fa-suitcase-rolling {
  --fa:"\f5c1";
}
.fa-face-surprise,
.fa-surprise {
  --fa:"\f5c2";
}
.fa-swatchbook {
  --fa:"\f5c3";
}
.fa-person-swimming,
.fa-swimmer {
  --fa:"\f5c4";
}
.fa-ladder-water,
.fa-swimming-pool,
.fa-water-ladder {
  --fa:"\f5c5";
}
.fa-droplet-slash,
.fa-tint-slash {
  --fa:"\f5c7";
}
.fa-face-tired,
.fa-tired {
  --fa:"\f5c8";
}
.fa-tooth {
  --fa:"\f5c9";
}
.fa-umbrella-beach {
  --fa:"\f5ca";
}
.fa-weight-hanging {
  --fa:"\f5cd";
}
.fa-wine-glass-alt,
.fa-wine-glass-empty {
  --fa:"\f5ce";
}
.fa-air-freshener,
.fa-spray-can-sparkles {
  --fa:"\f5d0";
}
.fa-apple-alt,
.fa-apple-whole {
  --fa:"\f5d1";
}
.fa-atom {
  --fa:"\f5d2";
}
.fa-bone {
  --fa:"\f5d7";
}
.fa-book-open-reader,
.fa-book-reader {
  --fa:"\f5da";
}
.fa-brain {
  --fa:"\f5dc";
}
.fa-car-alt,
.fa-car-rear {
  --fa:"\f5de";
}
.fa-battery-car,
.fa-car-battery {
  --fa:"\f5df";
}
.fa-car-burst,
.fa-car-crash {
  --fa:"\f5e1";
}
.fa-car-side {
  --fa:"\f5e4";
}
.fa-charging-station {
  --fa:"\f5e7";
}
.fa-diamond-turn-right,
.fa-directions {
  --fa:"\f5eb";
}
.fa-draw-polygon,
.fa-vector-polygon {
  --fa:"\f5ee";
}
.fa-laptop-code {
  --fa:"\f5fc";
}
.fa-layer-group {
  --fa:"\f5fd";
}
.fa-location,
.fa-location-crosshairs {
  --fa:"\f601";
}
.fa-lungs {
  --fa:"\f604";
}
.fa-microscope {
  --fa:"\f610";
}
.fa-oil-can {
  --fa:"\f613";
}
.fa-poop {
  --fa:"\f619";
}
.fa-shapes,
.fa-triangle-circle-square {
  --fa:"\f61f";
}
.fa-star-of-life {
  --fa:"\f621";
}
.fa-dashboard,
.fa-gauge,
.fa-gauge-med,
.fa-tachometer-alt-average {
  --fa:"\f624";
}
.fa-gauge-high,
.fa-tachometer-alt,
.fa-tachometer-alt-fast {
  --fa:"\f625";
}
.fa-gauge-simple,
.fa-gauge-simple-med,
.fa-tachometer-average {
  --fa:"\f629";
}
.fa-gauge-simple-high,
.fa-tachometer,
.fa-tachometer-fast {
  --fa:"\f62a";
}
.fa-teeth {
  --fa:"\f62e";
}
.fa-teeth-open {
  --fa:"\f62f";
}
.fa-masks-theater,
.fa-theater-masks {
  --fa:"\f630";
}
.fa-traffic-light {
  --fa:"\f637";
}
.fa-truck-monster {
  --fa:"\f63b";
}
.fa-truck-pickup {
  --fa:"\f63c";
}
.fa-ad,
.fa-rectangle-ad {
  --fa:"\f641";
}
.fa-ankh {
  --fa:"\f644";
}
.fa-bible,
.fa-book-bible {
  --fa:"\f647";
}
.fa-briefcase-clock,
.fa-business-time {
  --fa:"\f64a";
}
.fa-city {
  --fa:"\f64f";
}
.fa-comment-dollar {
  --fa:"\f651";
}
.fa-comments-dollar {
  --fa:"\f653";
}
.fa-cross {
  --fa:"\f654";
}
.fa-dharmachakra {
  --fa:"\f655";
}
.fa-envelope-open-text {
  --fa:"\f658";
}
.fa-folder-minus {
  --fa:"\f65d";
}
.fa-folder-plus {
  --fa:"\f65e";
}
.fa-filter-circle-dollar,
.fa-funnel-dollar {
  --fa:"\f662";
}
.fa-gopuram {
  --fa:"\f664";
}
.fa-hamsa {
  --fa:"\f665";
}
.fa-bahai,
.fa-haykal {
  --fa:"\f666";
}
.fa-jedi {
  --fa:"\f669";
}
.fa-book-journal-whills,
.fa-journal-whills {
  --fa:"\f66a";
}
.fa-kaaba {
  --fa:"\f66b";
}
.fa-khanda {
  --fa:"\f66d";
}
.fa-landmark {
  --fa:"\f66f";
}
.fa-envelopes-bulk,
.fa-mail-bulk {
  --fa:"\f674";
}
.fa-menorah {
  --fa:"\f676";
}
.fa-mosque {
  --fa:"\f678";
}
.fa-om {
  --fa:"\f679";
}
.fa-pastafarianism,
.fa-spaghetti-monster-flying {
  --fa:"\f67b";
}
.fa-peace {
  --fa:"\f67c";
}
.fa-place-of-worship {
  --fa:"\f67f";
}
.fa-poll,
.fa-square-poll-vertical {
  --fa:"\f681";
}
.fa-poll-h,
.fa-square-poll-horizontal {
  --fa:"\f682";
}
.fa-person-praying,
.fa-pray {
  --fa:"\f683";
}
.fa-hands-praying,
.fa-praying-hands {
  --fa:"\f684";
}
.fa-book-quran,
.fa-quran {
  --fa:"\f687";
}
.fa-magnifying-glass-dollar,
.fa-search-dollar {
  --fa:"\f688";
}
.fa-magnifying-glass-location,
.fa-search-location {
  --fa:"\f689";
}
.fa-socks {
  --fa:"\f696";
}
.fa-square-root-alt,
.fa-square-root-variable {
  --fa:"\f698";
}
.fa-star-and-crescent {
  --fa:"\f699";
}
.fa-star-of-david {
  --fa:"\f69a";
}
.fa-synagogue {
  --fa:"\f69b";
}
.fa-scroll-torah,
.fa-torah {
  --fa:"\f6a0";
}
.fa-torii-gate {
  --fa:"\f6a1";
}
.fa-vihara {
  --fa:"\f6a7";
}
.fa-volume-mute,
.fa-volume-times,
.fa-volume-xmark {
  --fa:"\f6a9";
}
.fa-yin-yang {
  --fa:"\f6ad";
}
.fa-blender-phone {
  --fa:"\f6b6";
}
.fa-book-dead,
.fa-book-skull {
  --fa:"\f6b7";
}
.fa-campground {
  --fa:"\f6bb";
}
.fa-cat {
  --fa:"\f6be";
}
.fa-chair {
  --fa:"\f6c0";
}
.fa-cloud-moon {
  --fa:"\f6c3";
}
.fa-cloud-sun {
  --fa:"\f6c4";
}
.fa-cow {
  --fa:"\f6c8";
}
.fa-dice-d20 {
  --fa:"\f6cf";
}
.fa-dice-d6 {
  --fa:"\f6d1";
}
.fa-dog {
  --fa:"\f6d3";
}
.fa-dragon {
  --fa:"\f6d5";
}
.fa-drumstick-bite {
  --fa:"\f6d7";
}
.fa-dungeon {
  --fa:"\f6d9";
}
.fa-file-csv {
  --fa:"\f6dd";
}
.fa-fist-raised,
.fa-hand-fist {
  --fa:"\f6de";
}
.fa-ghost {
  --fa:"\f6e2";
}
.fa-hammer {
  --fa:"\f6e3";
}
.fa-hanukiah {
  --fa:"\f6e6";
}
.fa-hat-wizard {
  --fa:"\f6e8";
}
.fa-hiking,
.fa-person-hiking {
  --fa:"\f6ec";
}
.fa-hippo {
  --fa:"\f6ed";
}
.fa-horse {
  --fa:"\f6f0";
}
.fa-house-chimney-crack,
.fa-house-damage {
  --fa:"\f6f1";
}
.fa-hryvnia,
.fa-hryvnia-sign {
  --fa:"\f6f2";
}
.fa-mask {
  --fa:"\f6fa";
}
.fa-mountain {
  --fa:"\f6fc";
}
.fa-network-wired {
  --fa:"\f6ff";
}
.fa-otter {
  --fa:"\f700";
}
.fa-ring {
  --fa:"\f70b";
}
.fa-person-running,
.fa-running {
  --fa:"\f70c";
}
.fa-scroll {
  --fa:"\f70e";
}
.fa-skull-crossbones {
  --fa:"\f714";
}
.fa-slash {
  --fa:"\f715";
}
.fa-spider {
  --fa:"\f717";
}
.fa-toilet-paper,
.fa-toilet-paper-alt,
.fa-toilet-paper-blank {
  --fa:"\f71e";
}
.fa-tractor {
  --fa:"\f722";
}
.fa-user-injured {
  --fa:"\f728";
}
.fa-vr-cardboard {
  --fa:"\f729";
}
.fa-wand-sparkles {
  --fa:"\f72b";
}
.fa-wind {
  --fa:"\f72e";
}
.fa-wine-bottle {
  --fa:"\f72f";
}
.fa-cloud-meatball {
  --fa:"\f73b";
}
.fa-cloud-moon-rain {
  --fa:"\f73c";
}
.fa-cloud-rain {
  --fa:"\f73d";
}
.fa-cloud-showers-heavy {
  --fa:"\f740";
}
.fa-cloud-sun-rain {
  --fa:"\f743";
}
.fa-democrat {
  --fa:"\f747";
}
.fa-flag-usa {
  --fa:"\f74d";
}
.fa-hurricane {
  --fa:"\f751";
}
.fa-landmark-alt,
.fa-landmark-dome {
  --fa:"\f752";
}
.fa-meteor {
  --fa:"\f753";
}
.fa-person-booth {
  --fa:"\f756";
}
.fa-poo-bolt,
.fa-poo-storm {
  --fa:"\f75a";
}
.fa-rainbow {
  --fa:"\f75b";
}
.fa-republican {
  --fa:"\f75e";
}
.fa-smog {
  --fa:"\f75f";
}
.fa-temperature-high {
  --fa:"\f769";
}
.fa-temperature-low {
  --fa:"\f76b";
}
.fa-cloud-bolt,
.fa-thunderstorm {
  --fa:"\f76c";
}
.fa-tornado {
  --fa:"\f76f";
}
.fa-volcano {
  --fa:"\f770";
}
.fa-check-to-slot,
.fa-vote-yea {
  --fa:"\f772";
}
.fa-water {
  --fa:"\f773";
}
.fa-baby {
  --fa:"\f77c";
}
.fa-baby-carriage,
.fa-carriage-baby {
  --fa:"\f77d";
}
.fa-biohazard {
  --fa:"\f780";
}
.fa-blog {
  --fa:"\f781";
}
.fa-calendar-day {
  --fa:"\f783";
}
.fa-calendar-week {
  --fa:"\f784";
}
.fa-candy-cane {
  --fa:"\f786";
}
.fa-carrot {
  --fa:"\f787";
}
.fa-cash-register {
  --fa:"\f788";
}
.fa-compress-arrows-alt,
.fa-minimize {
  --fa:"\f78c";
}
.fa-dumpster {
  --fa:"\f793";
}
.fa-dumpster-fire {
  --fa:"\f794";
}
.fa-ethernet {
  --fa:"\f796";
}
.fa-gifts {
  --fa:"\f79c";
}
.fa-champagne-glasses,
.fa-glass-cheers {
  --fa:"\f79f";
}
.fa-glass-whiskey,
.fa-whiskey-glass {
  --fa:"\f7a0";
}
.fa-earth-europe,
.fa-globe-europe {
  --fa:"\f7a2";
}
.fa-grip-lines {
  --fa:"\f7a4";
}
.fa-grip-lines-vertical {
  --fa:"\f7a5";
}
.fa-guitar {
  --fa:"\f7a6";
}
.fa-heart-broken,
.fa-heart-crack {
  --fa:"\f7a9";
}
.fa-holly-berry {
  --fa:"\f7aa";
}
.fa-horse-head {
  --fa:"\f7ab";
}
.fa-icicles {
  --fa:"\f7ad";
}
.fa-igloo {
  --fa:"\f7ae";
}
.fa-mitten {
  --fa:"\f7b5";
}
.fa-mug-hot {
  --fa:"\f7b6";
}
.fa-radiation {
  --fa:"\f7b9";
}
.fa-circle-radiation,
.fa-radiation-alt {
  --fa:"\f7ba";
}
.fa-restroom {
  --fa:"\f7bd";
}
.fa-satellite {
  --fa:"\f7bf";
}
.fa-satellite-dish {
  --fa:"\f7c0";
}
.fa-sd-card {
  --fa:"\f7c2";
}
.fa-sim-card {
  --fa:"\f7c4";
}
.fa-person-skating,
.fa-skating {
  --fa:"\f7c5";
}
.fa-person-skiing,
.fa-skiing {
  --fa:"\f7c9";
}
.fa-person-skiing-nordic,
.fa-skiing-nordic {
  --fa:"\f7ca";
}
.fa-sleigh {
  --fa:"\f7cc";
}
.fa-comment-sms,
.fa-sms {
  --fa:"\f7cd";
}
.fa-person-snowboarding,
.fa-snowboarding {
  --fa:"\f7ce";
}
.fa-snowman {
  --fa:"\f7d0";
}
.fa-snowplow {
  --fa:"\f7d2";
}
.fa-tenge,
.fa-tenge-sign {
  --fa:"\f7d7";
}
.fa-toilet {
  --fa:"\f7d8";
}
.fa-screwdriver-wrench,
.fa-tools {
  --fa:"\f7d9";
}
.fa-cable-car,
.fa-tram {
  --fa:"\f7da";
}
.fa-fire-alt,
.fa-fire-flame-curved {
  --fa:"\f7e4";
}
.fa-bacon {
  --fa:"\f7e5";
}
.fa-book-medical {
  --fa:"\f7e6";
}
.fa-bread-slice {
  --fa:"\f7ec";
}
.fa-cheese {
  --fa:"\f7ef";
}
.fa-clinic-medical,
.fa-house-chimney-medical {
  --fa:"\f7f2";
}
.fa-clipboard-user {
  --fa:"\f7f3";
}
.fa-comment-medical {
  --fa:"\f7f5";
}
.fa-crutch {
  --fa:"\f7f7";
}
.fa-disease {
  --fa:"\f7fa";
}
.fa-egg {
  --fa:"\f7fb";
}
.fa-folder-tree {
  --fa:"\f802";
}
.fa-burger,
.fa-hamburger {
  --fa:"\f805";
}
.fa-hand-middle-finger {
  --fa:"\f806";
}
.fa-hard-hat,
.fa-hat-hard,
.fa-helmet-safety {
  --fa:"\f807";
}
.fa-hospital-user {
  --fa:"\f80d";
}
.fa-hotdog {
  --fa:"\f80f";
}
.fa-ice-cream {
  --fa:"\f810";
}
.fa-laptop-medical {
  --fa:"\f812";
}
.fa-pager {
  --fa:"\f815";
}
.fa-pepper-hot {
  --fa:"\f816";
}
.fa-pizza-slice {
  --fa:"\f818";
}
.fa-sack-dollar {
  --fa:"\f81d";
}
.fa-book-tanakh,
.fa-tanakh {
  --fa:"\f827";
}
.fa-bars-progress,
.fa-tasks-alt {
  --fa:"\f828";
}
.fa-trash-arrow-up,
.fa-trash-restore {
  --fa:"\f829";
}
.fa-trash-can-arrow-up,
.fa-trash-restore-alt {
  --fa:"\f82a";
}
.fa-user-nurse {
  --fa:"\f82f";
}
.fa-wave-square {
  --fa:"\f83e";
}
.fa-biking,
.fa-person-biking {
  --fa:"\f84a";
}
.fa-border-all {
  --fa:"\f84c";
}
.fa-border-none {
  --fa:"\f850";
}
.fa-border-style,
.fa-border-top-left {
  --fa:"\f853";
}
.fa-digging,
.fa-person-digging {
  --fa:"\f85e";
}
.fa-fan {
  --fa:"\f863";
}
.fa-heart-music-camera-bolt,
.fa-icons {
  --fa:"\f86d";
}
.fa-phone-alt,
.fa-phone-flip {
  --fa:"\f879";
}
.fa-phone-square-alt,
.fa-square-phone-flip {
  --fa:"\f87b";
}
.fa-photo-film,
.fa-photo-video {
  --fa:"\f87c";
}
.fa-remove-format,
.fa-text-slash {
  --fa:"\f87d";
}
.fa-arrow-down-z-a,
.fa-sort-alpha-desc,
.fa-sort-alpha-down-alt {
  --fa:"\f881";
}
.fa-arrow-up-z-a,
.fa-sort-alpha-up-alt {
  --fa:"\f882";
}
.fa-arrow-down-short-wide,
.fa-sort-amount-desc,
.fa-sort-amount-down-alt {
  --fa:"\f884";
}
.fa-arrow-up-short-wide,
.fa-sort-amount-up-alt {
  --fa:"\f885";
}
.fa-arrow-down-9-1,
.fa-sort-numeric-desc,
.fa-sort-numeric-down-alt {
  --fa:"\f886";
}
.fa-arrow-up-9-1,
.fa-sort-numeric-up-alt {
  --fa:"\f887";
}
.fa-spell-check {
  --fa:"\f891";
}
.fa-voicemail {
  --fa:"\f897";
}
.fa-hat-cowboy {
  --fa:"\f8c0";
}
.fa-hat-cowboy-side {
  --fa:"\f8c1";
}
.fa-computer-mouse,
.fa-mouse {
  --fa:"\f8cc";
}
.fa-radio {
  --fa:"\f8d7";
}
.fa-record-vinyl {
  --fa:"\f8d9";
}
.fa-walkie-talkie {
  --fa:"\f8ef";
}
.fa-caravan {
  --fa:"\f8ff";
}
:host,
:root {
  --fa-family-brands:"Font Awesome 7 Brands";
  --fa-font-brands:normal 400 1em/1 var(--fa-family-brands);
}
@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/fa-brands-400.woff2");
}
.fa-brands,
.fa-classic.fa-brands,
.fab {
  --fa-family:var(--fa-family-brands);
  --fa-style:400;
}
.fa-firefox-browser {
  --fa:"\e007";
}
.fa-ideal {
  --fa:"\e013";
}
.fa-microblog {
  --fa:"\e01a";
}
.fa-pied-piper-square,
.fa-square-pied-piper {
  --fa:"\e01e";
}
.fa-unity {
  --fa:"\e049";
}
.fa-dailymotion {
  --fa:"\e052";
}
.fa-instagram-square,
.fa-square-instagram {
  --fa:"\e055";
}
.fa-mixer {
  --fa:"\e056";
}
.fa-shopify {
  --fa:"\e057";
}
.fa-deezer {
  --fa:"\e077";
}
.fa-edge-legacy {
  --fa:"\e078";
}
.fa-google-pay {
  --fa:"\e079";
}
.fa-rust {
  --fa:"\e07a";
}
.fa-tiktok {
  --fa:"\e07b";
}
.fa-unsplash {
  --fa:"\e07c";
}
.fa-cloudflare {
  --fa:"\e07d";
}
.fa-guilded {
  --fa:"\e07e";
}
.fa-hive {
  --fa:"\e07f";
}
.fa-42-group,
.fa-innosoft {
  --fa:"\e080";
}
.fa-instalod {
  --fa:"\e081";
}
.fa-octopus-deploy {
  --fa:"\e082";
}
.fa-perbyte {
  --fa:"\e083";
}
.fa-uncharted {
  --fa:"\e084";
}
.fa-watchman-monitoring {
  --fa:"\e087";
}
.fa-wodu {
  --fa:"\e088";
}
.fa-wirsindhandwerk,
.fa-wsh {
  --fa:"\e2d0";
}
.fa-bots {
  --fa:"\e340";
}
.fa-cmplid {
  --fa:"\e360";
}
.fa-bilibili {
  --fa:"\e3d9";
}
.fa-golang {
  --fa:"\e40f";
}
.fa-pix {
  --fa:"\e43a";
}
.fa-sitrox {
  --fa:"\e44a";
}
.fa-hashnode {
  --fa:"\e499";
}
.fa-meta {
  --fa:"\e49b";
}
.fa-padlet {
  --fa:"\e4a0";
}
.fa-nfc-directional {
  --fa:"\e530";
}
.fa-nfc-symbol {
  --fa:"\e531";
}
.fa-screenpal {
  --fa:"\e570";
}
.fa-space-awesome {
  --fa:"\e5ac";
}
.fa-square-font-awesome {
  --fa:"\e5ad";
}
.fa-gitlab-square,
.fa-square-gitlab {
  --fa:"\e5ae";
}
.fa-odysee {
  --fa:"\e5c6";
}
.fa-stubber {
  --fa:"\e5c7";
}
.fa-debian {
  --fa:"\e60b";
}
.fa-shoelace {
  --fa:"\e60c";
}
.fa-threads {
  --fa:"\e618";
}
.fa-square-threads {
  --fa:"\e619";
}
.fa-square-x-twitter {
  --fa:"\e61a";
}
.fa-x-twitter {
  --fa:"\e61b";
}
.fa-opensuse {
  --fa:"\e62b";
}
.fa-letterboxd {
  --fa:"\e62d";
}
.fa-square-letterboxd {
  --fa:"\e62e";
}
.fa-mintbit {
  --fa:"\e62f";
}
.fa-google-scholar {
  --fa:"\e63b";
}
.fa-brave {
  --fa:"\e63c";
}
.fa-brave-reverse {
  --fa:"\e63d";
}
.fa-pixiv {
  --fa:"\e640";
}
.fa-upwork {
  --fa:"\e641";
}
.fa-webflow {
  --fa:"\e65c";
}
.fa-signal-messenger {
  --fa:"\e663";
}
.fa-bluesky {
  --fa:"\e671";
}
.fa-jxl {
  --fa:"\e67b";
}
.fa-square-upwork {
  --fa:"\e67c";
}
.fa-web-awesome {
  --fa:"\e682";
}
.fa-square-web-awesome {
  --fa:"\e683";
}
.fa-square-web-awesome-stroke {
  --fa:"\e684";
}
.fa-dart-lang {
  --fa:"\e693";
}
.fa-flutter {
  --fa:"\e694";
}
.fa-files-pinwheel {
  --fa:"\e69f";
}
.fa-css {
  --fa:"\e6a2";
}
.fa-square-bluesky {
  --fa:"\e6a3";
}
.fa-openai {
  --fa:"\e7cf";
}
.fa-square-linkedin {
  --fa:"\e7d0";
}
.fa-cash-app {
  --fa:"\e7d4";
}
.fa-disqus {
  --fa:"\e7d5";
}
.fa-11ty,
.fa-eleventy {
  --fa:"\e7d6";
}
.fa-kakao-talk {
  --fa:"\e7d7";
}
.fa-linktree {
  --fa:"\e7d8";
}
.fa-notion {
  --fa:"\e7d9";
}
.fa-pandora {
  --fa:"\e7da";
}
.fa-pixelfed {
  --fa:"\e7db";
}
.fa-tidal {
  --fa:"\e7dc";
}
.fa-vsco {
  --fa:"\e7dd";
}
.fa-w3c {
  --fa:"\e7de";
}
.fa-lumon {
  --fa:"\e7e2";
}
.fa-lumon-drop {
  --fa:"\e7e3";
}
.fa-square-figma {
  --fa:"\e7e4";
}
.fa-tex {
  --fa:"\e7ff";
}
.fa-duolingo {
  --fa:"\e812";
}
.fa-square-twitter,
.fa-twitter-square {
  --fa:"\f081";
}
.fa-facebook-square,
.fa-square-facebook {
  --fa:"\f082";
}
.fa-linkedin {
  --fa:"\f08c";
}
.fa-github-square,
.fa-square-github {
  --fa:"\f092";
}
.fa-twitter {
  --fa:"\f099";
}
.fa-facebook {
  --fa:"\f09a";
}
.fa-github {
  --fa:"\f09b";
}
.fa-pinterest {
  --fa:"\f0d2";
}
.fa-pinterest-square,
.fa-square-pinterest {
  --fa:"\f0d3";
}
.fa-google-plus-square,
.fa-square-google-plus {
  --fa:"\f0d4";
}
.fa-google-plus-g {
  --fa:"\f0d5";
}
.fa-linkedin-in {
  --fa:"\f0e1";
}
.fa-github-alt {
  --fa:"\f113";
}
.fa-maxcdn {
  --fa:"\f136";
}
.fa-html5 {
  --fa:"\f13b";
}
.fa-css3 {
  --fa:"\f13c";
}
.fa-btc {
  --fa:"\f15a";
}
.fa-youtube {
  --fa:"\f167";
}
.fa-xing {
  --fa:"\f168";
}
.fa-square-xing,
.fa-xing-square {
  --fa:"\f169";
}
.fa-dropbox {
  --fa:"\f16b";
}
.fa-stack-overflow {
  --fa:"\f16c";
}
.fa-instagram {
  --fa:"\f16d";
}
.fa-flickr {
  --fa:"\f16e";
}
.fa-adn {
  --fa:"\f170";
}
.fa-bitbucket {
  --fa:"\f171";
}
.fa-tumblr {
  --fa:"\f173";
}
.fa-square-tumblr,
.fa-tumblr-square {
  --fa:"\f174";
}
.fa-apple {
  --fa:"\f179";
}
.fa-windows {
  --fa:"\f17a";
}
.fa-android {
  --fa:"\f17b";
}
.fa-linux {
  --fa:"\f17c";
}
.fa-dribbble {
  --fa:"\f17d";
}
.fa-skype {
  --fa:"\f17e";
}
.fa-foursquare {
  --fa:"\f180";
}
.fa-trello {
  --fa:"\f181";
}
.fa-gratipay {
  --fa:"\f184";
}
.fa-vk {
  --fa:"\f189";
}
.fa-weibo {
  --fa:"\f18a";
}
.fa-renren {
  --fa:"\f18b";
}
.fa-pagelines {
  --fa:"\f18c";
}
.fa-stack-exchange {
  --fa:"\f18d";
}
.fa-square-vimeo,
.fa-vimeo-square {
  --fa:"\f194";
}
.fa-slack,
.fa-slack-hash {
  --fa:"\f198";
}
.fa-wordpress {
  --fa:"\f19a";
}
.fa-openid {
  --fa:"\f19b";
}
.fa-yahoo {
  --fa:"\f19e";
}
.fa-google {
  --fa:"\f1a0";
}
.fa-reddit {
  --fa:"\f1a1";
}
.fa-reddit-square,
.fa-square-reddit {
  --fa:"\f1a2";
}
.fa-stumbleupon-circle {
  --fa:"\f1a3";
}
.fa-stumbleupon {
  --fa:"\f1a4";
}
.fa-delicious {
  --fa:"\f1a5";
}
.fa-digg {
  --fa:"\f1a6";
}
.fa-pied-piper-pp {
  --fa:"\f1a7";
}
.fa-pied-piper-alt {
  --fa:"\f1a8";
}
.fa-drupal {
  --fa:"\f1a9";
}
.fa-joomla {
  --fa:"\f1aa";
}
.fa-behance {
  --fa:"\f1b4";
}
.fa-behance-square,
.fa-square-behance {
  --fa:"\f1b5";
}
.fa-steam {
  --fa:"\f1b6";
}
.fa-square-steam,
.fa-steam-square {
  --fa:"\f1b7";
}
.fa-spotify {
  --fa:"\f1bc";
}
.fa-deviantart {
  --fa:"\f1bd";
}
.fa-soundcloud {
  --fa:"\f1be";
}
.fa-vine {
  --fa:"\f1ca";
}
.fa-codepen {
  --fa:"\f1cb";
}
.fa-jsfiddle {
  --fa:"\f1cc";
}
.fa-rebel {
  --fa:"\f1d0";
}
.fa-empire {
  --fa:"\f1d1";
}
.fa-git-square,
.fa-square-git {
  --fa:"\f1d2";
}
.fa-git {
  --fa:"\f1d3";
}
.fa-hacker-news {
  --fa:"\f1d4";
}
.fa-tencent-weibo {
  --fa:"\f1d5";
}
.fa-qq {
  --fa:"\f1d6";
}
.fa-weixin {
  --fa:"\f1d7";
}
.fa-slideshare {
  --fa:"\f1e7";
}
.fa-twitch {
  --fa:"\f1e8";
}
.fa-yelp {
  --fa:"\f1e9";
}
.fa-paypal {
  --fa:"\f1ed";
}
.fa-google-wallet {
  --fa:"\f1ee";
}
.fa-cc-visa {
  --fa:"\f1f0";
}
.fa-cc-mastercard {
  --fa:"\f1f1";
}
.fa-cc-discover {
  --fa:"\f1f2";
}
.fa-cc-amex {
  --fa:"\f1f3";
}
.fa-cc-paypal {
  --fa:"\f1f4";
}
.fa-cc-stripe {
  --fa:"\f1f5";
}
.fa-lastfm {
  --fa:"\f202";
}
.fa-lastfm-square,
.fa-square-lastfm {
  --fa:"\f203";
}
.fa-ioxhost {
  --fa:"\f208";
}
.fa-angellist {
  --fa:"\f209";
}
.fa-buysellads {
  --fa:"\f20d";
}
.fa-connectdevelop {
  --fa:"\f20e";
}
.fa-dashcube {
  --fa:"\f210";
}
.fa-forumbee {
  --fa:"\f211";
}
.fa-leanpub {
  --fa:"\f212";
}
.fa-sellsy {
  --fa:"\f213";
}
.fa-shirtsinbulk {
  --fa:"\f214";
}
.fa-simplybuilt {
  --fa:"\f215";
}
.fa-skyatlas {
  --fa:"\f216";
}
.fa-pinterest-p {
  --fa:"\f231";
}
.fa-whatsapp {
  --fa:"\f232";
}
.fa-viacoin {
  --fa:"\f237";
}
.fa-medium,
.fa-medium-m {
  --fa:"\f23a";
}
.fa-y-combinator {
  --fa:"\f23b";
}
.fa-optin-monster {
  --fa:"\f23c";
}
.fa-opencart {
  --fa:"\f23d";
}
.fa-expeditedssl {
  --fa:"\f23e";
}
.fa-cc-jcb {
  --fa:"\f24b";
}
.fa-cc-diners-club {
  --fa:"\f24c";
}
.fa-creative-commons {
  --fa:"\f25e";
}
.fa-gg {
  --fa:"\f260";
}
.fa-gg-circle {
  --fa:"\f261";
}
.fa-odnoklassniki {
  --fa:"\f263";
}
.fa-odnoklassniki-square,
.fa-square-odnoklassniki {
  --fa:"\f264";
}
.fa-get-pocket {
  --fa:"\f265";
}
.fa-wikipedia-w {
  --fa:"\f266";
}
.fa-safari {
  --fa:"\f267";
}
.fa-chrome {
  --fa:"\f268";
}
.fa-firefox {
  --fa:"\f269";
}
.fa-opera {
  --fa:"\f26a";
}
.fa-internet-explorer {
  --fa:"\f26b";
}
.fa-contao {
  --fa:"\f26d";
}
.fa-500px {
  --fa:"\f26e";
}
.fa-amazon {
  --fa:"\f270";
}
.fa-houzz {
  --fa:"\f27c";
}
.fa-vimeo-v {
  --fa:"\f27d";
}
.fa-black-tie {
  --fa:"\f27e";
}
.fa-fonticons {
  --fa:"\f280";
}
.fa-reddit-alien {
  --fa:"\f281";
}
.fa-edge {
  --fa:"\f282";
}
.fa-codiepie {
  --fa:"\f284";
}
.fa-modx {
  --fa:"\f285";
}
.fa-fort-awesome {
  --fa:"\f286";
}
.fa-usb {
  --fa:"\f287";
}
.fa-product-hunt {
  --fa:"\f288";
}
.fa-mixcloud {
  --fa:"\f289";
}
.fa-scribd {
  --fa:"\f28a";
}
.fa-bluetooth {
  --fa:"\f293";
}
.fa-bluetooth-b {
  --fa:"\f294";
}
.fa-gitlab {
  --fa:"\f296";
}
.fa-wpbeginner {
  --fa:"\f297";
}
.fa-wpforms {
  --fa:"\f298";
}
.fa-envira {
  --fa:"\f299";
}
.fa-glide {
  --fa:"\f2a5";
}
.fa-glide-g {
  --fa:"\f2a6";
}
.fa-viadeo {
  --fa:"\f2a9";
}
.fa-square-viadeo,
.fa-viadeo-square {
  --fa:"\f2aa";
}
.fa-snapchat,
.fa-snapchat-ghost {
  --fa:"\f2ab";
}
.fa-snapchat-square,
.fa-square-snapchat {
  --fa:"\f2ad";
}
.fa-pied-piper {
  --fa:"\f2ae";
}
.fa-first-order {
  --fa:"\f2b0";
}
.fa-yoast {
  --fa:"\f2b1";
}
.fa-themeisle {
  --fa:"\f2b2";
}
.fa-google-plus {
  --fa:"\f2b3";
}
.fa-font-awesome,
.fa-font-awesome-flag,
.fa-font-awesome-logo-full {
  --fa:"\f2b4";
}
.fa-linode {
  --fa:"\f2b8";
}
.fa-quora {
  --fa:"\f2c4";
}
.fa-free-code-camp {
  --fa:"\f2c5";
}
.fa-telegram,
.fa-telegram-plane {
  --fa:"\f2c6";
}
.fa-bandcamp {
  --fa:"\f2d5";
}
.fa-grav {
  --fa:"\f2d6";
}
.fa-etsy {
  --fa:"\f2d7";
}
.fa-imdb {
  --fa:"\f2d8";
}
.fa-ravelry {
  --fa:"\f2d9";
}
.fa-sellcast {
  --fa:"\f2da";
}
.fa-superpowers {
  --fa:"\f2dd";
}
.fa-wpexplorer {
  --fa:"\f2de";
}
.fa-meetup {
  --fa:"\f2e0";
}
.fa-font-awesome-alt,
.fa-square-font-awesome-stroke {
  --fa:"\f35c";
}
.fa-accessible-icon {
  --fa:"\f368";
}
.fa-accusoft {
  --fa:"\f369";
}
.fa-adversal {
  --fa:"\f36a";
}
.fa-affiliatetheme {
  --fa:"\f36b";
}
.fa-algolia {
  --fa:"\f36c";
}
.fa-amilia {
  --fa:"\f36d";
}
.fa-angrycreative {
  --fa:"\f36e";
}
.fa-app-store {
  --fa:"\f36f";
}
.fa-app-store-ios {
  --fa:"\f370";
}
.fa-apper {
  --fa:"\f371";
}
.fa-asymmetrik {
  --fa:"\f372";
}
.fa-audible {
  --fa:"\f373";
}
.fa-avianex {
  --fa:"\f374";
}
.fa-aws {
  --fa:"\f375";
}
.fa-bimobject {
  --fa:"\f378";
}
.fa-bitcoin {
  --fa:"\f379";
}
.fa-bity {
  --fa:"\f37a";
}
.fa-blackberry {
  --fa:"\f37b";
}
.fa-blogger {
  --fa:"\f37c";
}
.fa-blogger-b {
  --fa:"\f37d";
}
.fa-buromobelexperte {
  --fa:"\f37f";
}
.fa-centercode {
  --fa:"\f380";
}
.fa-cloudscale {
  --fa:"\f383";
}
.fa-cloudsmith {
  --fa:"\f384";
}
.fa-cloudversify {
  --fa:"\f385";
}
.fa-cpanel {
  --fa:"\f388";
}
.fa-css3-alt {
  --fa:"\f38b";
}
.fa-cuttlefish {
  --fa:"\f38c";
}
.fa-d-and-d {
  --fa:"\f38d";
}
.fa-deploydog {
  --fa:"\f38e";
}
.fa-deskpro {
  --fa:"\f38f";
}
.fa-digital-ocean {
  --fa:"\f391";
}
.fa-discord {
  --fa:"\f392";
}
.fa-discourse {
  --fa:"\f393";
}
.fa-dochub {
  --fa:"\f394";
}
.fa-docker {
  --fa:"\f395";
}
.fa-draft2digital {
  --fa:"\f396";
}
.fa-dribbble-square,
.fa-square-dribbble {
  --fa:"\f397";
}
.fa-dyalog {
  --fa:"\f399";
}
.fa-earlybirds {
  --fa:"\f39a";
}
.fa-erlang {
  --fa:"\f39d";
}
.fa-facebook-f {
  --fa:"\f39e";
}
.fa-facebook-messenger {
  --fa:"\f39f";
}
.fa-firstdraft {
  --fa:"\f3a1";
}
.fa-fonticons-fi {
  --fa:"\f3a2";
}
.fa-fort-awesome-alt {
  --fa:"\f3a3";
}
.fa-freebsd {
  --fa:"\f3a4";
}
.fa-gitkraken {
  --fa:"\f3a6";
}
.fa-gofore {
  --fa:"\f3a7";
}
.fa-goodreads {
  --fa:"\f3a8";
}
.fa-goodreads-g {
  --fa:"\f3a9";
}
.fa-google-drive {
  --fa:"\f3aa";
}
.fa-google-play {
  --fa:"\f3ab";
}
.fa-gripfire {
  --fa:"\f3ac";
}
.fa-grunt {
  --fa:"\f3ad";
}
.fa-gulp {
  --fa:"\f3ae";
}
.fa-hacker-news-square,
.fa-square-hacker-news {
  --fa:"\f3af";
}
.fa-hire-a-helper {
  --fa:"\f3b0";
}
.fa-hotjar {
  --fa:"\f3b1";
}
.fa-hubspot {
  --fa:"\f3b2";
}
.fa-itunes {
  --fa:"\f3b4";
}
.fa-itunes-note {
  --fa:"\f3b5";
}
.fa-jenkins {
  --fa:"\f3b6";
}
.fa-joget {
  --fa:"\f3b7";
}
.fa-js {
  --fa:"\f3b8";
}
.fa-js-square,
.fa-square-js {
  --fa:"\f3b9";
}
.fa-keycdn {
  --fa:"\f3ba";
}
.fa-kickstarter,
.fa-square-kickstarter {
  --fa:"\f3bb";
}
.fa-kickstarter-k {
  --fa:"\f3bc";
}
.fa-laravel {
  --fa:"\f3bd";
}
.fa-line {
  --fa:"\f3c0";
}
.fa-lyft {
  --fa:"\f3c3";
}
.fa-magento {
  --fa:"\f3c4";
}
.fa-medapps {
  --fa:"\f3c6";
}
.fa-medrt {
  --fa:"\f3c8";
}
.fa-microsoft {
  --fa:"\f3ca";
}
.fa-mix {
  --fa:"\f3cb";
}
.fa-mizuni {
  --fa:"\f3cc";
}
.fa-monero {
  --fa:"\f3d0";
}
.fa-napster {
  --fa:"\f3d2";
}
.fa-node-js {
  --fa:"\f3d3";
}
.fa-npm {
  --fa:"\f3d4";
}
.fa-ns8 {
  --fa:"\f3d5";
}
.fa-nutritionix {
  --fa:"\f3d6";
}
.fa-page4 {
  --fa:"\f3d7";
}
.fa-palfed {
  --fa:"\f3d8";
}
.fa-patreon {
  --fa:"\f3d9";
}
.fa-periscope {
  --fa:"\f3da";
}
.fa-phabricator {
  --fa:"\f3db";
}
.fa-phoenix-framework {
  --fa:"\f3dc";
}
.fa-playstation {
  --fa:"\f3df";
}
.fa-pushed {
  --fa:"\f3e1";
}
.fa-python {
  --fa:"\f3e2";
}
.fa-red-river {
  --fa:"\f3e3";
}
.fa-rendact,
.fa-wpressr {
  --fa:"\f3e4";
}
.fa-replyd {
  --fa:"\f3e6";
}
.fa-resolving {
  --fa:"\f3e7";
}
.fa-rocketchat {
  --fa:"\f3e8";
}
.fa-rockrms {
  --fa:"\f3e9";
}
.fa-schlix {
  --fa:"\f3ea";
}
.fa-searchengin {
  --fa:"\f3eb";
}
.fa-servicestack {
  --fa:"\f3ec";
}
.fa-sistrix {
  --fa:"\f3ee";
}
.fa-speakap {
  --fa:"\f3f3";
}
.fa-staylinked {
  --fa:"\f3f5";
}
.fa-steam-symbol {
  --fa:"\f3f6";
}
.fa-sticker-mule {
  --fa:"\f3f7";
}
.fa-studiovinari {
  --fa:"\f3f8";
}
.fa-supple {
  --fa:"\f3f9";
}
.fa-uber {
  --fa:"\f402";
}
.fa-uikit {
  --fa:"\f403";
}
.fa-uniregistry {
  --fa:"\f404";
}
.fa-untappd {
  --fa:"\f405";
}
.fa-ussunnah {
  --fa:"\f407";
}
.fa-vaadin {
  --fa:"\f408";
}
.fa-viber {
  --fa:"\f409";
}
.fa-vimeo {
  --fa:"\f40a";
}
.fa-vnv {
  --fa:"\f40b";
}
.fa-square-whatsapp,
.fa-whatsapp-square {
  --fa:"\f40c";
}
.fa-whmcs {
  --fa:"\f40d";
}
.fa-wordpress-simple {
  --fa:"\f411";
}
.fa-xbox {
  --fa:"\f412";
}
.fa-yandex {
  --fa:"\f413";
}
.fa-yandex-international {
  --fa:"\f414";
}
.fa-apple-pay {
  --fa:"\f415";
}
.fa-cc-apple-pay {
  --fa:"\f416";
}
.fa-fly {
  --fa:"\f417";
}
.fa-node {
  --fa:"\f419";
}
.fa-osi {
  --fa:"\f41a";
}
.fa-react {
  --fa:"\f41b";
}
.fa-autoprefixer {
  --fa:"\f41c";
}
.fa-less {
  --fa:"\f41d";
}
.fa-sass {
  --fa:"\f41e";
}
.fa-vuejs {
  --fa:"\f41f";
}
.fa-angular {
  --fa:"\f420";
}
.fa-aviato {
  --fa:"\f421";
}
.fa-ember {
  --fa:"\f423";
}
.fa-gitter {
  --fa:"\f426";
}
.fa-hooli {
  --fa:"\f427";
}
.fa-strava {
  --fa:"\f428";
}
.fa-stripe {
  --fa:"\f429";
}
.fa-stripe-s {
  --fa:"\f42a";
}
.fa-typo3 {
  --fa:"\f42b";
}
.fa-amazon-pay {
  --fa:"\f42c";
}
.fa-cc-amazon-pay {
  --fa:"\f42d";
}
.fa-ethereum {
  --fa:"\f42e";
}
.fa-korvue {
  --fa:"\f42f";
}
.fa-elementor {
  --fa:"\f430";
}
.fa-square-youtube,
.fa-youtube-square {
  --fa:"\f431";
}
.fa-flipboard {
  --fa:"\f44d";
}
.fa-hips {
  --fa:"\f452";
}
.fa-php {
  --fa:"\f457";
}
.fa-quinscape {
  --fa:"\f459";
}
.fa-readme {
  --fa:"\f4d5";
}
.fa-java {
  --fa:"\f4e4";
}
.fa-pied-piper-hat {
  --fa:"\f4e5";
}
.fa-creative-commons-by {
  --fa:"\f4e7";
}
.fa-creative-commons-nc {
  --fa:"\f4e8";
}
.fa-creative-commons-nc-eu {
  --fa:"\f4e9";
}
.fa-creative-commons-nc-jp {
  --fa:"\f4ea";
}
.fa-creative-commons-nd {
  --fa:"\f4eb";
}
.fa-creative-commons-pd {
  --fa:"\f4ec";
}
.fa-creative-commons-pd-alt {
  --fa:"\f4ed";
}
.fa-creative-commons-remix {
  --fa:"\f4ee";
}
.fa-creative-commons-sa {
  --fa:"\f4ef";
}
.fa-creative-commons-sampling {
  --fa:"\f4f0";
}
.fa-creative-commons-sampling-plus {
  --fa:"\f4f1";
}
.fa-creative-commons-share {
  --fa:"\f4f2";
}
.fa-creative-commons-zero {
  --fa:"\f4f3";
}
.fa-ebay {
  --fa:"\f4f4";
}
.fa-keybase {
  --fa:"\f4f5";
}
.fa-mastodon {
  --fa:"\f4f6";
}
.fa-r-project {
  --fa:"\f4f7";
}
.fa-researchgate {
  --fa:"\f4f8";
}
.fa-teamspeak {
  --fa:"\f4f9";
}
.fa-first-order-alt {
  --fa:"\f50a";
}
.fa-fulcrum {
  --fa:"\f50b";
}
.fa-galactic-republic {
  --fa:"\f50c";
}
.fa-galactic-senate {
  --fa:"\f50d";
}
.fa-jedi-order {
  --fa:"\f50e";
}
.fa-mandalorian {
  --fa:"\f50f";
}
.fa-old-republic {
  --fa:"\f510";
}
.fa-phoenix-squadron {
  --fa:"\f511";
}
.fa-sith {
  --fa:"\f512";
}
.fa-trade-federation {
  --fa:"\f513";
}
.fa-wolf-pack-battalion {
  --fa:"\f514";
}
.fa-hornbill {
  --fa:"\f592";
}
.fa-mailchimp {
  --fa:"\f59e";
}
.fa-megaport {
  --fa:"\f5a3";
}
.fa-nimblr {
  --fa:"\f5a8";
}
.fa-rev {
  --fa:"\f5b2";
}
.fa-shopware {
  --fa:"\f5b5";
}
.fa-squarespace {
  --fa:"\f5be";
}
.fa-themeco {
  --fa:"\f5c6";
}
.fa-weebly {
  --fa:"\f5cc";
}
.fa-wix {
  --fa:"\f5cf";
}
.fa-ello {
  --fa:"\f5f1";
}
.fa-hackerrank {
  --fa:"\f5f7";
}
.fa-kaggle {
  --fa:"\f5fa";
}
.fa-markdown {
  --fa:"\f60f";
}
.fa-neos {
  --fa:"\f612";
}
.fa-zhihu {
  --fa:"\f63f";
}
.fa-alipay {
  --fa:"\f642";
}
.fa-the-red-yeti {
  --fa:"\f69d";
}
.fa-critical-role {
  --fa:"\f6c9";
}
.fa-d-and-d-beyond {
  --fa:"\f6ca";
}
.fa-dev {
  --fa:"\f6cc";
}
.fa-fantasy-flight-games {
  --fa:"\f6dc";
}
.fa-wizards-of-the-coast {
  --fa:"\f730";
}
.fa-think-peaks {
  --fa:"\f731";
}
.fa-reacteurope {
  --fa:"\f75d";
}
.fa-artstation {
  --fa:"\f77a";
}
.fa-atlassian {
  --fa:"\f77b";
}
.fa-canadian-maple-leaf {
  --fa:"\f785";
}
.fa-centos {
  --fa:"\f789";
}
.fa-confluence {
  --fa:"\f78d";
}
.fa-dhl {
  --fa:"\f790";
}
.fa-diaspora {
  --fa:"\f791";
}
.fa-fedex {
  --fa:"\f797";
}
.fa-fedora {
  --fa:"\f798";
}
.fa-figma {
  --fa:"\f799";
}
.fa-intercom {
  --fa:"\f7af";
}
.fa-invision {
  --fa:"\f7b0";
}
.fa-jira {
  --fa:"\f7b1";
}
.fa-mendeley {
  --fa:"\f7b3";
}
.fa-raspberry-pi {
  --fa:"\f7bb";
}
.fa-redhat {
  --fa:"\f7bc";
}
.fa-sketch {
  --fa:"\f7c6";
}
.fa-sourcetree {
  --fa:"\f7d3";
}
.fa-suse {
  --fa:"\f7d6";
}
.fa-ubuntu {
  --fa:"\f7df";
}
.fa-ups {
  --fa:"\f7e0";
}
.fa-usps {
  --fa:"\f7e1";
}
.fa-yarn {
  --fa:"\f7e3";
}
.fa-airbnb {
  --fa:"\f834";
}
.fa-battle-net {
  --fa:"\f835";
}
.fa-bootstrap {
  --fa:"\f836";
}
.fa-buffer {
  --fa:"\f837";
}
.fa-chromecast {
  --fa:"\f838";
}
.fa-evernote {
  --fa:"\f839";
}
.fa-itch-io {
  --fa:"\f83a";
}
.fa-salesforce {
  --fa:"\f83b";
}
.fa-speaker-deck {
  --fa:"\f83c";
}
.fa-symfony {
  --fa:"\f83d";
}
.fa-waze {
  --fa:"\f83f";
}
.fa-yammer {
  --fa:"\f840";
}
.fa-git-alt {
  --fa:"\f841";
}
.fa-stackpath {
  --fa:"\f842";
}
.fa-cotton-bureau {
  --fa:"\f89e";
}
.fa-buy-n-large {
  --fa:"\f8a6";
}
.fa-mdb {
  --fa:"\f8ca";
}
.fa-orcid {
  --fa:"\f8d2";
}
.fa-swift {
  --fa:"\f8e1";
}
.fa-umbraco {
  --fa:"\f8e8";
}
:host,
:root {
  --fa-font-regular:normal 400 1em/1 var(--fa-family-classic);
}
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/fa-regular-400.woff2");
}
.far {
  --fa-family:var(--fa-family-classic);
}
.fa-regular,
.far {
  --fa-style:400;
}
:host,
:root {
  --fa-family-classic:"Font Awesome 7 Free";
  --fa-font-solid:normal 900 1em/1 var(--fa-family-classic);
  --fa-style-family-classic:var(--fa-family-classic);
}
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./media/fa-solid-900.woff2");
}
.fas {
  --fa-style:900;
}
.fa-classic,
.fas {
  --fa-family:var(--fa-family-classic);
}
.fa-solid {
  --fa-style:900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-brands-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("./media/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-brands-400.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-regular-400.woff2") format("woff2");
  unicode-range:
    u+f003,
    u+f006,
    u+f014,
    u+f016-f017,
    u+f01a-f01b,
    u+f01d,
    u+f022,
    u+f03e,
    u+f044,
    u+f046,
    u+f05c-f05d,
    u+f06e,
    u+f070,
    u+f087-f088,
    u+f08a,
    u+f094,
    u+f096-f097,
    u+f09d,
    u+f0a0,
    u+f0a2,
    u+f0a4-f0a7,
    u+f0c5,
    u+f0c7,
    u+f0e5-f0e6,
    u+f0eb,
    u+f0f6-f0f8,
    u+f10c,
    u+f114-f115,
    u+f118-f11a,
    u+f11c-f11d,
    u+f133,
    u+f147,
    u+f14e,
    u+f150-f152,
    u+f185-f186,
    u+f18e,
    u+f190-f192,
    u+f196,
    u+f1c1-f1c9,
    u+f1d9,
    u+f1db,
    u+f1e3,
    u+f1ea,
    u+f1f7,
    u+f1f9,
    u+f20a,
    u+f247-f248,
    u+f24a,
    u+f24d,
    u+f255-f25b,
    u+f25d,
    u+f271-f274,
    u+f278,
    u+f27b,
    u+f28c,
    u+f28e,
    u+f29c,
    u+f2b5,
    u+f2b7,
    u+f2ba,
    u+f2bc,
    u+f2be,
    u+f2c0-f2c1,
    u+f2c3,
    u+f2d0,
    u+f2d2,
    u+f2d4,
    u+f2dc;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-v4compatibility.woff2") format("woff2");
  unicode-range:
    u+f041,
    u+f047,
    u+f065-f066,
    u+f07d-f07e,
    u+f080,
    u+f08b,
    u+f08e,
    u+f090,
    u+f09a,
    u+f0ac,
    u+f0ae,
    u+f0b2,
    u+f0d0,
    u+f0d6,
    u+f0e4,
    u+f0ec,
    u+f10a-f10b,
    u+f123,
    u+f13e,
    u+f148-f149,
    u+f14c,
    u+f156,
    u+f15e,
    u+f160-f161,
    u+f163,
    u+f175-f178,
    u+f195,
    u+f1f8,
    u+f219,
    u+f27a;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
