@charset "UTF-8";
/* 
    BOOTSTRAP
*/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/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: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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; }

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: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.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; }

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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-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: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .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: #212529;
  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: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > 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: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .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: 1199.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 + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  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 + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  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: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.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: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.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: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: center;
      -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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: 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: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  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: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 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: color 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: color 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-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem 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.nice-select.open:not(:disabled):not(.disabled), .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.nice-select.open:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.nice-select.open:not(:disabled):not(.disabled), .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success.nice-select.open:not(:disabled):not(.disabled), .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.nice-select.open:not(:disabled):not(.disabled):focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info.nice-select.open:not(:disabled):not(.disabled), .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.nice-select.open:not(:disabled):not(.disabled):focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning.nice-select.open:not(:disabled):not(.disabled), .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.nice-select.open:not(:disabled):not(.disabled):focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger.nice-select.open:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.nice-select.open:not(:disabled):not(.disabled):focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light.nice-select.open:not(:disabled):not(.disabled), .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.nice-select.open:not(:disabled):not(.disabled):focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark.nice-select.open:not(:disabled):not(.disabled), .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.nice-select.open:not(:disabled):not(.disabled):focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem 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.nice-select.open:not(:disabled):not(.disabled), .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.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.nice-select.open:not(:disabled):not(.disabled), .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.nice-select.open:not(:disabled):not(.disabled), .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.nice-select.open:not(:disabled):not(.disabled), .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.nice-select.open:not(:disabled):not(.disabled), .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.nice-select.open:not(:disabled):not(.disabled), .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.nice-select.open:not(:disabled):not(.disabled), .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.nice-select.open:not(:disabled):not(.disabled), .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.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: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-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: 1200px) {
  .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.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.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.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.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.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.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: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active, .dropdown-item.nice-select.open {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -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.nice-select.open, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.nice-select.open,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -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: 0.5625rem;
  padding-left: 0.5625rem; }
  .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: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -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;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -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: -webkit-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.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 + 1rem + 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: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 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: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.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;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before, .custom-control-input.nice-select.open:not(:disabled) ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.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' 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' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%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.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-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;
    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, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    -ms-transform: translateX(0.75rem);
    transform: translateX(0.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 + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .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 + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-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;
        -o-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active, .custom-range.nice-select.open::-webkit-slider-thumb {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active, .custom-range.nice-select.open::-moz-range-thumb {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active, .custom-range.nice-select.open::-ms-thumb {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  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: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.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 {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -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: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      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 {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -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: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      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 {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -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: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      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: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -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: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    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: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .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: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.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.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .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.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
        -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: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 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: color 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: color 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-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      -o-transition: none;
      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: 0.6em;
  padding-left: 0.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;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active, .list-group-item-action.nice-select.open {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 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: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.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: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.modal-dialog-scrollable {
  display: -webkit-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.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); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.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: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.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 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .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: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.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: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.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;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      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%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-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;
  -webkit-transition: 0s 0.6s opacity;
  -o-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.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' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -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;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        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: 0.25em 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: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

.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: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !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: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    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.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -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 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -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 {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -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 {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -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;
  -ms-grid-row-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;
  -ms-grid-row-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;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: 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;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable.nice-select.open, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
  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; }

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

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

.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); }

.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: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.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; }

.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: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.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; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.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-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: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.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; }
  .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: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.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; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.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-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: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.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; }
  .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: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.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; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.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-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: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.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; }
  .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: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.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; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.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-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: 1200px) {
  .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: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.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; }
  .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: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.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; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.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-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; } }

.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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-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; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !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;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-group {
  margin-bottom: 0.5rem; }

.form-group:last-child {
  margin-bottom: 0; }

.bootstrap-datetimepicker-widget ul li {
  list-style: none !important; }

.dropdown-scrollable {
  max-height: 190px;
  overflow-y: auto;
  overflow-x: hidden; }

.bootstrap-select .dropdown-toggle:focus {
  outline: none; }

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-outline-secondary {
  border-color: #ced4da; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.tab-content {
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  background-color: #fcfcfc;
  overflow-y: auto; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: #fcfcfc; }

.nav-tabs a.nav-link {
  text-decoration: none;
  font-size: 1rem !important; }

.nav-tabs a.nav-link:hover {
  text-decoration: none; }

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-abacus:before {
  content: "\f640"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acorn:before {
  content: "\f6ae"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-conditioner:before {
  content: "\f8f4"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-alarm-exclamation:before {
  content: "\f843"; }

.fa-alarm-plus:before {
  content: "\f844"; }

.fa-alarm-snooze:before {
  content: "\f845"; }

.fa-album:before {
  content: "\f89f"; }

.fa-album-collection:before {
  content: "\f8a0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-alicorn:before {
  content: "\f6b0"; }

.fa-alien:before {
  content: "\f8f5"; }

.fa-alien-monster:before {
  content: "\f8f6"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-slash:before {
  content: "\f846"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-amp-guitar:before {
  content: "\f8a1"; }

.fa-analytics:before {
  content: "\f643"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angel:before {
  content: "\f779"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-crate:before {
  content: "\f6b1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-atom-alt:before {
  content: "\f5d3"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-axe:before {
  content: "\f6b2"; }

.fa-axe-battle:before {
  content: "\f6b3"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backpack:before {
  content: "\f5d4"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-badge-dollar:before {
  content: "\f645"; }

.fa-badge-percent:before {
  content: "\f646"; }

.fa-badge-sheriff:before {
  content: "\f8a2"; }

.fa-badger-honey:before {
  content: "\f6b4"; }

.fa-bags-shopping:before {
  content: "\f847"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ball-pile:before {
  content: "\f77e"; }

.fa-ballot:before {
  content: "\f732"; }

.fa-ballot-check:before {
  content: "\f733"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-banjo:before {
  content: "\f8a3"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bat:before {
  content: "\f6b5"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-bed-alt:before {
  content: "\f8f7"; }

.fa-bed-bunk:before {
  content: "\f8f8"; }

.fa-bed-empty:before {
  content: "\f8f9"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-exclamation:before {
  content: "\f848"; }

.fa-bell-on:before {
  content: "\f8fa"; }

.fa-bell-plus:before {
  content: "\f849"; }

.fa-bell-school:before {
  content: "\f5d5"; }

.fa-bell-school-slash:before {
  content: "\f5d6"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bells:before {
  content: "\f77f"; }

.fa-betamax:before {
  content: "\f8a4"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-biking-mountain:before {
  content: "\f84b"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blanket:before {
  content: "\f498"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blinds:before {
  content: "\f8fb"; }

.fa-blinds-open:before {
  content: "\f8fc"; }

.fa-blinds-raised:before {
  content: "\f8fd"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bone-break:before {
  content: "\f5d8"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-alt:before {
  content: "\f5d9"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-book-spells:before {
  content: "\f6b8"; }

.fa-book-user:before {
  content: "\f7e7"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-books:before {
  content: "\f5db"; }

.fa-books-medical:before {
  content: "\f7e8"; }

.fa-boombox:before {
  content: "\f8a5"; }

.fa-boot:before {
  content: "\f782"; }

.fa-booth-curtain:before {
  content: "\f734"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-bottom:before {
  content: "\f84d"; }

.fa-border-center-h:before {
  content: "\f89c"; }

.fa-border-center-v:before {
  content: "\f89d"; }

.fa-border-inner:before {
  content: "\f84e"; }

.fa-border-left:before {
  content: "\f84f"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-outer:before {
  content: "\f851"; }

.fa-border-right:before {
  content: "\f852"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-border-style-alt:before {
  content: "\f854"; }

.fa-border-top:before {
  content: "\f855"; }

.fa-bow-arrow:before {
  content: "\f6b9"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-ballot:before {
  content: "\f735"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-brackets:before {
  content: "\f7e9"; }

.fa-brackets-curly:before {
  content: "\f7ea"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-loaf:before {
  content: "\f7eb"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-bring-forward:before {
  content: "\f856"; }

.fa-bring-front:before {
  content: "\f857"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-bullseye-arrow:before {
  content: "\f648"; }

.fa-bullseye-pointer:before {
  content: "\f649"; }

.fa-burger-soda:before {
  content: "\f858"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-burrito:before {
  content: "\f7ed"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-bus-school:before {
  content: "\f5dd"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-cabinet-filing:before {
  content: "\f64b"; }

.fa-cactus:before {
  content: "\f8a7"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calculator-alt:before {
  content: "\f64c"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-star:before {
  content: "\f736"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camcorder:before {
  content: "\f8a8"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-home:before {
  content: "\f8fe"; }

.fa-camera-movie:before {
  content: "\f8a9"; }

.fa-camera-polaroid:before {
  content: "\f8aa"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campfire:before {
  content: "\f6ba"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candle-holder:before {
  content: "\f6bc"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-candy-corn:before {
  content: "\f6bd"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-building:before {
  content: "\f859"; }

.fa-car-bump:before {
  content: "\f5e0"; }

.fa-car-bus:before {
  content: "\f85a"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-garage:before {
  content: "\f5e2"; }

.fa-car-mechanic:before {
  content: "\f5e3"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-car-tilt:before {
  content: "\f5e5"; }

.fa-car-wash:before {
  content: "\f5e6"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caravan-alt:before {
  content: "\e000"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cars:before {
  content: "\f85b"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cassette-tape:before {
  content: "\f8ab"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cat-space:before {
  content: "\e001"; }

.fa-cauldron:before {
  content: "\f6bf"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cctv:before {
  content: "\f8ac"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chair-office:before {
  content: "\f6c1"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-line-down:before {
  content: "\f64d"; }

.fa-chart-network:before {
  content: "\f78a"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-chart-pie-alt:before {
  content: "\f64e"; }

.fa-chart-scatter:before {
  content: "\f7ee"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-cheese-swiss:before {
  content: "\f7f0"; }

.fa-cheeseburger:before {
  content: "\f7f1"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chimney:before {
  content: "\f78b"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clarinet:before {
  content: "\f8ad"; }

.fa-claw-marks:before {
  content: "\f6c2"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clipboard-list-check:before {
  content: "\f737"; }

.fa-clipboard-prescription:before {
  content: "\f5e8"; }

.fa-clipboard-user:before {
  content: "\f7f3"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-drizzle:before {
  content: "\f738"; }

.fa-cloud-hail:before {
  content: "\f739"; }

.fa-cloud-hail-mixed:before {
  content: "\f73a"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-music:before {
  content: "\f8ae"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-rainbow:before {
  content: "\f73e"; }

.fa-cloud-showers:before {
  content: "\f73f"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sleet:before {
  content: "\f741"; }

.fa-cloud-snow:before {
  content: "\f742"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-clouds:before {
  content: "\f744"; }

.fa-clouds-moon:before {
  content: "\f745"; }

.fa-clouds-sun:before {
  content: "\f746"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-coffee-pot:before {
  content: "\e002"; }

.fa-coffee-togo:before {
  content: "\f6c5"; }

.fa-coffin:before {
  content: "\f6c6"; }

.fa-coffin-cross:before {
  content: "\e051"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coin:before {
  content: "\f85c"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comet:before {
  content: "\e003"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dollar:before {
  content: "\f650"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before {
  content: "\f4a6"; }

.fa-comment-alt-medical:before {
  content: "\f7f4"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-music:before {
  content: "\f8af"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-music:before {
  content: "\f8b0"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-comments-alt-dollar:before {
  content: "\f652"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compass-slash:before {
  content: "\f5e9"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-computer-classic:before {
  content: "\f8b1"; }

.fa-computer-speaker:before {
  content: "\f8b2"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-construction:before {
  content: "\f85d"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-corn:before {
  content: "\f6c7"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cow:before {
  content: "\f6c8"; }

.fa-cowbell:before {
  content: "\f8b3"; }

.fa-cowbell-more:before {
  content: "\f8b4"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-croissant:before {
  content: "\f7f6"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-crutches:before {
  content: "\f7f8"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dagger:before {
  content: "\f6cb"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-debug:before {
  content: "\f7f9"; }

.fa-deer:before {
  content: "\f78e"; }

.fa-deer-rudolph:before {
  content: "\f78f"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dewpoint:before {
  content: "\f748"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d10:before {
  content: "\f6cd"; }

.fa-dice-d12:before {
  content: "\f6ce"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d4:before {
  content: "\f6d0"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-d8:before {
  content: "\f6d2"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digging:before {
  content: "\f85e"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-diploma:before {
  content: "\f5ea"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-disc-drive:before {
  content: "\f8b5"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-do-not-enter:before {
  content: "\f5ec"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dog-leashed:before {
  content: "\f6d4"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-circle:before {
  content: "\f5ed"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-draw-square:before {
  content: "\f5ef"; }

.fa-dreidel:before {
  content: "\f792"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-drone:before {
  content: "\f85f"; }

.fa-drone-alt:before {
  content: "\f860"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick:before {
  content: "\f6d6"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dryer:before {
  content: "\f861"; }

.fa-dryer-alt:before {
  content: "\f862"; }

.fa-duck:before {
  content: "\f6d8"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-ear:before {
  content: "\f5f0"; }

.fa-ear-muffs:before {
  content: "\f795"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-eclipse:before {
  content: "\f749"; }

.fa-eclipse-alt:before {
  content: "\f74a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-egg-fried:before {
  content: "\f7fc"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-elephant:before {
  content: "\f6da"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-empty-set:before {
  content: "\f656"; }

.fa-engine-warning:before {
  content: "\f5f2"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-dollar:before {
  content: "\f657"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-evil:before {
  content: "\f6db"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fan-table:before {
  content: "\e004"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-farm:before {
  content: "\f864"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-faucet-drip:before {
  content: "\e006"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-certificate:before {
  content: "\f5f3"; }

.fa-file-chart-line:before {
  content: "\f659"; }

.fa-file-chart-pie:before {
  content: "\f65a"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-music:before {
  content: "\f8b6"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-search:before {
  content: "\f865"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-spreadsheet:before {
  content: "\f65b"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-user:before {
  content: "\f65c"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-files-medical:before {
  content: "\f7fd"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-film-canister:before {
  content: "\f8b7"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-fire-smoke:before {
  content: "\f74b"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-fireplace:before {
  content: "\f79a"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fish-cooked:before {
  content: "\f7fe"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-alt:before {
  content: "\f74c"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flame:before {
  content: "\f6df"; }

.fa-flashlight:before {
  content: "\f8b8"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flask-poison:before {
  content: "\f6e0"; }

.fa-flask-potion:before {
  content: "\f6e1"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flower:before {
  content: "\f7ff"; }

.fa-flower-daffodil:before {
  content: "\f800"; }

.fa-flower-tulip:before {
  content: "\f801"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-flute:before {
  content: "\f8b9"; }

.fa-flux-capacitor:before {
  content: "\f8ba"; }

.fa-fly:before {
  content: "\f417"; }

.fa-fog:before {
  content: "\f74e"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-download:before {
  content: "\e053"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-folder-times:before {
  content: "\f65f"; }

.fa-folder-tree:before {
  content: "\f802"; }

.fa-folder-upload:before {
  content: "\e054"; }

.fa-folders:before {
  content: "\f660"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-font-case:before {
  content: "\f866"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-french-fries:before {
  content: "\f803"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frosty-head:before {
  content: "\f79b"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-function:before {
  content: "\f661"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-galaxy:before {
  content: "\e008"; }

.fa-game-board:before {
  content: "\f867"; }

.fa-game-board-alt:before {
  content: "\f868"; }

.fa-game-console-handheld:before {
  content: "\f8bb"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gamepad-alt:before {
  content: "\f8bc"; }

.fa-garage:before {
  content: "\e009"; }

.fa-garage-car:before {
  content: "\e00a"; }

.fa-garage-open:before {
  content: "\e00b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gas-pump-slash:before {
  content: "\f5f4"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gift-card:before {
  content: "\f663"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-gingerbread-man:before {
  content: "\f79d"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass:before {
  content: "\f804"; }

.fa-glass-champagne:before {
  content: "\f79e"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-citrus:before {
  content: "\f869"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glass-whiskey-rocks:before {
  content: "\f7a1"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glasses-alt:before {
  content: "\f5f5"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-globe-snow:before {
  content: "\f7a3"; }

.fa-globe-stand:before {
  content: "\f5f6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gramophone:before {
  content: "\f8bd"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-guitar-electric:before {
  content: "\f8be"; }

.fa-guitars:before {
  content: "\f8bf"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-h4:before {
  content: "\f86a"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hammer-war:before {
  content: "\f6e4"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-magic:before {
  content: "\f6e5"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-chef:before {
  content: "\f86b"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-santa:before {
  content: "\f7a7"; }

.fa-hat-winter:before {
  content: "\f7a8"; }

.fa-hat-witch:before {
  content: "\f6e7"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side:before {
  content: "\f6e9"; }

.fa-head-side-brain:before {
  content: "\f808"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-headphones:before {
  content: "\f8c2"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-medical:before {
  content: "\f809"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-head-vr:before {
  content: "\f6ea"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-rate:before {
  content: "\f5f8"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-heat:before {
  content: "\e00c"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-helmet-battle:before {
  content: "\f6eb"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-mask:before {
  content: "\f6ee"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-alt:before {
  content: "\f80a"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-home-lg:before {
  content: "\f80b"; }

.fa-home-lg-alt:before {
  content: "\f80c"; }

.fa-hood-cloak:before {
  content: "\f6ef"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-horizontal-rule:before {
  content: "\f86c"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-horse-saddle:before {
  content: "\f8c3"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hospitals:before {
  content: "\f80e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house:before {
  content: "\e00d"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-day:before {
  content: "\e00e"; }

.fa-house-flood:before {
  content: "\f74f"; }

.fa-house-leave:before {
  content: "\e00f"; }

.fa-house-night:before {
  content: "\e010"; }

.fa-house-return:before {
  content: "\e011"; }

.fa-house-signal:before {
  content: "\e012"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-humidity:before {
  content: "\f750"; }

.fa-hurricane:before {
  content: "\f751"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-ice-skate:before {
  content: "\f7ac"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-icons-alt:before {
  content: "\f86e"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-image-polaroid:before {
  content: "\f8c4"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-inhaler:before {
  content: "\f5f9"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-integral:before {
  content: "\f667"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-intersection:before {
  content: "\f668"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-island-tropical:before {
  content: "\f811"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-joystick:before {
  content: "\f8c5"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-jug:before {
  content: "\f8c6"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-kazoo:before {
  content: "\f8c7"; }

.fa-kerning:before {
  content: "\f86f"; }

.fa-key:before {
  content: "\f084"; }

.fa-key-skeleton:before {
  content: "\f6f3"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-keynote:before {
  content: "\f66c"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kidneys:before {
  content: "\f5fb"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kite:before {
  content: "\f6f4"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-knife-kitchen:before {
  content: "\f6f5"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lambda:before {
  content: "\f66e"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-lamp-desk:before {
  content: "\e014"; }

.fa-lamp-floor:before {
  content: "\e015"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-landmark-alt:before {
  content: "\f752"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lasso:before {
  content: "\f8c8"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-layer-minus:before {
  content: "\f5fe"; }

.fa-layer-plus:before {
  content: "\f5ff"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leaf-maple:before {
  content: "\f6f6"; }

.fa-leaf-oak:before {
  content: "\f6f7"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-light-ceiling:before {
  content: "\e016"; }

.fa-light-switch:before {
  content: "\e017"; }

.fa-light-switch-off:before {
  content: "\e018"; }

.fa-light-switch-on:before {
  content: "\e019"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-lightbulb-dollar:before {
  content: "\f670"; }

.fa-lightbulb-exclamation:before {
  content: "\f671"; }

.fa-lightbulb-on:before {
  content: "\f672"; }

.fa-lightbulb-slash:before {
  content: "\f673"; }

.fa-lights-holiday:before {
  content: "\f7b2"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-line-columns:before {
  content: "\f870"; }

.fa-line-height:before {
  content: "\f871"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lips:before {
  content: "\f600"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-music:before {
  content: "\f8c9"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location:before {
  content: "\f601"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-location-circle:before {
  content: "\f602"; }

.fa-location-slash:before {
  content: "\f603"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-mace:before {
  content: "\f6f8"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailbox:before {
  content: "\f813"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-mandolin:before {
  content: "\f6f9"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-marker-alt-slash:before {
  content: "\f605"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fa-map-marker-edit:before {
  content: "\f607"; }

.fa-map-marker-exclamation:before {
  content: "\f608"; }

.fa-map-marker-minus:before {
  content: "\f609"; }

.fa-map-marker-plus:before {
  content: "\f60a"; }

.fa-map-marker-question:before {
  content: "\f60b"; }

.fa-map-marker-slash:before {
  content: "\f60c"; }

.fa-map-marker-smile:before {
  content: "\f60d"; }

.fa-map-marker-times:before {
  content: "\f60e"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-meat:before {
  content: "\f814"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaphone:before {
  content: "\f675"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microphone-stand:before {
  content: "\f8cb"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-microwave:before {
  content: "\e01b"; }

.fa-mind-share:before {
  content: "\f677"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mistletoe:before {
  content: "\f7b4"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-money-check-edit:before {
  content: "\f872"; }

.fa-money-check-edit-alt:before {
  content: "\f873"; }

.fa-monitor-heart-rate:before {
  content: "\f611"; }

.fa-monkey:before {
  content: "\f6fb"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-moon-cloud:before {
  content: "\f754"; }

.fa-moon-stars:before {
  content: "\f755"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mountains:before {
  content: "\f6fd"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-alt:before {
  content: "\f8cd"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mp3-player:before {
  content: "\f8ce"; }

.fa-mug:before {
  content: "\f874"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-mug-marshmallows:before {
  content: "\f7b7"; }

.fa-mug-tea:before {
  content: "\f875"; }

.fa-music:before {
  content: "\f001"; }

.fa-music-alt:before {
  content: "\f8cf"; }

.fa-music-alt-slash:before {
  content: "\f8d0"; }

.fa-music-slash:before {
  content: "\f8d1"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-narwhal:before {
  content: "\f6fe"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-oil-temp:before {
  content: "\f614"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-omega:before {
  content: "\f67a"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-ornament:before {
  content: "\f7b8"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-outlet:before {
  content: "\e01c"; }

.fa-oven:before {
  content: "\e01d"; }

.fa-overline:before {
  content: "\f876"; }

.fa-page-break:before {
  content: "\f877"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paragraph-rtl:before {
  content: "\f878"; }

.fa-parking:before {
  content: "\f540"; }

.fa-parking-circle:before {
  content: "\f615"; }

.fa-parking-circle-slash:before {
  content: "\f616"; }

.fa-parking-slash:before {
  content: "\f617"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paw-alt:before {
  content: "\f701"; }

.fa-paw-claws:before {
  content: "\f702"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pegasus:before {
  content: "\f703"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-paintbrush:before {
  content: "\f618"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-person-sign:before {
  content: "\f757"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-laptop:before {
  content: "\f87a"; }

.fa-phone-office:before {
  content: "\f67d"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-rotary:before {
  content: "\f8d3"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pi:before {
  content: "\f67e"; }

.fa-piano:before {
  content: "\f8d4"; }

.fa-piano-keyboard:before {
  content: "\f8d5"; }

.fa-pie:before {
  content: "\f705"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-pig:before {
  content: "\f706"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza:before {
  content: "\f817"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-planet-moon:before {
  content: "\e01f"; }

.fa-planet-ringed:before {
  content: "\e020"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-podium:before {
  content: "\f680"; }

.fa-podium-star:before {
  content: "\f758"; }

.fa-police-box:before {
  content: "\e021"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poll-people:before {
  content: "\f759"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-popcorn:before {
  content: "\f819"; }

.fa-portal-enter:before {
  content: "\e022"; }

.fa-portal-exit:before {
  content: "\e023"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-presentation:before {
  content: "\f685"; }

.fa-print:before {
  content: "\f02f"; }

.fa-print-search:before {
  content: "\f81a"; }

.fa-print-slash:before {
  content: "\f686"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-projector:before {
  content: "\f8d6"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pumpkin:before {
  content: "\f707"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rabbit:before {
  content: "\f708"; }

.fa-rabbit-fast:before {
  content: "\f709"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-radar:before {
  content: "\e024"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-radio:before {
  content: "\f8d7"; }

.fa-radio-alt:before {
  content: "\f8d8"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-raindrops:before {
  content: "\f75c"; }

.fa-ram:before {
  content: "\f70a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-raygun:before {
  content: "\e025"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-refrigerator:before {
  content: "\e026"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-rings-wedding:before {
  content: "\f81b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocket-launch:before {
  content: "\e027"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-route-highway:before {
  content: "\f61a"; }

.fa-route-interstate:before {
  content: "\f61b"; }

.fa-router:before {
  content: "\f8da"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-triangle:before {
  content: "\f61c"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-rv:before {
  content: "\f7be"; }

.fa-sack:before {
  content: "\f81c"; }

.fa-sack-dollar:before {
  content: "\f81d"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salad:before {
  content: "\f81e"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sandwich:before {
  content: "\f81f"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-sausage:before {
  content: "\f820"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-sax-hot:before {
  content: "\f8db"; }

.fa-saxophone:before {
  content: "\f8dc"; }

.fa-scalpel:before {
  content: "\f61d"; }

.fa-scalpel-path:before {
  content: "\f61e"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-image:before {
  content: "\f8f3"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-scarecrow:before {
  content: "\f70d"; }

.fa-scarf:before {
  content: "\f7c1"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-scroll-old:before {
  content: "\f70f"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-scythe:before {
  content: "\f710"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-send-back:before {
  content: "\f87e"; }

.fa-send-backward:before {
  content: "\f87f"; }

.fa-sensor:before {
  content: "\e028"; }

.fa-sensor-alert:before {
  content: "\e029"; }

.fa-sensor-fire:before {
  content: "\e02a"; }

.fa-sensor-on:before {
  content: "\e02b"; }

.fa-sensor-smoke:before {
  content: "\e02c"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-sheep:before {
  content: "\f711"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-shield-cross:before {
  content: "\f712"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shish-kebab:before {
  content: "\f821"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shovel:before {
  content: "\f713"; }

.fa-shovel-snow:before {
  content: "\f7c3"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shredder:before {
  content: "\f68a"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sickle:before {
  content: "\f822"; }

.fa-sigma:before {
  content: "\f68b"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signal-1:before {
  content: "\f68c"; }

.fa-signal-2:before {
  content: "\f68d"; }

.fa-signal-3:before {
  content: "\f68e"; }

.fa-signal-4:before {
  content: "\f68f"; }

.fa-signal-alt:before {
  content: "\f690"; }

.fa-signal-alt-1:before {
  content: "\f691"; }

.fa-signal-alt-2:before {
  content: "\f692"; }

.fa-signal-alt-3:before {
  content: "\f693"; }

.fa-signal-alt-slash:before {
  content: "\f694"; }

.fa-signal-slash:before {
  content: "\f695"; }

.fa-signal-stream:before {
  content: "\f8dd"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-siren:before {
  content: "\e02d"; }

.fa-siren-on:before {
  content: "\e02e"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-skeleton:before {
  content: "\f620"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-ski-jump:before {
  content: "\f7c7"; }

.fa-ski-lift:before {
  content: "\f7c8"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-cow:before {
  content: "\f8de"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sledding:before {
  content: "\f7cb"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoke:before {
  content: "\f760"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snake:before {
  content: "\f716"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snooze:before {
  content: "\f880"; }

.fa-snow-blowing:before {
  content: "\f761"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowflakes:before {
  content: "\f7cf"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowmobile:before {
  content: "\f7d1"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-solar-system:before {
  content: "\e02f"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-alt:before {
  content: "\f883"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-circle:before {
  content: "\e030"; }

.fa-sort-circle-down:before {
  content: "\e031"; }

.fa-sort-circle-up:before {
  content: "\e032"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-shapes-down:before {
  content: "\f888"; }

.fa-sort-shapes-down-alt:before {
  content: "\f889"; }

.fa-sort-shapes-up:before {
  content: "\f88a"; }

.fa-sort-shapes-up-alt:before {
  content: "\f88b"; }

.fa-sort-size-down:before {
  content: "\f88c"; }

.fa-sort-size-down-alt:before {
  content: "\f88d"; }

.fa-sort-size-up:before {
  content: "\f88e"; }

.fa-sort-size-up-alt:before {
  content: "\f88f"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-soup:before {
  content: "\f823"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-space-station-moon:before {
  content: "\e033"; }

.fa-space-station-moon-alt:before {
  content: "\e034"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-sparkles:before {
  content: "\f890"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker:before {
  content: "\f8df"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-speakers:before {
  content: "\f8e0"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spider-black-widow:before {
  content: "\f718"; }

.fa-spider-web:before {
  content: "\f719"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-sprinkler:before {
  content: "\e035"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root:before {
  content: "\f697"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-squirrel:before {
  content: "\f71a"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-staff:before {
  content: "\f71b"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-christmas:before {
  content: "\f7d4"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-star-shooting:before {
  content: "\e036"; }

.fa-starfighter:before {
  content: "\e037"; }

.fa-starfighter-alt:before {
  content: "\e038"; }

.fa-stars:before {
  content: "\f762"; }

.fa-starship:before {
  content: "\e039"; }

.fa-starship-freighter:before {
  content: "\e03a"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steak:before {
  content: "\f824"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-steering-wheel:before {
  content: "\f622"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stocking:before {
  content: "\f7d5"; }

.fa-stomach:before {
  content: "\f623"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-stretcher:before {
  content: "\f825"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-sun-cloud:before {
  content: "\f763"; }

.fa-sun-dust:before {
  content: "\f764"; }

.fa-sun-haze:before {
  content: "\f765"; }

.fa-sunglasses:before {
  content: "\f892"; }

.fa-sunrise:before {
  content: "\f766"; }

.fa-sunset:before {
  content: "\f767"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sword:before {
  content: "\f71c"; }

.fa-sword-laser:before {
  content: "\e03b"; }

.fa-sword-laser-alt:before {
  content: "\e03c"; }

.fa-swords:before {
  content: "\f71d"; }

.fa-swords-laser:before {
  content: "\e03d"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tachometer-alt-average:before {
  content: "\f624"; }

.fa-tachometer-alt-fast:before {
  content: "\f625"; }

.fa-tachometer-alt-fastest:before {
  content: "\f626"; }

.fa-tachometer-alt-slow:before {
  content: "\f627"; }

.fa-tachometer-alt-slowest:before {
  content: "\f628"; }

.fa-tachometer-average:before {
  content: "\f629"; }

.fa-tachometer-fast:before {
  content: "\f62a"; }

.fa-tachometer-fastest:before {
  content: "\f62b"; }

.fa-tachometer-slow:before {
  content: "\f62c"; }

.fa-tachometer-slowest:before {
  content: "\f62d"; }

.fa-taco:before {
  content: "\f826"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tally:before {
  content: "\f69c"; }

.fa-tanakh:before {
  content: "\f827"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-tasks-alt:before {
  content: "\f828"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-telescope:before {
  content: "\e03e"; }

.fa-temperature-down:before {
  content: "\e03f"; }

.fa-temperature-frigid:before {
  content: "\f768"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-hot:before {
  content: "\f76a"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-temperature-up:before {
  content: "\e040"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text:before {
  content: "\f893"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-size:before {
  content: "\f894"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-theta:before {
  content: "\f69e"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-thunderstorm:before {
  content: "\f76c"; }

.fa-thunderstorm-moon:before {
  content: "\f76d"; }

.fa-thunderstorm-sun:before {
  content: "\f76e"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-tilde:before {
  content: "\f69f"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tire:before {
  content: "\f631"; }

.fa-tire-flat:before {
  content: "\f632"; }

.fa-tire-pressure-warning:before {
  content: "\f633"; }

.fa-tire-rugged:before {
  content: "\f634"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-alt:before {
  content: "\f71f"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-tombstone:before {
  content: "\f720"; }

.fa-tombstone-alt:before {
  content: "\f721"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-toothbrush:before {
  content: "\f635"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tornado:before {
  content: "\f76f"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-cone:before {
  content: "\f636"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-traffic-light-go:before {
  content: "\f638"; }

.fa-traffic-light-slow:before {
  content: "\f639"; }

.fa-traffic-light-stop:before {
  content: "\f63a"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-transporter:before {
  content: "\e042"; }

.fa-transporter-1:before {
  content: "\e043"; }

.fa-transporter-2:before {
  content: "\e044"; }

.fa-transporter-3:before {
  content: "\e045"; }

.fa-transporter-empty:before {
  content: "\e046"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-trash-undo:before {
  content: "\f895"; }

.fa-trash-undo-alt:before {
  content: "\f896"; }

.fa-treasure-chest:before {
  content: "\f723"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-tree-christmas:before {
  content: "\f7db"; }

.fa-tree-decorated:before {
  content: "\f7dc"; }

.fa-tree-large:before {
  content: "\f7dd"; }

.fa-tree-palm:before {
  content: "\f82b"; }

.fa-trees:before {
  content: "\f724"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-triangle-music:before {
  content: "\f8e2"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-truck-plow:before {
  content: "\f7de"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-trumpet:before {
  content: "\f8e3"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-turkey:before {
  content: "\f725"; }

.fa-turntable:before {
  content: "\f8e4"; }

.fa-turtle:before {
  content: "\f726"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-alt:before {
  content: "\f8e5"; }

.fa-tv-music:before {
  content: "\f8e6"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typewriter:before {
  content: "\f8e7"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-ufo:before {
  content: "\e047"; }

.fa-ufo-beam:before {
  content: "\e048"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-unicorn:before {
  content: "\f727"; }

.fa-union:before {
  content: "\f6a2"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usb-drive:before {
  content: "\f8e9"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alien:before {
  content: "\e04a"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-chart:before {
  content: "\f6a3"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-cowboy:before {
  content: "\f8ea"; }

.fa-user-crown:before {
  content: "\f6a4"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-hard-hat:before {
  content: "\f82c"; }

.fa-user-headset:before {
  content: "\f82d"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-md-chat:before {
  content: "\f82e"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-music:before {
  content: "\f8eb"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-robot:before {
  content: "\e04b"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-user-unlock:before {
  content: "\e058"; }

.fa-user-visor:before {
  content: "\e04c"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-class:before {
  content: "\f63d"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-crown:before {
  content: "\f6a5"; }

.fa-users-medical:before {
  content: "\f830"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vacuum:before {
  content: "\e04d"; }

.fa-vacuum-robot:before {
  content: "\e04e"; }

.fa-value-absolute:before {
  content: "\f6a6"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-vhs:before {
  content: "\f8ec"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-violin:before {
  content: "\f8ed"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volcano:before {
  content: "\f770"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume:before {
  content: "\f6a8"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-slash:before {
  content: "\f2e2"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-nay:before {
  content: "\f771"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-wagon-covered:before {
  content: "\f8ee"; }

.fa-walker:before {
  content: "\f831"; }

.fa-walkie-talkie:before {
  content: "\f8ef"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-wand:before {
  content: "\f72a"; }

.fa-wand-magic:before {
  content: "\f72b"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-washer:before {
  content: "\f898"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-watch-calculator:before {
  content: "\f8f0"; }

.fa-watch-fitness:before {
  content: "\f63e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-water-lower:before {
  content: "\f774"; }

.fa-water-rise:before {
  content: "\f775"; }

.fa-wave-sine:before {
  content: "\f899"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-wave-triangle:before {
  content: "\f89a"; }

.fa-waveform:before {
  content: "\f8f1"; }

.fa-waveform-path:before {
  content: "\f8f2"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-webcam:before {
  content: "\f832"; }

.fa-webcam-slash:before {
  content: "\f833"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whale:before {
  content: "\f72c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheat:before {
  content: "\f72d"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wifi-1:before {
  content: "\f6aa"; }

.fa-wifi-2:before {
  content: "\f6ab"; }

.fa-wifi-slash:before {
  content: "\f6ac"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-wind-turbine:before {
  content: "\f89b"; }

.fa-wind-warning:before {
  content: "\f776"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-frame:before {
  content: "\e04f"; }

.fa-window-frame-open:before {
  content: "\e050"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-windsock:before {
  content: "\f777"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wreath:before {
  content: "\f7e2"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

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

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

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("css/fontawesome/fa-light-300.eot");
  src: url("css/fontawesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("css/fontawesome/fa-light-300.woff2") format("woff2"), url("css/fontawesome/fa-light-300.woff") format("woff"), url("css/fontawesome/fa-light-300.ttf") format("truetype"), url("css/fontawesome/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("css/fontawesome/fa-regular-400.eot");
  src: url("css/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("css/fontawesome/fa-regular-400.woff2") format("woff2"), url("css/fontawesome/fa-regular-400.woff") format("woff"), url("css/fontawesome/fa-regular-400.ttf") format("truetype"), url("css/fontawesome/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("css/fontawesome/fa-solid-900.eot");
  src: url("css/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("css/fontawesome/fa-solid-900.woff2") format("woff2"), url("css/fontawesome/fa-solid-900.woff") format("woff"), url("css/fontawesome/fa-solid-900.ttf") format("truetype"), url("css/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("css/fontawesome/fa-brands-400.eot");
  src: url("css/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("css/fontawesome/fa-brands-400.woff2") format("woff2"), url("css/fontawesome/fa-brands-400.woff") format("woff"), url("css/fontawesome/fa-brands-400.ttf") format("truetype"), url("css/fontawesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 0.25rem;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: calc(1.5em + 0.75rem + 2px);
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-calc(1.5em + 0.75rem + 2px)/2);
    -ms-transform: scale(0.75) translateY(-calc(1.5em + 0.75rem + 2px)/2);
    transform: scale(0.75) translateY(-calc(1.5em + 0.75rem + 2px)/2);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: calc(1.5em + 0.75rem + 2px)-2;
    list-style: none;
    min-height: calc(1.5em + 0.75rem + 2px)-2;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/*
    Theme variables
*/
/* FONT WEIGHTS */
/* COLORS */
/* LINKS*/
/* FONTS */
/* BIG BUTTON */
/* DNN (edit mode) */
/* Menu bar */
/* Sub-menu */
/* Other */
/* Blocks */
/* 
    Default DNN configuration and customization from variables.
*/
/*
    Text default styles
*/
html {
  font-size: 20px; }

body {
  background-color: #fff;
  font-family: "Gotham A", "Gotham B", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #000; }

b,
strong {
  font-weight: 700; }

a.dnnPrimaryAction,
a.dnnSecondaryAction {
  line-height: 1.444rem;
  font-size: 14px; }

.plurial-form div:not(.filter-option):not(.filter-option-inner):not(.filter-option-inner-inner),
.plurial-form p,
.plurial-form td,
.plurial-form th {
  line-height: 1.1;
  font-size: 14px;
  font-family: Arial, sans-serif; }

.plurial-form small,
.plurial-form .small {
  line-height: 1.444rem; }

.PlurialModule p {
  color: #000;
  font-size: 1rem;
  margin-bottom: 1.2em; }

.PlurialModule .small {
  font-size: .8em; }

.PlurialModule .text-white p {
  color: #fff; }

p:last-child {
  margin: 0; }

h1 {
  font-family: "Gotham A", "Gotham B";
  font-size: 1.9rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.5em;
  color: #000;
  text-transform: uppercase; }

h2:not(.dnnFormSectionHead) {
  font-family: "Gotham A", "Gotham B";
  font-size: 2.5rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1em;
  color: #9e1b32;
  text-transform: none; }

h3 {
  font-family: "Gotham A", "Gotham B";
  font-size: 0.9rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.6em;
  color: #000;
  text-transform: none; }

h4 {
  font-family: "Gotham A", "Gotham B";
  font-size: 1.6666rem;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 1em;
  color: #000; }

h4.caps {
  text-transform: uppercase; }

.text-white h4 {
  color: #fff; }

h5 {
  font-family: "Gotham A", "Gotham B";
  font-size: 1.1111rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.4em;
  color: #000; }

h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #000; }

/*
    Web site theme
    Tag customization
*/
ol.list-unstyled,
ol.list-unstyled > li,
ul.list-unstyled,
ul.list-unstyled > li {
  list-style: none;
  margin: 0; }

ol, ul {
  list-style: none; }

ul.nav {
  margin-left: 0; }

ul li:not(.nav-item):not(.ui-corner-top) {
  list-style-type: disc; }

.dnnActions li {
  list-style: none !important; }

ul li li {
  list-style-type: circle; }

ol li {
  list-style-type: decimal;
  list-style-position: inside; }

nav li {
  list-style: none !important; }

a {
  outline: 0 !important;
  color: #9e1b32;
  text-decoration: none;
  font-weight: 500; }

a:active, a.nice-select.open {
  color: #9e1b32; }

a:visited {
  color: #9e1b32; }

a:focus {
  color: #9e1b32; }

a:hover {
  color: #000;
  text-decoration: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  font-weight: inherit; }

embed, img, object {
  max-width: 100%;
  height: auto !important; }

[class*=map] img, [class*=Map] img, [id*=map] img, [id*=Map] img, table img {
  max-width: none !important; }

img {
  height: auto; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

small {
  font-size: .8em; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  min-height: 0px; }

label:not(.col-form-label) {
  margin-bottom: 0.2rem;
  margin-top: 0.3rem; }

.ui-autocomplete {
  background-color: #fff;
  border: 1px solid #000; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu-item-wrapper {
  padding: 4px 10px;
  display: block; }

.ui-menu-item-wrapper.ui-state-active {
  background-color: #0054A6;
  color: #fff; }

.ui-menu-item {
  cursor: pointer;
  list-style: none !important; }

.has-pointer {
  cursor: pointer; }

.nice-select {
  border: none; }

.nice-select:after {
  height: 8px;
  width: 8px; }

.nice-select .list {
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 0; }

.nice-select .option {
  padding-left: 0.8rem;
  padding-right: 0.8rem; }

/* SETTINGS IN ADMIN POPUP */
.msSpecificSettings .plurial-form-buttons {
  display: none; }

/* 
    DNN Customization
*/
Body #Form {
  height: 100%; }

.DNNEmptyPane {
  display: none !important; }

.dnnEditState .DNNEmptyPane {
  display: block !important; }

.paneOutline {
  border: 1px dashed #ccc; }

a, a img, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video {
  border: 0; }

.TB_Wrapper, .TB_Wrapper *, .dnnActionMenu, .dnnActionMenu *, .dnnActionMenu:after, .dnnActionMenu:before, .dnn_mact, .dnn_mact *, .dnn_mact:after, .dnn_mact:before, [id*=ControlPanel], [id*=ControlPanel] *, [id*=ControlPanel]:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

div.actionMenu ul.dnn_mact > li {
  line-height: 17.5px; }

[class*=RadAjaxPanel] *, [class*=Digital] * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.dnnFormMessage {
  margin: 0 auto; }

@media only screen and (max-width: 768px) {
  #search-action {
    display: block; }
  #login {
    padding-right: 21px; } }

@media only screen and (max-width: 500px) {
  ul.searchSkinObjectPreview {
    width: auto;
    min-width: 240px; } }

@media only screen and (max-width: 350px) {
  ul.searchSkinObjectPreview {
    right: -30px; } }

em, small {
  letter-spacing: 0; }

.popover {
  z-index: 999; }

.mark, mark {
  padding: 0;
  background-color: transparent; }

#login {
  padding-right: 10px; }

.ui-dialog h3 {
  font-size: 21px;
  font-weight: 700; }

.ui-dialog p {
  font-size: 14px; }

.dnnLogin {
  font-size: 14px; }

.LoginPanel {
  width: 600px;
  padding-right: 0; }

.LoginPanel .dnnFormItem > .dnnLabel {
  margin-top: 0; }

.LoginPanel .dnnFormItem > label.dnnFormLabel,
.LoginPanel .dnnFormItem > span.dnnFormLabel {
  margin-right: 26px; }

.dnnLoginService input[type="text"],
.dnnLoginService input[type="password"] {
  width: 60%; }

a.dnnPrimaryAction {
  color: #fff; }

a.dnnSecondaryAction {
  color: #000; }

a.dnnPrimaryAction:hover, a.dnnSecondaryAction:hover {
  text-decoration: none;
  /* Fix bootstrap */ }

a.dnnPrimaryAction:focus, a.dnnSecondaryAction:focus {
  text-decoration: none;
  /* Fix bootstrap */
  color: #333; }

.dnnModuleManager {
  padding: 0 !important; }

h2.dnnFormSectionHead {
  border-bottom: none; }

.dnnFormPopup {
  z-index: 10000000; }

.content-main .dnnLogin {
  padding-top: 50; }

.dnnLogin .LoginPanel {
  float: none;
  margin: 0 auto; }

.form-check {
  padding-left: 0; }

.dnnCheckbox-focus,
.dnnRadiobutton-focus {
  background-color: transparent; }

.dnnModuleManager .DnnModule.floating {
  background-color: #fff; }

.dnnModuleManager .DnnModule.floating > div.dnnDragHint {
  padding-top: 15px; }

.dnnModuleManager .DnnModule.floating > div.dnnDragHint > div span,
.dnnModuleDialog .dnnModuleList .listContainer ul li span.title {
  white-space: normal; }

.form-control {
  font-size: 20px;
  color: #000; }

.form-control::-webkit-input-placeholder {
  color: #c8c8c8; }

.form-control:-ms-input-placeholder {
  color: #c8c8c8; }

.form-control::-ms-input-placeholder {
  color: #c8c8c8; }

.form-control::placeholder {
  color: #c8c8c8; }

.custom-select {
  color: #000; }

.loginGroup {
  display: inline-block; }

.dnnModuleSettings div.dnnmsStat {
  padding-bottom: 0; }

.dnnModuleSettings {
  margin: 0; }

.dnn_menu_label > div {
  font-size: 14px !important; }

.dnnFormMessage.dnnFormInfo.dnnFormInfoAdminErrMssg {
  display: none; }

.dnnFormPopup .ui-dialog-titlebar span {
  display: none !important; }

.dnnFormPopup .ui-dialog-titlebar {
  padding: 0px;
  border: none; }

/* 
    TARTE AU CITRON 
*/
#tarteaucitronPrivacyUrl {
  color: #fff !important; }

#tarteaucitron #tarteaucitronPrivacyUrl {
  background: none !important; }

.tarteaucitronTitle > button {
  color: #000 !important;
  cursor: pointer; }

.tarteaucitronInfoBox {
  background-color: #333 !important; }

/*
    MODULES BLOCKS
*/
.block-padding {
  margin-top: 50px;
  margin-bottom: 50px; }

.no-margin-bottom .block-padding,
.no-margin-bottom.block-padding {
  margin-bottom: 0; }

.no-margin-top .block-padding,
.no-margin-top.block-padding {
  margin-top: 0; }

.item-container {
  position: relative;
  margin-top: 30px; }

.item-container:first-child {
  margin-top: 0; }

.block-body .item-container:last-child {
  padding-bottom: 0; }

.block-body .link-container + .link-container {
  margin-top: 1rem; }

/*.block-container {*/
/*overflow: hidden;   /* Necessary with negative margin below */
/*}*/
.row.item-by-row {
  margin-left: -30px;
  margin-right: -30px; }

.row.item-by-row div[class^='col-'],
.row.item-by-row .col {
  padding-left: 30px;
  padding-right: 30px; }

@media (max-width: 767px) {
  .row.item-by-row {
    margin-left: -15px;
    margin-right: -15px; }
  .row.item-by-row div[class^='col-'],
  .row.item-by-row .col {
    padding-left: 15px;
    padding-right: 15px; } }

.item-by-row {
  margin-top: -30px;
  margin-bottom: -30px; }

.item-by-row > div {
  padding-top: 30px;
  padding-bottom: 30px; }

.item-by-row .item-container {
  height: 100%; }

/* EDIT MODE */
.pane-separator-edit .breadcrumb,
.pane-separator-edit {
  min-height: 20px;
  background-color: #ffaaaa; }

body.dnnEditState .title-block {
  border: 1px dashed #000 !important;
  padding: 24px 4px;
  height: 100%;
  position: relative; }

body.dnnEditState .sort-block {
  border: 1px dashed #000 !important;
  cursor: move;
  padding: 24px 4px;
  height: 100%;
  position: relative; }

body.dnnEditState .item-container {
  /*height: 100%;*/
  position: relative; }

body.dnnEditState .item-container.auto-height {
  height: auto; }

body.dnnEditState .item-container.add-button {
  text-align: center; }

.item-container.inactive .item-container-border {
  background-color: #ddd; }

/*.block-container .item-container {
        height: auto !important;        
    }*/
.block-container.block-container-nobotmargin {
  padding-bottom: 0; }

body.dnnEditState .item-container-border,
body.dnnEditState .item-container.add-button .item-container-border {
  padding: 22px 0 0;
  border: 1px dashed #000 !important;
  /*margin: -1px;*/
  height: 100%;
  position: relative; }

body.dnnEditState .back-black .item-container.editable .item-container-border,
body.dnnEditState .back-black .item-container.add-button .item-container-border,
body.dnnEditState .back-gray .item-container.editable .item-container-border,
body.dnnEditState .back-gray .item-container.add-button .item-container-border {
  border-color: #fff !important; }

body.dnnEditState .item-container.editable.inactive .item-container-border {
  border-color: #ff0000 !important; }

body.dnnEditState .item-container.add-button .item-container-border {
  padding: 22px 0; }

body.dnnEditState .page-intro-buttons .item-container.add-button .item-container-border {
  padding: 22px 0 0; }

body.dnnEditState .item-container.dark.editable .item-container-border,
body.dnnEditState .item-container.dark.add-button .item-container-border {
  border-color: #fff !important; }

body.dnnEditState .item-toolbar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 22px !important;
  line-height: 22px;
  background-color: #000;
  text-align: right;
  color: #000 !important;
  border-bottom: 1px dashed #fff !important;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

body.dnnEditState .item-toolbar a {
  color: #000 !important;
  margin-right: 4px;
  display: inline-block;
  padding: 0 4px;
  font-size: 14px !important; }

body.dnnEditState .item-container-border:hover .item-toolbar a {
  background-color: #fff !important; }

body.dnnEditState .subblock-toolbar {
  position: absolute;
  /*top: $bootstrap-padding / 2;*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7.5px;
  font-size: 14px;
  z-index: 2; }

body.dnnEditState .subblock-toolbar a {
  background-color: #000;
  opacity: 0;
  color: #fff !important;
  padding: 3.75px; }

body.dnnEditState .subblock-item:hover .subblock-toolbar a {
  opacity: 1; }

body.dnnEditState .item-container.dark .item-toolbar,
body.dnnEditState .back-black .item-container .item-toolbar,
body.dnnEditState .back-gray .item-container .item-toolbar {
  background-color: #fff;
  color: #fff !important;
  border-bottom: 1px dashed #000 !important; }

body.dnnEditState .item-container.dark .item-toolbar a,
body.dnnEditState .back-black .item-container .item-toolbar a,
body.dnnEditState .back-gray .item-container .item-toolbar a {
  color: #fff !important; }

body.dnnEditState .item-container.dark:hover .item-toolbar a,
body.dnnEditState .back-black .item-container:hover .item-toolbar a,
body.dnnEditState .back-gray .item-container:hover .item-toolbar a {
  background-color: #000 !important; }

body.dnnEditState .sort-block .item-toolbar a {
  color: #fff !important;
  margin-right: 4px;
  display: inline-block;
  padding: 0 4px;
  font-size: 14px !important; }

body.dnnEditState .sort-block:hover .item-toolbar a {
  background-color: #000 !important; }

.form-spacer {
  margin-top: 1em; }

/* 
    FORMS
*/
.field-validation-error {
  color: #ff0000;
  font-size: 0.75rem;
  display: block; }

input[type=text].input-validation-error,
input[type=password].input-validation-error,
input[type=email].input-validation-error,
input[type=date].input-validation-error,
input[type=datetime].input-validation-error,
textarea.input-validation-error,
select.input-validation-error,
.input-validation-error ~ .iti--allow-dropdown input.form-control {
  border-color: #ff0000; }

/* Push title to the right of the tabs*/
.plurial-form .dnnFormSectionHead {
  position: absolute;
  right: 15px;
  font-size: 1.2em;
  margin-top: 0;
  font-weight: bold; }

.plurial-form .dnnFormSectionHead.relative {
  position: relative; }

.plurial-form.no-tabs .dnnFormSectionHead {
  position: relative;
  left: 0;
  margin-bottom: 1em; }

.no-tab-spacer {
  padding-top: 30px; }

.edit-common {
  padding-top: 22px; }

.nav-tabs a.nav-link.has-error {
  background-color: #ffaaaa !important;
  color: #fff !important;
  font-weight: bold !important; }

.nav-tabs a.nav-link.has-error:not(.active):hover {
  border-color: #ff0000; }

.nav-tabs a.nav-link.has-error.active {
  background-color: #ff0000 !important;
  border-color: #ff0000;
  color: #fff !important;
  font-weight: bold !important; }

.article-image-preview {
  padding-top: 300px;
  margin-bottom: 0.5em;
  position: relative; }

.article-image-preview .image-preview {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  background-size: contain; }

/* IMAGE BROWSER */
#browserbody {
  height: 100%;
  padding-bottom: 40px;
  border: 1px solid #e4e5e7; }

.chooser-options {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e4e5e7;
  background-color: #f1f1f1;
  font-size: 14px; }

.chooser-options .form-check-label {
  line-height: 40px;
  margin: 0; }

.PlurialModule .form-check-label {
  padding-left: 0; }

#PlurialEditFormSaveBtn, #cancelEdit {
  margin-bottom: 0; }

.row-html-module .row-item.col-md-3:nth-child(4n):nth-last-child(1),
.row-html-module .row-item.col-md-3:nth-child(4n-1):nth-last-child(2),
.row-html-module .row-item.col-md-3:nth-child(4n-1):nth-last-child(1),
.row-html-module .row-item.col-md-3:nth-child(4n-2):nth-last-child(3),
.row-html-module .row-item.col-md-3:nth-child(4n-2):nth-last-child(2),
.row-html-module .row-item.col-md-3:nth-child(4n-2):nth-last-child(1),
.row-html-module .row-item.col-md-3:nth-child(4n-3):nth-last-child(4),
.row-html-module .row-item.col-md-3:nth-child(4n-3):nth-last-child(3),
.row-html-module .row-item.col-md-3:nth-child(4n-3):nth-last-child(2),
.row-html-module .row-item.col-md-3:nth-child(4n-3):nth-last-child(1) {
  margin-bottom: 0px; }

.row-html-module .row-item.col-sm-6:nth-child(2n):nth-last-child(1),
.row-html-module .row-item.col-sm-6:nth-child(2n-1):nth-last-child(2),
.row-html-module .row-item.col-sm-6:nth-child(2n-1):nth-last-child(1) {
  margin-bottom: 0px; }

@media only screen and (max-width: 768px) {
  .row-html-module .row-item.col-md-3:nth-child(4n-2):nth-last-child(3),
  .row-html-module .row-item.col-md-3:nth-child(4n-2):nth-last-child(2),
  .row-html-module .row-item.col-md-3:nth-child(4n-2):nth-last-child(1),
  .row-html-module .row-item.col-md-3:nth-child(4n-3):nth-last-child(4),
  .row-html-module .row-item.col-md-3:nth-child(4n-3):nth-last-child(3),
  .row-html-module .row-item.col-md-3:nth-child(4n-3):nth-last-child(2),
  .row-html-module .row-item.col-md-3:nth-child(4n-3):nth-last-child(1) {
    margin-bottom: 50px; } }

@media only screen and (max-width: 576px) {
  .row-html-module .row-item.col-sm-6:nth-child(2n-1):nth-last-child(2),
  .row-html-module .row-item.col-sm-6:nth-child(2n-1):nth-last-child(1) {
    margin-bottom: 50px; } }

/* COLORS */
.back-white {
  background-color: #fff; }

.back-black {
  background-color: #000; }

.text-black {
  color: #000 !important; }

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h5,
.text-white a,
.text-white a:active,
.text-white a.nice-select.open,
.text-white a:visited,
.text-white a:focus {
  color: #fff !important; }

/* BLOCK */
.block-select-btn {
  cursor: pointer;
  border: 1px solid #ddd;
  height: 103px;
  padding: 10px;
  text-align: center;
  margin-bottom: 1em;
  font-size: 14px; }

.block-select-btn:hover {
  background-color: #ddd;
  border: 1px solid #ccc; }

.block-select-btn i {
  font-size: 50px;
  margin-bottom: 10px; }

.block-select-btn {
  line-height: 14px; }

.btn-advimage {
  display: inline-block;
  width: 52px;
  height: 52px;
  background-image: url(Images/AdvImage.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain; }

.btn-number {
  display: inline-block;
  width: 52px;
  height: 52px;
  background-image: url(Images/Number.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain; }

.advimage-text {
  margin-top: 1rem !important;
  font-size: 0.9rem !important; }

/* 
    GALLERY
*/
.big-gallery .item-toolbar {
  display: none !important; }

.big-gallery .item-container-border {
  padding-top: 0 !important; }

.article-gallery {
  margin: 0; }

.article-gallery.no-nav {
  max-width: 100%; }

#article-gallery-2.article-gallery {
  max-width: none;
  margin: 0; }

.article-gallery img {
  min-width: 100%;
  height: auto; }

.article-gallery .slick-prev {
  width: 40px;
  height: 40px;
  left: 5px;
  z-index: 5;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.2); }

.article-gallery .slick-prev:hover {
  background-color: rgba(0, 0, 0, 0.3); }

.article-gallery .slick-next {
  width: 40px;
  height: 40px;
  right: 5px;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.2); }

.article-gallery .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.3); }

.article-gallery .legend {
  display: block;
  text-align: center;
  padding: 0.5rem 1.5rem;
  position: absolute;
  bottom: 0;
  width: 100%; }

.article-gallery .gallery-title {
  font-weight: bold;
  margin-bottom: 0.3rem;
  font-size: 0.75rem; }

.article-gallery .gallery-text {
  font-size: 0.75rem; }

.article-gallery-item {
  position: relative; }

.slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* bug fix : remove 5px white space at bottom */ }

.slick-next,
.slick-prev {
  width: 28px;
  height: 28px; }

.slick-prev:before {
  content: "<"; }

.slick-next:before {
  content: ">"; }

.slick-next::before,
.slick-prev::before {
  font-family: 'Font Awesome 5 Pro';
  color: #000;
  font-size: 30px; }

.slick-next::before {
  content: '\f054'; }

.slick-prev::before {
  content: '\f053'; }

.slick-slide {
  height: auto; }

.slick-slide img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.slick-slide > div {
  width: 100%; }

/* 
    BIG NUMBER
*/
.BigNumber h1,
.BigNumber .Number {
  text-align: center; }

.PlurialModule div.number-size-1 {
  font-size: 50px; }

.PlurialModule div.number-size-2 {
  font-size: 35px; }

.PlurialModule div.number-size-3 {
  font-size: 1rem; }

.BigNumber {
  max-width: 400px; }

.BigNumber h4 {
  font-size: 24px;
  text-transform: uppercase; }

.number-picto {
  width: 80px;
  height: auto; }

.number-size-0 {
  font-size: 5rem !important;
  font-weight: bold; }

.number-size-1 {
  font-size: 4rem !important;
  font-weight: bold; }

.number-size-2 {
  font-size: 3rem !important;
  font-weight: bold; }

.number-size-3 {
  font-size: 2rem !important;
  font-weight: bold; }

.number-teaser > div {
  padding: 3rem 0; }

.number-teaser .number {
  font-size: 7rem;
  line-height: 6rem;
  font-weight: bold;
  margin-top: -1rem; }

.number-teaser h4 {
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.333rem;
  font-weight: 500; }

/* FAQ */
.faq-question {
  font-weight: bold;
  padding-left: 24px;
  position: relative;
  cursor: pointer; }

.faq-question:before {
  font-size: 1.4rem;
  border-style: solid;
  border-width: 0.25rem 0.25rem 0 0;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  height: 0.45em;
  top: 0.23em;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: top;
  width: 0.45em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.faq-question.collapsed:before {
  top: 0.30em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.faq-answer {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.faq-answer.closed {
  height: 0;
  overflow: hidden; }

.faq-answer .faq-answer-content {
  padding-top: 1rem;
  padding-left: 24px;
  padding-bottom: 1rem; }

.faq-answer a {
  font-weight: bold; }

/*
    BOOTSTRAP CUSTOM
*/
.col-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xl-20 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 540px) {
  .col-sm-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 720px) {
  .col-md-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 960px) {
  .col-lg-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1140px) {
  .col-xl-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

.custom-select.w-auto {
  width: auto !important;
  max-width: 100%; }

.custom-control-input:focus ~ .custom-control-label::before,
.custom-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border: 1px solid #000;
  background-color: transparent; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #000;
  background-color: #000; }

.custom-control-label::after,
.custom-control-label::before {
  top: 0.35em; }

.custom-radio .custom-control-input ~ .custom-control-label::before {
  border: 1px solid #000;
  background-color: transparent;
  top: 0.55rem; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  top: 0.55rem; }

.custom-control-label {
  cursor: pointer; }

/* 
    BIG-BUTTON
*/
.big-button {
  text-transform: none;
  color: #fff;
  text-decoration: none;
  background-color: #9e1b32;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9e1b32), to(#88162a));
  background-image: -webkit-linear-gradient(#9e1b32, #88162a);
  background-image: -o-linear-gradient(#9e1b32, #88162a);
  background-image: linear-gradient(#9e1b32, #88162a);
  background-repeat: repeat-x;
  border: none;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 0.8rem;
  display: inline-block;
  cursor: pointer; }

.big-button:visited,
.big-button:active,
.big-button.nice-select.open,
.big-button:focus {
  color: #fff; }

.big-button:hover {
  color: #fff;
  background-color: #000;
  background-image: none;
  text-decoration: none; }

.big-button.full-row {
  display: block; }

.big-button.smaller {
  padding: 0.3rem 0.7rem;
  font-size: 0.8rem; }

.big-button.secondary {
  background-color: white;
  color: #9e1b32;
  border: 1px solid #9e1b32; }

.big-button.secondary:hover {
  background-color: #9e1b32;
  color: #fff; }

.big-button:disabled {
  cursor: not-allowed;
  opacity: 0.3; }

/* 
    VIDEO 
*/
.article-video,
.big-video {
  width: 100%;
  padding-top: 56.25%;
  position: relative; }

.article-video iframe,
.big-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/*
    TESTIMONIALS
*/
.testimonial {
  margin: 3rem; }

p.testimonial-text {
  font-size: 1.22rem;
  font-weight: 500; }

p.testimonial-text:before {
  content: "\201C";
  font-size: 4rem;
  position: absolute;
  margin-left: -30px;
  margin-top: -30px;
  font-family: Arial; }

p.testimonial-text:after {
  content: "\201D";
  font-size: 4rem;
  position: absolute;
  margin-left: 5px;
  margin-top: -14px;
  font-family: Arial; }

.testimonial-author {
  font-weight: bold; }

/*
    MULTILINK
*/
.block-multilink {
  margin: -7.5px;
  overflow: hidden; }

.block-multilink > div {
  display: inline-block;
  position: relative;
  padding: 7.5px; }

.block-multilink.multilink-centered > div,
.block-multilink.multilink-row > div {
  display: block; }

.block-multilink.multilink-row > div > a {
  display: block; }

/* PLUS BUTTON AND BLOCK */
.text-plus {
  overflow-y: hidden;
  max-height: 3.4em;
  opacity: 0.2;
  -webkit-transition-property: opacity, height;
  -o-transition-property: opacity, height;
  transition-property: opacity, height;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.expanded .text-plus {
  opacity: 1;
  max-height: none; }

.toggle-plus {
  margin-top: 0; }

.toggle-plus a {
  color: #000;
  text-decoration: none;
  font-size: 1.4em;
  display: inline-block;
  width: 24px;
  height: 24px; }

.toggle-plus a::after {
  font-family: "Font Awesome 5 Pro";
  content: '\f055'; }

.text-white .toggle-plus a {
  color: #fff; }

.expanded .toggle-plus a::after {
  font-family: "Font Awesome 5 Pro";
  content: '\f056'; }

.text-white .expanded .toggle-plus a {
  color: #fff; }

/*
	Copyright (C) 2011-2018 Hoefler & Co.
	This software is the property of Hoefler & Co. (H&Co).
	Your right to access and use this software is subject to the
	applicable License Agreement, or Terms of Service, that exists
	between you and H&Co. If no such agreement exists, you may not
	access or use this software for any purpose.
	This software may only be hosted at the locations specified in
	the applicable License Agreement or Terms of Service, and only
	for the purposes expressly set forth therein. You may not copy,
	modify, convert, create derivative works from or distribute this
	software in any way, or make it accessible to any third party,
	without first obtaining the written permission of H&Co.
	For more information, please visit us at http://typography.com.
	157282-128438-20180724
*/
@font-face {
  font-family: "Gotham A";
  src: url(data:application/x-font-woff2;base64,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);
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Gotham B";
  src: url(data:application/x-font-woff2;base64,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);
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Gotham A";
  src: url(data:application/x-font-woff2;base64,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);
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Gotham B";
  src: url(data:application/x-font-woff2;base64,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);
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Gotham A";
  src: url(data:application/x-font-woff2;base64,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);
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Gotham B";
  src: url(data:application/x-font-woff2;base64,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);
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Gotham A";
  src: url(data:application/x-font-woff2;base64,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);
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Gotham B";
  src: url(data:application/x-font-woff2;base64,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);
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Gotham A";
  src: url(data:application/x-font-woff2;base64,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);
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Gotham B";
  src: url(data:application/x-font-woff2;base64,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);
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Gotham A";
  src: url(data:application/x-font-woff2;base64,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);
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Gotham B";
  src: url(data:application/x-font-woff2;base64,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);
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Gotham A";
  src: url(data:application/x-font-woff2;base64,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);
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Gotham B";
  src: url(data:application/x-font-woff2;base64,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);
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Gotham A";
  src: url(data:application/x-font-woff2;base64,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);
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Gotham B";
  src: url(data:application/x-font-woff2;base64,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);
  font-weight: 700;
  font-style: italic; }

.page-wrap {
  max-width: 1600px;
  margin: 0 auto;
  overflow-x: hidden; }

.big-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh; }

.page-title-home .big-image {
  height: calc(100vh - 8rem);
  min-height: 400px; }

.dnnEditState .page-title-home .big-image {
  height: calc(100vh - 160px - 102px); }

input.form-control.main {
  height: 1px;
  opacity: 0;
  padding: 0; }

.form-group {
  margin-bottom: 0.75rem; }

.big-button {
  border-radius: 9999px; }

.big-button:before {
  content: ">";
  display: inline-block;
  margin-right: 0.5em; }

.big-button.nosign:before {
  content: "";
  display: none; }

.big-button.active {
  background-color: #000;
  color: #fff;
  background-image: none; }

.button-loading {
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-left: 1rem; }

.loading {
  background-image: url(Images/loading.gif);
  background-position: center;
  background-repeat: no-repeat; }

select.loading {
  color: #fff;
  background-size: 20px; }

.list-loading {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 0;
  width: 16px;
  height: 16px;
  background-size: 16px; }

.block-header {
  margin-bottom: 2.5rem; }

.block-header h2:last-child {
  margin-bottom: 0; }

.advimage-body h2 {
  font-size: 1.4rem;
  margin-bottom: 0.6em; }

h2.title-35-black {
  color: #000;
  font-size: 1.75rem; }

h2.title-35-red {
  color: #9e1b32;
  font-size: 1.75rem; }

h2.title-30-black {
  color: #000;
  font-size: 1.5rem; }

h2.title-30-red {
  color: #9e1b32;
  font-size: 1.5rem; }

h2.title-25-black {
  color: #000;
  font-size: 1.25rem; }

h2.title-25-red {
  color: #9e1b32;
  font-size: 1.25rem; }

.block-html ~ .block-html h2.title-35-black,
.block-html ~ .block-html h2.title-35-red,
.block-html ~ .block-html h2.title-30-black,
.block-html ~ .block-html h2.title-30-red,
.block-html ~ .block-html h2.title-25-black,
.block-html ~ .block-html h2.title-25-red {
  margin-top: 2em; }

.PlurialModule p + ul {
  margin-top: -1.2em; }

/*
    TOP WARNING
*/
.top-warning {
  padding: 0;
  margin: 0; }

.top-warning .block-container > div {
  padding: 0.8rem 0;
  text-align: center; }

.top-warning .PlurialModule p {
  font-size: 0.7rem; }

.top-warning .info-trafic-top {
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: bold; }

.top-warning .back-red .block-padding {
  padding-top: 0;
  padding-bottom: 0; }

.top-warning .info-trafic-top img {
  border: 1px solid #fff; }

/*
    COLORS and padding
*/
.back-red {
  background-color: #9e1b32; }

.text-red {
  color: #9e1b32; }

.back-lightgray {
  background-color: #f4f4f4; }

.back-red .block-padding,
.back-lightgray .block-padding {
  padding-top: 100px;
  padding-bottom: 100px; }

.pt-2r {
  padding-top: 2rem; }

/*
    TO TOP
*/
.back-to-top {
  position: fixed;
  right: 35px;
  bottom: 35px;
  width: 30px;
  height: 36px;
  z-index: 1;
  display: none;
  font-size: 40px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.back-to-top.show {
  display: inline-block;
  opacity: 0.2; }

.back-to-top.show:hover {
  opacity: 1; }

/*
    BREADCRUMB
*/
.site-breadcrumb {
  margin-top: 2rem; }

.site-breadcrumb,
.site-breadcrumb a {
  font-weight: 500;
  font-size: 0.6rem;
  color: #000; }

.site-breadcrumb .breadcrumb-item.active {
  color: #9e1b32; }

/*
    BIG IMAGE
*/
.page-title {
  margin-bottom: 50px; }

.page-title-home .big-image {
  overflow: hidden; }

.page-title-home .big-image-block > div {
  width: 35%;
  position: relative;
  padding: 40px 30px 40px 0;
  color: #fff; }

.page-title-home .big-image-block-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1000px;
  background-color: rgba(158, 27, 50, 0.8);
  z-index: 0; }

.page-title-home h1 {
  font-size: 1.9rem;
  margin-bottom: 0.4em;
  color: #fff; }

.page-title-home .big-image-description {
  font-size: 0.8rem;
  font-weight: normal;
  margin-bottom: 1em; }

.page-title-home a {
  font-size: 0.8rem;
  color: #fff; }

/*
    BIG GALLERY
*/
.big-gallery .article-gallery {
  overflow: hidden; }

.big-gallery .article-gallery .img-slide {
  height: calc(100vh - 8rem - 53px);
  min-height: 400px;
  position: relative;
  overflow: hidden; }

.dnnEditState .big-gallery .article-gallery .img-slide {
  height: calc(100vh - 160px - 102px); }

.big-gallery .article-gallery .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.big-gallery .article-gallery .gallery-legend {
  text-align: left; }

.big-gallery .article-gallery .gallery-legend > div {
  width: 35%;
  position: relative;
  padding: 40px 30px 40px 0;
  color: #fff; }

.big-gallery .article-gallery .gallery-legend .gallery-title {
  font-size: 1.9rem;
  line-height: normal;
  margin-bottom: 0.4em;
  color: #fff;
  text-transform: uppercase; }

.big-gallery .article-gallery .gallery-legend .gallery-text {
  font-size: 0.8rem;
  font-weight: normal;
  margin-bottom: 1em; }

.big-gallery .article-gallery .gallery-legend a {
  font-size: 0.8rem;
  color: #fff; }

/*
    ADV-IMAGE: LAYOUT 1 + 2 (HOME + HOME RED)
*/
.article-advimage-layout1 {
  background-color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888; }

.article-advimage-layout2 {
  background-color: #9e1b32;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888; }

.article-advimage-layout1 .advimage,
.article-advimage-layout2 .advimage {
  height: 0;
  padding-top: 57.14%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.article-advimage-layout1 .advimage-body,
.article-advimage-layout2 .advimage-body {
  padding: 1rem 0.75rem;
  min-height: 11.5rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.article-advimage-layout1 .advimage-body h5 {
  font-size: 0.9rem;
  margin-bottom: 0.6rem; }

.article-advimage-layout1 .advimage-body.no-image h5 {
  font-size: 1.1rem; }

.article-advimage-layout1 .advimage-body .advimage-text,
.article-advimage-layout2 .advimage-body .advimage-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 0.8rem !important;
  margin-top: 0 !important; }

.article-advimage-layout1 .advbottomlink,
.article-advimage-layout2 .advbottomlink {
  margin-top: 1rem;
  text-align: right; }

.article-advimage-layout1 .advbottomlink a,
.article-advimage-layout2 .advbottomlink a {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 30px; }

.article-advimage-layout1 .advbottomlink a:hover,
.article-advimage-layout2 .advbottomlink a:hover {
  color: #000 !important; }

/*
    NEWSLETTER
*/
.form-newsletter .block-padding {
  margin-bottom: 0; }

/*
    MULTILINK
*/
.block-multilink > div.subblock-item-link-fullrow {
  position: relative;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.block-media div.block-media-item {
  position: relative; }

.block-multilink > div.subblock-item-link-fullrow > a,
.block-media div.block-media-item > a {
  padding: 1.4rem 2.5rem 1.4rem 0;
  color: #9e1b32;
  border-bottom: 1px solid #e3e3e3; }

.block-media div.block-media-item > a {
  display: block; }

.block-multilink > div.subblock-item-link-fullrow:first-child > a,
.block-media div.block-media-item:first-child > a,
.block-media h2 + div.block-media-item > a,
.block-media p + div.block-media-item > a {
  border-top: 1px solid #e3e3e3; }

.block-multilink > div.subblock-item-link-fullrow > a:after,
.block-media div.block-media-item > a:after {
  content: '\f30b';
  position: absolute;
  right: 7.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Pro';
  font-size: 30px;
  font-weight: 400;
  color: #9e1b32;
  pointer-events: none; }

.block-media div.block-media-item > a:after {
  right: 0; }

.block-multilink > div.subblock-item-link-fullrow > a:hover,
.block-media div.block-media-item > a:hover {
  color: #000; }

.block-multilink > div.subblock-item-link-fullrow > a:hover:after,
.block-media div.block-media-item > a:hover:after {
  color: #000;
  cursor: pointer;
  pointer-events: none; }

.image-legend small {
  font-size: 0.6rem; }

/*
    FAQ
*/
.item-container.block-faq {
  margin-top: 0;
  position: relative;
  padding: 0;
  border-bottom: 1px solid #e3e3e3; }

.item-container.block-faq:first-child {
  border-top: 1px solid #e3e3e3; }

.item-container.block-faq a {
  color: #9e1b32; }

.faq-question {
  padding: 1.4rem 2rem 1.4rem 0;
  color: #9e1b32;
  position: relative; }

.faq-question:hover,
.faq-question:hover:after {
  color: #000; }

.faq-question:after {
  content: '\f068';
  font-size: 30px;
  color: #9e1b32;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.faq-question.collapsed:after {
  content: '\f067'; }

.faq-question::before {
  display: none; }

.faq-answer .faq-answer-content {
  padding-left: 0; }

/*
    FORM
*/
.form-control-tpf {
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  border-radius: 0;
  font-size: 0.7rem;
  padding-top: .8rem;
  padding-bottom: 0.8rem;
  line-height: 2.4rem;
  height: 2.4rem; }

.form-control-tpf:focus {
  background-color: #f4f4f4; }

::-moz-selection {
  background: #9e1b32; }

::selection {
  background: #9e1b32; }

/* 
    INFO TRAFIC
*/
.line-logo-list {
  max-height: 30px;
  width: auto; }

.info-trafic .infotrafic-filter {
  padding: 1.25rem 0;
  border-bottom: 1px solid #e3e3e3; }

.info-trafic .infotrafic-filter:first-child {
  border-top: 1px solid #e3e3e3; }

.info-trafic .bg {
  padding: 1.25rem 0;
  background-color: #f4f4f4;
  border-bottom: 1px solid #e3e3e3; }

.info-trafic a.bg {
  display: block; }

.info-trafic .bg.collapsed {
  background-color: #fff; }

.info-trafic .bg:first-child {
  border-top: 1px solid #e3e3e3; }

.info-trafic > .collapse.show .row {
  margin-top: 50px; }

.info-trafic > .collapse.show .row:first-child {
  margin-top: 0; }

.info-trafic .line-toggle {
  padding: 1rem;
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("Images/minus.png"); }

.info-trafic .line-notoggle {
  padding: 1rem;
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.info-trafic .bg.collapsed .line-toggle {
  background-image: url("Images/plus.png"); }

.sector-description {
  font-size: 0.7rem;
  font-weight: bold;
  color: #9e1b32;
  margin-bottom: 0.5em; }

.sector-description.bigger {
  font-size: 1.1rem; }

.sector-status {
  font-size: 0.7rem;
  font-weight: bold;
  color: #000;
  margin-top: 1em; }

.info-dates {
  font-size: 0.7rem; }

.info-reason {
  font-size: 0.8rem; }

@media (max-width: 567px) {
  .row.small-gap {
    margin-left: -.25rem;
    margin-right: -.25rem; }
  .row.small-gap .col-auto {
    padding-left: .25rem;
    padding-right: .25rem; }
  .container .infotrafic-filter .row,
  .row.no-margin-row {
    margin-left: 0;
    margin-right: 0; }
  .info-trafic .sub-title {
    padding-left: 15px;
    padding-right: 15px; }
  .info-trafic.container {
    padding-left: 0;
    padding-right: 0; }
  .info-trafic a.bg,
  .info-trafic div.bg {
    padding-left: 15px;
    padding-right: 15px; } }

/*
    HOME TABS
*/
.block-container.home-tab-container {
  overflow: visible; }

.home-tabs {
  margin-top: -68px;
  position: relative;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; }

.home-tabs-items {
  padding: 0 45px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6; }

.page-title a.home-tabs-link {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #fff; }

.page-title a.home-tabs-link.active,
.page-title a.home-tabs-link:hover {
  color: #9e1b32;
  border-bottom: 2px solid #9e1b32; }

.page-title a.home-tabs-link i {
  margin-right: 0.3em; }

.home-tabs iframe {
  width: 100%;
  height: 382px; }

.routerank iframe {
  width: 100%; }

/*
    COOKIE FOOTER
*/
.cookie-footer {
  display: none;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background: #000;
  color: white;
  -webkit-box-shadow: 0 0 2px 2px rgba(20, 20, 20, 0.75);
  box-shadow: 0 0 2px 2px rgba(20, 20, 20, 0.75); }

.cookie-footer-container {
  padding: 1.1rem 3rem;
  font-size: 0.8rem;
  font-weight: normal; }

.close-btn {
  display: block;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  font-size: 1rem; }

.close-btn,
.close-btn:visited,
.close-btn:focus,
.close-btn:active,
.close-btn.nice-select.open {
  color: #fff; }

.close-btn:hover {
  color: #9e1b32; }

/*
    SITE SEARCH
*/
.ss360-fullscreen-layer__heading {
  display: none !important; }

.ss360-fullscreen-layer .ss360-custom-search {
  margin-top: 30px !important; }

h2.unibox__suggest-heading {
  font-size: 1rem !important;
  margin-top: 1rem;
  margin-bottom: 0.3rem; }

ul li:not(.nav-item):not(.ui-corner-top) {
  list-style: none !important; }

.ss360-suggests__url {
  color: #000 !important; }

h2.ss360-layer__heading {
  font-size: 1.2rem; }

.unibox__selectable:hover .unibox__content-container {
  background-color: rgba(158, 27, 50, 0.1) !important; }

.block-html ul li:not(.nav-item):not(.ui-corner-top) {
  list-style: disc !important; }

/*
    NEW INFO TRAFIC
*/
.info-trafic-line img {
  border: 2px solid transparent; }

.info-trafic-line.active img {
  padding: 1px;
  border: 2px solid #000; }

#filtered-results.loading {
  min-height: 32px; }

/*
    TOGGLER
*/
.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #B6B6B6;
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 4px; }

.navbar-toggler {
  border: none;
  background: transparent !important; }

.navbar-toggler:focus {
  outline: none !important; }

.navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%; }

.navbar-toggler .middle-bar {
  opacity: 0; }

.navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%; }

.navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }

.navbar-toggler.collapsed .middle-bar {
  opacity: 1; }

.navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }

/* 
    MENU
*/
nav.navbar {
  position: relative;
  padding: 0;
  margin: 0;
  height: 160px;
  margin: 0;
  border-bottom: 1px solid #e3e3e3; }

nav.navbar ul.navbar-nav {
  margin-left: -1.4rem;
  margin-right: -1.4rem; }

@media (min-width: 1200px) {
  nav.navbar {
    padding: 0 65px; } }

.navbar-expand-lg .navbar-collapse {
  overflow: hidden; }

nav.navbar .nav-item {
  padding: 0 1.4rem; }

nav.navbar .nav-item .nav-link {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  color: #000;
  text-decoration: none;
  text-transform: none;
  font-size: 0.8rem;
  line-height: initial;
  padding: 0 0 1.8rem;
  cursor: pointer;
  border-bottom: 3px solid #fff; }

nav.navbar .nav-item .nav-link:hover {
  color: #9e1b32;
  text-decoration: none; }

nav.navbar .nav-item.active .nav-link {
  color: #9e1b32;
  border-bottom-color: #9e1b32; }

nav.navbar .menu-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #f4f4f4;
  z-index: 10;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-left: 65px;
  margin-right: 65px;
  display: none; }

nav.navbar .menu-dropdown.expanded {
  display: block; }

nav.navbar .section-title span {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: block; }

nav.navbar ul.section-items {
  margin: 0; }

nav.navbar .section-item .nav-sublink {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  color: #000;
  text-decoration: none;
  text-transform: none;
  font-size: 0.8rem;
  line-height: 1.4;
  padding: 0.5rem 0 0.5rem 0.9rem;
  position: relative;
  display: inline-block; }

nav.navbar .section-item .nav-sublink:hover {
  color: #9e1b32;
  text-decoration: none; }

nav.navbar .section-item.active .nav-sublink {
  color: #9e1b32;
  font-weight: 500; }

nav.navbar .section-item .nav-sublink:before {
  content: ">";
  margin-right: 0.3rem;
  display: inline-block;
  position: absolute;
  left: 0; }

nav.navbar .navbar-home-link {
  cursor: pointer; }

nav.navbar .brand-logo {
  max-width: 140px; }

/*
    FOOTER
*/
footer {
  margin-top: 50px; }

footer a:hover {
  text-decoration: underline; }

.footer-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #9e1b32;
  color: #fff;
  font-size: 0.8rem;
  border-bottom: 1px solid #fff; }

.footer-logo {
  max-width: 139px;
  height: auto; }

.nav-footer {
  display: block;
  padding-left: 1rem;
  position: relative;
  color: #fff;
  font-weight: 400; }

.nav-footer:visited,
.nav-footer:active,
.nav-footer.nice-select.open,
.nav-footer:focus,
.nav-footer:hover {
  color: #fff; }

.nav-footer:before {
  content: '>';
  position: absolute;
  left: 0; }

@media (min-width: 1200px) {
  .footer-wrapper {
    padding-right: 65px;
    padding-left: 65px; } }

@media (max-width: 991px) {
  .navbar-home-link {
    padding-left: 15px; } }

/*
    COPYRIGHT
*/
.copyright-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #9e1b32;
  color: #fff;
  font-size: 0.7rem;
  border-bottom: 1px solid #fff; }

.nav-legal {
  display: block;
  font-weight: 300;
  color: #fff; }

.nav-legal:visited,
.nav-legal:active,
.nav-legal.nice-select.open,
.nav-legal:focus,
.nav-legal:hover {
  color: #fff; }

@media (min-width: 768px) {
  .nav-legal:before {
    content: '·';
    position: absolute;
    left: 0; }
  .nav-legal:first-child:before {
    display: none; } }

@media (min-width: 1200px) {
  .copyright-wrapper {
    padding-right: 65px;
    padding-left: 65px; } }

/*
    SOCIAL
*/
.social {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px; }

.social a {
  font-size: 1.5rem;
  line-height: 0;
  color: #fff;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

.social a .force-rounded {
  font-size: 1rem;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 1000px;
  background-color: #fff;
  color: #9e1b32; }

/*
    LOGIN
*/
.login-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #9e1b32;
  color: #fff;
  font-size: 0.7rem;
  text-align: center; }

.login-wrapper a,
.login-wrapper a:visited,
.login-wrapper a:focus,
.login-wrapper a:active,
.login-wrapper a.nice-select.open,
.login-wrapper a:hover {
  font-weight: 300;
  color: #fff; }

/* 
    TOP NAV 
*/
a.nav-topnav {
  font-size: 0.7rem;
  font-weight: normal;
  color: #000; }

a.nav-topnav:visited,
a.nav-topnav:focus,
a.nav-topnav:action {
  color: #000; }

a.nav-topnav:hover,
a.nav-topnav.active {
  color: #9e1b32; }

.top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section-topnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.section-topnav span {
  display: inherit;
  padding-right: 0.9rem;
  padding-left: 0.9rem; }

@media (max-width: 1100px) {
  nav.navbar ul.navbar-nav {
    margin-left: -1rem;
    margin-right: -1rem; }
  nav.navbar .nav-item {
    padding-left: 1rem;
    padding-right: 1rem; }
  nav.navbar .nav-item .nav-link {
    font-size: 0.75rem; }
  nav.navbar .brand-logo {
    max-width: 120px; } }

@media (max-width: 991px) {
  nav.navbar {
    height: auto; }
  nav.navbar > .container-fluid {
    padding: 15px 0; }
  nav.navbar ul.navbar-nav {
    margin-left: 0;
    margin-right: 0; }
  nav.navbar .nav-item {
    padding: 0; }
  nav.navbar .nav-item .nav-link {
    padding: 15px; }
  nav.navbar .menu-dropdown {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 45px; }
  nav.navbar .menu-dropdown > .container {
    max-width: none; }
  nav.navbar .menu-dropdown .row > .section {
    margin-top: 30px; }
  nav.navbar .menu-dropdown .row > .section:first-child {
    margin-top: 0; }
  nav.navbar .nav-item .nav-link {
    font-size: 1rem; }
  nav.navbar .section-title span {
    margin-bottom: 0.5rem; }
  .lang-menu .lang {
    margin-bottom: 0;
    font-weight: normal; }
  a.nav-topnav {
    font-size: 1rem; }
  .top-nav {
    margin-bottom: 1rem; }
  .lang-menu .lang > a {
    padding: 0 15px;
    font-size: 1rem;
    font-weight: normal; }
  .lang-menu .lang > a,
  .lang-menu .lang > a:visited,
  .lang-menu .lang > a:focus,
  .lang-menu .lang > a:active,
  .lang-menu .lang > a.nice-select.open {
    color: #000; }
  .lang-menu .lang > a:hover {
    color: #9e1b32; }
  .big-gallery .article-gallery .gallery-legend > div {
    width: 50%; }
  nav.navbar .nav-item.active .nav-link {
    border: none; } }

@media (max-width: 441px) {
  nav.navbar .brand-logo {
    max-width: 100px; }
  .big-gallery .article-gallery .gallery-legend > div {
    width: 80%; }
  .footer-logo {
    max-width: 100px; } }

@media (max-width: 991px) {
  .back-red .block-padding,
  .back-lightgray .block-padding {
    padding-top: 50px;
    padding-bottom: 50px; }
  .footer-wrapper {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media (max-width: 768px) {
  html,
  body {
    font-size: 16px; } }
