@charset "UTF-8";
/*$pagination-active-color:           $white !default;*/
@media print {
  *,
*::before,
*::after {
    text-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;
  }
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #E3003C;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #b6dc3c;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #EDEDED;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #E3003C;
  --light: #f8f9fa;
  --dark: #343a40;
  --default: #706F6F;
  --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 {
  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: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  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;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-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: 7.5px;
  font-family: heavy;
  font-weight: 500;
  line-height: 1.2;
  color: #3C3C3B;
}

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

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

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

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

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

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

.lead {
  font-size: 1.40625rem;
  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: 15px;
  margin-bottom: 15px;
  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: 15px;
  font-size: 1.40625rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 7.5px;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
}
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: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 650px;
  }
}
@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, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 650px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 15px;
  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: #dddfe2;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #c0c4c8;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #fafafa;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #f6f6f6;
}

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

.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: #f7b8c8;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f07a9a;
}

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

.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-default,
.table-default > th,
.table-default > td {
  background-color: #d7d7d7;
}
.table-default th,
.table-default td,
.table-default thead th,
.table-default tbody + tbody {
  border-color: #b5b4b4;
}

.table-hover .table-default:hover {
  background-color: #cacaca;
}
.table-hover .table-default:hover > td,
.table-hover .table-default:hover > th {
  background-color: #cacaca;
}

.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: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

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.3rem;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  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.984375rem;
  line-height: 1.5;
}

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

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: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #868e96;
}

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

.form-check-inline {
  display: inline-flex;
  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: #EDEDED;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(237, 237, 237, 0.9);
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #EDEDED;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23EDEDED' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  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: #EDEDED;
  box-shadow: 0 0 0 0.2rem rgba(237, 237, 237, 0.25);
}

.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: #EDEDED;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23EDEDED' 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: #EDEDED;
  box-shadow: 0 0 0 0.2rem rgba(237, 237, 237, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #EDEDED;
}
.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: #EDEDED;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #EDEDED;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: white;
  background-color: white;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(237, 237, 237, 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: #EDEDED;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #EDEDED;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #EDEDED;
  box-shadow: 0 0 0 0.2rem rgba(237, 237, 237, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(227, 0, 60, 0.9);
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #E3003C;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23E3003C' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E3003C' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  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: #E3003C;
  box-shadow: 0 0 0 0.2rem rgba(227, 0, 60, 0.25);
}

.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: #E3003C;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%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' width='12' height='12' fill='none' stroke='%23E3003C' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E3003C' stroke='none'/%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: #E3003C;
  box-shadow: 0 0 0 0.2rem rgba(227, 0, 60, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #E3003C;
}
.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: #E3003C;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #E3003C;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff1754;
  background-color: #ff1754;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(227, 0, 60, 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: #E3003C;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #E3003C;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #E3003C;
  box-shadow: 0 0 0 0.2rem rgba(227, 0, 60, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: 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;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
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 {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  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:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #EDEDED;
  border-color: #EDEDED;
}
.btn-success:hover {
  color: #212529;
  background-color: #dadada;
  border-color: #d4d4d4;
}
.btn-success:focus, .btn-success.focus {
  color: #212529;
  background-color: #dadada;
  border-color: #d4d4d4;
  box-shadow: 0 0 0 0.2rem rgba(206, 207, 208, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #EDEDED;
  border-color: #EDEDED;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #212529;
  background-color: #d4d4d4;
  border-color: #cdcdcd;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 207, 208, 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 {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  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: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:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  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 {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  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: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:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #E3003C;
  border-color: #E3003C;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bd0032;
  border-color: #b0002f;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #bd0032;
  border-color: #b0002f;
  box-shadow: 0 0 0 0.2rem rgba(231, 38, 89, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #E3003C;
  border-color: #E3003C;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b0002f;
  border-color: #a3002b;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 38, 89, 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 {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  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: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:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  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 {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  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: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:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-default {
  color: #fff;
  background-color: #706F6F;
  border-color: #706F6F;
}
.btn-default:hover {
  color: #fff;
  background-color: #5d5c5c;
  border-color: #565656;
}
.btn-default:focus, .btn-default.focus {
  color: #fff;
  background-color: #5d5c5c;
  border-color: #565656;
  box-shadow: 0 0 0 0.2rem rgba(133, 133, 133, 0.5);
}
.btn-default.disabled, .btn-default:disabled {
  color: #fff;
  background-color: #706F6F;
  border-color: #706F6F;
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #565656;
  border-color: #504f4f;
}
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 133, 133, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.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:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #EDEDED;
  border-color: #EDEDED;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #EDEDED;
  border-color: #EDEDED;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 237, 237, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #EDEDED;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #EDEDED;
  border-color: #EDEDED;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 237, 237, 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 {
  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: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:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  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 {
  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: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:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #E3003C;
  border-color: #E3003C;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #E3003C;
  border-color: #E3003C;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 0, 60, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #E3003C;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #E3003C;
  border-color: #E3003C;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 0, 60, 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 {
  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: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:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  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 {
  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: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:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-default {
  color: #706F6F;
  border-color: #706F6F;
}
.btn-outline-default:hover {
  color: #fff;
  background-color: #706F6F;
  border-color: #706F6F;
}
.btn-outline-default:focus, .btn-outline-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 111, 111, 0.5);
}
.btn-outline-default.disabled, .btn-outline-default:disabled {
  color: #706F6F;
  background-color: transparent;
}
.btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active, .show > .btn-outline-default.dropdown-toggle {
  color: #fff;
  background-color: #706F6F;
  border-color: #706F6F;
}
.btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 111, 111, 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;
}
.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
  pointer-events: none;
}

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

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

.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 {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 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: 1.125rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.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: 7.5px 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 {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  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.984375rem;
  color: #868e96;
  white-space: nowrap;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  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;
}
.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 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group-prepend,
.input-group-append {
  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: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}
.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.3rem;
  line-height: 1.5;
}

.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.984375rem;
  line-height: 1.5;
}

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.6875rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.34375rem;
  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 {
  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 {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #868e96;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .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.34375rem;
  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.34375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%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.34375rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  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: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  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: #868e96;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

.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;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .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;
}
.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;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  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;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}
.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 {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  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: #868e96;
  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;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #868e96;
  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;
}

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

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 7.5px 15px;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.36875rem;
  padding-bottom: 0.36875rem;
  margin-right: 15px;
  font-size: 1.3rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.3rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  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 + .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-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,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-deck .card {
  margin-bottom: 7.5px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 7.5px;
    margin-bottom: 0;
    margin-left: 7.5px;
  }
}

.card-group > .card {
  margin-bottom: 7.5px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

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

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #868e96;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

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

.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #EDEDED;
  border-color: #EDEDED;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.3rem;
  line-height: 1.5;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
}
.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;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #EDEDED;
}
a.badge-success:hover, a.badge-success:focus {
  color: #212529;
  background-color: #d4d4d4;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(237, 237, 237, 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;
  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;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #E3003C;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #b0002f;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 0, 60, 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;
  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;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-default {
  color: #fff;
  background-color: #706F6F;
}
a.badge-default:hover, a.badge-default:focus {
  color: #fff;
  background-color: #565656;
}
a.badge-default:focus, a.badge-default.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(112, 111, 111, 0.5);
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4.1875rem;
}
.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: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}
.alert-secondary hr {
  border-top-color: #cfd2d6;
}
.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #7b7b7b;
  background-color: #fbfbfb;
  border-color: #fafafa;
}
.alert-success hr {
  border-top-color: #ededed;
}
.alert-success .alert-link {
  color: #626262;
}

.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: #76001f;
  background-color: #f9ccd8;
  border-color: #f7b8c8;
}
.alert-danger hr {
  border-top-color: #f4a1b6;
}
.alert-danger .alert-link {
  color: #430012;
}

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

.alert-default {
  color: #3a3a3a;
  background-color: #e2e2e2;
  border-color: #d7d7d7;
}
.alert-default hr {
  border-top-color: #cacaca;
}
.alert-default .alert-link {
  color: #212121;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.84375rem;
  background-color: #e9ecef;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #464a4e;
  background-color: #cfd2d6;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #7b7b7b;
  background-color: #fafafa;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #7b7b7b;
  background-color: #ededed;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #7b7b7b;
  border-color: #7b7b7b;
}

.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: #76001f;
  background-color: #f7b8c8;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #76001f;
  background-color: #f4a1b6;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #76001f;
  border-color: #76001f;
}

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

.list-group-item-default {
  color: #3a3a3a;
  background-color: #d7d7d7;
}
.list-group-item-default.list-group-item-action:hover, .list-group-item-default.list-group-item-action:focus {
  color: #3a3a3a;
  background-color: #cacaca;
}
.list-group-item-default.list-group-item-action.active {
  color: #fff;
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}

.close {
  float: right;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

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

.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 {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  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 {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  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: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

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

.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.984375rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.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);
}
.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);
  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);
}
.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);
  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: 1.125rem;
  color: #3C3C3B;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  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%;
  backface-visibility: hidden;
  transition: transform 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #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(/img/layout/textur.png);
}

.carousel-control-next-icon {
  background-image: url(/img/layout/textur.png);
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 30px;
  margin-left: 30px;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  margin-right: 2px;
  margin-left: 2px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #6f851f;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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: #868e96 !important;
}

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

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #d4d4d4 !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: #E3003C !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b0002f !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-default {
  background-color: #706F6F !important;
}

a.bg-default:hover, a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
  background-color: #565656 !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: #868e96 !important;
}

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

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

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

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

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

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

.border-default {
  border-color: #706F6F !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: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

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

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

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

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

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

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

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

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

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: 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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

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

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

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

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

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

.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: 3.75px !important;
}

.mt-1,
.my-1 {
  margin-top: 3.75px !important;
}

.mr-1,
.mx-1 {
  margin-right: 3.75px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 3.75px !important;
}

.ml-1,
.mx-1 {
  margin-left: 3.75px !important;
}

.m-2 {
  margin: 7.5px !important;
}

.mt-2,
.my-2 {
  margin-top: 7.5px !important;
}

.mr-2,
.mx-2 {
  margin-right: 7.5px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 7.5px !important;
}

.ml-2,
.mx-2 {
  margin-left: 7.5px !important;
}

.m-3 {
  margin: 15px !important;
}

.mt-3,
.my-3 {
  margin-top: 15px !important;
}

.mr-3,
.mx-3 {
  margin-right: 15px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 15px !important;
}

.ml-3,
.mx-3 {
  margin-left: 15px !important;
}

.m-4 {
  margin: 22.5px !important;
}

.mt-4,
.my-4 {
  margin-top: 22.5px !important;
}

.mr-4,
.mx-4 {
  margin-right: 22.5px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 22.5px !important;
}

.ml-4,
.mx-4 {
  margin-left: 22.5px !important;
}

.m-5 {
  margin: 45px !important;
}

.mt-5,
.my-5 {
  margin-top: 45px !important;
}

.mr-5,
.mx-5 {
  margin-right: 45px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 45px !important;
}

.ml-5,
.mx-5 {
  margin-left: 45px !important;
}

.m-grid {
  margin: 15px !important;
}

.mt-grid,
.my-grid {
  margin-top: 15px !important;
}

.mr-grid,
.mx-grid {
  margin-right: 15px !important;
}

.mb-grid,
.my-grid {
  margin-bottom: 15px !important;
}

.ml-grid,
.mx-grid {
  margin-left: 15px !important;
}

.m-grid2 {
  margin: 30px !important;
}

.mt-grid2,
.my-grid2 {
  margin-top: 30px !important;
}

.mr-grid2,
.mx-grid2 {
  margin-right: 30px !important;
}

.mb-grid2,
.my-grid2 {
  margin-bottom: 30px !important;
}

.ml-grid2,
.mx-grid2 {
  margin-left: 30px !important;
}

.m-grid3 {
  margin: 45px !important;
}

.mt-grid3,
.my-grid3 {
  margin-top: 45px !important;
}

.mr-grid3,
.mx-grid3 {
  margin-right: 45px !important;
}

.mb-grid3,
.my-grid3 {
  margin-bottom: 45px !important;
}

.ml-grid3,
.mx-grid3 {
  margin-left: 45px !important;
}

.m-grid4 {
  margin: 60px !important;
}

.mt-grid4,
.my-grid4 {
  margin-top: 60px !important;
}

.mr-grid4,
.mx-grid4 {
  margin-right: 60px !important;
}

.mb-grid4,
.my-grid4 {
  margin-bottom: 60px !important;
}

.ml-grid4,
.mx-grid4 {
  margin-left: 60px !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: 3.75px !important;
}

.pt-1,
.py-1 {
  padding-top: 3.75px !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 3.75px !important;
}

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

.p-2 {
  padding: 7.5px !important;
}

.pt-2,
.py-2 {
  padding-top: 7.5px !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 7.5px !important;
}

.pl-2,
.px-2 {
  padding-left: 7.5px !important;
}

.p-3 {
  padding: 15px !important;
}

.pt-3,
.py-3 {
  padding-top: 15px !important;
}

.pr-3,
.px-3 {
  padding-right: 15px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 15px !important;
}

.pl-3,
.px-3 {
  padding-left: 15px !important;
}

.p-4 {
  padding: 22.5px !important;
}

.pt-4,
.py-4 {
  padding-top: 22.5px !important;
}

.pr-4,
.px-4 {
  padding-right: 22.5px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 22.5px !important;
}

.pl-4,
.px-4 {
  padding-left: 22.5px !important;
}

.p-5 {
  padding: 45px !important;
}

.pt-5,
.py-5 {
  padding-top: 45px !important;
}

.pr-5,
.px-5 {
  padding-right: 45px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 45px !important;
}

.pl-5,
.px-5 {
  padding-left: 45px !important;
}

.p-grid {
  padding: 15px !important;
}

.pt-grid,
.py-grid {
  padding-top: 15px !important;
}

.pr-grid,
.px-grid {
  padding-right: 15px !important;
}

.pb-grid,
.py-grid {
  padding-bottom: 15px !important;
}

.pl-grid,
.px-grid {
  padding-left: 15px !important;
}

.p-grid2 {
  padding: 30px !important;
}

.pt-grid2,
.py-grid2 {
  padding-top: 30px !important;
}

.pr-grid2,
.px-grid2 {
  padding-right: 30px !important;
}

.pb-grid2,
.py-grid2 {
  padding-bottom: 30px !important;
}

.pl-grid2,
.px-grid2 {
  padding-left: 30px !important;
}

.p-grid3 {
  padding: 45px !important;
}

.pt-grid3,
.py-grid3 {
  padding-top: 45px !important;
}

.pr-grid3,
.px-grid3 {
  padding-right: 45px !important;
}

.pb-grid3,
.py-grid3 {
  padding-bottom: 45px !important;
}

.pl-grid3,
.px-grid3 {
  padding-left: 45px !important;
}

.p-grid4 {
  padding: 60px !important;
}

.pt-grid4,
.py-grid4 {
  padding-top: 60px !important;
}

.pr-grid4,
.px-grid4 {
  padding-right: 60px !important;
}

.pb-grid4,
.py-grid4 {
  padding-bottom: 60px !important;
}

.pl-grid4,
.px-grid4 {
  padding-left: 60px !important;
}

.m-n1 {
  margin: -3.75px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -3.75px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -3.75px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -3.75px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -3.75px !important;
}

.m-n2 {
  margin: -7.5px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -7.5px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -7.5px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -7.5px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -7.5px !important;
}

.m-n3 {
  margin: -15px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -15px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -15px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -15px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -15px !important;
}

.m-n4 {
  margin: -22.5px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -22.5px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -22.5px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -22.5px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -22.5px !important;
}

.m-n5 {
  margin: -45px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -45px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -45px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -45px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -45px !important;
}

.m-ngrid {
  margin: -15px !important;
}

.mt-ngrid,
.my-ngrid {
  margin-top: -15px !important;
}

.mr-ngrid,
.mx-ngrid {
  margin-right: -15px !important;
}

.mb-ngrid,
.my-ngrid {
  margin-bottom: -15px !important;
}

.ml-ngrid,
.mx-ngrid {
  margin-left: -15px !important;
}

.m-ngrid2 {
  margin: -30px !important;
}

.mt-ngrid2,
.my-ngrid2 {
  margin-top: -30px !important;
}

.mr-ngrid2,
.mx-ngrid2 {
  margin-right: -30px !important;
}

.mb-ngrid2,
.my-ngrid2 {
  margin-bottom: -30px !important;
}

.ml-ngrid2,
.mx-ngrid2 {
  margin-left: -30px !important;
}

.m-ngrid3 {
  margin: -45px !important;
}

.mt-ngrid3,
.my-ngrid3 {
  margin-top: -45px !important;
}

.mr-ngrid3,
.mx-ngrid3 {
  margin-right: -45px !important;
}

.mb-ngrid3,
.my-ngrid3 {
  margin-bottom: -45px !important;
}

.ml-ngrid3,
.mx-ngrid3 {
  margin-left: -45px !important;
}

.m-ngrid4 {
  margin: -60px !important;
}

.mt-ngrid4,
.my-ngrid4 {
  margin-top: -60px !important;
}

.mr-ngrid4,
.mx-ngrid4 {
  margin-right: -60px !important;
}

.mb-ngrid4,
.my-ngrid4 {
  margin-bottom: -60px !important;
}

.ml-ngrid4,
.mx-ngrid4 {
  margin-left: -60px !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: 3.75px !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 3.75px !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 3.75px !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 3.75px !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 3.75px !important;
  }

  .m-sm-2 {
    margin: 7.5px !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 7.5px !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 7.5px !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 7.5px !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 7.5px !important;
  }

  .m-sm-3 {
    margin: 15px !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 15px !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 15px !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 15px !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 15px !important;
  }

  .m-sm-4 {
    margin: 22.5px !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 22.5px !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 22.5px !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 22.5px !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 22.5px !important;
  }

  .m-sm-5 {
    margin: 45px !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 45px !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 45px !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 45px !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 45px !important;
  }

  .m-sm-grid {
    margin: 15px !important;
  }

  .mt-sm-grid,
.my-sm-grid {
    margin-top: 15px !important;
  }

  .mr-sm-grid,
.mx-sm-grid {
    margin-right: 15px !important;
  }

  .mb-sm-grid,
.my-sm-grid {
    margin-bottom: 15px !important;
  }

  .ml-sm-grid,
.mx-sm-grid {
    margin-left: 15px !important;
  }

  .m-sm-grid2 {
    margin: 30px !important;
  }

  .mt-sm-grid2,
.my-sm-grid2 {
    margin-top: 30px !important;
  }

  .mr-sm-grid2,
.mx-sm-grid2 {
    margin-right: 30px !important;
  }

  .mb-sm-grid2,
.my-sm-grid2 {
    margin-bottom: 30px !important;
  }

  .ml-sm-grid2,
.mx-sm-grid2 {
    margin-left: 30px !important;
  }

  .m-sm-grid3 {
    margin: 45px !important;
  }

  .mt-sm-grid3,
.my-sm-grid3 {
    margin-top: 45px !important;
  }

  .mr-sm-grid3,
.mx-sm-grid3 {
    margin-right: 45px !important;
  }

  .mb-sm-grid3,
.my-sm-grid3 {
    margin-bottom: 45px !important;
  }

  .ml-sm-grid3,
.mx-sm-grid3 {
    margin-left: 45px !important;
  }

  .m-sm-grid4 {
    margin: 60px !important;
  }

  .mt-sm-grid4,
.my-sm-grid4 {
    margin-top: 60px !important;
  }

  .mr-sm-grid4,
.mx-sm-grid4 {
    margin-right: 60px !important;
  }

  .mb-sm-grid4,
.my-sm-grid4 {
    margin-bottom: 60px !important;
  }

  .ml-sm-grid4,
.mx-sm-grid4 {
    margin-left: 60px !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: 3.75px !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 3.75px !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 3.75px !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 3.75px !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 3.75px !important;
  }

  .p-sm-2 {
    padding: 7.5px !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 7.5px !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 7.5px !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 7.5px !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 7.5px !important;
  }

  .p-sm-3 {
    padding: 15px !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 15px !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 15px !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 15px !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 15px !important;
  }

  .p-sm-4 {
    padding: 22.5px !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 22.5px !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 22.5px !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 22.5px !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 22.5px !important;
  }

  .p-sm-5 {
    padding: 45px !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 45px !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 45px !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 45px !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 45px !important;
  }

  .p-sm-grid {
    padding: 15px !important;
  }

  .pt-sm-grid,
.py-sm-grid {
    padding-top: 15px !important;
  }

  .pr-sm-grid,
.px-sm-grid {
    padding-right: 15px !important;
  }

  .pb-sm-grid,
.py-sm-grid {
    padding-bottom: 15px !important;
  }

  .pl-sm-grid,
.px-sm-grid {
    padding-left: 15px !important;
  }

  .p-sm-grid2 {
    padding: 30px !important;
  }

  .pt-sm-grid2,
.py-sm-grid2 {
    padding-top: 30px !important;
  }

  .pr-sm-grid2,
.px-sm-grid2 {
    padding-right: 30px !important;
  }

  .pb-sm-grid2,
.py-sm-grid2 {
    padding-bottom: 30px !important;
  }

  .pl-sm-grid2,
.px-sm-grid2 {
    padding-left: 30px !important;
  }

  .p-sm-grid3 {
    padding: 45px !important;
  }

  .pt-sm-grid3,
.py-sm-grid3 {
    padding-top: 45px !important;
  }

  .pr-sm-grid3,
.px-sm-grid3 {
    padding-right: 45px !important;
  }

  .pb-sm-grid3,
.py-sm-grid3 {
    padding-bottom: 45px !important;
  }

  .pl-sm-grid3,
.px-sm-grid3 {
    padding-left: 45px !important;
  }

  .p-sm-grid4 {
    padding: 60px !important;
  }

  .pt-sm-grid4,
.py-sm-grid4 {
    padding-top: 60px !important;
  }

  .pr-sm-grid4,
.px-sm-grid4 {
    padding-right: 60px !important;
  }

  .pb-sm-grid4,
.py-sm-grid4 {
    padding-bottom: 60px !important;
  }

  .pl-sm-grid4,
.px-sm-grid4 {
    padding-left: 60px !important;
  }

  .m-sm-n1 {
    margin: -3.75px !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -3.75px !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -3.75px !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -3.75px !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -3.75px !important;
  }

  .m-sm-n2 {
    margin: -7.5px !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -7.5px !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -7.5px !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -7.5px !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -7.5px !important;
  }

  .m-sm-n3 {
    margin: -15px !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -15px !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -15px !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -15px !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -15px !important;
  }

  .m-sm-n4 {
    margin: -22.5px !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -22.5px !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -22.5px !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -22.5px !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -22.5px !important;
  }

  .m-sm-n5 {
    margin: -45px !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -45px !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -45px !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -45px !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -45px !important;
  }

  .m-sm-ngrid {
    margin: -15px !important;
  }

  .mt-sm-ngrid,
.my-sm-ngrid {
    margin-top: -15px !important;
  }

  .mr-sm-ngrid,
.mx-sm-ngrid {
    margin-right: -15px !important;
  }

  .mb-sm-ngrid,
.my-sm-ngrid {
    margin-bottom: -15px !important;
  }

  .ml-sm-ngrid,
.mx-sm-ngrid {
    margin-left: -15px !important;
  }

  .m-sm-ngrid2 {
    margin: -30px !important;
  }

  .mt-sm-ngrid2,
.my-sm-ngrid2 {
    margin-top: -30px !important;
  }

  .mr-sm-ngrid2,
.mx-sm-ngrid2 {
    margin-right: -30px !important;
  }

  .mb-sm-ngrid2,
.my-sm-ngrid2 {
    margin-bottom: -30px !important;
  }

  .ml-sm-ngrid2,
.mx-sm-ngrid2 {
    margin-left: -30px !important;
  }

  .m-sm-ngrid3 {
    margin: -45px !important;
  }

  .mt-sm-ngrid3,
.my-sm-ngrid3 {
    margin-top: -45px !important;
  }

  .mr-sm-ngrid3,
.mx-sm-ngrid3 {
    margin-right: -45px !important;
  }

  .mb-sm-ngrid3,
.my-sm-ngrid3 {
    margin-bottom: -45px !important;
  }

  .ml-sm-ngrid3,
.mx-sm-ngrid3 {
    margin-left: -45px !important;
  }

  .m-sm-ngrid4 {
    margin: -60px !important;
  }

  .mt-sm-ngrid4,
.my-sm-ngrid4 {
    margin-top: -60px !important;
  }

  .mr-sm-ngrid4,
.mx-sm-ngrid4 {
    margin-right: -60px !important;
  }

  .mb-sm-ngrid4,
.my-sm-ngrid4 {
    margin-bottom: -60px !important;
  }

  .ml-sm-ngrid4,
.mx-sm-ngrid4 {
    margin-left: -60px !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: 3.75px !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 3.75px !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 3.75px !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 3.75px !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 3.75px !important;
  }

  .m-md-2 {
    margin: 7.5px !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 7.5px !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 7.5px !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 7.5px !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 7.5px !important;
  }

  .m-md-3 {
    margin: 15px !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 15px !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 15px !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 15px !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 15px !important;
  }

  .m-md-4 {
    margin: 22.5px !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 22.5px !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 22.5px !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 22.5px !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 22.5px !important;
  }

  .m-md-5 {
    margin: 45px !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 45px !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 45px !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 45px !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 45px !important;
  }

  .m-md-grid {
    margin: 15px !important;
  }

  .mt-md-grid,
.my-md-grid {
    margin-top: 15px !important;
  }

  .mr-md-grid,
.mx-md-grid {
    margin-right: 15px !important;
  }

  .mb-md-grid,
.my-md-grid {
    margin-bottom: 15px !important;
  }

  .ml-md-grid,
.mx-md-grid {
    margin-left: 15px !important;
  }

  .m-md-grid2 {
    margin: 30px !important;
  }

  .mt-md-grid2,
.my-md-grid2 {
    margin-top: 30px !important;
  }

  .mr-md-grid2,
.mx-md-grid2 {
    margin-right: 30px !important;
  }

  .mb-md-grid2,
.my-md-grid2 {
    margin-bottom: 30px !important;
  }

  .ml-md-grid2,
.mx-md-grid2 {
    margin-left: 30px !important;
  }

  .m-md-grid3 {
    margin: 45px !important;
  }

  .mt-md-grid3,
.my-md-grid3 {
    margin-top: 45px !important;
  }

  .mr-md-grid3,
.mx-md-grid3 {
    margin-right: 45px !important;
  }

  .mb-md-grid3,
.my-md-grid3 {
    margin-bottom: 45px !important;
  }

  .ml-md-grid3,
.mx-md-grid3 {
    margin-left: 45px !important;
  }

  .m-md-grid4 {
    margin: 60px !important;
  }

  .mt-md-grid4,
.my-md-grid4 {
    margin-top: 60px !important;
  }

  .mr-md-grid4,
.mx-md-grid4 {
    margin-right: 60px !important;
  }

  .mb-md-grid4,
.my-md-grid4 {
    margin-bottom: 60px !important;
  }

  .ml-md-grid4,
.mx-md-grid4 {
    margin-left: 60px !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: 3.75px !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 3.75px !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 3.75px !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 3.75px !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 3.75px !important;
  }

  .p-md-2 {
    padding: 7.5px !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 7.5px !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 7.5px !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 7.5px !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 7.5px !important;
  }

  .p-md-3 {
    padding: 15px !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 15px !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 15px !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 15px !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 15px !important;
  }

  .p-md-4 {
    padding: 22.5px !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 22.5px !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 22.5px !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 22.5px !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 22.5px !important;
  }

  .p-md-5 {
    padding: 45px !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 45px !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 45px !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 45px !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 45px !important;
  }

  .p-md-grid {
    padding: 15px !important;
  }

  .pt-md-grid,
.py-md-grid {
    padding-top: 15px !important;
  }

  .pr-md-grid,
.px-md-grid {
    padding-right: 15px !important;
  }

  .pb-md-grid,
.py-md-grid {
    padding-bottom: 15px !important;
  }

  .pl-md-grid,
.px-md-grid {
    padding-left: 15px !important;
  }

  .p-md-grid2 {
    padding: 30px !important;
  }

  .pt-md-grid2,
.py-md-grid2 {
    padding-top: 30px !important;
  }

  .pr-md-grid2,
.px-md-grid2 {
    padding-right: 30px !important;
  }

  .pb-md-grid2,
.py-md-grid2 {
    padding-bottom: 30px !important;
  }

  .pl-md-grid2,
.px-md-grid2 {
    padding-left: 30px !important;
  }

  .p-md-grid3 {
    padding: 45px !important;
  }

  .pt-md-grid3,
.py-md-grid3 {
    padding-top: 45px !important;
  }

  .pr-md-grid3,
.px-md-grid3 {
    padding-right: 45px !important;
  }

  .pb-md-grid3,
.py-md-grid3 {
    padding-bottom: 45px !important;
  }

  .pl-md-grid3,
.px-md-grid3 {
    padding-left: 45px !important;
  }

  .p-md-grid4 {
    padding: 60px !important;
  }

  .pt-md-grid4,
.py-md-grid4 {
    padding-top: 60px !important;
  }

  .pr-md-grid4,
.px-md-grid4 {
    padding-right: 60px !important;
  }

  .pb-md-grid4,
.py-md-grid4 {
    padding-bottom: 60px !important;
  }

  .pl-md-grid4,
.px-md-grid4 {
    padding-left: 60px !important;
  }

  .m-md-n1 {
    margin: -3.75px !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -3.75px !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -3.75px !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -3.75px !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -3.75px !important;
  }

  .m-md-n2 {
    margin: -7.5px !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -7.5px !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -7.5px !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -7.5px !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -7.5px !important;
  }

  .m-md-n3 {
    margin: -15px !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -15px !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -15px !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -15px !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -15px !important;
  }

  .m-md-n4 {
    margin: -22.5px !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -22.5px !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -22.5px !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -22.5px !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -22.5px !important;
  }

  .m-md-n5 {
    margin: -45px !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -45px !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -45px !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -45px !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -45px !important;
  }

  .m-md-ngrid {
    margin: -15px !important;
  }

  .mt-md-ngrid,
.my-md-ngrid {
    margin-top: -15px !important;
  }

  .mr-md-ngrid,
.mx-md-ngrid {
    margin-right: -15px !important;
  }

  .mb-md-ngrid,
.my-md-ngrid {
    margin-bottom: -15px !important;
  }

  .ml-md-ngrid,
.mx-md-ngrid {
    margin-left: -15px !important;
  }

  .m-md-ngrid2 {
    margin: -30px !important;
  }

  .mt-md-ngrid2,
.my-md-ngrid2 {
    margin-top: -30px !important;
  }

  .mr-md-ngrid2,
.mx-md-ngrid2 {
    margin-right: -30px !important;
  }

  .mb-md-ngrid2,
.my-md-ngrid2 {
    margin-bottom: -30px !important;
  }

  .ml-md-ngrid2,
.mx-md-ngrid2 {
    margin-left: -30px !important;
  }

  .m-md-ngrid3 {
    margin: -45px !important;
  }

  .mt-md-ngrid3,
.my-md-ngrid3 {
    margin-top: -45px !important;
  }

  .mr-md-ngrid3,
.mx-md-ngrid3 {
    margin-right: -45px !important;
  }

  .mb-md-ngrid3,
.my-md-ngrid3 {
    margin-bottom: -45px !important;
  }

  .ml-md-ngrid3,
.mx-md-ngrid3 {
    margin-left: -45px !important;
  }

  .m-md-ngrid4 {
    margin: -60px !important;
  }

  .mt-md-ngrid4,
.my-md-ngrid4 {
    margin-top: -60px !important;
  }

  .mr-md-ngrid4,
.mx-md-ngrid4 {
    margin-right: -60px !important;
  }

  .mb-md-ngrid4,
.my-md-ngrid4 {
    margin-bottom: -60px !important;
  }

  .ml-md-ngrid4,
.mx-md-ngrid4 {
    margin-left: -60px !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: 3.75px !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 3.75px !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 3.75px !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 3.75px !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 3.75px !important;
  }

  .m-lg-2 {
    margin: 7.5px !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 7.5px !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 7.5px !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 7.5px !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 7.5px !important;
  }

  .m-lg-3 {
    margin: 15px !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 15px !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 15px !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 15px !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 15px !important;
  }

  .m-lg-4 {
    margin: 22.5px !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 22.5px !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 22.5px !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 22.5px !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 22.5px !important;
  }

  .m-lg-5 {
    margin: 45px !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 45px !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 45px !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 45px !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 45px !important;
  }

  .m-lg-grid {
    margin: 15px !important;
  }

  .mt-lg-grid,
.my-lg-grid {
    margin-top: 15px !important;
  }

  .mr-lg-grid,
.mx-lg-grid {
    margin-right: 15px !important;
  }

  .mb-lg-grid,
.my-lg-grid {
    margin-bottom: 15px !important;
  }

  .ml-lg-grid,
.mx-lg-grid {
    margin-left: 15px !important;
  }

  .m-lg-grid2 {
    margin: 30px !important;
  }

  .mt-lg-grid2,
.my-lg-grid2 {
    margin-top: 30px !important;
  }

  .mr-lg-grid2,
.mx-lg-grid2 {
    margin-right: 30px !important;
  }

  .mb-lg-grid2,
.my-lg-grid2 {
    margin-bottom: 30px !important;
  }

  .ml-lg-grid2,
.mx-lg-grid2 {
    margin-left: 30px !important;
  }

  .m-lg-grid3 {
    margin: 45px !important;
  }

  .mt-lg-grid3,
.my-lg-grid3 {
    margin-top: 45px !important;
  }

  .mr-lg-grid3,
.mx-lg-grid3 {
    margin-right: 45px !important;
  }

  .mb-lg-grid3,
.my-lg-grid3 {
    margin-bottom: 45px !important;
  }

  .ml-lg-grid3,
.mx-lg-grid3 {
    margin-left: 45px !important;
  }

  .m-lg-grid4 {
    margin: 60px !important;
  }

  .mt-lg-grid4,
.my-lg-grid4 {
    margin-top: 60px !important;
  }

  .mr-lg-grid4,
.mx-lg-grid4 {
    margin-right: 60px !important;
  }

  .mb-lg-grid4,
.my-lg-grid4 {
    margin-bottom: 60px !important;
  }

  .ml-lg-grid4,
.mx-lg-grid4 {
    margin-left: 60px !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: 3.75px !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 3.75px !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 3.75px !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 3.75px !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 3.75px !important;
  }

  .p-lg-2 {
    padding: 7.5px !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 7.5px !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 7.5px !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 7.5px !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 7.5px !important;
  }

  .p-lg-3 {
    padding: 15px !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 15px !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 15px !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 15px !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 15px !important;
  }

  .p-lg-4 {
    padding: 22.5px !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 22.5px !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 22.5px !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 22.5px !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 22.5px !important;
  }

  .p-lg-5 {
    padding: 45px !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 45px !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 45px !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 45px !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 45px !important;
  }

  .p-lg-grid {
    padding: 15px !important;
  }

  .pt-lg-grid,
.py-lg-grid {
    padding-top: 15px !important;
  }

  .pr-lg-grid,
.px-lg-grid {
    padding-right: 15px !important;
  }

  .pb-lg-grid,
.py-lg-grid {
    padding-bottom: 15px !important;
  }

  .pl-lg-grid,
.px-lg-grid {
    padding-left: 15px !important;
  }

  .p-lg-grid2 {
    padding: 30px !important;
  }

  .pt-lg-grid2,
.py-lg-grid2 {
    padding-top: 30px !important;
  }

  .pr-lg-grid2,
.px-lg-grid2 {
    padding-right: 30px !important;
  }

  .pb-lg-grid2,
.py-lg-grid2 {
    padding-bottom: 30px !important;
  }

  .pl-lg-grid2,
.px-lg-grid2 {
    padding-left: 30px !important;
  }

  .p-lg-grid3 {
    padding: 45px !important;
  }

  .pt-lg-grid3,
.py-lg-grid3 {
    padding-top: 45px !important;
  }

  .pr-lg-grid3,
.px-lg-grid3 {
    padding-right: 45px !important;
  }

  .pb-lg-grid3,
.py-lg-grid3 {
    padding-bottom: 45px !important;
  }

  .pl-lg-grid3,
.px-lg-grid3 {
    padding-left: 45px !important;
  }

  .p-lg-grid4 {
    padding: 60px !important;
  }

  .pt-lg-grid4,
.py-lg-grid4 {
    padding-top: 60px !important;
  }

  .pr-lg-grid4,
.px-lg-grid4 {
    padding-right: 60px !important;
  }

  .pb-lg-grid4,
.py-lg-grid4 {
    padding-bottom: 60px !important;
  }

  .pl-lg-grid4,
.px-lg-grid4 {
    padding-left: 60px !important;
  }

  .m-lg-n1 {
    margin: -3.75px !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -3.75px !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -3.75px !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -3.75px !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -3.75px !important;
  }

  .m-lg-n2 {
    margin: -7.5px !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -7.5px !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -7.5px !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -7.5px !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -7.5px !important;
  }

  .m-lg-n3 {
    margin: -15px !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -15px !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -15px !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -15px !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -15px !important;
  }

  .m-lg-n4 {
    margin: -22.5px !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -22.5px !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -22.5px !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -22.5px !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -22.5px !important;
  }

  .m-lg-n5 {
    margin: -45px !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -45px !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -45px !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -45px !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -45px !important;
  }

  .m-lg-ngrid {
    margin: -15px !important;
  }

  .mt-lg-ngrid,
.my-lg-ngrid {
    margin-top: -15px !important;
  }

  .mr-lg-ngrid,
.mx-lg-ngrid {
    margin-right: -15px !important;
  }

  .mb-lg-ngrid,
.my-lg-ngrid {
    margin-bottom: -15px !important;
  }

  .ml-lg-ngrid,
.mx-lg-ngrid {
    margin-left: -15px !important;
  }

  .m-lg-ngrid2 {
    margin: -30px !important;
  }

  .mt-lg-ngrid2,
.my-lg-ngrid2 {
    margin-top: -30px !important;
  }

  .mr-lg-ngrid2,
.mx-lg-ngrid2 {
    margin-right: -30px !important;
  }

  .mb-lg-ngrid2,
.my-lg-ngrid2 {
    margin-bottom: -30px !important;
  }

  .ml-lg-ngrid2,
.mx-lg-ngrid2 {
    margin-left: -30px !important;
  }

  .m-lg-ngrid3 {
    margin: -45px !important;
  }

  .mt-lg-ngrid3,
.my-lg-ngrid3 {
    margin-top: -45px !important;
  }

  .mr-lg-ngrid3,
.mx-lg-ngrid3 {
    margin-right: -45px !important;
  }

  .mb-lg-ngrid3,
.my-lg-ngrid3 {
    margin-bottom: -45px !important;
  }

  .ml-lg-ngrid3,
.mx-lg-ngrid3 {
    margin-left: -45px !important;
  }

  .m-lg-ngrid4 {
    margin: -60px !important;
  }

  .mt-lg-ngrid4,
.my-lg-ngrid4 {
    margin-top: -60px !important;
  }

  .mr-lg-ngrid4,
.mx-lg-ngrid4 {
    margin-right: -60px !important;
  }

  .mb-lg-ngrid4,
.my-lg-ngrid4 {
    margin-bottom: -60px !important;
  }

  .ml-lg-ngrid4,
.mx-lg-ngrid4 {
    margin-left: -60px !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: 3.75px !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 3.75px !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 3.75px !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 3.75px !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 3.75px !important;
  }

  .m-xl-2 {
    margin: 7.5px !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 7.5px !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 7.5px !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 7.5px !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 7.5px !important;
  }

  .m-xl-3 {
    margin: 15px !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 15px !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 15px !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 15px !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 15px !important;
  }

  .m-xl-4 {
    margin: 22.5px !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 22.5px !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 22.5px !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 22.5px !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 22.5px !important;
  }

  .m-xl-5 {
    margin: 45px !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 45px !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 45px !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 45px !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 45px !important;
  }

  .m-xl-grid {
    margin: 15px !important;
  }

  .mt-xl-grid,
.my-xl-grid {
    margin-top: 15px !important;
  }

  .mr-xl-grid,
.mx-xl-grid {
    margin-right: 15px !important;
  }

  .mb-xl-grid,
.my-xl-grid {
    margin-bottom: 15px !important;
  }

  .ml-xl-grid,
.mx-xl-grid {
    margin-left: 15px !important;
  }

  .m-xl-grid2 {
    margin: 30px !important;
  }

  .mt-xl-grid2,
.my-xl-grid2 {
    margin-top: 30px !important;
  }

  .mr-xl-grid2,
.mx-xl-grid2 {
    margin-right: 30px !important;
  }

  .mb-xl-grid2,
.my-xl-grid2 {
    margin-bottom: 30px !important;
  }

  .ml-xl-grid2,
.mx-xl-grid2 {
    margin-left: 30px !important;
  }

  .m-xl-grid3 {
    margin: 45px !important;
  }

  .mt-xl-grid3,
.my-xl-grid3 {
    margin-top: 45px !important;
  }

  .mr-xl-grid3,
.mx-xl-grid3 {
    margin-right: 45px !important;
  }

  .mb-xl-grid3,
.my-xl-grid3 {
    margin-bottom: 45px !important;
  }

  .ml-xl-grid3,
.mx-xl-grid3 {
    margin-left: 45px !important;
  }

  .m-xl-grid4 {
    margin: 60px !important;
  }

  .mt-xl-grid4,
.my-xl-grid4 {
    margin-top: 60px !important;
  }

  .mr-xl-grid4,
.mx-xl-grid4 {
    margin-right: 60px !important;
  }

  .mb-xl-grid4,
.my-xl-grid4 {
    margin-bottom: 60px !important;
  }

  .ml-xl-grid4,
.mx-xl-grid4 {
    margin-left: 60px !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: 3.75px !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 3.75px !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 3.75px !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 3.75px !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 3.75px !important;
  }

  .p-xl-2 {
    padding: 7.5px !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 7.5px !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 7.5px !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 7.5px !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 7.5px !important;
  }

  .p-xl-3 {
    padding: 15px !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 15px !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 15px !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 15px !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 15px !important;
  }

  .p-xl-4 {
    padding: 22.5px !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 22.5px !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 22.5px !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 22.5px !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 22.5px !important;
  }

  .p-xl-5 {
    padding: 45px !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 45px !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 45px !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 45px !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 45px !important;
  }

  .p-xl-grid {
    padding: 15px !important;
  }

  .pt-xl-grid,
.py-xl-grid {
    padding-top: 15px !important;
  }

  .pr-xl-grid,
.px-xl-grid {
    padding-right: 15px !important;
  }

  .pb-xl-grid,
.py-xl-grid {
    padding-bottom: 15px !important;
  }

  .pl-xl-grid,
.px-xl-grid {
    padding-left: 15px !important;
  }

  .p-xl-grid2 {
    padding: 30px !important;
  }

  .pt-xl-grid2,
.py-xl-grid2 {
    padding-top: 30px !important;
  }

  .pr-xl-grid2,
.px-xl-grid2 {
    padding-right: 30px !important;
  }

  .pb-xl-grid2,
.py-xl-grid2 {
    padding-bottom: 30px !important;
  }

  .pl-xl-grid2,
.px-xl-grid2 {
    padding-left: 30px !important;
  }

  .p-xl-grid3 {
    padding: 45px !important;
  }

  .pt-xl-grid3,
.py-xl-grid3 {
    padding-top: 45px !important;
  }

  .pr-xl-grid3,
.px-xl-grid3 {
    padding-right: 45px !important;
  }

  .pb-xl-grid3,
.py-xl-grid3 {
    padding-bottom: 45px !important;
  }

  .pl-xl-grid3,
.px-xl-grid3 {
    padding-left: 45px !important;
  }

  .p-xl-grid4 {
    padding: 60px !important;
  }

  .pt-xl-grid4,
.py-xl-grid4 {
    padding-top: 60px !important;
  }

  .pr-xl-grid4,
.px-xl-grid4 {
    padding-right: 60px !important;
  }

  .pb-xl-grid4,
.py-xl-grid4 {
    padding-bottom: 60px !important;
  }

  .pl-xl-grid4,
.px-xl-grid4 {
    padding-left: 60px !important;
  }

  .m-xl-n1 {
    margin: -3.75px !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -3.75px !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -3.75px !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -3.75px !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -3.75px !important;
  }

  .m-xl-n2 {
    margin: -7.5px !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -7.5px !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -7.5px !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -7.5px !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -7.5px !important;
  }

  .m-xl-n3 {
    margin: -15px !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -15px !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -15px !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -15px !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -15px !important;
  }

  .m-xl-n4 {
    margin: -22.5px !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -22.5px !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -22.5px !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -22.5px !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -22.5px !important;
  }

  .m-xl-n5 {
    margin: -45px !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -45px !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -45px !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -45px !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -45px !important;
  }

  .m-xl-ngrid {
    margin: -15px !important;
  }

  .mt-xl-ngrid,
.my-xl-ngrid {
    margin-top: -15px !important;
  }

  .mr-xl-ngrid,
.mx-xl-ngrid {
    margin-right: -15px !important;
  }

  .mb-xl-ngrid,
.my-xl-ngrid {
    margin-bottom: -15px !important;
  }

  .ml-xl-ngrid,
.mx-xl-ngrid {
    margin-left: -15px !important;
  }

  .m-xl-ngrid2 {
    margin: -30px !important;
  }

  .mt-xl-ngrid2,
.my-xl-ngrid2 {
    margin-top: -30px !important;
  }

  .mr-xl-ngrid2,
.mx-xl-ngrid2 {
    margin-right: -30px !important;
  }

  .mb-xl-ngrid2,
.my-xl-ngrid2 {
    margin-bottom: -30px !important;
  }

  .ml-xl-ngrid2,
.mx-xl-ngrid2 {
    margin-left: -30px !important;
  }

  .m-xl-ngrid3 {
    margin: -45px !important;
  }

  .mt-xl-ngrid3,
.my-xl-ngrid3 {
    margin-top: -45px !important;
  }

  .mr-xl-ngrid3,
.mx-xl-ngrid3 {
    margin-right: -45px !important;
  }

  .mb-xl-ngrid3,
.my-xl-ngrid3 {
    margin-bottom: -45px !important;
  }

  .ml-xl-ngrid3,
.mx-xl-ngrid3 {
    margin-left: -45px !important;
  }

  .m-xl-ngrid4 {
    margin: -60px !important;
  }

  .mt-xl-ngrid4,
.my-xl-ngrid4 {
    margin-top: -60px !important;
  }

  .mr-xl-ngrid4,
.mx-xl-ngrid4 {
    margin-right: -60px !important;
  }

  .mb-xl-ngrid4,
.my-xl-ngrid4 {
    margin-bottom: -60px !important;
  }

  .ml-xl-ngrid4,
.mx-xl-ngrid4 {
    margin-left: -60px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 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: #868e96 !important;
}

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

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

a.text-success:hover, a.text-success:focus {
  color: #c7c7c7 !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: #E3003C !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #970028 !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-default {
  color: #706F6F !important;
}

a.text-default:hover, a.text-default:focus {
  color: #4a4949 !important;
}

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*!
 * Font Awesome Pro 5.15.4 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.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

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

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

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

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-abacus:before {
  content: "";
}

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

.fa-accusoft:before {
  content: "";
}

.fa-acorn:before {
  content: "";
}

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

.fa-ad:before {
  content: "";
}

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

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

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

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

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

.fa-airbnb:before {
  content: "";
}

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

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

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

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

.fa-album:before {
  content: "";
}

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

.fa-algolia:before {
  content: "";
}

.fa-alicorn:before {
  content: "";
}

.fa-alien:before {
  content: "";
}

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

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

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

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

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

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

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

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

.fa-ambulance:before {
  content: "";
}

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

.fa-amilia:before {
  content: "";
}

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

.fa-analytics:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angel:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

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

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

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

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

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

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

.fa-artstation:before {
  content: "";
}

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

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

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

.fa-audible:before {
  content: "";
}

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

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-axe:before {
  content: "";
}

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

.fa-baby:before {
  content: "";
}

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

.fa-backpack:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bacteria:before {
  content: "";
}

.fa-bacterium:before {
  content: "";
}

.fa-badge:before {
  content: "";
}

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

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

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

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

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

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

.fa-bahai:before {
  content: "";
}

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

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

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

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

.fa-ballot:before {
  content: "";
}

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

.fa-ban:before {
  content: "";
}

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

.fa-bandcamp:before {
  content: "";
}

.fa-banjo:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

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

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

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

.fa-bars:before {
  content: "";
}

.fa-baseball:before {
  content: "";
}

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

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

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

.fa-bat:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-bed:before {
  content: "";
}

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

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

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

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-bell:before {
  content: "";
}

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

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

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

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

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

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

.fa-bells:before {
  content: "";
}

.fa-betamax:before {
  content: "";
}

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

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

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

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

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

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

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

.fa-blackberry:before {
  content: "";
}

.fa-blanket:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

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

.fa-blind:before {
  content: "";
}

.fa-blinds:before {
  content: "";
}

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

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

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

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

.fa-bluetooth:before {
  content: "";
}

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

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

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

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-bookmark:before {
  content: "";
}

.fa-books:before {
  content: "";
}

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

.fa-boombox:before {
  content: "";
}

.fa-boot:before {
  content: "";
}

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

.fa-bootstrap:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-box:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-boxes:before {
  content: "";
}

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

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

.fa-brackets:before {
  content: "";
}

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

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

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

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

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-bring-forward:before {
  content: "";
}

.fa-bring-front:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-browser:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-bullseye-arrow:before {
  content: "";
}

.fa-bullseye-pointer:before {
  content: "";
}

.fa-burger-soda:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-burrito:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-bus-school:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-cabinet-filing:before {
  content: "";
}

.fa-cactus:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calculator-alt:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-edit:before {
  content: "";
}

.fa-calendar-exclamation:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-star:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camcorder:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-alt:before {
  content: "";
}

.fa-camera-home:before {
  content: "";
}

.fa-camera-movie:before {
  content: "";
}

.fa-camera-polaroid:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campfire:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candle-holder:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-candy-corn:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-building:before {
  content: "";
}

.fa-car-bump:before {
  content: "";
}

.fa-car-bus:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-garage:before {
  content: "";
}

.fa-car-mechanic:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-car-tilt:before {
  content: "";
}

.fa-car-wash:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caravan-alt:before {
  content: "";
}

.fa-caret-circle-down:before {
  content: "";
}

.fa-caret-circle-left:before {
  content: "";
}

.fa-caret-circle-right:before {
  content: "";
}

.fa-caret-circle-up:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cars:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cassette-tape:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cat-space:before {
  content: "";
}

.fa-cauldron:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cctv:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chair-office:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-line-down:before {
  content: "";
}

.fa-chart-network:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-chart-pie-alt:before {
  content: "";
}

.fa-chart-scatter:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-cheese-swiss:before {
  content: "";
}

.fa-cheeseburger:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-bishop-alt:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-clock:before {
  content: "";
}

.fa-chess-clock-alt:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-king-alt:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-knight-alt:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-pawn-alt:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-queen-alt:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chess-rook-alt:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-double-down:before {
  content: "";
}

.fa-chevron-double-left:before {
  content: "";
}

.fa-chevron-double-right:before {
  content: "";
}

.fa-chevron-double-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-square-down:before {
  content: "";
}

.fa-chevron-square-left:before {
  content: "";
}

.fa-chevron-square-right:before {
  content: "";
}

.fa-chevron-square-up:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chimney:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clarinet:before {
  content: "";
}

.fa-claw-marks:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clipboard-list-check:before {
  content: "";
}

.fa-clipboard-prescription:before {
  content: "";
}

.fa-clipboard-user:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-drizzle:before {
  content: "";
}

.fa-cloud-hail:before {
  content: "";
}

.fa-cloud-hail-mixed:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-music:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-rainbow:before {
  content: "";
}

.fa-cloud-showers:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sleet:before {
  content: "";
}

.fa-cloud-snow:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-clouds:before {
  content: "";
}

.fa-clouds-moon:before {
  content: "";
}

.fa-clouds-sun:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-club:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-code-commit:before {
  content: "";
}

.fa-code-merge:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-coffee-pot:before {
  content: "";
}

.fa-coffee-togo:before {
  content: "";
}

.fa-coffin:before {
  content: "";
}

.fa-coffin-cross:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coin:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comet:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-alt-check:before {
  content: "";
}

.fa-comment-alt-dollar:before {
  content: "";
}

.fa-comment-alt-dots:before {
  content: "";
}

.fa-comment-alt-edit:before {
  content: "";
}

.fa-comment-alt-exclamation:before {
  content: "";
}

.fa-comment-alt-lines:before {
  content: "";
}

.fa-comment-alt-medical:before {
  content: "";
}

.fa-comment-alt-minus:before {
  content: "";
}

.fa-comment-alt-music:before {
  content: "";
}

.fa-comment-alt-plus:before {
  content: "";
}

.fa-comment-alt-slash:before {
  content: "";
}

.fa-comment-alt-smile:before {
  content: "";
}

.fa-comment-alt-times:before {
  content: "";
}

.fa-comment-check:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-edit:before {
  content: "";
}

.fa-comment-exclamation:before {
  content: "";
}

.fa-comment-lines:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-minus:before {
  content: "";
}

.fa-comment-music:before {
  content: "";
}

.fa-comment-plus:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comment-smile:before {
  content: "";
}

.fa-comment-times:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-alt:before {
  content: "";
}

.fa-comments-alt-dollar:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compass-slash:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-compress-wide:before {
  content: "";
}

.fa-computer-classic:before {
  content: "";
}

.fa-computer-speaker:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-construction:before {
  content: "";
}

.fa-container-storage:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-conveyor-belt:before {
  content: "";
}

.fa-conveyor-belt-alt:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-corn:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cow:before {
  content: "";
}

.fa-cowbell:before {
  content: "";
}

.fa-cowbell-more:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-credit-card-blank:before {
  content: "";
}

.fa-credit-card-front:before {
  content: "";
}

.fa-cricket:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-croissant:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-crutches:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-curling:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dagger:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-debug:before {
  content: "";
}

.fa-deer:before {
  content: "";
}

.fa-deer-rudolph:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-desktop-alt:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dewpoint:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d10:before {
  content: "";
}

.fa-dice-d12:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d4:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-d8:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digging:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-diploma:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-disc-drive:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-do-not-enter:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dog-leashed:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-empty:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-dolly-flatbed-alt:before {
  content: "";
}

.fa-dolly-flatbed-empty:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-circle:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-draw-square:before {
  content: "";
}

.fa-dreidel:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-drone:before {
  content: "";
}

.fa-drone-alt:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dryer:before {
  content: "";
}

.fa-dryer-alt:before {
  content: "";
}

.fa-duck:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-ear:before {
  content: "";
}

.fa-ear-muffs:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-eclipse:before {
  content: "";
}

.fa-eclipse-alt:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-egg-fried:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-elephant:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-h-alt:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ellipsis-v-alt:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-empty-set:before {
  content: "";
}

.fa-engine-warning:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-dollar:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-square:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expand-wide:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-evil:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fan-table:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-farm:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "";
}

.fa-faucet-drip:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-field-hockey:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-certificate:before {
  content: "";
}

.fa-file-chart-line:before {
  content: "";
}

.fa-file-chart-pie:before {
  content: "";
}

.fa-file-check:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-edit:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-exclamation:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-minus:before {
  content: "";
}

.fa-file-music:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-plus:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-search:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-spreadsheet:before {
  content: "";
}

.fa-file-times:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-user:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-files-medical:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-film-alt:before {
  content: "";
}

.fa-film-canister:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-fire-smoke:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-fireplace:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fish-cooked:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-alt:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flame:before {
  content: "";
}

.fa-flashlight:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flask-poison:before {
  content: "";
}

.fa-flask-potion:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flower:before {
  content: "";
}

.fa-flower-daffodil:before {
  content: "";
}

.fa-flower-tulip:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-flute:before {
  content: "";
}

.fa-flux-capacitor:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-fog:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-download:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-folder-times:before {
  content: "";
}

.fa-folder-tree:before {
  content: "";
}

.fa-folder-upload:before {
  content: "";
}

.fa-folders:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-font-case:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-football-helmet:before {
  content: "";
}

.fa-forklift:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-fragile:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-french-fries:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frosty-head:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-function:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-galaxy:before {
  content: "";
}

.fa-game-board:before {
  content: "";
}

.fa-game-board-alt:before {
  content: "";
}

.fa-game-console-handheld:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gamepad-alt:before {
  content: "";
}

.fa-garage:before {
  content: "";
}

.fa-garage-car:before {
  content: "";
}

.fa-garage-open:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gas-pump-slash:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gift-card:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-gingerbread-man:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass:before {
  content: "";
}

.fa-glass-champagne:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-citrus:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glass-whiskey-rocks:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glasses-alt:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-globe-snow:before {
  content: "";
}

.fa-globe-stand:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-golf-club:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gramophone:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-guitar-electric:before {
  content: "";
}

.fa-guitars:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-h1:before {
  content: "";
}

.fa-h2:before {
  content: "";
}

.fa-h3:before {
  content: "";
}

.fa-h4:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hammer-war:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-heart:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-box:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-magic:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "";
}

.fa-hand-holding-seedling:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-receiving:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-heart:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-usd:before {
  content: "";
}

.fa-hands-wash:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "";
}

.fa-handshake-slash:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-chef:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-santa:before {
  content: "";
}

.fa-hat-winter:before {
  content: "";
}

.fa-hat-witch:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side:before {
  content: "";
}

.fa-head-side-brain:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "";
}

.fa-head-side-cough-slash:before {
  content: "";
}

.fa-head-side-headphones:before {
  content: "";
}

.fa-head-side-mask:before {
  content: "";
}

.fa-head-side-medical:before {
  content: "";
}

.fa-head-side-virus:before {
  content: "";
}

.fa-head-vr:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heart-circle:before {
  content: "";
}

.fa-heart-rate:before {
  content: "";
}

.fa-heart-square:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-heat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-helmet-battle:before {
  content: "";
}

.fa-hexagon:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-hockey-mask:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-hockey-sticks:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-home-alt:before {
  content: "";
}

.fa-home-heart:before {
  content: "";
}

.fa-home-lg:before {
  content: "";
}

.fa-home-lg-alt:before {
  content: "";
}

.fa-hood-cloak:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-horizontal-rule:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-horse-saddle:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hospitals:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-day:before {
  content: "";
}

.fa-house-flood:before {
  content: "";
}

.fa-house-leave:before {
  content: "";
}

.fa-house-night:before {
  content: "";
}

.fa-house-return:before {
  content: "";
}

.fa-house-signal:before {
  content: "";
}

.fa-house-user:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-humidity:before {
  content: "";
}

.fa-hurricane:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-ice-skate:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-icons-alt:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-image-polaroid:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-inbox-in:before {
  content: "";
}

.fa-inbox-out:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-industry-alt:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-info-square:before {
  content: "";
}

.fa-inhaler:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-integral:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-intersection:before {
  content: "";
}

.fa-inventory:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-island-tropical:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-jack-o-lantern:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-joystick:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-jug:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-kazoo:before {
  content: "";
}

.fa-kerning:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-key-skeleton:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-keynote:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kidneys:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kite:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-knife-kitchen:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-lambda:before {
  content: "";
}

.fa-lamp:before {
  content: "";
}

.fa-lamp-desk:before {
  content: "";
}

.fa-lamp-floor:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-landmark-alt:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lasso:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-layer-minus:before {
  content: "";
}

.fa-layer-plus:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leaf-heart:before {
  content: "";
}

.fa-leaf-maple:before {
  content: "";
}

.fa-leaf-oak:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-light-ceiling:before {
  content: "";
}

.fa-light-switch:before {
  content: "";
}

.fa-light-switch-off:before {
  content: "";
}

.fa-light-switch-on:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-lightbulb-dollar:before {
  content: "";
}

.fa-lightbulb-exclamation:before {
  content: "";
}

.fa-lightbulb-on:before {
  content: "";
}

.fa-lightbulb-slash:before {
  content: "";
}

.fa-lights-holiday:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-line-columns:before {
  content: "";
}

.fa-line-height:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lips:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-music:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-location-circle:before {
  content: "";
}

.fa-location-slash:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-alt:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-lock-open-alt:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-loveseat:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luchador:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-mace:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailbox:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-mandolin:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-marker-alt-slash:before {
  content: "";
}

.fa-map-marker-check:before {
  content: "";
}

.fa-map-marker-edit:before {
  content: "";
}

.fa-map-marker-exclamation:before {
  content: "";
}

.fa-map-marker-minus:before {
  content: "";
}

.fa-map-marker-plus:before {
  content: "";
}

.fa-map-marker-question:before {
  content: "";
}

.fa-map-marker-slash:before {
  content: "";
}

.fa-map-marker-smile:before {
  content: "";
}

.fa-map-marker-times:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-meat:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaphone:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microphone-stand:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-microwave:before {
  content: "";
}

.fa-mind-share:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-hexagon:before {
  content: "";
}

.fa-minus-octagon:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mistletoe:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-mobile-android:before {
  content: "";
}

.fa-mobile-android-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-money-check-edit:before {
  content: "";
}

.fa-money-check-edit-alt:before {
  content: "";
}

.fa-monitor-heart-rate:before {
  content: "";
}

.fa-monkey:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-moon-cloud:before {
  content: "";
}

.fa-moon-stars:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mountains:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-alt:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mp3-player:before {
  content: "";
}

.fa-mug:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-mug-marshmallows:before {
  content: "";
}

.fa-mug-tea:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-music-alt:before {
  content: "";
}

.fa-music-alt-slash:before {
  content: "";
}

.fa-music-slash:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-narwhal:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octagon:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-oil-temp:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-omega:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-ornament:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-outlet:before {
  content: "";
}

.fa-oven:before {
  content: "";
}

.fa-overline:before {
  content: "";
}

.fa-page-break:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-brush-alt:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-pallet-alt:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-paragraph-rtl:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-parking-circle:before {
  content: "";
}

.fa-parking-circle-slash:before {
  content: "";
}

.fa-parking-slash:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paw-alt:before {
  content: "";
}

.fa-paw-claws:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pegasus:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-paintbrush:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-pennant:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-person-carry:before {
  content: "";
}

.fa-person-dolly:before {
  content: "";
}

.fa-person-dolly-empty:before {
  content: "";
}

.fa-person-sign:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-laptop:before {
  content: "";
}

.fa-phone-office:before {
  content: "";
}

.fa-phone-plus:before {
  content: "";
}

.fa-phone-rotary:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pi:before {
  content: "";
}

.fa-piano:before {
  content: "";
}

.fa-piano-keyboard:before {
  content: "";
}

.fa-pie:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-pig:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-alt:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "";
}

.fa-planet-moon:before {
  content: "";
}

.fa-planet-ringed:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-hexagon:before {
  content: "";
}

.fa-plus-octagon:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-podium:before {
  content: "";
}

.fa-podium-star:before {
  content: "";
}

.fa-police-box:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poll-people:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-popcorn:before {
  content: "";
}

.fa-portal-enter:before {
  content: "";
}

.fa-portal-exit:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-presentation:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-print-search:before {
  content: "";
}

.fa-print-slash:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-projector:before {
  content: "";
}

.fa-pump-medical:before {
  content: "";
}

.fa-pump-soap:before {
  content: "";
}

.fa-pumpkin:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-question-square:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-rabbit:before {
  content: "";
}

.fa-rabbit-fast:before {
  content: "";
}

.fa-racquet:before {
  content: "";
}

.fa-radar:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-radio:before {
  content: "";
}

.fa-radio-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-raindrops:before {
  content: "";
}

.fa-ram:before {
  content: "";
}

.fa-ramp-loading:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-raygun:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-rectangle-landscape:before {
  content: "";
}

.fa-rectangle-portrait:before {
  content: "";
}

.fa-rectangle-wide:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-refrigerator:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-repeat:before {
  content: "";
}

.fa-repeat-1:before {
  content: "";
}

.fa-repeat-1-alt:before {
  content: "";
}

.fa-repeat-alt:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-retweet-alt:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-rings-wedding:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocket-launch:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-route-highway:before {
  content: "";
}

.fa-route-interstate:before {
  content: "";
}

.fa-router:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-triangle:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-rv:before {
  content: "";
}

.fa-sack:before {
  content: "";
}

.fa-sack-dollar:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salad:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sandwich:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-sausage:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-sax-hot:before {
  content: "";
}

.fa-saxophone:before {
  content: "";
}

.fa-scalpel:before {
  content: "";
}

.fa-scalpel-path:before {
  content: "";
}

.fa-scanner:before {
  content: "";
}

.fa-scanner-image:before {
  content: "";
}

.fa-scanner-keyboard:before {
  content: "";
}

.fa-scanner-touchscreen:before {
  content: "";
}

.fa-scarecrow:before {
  content: "";
}

.fa-scarf:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-scroll-old:before {
  content: "";
}

.fa-scrubber:before {
  content: "";
}

.fa-scythe:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-send-back:before {
  content: "";
}

.fa-send-backward:before {
  content: "";
}

.fa-sensor:before {
  content: "";
}

.fa-sensor-alert:before {
  content: "";
}

.fa-sensor-fire:before {
  content: "";
}

.fa-sensor-on:before {
  content: "";
}

.fa-sensor-smoke:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-all:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-sheep:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-check:before {
  content: "";
}

.fa-shield-cross:before {
  content: "";
}

.fa-shield-virus:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shipping-timed:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shish-kebab:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shovel:before {
  content: "";
}

.fa-shovel-snow:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shredder:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-shuttlecock:before {
  content: "";
}

.fa-sickle:before {
  content: "";
}

.fa-sigma:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signal-1:before {
  content: "";
}

.fa-signal-2:before {
  content: "";
}

.fa-signal-3:before {
  content: "";
}

.fa-signal-4:before {
  content: "";
}

.fa-signal-alt:before {
  content: "";
}

.fa-signal-alt-1:before {
  content: "";
}

.fa-signal-alt-2:before {
  content: "";
}

.fa-signal-alt-3:before {
  content: "";
}

.fa-signal-alt-slash:before {
  content: "";
}

.fa-signal-slash:before {
  content: "";
}

.fa-signal-stream:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "";
}

.fa-siren:before {
  content: "";
}

.fa-siren-on:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-skeleton:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-ski-jump:before {
  content: "";
}

.fa-ski-lift:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-cow:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sledding:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-sliders-h-square:before {
  content: "";
}

.fa-sliders-v:before {
  content: "";
}

.fa-sliders-v-square:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-plus:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoke:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snake:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snooze:before {
  content: "";
}

.fa-snow-blowing:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowflakes:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowmobile:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-solar-system:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-circle:before {
  content: "";
}

.fa-sort-circle-down:before {
  content: "";
}

.fa-sort-circle-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-shapes-down:before {
  content: "";
}

.fa-sort-shapes-down-alt:before {
  content: "";
}

.fa-sort-shapes-up:before {
  content: "";
}

.fa-sort-shapes-up-alt:before {
  content: "";
}

.fa-sort-size-down:before {
  content: "";
}

.fa-sort-size-down-alt:before {
  content: "";
}

.fa-sort-size-up:before {
  content: "";
}

.fa-sort-size-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-soup:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-space-station-moon:before {
  content: "";
}

.fa-space-station-moon-alt:before {
  content: "";
}

.fa-spade:before {
  content: "";
}

.fa-sparkles:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-speakers:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spider-black-widow:before {
  content: "";
}

.fa-spider-web:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spinner-third:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-sprinkler:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-squirrel:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-staff:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-christmas:before {
  content: "";
}

.fa-star-exclamation:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-star-shooting:before {
  content: "";
}

.fa-starfighter:before {
  content: "";
}

.fa-starfighter-alt:before {
  content: "";
}

.fa-stars:before {
  content: "";
}

.fa-starship:before {
  content: "";
}

.fa-starship-freighter:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steak:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-steering-wheel:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stocking:before {
  content: "";
}

.fa-stomach:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "";
}

.fa-store-slash:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-stretcher:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-sun-cloud:before {
  content: "";
}

.fa-sun-dust:before {
  content: "";
}

.fa-sun-haze:before {
  content: "";
}

.fa-sunglasses:before {
  content: "";
}

.fa-sunrise:before {
  content: "";
}

.fa-sunset:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-sword:before {
  content: "";
}

.fa-sword-laser:before {
  content: "";
}

.fa-sword-laser-alt:before {
  content: "";
}

.fa-swords:before {
  content: "";
}

.fa-swords-laser:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablet-android:before {
  content: "";
}

.fa-tablet-android-alt:before {
  content: "";
}

.fa-tablet-rugged:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tachometer-alt-average:before {
  content: "";
}

.fa-tachometer-alt-fast:before {
  content: "";
}

.fa-tachometer-alt-fastest:before {
  content: "";
}

.fa-tachometer-alt-slow:before {
  content: "";
}

.fa-tachometer-alt-slowest:before {
  content: "";
}

.fa-tachometer-average:before {
  content: "";
}

.fa-tachometer-fast:before {
  content: "";
}

.fa-tachometer-fastest:before {
  content: "";
}

.fa-tachometer-slow:before {
  content: "";
}

.fa-tachometer-slowest:before {
  content: "";
}

.fa-taco:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tally:before {
  content: "";
}

.fa-tanakh:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-tasks-alt:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-telescope:before {
  content: "";
}

.fa-temperature-down:before {
  content: "";
}

.fa-temperature-frigid:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-hot:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-temperature-up:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-tennis-ball:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-size:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-theta:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-thunderstorm:before {
  content: "";
}

.fa-thunderstorm-moon:before {
  content: "";
}

.fa-thunderstorm-sun:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-tilde:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-times-hexagon:before {
  content: "";
}

.fa-times-octagon:before {
  content: "";
}

.fa-times-square:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tire:before {
  content: "";
}

.fa-tire-flat:before {
  content: "";
}

.fa-tire-pressure-warning:before {
  content: "";
}

.fa-tire-rugged:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-alt:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "";
}

.fa-tombstone:before {
  content: "";
}

.fa-tombstone-alt:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-toothbrush:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tornado:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-cone:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-traffic-light-go:before {
  content: "";
}

.fa-traffic-light-slow:before {
  content: "";
}

.fa-traffic-light-stop:before {
  content: "";
}

.fa-trailer:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-transporter:before {
  content: "";
}

.fa-transporter-1:before {
  content: "";
}

.fa-transporter-2:before {
  content: "";
}

.fa-transporter-3:before {
  content: "";
}

.fa-transporter-empty:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-trash-undo:before {
  content: "";
}

.fa-trash-undo-alt:before {
  content: "";
}

.fa-treasure-chest:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-tree-alt:before {
  content: "";
}

.fa-tree-christmas:before {
  content: "";
}

.fa-tree-decorated:before {
  content: "";
}

.fa-tree-large:before {
  content: "";
}

.fa-tree-palm:before {
  content: "";
}

.fa-trees:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-triangle:before {
  content: "";
}

.fa-triangle-music:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-trophy-alt:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-container:before {
  content: "";
}

.fa-truck-couch:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-truck-plow:before {
  content: "";
}

.fa-truck-ramp:before {
  content: "";
}

.fa-trumpet:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-turkey:before {
  content: "";
}

.fa-turntable:before {
  content: "";
}

.fa-turtle:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-tv-alt:before {
  content: "";
}

.fa-tv-music:before {
  content: "";
}

.fa-tv-retro:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typewriter:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-ufo:before {
  content: "";
}

.fa-ufo-beam:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-unicorn:before {
  content: "";
}

.fa-union:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-usb-drive:before {
  content: "";
}

.fa-usd-circle:before {
  content: "";
}

.fa-usd-square:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alien:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-chart:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-cowboy:before {
  content: "";
}

.fa-user-crown:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-hard-hat:before {
  content: "";
}

.fa-user-headset:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-md-chat:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-music:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-robot:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-user-unlock:before {
  content: "";
}

.fa-user-visor:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-class:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-crown:before {
  content: "";
}

.fa-users-medical:before {
  content: "";
}

.fa-users-slash:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-fork:before {
  content: "";
}

.fa-utensil-knife:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-utensils-alt:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vacuum:before {
  content: "";
}

.fa-vacuum-robot:before {
  content: "";
}

.fa-value-absolute:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-vest:before {
  content: "";
}

.fa-vest-patches:before {
  content: "";
}

.fa-vhs:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-plus:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-violin:before {
  content: "";
}

.fa-virus:before {
  content: "";
}

.fa-virus-slash:before {
  content: "";
}

.fa-viruses:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volcano:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-slash:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-nay:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-wagon-covered:before {
  content: "";
}

.fa-walker:before {
  content: "";
}

.fa-walkie-talkie:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-wand:before {
  content: "";
}

.fa-wand-magic:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-warehouse-alt:before {
  content: "";
}

.fa-washer:before {
  content: "";
}

.fa-watch:before {
  content: "";
}

.fa-watch-calculator:before {
  content: "";
}

.fa-watch-fitness:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-water-lower:before {
  content: "";
}

.fa-water-rise:before {
  content: "";
}

.fa-wave-sine:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-wave-triangle:before {
  content: "";
}

.fa-waveform:before {
  content: "";
}

.fa-waveform-path:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-webcam:before {
  content: "";
}

.fa-webcam-slash:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whale:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheat:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whistle:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wifi-1:before {
  content: "";
}

.fa-wifi-2:before {
  content: "";
}

.fa-wifi-slash:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-wind-turbine:before {
  content: "";
}

.fa-wind-warning:before {
  content: "";
}

.fa-window:before {
  content: "";
}

.fa-window-alt:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-frame:before {
  content: "";
}

.fa-window-frame-open:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-windsock:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wreath:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

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

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

/*!
 * Font Awesome Pro 5.15.4 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("./../../../lib/vendor/@fortawesome/fontawesome-pro/webfonts/fa-brands-400.eot");
  src: url("./../../../lib/vendor/@fortawesome/fontawesome-pro/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("./../../../lib/vendor/@fortawesome/fontawesome-pro/webfonts/fa-brands-400.woff2") format("woff2"), url("./../../../lib/vendor/@fortawesome/fontawesome-pro/webfonts/fa-brands-400.woff") format("woff"), url("./../../../lib/vendor/@fortawesome/fontawesome-pro/webfonts/fa-brands-400.ttf") format("truetype"), url("./../../../lib/vendor/@fortawesome/fontawesome-pro/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.4 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("./../../../lib/vendor/@fortawesome/fontawesome-pro/webfonts/fa-regular-400.eot");
  src: url("./../../../lib/vendor/@fortawesome/fontawesome-pro/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("./../../../lib/vendor/@fortawesome/fontawesome-pro/webfonts/fa-regular-400.woff2") format("woff2"), url("./../../../lib/vendor/@fortawesome/fontawesome-pro/webfonts/fa-regular-400.woff") format("woff"), url("./../../../lib/vendor/@fortawesome/fontawesome-pro/webfonts/fa-regular-400.ttf") format("truetype"), url("./../../../lib/vendor/@fortawesome/fontawesome-pro/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.4 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("./../../../lib/vendor/@fortawesome/fontawesome-pro/webfonts/fa-light-300.eot");
  src: url("./../../../lib/vendor/@fortawesome/fontawesome-pro/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("./../../../lib/vendor/@fortawesome/fontawesome-pro/webfonts/fa-light-300.woff2") format("woff2"), url("./../../../lib/vendor/@fortawesome/fontawesome-pro/webfonts/fa-light-300.woff") format("woff"), url("./../../../lib/vendor/@fortawesome/fontawesome-pro/webfonts/fa-light-300.ttf") format("truetype"), url("./../../../lib/vendor/@fortawesome/fontawesome-pro/webfonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa.fa-glass:before {
  content: "";
}

.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "";
}

.fa.fa-remove:before {
  content: "";
}

.fa.fa-close:before {
  content: "";
}

.fa.fa-gear:before {
  content: "";
}

.fa.fa-trash-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "";
}

.fa.fa-file-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "";
}

.fa.fa-clock-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "";
}

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "";
}

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "";
}

.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "";
}

.fa.fa-repeat:before {
  content: "";
}

.fa.fa-rotate-right:before {
  content: "";
}

.fa.fa-refresh:before {
  content: "";
}

.fa.fa-list-alt {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "";
}

.fa.fa-video-camera:before {
  content: "";
}

.fa.fa-picture-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "";
}

.fa.fa-photo {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "";
}

.fa.fa-image {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-image:before {
  content: "";
}

.fa.fa-pencil:before {
  content: "";
}

.fa.fa-map-marker:before {
  content: "";
}

.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "";
}

.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "";
}

.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "";
}

.fa.fa-arrows:before {
  content: "";
}

.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "";
}

.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "";
}

.fa.fa-mail-forward:before {
  content: "";
}

.fa.fa-expand:before {
  content: "";
}

.fa.fa-compress:before {
  content: "";
}

.fa.fa-eye {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "";
}

.fa.fa-calendar:before {
  content: "";
}

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

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

.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bar-chart:before {
  content: "";
}

.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bar-chart-o:before {
  content: "";
}

.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gears:before {
  content: "";
}

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "";
}

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "";
}

.fa.fa-heart-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "";
}

.fa.fa-sign-out:before {
  content: "";
}

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "";
}

.fa.fa-thumb-tack:before {
  content: "";
}

.fa.fa-external-link:before {
  content: "";
}

.fa.fa-sign-in:before {
  content: "";
}

.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "";
}

.fa.fa-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "";
}

.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "";
}

.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "";
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "";
}

.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "";
}

.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "";
}

.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "";
}

.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "";
}

.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "";
}

.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "";
}

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

.fa.fa-group:before {
  content: "";
}

.fa.fa-chain:before {
  content: "";
}

.fa.fa-scissors:before {
  content: "";
}

.fa.fa-files-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "";
}

.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "";
}

.fa.fa-navicon:before {
  content: "";
}

.fa.fa-reorder:before {
  content: "";
}

.fa.fa-pinterest {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "";
}

.fa.fa-money {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-money:before {
  content: "";
}

.fa.fa-unsorted:before {
  content: "";
}

.fa.fa-sort-desc:before {
  content: "";
}

.fa.fa-sort-asc:before {
  content: "";
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "";
}

.fa.fa-rotate-left:before {
  content: "";
}

.fa.fa-legal:before {
  content: "";
}

.fa.fa-tachometer:before {
  content: "";
}

.fa.fa-dashboard:before {
  content: "";
}

.fa.fa-comment-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "";
}

.fa.fa-comments-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "";
}

.fa.fa-flash:before {
  content: "";
}

.fa.fa-clipboard {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-paste {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-paste:before {
  content: "";
}

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "";
}

.fa.fa-exchange:before {
  content: "";
}

.fa.fa-cloud-download:before {
  content: "";
}

.fa.fa-cloud-upload:before {
  content: "";
}

.fa.fa-bell-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "";
}

.fa.fa-cutlery:before {
  content: "";
}

.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "";
}

.fa.fa-building-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "";
}

.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "";
}

.fa.fa-tablet:before {
  content: "";
}

.fa.fa-mobile:before {
  content: "";
}

.fa.fa-mobile-phone:before {
  content: "";
}

.fa.fa-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "";
}

.fa.fa-mail-reply:before {
  content: "";
}

.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "";
}

.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "";
}

.fa.fa-smile-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "";
}

.fa.fa-frown-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "";
}

.fa.fa-meh-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "";
}

.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "";
}

.fa.fa-flag-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "";
}

.fa.fa-mail-reply-all:before {
  content: "";
}

.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "";
}

.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "";
}

.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "";
}

.fa.fa-code-fork:before {
  content: "";
}

.fa.fa-chain-broken:before {
  content: "";
}

.fa.fa-shield:before {
  content: "";
}

.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "";
}

.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "";
}

.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "";
}

.fa.fa-level-up:before {
  content: "";
}

.fa.fa-level-down:before {
  content: "";
}

.fa.fa-pencil-square:before {
  content: "";
}

.fa.fa-external-link-square:before {
  content: "";
}

.fa.fa-compass {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "";
}

.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "";
}

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "";
}

.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "";
}

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "";
}

.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "";
}

.fa.fa-eur:before {
  content: "";
}

.fa.fa-euro:before {
  content: "";
}

.fa.fa-gbp:before {
  content: "";
}

.fa.fa-usd:before {
  content: "";
}

.fa.fa-dollar:before {
  content: "";
}

.fa.fa-inr:before {
  content: "";
}

.fa.fa-rupee:before {
  content: "";
}

.fa.fa-jpy:before {
  content: "";
}

.fa.fa-cny:before {
  content: "";
}

.fa.fa-rmb:before {
  content: "";
}

.fa.fa-yen:before {
  content: "";
}

.fa.fa-rub:before {
  content: "";
}

.fa.fa-ruble:before {
  content: "";
}

.fa.fa-rouble:before {
  content: "";
}

.fa.fa-krw:before {
  content: "";
}

.fa.fa-won:before {
  content: "";
}

.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "";
}

.fa.fa-file-text:before {
  content: "";
}

.fa.fa-sort-alpha-asc:before {
  content: "";
}

.fa.fa-sort-alpha-desc:before {
  content: "";
}

.fa.fa-sort-amount-asc:before {
  content: "";
}

.fa.fa-sort-amount-desc:before {
  content: "";
}

.fa.fa-sort-numeric-asc:before {
  content: "";
}

.fa.fa-sort-numeric-desc:before {
  content: "";
}

.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "";
}

.fa.fa-dropbox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-adn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "";
}

.fa.fa-tumblr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-long-arrow-down:before {
  content: "";
}

.fa.fa-long-arrow-up:before {
  content: "";
}

.fa.fa-long-arrow-left:before {
  content: "";
}

.fa.fa-long-arrow-right:before {
  content: "";
}

.fa.fa-apple {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-android {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linux {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skype {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-trello {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "";
}

.fa.fa-sun-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "";
}

.fa.fa-moon-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "";
}

.fa.fa-vk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-renren {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "";
}

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "";
}

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "";
}

.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "";
}

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "";
}

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-try:before {
  content: "";
}

.fa.fa-turkish-lira:before {
  content: "";
}

.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "";
}

.fa.fa-slack {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-openid {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "";
}

.fa.fa-bank:before {
  content: "";
}

.fa.fa-mortar-board:before {
  content: "";
}

.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-digg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "";
}

.fa.fa-behance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-automobile:before {
  content: "";
}

.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "";
}

.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-deviantart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "";
}

.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "";
}

.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "";
}

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "";
}

.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "";
}

.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "";
}

.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "";
}

.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "";
}

.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "";
}

.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "";
}

.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "";
}

.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "";
}

.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "";
}

.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "";
}

.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "";
}

.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "";
}

.fa.fa-life-saver {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "";
}

.fa.fa-support {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-support:before {
  content: "";
}

.fa.fa-circle-o-notch:before {
  content: "";
}

.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "";
}

.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "";
}

.fa.fa-empire {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "";
}

.fa.fa-git-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-git {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "";
}

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "";
}

.fa.fa-tencent-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-qq {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "";
}

.fa.fa-send:before {
  content: "";
}

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "";
}

.fa.fa-send-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "";
}

.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "";
}

.fa.fa-header:before {
  content: "";
}

.fa.fa-sliders:before {
  content: "";
}

.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "";
}

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "";
}

.fa.fa-slideshare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "";
}

.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "";
}

.fa.fa-trash:before {
  content: "";
}

.fa.fa-copyright {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "";
}

.fa.fa-area-chart:before {
  content: "";
}

.fa.fa-pie-chart:before {
  content: "";
}

.fa.fa-line-chart:before {
  content: "";
}

.fa.fa-lastfm {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "";
}

.fa.fa-ils:before {
  content: "";
}

.fa.fa-shekel:before {
  content: "";
}

.fa.fa-sheqel:before {
  content: "";
}

.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-meanpath:before {
  content: "";
}

.fa.fa-buysellads {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "";
}

.fa.fa-intersex:before {
  content: "";
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "";
}

.fa.fa-pinterest-p {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "";
}

.fa.fa-viacoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-medium {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "";
}

.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-battery-4:before {
  content: "";
}

.fa.fa-battery:before {
  content: "";
}

.fa.fa-battery-3:before {
  content: "";
}

.fa.fa-battery-2:before {
  content: "";
}

.fa.fa-battery-1:before {
  content: "";
}

.fa.fa-battery-0:before {
  content: "";
}

.fa.fa-object-group {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "";
}

.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-clone {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "";
}

.fa.fa-hourglass-1:before {
  content: "";
}

.fa.fa-hourglass-2:before {
  content: "";
}

.fa.fa-hourglass-3:before {
  content: "";
}

.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "";
}

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "";
}

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "";
}

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "";
}

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "";
}

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "";
}

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "";
}

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "";
}

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "";
}

.fa.fa-registered {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-safari {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opera {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-television:before {
  content: "";
}

.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-500px {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "";
}

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "";
}

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "";
}

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "";
}

.fa.fa-map-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "";
}

.fa.fa-commenting:before {
  content: "";
}

.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "";
}

.fa.fa-houzz {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "";
}

.fa.fa-black-tie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-edge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "";
}

.fa.fa-codiepie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-modx {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "";
}

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "";
}

.fa.fa-bluetooth {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-envira {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "";
}

.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "";
}

.fa.fa-volume-control-phone:before {
  content: "";
}

.fa.fa-asl-interpreting:before {
  content: "";
}

.fa.fa-deafness:before {
  content: "";
}

.fa.fa-hard-of-hearing:before {
  content: "";
}

.fa.fa-glide {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "";
}

.fa.fa-viadeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "";
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "";
}

.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "";
}

.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "";
}

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "";
}

.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "";
}

.fa.fa-vcard:before {
  content: "";
}

.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "";
}

.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "";
}

.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "";
}

.fa.fa-user-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "";
}

.fa.fa-id-badge {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "";
}

.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "";
}

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "";
}

.fa.fa-quora {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "";
}

.fa.fa-thermometer:before {
  content: "";
}

.fa.fa-thermometer-3:before {
  content: "";
}

.fa.fa-thermometer-2:before {
  content: "";
}

.fa.fa-thermometer-1:before {
  content: "";
}

.fa.fa-thermometer-0:before {
  content: "";
}

.fa.fa-bathtub:before {
  content: "";
}

.fa.fa-s15:before {
  content: "";
}

.fa.fa-window-maximize {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "";
}

.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "";
}

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "";
}

.fa.fa-bandcamp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-grav {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "";
}

.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "";
}

.fa.fa-superpowers {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cab:before {
  content: "";
}

.hwm-borderbox {
  background-color: #fff;
  border: 15px solid #ededed;
  padding: 15px;
  height: 100%;
  width: 100%;
  position: relative;
}

.hwm-borderbox.hwm-box-color-a {
  border-color: #b6dc3c;
}

.hwm-borderbox.hwm-box-color-b {
  border-color: #6f851f;
}

.hwm-borderbox.hwm-box-color-c {
  border-color: #004D87;
}

.hwm-borderbox.hwm-box-color-d {
  border-color: #009EE2;
}

.hwm-borderbox.hwm-box-color-e {
  border-color: #EBC000;
}

.hwm-borderbox.hwm-box-color-f {
  border-color: #706F6F;
}

.hwm-borderbox.hwm-box-color-g {
  border-color: #EDEDED;
}

.hwm-borderbox.hwm-box-color-h {
  border-color: #97cdd2;
}

.hwm-borderbox.hwm-box-color-i {
  border-color: #6287b5;
}

.hwm-borderbox.hwm-box-color-j {
  border-color: #5bc5f2;
}

.hwm-borderbox.hwm-box-color-k {
  border-color: #ed7019;
}

.hwm-borderbox.hwm-box-color-l {
  border-color: #6f851f;
}

.hwm-borderbox.hwm-box-color-m {
  border-color: #c3ff00;
}

.hwm-borderbox.hwm-box-color-n {
  border-color: #ced4da;
}

.boxLeft .hwm-borderbox {
  width: calc(100% + 15px );
}

.boxRight .hwm-borderbox {
  margin-left: -15px;
  left: auto;
  width: calc(100% + 15px );
}

.hwm-borderbox.boxTop .dropdown-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #6f851f;
  background-clip: padding-box;
  border: none;
}
.hwm-borderbox.boxTop .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.hwm-borderbox.boxTop .dropdown-item:hover {
  color: inherit;
  background: rgba(255, 255, 255, 0.3);
}

.c-a .hwm-borderbox.boxTop {
  border-color: #b6dc3c;
}

.boxIcon .hwm-box-color-a {
  border-color: #b6dc3c;
}

.c-b .hwm-borderbox.boxTop {
  border-color: #6f851f;
}

.boxIcon .hwm-box-color-b {
  border-color: #6f851f;
}

.c-c .hwm-borderbox.boxTop {
  border-color: #004D87;
}

.boxIcon .hwm-box-color-c {
  border-color: #004D87;
}

.c-d .hwm-borderbox.boxTop {
  border-color: #009EE2;
}

.boxIcon .hwm-box-color-d {
  border-color: #009EE2;
}

.c-e .hwm-borderbox.boxTop {
  border-color: #EBC000;
}

.boxIcon .hwm-box-color-e {
  border-color: #EBC000;
}

.c-f .hwm-borderbox.boxTop {
  border-color: #706F6F;
}

.boxIcon .hwm-box-color-f {
  border-color: #706F6F;
}

.c-g .hwm-borderbox.boxTop {
  border-color: #EDEDED;
}

.boxIcon .hwm-box-color-g {
  border-color: #EDEDED;
}

.c-h .hwm-borderbox.boxTop {
  border-color: #97cdd2;
}

.boxIcon .hwm-box-color-h {
  border-color: #97cdd2;
}

.c-i .hwm-borderbox.boxTop {
  border-color: #6287b5;
}

.boxIcon .hwm-box-color-i {
  border-color: #6287b5;
}

.c-j .hwm-borderbox.boxTop {
  border-color: #5bc5f2;
}

.boxIcon .hwm-box-color-j {
  border-color: #5bc5f2;
}

.c-k .hwm-borderbox.boxTop {
  border-color: #ed7019;
}

.boxIcon .hwm-box-color-k {
  border-color: #ed7019;
}

.c-l .hwm-borderbox.boxTop {
  border-color: #6f851f;
}

.boxIcon .hwm-box-color-l {
  border-color: #6f851f;
}

.c-m .hwm-borderbox.boxTop {
  border-color: #c3ff00;
}

.boxIcon .hwm-box-color-m {
  border-color: #c3ff00;
}

.c-n .hwm-borderbox.boxTop {
  border-color: #ced4da;
}

.boxIcon .hwm-box-color-n {
  border-color: #ced4da;
}

.hwm-contentbox {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.hwm-border-pliably {
  border-right: 7.5px solid #ededed;
}

.hwm-h-90 {
  height: 90% !important;
}

.hwm-h-10 {
  height: 10% !important;
}

.hwm-footer-box {
  color: #ffffff;
  padding-left: 0;
  padding-right: 0;
}
.hwm-footer-box a {
  color: inherit;
}
.hwm-footer-box a:hover {
  color: inherit;
}

@media (min-width: 992px) {
  .hwm-footer-box {
    font-size: 1.0125rem;
  }
}
.hwm-icon-box {
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
  padding: 50% 7.5px;
}
.hwm-icon-box .fa {
  color: #B2B2B2;
}
.hwm-icon-box a {
  color: #B2B2B2 !important;
}
.hwm-icon-box p {
  margin-bottom: 0;
}

.hwm-footer-contentbox {
  width: 100%;
}

.hwm-dwl-box-txt {
  font-size: 0.75rem;
  flex: 0 0 70%;
  max-width: 70%;
  padding: 7.5px;
}
.hwm-dwl-box-icon {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  padding: 7.5px;
  color: #fff;
  background-color: #b6dc3c;
  margin-right: 5%;
}

@media (max-width: 767.98px) {
  .boxLeft .hwm-borderbox,
.boxRight .hwm-borderbox,
.hwm-borderbox {
    margin: 0px;
    width: 100%;
  }

  .boxLeft {
    margin-bottom: 15px;
  }
}
.hwm-icon-box {
  font-size: 0.45rem;
}

@media (min-width: 576px) {
  .hwm-icon-box {
    font-size: 0.84375rem;
  }
}
@media (min-width: 768px) {
  .hwm-icon-box {
    font-size: 0.675rem;
  }

  .hwm-footer-contentbox {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .hwm-icon-box {
    font-size: 0.84375rem;
  }
}
@media (min-width: 1200px) {
  .hwm-icon-box {
    padding: 35% 7.5px;
    font-size: 1.0125rem;
  }
}
.hwm-btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.25rem 1.75rem;
  font-size: 1rem;
  line-height: 1.25;
  transition: all 0.15s ease-in-out;
}

.hwm-btn.btn-primary {
  color: #fff;
  background-color: #b6dc3c;
  border-color: #b6dc3c;
}
.hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #aed827;
  border-color: #aed827;
}
.hwm-btn.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 115, 152, 0.5);
}

.hw-container {
  position: relative;
}

.btn.c-a {
  color: #fff;
  border-color: #b6dc3c;
  background-color: #b6dc3c;
}
.btn.c-a:hover {
  color: #fff;
  background-color: #aed827 !important;
  border-color: #aed827 !important;
}
.btn.c-a:focus {
  box-shadow: 0 0 0 3px rgba(182, 220, 60, 0.5) !important;
}

.c-a .hwm-btn {
  border-color: #b6dc3c;
  background-color: #b6dc3c;
}

.c-a.hwm-btn {
  border-color: #b6dc3c !important;
  background-color: #b6dc3c !important;
}

.c-a.hwm-btn:after {
  border-color: #b6dc3c !important;
}
.c-a.hwm-btn:after:hover {
  color: #fff;
  background-color: #aed827;
  border-color: #aed827;
}
.c-a.hwm-btn:after:focus {
  box-shadow: 0 0 0 3px rgba(182, 220, 60, 0.5);
}

.c-a .hwm-border-bottom:after,
.c-a .hwm-btn:after {
  border-color: #b6dc3c;
}

.hwm-border-bottom.c-a:after {
  border-color: #b6dc3c !important;
}

.c-a .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #aed827;
  border-color: #aed827;
}

.hwm-box-color-a .hwm-btn:after,
.hwm-box-color-a .hwm-contentbox .hwm-btn:after {
  border-color: #b6dc3c;
}
.hwm-box-color-a .hwm-btn.btn-primary,
.hwm-box-color-a .hwm-contentbox .hwm-btn.btn-primary {
  color: #fff;
  background-color: #b6dc3c;
  border-color: #b6dc3c;
}
.hwm-box-color-a .hwm-btn.btn-primary:hover,
.hwm-box-color-a .hwm-contentbox .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #aed827;
  border-color: #aed827;
}
.hwm-box-color-a .hwm-btn.btn-primary:focus,
.hwm-box-color-a .hwm-contentbox .hwm-btn.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 115, 152, 0.5);
}

.hwm-box-color-a .hwm-contentbox .hwm-btn:after {
  border-color: #b6dc3c;
}

.btn.c-b {
  color: #fff;
  border-color: #6f851f;
  background-color: #6f851f;
}
.btn.c-b:hover {
  color: #fff;
  background-color: #5e701a !important;
  border-color: #5e701a !important;
}
.btn.c-b:focus {
  box-shadow: 0 0 0 3px rgba(111, 133, 31, 0.5) !important;
}

.c-b .hwm-btn {
  border-color: #6f851f;
  background-color: #6f851f;
}

.c-b.hwm-btn {
  border-color: #6f851f !important;
  background-color: #6f851f !important;
}

.c-b.hwm-btn:after {
  border-color: #6f851f !important;
}
.c-b.hwm-btn:after:hover {
  color: #fff;
  background-color: #5e701a;
  border-color: #5e701a;
}
.c-b.hwm-btn:after:focus {
  box-shadow: 0 0 0 3px rgba(111, 133, 31, 0.5);
}

.c-b .hwm-border-bottom:after,
.c-b .hwm-btn:after {
  border-color: #6f851f;
}

.hwm-border-bottom.c-b:after {
  border-color: #6f851f !important;
}

.c-b .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #5e701a;
  border-color: #5e701a;
}

.hwm-box-color-b .hwm-btn:after,
.hwm-box-color-b .hwm-contentbox .hwm-btn:after {
  border-color: #6f851f;
}
.hwm-box-color-b .hwm-btn.btn-primary,
.hwm-box-color-b .hwm-contentbox .hwm-btn.btn-primary {
  color: #fff;
  background-color: #6f851f;
  border-color: #6f851f;
}
.hwm-box-color-b .hwm-btn.btn-primary:hover,
.hwm-box-color-b .hwm-contentbox .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #5e701a;
  border-color: #5e701a;
}
.hwm-box-color-b .hwm-btn.btn-primary:focus,
.hwm-box-color-b .hwm-contentbox .hwm-btn.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 115, 152, 0.5);
}

.hwm-box-color-b .hwm-contentbox .hwm-btn:after {
  border-color: #6f851f;
}

.btn.c-c {
  color: #fff;
  border-color: #004D87;
  background-color: #004D87;
}
.btn.c-c:hover {
  color: #fff;
  background-color: #003e6e !important;
  border-color: #003e6e !important;
}
.btn.c-c:focus {
  box-shadow: 0 0 0 3px rgba(0, 77, 135, 0.5) !important;
}

.c-c .hwm-btn {
  border-color: #004D87;
  background-color: #004D87;
}

.c-c.hwm-btn {
  border-color: #004D87 !important;
  background-color: #004D87 !important;
}

.c-c.hwm-btn:after {
  border-color: #004D87 !important;
}
.c-c.hwm-btn:after:hover {
  color: #fff;
  background-color: #003e6e;
  border-color: #003e6e;
}
.c-c.hwm-btn:after:focus {
  box-shadow: 0 0 0 3px rgba(0, 77, 135, 0.5);
}

.c-c .hwm-border-bottom:after,
.c-c .hwm-btn:after {
  border-color: #004D87;
}

.hwm-border-bottom.c-c:after {
  border-color: #004D87 !important;
}

.c-c .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #003e6e;
  border-color: #003e6e;
}

.hwm-box-color-c .hwm-btn:after,
.hwm-box-color-c .hwm-contentbox .hwm-btn:after {
  border-color: #004D87;
}
.hwm-box-color-c .hwm-btn.btn-primary,
.hwm-box-color-c .hwm-contentbox .hwm-btn.btn-primary {
  color: #fff;
  background-color: #004D87;
  border-color: #004D87;
}
.hwm-box-color-c .hwm-btn.btn-primary:hover,
.hwm-box-color-c .hwm-contentbox .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #003e6e;
  border-color: #003e6e;
}
.hwm-box-color-c .hwm-btn.btn-primary:focus,
.hwm-box-color-c .hwm-contentbox .hwm-btn.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 115, 152, 0.5);
}

.hwm-box-color-c .hwm-contentbox .hwm-btn:after {
  border-color: #004D87;
}

.btn.c-d {
  color: #fff;
  border-color: #009EE2;
  background-color: #009EE2;
}
.btn.c-d:hover {
  color: #fff;
  background-color: #008cc9 !important;
  border-color: #008cc9 !important;
}
.btn.c-d:focus {
  box-shadow: 0 0 0 3px rgba(0, 158, 226, 0.5) !important;
}

.c-d .hwm-btn {
  border-color: #009EE2;
  background-color: #009EE2;
}

.c-d.hwm-btn {
  border-color: #009EE2 !important;
  background-color: #009EE2 !important;
}

.c-d.hwm-btn:after {
  border-color: #009EE2 !important;
}
.c-d.hwm-btn:after:hover {
  color: #fff;
  background-color: #008cc9;
  border-color: #008cc9;
}
.c-d.hwm-btn:after:focus {
  box-shadow: 0 0 0 3px rgba(0, 158, 226, 0.5);
}

.c-d .hwm-border-bottom:after,
.c-d .hwm-btn:after {
  border-color: #009EE2;
}

.hwm-border-bottom.c-d:after {
  border-color: #009EE2 !important;
}

.c-d .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #008cc9;
  border-color: #008cc9;
}

.hwm-box-color-d .hwm-btn:after,
.hwm-box-color-d .hwm-contentbox .hwm-btn:after {
  border-color: #009EE2;
}
.hwm-box-color-d .hwm-btn.btn-primary,
.hwm-box-color-d .hwm-contentbox .hwm-btn.btn-primary {
  color: #fff;
  background-color: #009EE2;
  border-color: #009EE2;
}
.hwm-box-color-d .hwm-btn.btn-primary:hover,
.hwm-box-color-d .hwm-contentbox .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #008cc9;
  border-color: #008cc9;
}
.hwm-box-color-d .hwm-btn.btn-primary:focus,
.hwm-box-color-d .hwm-contentbox .hwm-btn.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 115, 152, 0.5);
}

.hwm-box-color-d .hwm-contentbox .hwm-btn:after {
  border-color: #009EE2;
}

.btn.c-e {
  color: #fff;
  border-color: #EBC000;
  background-color: #EBC000;
}
.btn.c-e:hover {
  color: #fff;
  background-color: #d2ab00 !important;
  border-color: #d2ab00 !important;
}
.btn.c-e:focus {
  box-shadow: 0 0 0 3px rgba(235, 192, 0, 0.5) !important;
}

.c-e .hwm-btn {
  border-color: #EBC000;
  background-color: #EBC000;
}

.c-e.hwm-btn {
  border-color: #EBC000 !important;
  background-color: #EBC000 !important;
}

.c-e.hwm-btn:after {
  border-color: #EBC000 !important;
}
.c-e.hwm-btn:after:hover {
  color: #fff;
  background-color: #d2ab00;
  border-color: #d2ab00;
}
.c-e.hwm-btn:after:focus {
  box-shadow: 0 0 0 3px rgba(235, 192, 0, 0.5);
}

.c-e .hwm-border-bottom:after,
.c-e .hwm-btn:after {
  border-color: #EBC000;
}

.hwm-border-bottom.c-e:after {
  border-color: #EBC000 !important;
}

.c-e .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #d2ab00;
  border-color: #d2ab00;
}

.hwm-box-color-e .hwm-btn:after,
.hwm-box-color-e .hwm-contentbox .hwm-btn:after {
  border-color: #EBC000;
}
.hwm-box-color-e .hwm-btn.btn-primary,
.hwm-box-color-e .hwm-contentbox .hwm-btn.btn-primary {
  color: #fff;
  background-color: #EBC000;
  border-color: #EBC000;
}
.hwm-box-color-e .hwm-btn.btn-primary:hover,
.hwm-box-color-e .hwm-contentbox .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #d2ab00;
  border-color: #d2ab00;
}
.hwm-box-color-e .hwm-btn.btn-primary:focus,
.hwm-box-color-e .hwm-contentbox .hwm-btn.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 115, 152, 0.5);
}

.hwm-box-color-e .hwm-contentbox .hwm-btn:after {
  border-color: #EBC000;
}

.btn.c-f {
  color: #fff;
  border-color: #706F6F;
  background-color: #706F6F;
}
.btn.c-f:hover {
  color: #fff;
  background-color: #636262 !important;
  border-color: #636262 !important;
}
.btn.c-f:focus {
  box-shadow: 0 0 0 3px rgba(112, 111, 111, 0.5) !important;
}

.c-f .hwm-btn {
  border-color: #706F6F;
  background-color: #706F6F;
}

.c-f.hwm-btn {
  border-color: #706F6F !important;
  background-color: #706F6F !important;
}

.c-f.hwm-btn:after {
  border-color: #706F6F !important;
}
.c-f.hwm-btn:after:hover {
  color: #fff;
  background-color: #636262;
  border-color: #636262;
}
.c-f.hwm-btn:after:focus {
  box-shadow: 0 0 0 3px rgba(112, 111, 111, 0.5);
}

.c-f .hwm-border-bottom:after,
.c-f .hwm-btn:after {
  border-color: #706F6F;
}

.hwm-border-bottom.c-f:after {
  border-color: #706F6F !important;
}

.c-f .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #636262;
  border-color: #636262;
}

.hwm-box-color-f .hwm-btn:after,
.hwm-box-color-f .hwm-contentbox .hwm-btn:after {
  border-color: #706F6F;
}
.hwm-box-color-f .hwm-btn.btn-primary,
.hwm-box-color-f .hwm-contentbox .hwm-btn.btn-primary {
  color: #fff;
  background-color: #706F6F;
  border-color: #706F6F;
}
.hwm-box-color-f .hwm-btn.btn-primary:hover,
.hwm-box-color-f .hwm-contentbox .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #636262;
  border-color: #636262;
}
.hwm-box-color-f .hwm-btn.btn-primary:focus,
.hwm-box-color-f .hwm-contentbox .hwm-btn.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 115, 152, 0.5);
}

.hwm-box-color-f .hwm-contentbox .hwm-btn:after {
  border-color: #706F6F;
}

.btn.c-g {
  color: #fff;
  border-color: #EDEDED;
  background-color: #EDEDED;
}
.btn.c-g:hover {
  color: #fff;
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn.c-g:focus {
  box-shadow: 0 0 0 3px rgba(237, 237, 237, 0.5) !important;
}

.c-g .hwm-btn {
  border-color: #EDEDED;
  background-color: #EDEDED;
}

.c-g.hwm-btn {
  border-color: #EDEDED !important;
  background-color: #EDEDED !important;
}

.c-g.hwm-btn:after {
  border-color: #EDEDED !important;
}
.c-g.hwm-btn:after:hover {
  color: #fff;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.c-g.hwm-btn:after:focus {
  box-shadow: 0 0 0 3px rgba(237, 237, 237, 0.5);
}

.c-g .hwm-border-bottom:after,
.c-g .hwm-btn:after {
  border-color: #EDEDED;
}

.hwm-border-bottom.c-g:after {
  border-color: #EDEDED !important;
}

.c-g .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

.hwm-box-color-g .hwm-btn:after,
.hwm-box-color-g .hwm-contentbox .hwm-btn:after {
  border-color: #EDEDED;
}
.hwm-box-color-g .hwm-btn.btn-primary,
.hwm-box-color-g .hwm-contentbox .hwm-btn.btn-primary {
  color: #fff;
  background-color: #EDEDED;
  border-color: #EDEDED;
}
.hwm-box-color-g .hwm-btn.btn-primary:hover,
.hwm-box-color-g .hwm-contentbox .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.hwm-box-color-g .hwm-btn.btn-primary:focus,
.hwm-box-color-g .hwm-contentbox .hwm-btn.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 115, 152, 0.5);
}

.hwm-box-color-g .hwm-contentbox .hwm-btn:after {
  border-color: #EDEDED;
}

.btn.c-h {
  color: #fff;
  border-color: #97cdd2;
  background-color: #97cdd2;
}
.btn.c-h:hover {
  color: #fff;
  background-color: #85c4ca !important;
  border-color: #85c4ca !important;
}
.btn.c-h:focus {
  box-shadow: 0 0 0 3px rgba(151, 205, 210, 0.5) !important;
}

.c-h .hwm-btn {
  border-color: #97cdd2;
  background-color: #97cdd2;
}

.c-h.hwm-btn {
  border-color: #97cdd2 !important;
  background-color: #97cdd2 !important;
}

.c-h.hwm-btn:after {
  border-color: #97cdd2 !important;
}
.c-h.hwm-btn:after:hover {
  color: #fff;
  background-color: #85c4ca;
  border-color: #85c4ca;
}
.c-h.hwm-btn:after:focus {
  box-shadow: 0 0 0 3px rgba(151, 205, 210, 0.5);
}

.c-h .hwm-border-bottom:after,
.c-h .hwm-btn:after {
  border-color: #97cdd2;
}

.hwm-border-bottom.c-h:after {
  border-color: #97cdd2 !important;
}

.c-h .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #85c4ca;
  border-color: #85c4ca;
}

.hwm-box-color-h .hwm-btn:after,
.hwm-box-color-h .hwm-contentbox .hwm-btn:after {
  border-color: #97cdd2;
}
.hwm-box-color-h .hwm-btn.btn-primary,
.hwm-box-color-h .hwm-contentbox .hwm-btn.btn-primary {
  color: #fff;
  background-color: #97cdd2;
  border-color: #97cdd2;
}
.hwm-box-color-h .hwm-btn.btn-primary:hover,
.hwm-box-color-h .hwm-contentbox .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #85c4ca;
  border-color: #85c4ca;
}
.hwm-box-color-h .hwm-btn.btn-primary:focus,
.hwm-box-color-h .hwm-contentbox .hwm-btn.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 115, 152, 0.5);
}

.hwm-box-color-h .hwm-contentbox .hwm-btn:after {
  border-color: #97cdd2;
}

.btn.c-i {
  color: #fff;
  border-color: #6287b5;
  background-color: #6287b5;
}
.btn.c-i:hover {
  color: #fff;
  background-color: #517aac !important;
  border-color: #517aac !important;
}
.btn.c-i:focus {
  box-shadow: 0 0 0 3px rgba(98, 135, 181, 0.5) !important;
}

.c-i .hwm-btn {
  border-color: #6287b5;
  background-color: #6287b5;
}

.c-i.hwm-btn {
  border-color: #6287b5 !important;
  background-color: #6287b5 !important;
}

.c-i.hwm-btn:after {
  border-color: #6287b5 !important;
}
.c-i.hwm-btn:after:hover {
  color: #fff;
  background-color: #517aac;
  border-color: #517aac;
}
.c-i.hwm-btn:after:focus {
  box-shadow: 0 0 0 3px rgba(98, 135, 181, 0.5);
}

.c-i .hwm-border-bottom:after,
.c-i .hwm-btn:after {
  border-color: #6287b5;
}

.hwm-border-bottom.c-i:after {
  border-color: #6287b5 !important;
}

.c-i .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #517aac;
  border-color: #517aac;
}

.hwm-box-color-i .hwm-btn:after,
.hwm-box-color-i .hwm-contentbox .hwm-btn:after {
  border-color: #6287b5;
}
.hwm-box-color-i .hwm-btn.btn-primary,
.hwm-box-color-i .hwm-contentbox .hwm-btn.btn-primary {
  color: #fff;
  background-color: #6287b5;
  border-color: #6287b5;
}
.hwm-box-color-i .hwm-btn.btn-primary:hover,
.hwm-box-color-i .hwm-contentbox .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #517aac;
  border-color: #517aac;
}
.hwm-box-color-i .hwm-btn.btn-primary:focus,
.hwm-box-color-i .hwm-contentbox .hwm-btn.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 115, 152, 0.5);
}

.hwm-box-color-i .hwm-contentbox .hwm-btn:after {
  border-color: #6287b5;
}

.btn.c-j {
  color: #fff;
  border-color: #5bc5f2;
  background-color: #5bc5f2;
}
.btn.c-j:hover {
  color: #fff;
  background-color: #43bdf0 !important;
  border-color: #43bdf0 !important;
}
.btn.c-j:focus {
  box-shadow: 0 0 0 3px rgba(91, 197, 242, 0.5) !important;
}

.c-j .hwm-btn {
  border-color: #5bc5f2;
  background-color: #5bc5f2;
}

.c-j.hwm-btn {
  border-color: #5bc5f2 !important;
  background-color: #5bc5f2 !important;
}

.c-j.hwm-btn:after {
  border-color: #5bc5f2 !important;
}
.c-j.hwm-btn:after:hover {
  color: #fff;
  background-color: #43bdf0;
  border-color: #43bdf0;
}
.c-j.hwm-btn:after:focus {
  box-shadow: 0 0 0 3px rgba(91, 197, 242, 0.5);
}

.c-j .hwm-border-bottom:after,
.c-j .hwm-btn:after {
  border-color: #5bc5f2;
}

.hwm-border-bottom.c-j:after {
  border-color: #5bc5f2 !important;
}

.c-j .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #43bdf0;
  border-color: #43bdf0;
}

.hwm-box-color-j .hwm-btn:after,
.hwm-box-color-j .hwm-contentbox .hwm-btn:after {
  border-color: #5bc5f2;
}
.hwm-box-color-j .hwm-btn.btn-primary,
.hwm-box-color-j .hwm-contentbox .hwm-btn.btn-primary {
  color: #fff;
  background-color: #5bc5f2;
  border-color: #5bc5f2;
}
.hwm-box-color-j .hwm-btn.btn-primary:hover,
.hwm-box-color-j .hwm-contentbox .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #43bdf0;
  border-color: #43bdf0;
}
.hwm-box-color-j .hwm-btn.btn-primary:focus,
.hwm-box-color-j .hwm-contentbox .hwm-btn.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 115, 152, 0.5);
}

.hwm-box-color-j .hwm-contentbox .hwm-btn:after {
  border-color: #5bc5f2;
}

.btn.c-k {
  color: #fff;
  border-color: #ed7019;
  background-color: #ed7019;
}
.btn.c-k:hover {
  color: #fff;
  background-color: #db6411 !important;
  border-color: #db6411 !important;
}
.btn.c-k:focus {
  box-shadow: 0 0 0 3px rgba(237, 112, 25, 0.5) !important;
}

.c-k .hwm-btn {
  border-color: #ed7019;
  background-color: #ed7019;
}

.c-k.hwm-btn {
  border-color: #ed7019 !important;
  background-color: #ed7019 !important;
}

.c-k.hwm-btn:after {
  border-color: #ed7019 !important;
}
.c-k.hwm-btn:after:hover {
  color: #fff;
  background-color: #db6411;
  border-color: #db6411;
}
.c-k.hwm-btn:after:focus {
  box-shadow: 0 0 0 3px rgba(237, 112, 25, 0.5);
}

.c-k .hwm-border-bottom:after,
.c-k .hwm-btn:after {
  border-color: #ed7019;
}

.hwm-border-bottom.c-k:after {
  border-color: #ed7019 !important;
}

.c-k .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #db6411;
  border-color: #db6411;
}

.hwm-box-color-k .hwm-btn:after,
.hwm-box-color-k .hwm-contentbox .hwm-btn:after {
  border-color: #ed7019;
}
.hwm-box-color-k .hwm-btn.btn-primary,
.hwm-box-color-k .hwm-contentbox .hwm-btn.btn-primary {
  color: #fff;
  background-color: #ed7019;
  border-color: #ed7019;
}
.hwm-box-color-k .hwm-btn.btn-primary:hover,
.hwm-box-color-k .hwm-contentbox .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #db6411;
  border-color: #db6411;
}
.hwm-box-color-k .hwm-btn.btn-primary:focus,
.hwm-box-color-k .hwm-contentbox .hwm-btn.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 115, 152, 0.5);
}

.hwm-box-color-k .hwm-contentbox .hwm-btn:after {
  border-color: #ed7019;
}

.btn.c-l {
  color: #fff;
  border-color: #6f851f;
  background-color: #6f851f;
}
.btn.c-l:hover {
  color: #fff;
  background-color: #5e701a !important;
  border-color: #5e701a !important;
}
.btn.c-l:focus {
  box-shadow: 0 0 0 3px rgba(111, 133, 31, 0.5) !important;
}

.c-l .hwm-btn {
  border-color: #6f851f;
  background-color: #6f851f;
}

.c-l.hwm-btn {
  border-color: #6f851f !important;
  background-color: #6f851f !important;
}

.c-l.hwm-btn:after {
  border-color: #6f851f !important;
}
.c-l.hwm-btn:after:hover {
  color: #fff;
  background-color: #5e701a;
  border-color: #5e701a;
}
.c-l.hwm-btn:after:focus {
  box-shadow: 0 0 0 3px rgba(111, 133, 31, 0.5);
}

.c-l .hwm-border-bottom:after,
.c-l .hwm-btn:after {
  border-color: #6f851f;
}

.hwm-border-bottom.c-l:after {
  border-color: #6f851f !important;
}

.c-l .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #5e701a;
  border-color: #5e701a;
}

.hwm-box-color-l .hwm-btn:after,
.hwm-box-color-l .hwm-contentbox .hwm-btn:after {
  border-color: #6f851f;
}
.hwm-box-color-l .hwm-btn.btn-primary,
.hwm-box-color-l .hwm-contentbox .hwm-btn.btn-primary {
  color: #fff;
  background-color: #6f851f;
  border-color: #6f851f;
}
.hwm-box-color-l .hwm-btn.btn-primary:hover,
.hwm-box-color-l .hwm-contentbox .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #5e701a;
  border-color: #5e701a;
}
.hwm-box-color-l .hwm-btn.btn-primary:focus,
.hwm-box-color-l .hwm-contentbox .hwm-btn.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 115, 152, 0.5);
}

.hwm-box-color-l .hwm-contentbox .hwm-btn:after {
  border-color: #6f851f;
}

.btn.c-m {
  color: #fff;
  border-color: #c3ff00;
  background-color: #c3ff00;
}
.btn.c-m:hover {
  color: #fff;
  background-color: #b0e600 !important;
  border-color: #b0e600 !important;
}
.btn.c-m:focus {
  box-shadow: 0 0 0 3px rgba(195, 255, 0, 0.5) !important;
}

.c-m .hwm-btn {
  border-color: #c3ff00;
  background-color: #c3ff00;
}

.c-m.hwm-btn {
  border-color: #c3ff00 !important;
  background-color: #c3ff00 !important;
}

.c-m.hwm-btn:after {
  border-color: #c3ff00 !important;
}
.c-m.hwm-btn:after:hover {
  color: #fff;
  background-color: #b0e600;
  border-color: #b0e600;
}
.c-m.hwm-btn:after:focus {
  box-shadow: 0 0 0 3px rgba(195, 255, 0, 0.5);
}

.c-m .hwm-border-bottom:after,
.c-m .hwm-btn:after {
  border-color: #c3ff00;
}

.hwm-border-bottom.c-m:after {
  border-color: #c3ff00 !important;
}

.c-m .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #b0e600;
  border-color: #b0e600;
}

.hwm-box-color-m .hwm-btn:after,
.hwm-box-color-m .hwm-contentbox .hwm-btn:after {
  border-color: #c3ff00;
}
.hwm-box-color-m .hwm-btn.btn-primary,
.hwm-box-color-m .hwm-contentbox .hwm-btn.btn-primary {
  color: #fff;
  background-color: #c3ff00;
  border-color: #c3ff00;
}
.hwm-box-color-m .hwm-btn.btn-primary:hover,
.hwm-box-color-m .hwm-contentbox .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #b0e600;
  border-color: #b0e600;
}
.hwm-box-color-m .hwm-btn.btn-primary:focus,
.hwm-box-color-m .hwm-contentbox .hwm-btn.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 115, 152, 0.5);
}

.hwm-box-color-m .hwm-contentbox .hwm-btn:after {
  border-color: #c3ff00;
}

.btn.c-n {
  color: #fff;
  border-color: #ced4da;
  background-color: #ced4da;
}
.btn.c-n:hover {
  color: #fff;
  background-color: #bfc7cf !important;
  border-color: #bfc7cf !important;
}
.btn.c-n:focus {
  box-shadow: 0 0 0 3px rgba(206, 212, 218, 0.5) !important;
}

.c-n .hwm-btn {
  border-color: #ced4da;
  background-color: #ced4da;
}

.c-n.hwm-btn {
  border-color: #ced4da !important;
  background-color: #ced4da !important;
}

.c-n.hwm-btn:after {
  border-color: #ced4da !important;
}
.c-n.hwm-btn:after:hover {
  color: #fff;
  background-color: #bfc7cf;
  border-color: #bfc7cf;
}
.c-n.hwm-btn:after:focus {
  box-shadow: 0 0 0 3px rgba(206, 212, 218, 0.5);
}

.c-n .hwm-border-bottom:after,
.c-n .hwm-btn:after {
  border-color: #ced4da;
}

.hwm-border-bottom.c-n:after {
  border-color: #ced4da !important;
}

.c-n .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #bfc7cf;
  border-color: #bfc7cf;
}

.hwm-box-color-n .hwm-btn:after,
.hwm-box-color-n .hwm-contentbox .hwm-btn:after {
  border-color: #ced4da;
}
.hwm-box-color-n .hwm-btn.btn-primary,
.hwm-box-color-n .hwm-contentbox .hwm-btn.btn-primary {
  color: #fff;
  background-color: #ced4da;
  border-color: #ced4da;
}
.hwm-box-color-n .hwm-btn.btn-primary:hover,
.hwm-box-color-n .hwm-contentbox .hwm-btn.btn-primary:hover {
  color: #fff;
  background-color: #bfc7cf;
  border-color: #bfc7cf;
}
.hwm-box-color-n .hwm-btn.btn-primary:focus,
.hwm-box-color-n .hwm-contentbox .hwm-btn.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 115, 152, 0.5);
}

.hwm-box-color-n .hwm-contentbox .hwm-btn:after {
  border-color: #ced4da;
}

.btl-a::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 7.5px);
  border-top: 2px solid #b6dc3c;
  margin-left: 7.5px;
}

.btl-b::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 7.5px);
  border-top: 2px solid #6f851f;
  margin-left: 7.5px;
}

.btl-c::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 7.5px);
  border-top: 2px solid #004D87;
  margin-left: 7.5px;
}

.btl-d::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 7.5px);
  border-top: 2px solid #009EE2;
  margin-left: 7.5px;
}

.btl-e::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 7.5px);
  border-top: 2px solid #EBC000;
  margin-left: 7.5px;
}

.btl-f::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 7.5px);
  border-top: 2px solid #706F6F;
  margin-left: 7.5px;
}

.btl-g::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 7.5px);
  border-top: 2px solid #EDEDED;
  margin-left: 7.5px;
}

.btl-h::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 7.5px);
  border-top: 2px solid #97cdd2;
  margin-left: 7.5px;
}

.btl-i::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 7.5px);
  border-top: 2px solid #6287b5;
  margin-left: 7.5px;
}

.btl-j::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 7.5px);
  border-top: 2px solid #5bc5f2;
  margin-left: 7.5px;
}

.btl-k::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 7.5px);
  border-top: 2px solid #ed7019;
  margin-left: 7.5px;
}

.btl-l::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 7.5px);
  border-top: 2px solid #6f851f;
  margin-left: 7.5px;
}

.btl-m::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 7.5px);
  border-top: 2px solid #c3ff00;
  margin-left: 7.5px;
}

.btl-n::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 7.5px);
  border-top: 2px solid #ced4da;
  margin-left: 7.5px;
}

.hwm-border-bottom {
  position: relative;
  width: 100%;
  height: 0px;
  line-height: 0px;
}

.hwm-border-bottom:after,
.hwm-btn:after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 0px;
  border-bottom: 2px solid;
  border-color: #6f851f;
}

.hwm-outer {
  position: relative;
  width: 100%;
}

.hwm-in-box {
  height: 100%;
  position: relative;
}

.hwm-btn-positioning {
  width: 100%;
  position: absolute;
  bottom: -15%;
  right: 0%;
}

.hwm-footer {
  background-color: #272727;
}

.footer-2 {
  background-color: white;
}

.hwm-footer p {
  font-size: small;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .hwm-footer p {
    font-size: 1em;
  }
}

.hwm-footer span {
  text-transform: uppercase;
}

.hwm-footer a {
  text-transform: uppercase;
}

.hwm-menu.collapse.show a {
  display: block;
  padding-left: 5px;
  font-size: 0.8em;
}

.hwm-footer .hwm-social-media {
  right: 0;
  top: 0;
  position: relative;
  padding-left: 10px;
}

@media (max-width: 1199.98px) {
  .hwm-footer .social-media-bar span {
    flex-grow: 1;
    text-align: center;
    justify-content: center;
    display: flex;
  }
}
.hwm-footer .hwm-footer-contentbox #hwm_desktop_nav {
  list-style: none;
}

#ticket_footer {
  text-align: right;
  position: fixed;
  bottom: 0;
  z-index: 9999999;
  padding: 5px;
  left: 50%;
  transform: translateX(-50%);
}
#ticket_footer .ticket-button {
  position: absolute;
  right: -101px;
  bottom: 0;
  background: white;
  padding: 5px;
  border: 1px solid black;
  width: 110px;
  color: black;
}

.hwm-navbar {
  padding: 7.5px 0px;
}
.hwm-navbar .basket {
  color: #404040 !important;
  font-weight: bold;
  align-items: flex-end;
  flex-wrap: wrap;
  white-space: nowrap;
}
.hwm-navbar a {
  color: inherit;
}
.hwm-navbar a.dropdown-item {
  color: #3C3C3B;
}
.hwm-navbar a:hover {
  color: inherit;
}
.hwm-navbar ul li {
  color: #404040;
  padding-left: 0px;
}
.hwm-navbar ul li .dropdown-menu {
  color: #676767;
  background-color: #f6f6f6;
  border-style: none;
  box-shadow: 5px 5px 10px 0.1px #212529;
  top: 115%;
}
.hwm-navbar ul a.dropdown-toggle:hover {
  color: #017398;
  cursor: pointer;
}
.hwm-navbar ul a.dropdown-item {
  font-weight: normal;
}
.hwm-navbar ul a.dropdown-item:hover {
  color: #f6f6f6;
  background-color: #ced4da;
}
.hwm-navbar input.form-control {
  border: 0px;
}
.hwm-navbar button.btn {
  background-color: #fff;
  line-height: 1.15;
}
.hwm-navbar button.navbar-toggler {
  position: absolute;
  top: 0px;
  padding: 0px;
  font-size: 1.75rem;
  line-height: inherit;
  background: transparent;
  border: 1px solid transparent;
  color: #3C3C3B;
  font-size: 2.1875rem;
}
.hwm-navbar span.badge-pill {
  background-color: #EDEDED;
  color: #fff;
}

.hwm-nav-mobile {
  z-index: 1000;
  position: absolute;
  background-color: #ededed;
  box-shadow: 5px 5px 10px 0.1px #212529;
}
.hwm-nav-mobile form {
  padding-bottom: 1rem;
}
.hwm-nav-mobile form .input-group {
  border: 1px solid #000;
}
.hwm-nav-mobile form .form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.hwm-nav-mobile .hwm-nav-mobile-inner {
  background-color: #fff;
}
.hwm-nav-mobile .hwm-nav-mobile-inner a {
  font-weight: bold;
  color: inherit;
}
.hwm-nav-mobile .hwm-nav-mobile-inner a:hover {
  color: inherit;
}
.hwm-nav-mobile .hwm-nav-mobile-inner ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.hwm-nav-mobile .hwm-nav-mobile-inner ul li {
  color: #404040;
  font-weight: bold;
  padding: 0.5rem;
}
.hwm-nav-mobile .hwm-nav-mobile-inner ul li:hover {
  color: #017398;
}
.hwm-nav-mobile .hwm-nav-mobile-inner ul li:before {
  display: block;
  content: "";
  height: 1px;
  width: 90%;
  border-top: 4px solid #404040;
}
.hwm-nav-mobile .hwm-nav-mobile-inner ul li .dropdown-menu {
  color: #676767;
  background-color: #f6f6f6;
  border-style: none;
  box-shadow: 5px 5px 10px 0.1px #212529;
  top: 115%;
}
.hwm-nav-mobile .hwm-nav-mobile-inner ul a.dropdown-toggle:hover {
  color: #017398;
}
.hwm-nav-mobile .hwm-nav-mobile-inner ul a.dropdown-item {
  font-weight: normal;
}
.hwm-nav-mobile .hwm-nav-mobile-inner ul a.dropdown-item:hover {
  color: #f6f6f6;
  background-color: #017398;
}

.hwm-aside h5 {
  color: #b6dc3c;
  font-weight: bold;
}
.hwm-aside a {
  color: inherit;
}
.hwm-aside a:hover {
  text-decoration: none;
}
.hwm-aside .hwm-aside-1 {
  color: #fff;
  background-color: #c6e467;
}
.hwm-aside .hwm-aside-1 .hwm-aside-4 {
  padding: 7.5px 7.5px 7.5px 15px;
}
.hwm-aside .hwm-aside-1 .hwm-aside-4:hover {
  background-color: #c6e467;
}
.hwm-aside .hwm-aside-2 {
  color: #fff;
  background-color: #b6dc3c;
}
.hwm-aside .hwm-aside-2 .hwm-aside-4 {
  padding: 7.5px;
}
.hwm-aside .hwm-aside-2 .hwm-aside-4:hover {
  background-color: #b6dc3c;
}
.hwm-aside .hwm-aside-3 {
  color: #3C3C3B;
  background-color: #ededed;
}

.navbar-collapse {
  flex-basis: 94%;
  align-items: center;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  background-color: #fff;
  border: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(0, 0, 0, 0.15);
}
.input-group-addon:before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #ededed;
  content: "|";
}

.submenu .hwm-aside-1 p-3:nth-child(1n) {
  background-color: #ccc;
}

.submenu .e1 {
  display: block;
  position: relative;
  font-family: heavy;
  color: #FDB900;
  background-color: #FFFFFF;
  font-size: 1.25rem;
  padding: 7.5px 7.5px 7.5px 22.5px;
  margin-bottom: 7.5px;
}

.submenu .e1 span {
  display: block;
  font-family: regular;
}

.submenu .e1[data-toggle=collapse]:before {
  content: " ";
  display: block;
  height: 0px;
  width: 0px;
  border: 5.7692307692px solid transparent;
  border-top-color: #FDB900;
  position: absolute;
  top: 22.5px;
  left: 7.5px;
}

.submenu .e1[data-toggle=collapse].collapsed:before {
  border: 5.7692307692px solid transparent;
  border-left-color: #FDB900;
  top: 18.75px;
}

.submenu .e2 {
  display: block;
  position: relative;
  font-family: heavy;
  color: #FFFFFF;
  background-color: #FDB900;
  font-size: 1.125rem;
  padding: 15px 15px 15px 45px;
  border-bottom: 1px solid #FFFFFF;
}

.submenu .e2 span {
  display: block;
  font-family: regular;
}

.submenu .e2[data-toggle=collapse]:before {
  content: " ";
  display: block;
  height: 0px;
  width: 0px;
  border: 5.7692307692px solid transparent;
  border-top-color: #FFFFFF;
  position: absolute;
  top: 22.5px;
  left: 7.5px;
}

.submenu .e2[data-toggle=collapse].collapsed:before {
  border: 5.7692307692px solid transparent;
  border-left-color: #FFFFFF;
  top: 18.75px;
}

.submenu .e3 {
  display: block;
  position: relative;
  font-family: heavy;
  color: #3C3C3B;
  background-color: #ededed;
  padding: 15px 15px 15px 30px;
  border-bottom: 1px solid #FFFFFF;
  font-size: 1rem;
}

.submenu .e3 span {
  display: block;
  font-family: regular;
}

.submenu .e3[data-toggle=collapse]:before {
  content: " ";
  display: block;
  height: 0px;
  width: 0px;
  border: 5.7692307692px solid transparent;
  border-top-color: #3C3C3B;
  position: absolute;
  top: 22.5px;
  left: 7.5px;
}

.submenu .e3[data-toggle=collapse].collapsed:before {
  border: 5.7692307692px solid transparent;
  border-left-color: #3C3C3B;
  top: 18.75px;
}

.submenu .e1[data-toggle=collapse].collapsed:before {
  top: 7.5px;
}

.submenu .e1[data-toggle=collapse]:before {
  top: 11.25px;
  left: 0px;
}

.submenu .e2[data-toggle=collapse].collapsed:before {
  left: 22.5px;
}

.submenu .e2[data-toggle=collapse]:before {
  left: 18.75px;
}

.submenu .e3.currentSite:before {
  position: absolute;
  content: " ";
  display: block;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 4px;
  background-color: #3C3C3B;
}

.submenu .e3.currentSite:after {
  position: absolute;
  content: " ";
  display: block;
  top: 15px;
  left: 4px;
  height: 0;
  width: 0;
  border: 7.5px solid transparent;
  border-left-color: #3C3C3B;
}

.submenu .e1.nosub.currentSite {
  background: linear-gradient(to right, #ededed, #ffffff);
}

.submenu .e1:hover {
  background: linear-gradient(to right, #ededed, #ffffff);
}

.submenu .e3:hover {
  background-color: #cccccc;
}

.hwm-img-container {
  display: block;
  height: 0px;
  margin: 0px;
  padding: 0 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hwm-img-container.s16-9 {
  padding-bottom: 45%;
}

.hwm-img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
  height: auto;
}

.hwm-ctnr {
  position: relative;
}

.hwm-img-label {
  z-index: 1;
  display: inline-flex;
  position: absolute;
  right: 5%;
  bottom: -30px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background-color: #01729a;
  padding: 15px;
  line-height: inherit;
}
.hwm-img-label .fa-arrow-up {
  font-size: 1.5rem;
  color: #FFFFFF;
  padding-left: 10px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -4px;
  position: relative;
}

@CHARSET "UTF-8";
@font-face {
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-200.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-200.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-200.woff") format("woff"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-200.ttf") format("truetype"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-200.svg#NunitoSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-regular.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-regular.woff") format("woff"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-regular.ttf") format("truetype"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-regular.svg#NunitoSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "medium";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-300.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-300.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-300.woff") format("woff"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-300.ttf") format("truetype"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-300.svg#NunitoSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-700.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-700.woff") format("woff"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-700.ttf") format("truetype"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-700.svg#NunitoSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "heavy";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-900.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-900.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-900.woff") format("woff"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-900.ttf") format("truetype"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-900.svg#NunitoSans") format("svg");
  /* Legacy iOS */
}
.font-regular {
  font-family: regular !important;
}

.font-normal {
  font-family: normal !important;
}

.font-bold {
  font-family: bold !important;
}

.font-heavy {
  font-family: heavy !important;
}

b {
  font-family: bold;
}

.text-border {
  background: rgba(0, 0, 0, 0.5);
  padding: 0 5px;
}

.darktransbg {
  background: rgba(0, 0, 0, 0.5) !important;
}

.splittext span {
  padding: 0 2.5px 0 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: -0.2px;
  /* chrome fix*/
}

.splittext span:after {
  content: " ";
  display: block;
  width: 110%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 10px;
}

.splittext span:last-child:after {
  width: 95%;
}

.c-a.splittext,
.c-a .c-default.splittext {
  border-left: 5px solid #b6dc3c;
  padding: 0 !important;
}

.c-a.splittext span,
.c-a .c-default.splittext span {
  background: #b6dc3c;
  color: #000;
}

.c-a.splittext span:after,
.c-a .c-default.splittext span:after {
  background: #b6dc3c;
}

.c-a h1,
.c-a h2 {
  color: #b6dc3c;
}

.c-b.splittext,
.c-b .c-default.splittext {
  border-left: 5px solid #6f851f;
  padding: 0 !important;
}

.c-b.splittext span,
.c-b .c-default.splittext span {
  background: #6f851f;
  color: #fff;
}

.c-b.splittext span:after,
.c-b .c-default.splittext span:after {
  background: #6f851f;
}

.c-b h1,
.c-b h2 {
  color: #6f851f;
}

.c-c.splittext,
.c-c .c-default.splittext {
  border-left: 5px solid #004D87;
  padding: 0 !important;
}

.c-c.splittext span,
.c-c .c-default.splittext span {
  background: #004D87;
  color: #fff;
}

.c-c.splittext span:after,
.c-c .c-default.splittext span:after {
  background: #004D87;
}

.c-c h1,
.c-c h2 {
  color: #004D87;
}

.c-d.splittext,
.c-d .c-default.splittext {
  border-left: 5px solid #009EE2;
  padding: 0 !important;
}

.c-d.splittext span,
.c-d .c-default.splittext span {
  background: #009EE2;
  color: #000;
}

.c-d.splittext span:after,
.c-d .c-default.splittext span:after {
  background: #009EE2;
}

.c-d h1,
.c-d h2 {
  color: #009EE2;
}

.c-e.splittext,
.c-e .c-default.splittext {
  border-left: 5px solid #EBC000;
  padding: 0 !important;
}

.c-e.splittext span,
.c-e .c-default.splittext span {
  background: #EBC000;
  color: #000;
}

.c-e.splittext span:after,
.c-e .c-default.splittext span:after {
  background: #EBC000;
}

.c-e h1,
.c-e h2 {
  color: #EBC000;
}

.c-f.splittext,
.c-f .c-default.splittext {
  border-left: 5px solid #706F6F;
  padding: 0 !important;
}

.c-f.splittext span,
.c-f .c-default.splittext span {
  background: #706F6F;
  color: #fff;
}

.c-f.splittext span:after,
.c-f .c-default.splittext span:after {
  background: #706F6F;
}

.c-f h1,
.c-f h2 {
  color: #706F6F;
}

.c-g.splittext,
.c-g .c-default.splittext {
  border-left: 5px solid #EDEDED;
  padding: 0 !important;
}

.c-g.splittext span,
.c-g .c-default.splittext span {
  background: #EDEDED;
  color: #000;
}

.c-g.splittext span:after,
.c-g .c-default.splittext span:after {
  background: #EDEDED;
}

.c-g h1,
.c-g h2 {
  color: #EDEDED;
}

.c-h.splittext,
.c-h .c-default.splittext {
  border-left: 5px solid #97cdd2;
  padding: 0 !important;
}

.c-h.splittext span,
.c-h .c-default.splittext span {
  background: #97cdd2;
  color: #000;
}

.c-h.splittext span:after,
.c-h .c-default.splittext span:after {
  background: #97cdd2;
}

.c-h h1,
.c-h h2 {
  color: #97cdd2;
}

.c-i.splittext,
.c-i .c-default.splittext {
  border-left: 5px solid #6287b5;
  padding: 0 !important;
}

.c-i.splittext span,
.c-i .c-default.splittext span {
  background: #6287b5;
  color: #fff;
}

.c-i.splittext span:after,
.c-i .c-default.splittext span:after {
  background: #6287b5;
}

.c-i h1,
.c-i h2 {
  color: #6287b5;
}

.c-j.splittext,
.c-j .c-default.splittext {
  border-left: 5px solid #5bc5f2;
  padding: 0 !important;
}

.c-j.splittext span,
.c-j .c-default.splittext span {
  background: #5bc5f2;
  color: #000;
}

.c-j.splittext span:after,
.c-j .c-default.splittext span:after {
  background: #5bc5f2;
}

.c-j h1,
.c-j h2 {
  color: #5bc5f2;
}

.c-k.splittext,
.c-k .c-default.splittext {
  border-left: 5px solid #ed7019;
  padding: 0 !important;
}

.c-k.splittext span,
.c-k .c-default.splittext span {
  background: #ed7019;
  color: #000;
}

.c-k.splittext span:after,
.c-k .c-default.splittext span:after {
  background: #ed7019;
}

.c-k h1,
.c-k h2 {
  color: #ed7019;
}

.c-l.splittext,
.c-l .c-default.splittext {
  border-left: 5px solid #6f851f;
  padding: 0 !important;
}

.c-l.splittext span,
.c-l .c-default.splittext span {
  background: #6f851f;
  color: #fff;
}

.c-l.splittext span:after,
.c-l .c-default.splittext span:after {
  background: #6f851f;
}

.c-l h1,
.c-l h2 {
  color: #6f851f;
}

.c-m.splittext,
.c-m .c-default.splittext {
  border-left: 5px solid #c3ff00;
  padding: 0 !important;
}

.c-m.splittext span,
.c-m .c-default.splittext span {
  background: #c3ff00;
  color: #000;
}

.c-m.splittext span:after,
.c-m .c-default.splittext span:after {
  background: #c3ff00;
}

.c-m h1,
.c-m h2 {
  color: #c3ff00;
}

.c-n.splittext,
.c-n .c-default.splittext {
  border-left: 5px solid #ced4da;
  padding: 0 !important;
}

.c-n.splittext span,
.c-n .c-default.splittext span {
  background: #ced4da;
  color: #000;
}

.c-n.splittext span:after,
.c-n .c-default.splittext span:after {
  background: #ced4da;
}

.c-n h1,
.c-n h2 {
  color: #ced4da;
}

.smaller-text {
  font-size: 0.8em;
}

.small-text {
  font-size: 0.4em;
}

h1 {
  font-family: regular;
}

h2 {
  font-family: regular;
}

h3 {
  font-family: regular;
}

h4 {
  font-family: regular;
}

h5 {
  font-family: regular;
}

h6 {
  font-family: regular;
}

.c-a h2.hwm-1-default,
.hwm-h1-a {
  color: #b6dc3c;
  font-weight: normal;
}

.c-a h2.hwm-h2-default,
h2.hwm-h2-a {
  color: #b6dc3c;
  font-weight: bold;
}

.c-a .hwm-h3-default,
.hwm-h3-a {
  color: #b6dc3c;
  font-weight: normal;
}

.c-a .hwm-h3-default,
.hwm-h3-a {
  color: #b6dc3c;
  font-weight: normal;
}

.c-a .hwm-h4-default,
.hwm-h4-a {
  color: #b6dc3c;
  font-weight: normal;
}

.c-a .hwm-h5-default,
.hwm-h5-a {
  color: #b6dc3c;
  font-weight: normal;
}

.c-a .hwm-h6-default,
.hwm-h6-a {
  color: #b6dc3c;
  font-weight: normal;
}

.c-a h1,
.c-a h1.hw-bottom-box {
  color: #b6dc3c;
  background-color: transparent;
}

.c-b h2.hwm-1-default,
.hwm-h1-b {
  color: #6f851f;
  font-weight: normal;
}

.c-b h2.hwm-h2-default,
h2.hwm-h2-b {
  color: #6f851f;
  font-weight: bold;
}

.c-b .hwm-h3-default,
.hwm-h3-b {
  color: #6f851f;
  font-weight: normal;
}

.c-b .hwm-h3-default,
.hwm-h3-b {
  color: #6f851f;
  font-weight: normal;
}

.c-b .hwm-h4-default,
.hwm-h4-b {
  color: #6f851f;
  font-weight: normal;
}

.c-b .hwm-h5-default,
.hwm-h5-b {
  color: #6f851f;
  font-weight: normal;
}

.c-b .hwm-h6-default,
.hwm-h6-b {
  color: #6f851f;
  font-weight: normal;
}

.c-b h1,
.c-b h1.hw-bottom-box {
  color: #6f851f;
  background-color: transparent;
}

.c-c h2.hwm-1-default,
.hwm-h1-c {
  color: #004D87;
  font-weight: normal;
}

.c-c h2.hwm-h2-default,
h2.hwm-h2-c {
  color: #004D87;
  font-weight: bold;
}

.c-c .hwm-h3-default,
.hwm-h3-c {
  color: #004D87;
  font-weight: normal;
}

.c-c .hwm-h3-default,
.hwm-h3-c {
  color: #004D87;
  font-weight: normal;
}

.c-c .hwm-h4-default,
.hwm-h4-c {
  color: #004D87;
  font-weight: normal;
}

.c-c .hwm-h5-default,
.hwm-h5-c {
  color: #004D87;
  font-weight: normal;
}

.c-c .hwm-h6-default,
.hwm-h6-c {
  color: #004D87;
  font-weight: normal;
}

.c-c h1,
.c-c h1.hw-bottom-box {
  color: #004D87;
  background-color: transparent;
}

.c-d h2.hwm-1-default,
.hwm-h1-d {
  color: #009EE2;
  font-weight: normal;
}

.c-d h2.hwm-h2-default,
h2.hwm-h2-d {
  color: #009EE2;
  font-weight: bold;
}

.c-d .hwm-h3-default,
.hwm-h3-d {
  color: #009EE2;
  font-weight: normal;
}

.c-d .hwm-h3-default,
.hwm-h3-d {
  color: #009EE2;
  font-weight: normal;
}

.c-d .hwm-h4-default,
.hwm-h4-d {
  color: #009EE2;
  font-weight: normal;
}

.c-d .hwm-h5-default,
.hwm-h5-d {
  color: #009EE2;
  font-weight: normal;
}

.c-d .hwm-h6-default,
.hwm-h6-d {
  color: #009EE2;
  font-weight: normal;
}

.c-d h1,
.c-d h1.hw-bottom-box {
  color: #009EE2;
  background-color: transparent;
}

.c-e h2.hwm-1-default,
.hwm-h1-e {
  color: #EBC000;
  font-weight: normal;
}

.c-e h2.hwm-h2-default,
h2.hwm-h2-e {
  color: #EBC000;
  font-weight: bold;
}

.c-e .hwm-h3-default,
.hwm-h3-e {
  color: #EBC000;
  font-weight: normal;
}

.c-e .hwm-h3-default,
.hwm-h3-e {
  color: #EBC000;
  font-weight: normal;
}

.c-e .hwm-h4-default,
.hwm-h4-e {
  color: #EBC000;
  font-weight: normal;
}

.c-e .hwm-h5-default,
.hwm-h5-e {
  color: #EBC000;
  font-weight: normal;
}

.c-e .hwm-h6-default,
.hwm-h6-e {
  color: #EBC000;
  font-weight: normal;
}

.c-e h1,
.c-e h1.hw-bottom-box {
  color: #EBC000;
  background-color: transparent;
}

.c-f h2.hwm-1-default,
.hwm-h1-f {
  color: #706F6F;
  font-weight: normal;
}

.c-f h2.hwm-h2-default,
h2.hwm-h2-f {
  color: #706F6F;
  font-weight: bold;
}

.c-f .hwm-h3-default,
.hwm-h3-f {
  color: #706F6F;
  font-weight: normal;
}

.c-f .hwm-h3-default,
.hwm-h3-f {
  color: #706F6F;
  font-weight: normal;
}

.c-f .hwm-h4-default,
.hwm-h4-f {
  color: #706F6F;
  font-weight: normal;
}

.c-f .hwm-h5-default,
.hwm-h5-f {
  color: #706F6F;
  font-weight: normal;
}

.c-f .hwm-h6-default,
.hwm-h6-f {
  color: #706F6F;
  font-weight: normal;
}

.c-f h1,
.c-f h1.hw-bottom-box {
  color: #706F6F;
  background-color: transparent;
}

.c-g h2.hwm-1-default,
.hwm-h1-g {
  color: #EDEDED;
  font-weight: normal;
}

.c-g h2.hwm-h2-default,
h2.hwm-h2-g {
  color: #EDEDED;
  font-weight: bold;
}

.c-g .hwm-h3-default,
.hwm-h3-g {
  color: #EDEDED;
  font-weight: normal;
}

.c-g .hwm-h3-default,
.hwm-h3-g {
  color: #EDEDED;
  font-weight: normal;
}

.c-g .hwm-h4-default,
.hwm-h4-g {
  color: #EDEDED;
  font-weight: normal;
}

.c-g .hwm-h5-default,
.hwm-h5-g {
  color: #EDEDED;
  font-weight: normal;
}

.c-g .hwm-h6-default,
.hwm-h6-g {
  color: #EDEDED;
  font-weight: normal;
}

.c-g h1,
.c-g h1.hw-bottom-box {
  color: #EDEDED;
  background-color: transparent;
}

.c-h h2.hwm-1-default,
.hwm-h1-h {
  color: #97cdd2;
  font-weight: normal;
}

.c-h h2.hwm-h2-default,
h2.hwm-h2-h {
  color: #97cdd2;
  font-weight: bold;
}

.c-h .hwm-h3-default,
.hwm-h3-h {
  color: #97cdd2;
  font-weight: normal;
}

.c-h .hwm-h3-default,
.hwm-h3-h {
  color: #97cdd2;
  font-weight: normal;
}

.c-h .hwm-h4-default,
.hwm-h4-h {
  color: #97cdd2;
  font-weight: normal;
}

.c-h .hwm-h5-default,
.hwm-h5-h {
  color: #97cdd2;
  font-weight: normal;
}

.c-h .hwm-h6-default,
.hwm-h6-h {
  color: #97cdd2;
  font-weight: normal;
}

.c-h h1,
.c-h h1.hw-bottom-box {
  color: #97cdd2;
  background-color: transparent;
}

.c-i h2.hwm-1-default,
.hwm-h1-i {
  color: #6287b5;
  font-weight: normal;
}

.c-i h2.hwm-h2-default,
h2.hwm-h2-i {
  color: #6287b5;
  font-weight: bold;
}

.c-i .hwm-h3-default,
.hwm-h3-i {
  color: #6287b5;
  font-weight: normal;
}

.c-i .hwm-h3-default,
.hwm-h3-i {
  color: #6287b5;
  font-weight: normal;
}

.c-i .hwm-h4-default,
.hwm-h4-i {
  color: #6287b5;
  font-weight: normal;
}

.c-i .hwm-h5-default,
.hwm-h5-i {
  color: #6287b5;
  font-weight: normal;
}

.c-i .hwm-h6-default,
.hwm-h6-i {
  color: #6287b5;
  font-weight: normal;
}

.c-i h1,
.c-i h1.hw-bottom-box {
  color: #6287b5;
  background-color: transparent;
}

.c-j h2.hwm-1-default,
.hwm-h1-j {
  color: #5bc5f2;
  font-weight: normal;
}

.c-j h2.hwm-h2-default,
h2.hwm-h2-j {
  color: #5bc5f2;
  font-weight: bold;
}

.c-j .hwm-h3-default,
.hwm-h3-j {
  color: #5bc5f2;
  font-weight: normal;
}

.c-j .hwm-h3-default,
.hwm-h3-j {
  color: #5bc5f2;
  font-weight: normal;
}

.c-j .hwm-h4-default,
.hwm-h4-j {
  color: #5bc5f2;
  font-weight: normal;
}

.c-j .hwm-h5-default,
.hwm-h5-j {
  color: #5bc5f2;
  font-weight: normal;
}

.c-j .hwm-h6-default,
.hwm-h6-j {
  color: #5bc5f2;
  font-weight: normal;
}

.c-j h1,
.c-j h1.hw-bottom-box {
  color: #5bc5f2;
  background-color: transparent;
}

.c-k h2.hwm-1-default,
.hwm-h1-k {
  color: #ed7019;
  font-weight: normal;
}

.c-k h2.hwm-h2-default,
h2.hwm-h2-k {
  color: #ed7019;
  font-weight: bold;
}

.c-k .hwm-h3-default,
.hwm-h3-k {
  color: #ed7019;
  font-weight: normal;
}

.c-k .hwm-h3-default,
.hwm-h3-k {
  color: #ed7019;
  font-weight: normal;
}

.c-k .hwm-h4-default,
.hwm-h4-k {
  color: #ed7019;
  font-weight: normal;
}

.c-k .hwm-h5-default,
.hwm-h5-k {
  color: #ed7019;
  font-weight: normal;
}

.c-k .hwm-h6-default,
.hwm-h6-k {
  color: #ed7019;
  font-weight: normal;
}

.c-k h1,
.c-k h1.hw-bottom-box {
  color: #ed7019;
  background-color: transparent;
}

.c-l h2.hwm-1-default,
.hwm-h1-l {
  color: #6f851f;
  font-weight: normal;
}

.c-l h2.hwm-h2-default,
h2.hwm-h2-l {
  color: #6f851f;
  font-weight: bold;
}

.c-l .hwm-h3-default,
.hwm-h3-l {
  color: #6f851f;
  font-weight: normal;
}

.c-l .hwm-h3-default,
.hwm-h3-l {
  color: #6f851f;
  font-weight: normal;
}

.c-l .hwm-h4-default,
.hwm-h4-l {
  color: #6f851f;
  font-weight: normal;
}

.c-l .hwm-h5-default,
.hwm-h5-l {
  color: #6f851f;
  font-weight: normal;
}

.c-l .hwm-h6-default,
.hwm-h6-l {
  color: #6f851f;
  font-weight: normal;
}

.c-l h1,
.c-l h1.hw-bottom-box {
  color: #6f851f;
  background-color: transparent;
}

.c-m h2.hwm-1-default,
.hwm-h1-m {
  color: #c3ff00;
  font-weight: normal;
}

.c-m h2.hwm-h2-default,
h2.hwm-h2-m {
  color: #c3ff00;
  font-weight: bold;
}

.c-m .hwm-h3-default,
.hwm-h3-m {
  color: #c3ff00;
  font-weight: normal;
}

.c-m .hwm-h3-default,
.hwm-h3-m {
  color: #c3ff00;
  font-weight: normal;
}

.c-m .hwm-h4-default,
.hwm-h4-m {
  color: #c3ff00;
  font-weight: normal;
}

.c-m .hwm-h5-default,
.hwm-h5-m {
  color: #c3ff00;
  font-weight: normal;
}

.c-m .hwm-h6-default,
.hwm-h6-m {
  color: #c3ff00;
  font-weight: normal;
}

.c-m h1,
.c-m h1.hw-bottom-box {
  color: #c3ff00;
  background-color: transparent;
}

.c-n h2.hwm-1-default,
.hwm-h1-n {
  color: #ced4da;
  font-weight: normal;
}

.c-n h2.hwm-h2-default,
h2.hwm-h2-n {
  color: #ced4da;
  font-weight: bold;
}

.c-n .hwm-h3-default,
.hwm-h3-n {
  color: #ced4da;
  font-weight: normal;
}

.c-n .hwm-h3-default,
.hwm-h3-n {
  color: #ced4da;
  font-weight: normal;
}

.c-n .hwm-h4-default,
.hwm-h4-n {
  color: #ced4da;
  font-weight: normal;
}

.c-n .hwm-h5-default,
.hwm-h5-n {
  color: #ced4da;
  font-weight: normal;
}

.c-n .hwm-h6-default,
.hwm-h6-n {
  color: #ced4da;
  font-weight: normal;
}

.c-n h1,
.c-n h1.hw-bottom-box {
  color: #ced4da;
  background-color: transparent;
}

.hwm-borderbox h3 {
  margin: 0.5rem 0;
}

.hwm-footer-h3 {
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.75rem;
}

.hwm-footer-h6 {
  font-weight: bold;
  margin-bottom: 0px;
  padding-top: 5px;
  color: #fff;
}

.hwm-contentbox h6.imgBottom {
  font-size: 2.125rem;
  padding: 15px;
  margin: 15px 0px 15px 0px;
  left: 15px;
  top: 0px;
}

.hw-accordion .card {
  border: 0px;
}

.hw-accordion .card-header {
  cursor: pointer;
}

.hw-accordion div[aria-expanded=false] .fa-minus-circle {
  display: none;
}

.hw-accordion div[aria-expanded=true] .fa-plus-circle {
  display: none;
}

.hwm-logo {
  z-index: 1030;
}
.hwm-logo svg#csm-logo.logo-0 .cls-0 {
  fill: #868279;
}
.hwm-logo svg#csm-logo.logo-0 .cls-1 {
  fill: #94938C;
}
.hwm-logo svg#csm-logo.logo-0 .cls-2 {
  fill: #ABB0A6;
}
.hwm-logo svg#csm-logo.logo-0 .cls-3 {
  fill: #B3B8AA;
}
.hwm-logo svg#csm-logo.logo-0 .cls-4 {
  fill: #C9D752;
}
.hwm-logo svg#csm-logo.logo-0 .cls-5 {
  fill: #9FB454;
}
.hwm-logo svg#csm-logo.logo-0 .cls-6 {
  fill: #98AB63;
}
.hwm-logo svg#csm-logo.logo-0 .cls-7 {
  fill: #AFB98E;
}
.hwm-logo svg#csm-logo.logo-0 .cls-8 {
  fill: #B4CE43;
}
.hwm-logo svg#csm-logo.logo-0 .cls-9 {
  fill: #98B530;
}
.hwm-logo svg#csm-logo.logo-0 .cls-10 {
  fill: #98AE2F;
}
.hwm-logo svg#csm-logo.logo-0 .cls-11 {
  fill: #9AB232;
}
.hwm-logo svg#csm-logo.logo-0 .cls-12 {
  fill: #708529;
}
.hwm-logo svg#csm-logo.logo-0 .cls-13 {
  fill: #85972B;
}
.hwm-logo svg#csm-logo.logo-0 .cls-14 {
  fill: #85972B;
}
.hwm-logo svg#csm-logo.logo-0 .cls-15 {
  fill: #B4CD41;
}
.hwm-logo svg#csm-logo.logo-1 .cls-0 {
  fill: #cde84f;
}
.hwm-logo svg#csm-logo.logo-1 .cls-1 {
  fill: #d3f350;
}
.hwm-logo svg#csm-logo.logo-1 .cls-2 {
  fill: #7ca93e;
}
.hwm-logo svg#csm-logo.logo-1 .cls-3 {
  fill: #50a260;
}
.hwm-logo svg#csm-logo.logo-1 .cls-4 {
  fill: #cfeb54;
}
.hwm-logo svg#csm-logo.logo-1 .cls-5 {
  fill: #b4d23e;
}
.hwm-logo svg#csm-logo.logo-1 .cls-6 {
  fill: #9abb42;
}
.hwm-logo svg#csm-logo.logo-1 .cls-7 {
  fill: #9fdba7;
}
.hwm-logo svg#csm-logo.logo-1 .cls-8 {
  fill: #acbe45;
}
.hwm-logo svg#csm-logo.logo-1 .cls-9 {
  fill: #a1b93c;
}
.hwm-logo svg#csm-logo.logo-1 .cls-10 {
  fill: #c3bfa2;
}
.hwm-logo svg#csm-logo.logo-1 .cls-11 {
  fill: #d5d1b6;
}
.hwm-logo svg#csm-logo.logo-1 .cls-12 {
  fill: #c5e748;
}
.hwm-logo svg#csm-logo.logo-1 .cls-13 {
  fill: #9ecb98;
}
.hwm-logo svg#csm-logo.logo-1 .cls-14 {
  fill: #c6e554;
}
.hwm-logo svg#csm-logo.logo-1 .cls-15 {
  fill: #5c842f;
}
.hwm-logo svg#csm-logo.logo-2 .cls-0 {
  fill: #8dc69d;
}
.hwm-logo svg#csm-logo.logo-2 .cls-1 {
  fill: #73b484;
}
.hwm-logo svg#csm-logo.logo-2 .cls-2 {
  fill: #5c674b;
}
.hwm-logo svg#csm-logo.logo-2 .cls-3 {
  fill: #5d5c46;
}
.hwm-logo svg#csm-logo.logo-2 .cls-4 {
  fill: #edeae1;
}
.hwm-logo svg#csm-logo.logo-2 .cls-5 {
  fill: #a5c7a8;
}
.hwm-logo svg#csm-logo.logo-2 .cls-6 {
  fill: #6cb788;
}
.hwm-logo svg#csm-logo.logo-2 .cls-7 {
  fill: #66775a;
}
.hwm-logo svg#csm-logo.logo-2 .cls-8 {
  fill: #e9e0d7;
}
.hwm-logo svg#csm-logo.logo-2 .cls-9 {
  fill: #f1ede7;
}
.hwm-logo svg#csm-logo.logo-2 .cls-10 {
  fill: #dcd3c9;
}
.hwm-logo svg#csm-logo.logo-2 .cls-11 {
  fill: #e9e3d9;
}
.hwm-logo svg#csm-logo.logo-2 .cls-12 {
  fill: #b0b8a7;
}
.hwm-logo svg#csm-logo.logo-2 .cls-13 {
  fill: #6a5e54;
}
.hwm-logo svg#csm-logo.logo-2 .cls-14 {
  fill: #f0eae3;
}
.hwm-logo svg#csm-logo.logo-2 .cls-15 {
  fill: #77746b;
}
.hwm-logo svg#csm-logo.logo-3 .cls-0 {
  fill: #f0f1f1;
}
.hwm-logo svg#csm-logo.logo-3 .cls-1 {
  fill: #d8dbdb;
}
.hwm-logo svg#csm-logo.logo-3 .cls-2 {
  fill: #d1d1d2;
}
.hwm-logo svg#csm-logo.logo-3 .cls-3 {
  fill: #cccccc;
}
.hwm-logo svg#csm-logo.logo-3 .cls-4 {
  fill: #e4e8ec;
}
.hwm-logo svg#csm-logo.logo-3 .cls-5 {
  fill: #2b2a2b;
}
.hwm-logo svg#csm-logo.logo-3 .cls-6 {
  fill: #393737;
}
.hwm-logo svg#csm-logo.logo-3 .cls-7 {
  fill: #484848;
}
.hwm-logo svg#csm-logo.logo-3 .cls-8 {
  fill: #e7ebef;
}
.hwm-logo svg#csm-logo.logo-3 .cls-9 {
  fill: #65666a;
}
.hwm-logo svg#csm-logo.logo-3 .cls-10 {
  fill: #c4c7c8;
}
.hwm-logo svg#csm-logo.logo-3 .cls-11 {
  fill: #cacccd;
}
.hwm-logo svg#csm-logo.logo-3 .cls-12 {
  fill: #797c7f;
}
.hwm-logo svg#csm-logo.logo-3 .cls-13 {
  fill: #7e7f80;
}
.hwm-logo svg#csm-logo.logo-3 .cls-14 {
  fill: #d4d6d8;
}
.hwm-logo svg#csm-logo.logo-3 .cls-15 {
  fill: #dcdfe0;
}
.hwm-logo svg#csm-logo.logo-4 .cls-0 {
  fill: #6a85d3;
}
.hwm-logo svg#csm-logo.logo-4 .cls-1 {
  fill: #9fd7fc;
}
.hwm-logo svg#csm-logo.logo-4 .cls-2 {
  fill: #c3fbfd;
}
.hwm-logo svg#csm-logo.logo-4 .cls-3 {
  fill: #d7fefe;
}
.hwm-logo svg#csm-logo.logo-4 .cls-4 {
  fill: #809ad5;
}
.hwm-logo svg#csm-logo.logo-4 .cls-5 {
  fill: #aee8fc;
}
.hwm-logo svg#csm-logo.logo-4 .cls-6 {
  fill: #b4f0fc;
}
.hwm-logo svg#csm-logo.logo-4 .cls-7 {
  fill: #c6f8fd;
}
.hwm-logo svg#csm-logo.logo-4 .cls-8 {
  fill: #445697;
}
.hwm-logo svg#csm-logo.logo-4 .cls-9 {
  fill: #6d8bdc;
}
.hwm-logo svg#csm-logo.logo-4 .cls-10 {
  fill: #4f3456;
}
.hwm-logo svg#csm-logo.logo-4 .cls-11 {
  fill: #723f62;
}
.hwm-logo svg#csm-logo.logo-4 .cls-12 {
  fill: #7e9fea;
}
.hwm-logo svg#csm-logo.logo-4 .cls-13 {
  fill: #7da5f1;
}
.hwm-logo svg#csm-logo.logo-4 .cls-14 {
  fill: #885381;
}
.hwm-logo svg#csm-logo.logo-4 .cls-15 {
  fill: #8c5b8b;
}

.carousel-control-prev, .carousel-control-next {
  width: 20px;
}

.carousel-control-prev {
  left: 0;
  text-align: left;
  justify-content: left;
  opacity: 1;
}

.carousel-control-next {
  right: 0%;
  text-align: right;
  justify-content: right;
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 60px;
  background: transparent no-repeat center center;
}

.carousel-control-prev-icon {
  background-image: url(/img/layout/textur.png);
  background-position: 0px 0px;
}

.carousel-control-next-icon {
  background-image: url(/img/layout/textur.png);
  background-position: -20px 0px;
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 7.5px;
  height: 75px;
  border-radius: 50% !important;
  margin-right: 2px;
  margin-left: 2px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.85);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #6f851f;
}

.c-a .carousel-indicators .active {
  background-color: #b6dc3c;
}

.c-b .carousel-indicators .active {
  background-color: #6f851f;
}

.c-c .carousel-indicators .active {
  background-color: #004D87;
}

.c-d .carousel-indicators .active {
  background-color: #009EE2;
}

.c-e .carousel-indicators .active {
  background-color: #EBC000;
}

.c-f .carousel-indicators .active {
  background-color: #706F6F;
}

.c-g .carousel-indicators .active {
  background-color: #EDEDED;
}

.c-h .carousel-indicators .active {
  background-color: #97cdd2;
}

.c-i .carousel-indicators .active {
  background-color: #6287b5;
}

.c-j .carousel-indicators .active {
  background-color: #5bc5f2;
}

.c-k .carousel-indicators .active {
  background-color: #ed7019;
}

.c-l .carousel-indicators .active {
  background-color: #6f851f;
}

.c-m .carousel-indicators .active {
  background-color: #c3ff00;
}

.c-n .carousel-indicators .active {
  background-color: #ced4da;
}

.boxTop .carousel-indicators {
  margin-right: 10px;
  justify-content: flex-end;
}

.position-relative {
  position: relative;
}

.content-area > .image-element:first-child {
  margin-top: -95px;
}

@media (max-width: 991.98px) {
  .content-area > h2:first-child {
    padding-right: 45px;
  }
  .content-area > h2:first-child + h3 {
    padding-right: 45px;
  }
}
.content-area > h2:first-child,
.content-area > h3:first-child {
  line-height: 1em;
}

.hwm-list.points li {
  padding: 0 0 0 18px !important;
}

body {
  padding-right: 0px;
  padding-left: 0px;
}

footer {
  margin-left: 0px;
}

@media (min-width: 992px) {
  .contentPart {
    padding-left: 30px;
    padding-right: 30px;
  }

  .overlay-bl {
    bottom: -45px !important;
    left: -37.5px !important;
  }
}
@media (max-width: 991.98px) {
  header {
    position: fixed !important;
    top: 0;
    z-index: 99999;
    min-height: auto !important;
  }

  body {
    padding-top: 120px;
  }
}
header,
header .dropdown-menu {
  font-size: 1rem !important;
  line-stacking: 1rem !important;
  font-family: regular;
}

.nav-link.home {
  font-size: 1.6875rem;
  line-height: 0.5625rem;
  max-height: 0px;
}

.contentPart {
  background-color: #FFFFFF;
}

.hwm-borderbox.boxTop .dropdown-menu {
  padding: 0;
  top: -4px !important;
  margin: 0.125rem 0 0;
  background-color: transparent;
}
.hwm-borderbox.boxTop .dropdown-item {
  padding: 0.5rem 1.5rem;
  background-color: transparent;
}
.hwm-borderbox.boxTop .dropdown-item:hover {
  color: inherit;
  background: rgba(255, 255, 255, 0.3);
}

.hwm-borderbox .bgColor {
  background-color: #ededed;
  padding: 0px 7.5px;
  border: 15px solid #ededed;
  margin: -15px 7.5px -22.5px -15px;
}

.bgColor .bgBox {
  background-color: #fff;
  margin: -15px -7.5px -15px -15px;
  padding: 15px;
}

.boxLeft .hwm-borderbox,
.boxLeft .hwm-borderbox,
.boxRight .hwm-borderbox,
.boxRight .hwm-borderbox {
  border-color: #ededed;
}

.submenu {
  line-height: 1.125rem;
}
.submenu h6 {
  color: #b6dc3c;
}

.c-a .hw-content-border.c-default,
.hw-content-border.c-a {
  /*border: $hw-content-border-width solid $value;*/
  background-color: #EDEDED !important;
}

.contentPart > .hwm-h6-default:nth-child(1),
.contentPart > .hwm-h6-a:nth-child(1) {
  display: inline-block;
  margin-bottom: 0px;
}

.c-a .submenu .e3.currentSite:before {
  background-color: #b6dc3c;
}

.c-a .submenu .e3.currentSite:after {
  border-left-color: #b6dc3c;
}

.submenu .c-a.e1[data-toggle=collapse]:before {
  border-top-color: #b6dc3c;
  border-left-color: transparent;
}

.submenu .c-a.e1[data-toggle=collapse].collapsed:before {
  border-top-color: transparent;
  border-left-color: #b6dc3c;
}

.submenu .c-a.e2 {
  background-color: #b6dc3c;
}

.c-b .hw-content-border.c-default,
.hw-content-border.c-b {
  /*border: $hw-content-border-width solid $value;*/
  background-color: #EDEDED !important;
}

.contentPart > .hwm-h6-default:nth-child(1),
.contentPart > .hwm-h6-b:nth-child(1) {
  display: inline-block;
  margin-bottom: 0px;
}

.c-b .submenu .e3.currentSite:before {
  background-color: #6f851f;
}

.c-b .submenu .e3.currentSite:after {
  border-left-color: #6f851f;
}

.submenu .c-b.e1[data-toggle=collapse]:before {
  border-top-color: #6f851f;
  border-left-color: transparent;
}

.submenu .c-b.e1[data-toggle=collapse].collapsed:before {
  border-top-color: transparent;
  border-left-color: #6f851f;
}

.submenu .c-b.e2 {
  background-color: #6f851f;
}

.c-c .hw-content-border.c-default,
.hw-content-border.c-c {
  /*border: $hw-content-border-width solid $value;*/
  background-color: #EDEDED !important;
}

.contentPart > .hwm-h6-default:nth-child(1),
.contentPart > .hwm-h6-c:nth-child(1) {
  display: inline-block;
  margin-bottom: 0px;
}

.c-c .submenu .e3.currentSite:before {
  background-color: #004D87;
}

.c-c .submenu .e3.currentSite:after {
  border-left-color: #004D87;
}

.submenu .c-c.e1[data-toggle=collapse]:before {
  border-top-color: #004D87;
  border-left-color: transparent;
}

.submenu .c-c.e1[data-toggle=collapse].collapsed:before {
  border-top-color: transparent;
  border-left-color: #004D87;
}

.submenu .c-c.e2 {
  background-color: #004D87;
}

.c-d .hw-content-border.c-default,
.hw-content-border.c-d {
  /*border: $hw-content-border-width solid $value;*/
  background-color: #EDEDED !important;
}

.contentPart > .hwm-h6-default:nth-child(1),
.contentPart > .hwm-h6-d:nth-child(1) {
  display: inline-block;
  margin-bottom: 0px;
}

.c-d .submenu .e3.currentSite:before {
  background-color: #009EE2;
}

.c-d .submenu .e3.currentSite:after {
  border-left-color: #009EE2;
}

.submenu .c-d.e1[data-toggle=collapse]:before {
  border-top-color: #009EE2;
  border-left-color: transparent;
}

.submenu .c-d.e1[data-toggle=collapse].collapsed:before {
  border-top-color: transparent;
  border-left-color: #009EE2;
}

.submenu .c-d.e2 {
  background-color: #009EE2;
}

.c-e .hw-content-border.c-default,
.hw-content-border.c-e {
  /*border: $hw-content-border-width solid $value;*/
  background-color: #EDEDED !important;
}

.contentPart > .hwm-h6-default:nth-child(1),
.contentPart > .hwm-h6-e:nth-child(1) {
  display: inline-block;
  margin-bottom: 0px;
}

.c-e .submenu .e3.currentSite:before {
  background-color: #EBC000;
}

.c-e .submenu .e3.currentSite:after {
  border-left-color: #EBC000;
}

.submenu .c-e.e1[data-toggle=collapse]:before {
  border-top-color: #EBC000;
  border-left-color: transparent;
}

.submenu .c-e.e1[data-toggle=collapse].collapsed:before {
  border-top-color: transparent;
  border-left-color: #EBC000;
}

.submenu .c-e.e2 {
  background-color: #EBC000;
}

.c-f .hw-content-border.c-default,
.hw-content-border.c-f {
  /*border: $hw-content-border-width solid $value;*/
  background-color: #EDEDED !important;
}

.contentPart > .hwm-h6-default:nth-child(1),
.contentPart > .hwm-h6-f:nth-child(1) {
  display: inline-block;
  margin-bottom: 0px;
}

.c-f .submenu .e3.currentSite:before {
  background-color: #706F6F;
}

.c-f .submenu .e3.currentSite:after {
  border-left-color: #706F6F;
}

.submenu .c-f.e1[data-toggle=collapse]:before {
  border-top-color: #706F6F;
  border-left-color: transparent;
}

.submenu .c-f.e1[data-toggle=collapse].collapsed:before {
  border-top-color: transparent;
  border-left-color: #706F6F;
}

.submenu .c-f.e2 {
  background-color: #706F6F;
}

.c-g .hw-content-border.c-default,
.hw-content-border.c-g {
  /*border: $hw-content-border-width solid $value;*/
  background-color: #EDEDED !important;
}

.contentPart > .hwm-h6-default:nth-child(1),
.contentPart > .hwm-h6-g:nth-child(1) {
  display: inline-block;
  margin-bottom: 0px;
}

.c-g .submenu .e3.currentSite:before {
  background-color: #EDEDED;
}

.c-g .submenu .e3.currentSite:after {
  border-left-color: #EDEDED;
}

.submenu .c-g.e1[data-toggle=collapse]:before {
  border-top-color: #EDEDED;
  border-left-color: transparent;
}

.submenu .c-g.e1[data-toggle=collapse].collapsed:before {
  border-top-color: transparent;
  border-left-color: #EDEDED;
}

.submenu .c-g.e2 {
  background-color: #EDEDED;
}

.c-h .hw-content-border.c-default,
.hw-content-border.c-h {
  /*border: $hw-content-border-width solid $value;*/
  background-color: #EDEDED !important;
}

.contentPart > .hwm-h6-default:nth-child(1),
.contentPart > .hwm-h6-h:nth-child(1) {
  display: inline-block;
  margin-bottom: 0px;
}

.c-h .submenu .e3.currentSite:before {
  background-color: #97cdd2;
}

.c-h .submenu .e3.currentSite:after {
  border-left-color: #97cdd2;
}

.submenu .c-h.e1[data-toggle=collapse]:before {
  border-top-color: #97cdd2;
  border-left-color: transparent;
}

.submenu .c-h.e1[data-toggle=collapse].collapsed:before {
  border-top-color: transparent;
  border-left-color: #97cdd2;
}

.submenu .c-h.e2 {
  background-color: #97cdd2;
}

.c-i .hw-content-border.c-default,
.hw-content-border.c-i {
  /*border: $hw-content-border-width solid $value;*/
  background-color: #EDEDED !important;
}

.contentPart > .hwm-h6-default:nth-child(1),
.contentPart > .hwm-h6-i:nth-child(1) {
  display: inline-block;
  margin-bottom: 0px;
}

.c-i .submenu .e3.currentSite:before {
  background-color: #6287b5;
}

.c-i .submenu .e3.currentSite:after {
  border-left-color: #6287b5;
}

.submenu .c-i.e1[data-toggle=collapse]:before {
  border-top-color: #6287b5;
  border-left-color: transparent;
}

.submenu .c-i.e1[data-toggle=collapse].collapsed:before {
  border-top-color: transparent;
  border-left-color: #6287b5;
}

.submenu .c-i.e2 {
  background-color: #6287b5;
}

.c-j .hw-content-border.c-default,
.hw-content-border.c-j {
  /*border: $hw-content-border-width solid $value;*/
  background-color: #EDEDED !important;
}

.contentPart > .hwm-h6-default:nth-child(1),
.contentPart > .hwm-h6-j:nth-child(1) {
  display: inline-block;
  margin-bottom: 0px;
}

.c-j .submenu .e3.currentSite:before {
  background-color: #5bc5f2;
}

.c-j .submenu .e3.currentSite:after {
  border-left-color: #5bc5f2;
}

.submenu .c-j.e1[data-toggle=collapse]:before {
  border-top-color: #5bc5f2;
  border-left-color: transparent;
}

.submenu .c-j.e1[data-toggle=collapse].collapsed:before {
  border-top-color: transparent;
  border-left-color: #5bc5f2;
}

.submenu .c-j.e2 {
  background-color: #5bc5f2;
}

.c-k .hw-content-border.c-default,
.hw-content-border.c-k {
  /*border: $hw-content-border-width solid $value;*/
  background-color: #EDEDED !important;
}

.contentPart > .hwm-h6-default:nth-child(1),
.contentPart > .hwm-h6-k:nth-child(1) {
  display: inline-block;
  margin-bottom: 0px;
}

.c-k .submenu .e3.currentSite:before {
  background-color: #ed7019;
}

.c-k .submenu .e3.currentSite:after {
  border-left-color: #ed7019;
}

.submenu .c-k.e1[data-toggle=collapse]:before {
  border-top-color: #ed7019;
  border-left-color: transparent;
}

.submenu .c-k.e1[data-toggle=collapse].collapsed:before {
  border-top-color: transparent;
  border-left-color: #ed7019;
}

.submenu .c-k.e2 {
  background-color: #ed7019;
}

.c-l .hw-content-border.c-default,
.hw-content-border.c-l {
  /*border: $hw-content-border-width solid $value;*/
  background-color: #EDEDED !important;
}

.contentPart > .hwm-h6-default:nth-child(1),
.contentPart > .hwm-h6-l:nth-child(1) {
  display: inline-block;
  margin-bottom: 0px;
}

.c-l .submenu .e3.currentSite:before {
  background-color: #6f851f;
}

.c-l .submenu .e3.currentSite:after {
  border-left-color: #6f851f;
}

.submenu .c-l.e1[data-toggle=collapse]:before {
  border-top-color: #6f851f;
  border-left-color: transparent;
}

.submenu .c-l.e1[data-toggle=collapse].collapsed:before {
  border-top-color: transparent;
  border-left-color: #6f851f;
}

.submenu .c-l.e2 {
  background-color: #6f851f;
}

.c-m .hw-content-border.c-default,
.hw-content-border.c-m {
  /*border: $hw-content-border-width solid $value;*/
  background-color: #EDEDED !important;
}

.contentPart > .hwm-h6-default:nth-child(1),
.contentPart > .hwm-h6-m:nth-child(1) {
  display: inline-block;
  margin-bottom: 0px;
}

.c-m .submenu .e3.currentSite:before {
  background-color: #c3ff00;
}

.c-m .submenu .e3.currentSite:after {
  border-left-color: #c3ff00;
}

.submenu .c-m.e1[data-toggle=collapse]:before {
  border-top-color: #c3ff00;
  border-left-color: transparent;
}

.submenu .c-m.e1[data-toggle=collapse].collapsed:before {
  border-top-color: transparent;
  border-left-color: #c3ff00;
}

.submenu .c-m.e2 {
  background-color: #c3ff00;
}

.c-n .hw-content-border.c-default,
.hw-content-border.c-n {
  /*border: $hw-content-border-width solid $value;*/
  background-color: #EDEDED !important;
}

.contentPart > .hwm-h6-default:nth-child(1),
.contentPart > .hwm-h6-n:nth-child(1) {
  display: inline-block;
  margin-bottom: 0px;
}

.c-n .submenu .e3.currentSite:before {
  background-color: #ced4da;
}

.c-n .submenu .e3.currentSite:after {
  border-left-color: #ced4da;
}

.submenu .c-n.e1[data-toggle=collapse]:before {
  border-top-color: #ced4da;
  border-left-color: transparent;
}

.submenu .c-n.e1[data-toggle=collapse].collapsed:before {
  border-top-color: transparent;
  border-left-color: #ced4da;
}

.submenu .c-n.e2 {
  background-color: #ced4da;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }

  header.container {
    min-height: 150px;
  }
}
@media (max-width: 991.98px) {
  header.container {
    min-height: 165px;
  }
}
#cookie-bar {
  z-index: 2000 !important;
  background-color: rgba(111, 133, 31, 0.75);
  height: auto;
  line-height: 2.25rem;
  color: #fff;
  text-align: center;
  padding: 2rem 1rem;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar p a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 3px 6px;
  margin-left: 8px;
  margin-top: 8px;
}
#cookie-bar .cb-enable {
  display: block !important;
  width: 3rem;
  margin-left: auto !important;
  margin-right: auto !important;
  background: #b6dc3c;
}
#cookie-bar .cb-enable:hover {
  background: #8bad1f;
}
#cookie-bar .cb-disable {
  background: #990000;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #b6dc3c;
}
#cookie-bar .cb-policy:hover {
  background: #8bad1f;
}

.hwm-background-image {
  z-index: 0;
  position: absolute;
  top: 5px;
  width: calc(100% - 2px);
  padding-left: calc(25% + 7.5px);
  padding-right: 7.5px;
}
.hwm-background-image img {
  width: 100%;
  height: 50%;
}
@media (max-width: 991.98px) {
  .hwm-background-image {
    top: 105px;
    width: 100%;
    padding: 0 15px;
  }
  .hwm-background-image img {
    height: auto;
    max-width: none;
    width: auto;
  }
}

.hwm-navbar {
  height: unset !important;
  min-height: 60px;
  background-color: transparent;
}
.hwm-navbar button.navbar-toggler {
  position: relative;
  top: unset;
  padding: 0px;
  color: #3C3C3B;
  position: absolute;
  right: 15px;
}
.hwm-navbar .hwm-sticky-header-wrapper {
  z-index: 100;
  top: 0;
  position: fixed;
  margin-top: 7.5px;
  font-size: 1.15rem;
}
@media (max-width: 991.98px) {
  .hwm-navbar .hwm-sticky-header-wrapper {
    right: 80px;
    position: absolute;
  }
}
.hwm-navbar .hwm-sticky-header-wrapper::before {
  display: block;
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  width: 80%;
  height: 20px;
  background: white;
}
.hwm-navbar .hwm-sticky-header-wrapper .hwm-languages {
  color: #000;
  background-color: #fff;
  z-index: 100;
  margin-left: auto;
  line-height: normal;
  text-align: right;
}
.hwm-navbar .hwm-sticky-header-wrapper .hwm-languages a {
  text-decoration: none;
}
.hwm-navbar .hwm-sticky-header-wrapper .hwm-languages a.activelang {
  text-decoration: underline;
  pointer-events: none;
  cursor: default;
}
.hwm-navbar .hwm-sticky-header-wrapper .hwm-languages a:first-child {
  padding-left: 7.5px;
}
.hwm-navbar .hwm-sticky-header-wrapper .hwm-languages a:last-child {
  padding-right: 7.5px;
}
.hwm-navbar .hwm-sticky-header-wrapper .hwm-languages a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .hwm-navbar .hwm-languages {
    flex-basis: 210px;
    flex-basis: unset;
    top: -15px;
  }
}

.social-media-bar {
  position: absolute;
  top: 35px;
  right: -32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
}
@media (min-width: 768px) {
  .social-media-bar {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
  }
}
.social-media-bar a.facebook:hover {
  background-color: #3b5998;
  /* Facebook blue */
}
.social-media-bar a.twitter:hover {
  background-color: #1da1f2;
  /* Twitter blue */
}
.social-media-bar a.instagram:hover {
  background-color: #c13584;
  /* Instagram pink */
}
.social-media-bar a.tiktok:hover {
  background-color: #000000;
  /* TikTok black */
}
.social-media-bar a.youtube:hover {
  background-color: #ff0000;
  /* YouTube red */
}
.social-media-bar a.mastodon:hover {
  background-color: #2b90d9;
  /* Mastodon blue */
}
.social-media-bar .fa-facebook-square {
  color: #3D5A98;
}
.social-media-bar .fa-twitter-square {
  color: #1DA1F2;
}
.social-media-bar .hwm-instagram-box {
  color: white;
  background-color: #D92F74;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 1.65em !important;
  position: static;
  bottom: 4px;
}
.social-media-bar .hwm-instagram-box.footer {
  border-radius: 8px;
  padding: 0.3rem 0.5rem;
  font-size: 3rem !important;
  margin: 0;
  position: relative;
  top: 6px;
}
.social-media-bar .hwm-instagram-box.footer.fa-instagram:before {
  position: relative;
  bottom: 1px;
}
.social-media-bar .fa-youtube-square {
  color: #BA161A;
  font-size: 2.3rem;
}
.social-media-bar a:nth-of-type(1) {
  background-color: #808080;
}
.social-media-bar a:nth-of-type(2) {
  background-color: #bfbfbf;
}
.social-media-bar a:nth-of-type(3) {
  background-color: #a1a1a1;
}
.social-media-bar a:nth-of-type(4) {
  background-color: #868686;
}
.social-media-bar a:nth-of-type(5) {
  background-color: #969494;
}
.social-media-bar a:nth-of-type(6) {
  background-color: #7f7f7f;
}
.social-media-bar a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 2px;
  text-decoration: none;
  color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.social-media-bar a:hover {
  opacity: 0.8;
}
.social-media-bar a i {
  font-size: 17.6470588235px;
}
@media (max-width: 991.98px) {
  .social-media-bar {
    position: fixed;
    width: auto;
    right: 15px;
    top: 75px;
  }
  .social-media-bar a {
    width: 42px;
    height: 42px;
  }
  .social-media-bar a i {
    font-size: 30px;
  }
}

footer .social-media-bar {
  flex-direction: row;
  width: auto;
  position: relative;
  justify-content: left;
  top: 0;
  right: 0;
}
footer .social-media-bar a {
  border-radius: 50%;
  margin-right: 7.5px;
  transition: all 0.3s ease-in-out;
}
footer .social-media-bar a.facebook {
  background-color: #3b5998;
  /* Facebook blue */
}
footer .social-media-bar a.facebook:hover {
  color: black;
  background-color: #ced4da;
}
footer .social-media-bar a.twitter {
  background-color: #1da1f2;
  /* Twitter blue */
}
footer .social-media-bar a.twitter:hover {
  color: black;
  background-color: #ced4da;
}
footer .social-media-bar a.instagram {
  background-color: #c13584;
  /* Instagram pink */
}
footer .social-media-bar a.instagram:hover {
  color: black;
  background-color: #ced4da;
}
footer .social-media-bar a.tiktok {
  background-color: #000000;
  /* TikTok black */
}
footer .social-media-bar a.tiktok:hover {
  color: black;
  background-color: #ced4da;
}
footer .social-media-bar a.youtube {
  background-color: #ff0000;
  /* YouTube red */
}
footer .social-media-bar a.youtube:hover {
  color: black;
  background-color: #ced4da;
}
footer .social-media-bar a.mastodon {
  background-color: #2b90d9;
  /* Mastodon blue */
}
footer .social-media-bar a.mastodon:hover {
  color: black;
  background-color: #ced4da;
}

.hwm-side-nav {
  padding-top: 25px;
  height: calc(100vh - 90px - var(--browser-address-bar, 0px));
}
.hwm-side-nav .open {
  text-decoration: none;
  background-color: #adb5bd;
}
.hwm-side-nav.start {
  padding-top: 90px;
}
.hwm-side-nav.content {
  padding-top: 25px;
}
.hwm-side-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hwm-side-nav ul li {
  font-family: regular;
  text-transform: uppercase;
}
.hwm-side-nav ul li a {
  text-decoration: none;
  color: black;
  position: relative;
  display: inline-block;
}
.hwm-side-nav ul li a:hover {
  color: #212529;
}
.hwm-side-nav ul li a:focus {
  outline: none;
}
.hwm-side-nav ul li a .symbol.closed:after {
  content: "+";
  font-size: 0.7em;
  line-height: 1em;
  position: absolute;
  top: 0.5em;
  margin-left: 7.5px;
}
.hwm-side-nav ul li .hwm-menu {
  display: none;
  width: 100%;
  z-index: 1000;
  float: left;
  margin: 0.125rem 0 0;
  font-size: 1.125rem;
  color: #fff;
  background-color: transparent;
  background-clip: content-box;
}
.hwm-side-nav ul li .hwm-menu.show {
  display: block;
}
.hwm-side-nav ul li .hwm-menu .hwm-item {
  width: unset;
  max-width: fit-content;
  display: table;
  padding: 0.5rem 0.75rem;
  clear: both;
  font-weight: 400;
  color: #000;
  text-align: inherit;
  white-space: nowrap;
  background-color: #ced4da;
  border: 0;
}
.hwm-side-nav ul li .hwm-menu .hwm-item:hover, .hwm-side-nav ul li .hwm-menu .hwm-item:focus {
  text-decoration: none;
  background-color: #adb5bd;
}
.hwm-side-nav ul li .hwm-menu .hwm-item.active, .hwm-side-nav ul li .hwm-menu .hwm-item:active {
  text-decoration: none;
  background-color: #adb5bd;
}
.hwm-side-nav ul li .hwm-menu .hwm-item.disabled, .hwm-side-nav ul li .hwm-menu .hwm-item:disabled {
  color: #868e96;
  background-color: transparent;
}
.hwm-side-nav #hwm-mobile-arrow {
  font-size: 4rem;
  color: #b6dc3c;
}
.hwm-side-nav #hwm-mobile-arrow i {
  border: 1px solid #deefa8;
  border-radius: 0.25rem;
  padding: 15px 30px;
}

@media (min-width: 992px) {
  .hwm-side-nav {
    height: auto;
    margin-left: -7.5px;
  }
  .hwm-side-nav ul li {
    font-size: 1.575rem;
  }
}
.hwm-main {
  position: relative;
  top: 0;
}
.hwm-main-start {
  position: relative;
  top: -75px;
}
.hwm-main-content {
  position: relative;
  top: -12px;
}

.hwm-content-part {
  background-color: transparent;
  padding-left: 30px;
  padding-right: 30px;
}

.hwm-paddingbox {
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .hwm-paddingbox {
    padding: 2.6% 6.8%;
  }
}
.hwm-slider-heading {
  position: absolute;
  bottom: 45px;
  left: 30px;
  max-width: 60%;
  z-index: 3;
}
.hwm-slider-heading h1 {
  font-size: 1.96875rem;
  color: #fff;
}
.hwm-slider-heading h6 {
  padding: 5px;
  display: inline-block;
}

.carousel-inner img {
  max-height: 840px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  margin-right: 30px;
  margin-left: 30px;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  border-radius: 0px !important;
  margin-right: 2px;
  margin-left: 2px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #6f851f;
}

.hwm-img-box {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 195px;
}
.hwm-img-box .hwm-img-box-wrapper {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  right: 0;
}
.hwm-img-box .hwm-img-box-wrapper div {
  position: absolute;
  bottom: 7.5px;
  left: 7.5px;
}
.hwm-img-box .hwm-img-box-wrapper div h4 {
  font-size: 1.85rem;
  color: #fff;
  margin: 0 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 5px;
}
.hwm-img-box img {
  width: 100%;
  height: 100%;
}

.hwm-banner-wrapper {
  position: relative;
  font-family: heavy;
  font-size: 1.3rem;
  overflow: hidden;
}
.hwm-banner-wrapper a {
  color: inherit;
  text-decoration: none;
}
.hwm-banner-wrapper a:hover {
  opacity: 0.75;
}
.hwm-banner-wrapper img {
  max-width: 180%;
}
.hwm-banner-wrapper div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.hwm-banner-wrapper div p {
  line-height: 1;
  padding: 15px;
  padding-left: 25%;
}
@media (min-width: 768px) {
  .hwm-banner-wrapper img {
    max-width: 100%;
  }
}
.hwm-info-box {
  color: #fff;
  background-color: #343a40;
  padding: 15px;
  height: 100%;
}
.hwm-info-box h1 {
  color: inherit;
}
.hwm-info-box #mapviewer #map {
  max-height: 292px;
}
.hwm-info-box #mapviewer div a {
  color: #fff;
  font-size: 0.75rem;
}

.hwm-img-heading {
  position: absolute;
  bottom: 10%;
  left: 30px;
  max-width: 75%;
}
.hwm-img-heading h1 {
  color: #fff;
}
@media (max-width: 991.98px) {
  .hwm-img-heading h1 {
    font-size: 1.8rem;
  }
}
.hwm-img-heading .first {
  margin-left: 15px;
  margin-bottom: 3px;
  line-height: 1.8;
}
.hwm-img-heading .first span {
  display: inline;
  background: #fff;
  padding: 0.25rem 0;
  box-shadow: 15px 0 0 #fff, -15px 0 0 #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.hwm-img-heading .second {
  display: inline-block;
  padding: 7.5px 15px;
  color: #fff;
}

.hwm-img-heading-mobile {
  top: -1.2em;
  background: white;
  display: inline-block;
  position: absolute;
  padding-right: 15px;
  color: #b6dc3c;
  opacity: 0.96969;
}

@media (max-width: 991.98px) {
  .hwm-img-heading {
    bottom: 15%;
    max-width: 70%;
  }
  .hwm-img-heading .first {
    font-size: 1.6875rem;
  }
  .hwm-img-heading .second {
    font-size: 1.6875rem;
  }
}
.hwm-img-paragraph {
  position: relative;
  top: -45px;
  width: calc(100% - 30px);
  padding: 15px;
  background-color: white;
  color: initial;
}
.hwm-img-paragraph:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .hwm-img-paragraph {
    width: 100%;
    width: calc(100% - 30px);
    padding: 7.5px;
    padding-left: 0;
  }
}
footer {
  margin-top: unset !important;
}

#pixel_bar {
  height: 20px;
  width: 100vw;
  background-image: url(../../img/layout/Pixellinie_Footer_20px.png);
  background-repeat: repeat-x;
}

@media (min-width: 768px) {
  .hwm-footer-contentbox {
    width: 100%;
  }
}
.hwm-icon-box {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0;
}
.hwm-icon-box a {
  color: #B2B2B2 !important;
}
.hwm-icon-box img {
  width: 100%;
  height: 100%;
}
.hwm-icon-box div {
  position: absolute;
  bottom: 7.5px;
  left: 7.5px;
}
.hwm-icon-box div h5 {
  font-family: regular;
  color: #fff;
  margin: 0 0;
}

.hwm-footer-links a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .hwm-footer-links a {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .hwm-footer-links {
    text-align: center;
  }
}

#hwm_desktop_nav a:focus {
  border: 1px dashed gray;
}

@media (min-width: 768px) {
  .d-mobile {
    display: none;
  }
}

.btn-primary {
  color: #fff;
  background-color: #6f851f;
  border-color: #5e701a;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: #37420e;
  border-color: #5e701a;
}

a.noLinkStyle {
  color: #3C3C3B;
  text-decoration: none;
}

.c-a .suchErgebnisse a,
.c-a .suchErgebnisse a:visited,
.c-a .suchErgebnisse a:link {
  color: #b6dc3c;
}

.c-a .suchErgebnisse:hover {
  cursor: pointer;
  background-color: white;
}

.c-b .suchErgebnisse a,
.c-b .suchErgebnisse a:visited,
.c-b .suchErgebnisse a:link {
  color: #6f851f;
}

.c-b .suchErgebnisse:hover {
  cursor: pointer;
  background-color: white;
}

.c-c .suchErgebnisse a,
.c-c .suchErgebnisse a:visited,
.c-c .suchErgebnisse a:link {
  color: #004D87;
}

.c-c .suchErgebnisse:hover {
  cursor: pointer;
  background-color: #edf7ff;
}

.c-d .suchErgebnisse a,
.c-d .suchErgebnisse a:visited,
.c-d .suchErgebnisse a:link {
  color: #009EE2;
}

.c-d .suchErgebnisse:hover {
  cursor: pointer;
  background-color: white;
}

.c-e .suchErgebnisse a,
.c-e .suchErgebnisse a:visited,
.c-e .suchErgebnisse a:link {
  color: #EBC000;
}

.c-e .suchErgebnisse:hover {
  cursor: pointer;
  background-color: white;
}

.c-f .suchErgebnisse a,
.c-f .suchErgebnisse a:visited,
.c-f .suchErgebnisse a:link {
  color: #706F6F;
}

.c-f .suchErgebnisse:hover {
  cursor: pointer;
  background-color: white;
}

.c-g .suchErgebnisse a,
.c-g .suchErgebnisse a:visited,
.c-g .suchErgebnisse a:link {
  color: #EDEDED;
}

.c-g .suchErgebnisse:hover {
  cursor: pointer;
  background-color: white;
}

.c-h .suchErgebnisse a,
.c-h .suchErgebnisse a:visited,
.c-h .suchErgebnisse a:link {
  color: #97cdd2;
}

.c-h .suchErgebnisse:hover {
  cursor: pointer;
  background-color: white;
}

.c-i .suchErgebnisse a,
.c-i .suchErgebnisse a:visited,
.c-i .suchErgebnisse a:link {
  color: #6287b5;
}

.c-i .suchErgebnisse:hover {
  cursor: pointer;
  background-color: white;
}

.c-j .suchErgebnisse a,
.c-j .suchErgebnisse a:visited,
.c-j .suchErgebnisse a:link {
  color: #5bc5f2;
}

.c-j .suchErgebnisse:hover {
  cursor: pointer;
  background-color: white;
}

.c-k .suchErgebnisse a,
.c-k .suchErgebnisse a:visited,
.c-k .suchErgebnisse a:link {
  color: #ed7019;
}

.c-k .suchErgebnisse:hover {
  cursor: pointer;
  background-color: white;
}

.c-l .suchErgebnisse a,
.c-l .suchErgebnisse a:visited,
.c-l .suchErgebnisse a:link {
  color: #6f851f;
}

.c-l .suchErgebnisse:hover {
  cursor: pointer;
  background-color: white;
}

.c-m .suchErgebnisse a,
.c-m .suchErgebnisse a:visited,
.c-m .suchErgebnisse a:link {
  color: #c3ff00;
}

.c-m .suchErgebnisse:hover {
  cursor: pointer;
  background-color: white;
}

.c-n .suchErgebnisse a,
.c-n .suchErgebnisse a:visited,
.c-n .suchErgebnisse a:link {
  color: #ced4da;
}

.c-n .suchErgebnisse:hover {
  cursor: pointer;
  background-color: white;
}

.hwm-links a {
  color: #3C3C3B;
}
.hwm-links a:hover, .hwm-links a:hover .underline {
  text-decoration: none;
}
.hwm-links a .fa-pre {
  display: block;
  position: absolute;
  left: 7.5px;
  line-height: 1.5;
}
.hwm-links a div {
  padding-left: 22.5px;
}
.hwm-links a .underline {
  font-weight: bold;
  text-decoration: underline;
}

.further-reading .links {
  color: #fff;
  background-color: #adb5bd;
  padding: 2px 4px 2px 4px;
  text-transform: uppercase;
}
.further-reading .links:hover {
  text-decoration: none;
  background-color: #868e96;
}

.further-reading a:hover {
  text-decoration: none;
}

.hwm-list {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
}
.hwm-list li {
  position: relative;
  padding: 0 0 0.5625rem 2.25rem;
}

.hwm-ul-li-default:before {
  position: absolute;
  top: 0.6428571429rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #b6dc3c;
  width: 0.375rem;
  height: 0.375rem;
}

.c-a .hwm-list .hwm-ul-li-default:before,
.hwm-list .hwm-ul-li-a:before {
  position: absolute;
  top: 0.6428571429rem;
  left: 0;
  display: block;
  content: "";
  background-color: #b6dc3c;
  width: 0.375rem;
  height: 0.375rem;
}

.c-b .hwm-list .hwm-ul-li-default:before,
.hwm-list .hwm-ul-li-b:before {
  position: absolute;
  top: 0.6428571429rem;
  left: 0;
  display: block;
  content: "";
  background-color: #6f851f;
  width: 0.375rem;
  height: 0.375rem;
}

.c-c .hwm-list .hwm-ul-li-default:before,
.hwm-list .hwm-ul-li-c:before {
  position: absolute;
  top: 0.6428571429rem;
  left: 0;
  display: block;
  content: "";
  background-color: #004D87;
  width: 0.375rem;
  height: 0.375rem;
}

.c-d .hwm-list .hwm-ul-li-default:before,
.hwm-list .hwm-ul-li-d:before {
  position: absolute;
  top: 0.6428571429rem;
  left: 0;
  display: block;
  content: "";
  background-color: #009EE2;
  width: 0.375rem;
  height: 0.375rem;
}

.c-e .hwm-list .hwm-ul-li-default:before,
.hwm-list .hwm-ul-li-e:before {
  position: absolute;
  top: 0.6428571429rem;
  left: 0;
  display: block;
  content: "";
  background-color: #EBC000;
  width: 0.375rem;
  height: 0.375rem;
}

.c-f .hwm-list .hwm-ul-li-default:before,
.hwm-list .hwm-ul-li-f:before {
  position: absolute;
  top: 0.6428571429rem;
  left: 0;
  display: block;
  content: "";
  background-color: #706F6F;
  width: 0.375rem;
  height: 0.375rem;
}

.c-g .hwm-list .hwm-ul-li-default:before,
.hwm-list .hwm-ul-li-g:before {
  position: absolute;
  top: 0.6428571429rem;
  left: 0;
  display: block;
  content: "";
  background-color: #EDEDED;
  width: 0.375rem;
  height: 0.375rem;
}

.c-h .hwm-list .hwm-ul-li-default:before,
.hwm-list .hwm-ul-li-h:before {
  position: absolute;
  top: 0.6428571429rem;
  left: 0;
  display: block;
  content: "";
  background-color: #97cdd2;
  width: 0.375rem;
  height: 0.375rem;
}

.c-i .hwm-list .hwm-ul-li-default:before,
.hwm-list .hwm-ul-li-i:before {
  position: absolute;
  top: 0.6428571429rem;
  left: 0;
  display: block;
  content: "";
  background-color: #6287b5;
  width: 0.375rem;
  height: 0.375rem;
}

.c-j .hwm-list .hwm-ul-li-default:before,
.hwm-list .hwm-ul-li-j:before {
  position: absolute;
  top: 0.6428571429rem;
  left: 0;
  display: block;
  content: "";
  background-color: #5bc5f2;
  width: 0.375rem;
  height: 0.375rem;
}

.c-k .hwm-list .hwm-ul-li-default:before,
.hwm-list .hwm-ul-li-k:before {
  position: absolute;
  top: 0.6428571429rem;
  left: 0;
  display: block;
  content: "";
  background-color: #ed7019;
  width: 0.375rem;
  height: 0.375rem;
}

.c-l .hwm-list .hwm-ul-li-default:before,
.hwm-list .hwm-ul-li-l:before {
  position: absolute;
  top: 0.6428571429rem;
  left: 0;
  display: block;
  content: "";
  background-color: #6f851f;
  width: 0.375rem;
  height: 0.375rem;
}

.c-m .hwm-list .hwm-ul-li-default:before,
.hwm-list .hwm-ul-li-m:before {
  position: absolute;
  top: 0.6428571429rem;
  left: 0;
  display: block;
  content: "";
  background-color: #c3ff00;
  width: 0.375rem;
  height: 0.375rem;
}

.c-n .hwm-list .hwm-ul-li-default:before,
.hwm-list .hwm-ul-li-n:before {
  position: absolute;
  top: 0.6428571429rem;
  left: 0;
  display: block;
  content: "";
  background-color: #ced4da;
  width: 0.375rem;
  height: 0.375rem;
}

.c-a .hwm-list .hwm-ol-li-default,
.hwm-list .hwm-ol-li-a {
  counter-increment: item;
}
.c-a .hwm-list .hwm-ol-li-default:before,
.hwm-list .hwm-ol-li-a:before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #b6dc3c;
  width: 1.8rem;
  height: 1.8rem;
}

.c-a .hwm-list .hwm-ol-li-before .before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #b6dc3c;
  width: 1.8rem;
  height: 1.8rem;
}

.c-b .hwm-list .hwm-ol-li-default,
.hwm-list .hwm-ol-li-b {
  counter-increment: item;
}
.c-b .hwm-list .hwm-ol-li-default:before,
.hwm-list .hwm-ol-li-b:before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #6f851f;
  width: 1.8rem;
  height: 1.8rem;
}

.c-b .hwm-list .hwm-ol-li-before .before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #6f851f;
  width: 1.8rem;
  height: 1.8rem;
}

.c-c .hwm-list .hwm-ol-li-default,
.hwm-list .hwm-ol-li-c {
  counter-increment: item;
}
.c-c .hwm-list .hwm-ol-li-default:before,
.hwm-list .hwm-ol-li-c:before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #004D87;
  width: 1.8rem;
  height: 1.8rem;
}

.c-c .hwm-list .hwm-ol-li-before .before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #004D87;
  width: 1.8rem;
  height: 1.8rem;
}

.c-d .hwm-list .hwm-ol-li-default,
.hwm-list .hwm-ol-li-d {
  counter-increment: item;
}
.c-d .hwm-list .hwm-ol-li-default:before,
.hwm-list .hwm-ol-li-d:before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #009EE2;
  width: 1.8rem;
  height: 1.8rem;
}

.c-d .hwm-list .hwm-ol-li-before .before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #009EE2;
  width: 1.8rem;
  height: 1.8rem;
}

.c-e .hwm-list .hwm-ol-li-default,
.hwm-list .hwm-ol-li-e {
  counter-increment: item;
}
.c-e .hwm-list .hwm-ol-li-default:before,
.hwm-list .hwm-ol-li-e:before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #EBC000;
  width: 1.8rem;
  height: 1.8rem;
}

.c-e .hwm-list .hwm-ol-li-before .before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #EBC000;
  width: 1.8rem;
  height: 1.8rem;
}

.c-f .hwm-list .hwm-ol-li-default,
.hwm-list .hwm-ol-li-f {
  counter-increment: item;
}
.c-f .hwm-list .hwm-ol-li-default:before,
.hwm-list .hwm-ol-li-f:before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #706F6F;
  width: 1.8rem;
  height: 1.8rem;
}

.c-f .hwm-list .hwm-ol-li-before .before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #706F6F;
  width: 1.8rem;
  height: 1.8rem;
}

.c-g .hwm-list .hwm-ol-li-default,
.hwm-list .hwm-ol-li-g {
  counter-increment: item;
}
.c-g .hwm-list .hwm-ol-li-default:before,
.hwm-list .hwm-ol-li-g:before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #EDEDED;
  width: 1.8rem;
  height: 1.8rem;
}

.c-g .hwm-list .hwm-ol-li-before .before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #EDEDED;
  width: 1.8rem;
  height: 1.8rem;
}

.c-h .hwm-list .hwm-ol-li-default,
.hwm-list .hwm-ol-li-h {
  counter-increment: item;
}
.c-h .hwm-list .hwm-ol-li-default:before,
.hwm-list .hwm-ol-li-h:before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #97cdd2;
  width: 1.8rem;
  height: 1.8rem;
}

.c-h .hwm-list .hwm-ol-li-before .before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #97cdd2;
  width: 1.8rem;
  height: 1.8rem;
}

.c-i .hwm-list .hwm-ol-li-default,
.hwm-list .hwm-ol-li-i {
  counter-increment: item;
}
.c-i .hwm-list .hwm-ol-li-default:before,
.hwm-list .hwm-ol-li-i:before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #6287b5;
  width: 1.8rem;
  height: 1.8rem;
}

.c-i .hwm-list .hwm-ol-li-before .before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #6287b5;
  width: 1.8rem;
  height: 1.8rem;
}

.c-j .hwm-list .hwm-ol-li-default,
.hwm-list .hwm-ol-li-j {
  counter-increment: item;
}
.c-j .hwm-list .hwm-ol-li-default:before,
.hwm-list .hwm-ol-li-j:before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #5bc5f2;
  width: 1.8rem;
  height: 1.8rem;
}

.c-j .hwm-list .hwm-ol-li-before .before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #5bc5f2;
  width: 1.8rem;
  height: 1.8rem;
}

.c-k .hwm-list .hwm-ol-li-default,
.hwm-list .hwm-ol-li-k {
  counter-increment: item;
}
.c-k .hwm-list .hwm-ol-li-default:before,
.hwm-list .hwm-ol-li-k:before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #ed7019;
  width: 1.8rem;
  height: 1.8rem;
}

.c-k .hwm-list .hwm-ol-li-before .before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #ed7019;
  width: 1.8rem;
  height: 1.8rem;
}

.c-l .hwm-list .hwm-ol-li-default,
.hwm-list .hwm-ol-li-l {
  counter-increment: item;
}
.c-l .hwm-list .hwm-ol-li-default:before,
.hwm-list .hwm-ol-li-l:before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #6f851f;
  width: 1.8rem;
  height: 1.8rem;
}

.c-l .hwm-list .hwm-ol-li-before .before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #6f851f;
  width: 1.8rem;
  height: 1.8rem;
}

.c-m .hwm-list .hwm-ol-li-default,
.hwm-list .hwm-ol-li-m {
  counter-increment: item;
}
.c-m .hwm-list .hwm-ol-li-default:before,
.hwm-list .hwm-ol-li-m:before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #c3ff00;
  width: 1.8rem;
  height: 1.8rem;
}

.c-m .hwm-list .hwm-ol-li-before .before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #c3ff00;
  width: 1.8rem;
  height: 1.8rem;
}

.c-n .hwm-list .hwm-ol-li-default,
.hwm-list .hwm-ol-li-n {
  counter-increment: item;
}
.c-n .hwm-list .hwm-ol-li-default:before,
.hwm-list .hwm-ol-li-n:before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #ced4da;
  width: 1.8rem;
  height: 1.8rem;
}

.c-n .hwm-list .hwm-ol-li-before .before {
  position: absolute;
  top: -0.28125rem;
  left: 0;
  display: block;
  content: counter(item) ".";
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #ced4da;
  width: 1.8rem;
  height: 1.8rem;
}

.hwm-img-magnifyer {
  z-index: 1;
  display: inline-flex;
  position: absolute;
  right: 5%;
  bottom: 0;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background-color: #01729a;
  padding: 15px;
  line-height: 1;
}

.fullscreen-opener {
  color: #fff;
  position: absolute;
  bottom: 7.5px;
  right: 7.5px;
  width: 42px;
  height: 38px;
}

.fullscreen-viewer .fullscreen .fullscreen-opener i.fa:before {
  content: "";
}

.hwm-group-heading {
  color: #706F6F;
}

.hwm-borderInput,
.hwm-shop-select {
  position: relative;
  z-index: 2;
  line-height: 1.5;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
  border: 7.5px solid #ededed;
  padding-left: 7.5px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.hwm-borderInput option,
.hwm-shop-select option {
  padding: 0.375rem 0.75rem;
}

.hwm-angle-down {
  font-size: 1.6875rem;
  position: absolute;
  bottom: 40%;
  right: 8%;
  z-index: 1;
}

.hwm-shop-input {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .hwm-button-search,
.hwm-shop-input {
    width: 100%;
    height: calc(100% - 15px);
  }
}
.popover-body .fa {
  font-size: 1.125rem;
}

/*
Entfernt nach Wunsch von Nicole Hanisch
.hwm-paddingbox:before {
  content: "foo";
  background-image: url('img/layout/Pixelteaser_kleiner.png');
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: -75px;
  height: 200px;
  z-index: -1;
}

 */
.teaser-slider-image-blur,
.content-slider-image-blur {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  z-index: 1;
  background-repeat: no-repeat;
  filter: blur(10px);
}

.teaser-slider-image-wrapper,
.content-slider-image-wrapper {
  height: 570px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
  z-index: 2;
  background-size: auto 100%;
}
@media (max-width: 991.98px) {
  .teaser-slider-image-wrapper,
.content-slider-image-wrapper {
    height: 420px;
  }
}

.content-slider .carousel-control-prev,
.content-slider .carousel-control-next {
  z-index: 9;
  background: red;
  top: 50%;
  height: 60px;
  margin-top: -30px;
  width: 30px;
}
.content-slider .content-slider-image-wrapper {
  height: 450px;
  background-position: right;
}
.content-slider .carousel-control-prev {
  margin-left: -15px;
}
.content-slider .carousel-control-next {
  margin-right: -15px;
}
.content-slider .carousel-control-prev-icon,
.content-slider .carousel-control-next-icon {
  height: auto;
  display: inline;
}
.content-slider .content-slider-zoom {
  position: absolute;
  cursor: pointer;
  width: 45px;
  height: 45px;
  top: -15px;
  right: -15px;
  z-index: 9;
  text-align: center;
  line-height: 45px;
  font-size: 1rem;
  transition: font-size 1s;
}
.content-slider .content-slider-zoom:hover {
  font-size: 1.1rem;
  opacity: 0.9;
}
.content-slider .content-slider-titlebox {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  z-index: 3;
  background-color: rgba(237, 237, 237, 0.8);
  height: 100%;
}
.content-slider .content-slider-titlebox .hwm-slider-heading {
  position: absolute;
  bottom: 45px;
  width: 80%;
  max-width: none;
  overflow: hidden;
  word-wrap: anywhere;
}
.content-slider .content-slider-titlebox .hwm-slider-heading h1, .content-slider .content-slider-titlebox .hwm-slider-heading h6 {
  color: #000;
}
.content-slider .content-slider-titlebox .hwm-slider-heading h1 {
  font-size: 1.2rem;
}
.content-slider .content-slider-titlebox .hwm-slider-heading h6 {
  font-size: 1rem;
  padding: 0;
}

.download-cards .card-title {
  margin: 0;
  font-size: 0.8rem;
  font-family: bold;
  position: relative;
}
.download-cards .download-all {
  position: absolute;
  right: 15px;
  bottom: 7.5px;
}
@media (max-width: 991.98px) {
  .download-cards .download-all {
    position: relative;
    display: block;
    margin-left: 15px;
    margin-top: 7.5px;
    text-align: right;
  }
}
.download-cards .card-body {
  position: relative;
  padding: 7.5px;
  padding-bottom: 37.5px;
  font-size: 0.8rem;
}
.download-cards .download-cards-dbtn {
  position: absolute;
  font-size: 0.8rem;
  bottom: 7.5px;
}

#csm_lightbox {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0px, 0px);
  transform: translate3d(0%, 0px, 0px);
  z-index: 100000;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  display: none;
  color: black;
}
#csm_lightbox.open {
  display: block;
}
#csm_lightbox #csm_lightbox_image_wrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#csm_lightbox #csm_lightbox-image {
  height: 100%;
  max-height: 100vh;
  max-width: 100vw;
  display: inline;
  margin-left: auto;
  margin-right: auto;
}
#csm_lightbox .csm_lightbox_text_wrapper {
  background: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  color: black;
  text-align: center;
}
#csm_lightbox .close {
  cursor: pointer;
  position: absolute;
  right: 45px;
  top: 25px;
  width: 32px;
  height: 32px;
  opacity: 1;
  z-index: 10000;
}
#csm_lightbox .close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#csm_lightbox .close::before, #csm_lightbox .close::after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #FFF;
}
#csm_lightbox .close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.noSCroll {
  overflow: hidden;
}

/* 
    Created on : 20.12.2017, 11:32:23
    Author     : wettstein
*/
.hoverBg:hover {
  background-color: #fff;
  padding: 7.5px;
  margin: -7.5px;
}

.hoverScale:hover {
  transform: scale(1.03);
}

.hoverOpacity:hover {
  opacity: 0.8;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16.03.2018, 09:53:20
    Author     : wettstein
*/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #dee2e6;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
body.contrast img,
body.contrast image,
body.contrast .hwm-logo,
body.contrast .carousel-item,
body.contrast .imgContainer,
body.contrast .card,
body.contrast .videoWrapper,
body.contrast .iframeVideo,
body.contrast #iframeBoxCase,
body.contrast .hwm-social-media,
body.contrast a:before {
  filter: saturate(0) contrast(2);
}
body.contrast .logo {
  border: 1px solid black;
}
body.contrast .logo img {
  filter: brightness(0);
}
body.contrast .boxTitle {
  border: 1px solid white;
}
body.contrast a,
body.contrast .colMiddle .boxPadding.bg_gray a.link.arrow.blue {
  color: black;
  text-decoration: underline;
}
body.contrast a:hover,
body.contrast .colMiddle .boxPadding.bg_gray a.link.arrow.blue:hover {
  opacity: 0.8;
}
body.contrast .bg_gray a,
body.contrast a.link.point {
  color: white !important;
}
body.contrast .c-a .color-default,
body.contrast .color-a {
  color: white !important;
}
body.contrast .c-a .bgcolor-default,
body.contrast .bgcolor-a {
  background-color: black !important;
  color: white;
}
body.contrast .border-color-a {
  border-color: #b6dc3c !important;
}
body.contrast .c-b .color-default,
body.contrast .color-b {
  color: white !important;
}
body.contrast .c-b .bgcolor-default,
body.contrast .bgcolor-b {
  background-color: black !important;
  color: white;
}
body.contrast .border-color-b {
  border-color: #6f851f !important;
}
body.contrast .c-c .color-default,
body.contrast .color-c {
  color: white !important;
}
body.contrast .c-c .bgcolor-default,
body.contrast .bgcolor-c {
  background-color: black !important;
  color: white;
}
body.contrast .border-color-c {
  border-color: #004D87 !important;
}
body.contrast .c-d .color-default,
body.contrast .color-d {
  color: white !important;
}
body.contrast .c-d .bgcolor-default,
body.contrast .bgcolor-d {
  background-color: black !important;
  color: white;
}
body.contrast .border-color-d {
  border-color: #009EE2 !important;
}
body.contrast .c-e .color-default,
body.contrast .color-e {
  color: white !important;
}
body.contrast .c-e .bgcolor-default,
body.contrast .bgcolor-e {
  background-color: black !important;
  color: white;
}
body.contrast .border-color-e {
  border-color: #EBC000 !important;
}
body.contrast .c-f .color-default,
body.contrast .color-f {
  color: white !important;
}
body.contrast .c-f .bgcolor-default,
body.contrast .bgcolor-f {
  background-color: black !important;
  color: white;
}
body.contrast .border-color-f {
  border-color: #706F6F !important;
}
body.contrast .c-g .color-default,
body.contrast .color-g {
  color: white !important;
}
body.contrast .c-g .bgcolor-default,
body.contrast .bgcolor-g {
  background-color: black !important;
  color: white;
}
body.contrast .border-color-g {
  border-color: #EDEDED !important;
}
body.contrast .c-h .color-default,
body.contrast .color-h {
  color: white !important;
}
body.contrast .c-h .bgcolor-default,
body.contrast .bgcolor-h {
  background-color: black !important;
  color: white;
}
body.contrast .border-color-h {
  border-color: #97cdd2 !important;
}
body.contrast .c-i .color-default,
body.contrast .color-i {
  color: white !important;
}
body.contrast .c-i .bgcolor-default,
body.contrast .bgcolor-i {
  background-color: black !important;
  color: white;
}
body.contrast .border-color-i {
  border-color: #6287b5 !important;
}
body.contrast .c-j .color-default,
body.contrast .color-j {
  color: white !important;
}
body.contrast .c-j .bgcolor-default,
body.contrast .bgcolor-j {
  background-color: black !important;
  color: white;
}
body.contrast .border-color-j {
  border-color: #5bc5f2 !important;
}
body.contrast .c-k .color-default,
body.contrast .color-k {
  color: white !important;
}
body.contrast .c-k .bgcolor-default,
body.contrast .bgcolor-k {
  background-color: black !important;
  color: white;
}
body.contrast .border-color-k {
  border-color: #ed7019 !important;
}
body.contrast .c-l .color-default,
body.contrast .color-l {
  color: white !important;
}
body.contrast .c-l .bgcolor-default,
body.contrast .bgcolor-l {
  background-color: black !important;
  color: white;
}
body.contrast .border-color-l {
  border-color: #6f851f !important;
}
body.contrast .c-m .color-default,
body.contrast .color-m {
  color: white !important;
}
body.contrast .c-m .bgcolor-default,
body.contrast .bgcolor-m {
  background-color: black !important;
  color: white;
}
body.contrast .border-color-m {
  border-color: #c3ff00 !important;
}
body.contrast .c-n .color-default,
body.contrast .color-n {
  color: white !important;
}
body.contrast .c-n .bgcolor-default,
body.contrast .bgcolor-n {
  background-color: black !important;
  color: white;
}
body.contrast .border-color-n {
  border-color: #ced4da !important;
}
body.contrast .btn-primary,
body.contrast .bg_blue,
body.contrast .bg_gray,
body.contrast .bg_blue,
body.contrast .bg_darkblue,
body.contrast .bg_orange,
body.contrast .bg_gray,
body.contrast .bg_gray_trans,
body.contrast .bg_graynormal,
body.contrast .bg_darkgray,
body.contrast .bg_white,
body.contrast .bg_green,
body.contrast .bg_lila,
body.contrast .bg_darklila,
body.contrast .linkIcon {
  background: black !important;
  color: white !important;
}
body.contrast .btn {
  border-color: white !important;
}
body.contrast .zoom,
body.contrast .lb-number {
  background-color: black;
}
body.contrast .contrastToggle i {
  transform: scale(-1);
}
body.contrast #main-nav:before,
body.contrast #mob-nav:before {
  background-color: black;
}
body.contrast #mob-nav ul.navbar a {
  text-decoration: none;
}
body.contrast .c_blue,
body.contrast .language-select a {
  color: black;
}
body.contrast .sloganBox.bg_gray .c_white, body.contrast .sloganBox.bg_gray .slogan, body.contrast .sloganBox.bg_gray .author {
  color: white !important;
}
body.contrast a.blockLink,
body.contrast .toolbox select,
body.contrast .badge-info,
body.contrast .btn-secondary,
body.contrast .list::before,
body.contrast .page-item.active .page-link {
  background-color: black;
  color: white;
}
body.contrast a.blockLink option,
body.contrast .toolbox select option,
body.contrast .badge-info option,
body.contrast .btn-secondary option,
body.contrast .list::before option,
body.contrast .page-item.active .page-link option {
  color: black;
}
body.contrast .panel .panel-heading.activeToo,
body.contrast .carousel-indicators .active {
  background-color: black;
  color: white;
}
body.contrast .feedbackBox {
  color: white;
}
body.contrast .answerButton {
  background-color: white;
  color: black;
}
body.contrast .answerButton:hover {
  background-color: white !important;
  color: black !important;
}
body.contrast .answerButton:before, body.contrast .answerButton:after {
  color: white;
}
body.contrast .claps {
  color: white;
}
body.contrast .claps {
  color: black;
}
body.contrast .cookie-banner div {
  color: black;
}
body.contrast .boxTitle {
  z-index: 2;
}
body.contrast .turnBlack {
  filter: none;
  filter: brightness(0) !important;
}

.contrastToggle i {
  transition: all 200ms;
}

.cookie-banner h5.modal-title {
  font-size: 1.6875rem;
}

.cookie-banner .bgcolor-l {
  background-color: #e9ecef !important;
}

@media (max-width: 991.98px) {
  .cookie-banner ._linkMore {
    position: relative !important;
    left: auto !important;
  }

  .cookie-banner ._icon {
    display: none;
  }

  .cookie-banner .list-group-item {
    font-size: 70%;
  }

  .cookie-banner h5.modal-title {
    font-size: 1.6875rem;
  }
}
.hw-cursor-pointer {
  cursor: pointer;
}

.textur {
  background-image: url(/img/layout/textur.png);
}

header {
  background-color: inherit;
  left: 0;
  right: 0;
}

.hwm-navbar {
  height: 60px;
}

body {
  font-family: regular, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
  color: #3C3C3B;
  background-color: #FFFFFF;
}

@media (max-width: 991.98px) {
  html {
    font-size: 1.3rem;
  }

  .hw-design-default,
.hw-design {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.overlay-bl {
  position: absolute;
  bottom: -15px;
  left: -15px;
}

footer {
  margin-top: 45px;
}
footer hr {
  border-top: 1px solid #fff;
  padding-bottom: 15px;
  margin: 0 -7.5px;
}

.c-a .color-default,
.color-a {
  color: #b6dc3c !important;
}

.font-color-a {
  color: #000 !important;
}

.c-a .bgcolor-default,
.bgcolor-a {
  background-color: #b6dc3c !important;
}

.border-color-a {
  border-color: #b6dc3c !important;
}

.color-sheme-a {
  color: #000 !important;
  background-color: #b6dc3c !important;
}

.c-b .color-default,
.color-b {
  color: #6f851f !important;
}

.font-color-b {
  color: #fff !important;
}

.c-b .bgcolor-default,
.bgcolor-b {
  background-color: #6f851f !important;
}

.border-color-b {
  border-color: #6f851f !important;
}

.color-sheme-b {
  color: #fff !important;
  background-color: #6f851f !important;
}

.c-c .color-default,
.color-c {
  color: #004D87 !important;
}

.font-color-c {
  color: #fff !important;
}

.c-c .bgcolor-default,
.bgcolor-c {
  background-color: #004D87 !important;
}

.border-color-c {
  border-color: #004D87 !important;
}

.color-sheme-c {
  color: #fff !important;
  background-color: #004D87 !important;
}

.c-d .color-default,
.color-d {
  color: #009EE2 !important;
}

.font-color-d {
  color: #000 !important;
}

.c-d .bgcolor-default,
.bgcolor-d {
  background-color: #009EE2 !important;
}

.border-color-d {
  border-color: #009EE2 !important;
}

.color-sheme-d {
  color: #000 !important;
  background-color: #009EE2 !important;
}

.c-e .color-default,
.color-e {
  color: #EBC000 !important;
}

.font-color-e {
  color: #000 !important;
}

.c-e .bgcolor-default,
.bgcolor-e {
  background-color: #EBC000 !important;
}

.border-color-e {
  border-color: #EBC000 !important;
}

.color-sheme-e {
  color: #000 !important;
  background-color: #EBC000 !important;
}

.c-f .color-default,
.color-f {
  color: #706F6F !important;
}

.font-color-f {
  color: #fff !important;
}

.c-f .bgcolor-default,
.bgcolor-f {
  background-color: #706F6F !important;
}

.border-color-f {
  border-color: #706F6F !important;
}

.color-sheme-f {
  color: #fff !important;
  background-color: #706F6F !important;
}

.c-g .color-default,
.color-g {
  color: #EDEDED !important;
}

.font-color-g {
  color: #000 !important;
}

.c-g .bgcolor-default,
.bgcolor-g {
  background-color: #EDEDED !important;
}

.border-color-g {
  border-color: #EDEDED !important;
}

.color-sheme-g {
  color: #000 !important;
  background-color: #EDEDED !important;
}

.c-h .color-default,
.color-h {
  color: #97cdd2 !important;
}

.font-color-h {
  color: #000 !important;
}

.c-h .bgcolor-default,
.bgcolor-h {
  background-color: #97cdd2 !important;
}

.border-color-h {
  border-color: #97cdd2 !important;
}

.color-sheme-h {
  color: #000 !important;
  background-color: #97cdd2 !important;
}

.c-i .color-default,
.color-i {
  color: #6287b5 !important;
}

.font-color-i {
  color: #fff !important;
}

.c-i .bgcolor-default,
.bgcolor-i {
  background-color: #6287b5 !important;
}

.border-color-i {
  border-color: #6287b5 !important;
}

.color-sheme-i {
  color: #fff !important;
  background-color: #6287b5 !important;
}

.c-j .color-default,
.color-j {
  color: #5bc5f2 !important;
}

.font-color-j {
  color: #000 !important;
}

.c-j .bgcolor-default,
.bgcolor-j {
  background-color: #5bc5f2 !important;
}

.border-color-j {
  border-color: #5bc5f2 !important;
}

.color-sheme-j {
  color: #000 !important;
  background-color: #5bc5f2 !important;
}

.c-k .color-default,
.color-k {
  color: #ed7019 !important;
}

.font-color-k {
  color: #000 !important;
}

.c-k .bgcolor-default,
.bgcolor-k {
  background-color: #ed7019 !important;
}

.border-color-k {
  border-color: #ed7019 !important;
}

.color-sheme-k {
  color: #000 !important;
  background-color: #ed7019 !important;
}

.c-l .color-default,
.color-l {
  color: #6f851f !important;
}

.font-color-l {
  color: #fff !important;
}

.c-l .bgcolor-default,
.bgcolor-l {
  background-color: #6f851f !important;
}

.border-color-l {
  border-color: #6f851f !important;
}

.color-sheme-l {
  color: #fff !important;
  background-color: #6f851f !important;
}

.c-m .color-default,
.color-m {
  color: #c3ff00 !important;
}

.font-color-m {
  color: #000 !important;
}

.c-m .bgcolor-default,
.bgcolor-m {
  background-color: #c3ff00 !important;
}

.border-color-m {
  border-color: #c3ff00 !important;
}

.color-sheme-m {
  color: #000 !important;
  background-color: #c3ff00 !important;
}

.c-n .color-default,
.color-n {
  color: #ced4da !important;
}

.font-color-n {
  color: #000 !important;
}

.c-n .bgcolor-default,
.bgcolor-n {
  background-color: #ced4da !important;
}

.border-color-n {
  border-color: #ced4da !important;
}

.color-sheme-n {
  color: #000 !important;
  background-color: #ced4da !important;
}

.hwm-bgr-color {
  background-color: #ededed;
}

.hwm-bgr-color-hgl {
  background-color: #716F70;
}

.copy {
  padding-left: 1.125rem;
  display: block;
  position: relative;
  font-size: 1rem;
}

.copy:before {
  content: "©";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.hwm-footer-bgr {
  background-color: #999999;
}

a:hover {
  color: inherit;
}

.hwm-link {
  color: #000;
}

.hwm-bgr-color-int-link {
  background-color: #fff;
}

.hwm-int-link {
  color: #fff;
  background: #6f851f;
}
.hwm-int-link a {
  font-weight: bold;
  color: #fff;
}
.hwm-int-link-a {
  flex: 0 0 70%;
  max-width: 70%;
  padding: 15px 3.75px;
}
.hwm-int-link-b {
  color: #6f851f;
  background-color: #fff;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  padding: 15px 3.75px;
  margin-right: 5%;
}

.hwm-bottom-spacer {
  padding-bottom: 2.3rem;
}

.hwm-bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.carousel .hwm-bottom {
  bottom: 0px;
}

.pan {
  position: absolute;
  display: flex;
  flex-direction: column !important;
  top: 0px;
  right: 15px;
  background-color: #FFFFFF;
  height: 100%;
  padding: 7.5px;
  text-align: center;
  min-width: 65px;
  font-size: 1.5rem;
}
.pan .far {
  padding-right: 0px;
  align-self: center;
  padding-right: 3.75px;
  padding-left: 3.75px;
}
.pan .iconTop {
  top: -15px;
}
.pan .iconBottom {
  bottom: 7.5px;
}

.hw-bottom-box {
  border-bottom: 15px solid #ededed;
  margin: -15px -15px 15px -15px;
  padding: 15px;
}
.hw-bottom-box-small {
  position: relative;
  border-bottom: 7.5px solid #ededed;
  margin: -15px -15px 15px -15px;
  padding: 7.5px 15px;
  margin-bottom: 30px;
}
.hw-bottom-box-small::after {
  position: absolute;
  bottom: -22px;
  left: calc(50% - 15px);
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ededed;
}

.hw-img-window {
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.c-a .hw-content-border.c-default,
.hw-content-border.c-a {
  position: relative;
  display: block;
  background-color: #ededed;
}

.c-a .hw-link-box-default:hover,
.hw-link-box-a:hover {
  color: #fff;
  opacity: 0.9;
}

.c-a .hw-link-box-default,
.hw-link-box-a {
  position: relative;
  display: block;
  padding: 30px 62px 30px 15px;
  background-color: #b6dc3c;
  color: #FFFFFF;
  line-height: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
}
.c-a .hw-link-box-default .fas,
.hw-link-box-a .fas {
  font-size: 2.25rem;
  line-height: 1.125rem;
  float: left;
}
.c-a .hw-link-box-default .pan,
.hw-link-box-a .pan {
  color: #b6dc3c;
}

.c-a .hw-materialBox .pan {
  background-color: #b6dc3c;
  color: #FFFFFF;
}

.c-b .hw-content-border.c-default,
.hw-content-border.c-b {
  position: relative;
  display: block;
  background-color: #ededed;
}

.c-b .hw-link-box-default:hover,
.hw-link-box-b:hover {
  color: #fff;
  opacity: 0.9;
}

.c-b .hw-link-box-default,
.hw-link-box-b {
  position: relative;
  display: block;
  padding: 30px 62px 30px 15px;
  background-color: #6f851f;
  color: #FFFFFF;
  line-height: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
}
.c-b .hw-link-box-default .fas,
.hw-link-box-b .fas {
  font-size: 2.25rem;
  line-height: 1.125rem;
  float: left;
}
.c-b .hw-link-box-default .pan,
.hw-link-box-b .pan {
  color: #6f851f;
}

.c-b .hw-materialBox .pan {
  background-color: #6f851f;
  color: #FFFFFF;
}

.c-c .hw-content-border.c-default,
.hw-content-border.c-c {
  position: relative;
  display: block;
  background-color: #ededed;
}

.c-c .hw-link-box-default:hover,
.hw-link-box-c:hover {
  color: #fff;
  opacity: 0.9;
}

.c-c .hw-link-box-default,
.hw-link-box-c {
  position: relative;
  display: block;
  padding: 30px 62px 30px 15px;
  background-color: #004D87;
  color: #FFFFFF;
  line-height: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
}
.c-c .hw-link-box-default .fas,
.hw-link-box-c .fas {
  font-size: 2.25rem;
  line-height: 1.125rem;
  float: left;
}
.c-c .hw-link-box-default .pan,
.hw-link-box-c .pan {
  color: #004D87;
}

.c-c .hw-materialBox .pan {
  background-color: #004D87;
  color: #FFFFFF;
}

.c-d .hw-content-border.c-default,
.hw-content-border.c-d {
  position: relative;
  display: block;
  background-color: #ededed;
}

.c-d .hw-link-box-default:hover,
.hw-link-box-d:hover {
  color: #fff;
  opacity: 0.9;
}

.c-d .hw-link-box-default,
.hw-link-box-d {
  position: relative;
  display: block;
  padding: 30px 62px 30px 15px;
  background-color: #009EE2;
  color: #FFFFFF;
  line-height: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
}
.c-d .hw-link-box-default .fas,
.hw-link-box-d .fas {
  font-size: 2.25rem;
  line-height: 1.125rem;
  float: left;
}
.c-d .hw-link-box-default .pan,
.hw-link-box-d .pan {
  color: #009EE2;
}

.c-d .hw-materialBox .pan {
  background-color: #009EE2;
  color: #FFFFFF;
}

.c-e .hw-content-border.c-default,
.hw-content-border.c-e {
  position: relative;
  display: block;
  background-color: #ededed;
}

.c-e .hw-link-box-default:hover,
.hw-link-box-e:hover {
  color: #fff;
  opacity: 0.9;
}

.c-e .hw-link-box-default,
.hw-link-box-e {
  position: relative;
  display: block;
  padding: 30px 62px 30px 15px;
  background-color: #EBC000;
  color: #FFFFFF;
  line-height: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
}
.c-e .hw-link-box-default .fas,
.hw-link-box-e .fas {
  font-size: 2.25rem;
  line-height: 1.125rem;
  float: left;
}
.c-e .hw-link-box-default .pan,
.hw-link-box-e .pan {
  color: #EBC000;
}

.c-e .hw-materialBox .pan {
  background-color: #EBC000;
  color: #FFFFFF;
}

.c-f .hw-content-border.c-default,
.hw-content-border.c-f {
  position: relative;
  display: block;
  background-color: #ededed;
}

.c-f .hw-link-box-default:hover,
.hw-link-box-f:hover {
  color: #fff;
  opacity: 0.9;
}

.c-f .hw-link-box-default,
.hw-link-box-f {
  position: relative;
  display: block;
  padding: 30px 62px 30px 15px;
  background-color: #706F6F;
  color: #FFFFFF;
  line-height: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
}
.c-f .hw-link-box-default .fas,
.hw-link-box-f .fas {
  font-size: 2.25rem;
  line-height: 1.125rem;
  float: left;
}
.c-f .hw-link-box-default .pan,
.hw-link-box-f .pan {
  color: #706F6F;
}

.c-f .hw-materialBox .pan {
  background-color: #706F6F;
  color: #FFFFFF;
}

.c-g .hw-content-border.c-default,
.hw-content-border.c-g {
  position: relative;
  display: block;
  background-color: #ededed;
}

.c-g .hw-link-box-default:hover,
.hw-link-box-g:hover {
  color: #fff;
  opacity: 0.9;
}

.c-g .hw-link-box-default,
.hw-link-box-g {
  position: relative;
  display: block;
  padding: 30px 62px 30px 15px;
  background-color: #EDEDED;
  color: #FFFFFF;
  line-height: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
}
.c-g .hw-link-box-default .fas,
.hw-link-box-g .fas {
  font-size: 2.25rem;
  line-height: 1.125rem;
  float: left;
}
.c-g .hw-link-box-default .pan,
.hw-link-box-g .pan {
  color: #EDEDED;
}

.c-g .hw-materialBox .pan {
  background-color: #EDEDED;
  color: #FFFFFF;
}

.c-h .hw-content-border.c-default,
.hw-content-border.c-h {
  position: relative;
  display: block;
  background-color: #ededed;
}

.c-h .hw-link-box-default:hover,
.hw-link-box-h:hover {
  color: #fff;
  opacity: 0.9;
}

.c-h .hw-link-box-default,
.hw-link-box-h {
  position: relative;
  display: block;
  padding: 30px 62px 30px 15px;
  background-color: #97cdd2;
  color: #FFFFFF;
  line-height: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
}
.c-h .hw-link-box-default .fas,
.hw-link-box-h .fas {
  font-size: 2.25rem;
  line-height: 1.125rem;
  float: left;
}
.c-h .hw-link-box-default .pan,
.hw-link-box-h .pan {
  color: #97cdd2;
}

.c-h .hw-materialBox .pan {
  background-color: #97cdd2;
  color: #FFFFFF;
}

.c-i .hw-content-border.c-default,
.hw-content-border.c-i {
  position: relative;
  display: block;
  background-color: #ededed;
}

.c-i .hw-link-box-default:hover,
.hw-link-box-i:hover {
  color: #fff;
  opacity: 0.9;
}

.c-i .hw-link-box-default,
.hw-link-box-i {
  position: relative;
  display: block;
  padding: 30px 62px 30px 15px;
  background-color: #6287b5;
  color: #FFFFFF;
  line-height: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
}
.c-i .hw-link-box-default .fas,
.hw-link-box-i .fas {
  font-size: 2.25rem;
  line-height: 1.125rem;
  float: left;
}
.c-i .hw-link-box-default .pan,
.hw-link-box-i .pan {
  color: #6287b5;
}

.c-i .hw-materialBox .pan {
  background-color: #6287b5;
  color: #FFFFFF;
}

.c-j .hw-content-border.c-default,
.hw-content-border.c-j {
  position: relative;
  display: block;
  background-color: #ededed;
}

.c-j .hw-link-box-default:hover,
.hw-link-box-j:hover {
  color: #fff;
  opacity: 0.9;
}

.c-j .hw-link-box-default,
.hw-link-box-j {
  position: relative;
  display: block;
  padding: 30px 62px 30px 15px;
  background-color: #5bc5f2;
  color: #FFFFFF;
  line-height: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
}
.c-j .hw-link-box-default .fas,
.hw-link-box-j .fas {
  font-size: 2.25rem;
  line-height: 1.125rem;
  float: left;
}
.c-j .hw-link-box-default .pan,
.hw-link-box-j .pan {
  color: #5bc5f2;
}

.c-j .hw-materialBox .pan {
  background-color: #5bc5f2;
  color: #FFFFFF;
}

.c-k .hw-content-border.c-default,
.hw-content-border.c-k {
  position: relative;
  display: block;
  background-color: #ededed;
}

.c-k .hw-link-box-default:hover,
.hw-link-box-k:hover {
  color: #fff;
  opacity: 0.9;
}

.c-k .hw-link-box-default,
.hw-link-box-k {
  position: relative;
  display: block;
  padding: 30px 62px 30px 15px;
  background-color: #ed7019;
  color: #FFFFFF;
  line-height: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
}
.c-k .hw-link-box-default .fas,
.hw-link-box-k .fas {
  font-size: 2.25rem;
  line-height: 1.125rem;
  float: left;
}
.c-k .hw-link-box-default .pan,
.hw-link-box-k .pan {
  color: #ed7019;
}

.c-k .hw-materialBox .pan {
  background-color: #ed7019;
  color: #FFFFFF;
}

.c-l .hw-content-border.c-default,
.hw-content-border.c-l {
  position: relative;
  display: block;
  background-color: #ededed;
}

.c-l .hw-link-box-default:hover,
.hw-link-box-l:hover {
  color: #fff;
  opacity: 0.9;
}

.c-l .hw-link-box-default,
.hw-link-box-l {
  position: relative;
  display: block;
  padding: 30px 62px 30px 15px;
  background-color: #6f851f;
  color: #FFFFFF;
  line-height: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
}
.c-l .hw-link-box-default .fas,
.hw-link-box-l .fas {
  font-size: 2.25rem;
  line-height: 1.125rem;
  float: left;
}
.c-l .hw-link-box-default .pan,
.hw-link-box-l .pan {
  color: #6f851f;
}

.c-l .hw-materialBox .pan {
  background-color: #6f851f;
  color: #FFFFFF;
}

.c-m .hw-content-border.c-default,
.hw-content-border.c-m {
  position: relative;
  display: block;
  background-color: #ededed;
}

.c-m .hw-link-box-default:hover,
.hw-link-box-m:hover {
  color: #fff;
  opacity: 0.9;
}

.c-m .hw-link-box-default,
.hw-link-box-m {
  position: relative;
  display: block;
  padding: 30px 62px 30px 15px;
  background-color: #c3ff00;
  color: #FFFFFF;
  line-height: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
}
.c-m .hw-link-box-default .fas,
.hw-link-box-m .fas {
  font-size: 2.25rem;
  line-height: 1.125rem;
  float: left;
}
.c-m .hw-link-box-default .pan,
.hw-link-box-m .pan {
  color: #c3ff00;
}

.c-m .hw-materialBox .pan {
  background-color: #c3ff00;
  color: #FFFFFF;
}

.c-n .hw-content-border.c-default,
.hw-content-border.c-n {
  position: relative;
  display: block;
  background-color: #ededed;
}

.c-n .hw-link-box-default:hover,
.hw-link-box-n:hover {
  color: #fff;
  opacity: 0.9;
}

.c-n .hw-link-box-default,
.hw-link-box-n {
  position: relative;
  display: block;
  padding: 30px 62px 30px 15px;
  background-color: #ced4da;
  color: #FFFFFF;
  line-height: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
}
.c-n .hw-link-box-default .fas,
.hw-link-box-n .fas {
  font-size: 2.25rem;
  line-height: 1.125rem;
  float: left;
}
.c-n .hw-link-box-default .pan,
.hw-link-box-n .pan {
  color: #ced4da;
}

.c-n .hw-materialBox .pan {
  background-color: #ced4da;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .hwm-footer-box {
    padding-right: 15px;
  }
  .hwm-footer-box:last-child {
    padding-right: 0px;
    padding-left: 15px;
  }

  .hwm-bgr-color-int-link {
    background-color: #ededed;
  }
}
@media (min-width: 992px) {
  .hwm-bgr-color-int-link {
    background-color: #ededed;
  }

  .hwm-btn-positioning {
    width: 100%;
    position: absolute;
    bottom: 0%;
    right: 0%;
  }

  .carousel-control-prev, .carousel-control-next {
    top: 0;
  }
}
@media (min-width: 1200px) {
  .hwm-bgr-color-int-link {
    background-color: #ededed;
  }
}
@media (max-width: 576px) {
  .hidden-xs {
    display: none !important;
  }

  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }

  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .visible-xs {
    display: none;
  }

  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  .visible-xs {
    display: none;
  }

  .hidden-xl {
    display: none !important;
  }
}
.menuPage ul li .rightIcon {
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=site.css.map */
