
/*
$bp-min: $bp-768-min;

$bp-xs: $bp-768-min;

$bp-sm: $bp-768;
$bp-sm-max: $bp-768-max;

$bp-md: $bp-1024;
$bp-md-max: $bp-1366-min;

$bp-lg: $bp-1366;
$bp-lg-max: $bp-1920-min;

$bp-xl: $bp-1920;
$bp-xl-max: $bp-1920-max;

$bp-xxl: $bp-2560;
*/
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #3472f7;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff3b30;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #05ae0e;
  --teal: #20c997;
  --cyan: #2ca8ff;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #D2232A;
  --secondary: #dee2e6;
  --success: #05ae0e;
  --info: #2ca8ff;
  --warning: #ffc107;
  --danger: #ff3b30;
  --light: #e9ecef;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #D2232A;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #90181d;
  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: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

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

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f2c1c3;
}

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

.table-hover .table-primary:hover {
  background-color: #eeacaf;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #eeacaf;
}

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

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

.table-hover .table-secondary:hover {
  background-color: #e8eaed;
}

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

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

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

.table-hover .table-success:hover {
  background-color: #a6e2aa;
}

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

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

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

.table-hover .table-info:hover {
  background-color: #abddff;
}

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

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

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

.table-hover .table-danger:hover {
  background-color: #ffb0ac;
}

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

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

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

.table-hover .table-light:hover {
  background-color: #eaedf1;
}

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

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

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

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    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: #eb898d;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #05ae0e;
  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='%2305ae0e' 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: #05ae0e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(5, 174, 14, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(5, 174, 14, 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: #05ae0e;
  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='%2305ae0e' 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: #05ae0e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(5, 174, 14, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(5, 174, 14, 0.25);
}

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

.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: #05ae0e;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #05ae0e;
}

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(5, 174, 14, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(5, 174, 14, 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: #05ae0e;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #05ae0e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(5, 174, 14, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(5, 174, 14, 0.25);
}

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ff3b30;
  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='%23ff3b30' 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='%23ff3b30' 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: #ff3b30;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 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: #ff3b30;
  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='%23ff3b30' 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='%23ff3b30' 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: #ff3b30;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 0.25);
}

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

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

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

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff3b30;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 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: #D2232A;
  border-color: #D2232A;
}

.btn-primary:hover {
  color: #fff;
  background-color: #b11e23;
  border-color: #a61c21;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #b11e23;
  border-color: #a61c21;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 68, 74, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 68, 74, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #D2232A;
  border-color: #D2232A;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #a61c21;
  border-color: #9b1a1f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 68, 74, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 68, 74, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-secondary:hover {
  color: #212529;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #212529;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #c1c9d0;
  border-color: #bac2cb;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #05ae0e;
  border-color: #05ae0e;
}

.btn-success:hover {
  color: #fff;
  background-color: #04890b;
  border-color: #047c0a;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #04890b;
  border-color: #047c0a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(43, 186, 50, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(43, 186, 50, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #05ae0e;
  border-color: #05ae0e;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #047c0a;
  border-color: #037009;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(43, 186, 50, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(43, 186, 50, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #2ca8ff;
  border-color: #2ca8ff;
}

.btn-info:hover {
  color: #fff;
  background-color: #0698ff;
  border-color: #0092f8;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #0698ff;
  border-color: #0092f8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 181, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 181, 255, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #2ca8ff;
  border-color: #2ca8ff;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0092f8;
  border-color: #008aeb;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 181, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 181, 255, 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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning: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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ff3b30;
  border-color: #ff3b30;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ff170a;
  border-color: #fc0d00;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ff170a;
  border-color: #fc0d00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 88, 79, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 88, 79, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ff3b30;
  border-color: #ff3b30;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #fc0d00;
  border-color: #ef0d00;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 88, 79, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 88, 79, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-light:hover {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #cbd3da;
  border-color: #c4ccd4;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark: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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #D2232A;
  border-color: #D2232A;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #D2232A;
  border-color: #D2232A;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #D2232A;
  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: #D2232A;
  border-color: #D2232A;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.5);
}

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

.btn-outline-secondary:hover {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #dee2e6;
  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: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-outline-success {
  color: #05ae0e;
  border-color: #05ae0e;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #05ae0e;
  border-color: #05ae0e;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(5, 174, 14, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(5, 174, 14, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #05ae0e;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #05ae0e;
  border-color: #05ae0e;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(5, 174, 14, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(5, 174, 14, 0.5);
}

.btn-outline-info {
  color: #2ca8ff;
  border-color: #2ca8ff;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #2ca8ff;
  border-color: #2ca8ff;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 168, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(44, 168, 255, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #2ca8ff;
  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: #2ca8ff;
  border-color: #2ca8ff;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 168, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(44, 168, 255, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning: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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #ff3b30;
  border-color: #ff3b30;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff3b30;
  border-color: #ff3b30;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff3b30;
  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: #ff3b30;
  border-color: #ff3b30;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 0.5);
}

.btn-outline-light {
  color: #e9ecef;
  border-color: #e9ecef;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #e9ecef;
  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: #e9ecef;
  border-color: #e9ecef;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark: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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #D2232A;
  text-decoration: none;
}

.btn-link:hover {
  color: #90181d;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

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

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #D2232A;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #D2232A;
  background-color: #D2232A;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #eb898d;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #f3b5b7;
  border-color: #f3b5b7;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.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.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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: #D2232A;
  background-color: #D2232A;
}

.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(210, 35, 42, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(210, 35, 42, 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(210, 35, 42, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(210, 35, 42, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #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.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #eb898d;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.25);
}

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

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-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.875rem;
}

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #eb898d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 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;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(210, 35, 42, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(210, 35, 42, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(210, 35, 42, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(210, 35, 42, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #D2232A;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #f3b5b7;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #D2232A;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #f3b5b7;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #D2232A;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #f3b5b7;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

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

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

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

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

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

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

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

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

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

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

.card-deck .card {
  margin-bottom: 15px;
}

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

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

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

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #D2232A;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #90181d;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.25);
}

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #D2232A;
  border-color: #D2232A;
}

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #D2232A;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #a61c21;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 35, 42, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #dee2e6;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #c1c9d0;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #05ae0e;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #047c0a;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(5, 174, 14, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(5, 174, 14, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #2ca8ff;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #0092f8;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 168, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(44, 168, 255, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ff3b30;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #fc0d00;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #e9ecef;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #cbd3da;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: #6d1216;
  background-color: #f6d3d4;
  border-color: #f2c1c3;
}

.alert-primary hr {
  border-top-color: #eeacaf;
}

.alert-primary .alert-link {
  color: #410b0d;
}

.alert-secondary {
  color: #737678;
  background-color: #f8f9fa;
  border-color: #f6f7f8;
}

.alert-secondary hr {
  border-top-color: #e8eaed;
}

.alert-secondary .alert-link {
  color: #5a5c5e;
}

.alert-success {
  color: #035a07;
  background-color: #cdefcf;
  border-color: #b9e8bc;
}

.alert-success hr {
  border-top-color: #a6e2aa;
}

.alert-success .alert-link {
  color: #012903;
}

.alert-info {
  color: #175785;
  background-color: #d5eeff;
  border-color: #c4e7ff;
}

.alert-info hr {
  border-top-color: #abddff;
}

.alert-info .alert-link {
  color: #0f3b5a;
}

.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: #851f19;
  background-color: #ffd8d6;
  border-color: #ffc8c5;
}

.alert-danger hr {
  border-top-color: #ffb0ac;
}

.alert-danger .alert-link {
  color: #5a1511;
}

.alert-light {
  color: #797b7c;
  background-color: #fbfbfc;
  border-color: #f9fafb;
}

.alert-light hr {
  border-top-color: #eaedf1;
}

.alert-light .alert-link {
  color: #606162;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #D2232A;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

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

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

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

.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:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #D2232A;
  border-color: #D2232A;
}

.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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

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

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

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

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #6d1216;
  background-color: #f2c1c3;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #6d1216;
  background-color: #eeacaf;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #6d1216;
  border-color: #6d1216;
}

.list-group-item-secondary {
  color: #737678;
  background-color: #f6f7f8;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #737678;
  background-color: #e8eaed;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #737678;
  border-color: #737678;
}

.list-group-item-success {
  color: #035a07;
  background-color: #b9e8bc;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #035a07;
  background-color: #a6e2aa;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #035a07;
  border-color: #035a07;
}

.list-group-item-info {
  color: #175785;
  background-color: #c4e7ff;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #175785;
  background-color: #abddff;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #175785;
  border-color: #175785;
}

.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: #851f19;
  background-color: #ffc8c5;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #851f19;
  background-color: #ffb0ac;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #851f19;
  border-color: #851f19;
}

.list-group-item-light {
  color: #797b7c;
  background-color: #f9fafb;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #797b7c;
  background-color: #eaedf1;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #797b7c;
  border-color: #797b7c;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

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

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.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: -webkit-min-content;
    height: -moz-min-content;
    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.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

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

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

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.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: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

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

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

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #D2232A !important;
}

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

.bg-secondary {
  background-color: #dee2e6 !important;
}

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

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

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

.bg-info {
  background-color: #2ca8ff !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0092f8 !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: #ff3b30 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #D2232A !important;
}

.border-secondary {
  border-color: #dee2e6 !important;
}

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

.border-info {
  border-color: #2ca8ff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !important;
}

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

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

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

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

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

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

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

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

.position-sticky {
  position: 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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

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

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

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

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

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

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

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

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

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

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

.p-3 {
  padding: 1rem !important;
}

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

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

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

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

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

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

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

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

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

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

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

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

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

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

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

.text-success {
  color: #05ae0e !important;
}

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

.text-info {
  color: #2ca8ff !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

/*
$bp-min: $bp-768-min;

$bp-xs: $bp-768-min;

$bp-sm: $bp-768;
$bp-sm-max: $bp-768-max;

$bp-md: $bp-1024;
$bp-md-max: $bp-1366-min;

$bp-lg: $bp-1366;
$bp-lg-max: $bp-1920-min;

$bp-xl: $bp-1920;
$bp-xl-max: $bp-1920-max;

$bp-xxl: $bp-2560;
*/
/*
.example {
    @include aspect-ratio();
    width: 40%;
    margin: 40px 0;
    padding: 0;
    position: relative;
    background-image: svg-url('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><path fill="#804D35" d="M35 254.6l9.7 28.8 211 1.7 12-34L35 255"/><path fill="#2F2B33" d="M40 288c1.3 1.2 221 0 221 0s5.3-6.4-50.2-10c-34.4.8-55.7 6-55.7 6s-25-6-47-6c-91 4-69 8.8-68 10z"/><path fill="#EE304E" d="M15.2 187.8s20.3-30 36.2-35.4c3.6 1.2 189 1.5 198.3 1.2 26.8 5.8 23.5 24 31.6 26.4 1.8-.3 11 79.6-19.8 77.6-1.3 2.5-50.6 4-55.7 4.5s-21.4 10-43 13c-4.6 1-78.7 0-78.7 0s-34-4-55-26c-1-2 0-9-13-60z"/><ellipse cx="151.3" cy="128.9" fill="#FFEDC3" rx="109.8" ry="76.8"/><path fill="#00B8C3" d="M43 114.6c0-49 58-81 107-82 82.7-2 106.5 68.2 105.3 67.6C133.3 44.7 43 114.6 43 114.6z"/><path fill="#FCEE21" d="M44.3 117.7c43.7-26 94-35.7 144.5-30.4 16 1.7 32 5 47.6 9.8 4.5 2 9 3 13.4 5l3.5 2c-1 0 .3 0 .6 1 4 2 8-4.2 3-6.2-22-10-46-14.6-69-17-51-6.5-103 4.5-148 31-4 2.3-1 9 4 6.3zm72.4-84.4s9-4.8 10.4-3.8 2-2.3 2-2.3l9-2h11l1-2.3s12-1 13 2c0 4 15.7 4 15 10-2.5 8-12 2-13 4-11.4 6-17 0-17 0l-13 4-1-7s-3 5-8 5.3c-17.3 4-9-8.5-9-8.5zm-100.5 155C6 189.3-7 221 24 227.3c10.4-2.6 40 2 36-13s-33.8-24.2-44-26zm267.4-7s5-1 8 4 4.7 22.2 4 27.6-.6 10-13.8 11-18.8-9-19.8-8-14.2 1-14.2 1-7.4-7 1.3-12c4-3 4-8 4-8s5-12 9-14 22-2 22-2z"/><path fill="none" stroke="#000" stroke-miterlimit="10" d="M68 167.3c11 12 91 71 170.3-5.6m-73 45.6c2 36.4-1.3 65.6-1.3 65.6"/><ellipse cx="157.1" cy="213.4" rx="1" ry="3"/><ellipse cx="159.7" cy="238.7" rx="1.2" ry="3.3"/><ellipse cx="157.2" cy="262.7" rx="2" ry="3.4"/><path fill="none" stroke="#000" stroke-miterlimit="10" d="M139 188.5c15.7 5.5 38 0 38 0"/><ellipse cx="182.5" cy="119.1" fill="#FFF" transform="matrix(.81 -.587 .587 .81 -35.153 129.678)" rx="26.7" ry="30.5"/><ellipse cx="126.5" cy="119.1" fill="#FFF" transform="matrix(.884 .467 -.467 .884 70.21 -45.287)" rx="26.7" ry="30.5"/><circle cx="138.6" cy="117.9" r="3.3"/><circle cx="170.6" cy="117.9" r="3.3"/><path d="M134.7 172.4c3.4-3.5 7.7-3.2 7.7-3.2s24.2-.2 25.5.3 2 3 2 4.2c-1 1.4-5 10.7-7 13.3-2 1.8-9 0-9 0s-4-1-5-1.8c-.7-.3-3.4 0-4-.2s-11.5-10.6-12-12.3"/><path fill="#FFF" d="M149 172.3c-.2-1-1-1.7-1.8-1.5l-3 .5c-.8 0-1.3 1-1.2 2 .2 1 1 1.7 1.8 1.5l3-.5c1 0 1.4-1 1.2-2zm9 1.5c.2-.8-.3-1.6-1-1.8l-4.2-.8c-.7 0-1.5.4-1.6 1.2v.3c-.3.8.2 1.6 1 1.8l4 .8c.8 0 1.6-.4 1.7-1.2zm9-.4c0-1-.8-1.7-1.6-1.6l-5 .4c-.8 0-1.4 1-1.3 1.8 1 1 1 1.7 2 1.6l5-.4c1 0 2-1 2-1.8z"/></svg>');
    background-size: cover;
    background-repeat:no-repeat;
    background-position:50% 50%;
}
*/
/**
@mixin cssTriangle
Creates a css triangle http://cssarrowplease.com
@param size - size of the triangle
@param borderWidth - width of the border
@param borderColor - color of the border
@param position - where the arrow should appear (top, right, bottom, left)
@param bg - background color of the triangle
Usage: @include cssTriangle(10px, 1px, #ccc, right, #000);
**/
.white {
  color: #fff !important;
  fill: #fff !important;
}

.black {
  color: #000 !important;
  fill: #000 !important;
}

.red, .danger, .error {
  color: #ff3b30 !important;
  fill: #ff3b30 !important;
}

.blue {
  color: #3472f7 !important;
  fill: #3472f7 !important;
}

.lightblue, .cyan, .info {
  color: #2ca8ff !important;
  fill: #2ca8ff !important;
}

.green, .success {
  color: #05ae0e !important;
  fill: #05ae0e !important;
}

.orange {
  color: #fd7e14 !important;
  fill: #fd7e14 !important;
}

.brand {
  color: #D2232A !important;
  fill: #D2232A !important;
}

.purple {
  color: #6f42c1 !important;
  fill: #6f42c1 !important;
}

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

.black-bg {
  background-color: #000 !important;
}

.red-bg {
  background-color: #ff3b30 !important;
}

.blue-bg {
  background-color: #3472f7 !important;
}

.lightblue-bg {
  background-color: #2ca8ff !important;
}

.green-bg {
  background-color: #05ae0e !important;
}

.orange-bg {
  background-color: #fd7e14 !important;
}

.brand-bg {
  background-color: #D2232A !important;
}

.purple-bg {
  background-color: #6f42c1 !important;
}

/**
  * Custom Bootstrap 3 grid for 480-767px layout
  * Author: Iftakhar Hasan
  *
  * A new set of column classes (with class prefix .col-ms- ) for Bootstrap 3
  * to make Medium Small grids for supporting 480-767px
  *
  * This will push the default Bootstrap 3 Extra Small column (class prefix .col-xs- )
  * to support 1-479px instead of 1-767px
  */
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px;
  }
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left;
  }
  .col-ms-1 {
    width: 8.33333333%;
  }
  .col-ms-2 {
    width: 16.66666667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.33333333%;
  }
  .col-ms-5 {
    width: 41.66666667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.33333333%;
  }
  .col-ms-8 {
    width: 66.66666667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.33333333%;
  }
  .col-ms-11 {
    width: 91.66666667%;
  }
  .col-ms-12 {
    width: 100%;
  }
}

.btn-brand {
  color: #fff;
  background-color: #D2232A;
  border-color: #D2232A;
}

.btn-brand:hover {
  color: #fff;
  background-color: #b11e23;
  border-color: #a61c21;
}

.btn-brand:focus, .btn-brand.focus {
  color: #fff;
  background-color: #b11e23;
  border-color: #a61c21;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 68, 74, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 68, 74, 0.5);
}

.btn-brand.disabled, .btn-brand:disabled {
  color: #fff;
  background-color: #D2232A;
  border-color: #D2232A;
}

.btn-brand:not(:disabled):not(.disabled):active, .btn-brand:not(:disabled):not(.disabled).active,
.show > .btn-brand.dropdown-toggle {
  color: #fff;
  background-color: #a61c21;
  border-color: #9b1a1f;
}

.btn-brand:not(:disabled):not(.disabled):active:focus, .btn-brand:not(:disabled):not(.disabled).active:focus,
.show > .btn-brand.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 68, 74, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 68, 74, 0.5);
}

.highlight {
  color: #D2232A !important;
}

.highlight2 {
  color: #fe0000 !important;
}

.list-group .list-group-item.active {
  background-color: #D2232A;
  border-color: #bc1f26;
  color: #fff;
}

.badge-brand {
  background-color: #D2232A;
  color: #fff;
}

.card-brand {
  border-color: #bc1f26;
}

.card-brand .card-header {
  background-color: #D2232A;
  color: #fff;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  scroll-behavior: smooth;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

.pad5 {
  padding: 5px;
}

.pad10 {
  padding: 10px;
}

.pad15 {
  padding: 15px;
}

.w100 {
  width: 100%;
}

.opacity0 {
  opacity: 0 !important;
}

.no-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
}

th.border-bottom, td.bottom-border {
  border-bottom: 2px solid #333 !important;
}

.hidden {
  display: none;
}

.width100, .w100 {
  width: 100%;
}

.btn {
  cursor: pointer;
}

.label-white {
  background-color: #fff;
  color: #000;
}

.label-black {
  background-color: #000;
  color: #fff;
}

.panel {
  margin-bottom: 15px;
}

.nowrap {
  white-space: nowrap;
}

.sticky {
  position: sticky !important;
}

table.table-middle td, table.table-middle th {
  vertical-align: middle !important;
}

iframe {
  width: 100%;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.center {
  text-align: center;
}

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

.relative {
  position: relative;
}

.icon-space {
  margin-right: 5px;
}

/*
select, select:focus, select:active,
input:focus, input:active,
button, button:focus, button:active, button:hover,
a, a:focus, a:active, a:hover {
    outline: 0 !important;
    text-decoration:none !important;
}
*/
img {
  max-width: 100%;
}

.inline {
  display: inline;
}

.iblock {
  display: inline-block;
}

.block {
  display: block;
}

.white {
  color: #fff !important;
}

.black {
  color: #111 !important;
}

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

.bg-black {
  background-color: #000 !important;
}

.outline {
  border: 1px solid #ccc;
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

.indent {
  margin-left: 50px;
}

.rotateable {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 800ms;
  transition: -webkit-transform 800ms;
  transition: transform 800ms;
  transition: transform 800ms, -webkit-transform 800ms;
}

.rotateable:hover {
  -webkit-transform: rotate(359.9deg);
          transform: rotate(359.9deg);
}

/*
.media.media-responsive {
	@media (max-width: $screen-sm-min) {
		.media-left, .media-right {
			display:block !important;
			text-align:center;
		}
	}
}
*/
hr {
  border-color: #ccc;
}

.upload-preview {
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 300px;
  margin-top: 5px;
}

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

.icon-pulse12 {
  -webkit-animation: icon-spin 1s infinite steps(12);
          animation: icon-spin 1s infinite steps(12);
}

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

blockquote {
  border-left: 3px solid #D2232A;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

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

.tdautosize {
  width: 1px;
  white-space: nowrap;
}

.no-dropdown-arrow:after {
  display: none;
}

[data-stitle]:before {
  content: attr(data-stitle);
  display: inline;
  font-weight: 400;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.jcs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

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

.ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.card .card-header {
  padding: 15px;
}

.card .card-header .title {
  font-size: 18px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}

.card.slim .card-header, .card.slim .card-body {
  padding: 8px;
}

.card .card-body.padded {
  padding: 15px;
}

.card .card-body p:last-child {
  margin-bottom: 0px;
}

.card-border {
  border: 2px solid #000;
}

.card-border .card-header {
  background-color: transparent;
  border-bottom: 2px solid #000;
}

.card-middleline {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.card-middleline > .card-header {
  padding: 0px;
  border-bottom: 3px solid;
}

.card-middleline.border-on-body > .card-body {
  border-top: 3px solid;
}

.card-buttons > .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.card-buttons > .card-header > .title {
  text-align: left;
}

.card-buttons > .card-header > .card-buttons-wrap {
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.card-buttons > .card-header > .card-buttons-wrap > .card-button {
  cursor: pointer;
  display: inline-block;
}

.card-buttons > .card-header > .card-buttons-wrap > .card-button-show {
  display: none;
}

.card-buttons > .card-header > .card-buttons-wrap > .card-button-hide {
  display: none;
}

.card-buttons.hide > .card-header > .card-buttons-wrap > .card-button-show {
  display: inline-block;
}

.card-buttons.hide > .card-header > .card-buttons-wrap > .card-button-hide {
  display: none;
}

.card-buttons.hide > .card-body {
  display: none;
}

.card-buttons.show > .card-header > .card-buttons-wrap > .card-button-show {
  display: none;
}

.card-buttons.show > .card-header > .card-buttons-wrap > .card-button-hide {
  display: inline-block;
}

a {
  color: #90181d;
  -webkit-transition: color 300ms, border 300ms;
  transition: color 300ms, border 300ms;
  display: inline-block;
  text-decoration: none;
}

a:hover {
  color: #D2232A;
  text-decoration: none;
}

a:focus, a:active {
  outline: none;
}

#site a:not(.list-group-item):not(.std):not(.btn):not(.list-group-item):not([role="tab"]):not(.nav-link):not(.dropdown-item) {
  -webkit-transition: color 300ms, border 300ms;
  transition: color 300ms, border 300ms;
  position: relative;
  color: #666;
  border-bottom: 0px;
  position: relative;
  z-index: 1;
}

#site a:not(.list-group-item):not(.std):not(.btn):not(.list-group-item):not([role="tab"]):not(.nav-link):not(.dropdown-item):before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: -1px;
  background-color: #D2232A;
  -webkit-transition: height 300ms, -webkit-transform 300ms;
  transition: height 300ms, -webkit-transform 300ms;
  transition: height 300ms, transform 300ms;
  transition: height 300ms, transform 300ms, -webkit-transform 300ms;
  z-index: -1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

#site a:not(.list-group-item):not(.std):not(.btn):not(.list-group-item):not([role="tab"]):not(.nav-link):not(.dropdown-item):focus {
  color: #000;
}

#site a:not(.list-group-item):not(.std):not(.btn):not(.list-group-item):not([role="tab"]):not(.nav-link):not(.dropdown-item):hover {
  color: #D2232A;
  z-index: 1;
}

#site a:not(.list-group-item):not(.std):not(.btn):not(.list-group-item):not([role="tab"]):not(.nav-link):not(.dropdown-item):hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

#site a.std {
  border-bottom: 1px solid transparent;
}

#site a.std:hover {
  border-color: transparent;
}

:target:before {
  content: "";
  display: block;
  height: 150px;
  /* fixed header height*/
  margin: -150px 0 0;
  /* negative fixed header height */
}

/*
$hoverColor: #a1895e;

a {
	color: #666;
	transition: color 300ms, border 300ms;
	display:inline-block;

	&:hover {
		color: $brand-color;
	}
}

#site {
a:not(.list-group-item):not(.std):not(.btn):not(.list-group-item):not([role="tab"]) {
    transition: color 300ms, border 300ms;
	border-bottom: 1px solid $brand-color;
	&:hover {
		text-decoration:none;
		border-bottom: 1px solid $brand-color;
	}
}
a.std {
	border-bottom: 1px solid transparent;
	&:hover {
		border-color: transparent;
	}
}
}
a.btn:before, a.std:before {
	display:none;
}

a.list-group-item:last-child {
	&:hover {
		border-bottom: 1px solid $list-group-border-color;
	}
}


a:not(.btn):focus {
    color: $brand-color;
}

a.scale {
	display:inline-block;
	position: relative;
	border-bottom: 0px solid transparent !important;
	text-decoration: none;

	&:before {
		position: absolute;
		top: auto;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #fff;
		content: '';
		transition: all 0.2s;
		backface-visibility: hidden;
		transform: scaleX(0);
	}

	&:hover {
		border-bottom: 0px solid transparent !important;
		text-decoration: none !important;
		&:before {
			transform: scaleX(1);
		}
	}
}
*/
.form-control, input, button, select, .btn {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus, .form-control:active, .form-control:active:focus, input:focus, input:active, input:active:focus, button:focus, button:active, button:active:focus, select:focus, select:active, select:active:focus, .btn:focus, .btn:active, .btn:active:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control.is-invalid:focus {
  border: 1px solid #dc3545 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn, button {
  font-weight: 700;
}

/* 
.error-class {
  color: #cc0000 !important;
}
*/
.error-message {
  color: #ff3b30 !important;
  font-size: 18px;
  font-weight: 300;
}

.form-info {
  font-size: 12px;
  margin-top: 3px;
  color: #999999;
}

.feedback {
  font-size: 12px;
  color: #999;
  margin-top: 3px;
}

.feedback.invalid-feedback {
  color: #ff3b30 !important;
}

.feedback.invalid-feedback a {
  color: #ff3b30 !important;
}

.feedback.invalid-feedback a:before {
  background-color: #ff3b30 !important;
}

.info-feedback {
  color: #888;
}

.form-control.is-valid {
  background-position: 99.5% calc(.375em + .1875rem);
}

.error-msg {
  display: none;
}

.has-error .error-class, .has-error .error-msg {
  color: #ff3b30;
  font-weight: 300 !important;
  font-size: 0.9em;
  display: block;
  /*
		&:before {
			font-family: 'FontAwesome';
			content: "\f00d";
			margin-right: 5px;

		}
		*/
}

.has-error .error-class svg, .has-error .error-msg svg {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

select > optgroup {
  font-size: 16px;
  font-weight: 400;
}

select > optgroup option {
  font-size: 300 !important;
  font-size: 14px;
  margin-left: 15px;
}

label.control-label {
  font-weight: 400;
  margin-bottom: 3px;
}

label {
  margin-bottom: 3px;
}

/*
	.form-control:not(.std):not(.search-field):not(.media-display):not(.search-filter):not(.ro-title):focus, .form-control:not(.search-field):not(.std):not(.media-display):not(.search-filter):not(.ro-title):active {
	    border: 1px solid #888 !important;
	    //box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(80, 133, , 194, 0.6) !important;
	}
*/
label.label-check {
  cursor: pointer;
}

.inline-label.form-group {
  position: relative;
  overflow: visible;
  padding-top: 20px;
  margin-top: 15px;
  border-bottom: 2px solid #ccc;
}

.inline-label.form-group:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  bottom: -2px;
  width: 0%;
  left: 0px;
  background-color: #D2232A;
  -webkit-transition: width 300ms;
  transition: width 300ms;
}

.inline-label.form-group > label {
  position: absolute;
  left: 0px;
  top: 28px;
  z-index: 20;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: scale(1) translateY(0px) translateX(0px);
          transform: scale(1) translateY(0px) translateX(0px);
  -webkit-transition: top 300ms, font-size 300ms, color 300ms, -webkit-transform 300ms;
  transition: top 300ms, font-size 300ms, color 300ms, -webkit-transform 300ms;
  transition: top 300ms, font-size 300ms, color 300ms, transform 300ms;
  transition: top 300ms, font-size 300ms, color 300ms, transform 300ms, -webkit-transform 300ms;
}

.inline-label.form-group > input {
  position: relative;
  z-index: 10;
  border: 0px;
  font-size: 16px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 1px;
  font-weight: 400;
  color: #fff;
}

.inline-label.form-group > input:active, .inline-label.form-group > input:focus, .inline-label.form-group > input:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0px !important;
}

.inline-label.form-group > .help-block {
  position: absolute;
  right: 0px;
  top: 25px;
  font-weight: 400;
  -webkit-transition: top 300ms, font-size 300ms;
  transition: top 300ms, font-size 300ms;
}

.inline-label.form-group.active > label {
  top: 5px;
  font-size: 12px;
  color: #aaa;
}

.inline-label.form-group.active > label:after {
  content: ':';
}

.inline-label.form-group.active:after {
  width: 100%;
}

.inline-label.form-group.active > .help-block {
  top: 52px;
  font-size: 12px;
}

.inline-label.form-group.has-success {
  border-bottom: 2px solid #04950c;
}

.inline-label.form-group.has-success:after {
  background-color: #05ae0e;
}

.inline-label.form-group.has-success > label, .inline-label.form-group.has-success > .help-block {
  color: #05ae0e;
}

.inline-label.form-group.has-error {
  border-bottom: 2px solid #ff2317;
}

.inline-label.form-group.has-error:after {
  background-color: #ff3b30;
}

.inline-label.form-group.has-error > label, .inline-label.form-group.has-error > .help-block {
  color: #ff3b30;
}

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

.form-check-label {
  cursor: pointer;
}

.label-black label {
  color: #000;
}

select optgroup option {
  font-size: 14px !important;
}

.custom-checkbox .custom-control-label::before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #6c757d;
}

.custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #6c757d;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #000;
  background-color: #000;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #000;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

.custom-checkbox .custom-control-label {
  cursor: pointer;
}

.custom-checkbox.checkbox-brand .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #D2232A;
  background-color: #D2232A;
}

.text-lg {
  font-size: 1.2em;
}

.text-sm {
  font-size: 14px;
}

.text-xs {
  font-size: 0.8em;
}

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

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

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

.justify {
  text-align: justify;
}

.unbold {
  font-weight: 300 !important;
}

.bold {
  font-weight: 400 !important;
}

.xbold {
  font-weight: 700 !important;
}

h2.sm {
  font-size: 18px;
}

.smallcaps {
  font-variant: small-caps;
}

@media (max-width: 768px) {
  h1 small, h2 small, h3 small {
    display: block;
    margin-top: 5px;
  }
}

/*

// Padding screen sm
@media (min-width: map-get($grid-breakpoints, 'sm')) and (max-width: map-get($grid-breakpoints, 'md')) {
    .sm-text-sm {
        font-size: 0.9em !important;
    }
}

@media (min-width: $screen-md) and (max-width: $screen-lg) {
    .md-text-sm {
        font-size: 0.9em !important;
    }
}
*/
.uppercase {
  text-transform: uppercase;
}

.ls1 {
  letter-spacing: 1px;
}

.lh12 {
  line-height: 1.2;
}

.lh11 {
  line-height: 1.1;
}

.underline-border {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.underline {
  text-decoration: underline;
}

.underline-block {
  display: block;
  border-bottom: 1px solid #fff;
}

.italic {
  font-style: italic;
}

/*
froala-box ul {
    margin:0;
    padding:0;
    margin-left:15px;
}
froala-box li {
    margin:0;
    padding:0;
    margin-left:5px;
    list-style-type: square;
}
*/
ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul {
  font-size: 1em;
}

ul.lg {
  font-size: 1.2em;
}

ul.sm {
  font-size: 0.9em;
}

ul.xs {
  font-size: 0.8em;
}

/*
ul.cap {
    margin:0;
    padding-left:25px;
}
ul.cap li {
	list-style-type:none;
    margin:0;
}
ul.cap li::before {
	font-family: "FontAwesome";
    content: "\f19d";
    //font-size:18px;
	position: absolute;
	margin-left: -25px;
}
*/
ul.dash {
  margin: 0;
  padding-left: 20px;
}

ul.dash li, li.dash {
  list-style-type: none;
  margin: 0;
}

li.dash {
  padding-left: 20px;
}

ul.dash li:before, li.dash:before {
  content: '-';
  position: absolute;
  margin-left: -15px;
}

ol.circle, ul.circle {
  margin: 0;
  padding-left: 20px;
}

ol.circle li, ul.circle li {
  list-style-type: disc;
  margin: 0;
}

ol.open-circle, ul.open-circle {
  margin: 0;
  padding-left: 20px;
}

ol.open-circle li, ul.open-circle li {
  list-style-type: circle;
  margin: 0;
}

ol.square, ul.square {
  margin: 0;
  padding-left: 20px;
}

ol.square li, ul.square li {
  list-style-type: square;
  margin: 0;
}

ol.none, ul.none {
  margin: 0;
  padding-left: 0px;
}

ol.none li, ul.none li {
  list-style-type: none;
  margin: 0;
}

ol.decimal, ul.decimal, ol.number, ul.number {
  margin: 0;
  padding-left: 20px;
}

ol.decimal li, ul.decimal li, ol.number li, ul.number li {
  list-style-type: decimal;
  margin-left: 25px;
  padding-left: 10px;
}

li.decimal, li.number {
  list-style-type: decimal;
  margin-left: 25px;
  padding-left: 10px;
}

ol.lower-alpha, ul.lower-alpha {
  margin: 0;
  padding-left: 20px;
}

ol.lower-alpha li, ul.lower-alpha li {
  list-style-type: lower-alpha;
  margin: 0;
}

ol.upper-alpha, ul.upper-alpha {
  margin: 0;
  padding-left: 1520;
}

ol.upper-alpha li, ul.upper-alpha li {
  list-style-type: upper-alpha;
  margin: 0;
}

ol.lower-roman, ul.lower-roman {
  margin: 0;
  padding-left: 20px;
}

ol.lower-roman li, ul.lower-roman li {
  list-style-type: lower-roman;
  margin: 0;
}

ol.upper-roman, ul.upper-roman {
  margin: 0;
  padding-left: 20px;
}

ol.upper-roman li, ul.upper-roman li {
  list-style-type: upper-roman;
  margin: 0;
}

li.no-icon::before {
  list-style-type: none !important;
  content: '' !important;
}

ul.offset {
  position: relative;
  margin-left: 20px !important;
}

ul.sp-xs li {
  margin-top: 4px;
  margin-bottom: 4px;
}

ul.sp-sm li {
  margin-top: 6px;
  margin-bottom: 6px;
}

ul.sp-md li {
  margin-top: 9px;
  margin-bottom: 9px;
}

ul.sp-lg li {
  margin-top: 12px;
  margin-bottom: 12px;
}

.row-pullout {
  margin-left: -15px;
  margin-right: -15px;
}

.row-pullout2 {
  margin-left: -30px;
  margin-right: -30px;
}

.row-pullin {
  margin-left: 15px;
  margin-right: 15px;
}

.row-pullnone {
  margin-left: 0px;
  margin-right: 0px;
}

.pull-in-right {
  padding-right: 0px;
  margin-right: 0px;
}

.pad-in {
  padding-left: 15px;
  padding-right: 15px;
}

.pad-out {
  padding-left: -15px;
  padding-right: -15px;
}

.pad-none {
  padding-left: 0px;
  padding-right: 0px;
}

.padding-none {
  padding: 0 !important;
}

.padding-xs {
  padding: 5px !important;
}

.padding-sm {
  padding: 15px !important;
}

.padding-md {
  padding: 30px !important;
}

.padding-lg {
  padding: 50px !important;
}

.padding-xlg {
  padding: 100px !important;
}

.padding-none {
  padding: 0 !important;
}

.padding-t-xs {
  padding-top: 5px !important;
}

.padding-t-sm {
  padding-top: 15px !important;
}

.padding-t-md {
  padding-top: 30px !important;
}

.padding-t-lg {
  padding-top: 50px !important;
}

.padding-t-xlg {
  padding-top: 100px !important;
}

.padding-b-xs {
  padding-bottom: 5px !important;
}

.padding-b-sm {
  padding-bottom: 15px !important;
}

.padding-b-md {
  padding-bottom: 30px !important;
}

.padding-b-lg {
  padding-bottom: 50px;
}

.padding-b-xlg {
  padding-bottom: 100px !important;
}

.space-t-xs {
  margin-top: 5px !important;
}

.space-t-sm {
  margin-top: 15px !important;
}

.space-t-md {
  margin-top: 30px !important;
}

.space-t-lg {
  margin-top: 50px !important;
}

.space-t-xlg {
  margin-top: 100px !important;
}

.space-b-xs {
  margin-bottom: 5px !important;
}

.space-b-sm {
  margin-bottom: 15px !important;
}

.space-b-md {
  margin-bottom: 30px !important;
}

.space-b-lg {
  margin-bottom: 50px !important;
}

.space-b-xlg {
  margin-bottom: 100px !important;
}

.space-r-xs {
  margin-right: 5px !important;
}

.space-r-sm {
  margin-right: 15px !important;
}

.space-l-xs {
  margin-left: 5px !important;
}

.space-l-sm {
  margin-left: 15px !important;
}

.fright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.fleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.center {
  text-align: center;
}

.right, .aright {
  text-align: right;
}

.left, .aleft {
  text-align: left;
}

.fcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1200px) {
  .xl-space-t-xs {
    margin-top: 5px !important;
  }
  .xl-space-t-sm {
    margin-top: 15px !important;
  }
  .xl-space-t-md {
    margin-top: 30px !important;
  }
  .xl-space-t-lg {
    margin-top: 50px !important;
  }
  .xl-space-b-xs {
    margin-bottom: 5px !important;
  }
  .xl-space-b-sm {
    margin-bottom: 15px !important;
  }
  .xl-space-b-md {
    margin-bottom: 30px !important;
  }
  .xl-space-b-lg {
    margin-bottom: 50px !important;
  }
  .xl-padding-t-xs {
    padding-top: 5px !important;
  }
  .xl-padding-t-sm {
    padding-top: 15px !important;
  }
  .xl-padding-t-md {
    padding-top: 30px !important;
  }
  .xl-padding-b-lg {
    padding-top: 50px !important;
  }
  .xl-padding-b-xs {
    padding-bottom: 5px !important;
  }
  .xl-padding-b-sm {
    padding-bottom: 15px !important;
  }
  .xl-padding-b-md {
    padding-bottom: 30px !important;
  }
  .xl-padding-b-lg {
    padding-bottom: 50px !important;
  }
  .xl-center {
    text-align: center !important;
  }
  .xl-right {
    text-align: right !important;
  }
  .xl-left {
    text-align: left !important;
  }
  .xl-cover {
    background-size: cover;
  }
  .xl-contain {
    background-size: contain;
  }
  .xl-iblock {
    display: inline-block !important;
  }
  .xl-block {
    display: block !important;
  }
  .hidden-xl-only, .hidden-xl {
    display: none !important;
  }
  .grid-debug {
    border: 1px solid red;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .lg-space-t-xs {
    margin-top: 5px !important;
  }
  .lg-space-t-sm {
    margin-top: 15px !important;
  }
  .lg-space-t-md {
    margin-top: 30px !important;
  }
  .lg-space-t-lg {
    margin-top: 50px !important;
  }
  .lg-space-b-xs {
    margin-bottom: 5px !important;
  }
  .lg-space-b-sm {
    margin-bottom: 15px !important;
  }
  .lg-space-b-md {
    margin-bottom: 30px !important;
  }
  .lg-space-b-lg {
    margin-bottom: 50px !important;
  }
  .lg-padding-t-xs {
    padding-top: 5px !important;
  }
  .lg-padding-t-sm {
    padding-top: 15px !important;
  }
  .lg-padding-t-md {
    padding-top: 30px !important;
  }
  .lg-padding-b-lg {
    padding-top: 50px !important;
  }
  .lg-padding-b-xs {
    padding-bottom: 5px !important;
  }
  .lg-padding-b-sm {
    padding-bottom: 15px !important;
  }
  .lg-padding-b-md {
    padding-bottom: 30px !important;
  }
  .lg-padding-b-lg {
    padding-bottom: 50px !important;
  }
  .lg-center {
    text-align: center !important;
  }
  .lg-right {
    text-align: right !important;
  }
  .lg-left {
    text-align: left !important;
  }
  .lg-cover {
    background-size: cover;
  }
  .lg-contain {
    background-size: contain;
  }
  .lg-iblock {
    display: inline-block !important;
  }
  .lg-block {
    display: block !important;
  }
  .hidden-lg-only, .hidden-lg, .hidden-xl {
    display: none !important;
    border: 2px solid fuchsia;
  }
  .grid-debug {
    border: 1px solid orange;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .md-space-t-none {
    margin-top: 0px !important;
  }
  .md-space-t-xs {
    margin-top: 5px !important;
  }
  .md-space-t-sm {
    margin-top: 15px !important;
  }
  .md-space-t-md {
    margin-top: 30px !important;
  }
  .md-space-t-lg {
    margin-top: 50px !important;
  }
  .md-space-b-none {
    margin-bottom: 0px !important;
  }
  .md-space-b-xs {
    margin-bottom: 5px !important;
  }
  .md-space-b-sm {
    margin-bottom: 15px !important;
  }
  .md-space-b-md {
    margin-bottom: 30px !important;
  }
  .md-space-b-lg {
    margin-bottom: 50px !important;
  }
  .md-padding-t-xs {
    padding-top: 5px !important;
  }
  .md-padding-t-sm {
    padding-top: 15px !important;
  }
  .md-padding-t-md {
    padding-top: 30px !important;
  }
  .md-padding-b-lg {
    padding-top: 50px !important;
  }
  .md-padding-b-xs {
    padding-bottom: 5px !important;
  }
  .md-padding-b-sm {
    padding-bottom: 15px !important;
  }
  .md-padding-b-md {
    padding-bottom: 30px !important;
  }
  .md-padding-b-lg {
    padding-bottom: 50px !important;
  }
  .md-center {
    text-align: center !important;
  }
  .md-right {
    text-align: right !important;
  }
  .md-left {
    text-align: left !important;
  }
  .md-cover {
    background-size: cover;
  }
  .md-contain {
    background-size: contain;
  }
  .md-iblock {
    display: inline-block !important;
  }
  .md-block {
    display: block !important;
  }
  .grid-debug {
    border: 1px solid yellow;
  }
  .hidden-md-only, .hidden-md, .hidden-lg, .hidden-xl {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .sm-space-t-none {
    margin-top: 0px !important;
  }
  .sm-space-t-xs {
    margin-top: 5px !important;
  }
  .sm-space-t-sm {
    margin-top: 15px !important;
  }
  .sm-space-t-md {
    margin-top: 30px !important;
  }
  .sm-space-t-lg {
    margin-top: 50px !important;
  }
  .sm-space-b-none {
    margin-bottom: 0px !important;
  }
  .sm-space-b-xs {
    margin-bottom: 5px !important;
  }
  .sm-space-b-sm {
    margin-bottom: 15px !important;
  }
  .sm-space-b-md {
    margin-bottom: 30px !important;
  }
  .sm-space-b-lg {
    margin-bottom: 50px !important;
  }
  .sm-padding-t-xs {
    padding-top: 5px !important;
  }
  .sm-padding-t-sm {
    padding-top: 15px !important;
  }
  .sm-padding-t-md {
    padding-top: 30px !important;
  }
  .sm-padding-b-lg {
    padding-top: 50px !important;
  }
  .sm-padding-b-xs {
    padding-bottom: 5px !important;
  }
  .sm-padding-b-sm {
    padding-bottom: 15px !important;
  }
  .sm-padding-b-md {
    padding-bottom: 30px !important;
  }
  .sm-padding-b-lg {
    padding-bottom: 50px !important;
  }
  .sm-padding-xs {
    padding: 5px !important;
  }
  .sm-padding-sm {
    padding: 15px !important;
  }
  .sm-padding-md {
    padding: 30px !important;
  }
  .sm-padding-lg {
    padding: 50px !important;
  }
  .sm-right {
    text-align: right !important;
  }
  .sm-left {
    text-align: left !important;
  }
  .sm-center {
    text-align: center !important;
  }
  .sm-cover {
    background-size: cover;
  }
  .sm-contain {
    background-size: contain;
  }
  .sm-iblock {
    display: inline-block !important;
  }
  .sm-block {
    display: block !important;
  }
  .grid-debug {
    border: 1px solid lime;
  }
  .hidden-sm-only, .hidden-sm, .hidden-md, .hidden-lg, .hidden-xl {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .xs-space-t-xs {
    margin-top: 5px !important;
  }
  .xs-space-t-sm {
    margin-top: 15px !important;
  }
  .xs-space-t-md {
    margin-top: 30px !important;
  }
  .xs-space-t-lg {
    margin-top: 50px !important;
  }
  .xs-space-b-none {
    margin-bottom: 0px !important;
  }
  .xs-space-b-xs {
    margin-bottom: 5px !important;
  }
  .xs-space-b-sm {
    margin-bottom: 15px !important;
  }
  .xs-space-b-md {
    margin-bottom: 30px !important;
  }
  .xs-space-b-lg {
    margin-bottom: 50px !important;
  }
  .xs-padding-t-xs {
    padding-top: 5px !important;
  }
  .xs-padding-t-sm {
    padding-top: 15px !important;
  }
  .xs-padding-t-md {
    padding-top: 30px !important;
  }
  .xs-padding-b-lg {
    padding-top: 50px !important;
  }
  .xs-padding-b-xs {
    padding-bottom: 5px !important;
  }
  .xs-padding-b-sm {
    padding-bottom: 15px !important;
  }
  .xs-padding-b-md {
    padding-bottom: 30px !important;
  }
  .xs-padding-b-lg {
    padding-bottom: 50px !important;
  }
  .xs-padding-xs {
    padding: 5px !important;
  }
  .xs-padding-sm {
    padding: 15px !important;
  }
  .xs-padding-md {
    padding: 30px !important;
  }
  .xs-padding-lg {
    padding: 50px !important;
  }
  .xs-center {
    text-align: center !important;
  }
  .xs-right {
    text-align: right !important;
  }
  .xs-left {
    text-align: left !important;
  }
  .xs-cover {
    background-size: cover;
  }
  .xs-contain {
    background-size: contain;
  }
  .xs-iblock {
    display: inline-block !important;
  }
  .xs-block {
    display: block !important;
  }
  .hidden-xs-only, .hidden-xs, .hidden-sm, .hidden-md, .hidden-lg, .hidden-xl {
    display: none !important;
  }
  .grid-debug {
    border: 1px solid blue;
  }
}

.space-none {
  margin: 0px !important;
}

.space-b-none {
  margin-bottom: 0px !important;
}

.space-t-none {
  margin-top: 0px !important;
}

.ibtn {
  margin-right: 5px;
}

.container-page-fluid {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  /*
	@media (min-width: $screen-lg-min) {
			width:1200px;
			padding-left:0px;
			padding-right:0px;
	}
	*/
}

.container-page {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (max-width: 1230px) {
  .container-page {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*
@include mq('xs', 'max') {
	.hidden-xs, .hidden-sm, .hidden-md, .hidden-lg, .hidden-xl {
		display: none !important;
	}
}
@include mq('sm', 'max') {
	.hidden-sm, .hidden-md, .hidden-lg, .hidden-xl {
		display: none !important;
	}
}
@include mq('md', 'max') {
	.hidden-md, .hidden-lg, .hidden-xl {
		display: none !important;
	}
}
@include mq('lg', 'max') {
	.hidden-lg, .hidden-xl {
		display: none !important;
	}
}
@include mq('xs') {
	.hidden-xs-only {
		display: none !important;
	}
}
@include mq('sm') {
	.hidden-sm-only {
		display: none !important;
	}
}
@include mq('md') {
	.hidden-md-only {
		display: none !important;
	}
}
@include mq('lg') {
	.hidden-lg-only {
		display: none !important;
	}
}

@include mq('xl', 'min') {
	.hidden-xl-only {
		display: none !important;
	}
}
*/
.hidden {
  display: none !important;
}

.loading-text {
  position: fixed;
  top: 200px;
  height: 60px;
  line-height: 60px;
  width: 100%;
  color: #D2232A;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

#loading {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff !important;
  opacity: 1;
  min-height: 500% !important;
  width: 100%;
  z-index: 999999;
}

#loading svg {
  position: relative;
  height: 40px;
  width: 40px;
  top: 10px;
  z-index: 9999999;
}

#loading .loader-color {
  stroke: #D2232A;
}

.loader {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  top: 30px;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.ball-scale-multiple > div {
  background-color: #D2232A;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
          animation: ball-scale-multiple 1s 0s linear infinite;
}

/*
// Material Loader

$green: #008744;
$blue: #0057e7;
$red: #d62d20;
$yellow: #ffa700;
$white: #eee;

// scaling... any units
$width: 100px;

.loader {
  position: relative;
  margin: 0px auto;
  background-color:yellow;
  display:inline-block;
  overflow:hidden;
  width: $width;
  &:before {
    content:'';
    display: inline-block;
    padding-top: 100%;
  }
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto;
}


.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke: #f00;
  animation: dash 1.5s ease-in-out infinite; //, color 6s ease-in-out infinite
  stroke-linecap: round;
}

@keyframes rotate{
 100%{
  transform: rotate(360deg);
 }
}
@keyframes dash{
 0%{
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
 }
 50%{
  stroke-dasharray: 89,200;
  stroke-dashoffset: -35px;
 }
 100%{
  stroke-dasharray: 89,200;
  stroke-dashoffset: -124px;
 }
}
@keyframes color{
  100%, 0%{
    stroke: $red;
  }
  40%{
    stroke: $blue;
  }
  66%{
    stroke: $green;
  }
  80%, 90%{
    stroke: $yellow;
  }
}
///

// End Material Loader
*/
span.social {
  background-color: #ddd;
  margin-left: 5px;
  color: #000;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  -webkit-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

span.social.facebook:hover {
  background-color: #3b5998;
  color: #fff;
}

span.social.twitter:hover {
  background-color: #54abee;
  color: #fff;
}

span.social.googlep:hover {
  background-color: #d73d32;
  color: #fff;
}

span.social.linkedin:hover {
  background-color: #0077B5;
  color: #fff;
}

.social-posts {
  padding: 20px;
  height: 400px;
  overflow: auto;
  background-color: #fcfcfc;
}

.social-header {
  text-align: center;
  margin-bottom: 30px;
}

.social-header h2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.social-posts hr {
  background-color: #ccc;
  color: #ccc;
  border-color: #ccc;
}

.twitter .social-header a {
  color: #111;
}

.instagram .social-header a {
  color: #111;
}

.facebook .social-header a {
  color: #111;
}

.social-header a:hover {
  color: #cc0000 !important;
}

/*
@media (min-width: 1700px) {
    .social-posts {
        margin-left:90px;
        margin-right:90px;
    }
}
@media (min-width: 1500px) and (max-width: 1700px) {
    .social-posts {
        margin-left:40px;
        margin-right:40px;
    }

}
@media (min-width: $screen-lg) and (max-width: 1500px) {
    .social-posts {
        margin-left:30px;
        margin-right:30px;
    }

}
@media (min-width: $screen-md) and (max-width: $screen-lg) {
    .social-posts {
        margin-left:30px;
        margin-right:30px;
    }

}
@media (min-width: $screen-sm) and (max-width: $screen-md) {
    .social-posts {
        margin-left:10px;
        margin-right:10px;
    }

}
@media (max-width: $screen-sm) {

    .social-posts {
        height:200px;
        margin-left:30px;
        margin-right:30px;
    }

}
*/
i.ibtn {
  margin-right: 8px;
}

ul.icon li > span:first-child {
  background-color: #ccc;
  color: #333;
  border-radius: 50%;
  padding: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

ul.icon li:hover > span:first-child {
  background-color: #D2232A !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #000;
}

div.contact ul.icon li > span:first-child {
  background-color: #fff;
}

.btn-xs {
  font-size: 12px !important;
  padding: 4px !important;
}

.btn-light {
  border: 1px solid #ced4da;
}

.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #643ab0;
}

.btn-purple:hover {
  color: #fff;
  background-color: #5e37a6;
  border-color: #4e2d89;
}

.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: #5e37a6;
  border-color: #4e2d89;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(123, 87, 188, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(123, 87, 188, 0.5);
}

.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #6f42c1;
  border-color: #643ab0;
}

.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #59339d;
  border-color: #482a80;
}

.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(123, 87, 188, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(123, 87, 188, 0.5);
}

.btn-blue {
  color: #fff;
  background-color: #3472f7;
  border-color: #1b61f6;
}

.btn-blue:hover {
  color: #fff;
  background-color: #0f58f6;
  border-color: #084ad6;
}

.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #0f58f6;
  border-color: #084ad6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 121, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(62, 121, 247, 0.5);
}

.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #3472f7;
  border-color: #1b61f6;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #0952ef;
  border-color: #0846ca;
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 121, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(62, 121, 247, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #ff3b30;
  border-color: #ff2317;
}

.btn-red:hover {
  color: #fff;
  background-color: #ff170a;
  border-color: #e30c00;
}

.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: #ff170a;
  border-color: #e30c00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 68, 57, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 68, 57, 0.5);
}

.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #ff3b30;
  border-color: #ff2317;
}

.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #fc0d00;
  border-color: #d60b00;
}

.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 68, 57, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 68, 57, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #05ae0e;
  border-color: #04950c;
}

.btn-green:hover {
  color: #fff;
  background-color: #04890b;
  border-color: #036408;
}

.btn-green:focus, .btn-green.focus {
  color: #fff;
  background-color: #04890b;
  border-color: #036408;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 165, 48, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(42, 165, 48, 0.5);
}

.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #05ae0e;
  border-color: #04950c;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #047c0a;
  border-color: #035707;
}

.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 165, 48, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(42, 165, 48, 0.5);
}

.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #5b0cdd;
}

.btn-indigo:hover {
  color: #fff;
  background-color: #560bd0;
  border-color: #4709ac;
}

.btn-indigo:focus, .btn-indigo.focus {
  color: #fff;
  background-color: #560bd0;
  border-color: #4709ac;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 48, 226, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(116, 48, 226, 0.5);
}

.btn-indigo.disabled, .btn-indigo:disabled {
  color: #fff;
  background-color: #6610f2;
  border-color: #5b0cdd;
}

.btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active,
.show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #510bc4;
  border-color: #4209a0;
}

.btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus,
.show > .btn-indigo.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 48, 226, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(116, 48, 226, 0.5);
}

.btn-orange {
  color: #212529;
  background-color: #fd7e14;
  border-color: #f57102;
  color: #fff;
}

.btn-orange:hover {
  color: #fff;
  background-color: #e96b02;
  border-color: #c35a02;
}

.btn-orange:focus, .btn-orange.focus {
  color: #fff;
  background-color: #e96b02;
  border-color: #c35a02;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 101, 8, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(214, 101, 8, 0.5);
}

.btn-orange.disabled, .btn-orange:disabled {
  color: #212529;
  background-color: #fd7e14;
  border-color: #f57102;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #dc6502;
  border-color: #b65402;
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 101, 8, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(214, 101, 8, 0.5);
}

.btn-yellow {
  color: #212529;
  background-color: #ffc107;
  border-color: #edb100;
}

.btn-yellow:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #ba8b00;
}

.btn-yellow:focus, .btn-yellow.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #ba8b00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 156, 6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 156, 6, 0.5);
}

.btn-yellow.disabled, .btn-yellow:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #edb100;
}

.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #ad8200;
}

.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 156, 6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 156, 6, 0.5);
}

.btn-pink {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e5277e;
}

.btn-pink:hover {
  color: #fff;
  background-color: #e41c78;
  border-color: #c21766;
}

.btn-pink:focus, .btn-pink.focus {
  color: #fff;
  background-color: #e41c78;
  border-color: #c21766;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 72, 146, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(233, 72, 146, 0.5);
}

.btn-pink.disabled, .btn-pink:disabled {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e5277e;
}

.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #d91a72;
  border-color: #b71660;
}

.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-pink.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 72, 146, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(233, 72, 146, 0.5);
}

.btn-cyan {
  color: #fff;
  background-color: #2ca8ff;
  border-color: #139dff;
}

.btn-cyan:hover {
  color: #fff;
  background-color: #0698ff;
  border-color: #0083df;
}

.btn-cyan:focus, .btn-cyan.focus {
  color: #fff;
  background-color: #0698ff;
  border-color: #0083df;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 172, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(54, 172, 255, 0.5);
}

.btn-cyan.disabled, .btn-cyan:disabled {
  color: #fff;
  background-color: #2ca8ff;
  border-color: #139dff;
}

.btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active,
.show > .btn-cyan.dropdown-toggle {
  color: #fff;
  background-color: #0092f8;
  border-color: #007bd2;
}

.btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan:not(:disabled):not(.disabled).active:focus,
.show > .btn-cyan.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 172, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(54, 172, 255, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: black;
}

.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: black;
}

.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
.show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #f2f2f2;
}

.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #d9d9d9;
}

.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #d9d9d9;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #f2f2f2;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #d2d2d2;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5);
}

.btn-outline-blue {
  color: #3472f7;
  border-color: #3472f7;
}

.btn-outline-blue:hover {
  color: #fff;
  background-color: #3472f7;
  border-color: #3472f7;
}

.btn-outline-blue:focus, .btn-outline-blue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 114, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 114, 247, 0.5);
}

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #3472f7;
  background-color: transparent;
}

.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #3472f7;
  border-color: #3472f7;
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 114, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 114, 247, 0.5);
}

.btn-outline-green {
  color: #05ae0e;
  border-color: #05ae0e;
}

.btn-outline-green:hover {
  color: #fff;
  background-color: #05ae0e;
  border-color: #05ae0e;
}

.btn-outline-green:focus, .btn-outline-green.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(5, 174, 14, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(5, 174, 14, 0.5);
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #05ae0e;
  background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #05ae0e;
  border-color: #05ae0e;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(5, 174, 14, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(5, 174, 14, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-primary {
  color: var(--primary, #D2232A);
  border-color: var(--primary, #D2232A);
}

.btn-outline-primary:hover {
  background: var(--primary, #D2232A);
  color: #fff;
  border-color: var(--primary, #D2232A);
}

.btn-outline-primary:active, .btn-outline-primary:focus {
  background: var(--primary, #D2232A) !important;
  color: #fff;
  border-color: var(--primary, #D2232A) !important;
}

.btn-transparent {
  color: #fff;
  background-color: #D2232A;
  border-color: transparent;
}

.btn-transparent:hover {
  color: #fff;
  background-color: #b11e23;
  border-color: rgba(0, 0, 0, 0);
}

.btn-transparent:focus, .btn-transparent.focus {
  color: #fff;
  background-color: #b11e23;
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-transparent.disabled, .btn-transparent:disabled {
  color: #fff;
  background-color: #D2232A;
  border-color: transparent;
}

.btn-transparent:not(:disabled):not(.disabled):active, .btn-transparent:not(:disabled):not(.disabled).active,
.show > .btn-transparent.dropdown-toggle {
  color: #fff;
  background-color: #a61c21;
  border-color: rgba(0, 0, 0, 0);
}

.btn-transparent:not(:disabled):not(.disabled):active:focus, .btn-transparent:not(:disabled):not(.disabled).active:focus,
.show > .btn-transparent.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-noborder {
  border: 0 !important;
}

.btn-noborder:active, .btn-noborder:focus {
  border: 0 !important;
}

.btn-warning, .btn-yellow, .btn-orange {
  color: #fff !important;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus, .btn-orange:hover, .btn-orange:active, .btn-orange:focus {
  color: #fff !important;
}

.btn-warning svg, .btn-yellow svg, .btn-orange svg {
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.6));
}

.editable-popover .editable-fields {
  width: 100%;
}

.editable-popover .editable-fields .form-control {
  width: 100%;
  padding: 6px 10px;
}

.editable-popover .editable-buttons {
  text-align: right;
  margin-top: 10px;
  width: 100%;
}

.editable-popover .editable-buttons button {
  padding: 4px 8px;
  margin-left: 5px;
}

.editable-popover .editable-buttons svg {
  position: relative;
  top: -2px;
  width: 18px;
  height: 18px;
  fill: #fff;
}

.editable-popover .popover-header .close {
  display: none;
}

.editable, .xeditable {
  border-bottom: 1px dashed #c00;
  cursor: pointer;
}

/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%;
}

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

.svgicon {
  height: 1em;
  width: 1em;
  display: inline-block;
  fill: currentColor;
  position: relative;
  top: -2px;
  -webkit-transition: fill 300ms;
  transition: fill 300ms;
}

.svgicon.t0 {
  top: 0px !important;
}

.svgicon.tn1 {
  top: -1px !important;
}

.svgicon.tn2 {
  top: -2px !important;
}

.svgicon.tn4 {
  top: -4px !important;
}

.svgicon.t2 {
  top: 2px !important;
}

.svgicon.t4 {
  top: 4px !important;
}

.svgicon.t6 {
  top: 6px !important;
}

.svgicon.t8 {
  top: 8px !important;
}

.svgicon.t10 {
  top: 10px !important;
}

.svgicon.t12 {
  top: 12px !important;
}

.svgicon.s12 {
  height: 12px;
  width: 12px;
}

.svgicon.s14 {
  height: 14px;
  width: 14px;
}

.svgicon.s16 {
  height: 16px;
  width: 16px;
}

.svgicon.s20 {
  height: 16px;
  width: 16px;
}

.svgicon.s24 {
  height: 24px;
  width: 24px;
}

.svgicon.s32 {
  height: 32px;
  width: 32px;
}

.svgicon.s48 {
  height: 48px;
  width: 48px;
}

.svgicon.s64 {
  height: 64px;
  width: 64px;
}

.svgicon.sl {
  margin-left: 5px;
}

.svgicon.sr {
  margin-right: 5px;
}

svg {
  height: 1em;
  width: 1em;
  display: inline;
  fill: currentColor;
}

.modal {
  z-index: 9999 !important;
}

.modal-dialog {
  z-index: 99999 !important;
}

.modal-xl {
  max-width: 1200px;
}

.modal-backdrop.show {
  opacity: 0.9 !important;
}

.modal-transparent .modal-content {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px;
  color: #fff;
}

.modal-transparent .modal-title {
  color: #fff;
}

.modal-transparent .modal-header, .modal-transparent .modal-footer {
  border: 0px;
}

.modal-transparent .modal-header.border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
}

.modal-transparent .modal-header button.close {
  color: #fff !important;
  opacity: 1 !important;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  position: relative;
  top: 3px;
}

.modal-transparent .btn-modal-close {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  position: absolute;
  right: -45px;
  top: 5px;
}

.modal-transparent .btn-modal-close svg {
  fill: #ddd;
}

.modal-transparent .btn-modal-close:hover svg {
  fill: #fff;
}

.modal-transparent .card-transparent {
  background-color: transparent;
  border: 1px solid #fff;
}

.modal-transparent .card-transparent .card-header {
  background-color: #f7f7f7;
}

.modal.modal-scale.fade .modal-dialog {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform;
}

.modal.modal-scale.show .modal-dialog {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*

.modal.modal-center {
  text-align: center;
  padding: 0!important;
}

@media (min-width: $screen-sm-min) {
.modal.modal-center:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
}
.modal-center .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;

  /*
  @include mq ('xl') {
	  min-width:800px;
  }
  @include mq ('lg') {
	  //width:800px;
  }

}
*/
.modal-multiple .modal-dialog {
  min-width: 500px;
}

.modal-multiple .modal-footer {
  margin-top: 30px;
}

html #btnToTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background-color: #111;
  padding: 10px;
  z-index: 400;
  opacity: 0;
  -webkit-transition: opacity 800ms;
  transition: opacity 800ms;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22), 0 4px 8px rgba(0, 0, 0, 0.48);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22), 0 4px 8px rgba(0, 0, 0, 0.48);
}

html.scrolled #btnToTop {
  opacity: 0.5;
  border: none;
}

html.scrolled #btnToTop:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  html #btnToTop {
    bottom: 15px;
  }
}

.switch-caption {
  display: inline;
  line-height: 30px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .switch-caption {
    display: block;
    margin-left: 5px;
  }
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100px !important;
  height: 30px;
  padding: 3px;
  margin: 0 10px 10px 0;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  border-radius: 18px;
  cursor: pointer;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
}

.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  transition: inherit;
}

.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #999999;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.switch-input:checked ~ .switch-label {
  background: #E1B42B;
}

.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #FFFFFF), to(#f0f0f0));
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  border-radius: 100%;
}

.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#FFFFFF));
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
  border-radius: 6px;
}

.switch-input:checked ~ .switch-handle {
  left: 74px;
}

/* Transition
========================== */
.switch-label, .switch-handle {
  -webkit-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

/* Switch Left Right
==========================*/
.switch-left-right .switch-label {
  overflow: hidden;
}

.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 11px 0 0 0;
  text-indent: -12px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.switch-left-right .switch-label:before {
  background: #eceeef;
  text-align: right;
  padding-right: 15px;
  height: 30px;
  width: 100px;
}

.switch-left-right .switch-label:after {
  text-align: left;
  text-indent: 9px;
  background: #05ae0e;
  left: -100px;
  opacity: 1;
  width: 100%;
  height: 30px;
}

.switch-left-right .switch-input:checked ~ .switch-label:before {
  opacity: 1;
  left: 100px;
}

.switch-left-right .switch-input:checked ~ .switch-label:after {
  left: 0;
}

.switch-left-right .switch-input:checked ~ .switch-label {
  background: inherit;
}

/* Switch Flat
==========================*/
.switch-flat {
  padding: 0;
  background: #FFF;
  background-image: none;
}

.switch-flat .switch-label {
  background: #FFF;
  border: solid 2px #eceeef;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.switch-flat .switch-label:after {
  color: #05ae0e;
}

.switch-flat .switch-handle {
  top: 4px;
  left: 4px;
  background: #dadada;
  width: 22px;
  height: 22px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.switch-flat .switch-handle:before {
  background: #eceeef;
}

.switch-flat .switch-input:checked ~ .switch-label {
  background: #FFF;
  border-color: #05ae0e;
}

.switch-flat .switch-input:checked ~ .switch-handle {
  left: 74px;
  background: #05ae0e;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.switch-flat.brand .switch-label:after {
  color: #D2232A;
}

.switch-flat.brand .switch-input:checked ~ .switch-label {
  border-color: #D2232A;
}

.switch-flat.brand .switch-input:checked ~ .switch-handle {
  background: #D2232A;
}

/* Switch Yes No
==========================*/
.switch-yes-no {
  padding: 0;
  margin: 0;
  margin-right: 10px;
  background: #FFF;
  border-radius: 0;
  background-image: none;
  height: 30px;
}

.switch-yes-no .switch-label {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.switch-yes-no .switch-label:after, .switch-yes-no .switch-label:before {
  width: 100%;
  height: 100%;
  top: 5px;
  left: 0;
  text-align: center;
  padding-top: 10%;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.switch-yes-no .switch-label:after {
  color: #FFFFFF;
  background: #32CD32;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.switch-yes-no .switch-label:before {
  background: #eceeef;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.switch-yes-no .switch-handle {
  display: none;
}

.switch-yes-no .switch-input:checked ~ .switch-label {
  background: #FFF;
  border-color: #0088cc;
}

.switch-yes-no .switch-input:checked ~ .switch-label:before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.switch-yes-no .switch-input:checked ~ .switch-label:after {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

div.lightbox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: 0;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

div.lightbox .lightbox-backdrop {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

div.lightbox.loaded {
  opacity: 1;
}

div.lightbox button {
  border: 0px;
  background: transparent;
}

div.lightbox button svg {
  width: 64px;
  height: 64px;
  stroke: #ccc;
  -webkit-transition: stroke 300ms;
  transition: stroke 300ms;
}

div.lightbox button:hover svg {
  stroke: #fff;
}

div.lightbox .lightbox-img, div.lightbox .lightbox-load {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 50px;
}

div.lightbox .lightbox-img, div.lightbox .lightbox-load {
  display: none;
}

div.lightbox .lightbox-img.show, div.lightbox .lightbox-load.show {
  display: block;
}

div.lightbox .lightbox-load .spinner {
  width: 70px;
  height: 70px;
  margin: 100px auto;
  background-color: #ccc;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

div.lightbox .lightbox-caption {
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 0px;
  left: 0px;
  text-align: center;
  padding: 15px;
  opacity: 1;
}

div.lightbox .lightbox-caption .caption {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  padding: 10px;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

div.lightbox .lightbox-caption.show .caption {
  opacity: 1;
}

div.lightbox.show .lightbox-load {
  display: none;
}

div.lightbox .lightbox-close {
  position: fixed;
  width: 66px;
  height: 66px;
  top: 0px;
  right: 0px;
  font-size: 0px;
}

div.lightbox .lightbox-prev, div.lightbox .lightbox-next {
  position: fixed;
  top: 0px;
  width: 50px;
  height: 100%;
  color: #fff;
  font-size: 28px;
}

div.lightbox .lightbox-prev {
  left: 0px;
}

div.lightbox .lightbox-next {
  right: 0px;
}

div.lightbox .animated {
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
}

html.objectfit div.lightbox .lightbox-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

html.no-objectfit div.lightbox .lightbox-img img {
  max-width: 90%;
}

html div.lightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html div.lightbox .lightbox-img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html div.lightbox .lightbox-img.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html div.lightbox .lightbox-load {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html div.lightbox .lightbox-load.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html div.lightbox .lightbox-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html div.lightbox .lightbox-prev, html div.lightbox .lightbox-next {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html div.lightbox.gallery .lightbox-prev, html div.lightbox.gallery .lightbox-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html.no-flexbox div.lightbox {
  display: block;
}

html.no-flexbox div.lightbox .lightbox-img, html.no-flexbox div.lightbox .lightbox-load {
  display: block;
}

html.no-flexbox div.lightbox .lightbox-close {
  display: block;
}

html.no-flexbox div.lightbox.gallery .lightbox-prev, html.no-flexbox div.lightbox.gallery .lightbox-next {
  display: block;
}

.noscroll {
  overflow: hidden;
}

.lightbox-img img {
  max-height: 85vh;
}

/*
// https://websemantics.uk/tools/svg-to-background-image-conversion/
.lightbox-prev {
	//background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='64px' height='64px' viewBox='0 0 64 64' enable-background='new 0 0 64 64' xml:space='preserve'%3E%3Cg%3E%3Cpolyline fill='none' stroke='%23fff' stroke-width='2' stroke-linejoin='bevel' stroke-miterlimit='10' points='37,15 20,32 37,49 '/%3E%3C/g%3E%3C/svg%3E");
}
.lightbox-next {
	//background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='64px' height='64px' viewBox='0 0 64 64' enable-background='new 0 0 64 64' xml:space='preserve'%3E%3Cg%3E%3Cpolyline fill='none' stroke='%23fff' stroke-width='2' stroke-linejoin='bevel' stroke-miterlimit='10' points='27,15 44,32 27,49 '/%3E%3C/g%3E%3C/svg%3E");
}
.lightbox-close {
//background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='64px' height='64px' viewBox='0 0 64 64' enable-background='new 0 0 64 64' xml:space='preserve'%3E%3Cg%3E%3Cline fill='none' stroke='%23fff' stroke-width='2' stroke-miterlimit='10' x1='18.947' y1='17.153' x2='45.045' y2='43.056'/%3E%3C/g%3E%3Cg%3E%3Cline fill='none' stroke='%23fff' stroke-width='2' stroke-miterlimit='10' x1='19.045' y1='43.153' x2='44.947' y2='17.056'/%3E%3C/g%3E%3C/svg%3E");
}
*/
.well-danger {
  background-color: #ff3b30;
  border-color: #ff1407;
  color: #fff;
}

.well {
  background-color: #e9ecef;
}

.well p:last-child {
  margin-bottom: 0px;
}

.btn-status {
  position: relative;
}

.btn-status .btn-status-wrap {
  position: relative;
  display: block;
  -webkit-transition: padding 300ms;
  transition: padding 300ms;
}

.btn-status .btn-status-wrap .btn-status-icon {
  opacity: 0;
  visibility: hidden;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
}

.btn-status .btn-status-wrap .btn-status-icon svg {
  fill: currentColor;
  width: 1em;
}

.btn-status .btn-status-wrap.replace {
  padding: 0px !important;
}

.btn-status .btn-status-wrap.replace .btn-status-text {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
}

.btn-status .btn-status-wrap.replace .btn-status-icon {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  visibility: hidden;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
}

.btn-status.btn-status-active .btn-status-wrap {
  padding-right: 40px;
  -webkit-transition: padding 300ms;
  transition: padding 300ms;
}

.btn-status.btn-status-active .btn-status-wrap .btn-status-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
}

.btn-status.btn-status-active .btn-status-wrap.replace .btn-status-text {
  opacity: 0;
  visibility: hidden;
}

.btn-status.btn-status-active .btn-status-wrap.replace .btn-status-icon {
  opacity: 1;
}

.btn-status .btn-status-hide {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated-delay1 {
  -webkit-transition-delay: 400ms !important;
          transition-delay: 400ms !important;
  -webkit-animation-delay: 400ms !important;
          animation-delay: 400ms !important;
}

.animated-delay2 {
  -webkit-transition-delay: 800ms !important;
          transition-delay: 800ms !important;
  -webkit-animation-delay: 800ms !important;
          animation-delay: 800ms !important;
}

.animated-delay3 {
  -webkit-transition-delay: 1200ms !important;
          transition-delay: 1200ms !important;
  -webkit-animation-delay: 1200ms !important;
          animation-delay: 1200ms !important;
}

.animated-delay4 {
  -webkit-transition-delay: 1600ms !important;
          transition-delay: 1600ms !important;
  -webkit-animation-delay: 1600ms !important;
          animation-delay: 1600ms !important;
}

.animated-delay5 {
  -webkit-transition-delay: 2000ms !important;
          transition-delay: 2000ms !important;
  -webkit-animation-delay: 2000ms !important;
          animation-delay: 2000ms !important;
}

.animated-delay6 {
  -webkit-transition-delay: 2400ms !important;
          transition-delay: 2400ms !important;
  -webkit-animation-delay: 2400ms !important;
          animation-delay: 2400ms !important;
}

.animated-delay7 {
  -webkit-transition-delay: 2800ms !important;
          transition-delay: 2800ms !important;
  -webkit-animation-delay: 2800ms !important;
          animation-delay: 2800ms !important;
}

.animated-delay8 {
  -webkit-transition-delay: 3200ms !important;
          transition-delay: 3200ms !important;
  -webkit-animation-delay: 3200ms !important;
          animation-delay: 3200ms !important;
}

.animated-delay9 {
  -webkit-transition-delay: 3600ms !important;
          transition-delay: 3600ms !important;
  -webkit-animation-delay: 3600ms !important;
          animation-delay: 3600ms !important;
}

.animated-delay10 {
  -webkit-transition-delay: 4000ms !important;
          transition-delay: 4000ms !important;
  -webkit-animation-delay: 4000ms !important;
          animation-delay: 4000ms !important;
}

.animated-delay11 {
  -webkit-transition-delay: 4400ms !important;
          transition-delay: 4400ms !important;
  -webkit-animation-delay: 4400ms !important;
          animation-delay: 4400ms !important;
}

.animated-delay12 {
  -webkit-transition-delay: 4800ms !important;
          transition-delay: 4800ms !important;
  -webkit-animation-delay: 4800ms !important;
          animation-delay: 4800ms !important;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.8, 1.8, 1.8);
            transform: scale3d(1.8, 1.8, 1.8);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.8, 1.8, 1.8);
            transform: scale3d(1.8, 1.8, 1.8);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/*
.tooltip {
	color:yellow;
}
.tooltip-inner {
	background-color:green;
}
.tooltip.bs-tooltip-top .arrow {
color:lime;
}
.tooltip.bs-tooltip-top .arrow::before {
	border-top-color:currentColor;
}
*/
.tooltip-inner {
  padding: 6px 8px;
}

.tooltip.custombg.bs-tooltip-top .arrow::before {
  border-top-color: currentColor;
}

.tooltip.custombg.bs-tooltip-bottom .arrow::before {
  border-bottom-color: currentColor;
}

.tooltip.custombg.bs-tooltip-left .arrow::before {
  border-left-color: currentColor;
}

.tooltip.custombg.bs-tooltip-right .arrow::before {
  border-right-color: currentColor;
}

.popover .close {
  font-size: inherit;
}

.popover.testpopver .popover-header {
  background-color: yellow;
}

.nav-tabs {
  margin-bottom: 0px;
}

.nav-tabs > li > a {
  border: 1px solid #ddd;
}

.nav-tabs > li > a.active {
  font-weight: 400;
}

.tab-content {
  border: 1px solid #ddd;
  border-top: 0px;
}

.tab-pane {
  padding: 1rem;
}

.tab-pane p:last-child {
  margin-bottom: 0px;
}

.blocks.style1 .item {
  text-align: left;
  padding-top: 40px;
  margin-bottom: 15px;
}

.blocks.style1 .item > .content {
  background-color: #EDF0F1;
  padding: 15px;
  height: 100%;
}

.blocks.style1 .item > .content .title {
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
}

.blocks.style1 .item .icon-wrap {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0px;
  top: 10px;
  text-align: center;
}

.blocks.style1 .item span.icon {
  display: inline-block;
  position: relative;
  top: 0px;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #D2232A;
  background: #D2232A;
  margin-bottom: 15px;
}

.blocks.style1 .item span.icon > .icon {
  font-size: 24px;
  color: #fff;
  position: relative;
  top: 8px;
}

.blocks.style1 .item span.icon > .svgicon {
  top: 12px;
}

.blocks.style1 .item span.icon > .fa {
  font-size: 24px;
  color: #fff;
  position: relative;
  top: 16px;
}

@media (max-width: 1023px) {
  .blocks.style1 .item {
    margin-bottom: 50px;
  }
}

.blocks.style1 .item:last-child {
  margin-left: 0px;
}

.blocks.style2 .item {
  text-align: center;
}

.blocks.style2 .item .img {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.18);
}

.blocks.style2 .item .img img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.blocks.style3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.blocks.style3 .item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blocks.style3 .item .wrap {
  margin: 0px;
  border: 1px solid #ddd;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .blocks.style3 .item .wrap {
    margin-bottom: 15px;
  }
}

.blocks.style3 .item .wrap .img {
  margin-bottom: 15px;
  position: relative;
}

.blocks.style3 .item .wrap .img img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.blocks.style3 .item .wrap .details {
  padding-left: 15px;
  padding-right: 15px;
}

.blocks.style4 .item {
  margin-bottom: 15px;
}

.blocks.style4 .item .media-heading {
  font-size: 18px;
  color: #D2232A;
}

.blocks.style4 .item p {
  font-size: 16px;
  line-height: 22px;
}

.blocks.style4 .item span.icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  background-color: #D2232A;
  margin-bottom: 15px;
  margin-right: 15px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.blocks.style4 .item span.icon > .icon, .blocks.style4 .item span.icon > .fa {
  font-size: 22px;
  color: #fff;
  position: relative;
  top: -2px;
}

.blocks.style5 .item {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 768px) {
  .blocks.style5 .item {
    margin-bottom: 30px;
  }
}

.blocks.style5 .item .content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blocks.style5 .item .img {
  position: relative;
}

.blocks.style5 .item .img img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .blocks.style5 .item .img {
    margin-bottom: 10px;
  }
}

.blocks.style7 .card {
  border: 0;
}

.blocks.style7 .card .card-header {
  border: 0;
  background-color: transparent;
}

.blocks.style7 .card .card-header .title {
  background: #fff;
  display: inline-block;
  -webkit-transform: translateY(30px) translateX(-3px);
          transform: translateY(30px) translateX(-3px);
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 24px;
}

.blocks.style7 .card .card-body {
  border: 1px solid #ccc;
}

.blocks.style7 .card .card-body .text {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
  border-right: 1px solid #ccc;
  padding-right: 30px;
}

.blocks.style7 .card .card-body .links {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 30px;
}

@media (max-width: 768px) {
  .blocks.style7 .card .card-body {
    padding: 30px;
  }
  .blocks.style7 .card .card-body .text {
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding-right: 15px;
    padding-bottom: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .blocks.style7 .card .card-body .links {
    padding-left: 15px;
    padding-top: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.blocks img.thickborder {
  padding: 10px;
  border: 1px solid #ddd;
}

.blocks img.simple {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*
[class^="svgicon-"], [class*=" svgicon-"] {
    height: 32px;
    width: 32px;
    display: inline-block;
    fill: currentColor;
}
*/
.svg-footer-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.svg-footer-logo svg {
  height: auto;
  width: auto;
  max-height: 80%;
  max-width: 80%;
}

.svg-footer-logo svg path, .svg-footer-logo svg polygon, .svg-footer-logo svg rect {
  fill: #000;
}

div.svg-header-logo svg {
  height: 60px;
  fill: #fff;
}

.svg-black {
  fill: #000;
}

div.contact img.icon {
  height: 30px;
  margin-bottom: 5px;
}

div.contact div.contact-social {
  text-align: center;
}

div.contact div.contact-social ul {
  display: inline-block;
}

div.contact div.contact-social ul li {
  display: inline-block;
  text-align: center;
  width: 80px;
  line-height: 60px;
}

div.contact div.contact-social ul li a {
  color: #888;
}

div.contact div.contact-social ul li a:hover {
  color: #111;
}

div.contact div.contact-social ul li a i {
  font-size: 32px;
}

form.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

input:required {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.white label {
  color: #fff !important;
}

label {
  font-weight: 400;
}

.form-control {
  height: auto;
}

.no-gutter > [class*='col-'], .no-gutter > div > [class*='col-'], .no-gutter > div > div > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-border {
  border: 0px !important;
}

section.bg1 {
  background-color: #f9f9f9;
}

section.border {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

section.bg2 {
  background-color: #ddd;
}

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

.bg-white-border {
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.scrolloff {
  pointer-events: none;
}

.padded {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padded {
  padding-top: 50px;
  padding-bottom: 50px;
}

article > section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.tshadow {
  text-shadow: 0px 0px 2px #000;
}

.border-bottom {
  border-bottom: 1px solid #fff;
}

h1 {
  color: #D2232A;
  font-weight: 700;
}

h1 small {
  display: block;
  color: #000;
  font-weight: 700;
}

h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  font-size: 28px;
  font-weight: 700;
}

h3 {
  font-size: 22px;
  margin-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  color: #333;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 3px;
  color: #D2232A;
  font-size: 20px;
  font-weight: 700;
}

h4 {
  color: #111;
}

.title-line {
  z-index: 1;
  position: relative;
  text-align: center;
  display: block;
  border: 0px;
}

.title-line:before {
  content: "";
  border-top: 2px solid #666;
  margin: 0 auto;
  position: absolute;
  top: 12px;
  left: 0px;
  width: 100%;
  z-index: -1;
}

.title-line > span {
  background-color: #364555;
  padding: 15px;
  display: inline;
}

p, li {
  font-size: 18px;
  color: #111;
  line-height: 26px;
}

p.text-sm, li.text-sm {
  font-size: 14px !important;
}

p {
  margin-bottom: 15px;
}

.whitep p {
  color: #fff !important;
}

h1.dark, h2.dark, h3.dark, h4.dark, p.dark {
  color: #333;
}

.afull {
  text-align: justify;
}

strong {
  font-weight: 700;
}

.xbold {
  font-weight: 700;
}

.modal h1.brand, .modal h2.brand, .modal h3.brand {
  color: #e0484e;
}

.primary {
  color: #D2232A;
  color: var(--primary);
}

.files-title {
  border-bottom: 2px solid #666;
  font-size: 18px;
  line-height: 40px;
}

div.files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}

div.files .file-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

div.files .file-row:hover {
  background-color: #f6f6f6;
}

.list-tags .list-group-item {
  font-weight: 400;
}

.list-info-item.matching {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
}

.products h1 {
  margin-top: 0px;
  color: #000;
}

.range-wrap {
  display: none;
}

/*
.page.products, .page.product {
    #left-col {
        text-align:right;
        padding-right:30px;
        .col-wrap {
            width:300px;
            max-width:300px;
            display:inline-block;
            text-align: left;
        }
    }
    #right-col {
        text-align:left;
        padding-left:30px;
        .col-wrap {
            width:300px;
            max-width:300px;
            display:inline-block;
        }
    }
}
*/
.products .price, .product .price {
  font-size: 22px;
  color: #000;
}

.products .price small, .product .price small {
  color: #666;
  font-size: 16px;
}

.card-filter .price {
  color: #000;
  font-size: 18px;
}

.modal-cart-close {
  color: #adb5bd;
  fill: #adb5bd;
}

.modal-cart-close:hover {
  color: #000;
  fill: #000;
}

.listgrid {
  margin-bottom: 20px;
  /*
	.items, .order, .shows {
		display:inline-block;
		margin-right:15px;
		position: relative;
		top:3px;
		@media (max-width: $screen-xs-max) {
			display:block;
			margin-right:0px !important;
			margin-bottom:10px;
		}
		label {
			margin-right:5px;
		}
	}
	*/
  /*
	.pagination-links {
		//float:left;
		//margin:0px;
		display:inline-block;
		margin-top:3px;
		ul {
			margin:0px;
		}
		@media (max-width: 768px) {
			float:none;
			margin-bottom:5px;
		}
	}
	*/
}

.listgrid .heading {
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
  font-size: 24px;
  text-align: left;
  padding-top: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.listgrid .form-control {
  display: inline-block;
}

.listgrid .list-info {
  display: block;
  text-align: right;
}

.listgrid .list-info .list-info-item {
  display: inline-block;
  margin: 10px;
  margin-left: 0px;
  margin-top: 0px;
  line-height: 32px;
}

.listgrid .list-info .list-info-item.shows {
  padding-top: 3px;
  padding-bottom: 3px;
}

@media (max-width: 1900px) {
  .listgrid .list-info .list-info-item.pagination-links {
    display: block;
    text-align: left;
    margin-bottom: 30px;
  }
}

.listgrid .btn-items .label {
  display: inline;
}

.product-list .category, .product-list .product, .category-list .category, .category-list .product {
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 200ms;
  transition: -webkit-box-shadow 200ms;
  transition: box-shadow 200ms;
  transition: box-shadow 200ms, -webkit-box-shadow 200ms;
}

.product-list .category .ribbon, .product-list .product .ribbon, .category-list .category .ribbon, .category-list .product .ribbon {
  background-color: #D2232A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D2232A), to(#90181d));
  background-image: linear-gradient(to bottom, #D2232A 0%, #90181d 100%);
  background-repeat: repeat-x;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  text-align: center;
  -webkit-transform: rotate(45deg) translateX(60px) translateY(-10px);
          transform: rotate(45deg) translateX(60px) translateY(-10px);
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12), 0 2px 3px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12), 0 2px 3px rgba(0, 0, 0, 0.23);
}

.product-list .category .ribbon.bg-red, .product-list .product .ribbon.bg-red, .category-list .category .ribbon.bg-red, .category-list .product .ribbon.bg-red {
  background-color: #ff3b30;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3b30), to(#e30c00));
  background-image: linear-gradient(to bottom, #ff3b30 0%, #e30c00 100%);
  background-repeat: repeat-x;
}

.product-list .category .ribbon.bg-green, .product-list .product .ribbon.bg-green, .category-list .category .ribbon.bg-green, .category-list .product .ribbon.bg-green {
  background-color: #05ae0e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#05ae0e), to(#036408));
  background-image: linear-gradient(to bottom, #05ae0e 0%, #036408 100%);
  background-repeat: repeat-x;
}

.product-list .category .ribbon.bg-blue, .product-list .product .ribbon.bg-blue, .category-list .category .ribbon.bg-blue, .category-list .product .ribbon.bg-blue {
  background-color: #3472f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3472f7), to(#084ad6));
  background-image: linear-gradient(to bottom, #3472f7 0%, #084ad6 100%);
  background-repeat: repeat-x;
}

.product-list .category .ribbon.bg-purple, .product-list .product .ribbon.bg-purple, .category-list .category .ribbon.bg-purple, .category-list .product .ribbon.bg-purple {
  background-color: #6f42c1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6f42c1), to(#4e2d89));
  background-image: linear-gradient(to bottom, #6f42c1 0%, #4e2d89 100%);
  background-repeat: repeat-x;
}

.product-list .category .ribbon.bg-orange, .product-list .product .ribbon.bg-orange, .category-list .category .ribbon.bg-orange, .category-list .product .ribbon.bg-orange {
  background-color: #fd7e14;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fd7e14), to(#c35a02));
  background-image: linear-gradient(to bottom, #fd7e14 0%, #c35a02 100%);
  background-repeat: repeat-x;
}

.product-list .category .ribbon.sm, .product-list .product .ribbon.sm, .category-list .category .ribbon.sm, .category-list .product .ribbon.sm {
  top: -20px;
  right: -20px;
}

.product-list .category .ribbon.md, .product-list .product .ribbon.md, .category-list .category .ribbon.md, .category-list .product .ribbon.md {
  top: -20px;
  right: -20px;
  width: 260px;
  -webkit-transform: rotate(45deg) translateX(80px) translateY(10px);
          transform: rotate(45deg) translateX(80px) translateY(10px);
}

.product-list .category .ribbon.lg, .product-list .product .ribbon.lg, .category-list .category .ribbon.lg, .category-list .product .ribbon.lg {
  top: 20px;
  right: 20px;
  width: 260px;
  -webkit-transform: rotate(45deg) translateX(80px) translateY(-30px);
          transform: rotate(45deg) translateX(80px) translateY(-30px);
}

.product-list .category > .content, .product-list .product > .content, .category-list .category > .content, .category-list .product > .content {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: border 300ms;
  transition: border 300ms;
  overflow: hidden;
}

.product-list .category > .content .variant-thumbs, .product-list .product > .content .variant-thumbs, .category-list .category > .content .variant-thumbs, .category-list .product > .content .variant-thumbs {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}

.product-list .category > .content .variant-thumbs .variant-thumb-color, .product-list .product > .content .variant-thumbs .variant-thumb-color, .category-list .category > .content .variant-thumbs .variant-thumb-color, .category-list .product > .content .variant-thumbs .variant-thumb-color {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.product-list .category > .content .variant-thumbs .variant-thumb-image, .product-list .product > .content .variant-thumbs .variant-thumb-image, .category-list .category > .content .variant-thumbs .variant-thumb-image, .category-list .product > .content .variant-thumbs .variant-thumb-image {
  display: inline-block;
  width: 80px;
  height: 53px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 10px;
}

.product-list .category > .content div.img img, .product-list .product > .content div.img img, .category-list .category > .content div.img img, .category-list .product > .content div.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
  position: absolute;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.product-list .category > .content div.img img.image-variant, .product-list .product > .content div.img img.image-variant, .category-list .category > .content div.img img.image-variant, .category-list .product > .content div.img img.image-variant {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
}

.product-list .category > .content div.img img.image-variant.show, .product-list .product > .content div.img img.image-variant.show, .category-list .category > .content div.img img.image-variant.show, .category-list .product > .content div.img img.image-variant.show {
  opacity: 1;
  visibility: visible;
}

.product-list .category > .content div.img.has-rollover img.image1, .product-list .product > .content div.img.has-rollover img.image1, .category-list .category > .content div.img.has-rollover img.image1, .category-list .product > .content div.img.has-rollover img.image1 {
  opacity: 1;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
}

.product-list .category > .content div.img.has-rollover img.image2, .product-list .product > .content div.img.has-rollover img.image2, .category-list .category > .content div.img.has-rollover img.image2, .category-list .product > .content div.img.has-rollover img.image2 {
  opacity: 0;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
}

.product-list .category > .content div.subheading, .product-list .product > .content div.subheading, .category-list .category > .content div.subheading, .category-list .product > .content div.subheading {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 15px;
}

.product-list .category > .content div.subheading p, .product-list .product > .content div.subheading p, .category-list .category > .content div.subheading p, .category-list .product > .content div.subheading p {
  color: #6c757d;
  font-size: 16px;
  margin-bottom: 0px;
}

.product-list .category > .content div.details, .product-list .product > .content div.details, .category-list .category > .content div.details, .category-list .product > .content div.details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-list .category > .content div.details .spacer-top, .product-list .product > .content div.details .spacer-top, .category-list .category > .content div.details .spacer-top, .category-list .product > .content div.details .spacer-top {
  display: none;
}

.product-list .category > .content div.details .spacer-bottom, .product-list .product > .content div.details .spacer-bottom, .category-list .category > .content div.details .spacer-bottom, .category-list .product > .content div.details .spacer-bottom {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-list .category > .content div.details .title, .product-list .product > .content div.details .title, .category-list .category > .content div.details .title, .category-list .product > .content div.details .title {
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.product-list .category > .content div.details .title .tagged, .product-list .product > .content div.details .title .tagged, .category-list .category > .content div.details .title .tagged, .category-list .product > .content div.details .title .tagged {
  color: #D2232A;
  display: block;
  font-size: 16px;
}

.product-list .category > .content div.details .price, .product-list .product > .content div.details .price, .category-list .category > .content div.details .price, .category-list .product > .content div.details .price {
  color: #000;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}

.product-list .category > .content div.details .text:not(:empty), .product-list .product > .content div.details .text:not(:empty), .category-list .category > .content div.details .text:not(:empty), .category-list .product > .content div.details .text:not(:empty) {
  margin-bottom: 15px;
  font-size: 16px;
  color: #6c757d;
}

.product-list .category > .content div.details .text:not(:empty) p, .product-list .product > .content div.details .text:not(:empty) p, .category-list .category > .content div.details .text:not(:empty) p, .category-list .product > .content div.details .text:not(:empty) p {
  color: #6c757d;
  font-size: 16px;
  margin-bottom: 0px;
}

.product-list .category > .content div.details .buttons, .product-list .product > .content div.details .buttons, .category-list .category > .content div.details .buttons, .category-list .product > .content div.details .buttons {
  margin-top: 5px;
}

.product-list .category > .content div.details .buttons .btn, .product-list .product > .content div.details .buttons .btn, .category-list .category > .content div.details .buttons .btn, .category-list .product > .content div.details .buttons .btn {
  font-size: 14px;
}

.product-list .category > .content div.details .buttons .btn-view, .product-list .product > .content div.details .buttons .btn-view, .category-list .category > .content div.details .buttons .btn-view, .category-list .product > .content div.details .buttons .btn-view {
  margin-right: 15px;
}

.product-list .category > .content:hover div.has-rollover.has-rollover img.image1, .product-list .product > .content:hover div.has-rollover.has-rollover img.image1, .category-list .category > .content:hover div.has-rollover.has-rollover img.image1, .category-list .product > .content:hover div.has-rollover.has-rollover img.image1 {
  opacity: 0;
}

.product-list .category > .content:hover div.has-rollover.has-rollover img.image2, .product-list .product > .content:hover div.has-rollover.has-rollover img.image2, .category-list .category > .content:hover div.has-rollover.has-rollover img.image2, .category-list .product > .content:hover div.has-rollover.has-rollover img.image2 {
  opacity: 1;
}

.product-list .category > .content:hover .details, .product-list .product > .content:hover .details, .category-list .category > .content:hover .details, .category-list .product > .content:hover .details {
  -webkit-transition: border 300ms;
  transition: border 300ms;
}

.product-list .category:hover, .product-list .product:hover, .category-list .category:hover, .category-list .product:hover {
  border: 1px solid #D2232A;
  -webkit-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 9px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.1);
}

.product-list .category:hover .ribbon, .product-list .product:hover .ribbon, .category-list .category:hover .ribbon, .category-list .product:hover .ribbon {
  opacity: 0.2;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.product-list.list .category > .content div.img, .product-list.list .product > .content div.img, .category-list.list .category > .content div.img, .category-list.list .product > .content div.img {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

@media (max-width: 768px) {
  .product-list.list .category > .content div.img, .product-list.list .product > .content div.img, .category-list.list .category > .content div.img, .category-list.list .product > .content div.img {
    width: 200px;
  }
}

.product-list.list .category > .content div.img img, .product-list.list .product > .content div.img img, .category-list.list .category > .content div.img img, .category-list.list .product > .content div.img img {
  padding-right: 15px;
}

.product-list.list .category > .content div.details, .product-list.list .product > .content div.details, .category-list.list .category > .content div.details, .category-list.list .product > .content div.details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 15px;
  border-left: 1px solid #ddd;
  -webkit-transition: border 300ms;
  transition: border 300ms;
}

.product-list.list .category > .content div.details .spacer-top, .product-list.list .product > .content div.details .spacer-top, .category-list.list .category > .content div.details .spacer-top, .category-list.list .product > .content div.details .spacer-top {
  display: none;
}

.product-list.list .category > .content div.details .spacer-bottom, .product-list.list .product > .content div.details .spacer-bottom, .category-list.list .category > .content div.details .spacer-bottom, .category-list.list .product > .content div.details .spacer-bottom {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-list.list .category > .content:hover .details, .product-list.list .product > .content:hover .details, .category-list.list .category > .content:hover .details, .category-list.list .product > .content:hover .details {
  border-left: 1px solid #D2232A !important;
}

.product-list.list .category .cart-added, .product-list.list .product .cart-added, .category-list.list .category .cart-added, .category-list.list .product .cart-added {
  display: inline;
  line-height: 32px;
  margin-left: 15px;
}

.product-list.list.simple .category .webinar-presenter, .product-list.list.simple .product .webinar-presenter, .category-list.list.simple .category .webinar-presenter, .category-list.list.simple .product .webinar-presenter {
  display: none;
}

.product-list.list.simple .category > .content, .product-list.list.simple .product > .content, .category-list.list.simple .category > .content, .category-list.list.simple .product > .content {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: border 300ms;
  transition: border 300ms;
}

.product-list.list.simple .category > .content .variant-thumbs, .product-list.list.simple .product > .content .variant-thumbs, .category-list.list.simple .category > .content .variant-thumbs, .category-list.list.simple .product > .content .variant-thumbs {
  display: none;
}

.product-list.list.simple .category > .content div.img, .product-list.list.simple .product > .content div.img, .category-list.list.simple .category > .content div.img, .category-list.list.simple .product > .content div.img {
  display: none;
}

.product-list.list.simple .category > .content div.details, .product-list.list.simple .product > .content div.details, .category-list.list.simple .category > .content div.details, .category-list.list.simple .product > .content div.details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0px;
  border-left: 0px solid #ddd;
}

.product-list.list.simple .category > .content div.details .spacer-top, .product-list.list.simple .product > .content div.details .spacer-top, .category-list.list.simple .category > .content div.details .spacer-top, .category-list.list.simple .product > .content div.details .spacer-top {
  display: none;
}

.product-list.list.simple .category > .content div.details .spacer-bottom, .product-list.list.simple .product > .content div.details .spacer-bottom, .category-list.list.simple .category > .content div.details .spacer-bottom, .category-list.list.simple .product > .content div.details .spacer-bottom {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-list.list.simple .category > .content div.details .text:not(:empty), .product-list.list.simple .product > .content div.details .text:not(:empty), .category-list.list.simple .category > .content div.details .text:not(:empty), .category-list.list.simple .product > .content div.details .text:not(:empty) {
  display: none;
}

.product-list.list.simple .category > .content:hover .details, .product-list.list.simple .product > .content:hover .details, .category-list.list.simple .category > .content:hover .details, .category-list.list.simple .product > .content:hover .details {
  border-left: 0px solid transparent !important;
}

.product-list.grid, .category-list.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  /*
	&.grid-4 {
		flex-wrap: wrap;
		.product, .category {
			width:25%;
			flex-grow:0;
			flex-shrink:0;

			@media (min-width: $bp-1366) and (max-width: $screen-md-max) {
				width:50%;
			}
			@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
				width:33.333%;
			}
			@media (max-width: $screen-xs-max) {
				width:100%;
			}

		}
	}
	&.grid-3 {
		flex-wrap: wrap;
		.product, .category {
			width:33.333%;
			flex-grow:0;
			flex-shrink:0;

			@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
				width:50%;
			}
			@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
				width:33.333%;
			}
			@media (max-width: $screen-xs-max) {
				width:100%;
			}

		}
	}
	&.grid-2 {
		flex-wrap: wrap;
		.product, .category {
			width:33.333%;
			flex-grow:0;
			flex-shrink:0;

			@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
				width:50%;
			}
			@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
				width:33.333%;
			}
			@media (max-width: $screen-xs-max) {
				width:100%;
			}

		}
	}
	*/
}

.product-list.grid .category, .product-list.grid .product, .category-list.grid .category, .category-list.grid .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px;
  margin-bottom: 0px;
  margin: 0px;
}

.product-list.grid .category > .content, .product-list.grid .product > .content, .category-list.grid .category > .content, .category-list.grid .product > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  margin: 0px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

.product-list.grid .category > .content .variant-thumbs, .product-list.grid .product > .content .variant-thumbs, .category-list.grid .category > .content .variant-thumbs, .category-list.grid .product > .content .variant-thumbs {
  margin-bottom: 15px;
}

.product-list.grid .category > .content div.img, .product-list.grid .product > .content div.img, .category-list.grid .category > .content div.img, .category-list.grid .product > .content div.img {
  font-size: 0px;
  width: 100%;
}

.product-list.grid .category > .content div.img div.aspect, .product-list.grid .product > .content div.img div.aspect, .category-list.grid .category > .content div.img div.aspect, .category-list.grid .product > .content div.img div.aspect {
  font-size: 0px;
  width: 100%;
  padding-bottom: 66.66%;
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .product-list.grid .category > .content div.img div.aspect, .product-list.grid .product > .content div.img div.aspect, .category-list.grid .category > .content div.img div.aspect, .category-list.grid .product > .content div.img div.aspect {
    padding-bottom: 0;
    height: 200px;
  }
}

.product-list.grid .category > .content div.img a, .product-list.grid .product > .content div.img a, .category-list.grid .category > .content div.img a, .category-list.grid .product > .content div.img a {
  font-size: 0px;
}

.product-list.grid .category > .content div.img img, .product-list.grid .product > .content div.img img, .category-list.grid .category > .content div.img img, .category-list.grid .product > .content div.img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.product-list.grid .category > .content .details, .product-list.grid .product > .content .details, .category-list.grid .category > .content .details, .category-list.grid .product > .content .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-list.grid .category > .content .details .title, .product-list.grid .product > .content .details .title, .category-list.grid .category > .content .details .title, .category-list.grid .product > .content .details .title {
  font-size: 18px;
}

.product-list.grid .category > .content .details .spacer-top, .product-list.grid .product > .content .details .spacer-top, .category-list.grid .category > .content .details .spacer-top, .category-list.grid .product > .content .details .spacer-top {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: none;
}

.product-list.grid .category > .content .details .spacer-bottom, .product-list.grid .product > .content .details .spacer-bottom, .category-list.grid .category > .content .details .spacer-bottom, .category-list.grid .product > .content .details .spacer-bottom {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-list.grid .category > .content .details .buttons .btn, .product-list.grid .product > .content .details .buttons .btn, .category-list.grid .category > .content .details .buttons .btn, .category-list.grid .product > .content .details .buttons .btn {
  display: block;
  width: 100%;
}

.product-list.grid .category > .content .details .buttons .btn-view, .product-list.grid .product > .content .details .buttons .btn-view, .category-list.grid .category > .content .details .buttons .btn-view, .category-list.grid .product > .content .details .buttons .btn-view {
  margin-bottom: 15px;
}

.product-list.grid .category > .content:hover, .product-list.grid .product > .content:hover, .category-list.grid .category > .content:hover, .category-list.grid .product > .content:hover {
  border: 1px solid #D2232A;
  -webkit-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 9px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media (min-width: 992px) {
  .product-list.grid .category, .product-list.grid .product, .category-list.grid .category, .category-list.grid .product {
    width: 33.33%;
  }
}

@media (min-width: 600px) and (max-width: 992px) {
  .product-list.grid .category, .product-list.grid .product, .category-list.grid .category, .category-list.grid .product {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .product-list.grid .category, .product-list.grid .product, .category-list.grid .category, .category-list.grid .product {
    width: 100%;
  }
}

.product-list.grid .category .cart-added, .product-list.grid .product .cart-added, .category-list.grid .category .cart-added, .category-list.grid .product .cart-added {
  display: block;
  text-align: center;
  line-height: 32px;
  margin-top: 15px;
}

.product-list.grid .category .details, .category-list.grid .category .details {
  text-align: center;
}

.product-list.grid .category .details .buttons, .category-list.grid .category .details .buttons {
  text-align: center;
  margin-top: 15px;
}

.product-list.grid .category .details .buttons .btn, .category-list.grid .category .details .buttons .btn {
  float: none !important;
}

.product-list.grid.simple .spacer-bottom, .category-list.grid.simple .spacer-bottom {
  display: none;
}

.product-list.grid.simple .spacer-top, .category-list.grid.simple .spacer-top {
  display: block !important;
}

.product-list.grid.simple .text, .category-list.grid.simple .text {
  display: none;
}

.product-list.grid.simple .variant-thumbs, .category-list.grid.simple .variant-thumbs {
  display: none;
}

.product-list.grid.simple .webinar-presenter, .category-list.grid.simple .webinar-presenter {
  display: none;
}

.product-list.grid.simple .buttons, .category-list.grid.simple .buttons {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.product-list.grid.simple .buttons .btn, .category-list.grid.simple .buttons .btn {
  width: auto !important;
  display: inline-block;
  font-size: 12px;
  float: left;
}

.product-list.grid.simple .buttons .btn .detail, .category-list.grid.simple .buttons .btn .detail {
  display: none;
}

.product-list.grid.simple .buttons .btn svg, .category-list.grid.simple .buttons .btn svg {
  height: 14px;
  width: 14px;
}

.product-list.grid.simple .buttons .btn-view, .category-list.grid.simple .buttons .btn-view {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-right: 15px;
}

.product-list.grid.simple .buttons .btn-quick-add .svgicon, .category-list.grid.simple .buttons .btn-quick-add .svgicon {
  top: -2px;
}

.product-list.grid.simple .cart-added, .category-list.grid.simple .cart-added {
  display: inline-block;
  line-height: 32px;
  margin-left: 15px;
  margin-top: 0px;
}

.product-list.hide, .category-list.hide {
  display: none;
}

.filter .range-wrap {
  padding-left: 15px;
  padding-right: 15px;
}

.filter .filter-price {
  border: 0px solid gray;
  padding: 2px;
  width: 70px;
  /*
		@media (min-width: 1200px) and (max-width: 1510px) {
			//width:50px;
		}
		*/
}

.filter .price {
  display: inline-block;
  white-space: nowrap;
  /*
		@media (min-width: 1200px) and (max-width: 1510px) {
			//width:60px;
			display:block;
		}
		*/
}

.filter .noUi-value:before {
  content: '';
}

.filter .panel-filter {
  margin-bottom: 15px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.filter .panel-filter .panel-heading {
  padding: 8px 12px;
}

.filter .panel-filter .panel-title {
  font-size: 16px;
}

.filter .panel-filter .panel-body {
  padding: 0px;
}

.filter .panel-filter .list-group {
  border-radius: 0px;
}

.filter .panel-filter .list-group-item {
  border-radius: 0px;
  font-size: 14px;
  padding: 5px 10px;
}

.filter .panel-filter-price .panel-body {
  padding: 15px;
}

.modal-product-quick img {
  max-height: 260px;
}

.modal-product-quick .intro {
  margin-bottom: 30px;
}

.modal-product-quick .intro.overflow {
  max-height: 100px;
  overflow: hidden;
  margin-bottom: 0px;
}

.product-wrap h1 {
  margin-top: 0px;
  margin-bottom: 15px;
}

.product-wrap .specifications-title {
  color: #D2232A;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.product-wrap .details li, .product-wrap .details p {
  font-size: 14px;
}

.product-wrap .details h4 {
  font-size: 16px;
}

.product-wrap .details li {
  font-size: 14px;
  line-height: 18px;
}

.product-wrap .details .well {
  height: 100%;
  padding: 8px;
}

.product-wrap .details [class*='col-'] {
  padding-top: 15px;
}

.product-wrap ul.product li {
  font-size: 12px;
  line-height: 20px;
}

.product-wrap .product-image {
  position: relative;
  overflow: hidden;
  cursor: crosshair;
  -webkit-transition: height 300ms;
  transition: height 300ms;
}

.product-wrap .product-image img.img-main {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  min-width: 100%;
  min-height: 100%;
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-wrap .product-image img.img-main-zoom {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
  opacity: 0;
  width: auto;
  height: auto;
  -webkit-transition: opacity 400ms, -webkit-transform 80ms;
  transition: opacity 400ms, -webkit-transform 80ms;
  transition: opacity 400ms, transform 80ms;
  transition: opacity 400ms, transform 80ms, -webkit-transform 80ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.product-wrap .product-image img.img-main-zoom.show {
  opacity: 1;
  -webkit-transition: opacity 250ms, -webkit-transform 80ms;
  transition: opacity 250ms, -webkit-transform 80ms;
  transition: opacity 250ms, transform 80ms;
  transition: opacity 250ms, transform 80ms, -webkit-transform 80ms;
}

.product-wrap .product-image .caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.product-wrap .product-image:hover .caption {
  opacity: 0;
}

.product-wrap .product-thumbnails {
  position: relative;
  display: block;
  font-size: 0px;
  margin-left: -5px;
  margin-right: -5px;
}

.product-wrap .product-thumbnails .thumbnail-wrap {
  width: 33.33%;
  height: 120px;
  position: relative;
  display: inline-block;
  padding: 5px;
}

.product-wrap .product-thumbnails .thumbnail {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.product-wrap .product-thumbnails .thumbnail .product-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.product-wrap .product-thumbnails .thumbnail .zoom {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  text-align: center;
  border-bottom: 0px !important;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: opacity 300ms, -webkit-transform 300ms !important;
  transition: opacity 300ms, -webkit-transform 300ms !important;
  transition: opacity 300ms, transform 300ms !important;
  transition: opacity 300ms, transform 300ms, -webkit-transform 300ms !important;
}

.product-wrap .product-thumbnails .thumbnail .caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  text-align: center;
  z-index: 10;
  -webkit-transition: opacity 300ms, top 300ms, bottom 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, top 300ms, bottom 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms, top 300ms, bottom 300ms;
  transition: opacity 300ms, transform 300ms, top 300ms, bottom 300ms, -webkit-transform 300ms;
}

.product-wrap .product-thumbnails .thumbnail:hover .caption {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

.product-wrap .product-thumbnails .thumbnail:hover .zoom {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.product-wrap .thumbnails {
  position: relative;
  width: 100%;
  font-size: 0px;
}

.product-wrap .thumbnails li {
  width: 50%;
  font-size: 0px;
  padding: 15px;
  display: inline-block;
  float: left;
  /*
			@include mq('sm') {
				width:100%;
				padding-right:0px !important;
				padding-left:0px !important;
			}
			@include mq('xs') {
				width:100%;
				padding-right:0px !important;
				padding-left:0px !important;
			}
*/
}

.product-wrap .thumbnails li:nth-child(odd) {
  padding-left: 0px;
}

.product-wrap .thumbnails li:nth-child(even) {
  padding-right: 0px;
}

.product-wrap .thumbnails li a {
  border: 1px solid #ccc !important;
  height: 120px;
  display: block;
  position: relative;
}

.product-wrap .thumbnails li a img {
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px;
  width: 100%;
  height: 100%;
}

.product-wrap .thumbnails li a .caption {
  position: absolute;
  bottom: 0px;
  font-weight: 400;
  left: 0px;
  width: 100%;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.product-wrap .thumbnails li a:hover {
  border: 1px solid #000 !important;
}

.product-wrap .thumbnails li a:hover .caption {
  opacity: 0;
}

.product-wrap blockquote {
  padding-right: 0px;
}

.product-wrap blockquote footer {
  font-size: 16px;
  background-color: transparent;
}

.product-wrap blockquote footer a {
  font-size: 16px;
  color: #333 !important;
  border-bottom: 1px solid #D2232A !important;
}

.product-wrap blockquote footer a:hover {
  color: #D2232A !important;
}

.product-wrap table.specifications {
  table-layout: auto;
}

.product-wrap table.specifications td.title {
  min-width: 50px;
  white-space: nowrap;
  padding-right: 30px;
}

.product-wrap table.specifications td.value {
  width: 95%;
}

.shipping-description h4 {
  font-weight: 700;
  font-size: 18px;
}

.shipping-description p {
  font-weight: 300;
  font-size: 14px;
}

.product-img {
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.product-img > a {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.product-img img.main {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #ccc;
  padding: 15px;
}

.product-img.img1 {
  height: auto;
}

.product-img.img1 img.main {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}

.main-caption {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.cart-info a {
  text-decoration: underline;
}

.cart-add-shortcut {
  display: none;
}

@media screen and (max-width: 768px) {
  .cart-add-shortcut {
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.table-datestimes th, .table-datestimes td {
  padding: 5px;
}

.table-datestimes th {
  text-align: right;
}

.table-datestimes .author {
  font-size: 16px;
}

#btnCollapseFilters {
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  #btnCollapseFilters {
    display: none;
  }
}

.list-group .list-group-item {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  color: #000;
}

.list-group .list-group-item.active {
  color: #000;
  background-color: #e39b9e;
}

.list-group .list-group-item.active-subtle {
  -webkit-box-shadow: 3px 0 0 #D2232A inset !important;
          box-shadow: 3px 0 0 #D2232A inset !important;
  color: #000;
  border-radius: 0 !important;
}

.list-group .list-group-item:hover {
  background-color: #f2f4f5;
  color: #000;
}

.list-group .list-group-item:hover.active {
  background-color: #e39b9e;
  color: #000;
}

.list-group .list-group-item:hover.active-subtle {
  color: #000;
}

.list-group.list-group-left .list-group-item {
  text-align: left;
}

.list-group.list-group-right .list-group-item {
  text-align: right;
}

.list-group.list-group-center .list-group-item {
  text-align: center;
}

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

.list-group-flush .list-group-item:last-child {
  border-radius: 0.25rem;
}

.list-group-mini .list-group-item {
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding: 6px 6px;
  position: relative;
  padding-left: 14px;
}

.list-group-block .list-group-item:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #000;
  position: relative;
  display: inline-block;
  top: -2px;
  margin-right: 5px;
  -webkit-transition: opacity 300ms, background 300ms, color 300ms;
  transition: opacity 300ms, background 300ms, color 300ms;
}

.list-group-block .list-group-item.active:before {
  border-color: #000;
  background-color: #000;
}

.list-group-block .list-group-item.clear .svgicon {
  width: 13px;
  height: 13px;
  top: 1px;
  left: -1px;
}

.list-group-block .list-group-item.clear:before {
  display: none;
}

.list-group-block .list-group-item:hover:before {
  background-color: #000;
}

.list-group-block .list-group-item:hover.active:before {
  border-color: #000;
  background-color: #000;
}

.list-group-nobg .list-group-item:hover {
  color: #D2232A;
  background-color: #fff;
}

.list-group .list-group-item.text-image {
  min-height: 40px;
  line-height: 40px;
}

.list-group .list-group-item.text-image .image {
  height: 40px;
  float: right;
}

/*

*/
/*

.list-group.mini {
	.list-group-item {

	}
}

.list-group.block {
	.list-group-item {
		text-align: left;
		font-size:14px;
		font-weight:400;
		color: #000;
		cursor:pointer;
		padding:6px 6px;
		position: relative;
		padding-left: 14px;
		border:0px;

		&:before {
			content:'';
			width:8px;
			height:8px;
			background-color:transparent;
			border:2px solid #000;
			position: absolute;
			top:13px;
			left:0px;
			transition: opacity $speed, background $speed;
		}
		&.active {
			color:$brand;
			background-color: $gray-200;
			margin-left:-8px;
			margin-right:-8px;
			padding-left:22px;

			&:before {
				left:8px;
				background-color:$brand;
				border-color:$brand;
			}
		}
		&.clear {
			padding-left:0px;
			&:before {
				display:none;
			}
		}

		&:hover {
			color: $brand-color;

			&:before {
				background-color:$brand;
				border-color:$brand;
			}
		}
	}
}


*/
.card-sidebar .card-header {
  padding: 10px;
}

.card-sidebar .card-body {
  padding: 5px;
}

.card-sidebar .card-body.padded {
  padding: 10px;
}

.card-sidebar .card-header .title {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.card-brand {
  border: 1px solid #D2232A;
}

.card-brand .card-header {
  background-color: #D2232A;
  color: #fff;
}

.card-danger {
  border: 1px solid #ff3b30;
}

.card-danger > .card-header {
  background-color: #fef3f3;
  border-bottom: 1px solid #ff3b30;
}

.card-danger > .card-header > .title {
  color: #ff3b30;
}

.card-black {
  border: 1px solid #000;
}

.card-black > .card-header {
  background-color: #000;
  border-bottom: 1px solid #000;
}

.card-black > .card-header > .title {
  color: #fff;
}

.card-filter {
  margin-bottom: 30px;
  border: 1px solid #000;
}

.card-filter .card-header {
  color: #D2232A;
  background-color: #000;
}

.card-filter .card-header .title {
  color: #fff;
}

.card-filter .card-body {
  font-size: 14px;
}

.card-filter .card-body input, .card-filter .card-body button, .card-filter .card-body div {
  font-size: 14px;
}

.card-faq .card-header {
  cursor: pointer;
}

.card-faq .card-body p:last-child {
  margin-bottom: 0px;
}

.tab-content .tab-pane {
  padding: 15px;
  border: 1px solid #000;
  border-top: 0px;
}

.tab-content #login.active {
  border: 2px solid #D2232A;
  border-top: 0px;
}

.tab-content #register.active {
  border: 2px solid #05ae0e;
  border-top: 0px;
}

.nav.nav-tabs {
  border-bottom: 1px solid #000;
  left: 1px;
  position: relative;
}

.nav.nav-tabs a.nav-link {
  -webkit-transition: none;
  transition: none;
  -webkit-transition: color 300ms, background 300ms;
  transition: color 300ms, background 300ms;
  text-decoration: none;
}

.nav.nav-tabs a.nav-link:hover {
  color: #000;
  background-color: #D2232A;
  border: 1px solid #000;
  -webkit-transition: color 300ms, background 300ms;
  transition: color 300ms, background 300ms;
  text-decoration: none;
}

.nav.nav-tabs a.nav-link.active {
  border: 1px solid #000;
  border-bottom: 1px solid transparent;
  color: #D2232A;
  outline: none;
  -webkit-transition: color 300ms, background 300ms;
  transition: color 300ms, background 300ms;
}

.nav.nav-tabs a.nav-link.active:hover {
  background-color: #fff;
}

.nav.nav-tabs.login {
  border-bottom: 2px solid #D2232A;
}

.nav.nav-tabs.register {
  border-bottom: 2px solid #05ae0e;
}

.nav.nav-tabs > li {
  top: 1px;
}

.nav.nav-tabs > li.login > a {
  background-color: #D2232A;
  border: 2px solid #D2232A;
  color: #fff;
}

.nav.nav-tabs > li.login.active > a {
  background-color: #fff;
  border: 2px solid #D2232A;
  color: #D2232A;
}

.nav.nav-tabs > li.login:hover a {
  border: 2px solid #D2232A;
}

.nav.nav-tabs > li.register > a {
  background-color: #05ae0e;
  border: 2px solid #05ae0e;
  color: #fff;
}

.nav.nav-tabs > li.register.active > a {
  background-color: #fff;
  border: 2px solid #05ae0e;
  color: #05ae0e;
}

.nav.nav-tabs > li.register:hover a {
  border: 2px solid #05ae0e;
}

.tabs .nav-tabs .nav-item {
  margin-right: 10px;
}

.tabs .nav-tabs .nav-item [role=tab] {
  border-left: 1px solid #adb5bd;
  border-right: 1px solid #adb5bd;
  border-top: 1px solid #adb5bd;
  font-weight: 400;
}

.tabs .nav-tabs .nav-item:hover [role=tab]:not(.active) {
  background-color: #D2232A;
  color: #fff !important;
}

.article .downloads {
  border-top: 1px solid #ccc;
  margin-top: 50px;
  padding-top: 20px;
  margin-bottom: 50px;
}

.articles .category-lists {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}

.articles .category-lists .category {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  width: 100%;
}

.articles .category-lists .category .title {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.articles .category-lists .category .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.articles .article {
  -webkit-transition: border 300ms;
  transition: border 300ms;
}

.articles .article:after {
  content: '';
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px solid #ccc;
}

.articles .article .content .author:before {
  content: 'Author: ';
  width: 60px;
  display: inline-block;
}

.articles .article .content .date:before {
  content: 'Date: ';
  width: 60px;
  display: inline-block;
}

.articles .article .content .details {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #6c757d;
}

.articles .article .content .intro {
  text-align: justify;
  text-justify: inter-word;
}

.articles .article .content .title {
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

.articles .article:hover:after {
  -webkit-transition: border 300ms;
  transition: border 300ms;
  border-bottom: 1px solid #D2232A;
}

.articles .article:hover .content .title {
  -webkit-transition: color 300ms;
  transition: color 300ms;
  color: #D2232A;
}

footer {
  position: relative;
  opacity: 1;
  display: block;
  background-color: #000;
  padding: 15px;
}

footer h2, footer h3, footer h4, footer li, footer a, footer p {
  color: #ccc;
  font-size: 13px;
  line-height: 28px;
  white-space: nowrap;
}

footer .footer-title {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid #D2232A;
  -webkit-transition: color 300ms, border 300ms;
  transition: color 300ms, border 300ms;
  text-transform: uppercase;
  font-size: 18px;
  white-space: nowrap;
  color: #D2232A;
  margin-bottom: 10px;
  font-weight: bold;
  color: var(--primary);
  border-bottom-color: var(--primary);
}

footer a {
  color: #ccc;
  text-decoration: none;
}

footer a:hover {
  color: #fff !important;
}

footer .last {
  text-align: right;
}

footer li svg {
  fill: #aaa;
  width: 14px !important;
  height: 14px !important;
  margin-right: 5px;
  position: relative;
  top: 0px;
  -webkit-transition: fill 300ms;
  transition: fill 300ms;
}

footer li:hover svg {
  fill: #fff;
}

.alert.alert-danger.striped {
  background: repeating-linear-gradient(45deg, #FFD8D6, #FFD8D6 10px, #fbd2d0 10px, #fbd2d0 20px);
  text-shadow: 0px 0px 6px #FFD8D6;
}

.alert.alert-success.striped {
  background: repeating-linear-gradient(45deg, #CDEFCF, #CDEFCF 10px, #c3e8c5 10px, #c3e8c5 20px);
  text-shadow: 0px 0px 6px #CDEFCF;
}

.alert.alert-secondary.striped {
  background: repeating-linear-gradient(45deg, #ccd5eb, #ccd5eb 10px, #c5cfe8 10px, #c5cfe8 20px);
  text-shadow: 0px 0px 6px #ccd5eb;
}

.scrolloff {
  pointer-events: none;
}

.google-map {
  width: 100%;
  z-index: 20;
  font-size: 0px;
}

.google-map iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  z-index: 20;
  position: relative;
}

.google-map iframe.clicked {
  pointer-events: auto;
}

/*
ol.breadcrumbs {
	a {
		display:inline;
		border-bottom: 0px;
		text-decoration:none;
	}
}
*/
.breadcrumbs {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.breadcrumbs a {
  display: inline;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  border-bottom: 0;
}

.breadcrumbs a:hover {
  color: #D2232A;
  border-bottom: 0;
}

.breadcrumbs ol.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs ol.breadcrumbs li:after {
  content: '/';
  color: #999;
  margin-left: 10px;
  margin-right: 5px;
}

/*
.breadcrumbs {
		margin-top:30px;
		//margin-left:-15px;
		//margin-right:-15px;
		a {
			display: inline !important;
			color:#666 !important;
			text-transform: uppercase;
			//border-bottom: 1px solid transparent;
			//border-bottom: 1px solid transparent !important;
			//border-bottom: 3px solid green;
			//border-bottom: 0 solid transparent !important;
			font-size:14px !important;

			&:hover {
				color: $brand-color !important;
				//border-bottom: 1px solid $brand-color;
			}
			&:before {
				right:0 !important;
				height: 0 !important;
				background: none !important;
				background-color: transparent !important;
			}
		}
		.svgicon {
			width:14px !important;
			height:14px !important;
		}
}

ol.breadcrumbs {
	margin-top:30px;
	margin-bottom:30px;
    margin-left:0;
    padding-left:0;
}

ol.breadcrumbs li {
    display: inline-block;
}

ol.breadcrumbs li:after {
    content: '/';
    color:#999;
    margin-left: 10px;
    margin-right: 5px;
}
*/
.noscroll {
  overflow-y: hidden !important;
}

.sally-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  background-color: var(--sally-bg);
  z-index: 1500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sally-bg .sally {
  padding: 50px;
  position: relative;
  min-width: 400px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -100px;
}

.sally-bg .sally .sally-icon {
  text-align: center;
}

.sally-bg .sally .sally-icon svg {
  width: 64px;
  height: 64px;
  fill: var(--sally-iconcolor);
}

.sally-bg .sally .sally-icon svg path, .sally-bg .sally .sally-icon svg polygon {
  fill: var(--sally-iconcolor);
}

.sally-bg .sally .sally-icon-text {
  font-size: 64px;
  color: var(--sally-iconcolor);
}

.sally-bg .sally .sally-title {
  font-size: 32px;
  margin: 15px;
}

.sally-bg .sally .sally-text {
  font-size: 22px;
  margin: 15px;
}

.sally-bg .sally .sally-actions {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 500px;
  max-width: 600px;
}

.sally-bg .sally .sally-actions button {
  margin: 15px;
  width: 50%;
  cursor: pointer;
}

.sally-bg .sally .sally-actions button svg {
  position: relative;
  top: -2px;
  width: 1em;
  height: 1em;
  fill: #fff;
}

.sally-bg .sally .sally-actions button.std {
  color: #fff;
  position: relative;
  background: transparent;
  border: 0;
  padding: 10px;
  font-size: 22px;
  font-weight: 700;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  border-radius: 4px;
  z-index: 3;
}

.sally-bg .sally .sally-actions button.std:hover {
  -webkit-transition: background 300ms;
  transition: background 300ms;
}

.sally-bg .sally .sally-actions button.std.confirm {
  color: var(--sally-confirm-text);
}

.sally-bg .sally .sally-actions button.std.confirm:before {
  background-color: var(--sally-confirm);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  border-radius: 4px;
}

.sally-bg .sally .sally-actions button.std.confirm:after {
  background-color: rgba(0, 0, 0, 0);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 4px;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}

.sally-bg .sally .sally-actions button.std.confirm:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background 300ms;
  transition: background 300ms;
}

.sally-bg .sally .sally-actions button.std.cancel {
  color: var(--sally-cancel-text);
}

.sally-bg .sally .sally-actions button.std.cancel:before {
  background-color: var(--sally-cancel);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  border-radius: 4px;
}

.sally-bg .sally .sally-actions button.std.cancel:after {
  background-color: rgba(0, 0, 0, 0);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 4px;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}

.sally-bg .sally .sally-actions button.std.cancel:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background 300ms;
  transition: background 300ms;
}

.milo {
  width: 100%;
  position: relative;
}

.milo form, .milo input[type=file] {
  display: none;
}

.milo .dropper {
  cursor: pointer;
}

.milo .uploading .uploading-file {
  position: relative;
}

.milo .uploading .uploading-file .imgoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  opacity: 40%;
  -webkit-transition: opacity 500ms, visibility 500ms;
  transition: opacity 500ms, visibility 500ms;
}

.milo .uploading .uploading-file svg.imgloading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: opacity 500ms, visibility 500ms;
  transition: opacity 500ms, visibility 500ms;
  padding: 10%;
  opacity: 75%;
  -webkit-animation: img_loading 0.7s infinite linear;
          animation: img_loading 0.7s infinite linear;
  fill: #000;
}

.milo .uploading .uploading-file.uploaded .imgoverlay {
  fill: green;
}

.milo .uploading .uploading-file.error .imgoverlay {
  fill: red;
}

.milo .uploading .uploading-file .imgoverlay.fadeout, .milo .uploading .uploading-file .imgloading.fadeout {
  opacity: 0;
  visibility: hidden;
}

.milo .uploading .uploading-file .preview {
  font-size: 0;
}

.milo .uploading .uploading-file .preview img {
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.milo .uploading .uploading-file .details .progress .progressbar {
  -webkit-transition: background-color 300ms, width 300ms;
  transition: background-color 300ms, width 300ms;
}

.milo .uploading .cancel {
  cursor: pointer;
}

.milo.link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.milo.link .dropper {
  display: none;
}

.milo.link .uploading-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*
      @keyframes imgloading2 {

          0% {
              transform: rotate(0deg) scale(1);
              fill: #000;
              path {
                  fill: #000;
              }
          }
          10% {
              transform: rotate(60deg) scale(0.8);
          }
          20% {
              transform: rotate(120deg) scale(0.6);
          }
          25% {
              transform: rotate(180deg) scale(0.6);
          }
          30% {
              transform: rotate(240deg) scale(0.5);
          }
          40% {
              transform: rotate(300deg) scale(0.6);
          }
          50% {
              transform: rotate(359.9deg) scale(0.6);
              fill: #fff;
              path {
                  fill: #fff;
              }
          }
          60% {
              transform: rotate(420deg) scale(0.8);
          }
          70% {
              transform: rotate(480deg)scale(0.8);
          }
          75% {
              transform: rotate(540deg) scale(0.8);
          }
          80% {
              transform: rotate(600deg) scale(0.6);
          }
          90% {
              transform: rotate(660deg) scale(0.8);
          }
          100% {
              transform: rotate(720deg) scale(1);
              fill: #000;
              path {
                  fill: #000;
              }
          }

      }
        */
}

.milo.link .uploading-file img {
  height: 120px;
  width: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

.milo.link .uploading-file .imgoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  opacity: 60%;
  -webkit-transition: opacity 500ms, visibility 500ms;
  transition: opacity 500ms, visibility 500ms;
}

.milo.link .uploading-file svg.imgloading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: opacity 500ms, visibility 500ms;
  transition: opacity 500ms, visibility 500ms;
  padding: 10%;
  opacity: 75%;
  -webkit-animation: img_loading 0.7s infinite linear;
          animation: img_loading 0.7s infinite linear;
  fill: #000;
}

.milo.link .uploading-file.uploaded .imgoverlay {
  fill: green;
}

.milo.link .uploading-file.uploaded .imgoverlay path {
  fill: green;
}

.milo.link .uploading-file.error .imgoverlay {
  fill: red;
}

.milo.link .uploading-file.error .imgoverlay path {
  fill: red;
}

.milo.link .uploading-file .imgoverlay.fadeout, .milo.link .uploading-file .imgloading.fadeout {
  opacity: 0;
  visibility: hidden;
}

.milo.link .uploading-file .cancel {
  display: none;
}

.milo.link .uploading-file .details {
  width: 120px;
}

.milo.link .uploading-file .details .change, .milo.link .uploading-file .details .clear {
  display: block;
  width: 100%;
  cursor: pointer;
}

.milo.link .uploading-file .preview-icon {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  padding: 10px;
}

.milo.link .uploading-file:hover .imgoverlay {
  display: none;
}

.milo.link .uploading-file:hover img {
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes img_loading {
  0% {
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
    fill: #000;
    path {
      fill: #000;
    }
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.7);
            transform: rotate(180deg) scale(0.7);
    fill: #fff;
    path {
      fill: #fff;
    }
  }
  100% {
    -webkit-transform: rotate(359.9deg) scale(0.8);
            transform: rotate(359.9deg) scale(0.8);
    fill: #000;
    path {
      fill: #000;
    }
  }
}

@keyframes img_loading {
  0% {
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
    fill: #000;
    path {
      fill: #000;
    }
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.7);
            transform: rotate(180deg) scale(0.7);
    fill: #fff;
    path {
      fill: #fff;
    }
  }
  100% {
    -webkit-transform: rotate(359.9deg) scale(0.8);
            transform: rotate(359.9deg) scale(0.8);
    fill: #000;
    path {
      fill: #000;
    }
  }
}

.hidden {
  display: none !important;
}

.milo.theme1 {
  border: 2px solid #000;
  padding: 15px;
}

.milo.theme1 .dropper {
  cursor: pointer;
  border: 1px solid #666;
  padding: 15px;
  text-align: center;
}

.milo.theme1 .uploading .uploading-file {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #ccc;
  padding: 15px;
  margin-top: 15px;
}

.milo.theme1 .uploading .uploading-file .preview {
  font-size: 0;
  width: 120px;
  position: relative;
}

.milo.theme1 .uploading .uploading-file .preview img {
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.milo.theme1 .uploading .uploading-file .preview img:hover {
  -o-object-fit: contain;
     object-fit: contain;
}

.milo.theme1 .uploading .uploading-file .details {
  padding-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.milo.theme1 .uploading .uploading-file .details > div {
  margin-top: 5px;
}

.milo.theme1 .uploading .uploading-file .details > div:first-child {
  margin-top: 0;
}

.milo.theme1 .uploading .uploading-file .details .filename:before {
  content: 'File Name: ';
  color: #aaa;
}

.milo.theme1 .uploading .uploading-file .details .filesize:before {
  content: 'File Size: ';
  color: #aaa;
}

.milo.theme1 .uploading .uploading-file .details .progress {
  width: 100%;
  height: 5px;
  position: relative;
}

.milo.theme1 .uploading .uploading-file .details .progress .progressbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: blue;
}

.milo.theme1 .uploading .uploading-file.uploaded .progress .progressbar[data-progress="100"] {
  background-color: green;
}

.milo.theme1 .uploading .uploading-file.error .progress .progressbar[data-progress="100"] {
  background-color: red;
}

.milo.theme1 .uploading .cancel {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  border: 0;
  background-color: transparent;
}

.milo.theme1 .uploading .cancel svg {
  height: 12px;
  width: 12px;
  position: absolute;
  top: 0;
  left: 0;
  fill: #ccc;
  -webkit-transition: fill 300ms;
  transition: fill 300ms;
}

.milo.theme1 .uploading .cancel:hover svg {
  fill: #000;
  -webkit-transition: fill 300ms;
  transition: fill 300ms;
}

.milo.theme2 {
  border: 2px solid #000;
  padding: 15px;
}

.milo.theme2 .dropper {
  cursor: pointer;
  border: 1px solid #666;
  padding: 15px;
  text-align: center;
}

.milo.theme2 .uploading .uploading-file {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
  padding-right: 15px;
  margin-top: 15px;
}

.milo.theme2 .uploading .uploading-file .preview {
  font-size: 0;
  width: 60px;
  position: relative;
}

.milo.theme2 .uploading .uploading-file .preview img {
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  width: 60px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.milo.theme2 .uploading .uploading-file .preview img:hover {
  -o-object-fit: contain;
     object-fit: contain;
}

.milo.theme2 .uploading .uploading-file .details {
  padding-left: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.milo.theme2 .uploading .uploading-file .details > div {
  margin-top: 5px;
}

.milo.theme2 .uploading .uploading-file .details > div:first-child {
  margin-top: 0;
}

.milo.theme2 .uploading .uploading-file .details .filename, .milo.theme2 .uploading .uploading-file .details .filesize {
  display: none;
}

.milo.theme2 .uploading .uploading-file .details .filename:before, .milo.theme2 .uploading .uploading-file .details .filesize:before {
  color: #aaa;
}

.milo.theme2 .uploading .uploading-file .details .filename:before {
  content: 'File Name: ';
}

.milo.theme2 .uploading .uploading-file .details .filesize:before {
  content: 'File Size: ';
}

.milo.theme2 .uploading .uploading-file .details .progress {
  width: 100%;
  padding-right: 10px;
  height: 5px;
  position: relative;
}

.milo.theme2 .uploading .uploading-file .details .progress .progressbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: blue;
}

.milo.theme2 .uploading .uploading-file .details .response {
  display: none;
}

.milo.theme2 .uploading .uploading-file.uploaded .progress .progressbar[data-progress="100"] {
  background-color: green;
}

.milo.theme2 .uploading .uploading-file.error .progress .progressbar[data-progress="100"] {
  background-color: red;
}

.milo.theme2 .uploading .cancel {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  border: 0;
  background-color: transparent;
}

.milo.theme2 .uploading .cancel svg {
  height: 12px;
  width: 12px;
  position: absolute;
  top: 0;
  left: 0;
  fill: #ccc;
  -webkit-transition: fill 300ms;
  transition: fill 300ms;
}

.milo.theme2 .uploading .cancel:hover svg {
  fill: #000;
  -webkit-transition: fill 300ms;
  transition: fill 300ms;
}

.milo.theme3 {
  border: 2px solid #000;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.milo.theme3 .dropper {
  cursor: pointer;
  border: 1px solid #666;
  border-right: 0;
  padding: 15px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.milo.theme3 .uploading {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  border: 1px solid #666;
  border-left: 0;
  min-height: 50px;
}

.milo.theme3 .uploading .uploading-file {
  display: inline-block;
  position: relative;
  border: 1px solid #ccc;
  margin: 5px;
  margin-right: 0;
}

.milo.theme3 .uploading .uploading-file .preview {
  font-size: 0;
  width: 60px;
  position: relative;
}

.milo.theme3 .uploading .uploading-file .preview img {
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  width: 60px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.milo.theme3 .uploading .uploading-file .preview img:hover {
  -o-object-fit: contain;
     object-fit: contain;
}

.milo.theme3 .uploading .uploading-file .details {
  padding-left: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.milo.theme3 .uploading .uploading-file .details > div {
  margin-top: 5px;
}

.milo.theme3 .uploading .uploading-file .details > div:first-child {
  margin-top: 0;
}

.milo.theme3 .uploading .uploading-file .details .filename, .milo.theme3 .uploading .uploading-file .details .filesize {
  display: none;
}

.milo.theme3 .uploading .uploading-file .details .filename:before, .milo.theme3 .uploading .uploading-file .details .filesize:before {
  color: #aaa;
}

.milo.theme3 .uploading .uploading-file .details .filename:before {
  content: 'File Name: ';
}

.milo.theme3 .uploading .uploading-file .details .filesize:before {
  content: 'File Size: ';
}

.milo.theme3 .uploading .uploading-file .details .progress {
  width: 100%;
  padding-right: 10px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.milo.theme3 .uploading .uploading-file .details .progress .progressbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: blue;
}

.milo.theme3 .uploading .uploading-file .details .response {
  display: none;
}

.milo.theme3 .uploading .uploading-file .details .status {
  display: none;
}

.milo.theme3 .uploading .uploading-file.uploaded .progress .progressbar[data-progress="100"] {
  background-color: green;
}

.milo.theme3 .uploading .uploading-file.error .progress .progressbar[data-progress="100"] {
  background-color: red;
}

.milo.theme3 .uploading .cancel {
  display: none;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  border: 0;
  background-color: transparent;
}

.milo.theme3 .uploading .cancel svg {
  height: 12px;
  width: 12px;
  position: absolute;
  top: 0;
  left: 0;
  fill: #ccc;
  -webkit-transition: fill 300ms;
  transition: fill 300ms;
}

.milo.theme3 .uploading .cancel:hover svg {
  fill: #000;
  -webkit-transition: fill 300ms;
  transition: fill 300ms;
}

.milo.theme4 {
  display: inline-block;
  width: auto;
}

.milo.theme4 .dropper {
  display: none;
}

.milo.theme4 .uploading {
  text-align: left;
  display: inline-block;
  min-height: 50px;
}

.milo.theme4 .uploading:hover {
  cursor: crosshair;
}

.milo.theme4 .uploading .uploading-file {
  display: inline-block;
  position: relative;
  margin: 0px;
}

.milo.theme4 .uploading .uploading-file .preview {
  font-size: 0;
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
}

.milo.theme4 .uploading .uploading-file .preview img {
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
}

.milo.theme4 .uploading .uploading-file .preview img:hover {
  -o-object-fit: contain;
     object-fit: contain;
}

.milo.theme4 .uploading .uploading-file .details {
  padding-left: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.milo.theme4 .uploading .uploading-file .details > div {
  margin-top: 5px;
}

.milo.theme4 .uploading .uploading-file .details > div:first-child {
  margin-top: 0;
}

.milo.theme4 .uploading .uploading-file .details .filename, .milo.theme4 .uploading .uploading-file .details .filesize {
  display: none;
}

.milo.theme4 .uploading .uploading-file .details .filename:before, .milo.theme4 .uploading .uploading-file .details .filesize:before {
  color: #aaa;
}

.milo.theme4 .uploading .uploading-file .details .filename:before {
  content: 'File Name: ';
}

.milo.theme4 .uploading .uploading-file .details .filesize:before {
  content: 'File Size: ';
}

.milo.theme4 .uploading .uploading-file .details .progress {
  width: 100%;
  padding-right: 10px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.milo.theme4 .uploading .uploading-file .details .progress .progressbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: blue;
}

.milo.theme4 .uploading .uploading-file .details .response {
  display: none;
}

.milo.theme4 .uploading .uploading-file .details .status {
  display: none;
}

.milo.theme4 .uploading .uploading-file.uploaded .progress .progressbar[data-progress="100"] {
  background-color: green;
}

.milo.theme4 .uploading .uploading-file.error .progress .progressbar[data-progress="100"] {
  background-color: red;
}

.milo.theme4 .uploading .cancel {
  display: none;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  border: 0;
  background-color: transparent;
}

.milo.theme4 .uploading .cancel svg {
  height: 12px;
  width: 12px;
  position: absolute;
  top: 0;
  left: 0;
  fill: #ccc;
  -webkit-transition: fill 300ms;
  transition: fill 300ms;
}

.milo.theme4 .uploading .cancel:hover svg {
  fill: #000;
  -webkit-transition: fill 300ms;
  transition: fill 300ms;
}

.milo.theme4 .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.milo.theme4 .buttons button.change {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 5px;
}

/*
.milo.theme4 {

  border:1px solid #000;
  padding:15px;
  display:inline-block;
  width:auto;



  .dropper {
    display:none;
  }

  .uploading {

    text-align: left;
    border:1px solid #666;
    display:inline-block;
    min-height:50px;

    &:hover {
      cursor:crosshair;
    }

    .uploading-file {

      display: inline-block;
      position: relative;

      //border:1px solid #ccc;
      margin:5px;


      .preview {
        font-size:0;
        width:100%;
        position: relative;

        img {
          z-index:1;
          user-select: none;
          cursor:pointer;
          //position: absolute;
          //top:0;
          //left:0;
          //width:100%;
          //height:100%;
          //width:100%;
          //height:160px;
          object-fit: cover;
          &:hover {
            object-fit:contain;
          }
        }
      }
      .details {
        padding-left:5px;
        flex-grow: 1;
        > div {
          margin-top:5px;
          &:first-child {
            margin-top: 0;
          }
        }
        .filename, .filesize {
          display:none;
          &:before {
            color:#aaa;
          }
        }
        .filename {
          &:before {
            content: 'File Name: ';
          }
        }
        .filesize {
          &:before {
            content: 'File Size: ';
          }
        }
        .progress {
          width:100%;
          padding-right:10px;
          height:5px;
          position: absolute;
          top:0;
          left:0;
          .progressbar {
            position: absolute;
            top:0;
            left:0;
            width:100%;
            height:100%;
            background-color: blue;
          }
        }
        .response {
          display:none;
        }
        .status {
          display:none;
        }
      }
      &.uploaded {
        .progress {
          .progressbar[data-progress="100"] {
            background-color:green;
          }
        }
      }
      &.error {
        .progress {
          .progressbar[data-progress="100"] {
            background-color:red;
          }
        }
      }
    }
    .cancel {
      display:none;
      position: absolute;
      top:2px;
      right:2px;
      width:12px;
      height:12px;
      border-radius: 4px;
      //border:1px solid #888;
      border:0;
      background-color: transparent;
      svg {
        height:12px;
        width:12px;
        position: absolute;
        top:0;
        left:0;
        fill: #ccc;
        transition: fill 300ms;
      }
      &:hover {
        svg {
          fill:#000;
          transition: fill 300ms;
        }
      }
    }
  }

  .buttons {
    //width:100%;
    display:flex;
    margin-top:5px;
    button.change {
      //margin-right:5px;
      flex-grow:1;
      margin-right:5px;
    }
    //margin-top:5px;

  }

}

 */
.milo.theme5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
}

.milo.theme5 .dropper {
  cursor: pointer;
  border-right: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.milo.theme5 .uploading {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: left;
  border-left: 0;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  font-size: 0;
}

.milo.theme5 .uploading .uploading-file {
  display: inline-block;
  position: relative;
  border: 1px solid #ccc;
  margin-left: 5px;
  margin-right: 0;
  width: 60px;
  height: 100%;
}

.milo.theme5 .uploading .uploading-file .preview {
  font-size: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.milo.theme5 .uploading .uploading-file .preview img {
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.milo.theme5 .uploading .uploading-file .preview img:hover {
  -o-object-fit: contain;
     object-fit: contain;
}

.milo.theme5 .uploading .uploading-file .details {
  padding-left: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.milo.theme5 .uploading .uploading-file .details > div {
  margin-top: 5px;
}

.milo.theme5 .uploading .uploading-file .details > div:first-child {
  margin-top: 0;
}

.milo.theme5 .uploading .uploading-file .details .filename, .milo.theme5 .uploading .uploading-file .details .filesize {
  display: none;
}

.milo.theme5 .uploading .uploading-file .details .filename:before, .milo.theme5 .uploading .uploading-file .details .filesize:before {
  color: #aaa;
}

.milo.theme5 .uploading .uploading-file .details .filename:before {
  content: 'File Name: ';
}

.milo.theme5 .uploading .uploading-file .details .filesize:before {
  content: 'File Size: ';
}

.milo.theme5 .uploading .uploading-file .details .progress {
  width: 100%;
  padding-right: 10px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.milo.theme5 .uploading .uploading-file .details .progress .progressbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: blue;
}

.milo.theme5 .uploading .uploading-file .details .response {
  display: none;
}

.milo.theme5 .uploading .uploading-file .details .status {
  display: none;
}

.milo.theme5 .uploading .uploading-file.uploaded .progress .progressbar[data-progress="100"] {
  background-color: green;
}

.milo.theme5 .uploading .uploading-file.error .progress .progressbar[data-progress="100"] {
  background-color: red;
}

.milo.theme5 .uploading .cancel {
  display: none;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  border: 0;
  background-color: transparent;
}

.milo.theme5 .uploading .cancel svg {
  height: 12px;
  width: 12px;
  position: absolute;
  top: 0;
  left: 0;
  fill: #ccc;
  -webkit-transition: fill 300ms;
  transition: fill 300ms;
}

.milo.theme5 .uploading .cancel:hover svg {
  fill: #000;
  -webkit-transition: fill 300ms;
  transition: fill 300ms;
}

.milo-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2000;
}

.milo-modal-bg .modal-close {
  position: fixed;
  top: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
  z-index: 10;
  cursor: pointer;
}

.milo-modal-bg .modal-close svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.milo-modal-bg .open-file {
  margin-right: 15px;
}

.milo-modal-bg .milo-modal {
  width: 80%;
  height: 80%;
  background-color: rgba(255, 255, 255, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.milo-modal-bg .milo-modal .image {
  padding: 15px;
  width: 50%;
  height: 100%;
}

.milo-modal-bg .milo-modal .image img {
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: top right;
     object-position: top right;
}

.milo-modal-bg .milo-modal .info {
  padding: 15px;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.milo-modal-bg .milo-modal .info .filename, .milo-modal-bg .milo-modal .info .filesize, .milo-modal-bg .milo-modal .info .status {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}

.milo-modal-bg .milo-modal .info .filename:before, .milo-modal-bg .milo-modal .info .filesize:before, .milo-modal-bg .milo-modal .info .status:before {
  color: #ccc;
  margin-right: 15px;
  font-weight: normal;
}

.milo-modal-bg .milo-modal .info .status:before {
  content: 'Status:';
}

.milo-modal-bg .milo-modal .info .status:empty {
  display: none;
}

.milo-modal-bg .milo-modal .info .filename:before {
  content: 'File Name:';
}

.milo-modal-bg .milo-modal .info .filename:empty {
  display: none;
}

.milo-modal-bg .milo-modal .info .filesize:before {
  content: 'File Size:';
}

.milo-modal-bg .milo-modal .info .filesize:empty {
  display: none;
}

.milo-modal-bg .milo-modal .info .response-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
}

.milo-modal-bg .milo-modal .info .response-wrap .response {
  background-color: #fff;
  padding: 15px;
}

.milo-modal-bg .milo-modal .info .response-wrap .response:empty {
  padding: 0;
}

.diesel-calendar {
  position: absolute;
  width: 400px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1111;
}

.diesel-calendar svg {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.diesel-calendar .dbtn {
  width: 40px;
  height: 40px;
  background-color: #ccc;
  color: #000;
  border: 0px solid #fff;
  cursor: pointer;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}

.diesel-calendar .dbtn svg {
  fill: #000;
  -webkit-transition: fill 300ms;
  transition: fill 300ms;
}

.diesel-calendar .dbtn:active, .diesel-calendar .dbtn:focus {
  outline: none;
}

.diesel-calendar .dbtn:hover {
  z-index: 1;
  background-color: #ccc;
  color: #D2232A;
  border: 0px solid #fff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.diesel-calendar .dbtn:hover svg {
  fill: #D2232A;
  -webkit-transition: fill 300ms;
  transition: fill 300ms;
}

.diesel-calendar .d-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.diesel-calendar .d-header .dmonth, .diesel-calendar .d-header .dyear {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
}

.diesel-calendar .d-header .dmonth:hover, .diesel-calendar .d-header .dyear:hover {
  background-color: transparent;
}

.diesel-calendar .d-shortcuts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #ccc;
}

.diesel-calendar .d-shortcuts .d-shortcut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100%/3);
  -ms-flex-preferred-size: calc(100%/3);
      flex-basis: calc(100%/3);
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.diesel-calendar .d-shortcuts .d-shortcut:hover {
  border: 1px solid #D2232A;
  z-index: 1;
}

.diesel-calendar .d-shortcuts .d-shortcut-pad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 3);
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
  height: 70px;
}

.diesel-calendar .d-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.diesel-calendar .d-days .day, .diesel-calendar .d-days .day-pad, .diesel-calendar .d-days .day-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100%/7);
  -ms-flex-preferred-size: calc(100%/7);
      flex-basis: calc(100%/7);
  position: relative;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.diesel-calendar .d-days .day, .diesel-calendar .d-days .day-pad {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.diesel-calendar .d-days .day {
  font-weight: bold;
  cursor: pointer;
}

.diesel-calendar .d-days .day.d-active {
  background-color: #fff;
  color: #D2232A;
  border: 1px solid #D2232A;
}

.diesel-calendar .d-days .day:hover {
  background-color: #fff;
  border: 1px solid #D2232A;
  color: #000;
  z-index: 1;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.diesel-calendar .d-days .day-today {
  background-color: #eee;
  color: #000;
  border: 1px solid #ccc;
}

.diesel-calendar .d-days .day-pad {
  color: #ccc;
}

.diesel-calendar .d-days .day-header {
  color: #fff;
  background-color: #000;
  border: 1px solid #ccc;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: bold;
}

.diesel-calendar .d-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #ccc;
}

.diesel-calendar .d-months .month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100%/3);
  -ms-flex-preferred-size: calc(100%/3);
      flex-basis: calc(100%/3);
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.diesel-calendar .d-months .month:hover {
  border: 1px solid #D2232A;
  z-index: 1;
}

.diesel-calendar .d-years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #ccc;
}

.diesel-calendar .d-years .year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100%/3);
  -ms-flex-preferred-size: calc(100%/3);
      flex-basis: calc(100%/3);
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px;
}

.diesel-calendar .d-years .year:hover {
  border: 1px solid #D2232A;
  z-index: 1;
}

.diesel-calendar .d-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 5px;
}

.diesel-calendar .d-time .colon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  text-align: center;
  font-weight: bold;
}

.diesel-calendar .d-time .dbtn-up, .diesel-calendar .d-time .dbtn-down {
  display: none;
  position: absolute;
  right: 0;
  width: 13px;
  height: 50%;
  line-height: 50%;
  background-color: #eee;
  cursor: pointer;
}

.diesel-calendar .d-time .dbtn-up:after, .diesel-calendar .d-time .dbtn-down:after {
  position: absolute;
  display: block;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  left: 2px;
  top: 40%;
}

.diesel-calendar .d-time .dbtn-up {
  top: 0;
  border-bottom: 1px solid #666;
}

.diesel-calendar .d-time .dbtn-up:after {
  border-bottom-color: #393939;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
}

.diesel-calendar .d-time .dbtn-up:hover:after {
  border-bottom-color: #000;
}

.diesel-calendar .d-time .dbtn-down {
  top: 50%;
}

.diesel-calendar .d-time .dbtn-down:after {
  border-top-color: #393939;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
}

.diesel-calendar .d-time .dbtn-down:hover:after {
  border-top-color: #000;
}

.diesel-calendar .d-time .d-hour, .diesel-calendar .d-time .d-minute, .diesel-calendar .d-time .d-second {
  width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  border: 0;
  position: relative;
}

.diesel-calendar .d-time .d-hour:hover .dbtn-up, .diesel-calendar .d-time .d-hour:hover .dbtn-down, .diesel-calendar .d-time .d-minute:hover .dbtn-up, .diesel-calendar .d-time .d-minute:hover .dbtn-down, .diesel-calendar .d-time .d-second:hover .dbtn-up, .diesel-calendar .d-time .d-second:hover .dbtn-down {
  display: block;
}

.diesel-calendar .d-time .dhour, .diesel-calendar .d-time .dminute, .diesel-calendar .d-time .dsecond {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.diesel-calendar .d-time .d-seperator {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.diesel-calendar .d-time .dbtn-time-ampm {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  text-align: center;
  font-weight: bold;
  border: 0;
  margin-left: 5px;
}

.diesel-calendar .d-time .dbtn-time-shortcuts {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  text-align: center;
  font-weight: bold;
  border: 0;
  margin-left: 5px;
}

.diesel-calendar .d-time .dbtn-time-confirm {
  margin-left: 5px;
}

.diesel-calendar .nobg {
  background-color: transparent;
}

.diesel-calendar .nobg:hover {
  background-color: transparent;
}

.diesel-calendar .d-active {
  background-color: #fff;
  color: #D2232A;
  border: 1px solid #D2232A;
}

.diesel-calendar .d-hidden {
  display: none !important;
}

.diesel-calendar input::-webkit-outer-spin-button,
.diesel-calendar input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.diesel-calendar input[type=number] {
  -moz-appearance: textfield;
}

@media (max-width: 768px) {
  .diesel-calendar {
    width: 100%;
  }
  .diesel-calendar .d-time .dbtn-up, .diesel-calendar .d-time .dbtn-down {
    display: block;
  }
}

input.diesel {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

/*
input[readonly] {
    background-color: #ccc;
}
 */
.diesel-calendar .d-header {
  background-color: #eee;
}

.diesel-calendar .d-header .dbtn-prev, .diesel-calendar .d-header .dbtn-next {
  background-color: #eee;
}

.diesel-calendar .d-days .day-pad, .diesel-calendar .d-days .day-header {
  border: 0 !important;
}

.diesel-calendar .ditem {
  border: 0 !important;
}

.diesel-calendar .ditem:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.diesel-calendar .d-time .dbtn-time-ampm, .diesel-calendar .d-time .dbtn-time-shortcuts {
  background: #fff;
}

.badge-black {
  background-color: #000;
  color: #fff;
}

.btn-primary {
  color: #fff;
}

.btn-primary:hover {
  color: #fff;
}

.loading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  text-align: center;
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: visibility 300ms, opacity 300ms;
  transition: visibility 300ms, opacity 300ms;
  border: 3px solid red;
}

.loading svg {
  margin-top: 30px;
  fill: #d2232a;
  width: 80px;
  height: 80px;
}

.loading.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 300ms, opacity 300ms;
  transition: visibility 300ms, opacity 300ms;
}

.loading.centered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.social li {
  display: inline-block;
  margin-right: 10px;
}

ul.social li a {
  border-radius: 50%;
  width: 54px;
  height: 54px;
  border: 3px solid #D2232A !important;
  -webkit-transition: color 150ms, background-color 150ms !important;
  transition: color 150ms, background-color 150ms !important;
}

ul.social li a svg.svgicon {
  position: relative;
  top: 12px;
  left: 12px;
  width: 24px;
  height: 24px;
  fill: #000;
}

ul.social li a:hover {
  background-color: #D2232A;
  -webkit-transition: color 150ms, background-color 150ms !important;
  transition: color 150ms, background-color 150ms !important;
}

ul.social li a:hover svg.svgicon {
  fill: #fff;
}

.glow {
  background-color: yellow !important;
}

.glow-transition {
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

.popover .close {
  font-size: inherit;
}

.btn-status {
  position: relative;
}

.btn-status .btn-status-wrap {
  position: relative;
  display: block;
  -webkit-transition: padding 300ms;
  transition: padding 300ms;
}

.btn-status .btn-status-wrap .btn-status-icon {
  opacity: 0;
  visibility: hidden;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
}

.btn-status .btn-status-wrap .btn-status-icon svg {
  fill: currentColor;
  width: 1em;
}

.btn-status .btn-status-wrap.replace {
  padding: 0px !important;
}

.btn-status .btn-status-wrap.replace .btn-status-text {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
}

.btn-status .btn-status-wrap.replace .btn-status-icon {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  visibility: hidden;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
}

.btn-status.btn-status-active .btn-status-wrap {
  padding-right: 40px;
  -webkit-transition: padding 300ms;
  transition: padding 300ms;
}

.btn-status.btn-status-active .btn-status-wrap .btn-status-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
}

.btn-status.btn-status-active .btn-status-wrap.replace .btn-status-text {
  opacity: 0;
  visibility: hidden;
}

.btn-status.btn-status-active .btn-status-wrap.replace .btn-status-icon {
  opacity: 1;
}

.btn-status .btn-status-hide {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
}

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

table.table-middle td {
  vertical-align: middle !important;
}

blockquote {
  border-color: #D2232A;
  font-size: 20px;
}

.shadow05 {
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.shadow10 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow15 {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.18);
}

.shadow30 {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.badge-black {
  background-color: #000;
  color: #fff;
}

.webinar-info h2 {
  font-size: 22px !important;
}

.webinar-info h3 {
  font-size: 18px;
  margin-bottom: 3px;
}

.webinar-info li {
  font-size: 14px;
  line-height: 20px;
}

.terms-ajax p {
  color: #ccc;
}

.terms-ajax li {
  color: #ccc;
  margin-top: 3px;
  margin-bottom: 3px;
}

.terms-ajax h3 {
  color: #fff;
  margin-top: 30px;
}

.gradient-top {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
}

.gradient-top-purple {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 0, 40, 0.65)), color-stop(65%, rgba(27, 0, 40, 0)), to(rgba(27, 0, 40, 0)));
  background: linear-gradient(to bottom, rgba(27, 0, 40, 0.65) 0%, rgba(27, 0, 40, 0) 65%, rgba(27, 0, 40, 0) 100%);
}

.gradient-top-dark {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
}

.gradient-bottom {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
}

.gradient-bottom-dark {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
}

ul.offset {
  position: relative;
  margin-left: 15px !important;
}

.well {
  border: 1px solid #ced4da;
  padding: 15px;
  border-radius: 4px;
}

.well.well-sm {
  padding: 6px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #000;
  background-color: #ced4da;
}

.vhidden {
  visibility: hidden;
}

.fudge .form-control {
  min-height: calc(2.25rem + 2px) !important;
}

.btn-cap:before {
  content: "";
}

.gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-repeat: repeat-x;
}

strong {
  font-weight: 700 !important;
}

@media (max-width: 768px) {
  img {
    max-width: 100% !important;
  }
}

.socialmedia .svgicon {
  margin-right: 5px;
}

.social-feeds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.social-feeds .feed {
  width: 25%;
  height: 430px;
  position: relative;
  z-index: 10;
}

.social-feeds .feed .wrap3 {
  position: relative;
  height: 415px;
  overflow: hidden;
}

.social-feeds .feed .wrap3:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #ccc;
}

.social-feeds .feed .wrap2 {
  padding: 15px;
  background-color: #fff;
}

.social-feeds .feed .wrap {
  padding: 15px;
  -webkit-transition: border 300ms, -webkit-box-shadow 300ms;
  transition: border 300ms, -webkit-box-shadow 300ms;
  transition: border 300ms, box-shadow 300ms;
  transition: border 300ms, box-shadow 300ms, -webkit-box-shadow 300ms;
  min-height: 400px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.social-feeds .feed .text {
  font-size: 12px;
  background-color: #fff;
}

.social-feeds .feed .data {
  border: 1px solid #ccc;
  -webkit-transition: border 300ms, -webkit-box-shadow 300ms;
  transition: border 300ms, -webkit-box-shadow 300ms;
  transition: border 300ms, box-shadow 300ms;
  transition: border 300ms, box-shadow 300ms, -webkit-box-shadow 300ms;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.social-feeds .feed .btn-brand {
  font-size: 11px !important;
  padding: 2px 3px !important;
}

.social-feeds .feed .feedimg {
  max-height: 238px;
  -o-object-position: center;
     object-position: center;
}

.social-feeds .feed .platformicon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 20;
  background-color: #fff;
}

.social-feeds .feed .platformicon svg {
  height: 100%;
  width: 100%;
  -webkit-transition: fill 300ms;
  transition: fill 300ms;
}

.social-feeds .feed:hover {
  z-index: 100;
}

.social-feeds .feed:hover .wrap3 {
  overflow: visible;
}

.social-feeds .feed:hover .wrap3:after {
  display: none;
}

.social-feeds .feed:hover .wrap {
  border: 1px solid #D2232A;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.09), 0 6px 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 6px rgba(0, 0, 0, 0.09), 0 6px 13px rgba(0, 0, 0, 0.1);
  -webkit-transition: border 300ms, -webkit-box-shadow 300ms;
  transition: border 300ms, -webkit-box-shadow 300ms;
  transition: border 300ms, box-shadow 300ms;
  transition: border 300ms, box-shadow 300ms, -webkit-box-shadow 300ms;
}

.social-feeds .feed:hover .platformicon svg {
  fill: #D2232A;
  -webkit-transition: fill 300ms;
  transition: fill 300ms;
}

/*

.social-feeds {

  display:flex;
  flex-wrap: wrap;
  flex-direction: row;


  .feed {
    width:25%;
    padding:15px;
    position: relative;
    background-color:#fff;

.wrap2 {
    overflow:hidden;
    background-color:#fff;
    border:1px solid #ccc;

    transition: border 300ms;
    position: relative;

    height:400px;

    .wrap {
    background-color:#fff;
    padding:15px;
    position: absolute;
    top:0;
    left:0;


      height:400px;

    }
    .data {
      border:1px solid #ccc;
      transition: border 300ms, box-shadow 300ms;
      padding:5px;
      margin-top:10px;
      margin-bottom:10px;
      font-size:14px;
    }
    .btn-brand {
      font-size:11px !important;
      padding: 2px 3px !important;
    }
    .social-image {

    }
    .platform {

    }
    .likes {

    }
    .date {

    }
    .text {
        font-size:12px;
        background-color:#fff;
    }
  }
    &:hover {
      .wrap2 {
          overflow:visible;
          border:1px solid $brand;
          box-shadow: 0 0px 6px rgba(0,0,0,0.09), 0 6px 13px rgba(0,0,0,0.08);
          transition: border 300ms, box-shadow 300ms;
        }
      .wrap {
          height:auto;
      }
      .data {
        //border:1px solid $brand;
        transition: border 300ms;

      }
    }
  }
}

*/
@media (max-width: 1200px) {
  .social-feeds .feed {
    width: 33.3333%;
  }
  .socialmedia strong {
    display: none;
  }
}

@media (max-width: 1200px) {
  .social-feeds .feed {
    width: 33.3333%;
  }
  .socialmedia strong {
    display: none;
  }
}

@media (max-width: 800px) {
  .social-feeds .feed {
    width: 50%;
  }
}

@media (max-width: 560px) {
  .social-feeds .feed {
    width: 100%;
  }
}

header ul, header p, header a, header li {
  line-height: normal;
}

header a {
  border-bottom: 0px;
  text-decoration: none;
}

header a:hover {
  border-bottom: 0px;
  text-decoration: none;
}

.icon.link {
  width: 18px;
  height: 18px;
  fill: #000;
  position: relative;
  -webkit-transition: fill 300ms;
  transition: fill 300ms;
}

.icon.link.title {
  margin-right: 5px;
}

.icon.link.f {
  top: 0px;
  margin-right: 0px;
}

.icon.link.down {
  margin-left: 2px;
  top: 0px;
  width: 10px;
  height: 10px;
}

svg.icon.top-menu {
  fill: #fff;
  width: 20px;
  height: 20px;
  position: relative;
}

@media (min-width: 768px) {
  header aside.brand {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 0px;
  }
  header aside.brand > a {
    text-decoration: none;
    border-bottom: 0px;
    font-size: 0px;
  }
  header aside.brand > a:before, header aside.brand > a:after {
    display: none;
  }
  header aside.brand .brand-logo {
    height: 68px;
    width: auto;
    -webkit-transition: height 300ms, width 300ms;
    transition: height 300ms, width 300ms;
  }
  header aside.brand .brand-logo svg {
    width: 100%;
    height: 100%;
  }
  header aside.brand .brand-logo-mini {
    display: none;
  }
  header aside.brand .nav-toggle {
    display: none;
  }
  header .brand2 {
    display: none;
  }
}

@media (max-width: 767px) {
  header aside.brand {
    position: fixed;
    z-index: 900;
    top: 0px;
    left: 0px;
    font-size: 0px;
    height: 50px;
    width: 100%;
  }
  header aside.brand .nav-toggle {
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    cursor: pointer;
  }
  header aside.brand .nav-toggle:focus, header aside.brand .nav-toggle:active {
    padding: 0px !important;
  }
  header aside.brand .nav-toggle:after {
    content: 'MENU';
    font-size: 24px;
    color: #000;
    position: relative;
    left: 50px;
    top: 2px;
    font-weight: 400;
  }
  header aside.brand .nav-toggle .nav-icon, header aside.brand .nav-toggle .nav-icon:before, header aside.brand .nav-toggle .nav-icon:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    height: 3px;
    width: 30px;
    background-color: #000;
    -webkit-transition: background 300ms, -webkit-transform 300ms;
    transition: background 300ms, -webkit-transform 300ms;
    transition: background 300ms, transform 300ms;
    transition: background 300ms, transform 300ms, -webkit-transform 300ms;
  }
  header aside.brand .nav-toggle .nav-icon {
    top: 18px;
    left: 7px;
  }
  header aside.brand .nav-toggle .nav-icon:before {
    top: -8px;
  }
  header aside.brand .nav-toggle .nav-icon:after {
    top: 8px;
  }
  header aside.brand .nav-toggle.open .nav-icon {
    background-color: transparent;
  }
  header aside.brand .nav-toggle.open .nav-icon:before {
    -webkit-transform: translateY(8px) rotate(135deg);
            transform: translateY(8px) rotate(135deg);
  }
  header aside.brand .nav-toggle.open .nav-icon:after {
    -webkit-transform: translateY(-8px) rotate(-135deg);
            transform: translateY(-8px) rotate(-135deg);
  }
}

@media (min-width: 769px) {
  body > header {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    display: block;
    overflow: visible;
  }
  body > header .container-nav {
    position: relative;
    width: 100%;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

@media (min-width: 769px) and (max-width: 1230px) {
  body > header .container-nav {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 769px) {
  body > header nav.main {
    text-align: right;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    -webkit-transition: background 300ms;
    transition: background 300ms;
    z-index: 99;
  }
  body > header nav.main ul.nav.main {
    display: inline-block;
    font-size: 0;
    position: inherit;
  }
  body > header nav.main ul.nav.main > li {
    position: relative;
    display: inline-block;
    font-size: 0;
  }
  body > header nav.main ul.nav.main > li > a {
    display: inline-block;
    position: relative;
    border: 0;
    -webkit-transition: color 300ms, background-color 300ms, padding 300ms, -webkit-text-decoration 300ms;
    transition: color 300ms, background-color 300ms, padding 300ms, -webkit-text-decoration 300ms;
    transition: color 300ms, background-color 300ms, text-decoration 300ms, padding 300ms;
    transition: color 300ms, background-color 300ms, text-decoration 300ms, padding 300ms, -webkit-text-decoration 300ms;
  }
  body > header nav.main ul.nav.main > li > a .icon, body > header nav.main ul.nav.main > li > a svg {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    color: inherit;
    fill: inherit;
  }
  body > header nav.main ul.nav.main > li > a:hover {
    -webkit-transition: color 300ms, background-color 300ms, -webkit-text-decoration 300ms;
    transition: color 300ms, background-color 300ms, -webkit-text-decoration 300ms;
    transition: color 300ms, background-color 300ms, text-decoration 300ms;
    transition: color 300ms, background-color 300ms, text-decoration 300ms, -webkit-text-decoration 300ms;
  }
  body > header nav.main ul.nav.main > li:hover > a:before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 768px) {
  nav.main ul.nav.main > li.mega {
    position: relative;
  }
  nav.main ul.nav.main > li.mega .megamenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms;
    transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms;
    transition: visibility 500ms, opacity 500ms, transform 500ms;
    transition: visibility 500ms, opacity 500ms, transform 500ms, -webkit-transform 500ms;
    float: none;
    position: relative;
    width: 100%;
    font-size: 18px;
    background-color: #333;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    max-height: 0;
    visibility: hidden;
    -webkit-transition: max-height 300ms, visibility 100ms, padding 300ms;
    transition: max-height 300ms, visibility 100ms, padding 300ms;
  }
  nav.main ul.nav.main > li.mega .megamenu a {
    padding: 24px 12px;
  }
  nav.main ul.nav.main > li.mega .megamenu .megamenu-page {
    color: #ddd;
  }
  nav.main ul.nav.main > li.mega .megamenu .megamenu-page div, nav.main ul.nav.main > li.mega .megamenu .megamenu-page p, nav.main ul.nav.main > li.mega .megamenu .megamenu-page li, nav.main ul.nav.main > li.mega .megamenu .megamenu-page a {
    color: #ddd;
  }
  nav.main ul.nav.main > li.mega .megamenu:before {
    display: none;
  }
  nav.main ul.nav.main > li.mega:hover > .megamenu {
    visibility: visible;
    opacity: 1;
    max-height: 999px;
    -webkit-transition: visibility 500ms, opacity 500ms, max-height 500ms, -webkit-transform 500ms;
    transition: visibility 500ms, opacity 500ms, max-height 500ms, -webkit-transform 500ms;
    transition: visibility 500ms, opacity 500ms, transform 500ms, max-height 500ms;
    transition: visibility 500ms, opacity 500ms, transform 500ms, max-height 500ms, -webkit-transform 500ms;
  }
}

@media (min-width: 769px) {
  body {
    overflow-x: hidden;
  }
  nav.main ul.nav.main > li.mega {
    position: inherit;
  }
  nav.main ul.nav.main > li.mega .megamenu {
    display: block;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 200ms, opacity 200ms, -webkit-transform 200ms;
    transition: visibility 200ms, opacity 200ms, -webkit-transform 200ms;
    transition: visibility 200ms, opacity 200ms, transform 200ms;
    transition: visibility 200ms, opacity 200ms, transform 200ms, -webkit-transform 200ms;
    float: left;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    font-size: 18px;
    background-color: #fff;
  }
  nav.main ul.nav.main > li.mega .megamenu a {
    color: #222;
  }
  nav.main ul.nav.main > li.mega .megamenu a:hover {
    color: var(--primary);
  }
  nav.main ul.nav.main > li.mega .megamenu:before {
    content: '';
    position: absolute;
    background-color: #fff;
    left: -100vw;
    top: 0px;
    width: 200vw;
    height: 100%;
    z-index: -1;
    font-size: 18px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
  }
  nav.main ul.nav.main > li.mega:hover > .megamenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms;
    transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms;
    transition: visibility 500ms, opacity 500ms, transform 500ms;
    transition: visibility 500ms, opacity 500ms, transform 500ms, -webkit-transform 500ms;
  }
}

nav.main ul.nav.main > li ul.dropdown-menu {
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  min-width: 100%;
  border: 0;
  float: none;
  padding: 0;
  border-radius: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms;
  transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms;
  transition: visibility 500ms, opacity 500ms, transform 500ms;
  transition: visibility 500ms, opacity 500ms, transform 500ms, -webkit-transform 500ms;
}

nav.main ul.nav.main > li ul.dropdown-menu li {
  display: block;
}

nav.main ul.nav.main > li ul.dropdown-menu li a {
  white-space: nowrap;
}

nav.main ul.nav.main > li:hover > ul.dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms;
  transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms;
  transition: visibility 500ms, opacity 500ms, transform 500ms;
  transition: visibility 500ms, opacity 500ms, transform 500ms, -webkit-transform 500ms;
}

@media (max-width: 768px) {
  body {
    padding-top: 50px;
  }
  header {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 200;
    overflow: visible;
  }
  header .nav-icon:after,
  header .nav-icon:before,
  header .nav-icon div {
    background-color: #000;
  }
  header nav.main {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 300;
  }
  header nav.main .container-nav {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 900;
    padding-top: 50px;
  }
  header nav.main #navs {
    width: 100%;
    height: 100%;
    padding: 40px;
    top: 0px;
    left: 0px;
    overflow-y: auto;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
  }
  header nav.main .mobile-subnav {
    position: absolute;
    right: 8px;
    top: 11px;
    height: 100%;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  header nav.main .mobile-subnav {
    right: 10px;
  }
}

@media (max-width: 768px) {
  header nav.main ul.nav.main {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: block;
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
  header nav.main ul.nav.main li.nav-search {
    display: none;
  }
  header nav.main ul.nav.search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: auto;
    position: relative;
  }
  header nav.main ul.nav.search li:not(.form) {
    display: none;
  }
  header nav.main ul.nav.search li.form {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-bottom: 0px !important;
  }
  header nav.main ul.nav.search li.form button {
    margin-right: 0px;
  }
  header nav.main ul.nav.search li.form:hover {
    background-color: transparent !important;
  }
  header nav.main ul.nav.top {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
  }
  header nav.main ul.nav {
    margin-bottom: 30px;
  }
  header nav.main ul.nav li {
    position: relative;
    border-bottom: 1px solid #ccc !important;
  }
  header nav.main ul.nav li a {
    display: block;
    padding: 24px 16px;
    color: #000;
    background: transparent;
    border: 0 !important;
    font-weight: 400;
    -webkit-transition: all 300ms !important;
    transition: all 300ms !important;
  }
  header nav.main ul.nav li a:not(.nolink) {
    display: inline-block;
  }
  header nav.main ul.nav li a .icon {
    fill: #000;
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
  header nav.main ul.nav li a .icon.link.down {
    position: absolute;
    right: 15px;
    top: 30px;
  }
  header nav.main ul.nav li a:hover {
    color: #D2232A;
  }
  header nav.main ul.nav li a:hover .icon {
    fill: #D2232A;
  }
  header nav.main ul.nav li:hover {
    background-color: transparent;
    border-bottom: 0px;
  }
  header nav.main ul.nav li.dropdown {
    -webkit-transition: margin 300ms;
    transition: margin 300ms;
  }
  header nav.main ul.nav li.dropdown > ul.dropdown-menu {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    border: 0;
    float: none;
    padding: 0;
    max-height: 0;
    visibility: hidden;
    -webkit-transition: max-height 300ms, visibility 100ms, padding 300ms;
    transition: max-height 300ms, visibility 100ms, padding 300ms;
  }
  header nav.main ul.nav li.dropdown > ul.dropdown-menu > li {
    position: relative;
  }
  header nav.main ul.nav li.dropdown > ul.dropdown-menu > li a {
    padding: 20px 20px;
    color: #ddd;
    fill: #ddd;
  }
  header nav.main ul.nav li.dropdown > ul.dropdown-menu > li a svg {
    fill: #ddd;
  }
  header nav.main ul.nav li.dropdown > ul.dropdown-menu > li a:hover {
    color: #fff;
    fill: #fff;
  }
  header nav.main ul.nav li.dropdown > ul.dropdown-menu > li a:hover svg {
    fill: #fff;
  }
  header nav.main ul.nav li.dropdown:hover {
    margin-bottom: 50px;
  }
  header nav.main ul.nav li.dropdown:hover > ul.dropdown-menu {
    visibility: visible;
    max-height: 999px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: max-height 600ms, visibility 300ms, padding 300ms;
    transition: max-height 600ms, visibility 300ms, padding 300ms;
  }
  header nav.main.open {
    height: 100%;
  }
  header nav.main.open #navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header nav.main {
  background-color: white;
}

header nav.main ul.nav.main > li {
  /*
				@media (min-width:$bp-1366) {
					> a {
						padding-left:15px;
						padding-right:15px;
						font-size:16px;
					}
				}
				@media (min-width:$bp-1024) and (max-width:$bp-1366) {
					> a {
						padding-left:12px;
						padding-right:12px;
						font-size:14px;
					}
				}
				@media (min-width:$bp-768) and (max-width:$bp-1024) {
					> a {
						padding-left:8px;
						padding-right:8px;
						font-size:12px;
					}
				}
				*/
}

header nav.main ul.nav.main > li > a {
  font-size: 16px;
  padding: 24px 16px;
  color: #000;
  fill: #000;
}

header nav.main ul.nav.main > li > a svg {
  width: 16px;
  height: 16px;
}

header nav.main ul.nav.main > li > a svg.down {
  width: 12px;
  height: 12px;
}

header nav.main ul.nav.main > li .dropdown-menu {
  background-color: #fff;
  border-radius: 0px !important;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
}

header nav.main ul.nav.main > li .dropdown-menu li {
  -webkit-transition: background 0ms, color 0ms, border 0ms, -webkit-box-shadow 0ms !important;
  transition: background 0ms, color 0ms, border 0ms, -webkit-box-shadow 0ms !important;
  transition: background 0ms, color 0ms, box-shadow 0ms, border 0ms !important;
  transition: background 0ms, color 0ms, box-shadow 0ms, border 0ms, -webkit-box-shadow 0ms !important;
  -webkit-box-shadow: 3px 0 0 0 transparent inset;
          box-shadow: 3px 0 0 0 transparent inset;
  background-color: #fff;
}

header nav.main ul.nav.main > li .dropdown-menu li:last-child {
  border-bottom: 0px;
}

header nav.main ul.nav.main > li .dropdown-menu li a {
  font-size: 16px;
  color: #222;
  padding: 12px 16px;
}

header nav.main ul.nav.main > li .dropdown-menu li:hover {
  -webkit-transition: background 300ms, color 300ms, border 300ms, -webkit-box-shadow 300ms !important;
  transition: background 300ms, color 300ms, border 300ms, -webkit-box-shadow 300ms !important;
  transition: background 300ms, color 300ms, box-shadow 300ms, border 300ms !important;
  transition: background 300ms, color 300ms, box-shadow 300ms, border 300ms, -webkit-box-shadow 300ms !important;
  background-color: transparent;
}

header nav.main ul.nav.main > li .dropdown-menu li:hover a {
  color: #D2232A;
}

header nav.main ul.nav.main > li .megamenu .megamenu-page {
  padding-top: 12px;
  padding-bottom: 12px;
}

header nav.main ul.nav.main > li .megamenu .megamenu-col {
  padding-top: 12px;
  padding-bottom: 12px;
}

header nav.main ul.nav.main > li .megamenu .megamenu-heading a {
  margin-bottom: 12px;
}

header nav.main ul.nav.main > li .megamenu ul li a {
  font-size: 16px;
  padding: 6px 12px;
}

header nav.main ul.nav.main > li.active {
  background-color: transparent;
}

header nav.main ul.nav.main > li.active > a {
  color: #000;
}

header nav.main ul.nav.main > li.active > a .svgicon {
  color: #000;
  fill: #000;
}

header nav.main ul.nav.main > li.nav-cart > a {
  color: #000;
  fill: #000;
}

header nav.main ul.nav.main > li:hover {
  background-color: transparent;
}

header nav.main ul.nav.main > li:hover > a {
  color: #D2232A;
}

header nav.main ul.nav.main > li:hover > a > .svgicon {
  color: #D2232A;
  fill: #D2232A;
}

header nav.main ul.nav.main > li:hover > a:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.scrolled aside.brand .brand-logo {
  -webkit-transition: height 300ms, width 300ms;
  transition: height 300ms, width 300ms;
  height: 44px;
}

@media (max-width: 768px) {
  header {
    /*
		nav.main {
			ul.nav.main {
				> li {
					> a {
						font-size:$mobileMenuFontSize;
						transition: all 0 !important;
					}
					&:hover {
						> a {
							.svgicon {
							}
						}
					}
					ul {
						&.dropdown-menu {
							background-color:transparent;
							border-radius: 0px !important;
							background-color: $colorMobileSubmenuBG;
							> ul.dropdown-menu {
							}
						}
						li {
							transition: background 0ms, color 0ms, box-shadow 0ms, border 0ms !important;
							background-color: $colorMobileSubmenuBG;
							color: $colorMobileSubmenuText;

							&:last-child {
								border-bottom:0px;
							}
							a {
								color: $colorMobileSubmenuText;
								padding:$paddingMobileSubmenu;
								font-size:14px;
							}
							&:hover {
								transition: background $speed, color $speed, box-shadow $speed, border $speed !important;
								background-color: $colorMobileSubmenuTextHoverBG;
								a {
								}
							}
						}
					}
				}  // END nav.main li
			}
		}
		*/
  }
  header nav.main {
    background-color: white;
  }
  header nav.main ul.nav.main > li > a {
    font-size: 16px;
    padding: 24px 12px;
    color: #000;
    fill: #000;
    -webkit-transition: all 0 !important;
    transition: all 0 !important;
  }
  header nav.main ul.nav.main > li > a svg {
    width: 16px;
    height: 16px;
  }
  header nav.main ul.nav.main > li .dropdown-menu {
    background-color: #333;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
  }
  header nav.main ul.nav.main > li .dropdown-menu li {
    -webkit-transition: background 0ms, color 0ms, border 0ms, -webkit-box-shadow 0ms !important;
    transition: background 0ms, color 0ms, border 0ms, -webkit-box-shadow 0ms !important;
    transition: background 0ms, color 0ms, box-shadow 0ms, border 0ms !important;
    transition: background 0ms, color 0ms, box-shadow 0ms, border 0ms, -webkit-box-shadow 0ms !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #333;
  }
  header nav.main ul.nav.main > li .dropdown-menu li:last-child {
    border-bottom: 0px;
  }
  header nav.main ul.nav.main > li .dropdown-menu li a {
    font-size: 16px;
    color: #ddd;
    padding: 24px 12px;
  }
  header nav.main ul.nav.main > li .dropdown-menu li:hover {
    -webkit-transition: background 300ms, color 300ms, border 300ms, -webkit-box-shadow 300ms !important;
    transition: background 300ms, color 300ms, border 300ms, -webkit-box-shadow 300ms !important;
    transition: background 300ms, color 300ms, box-shadow 300ms, border 300ms !important;
    transition: background 300ms, color 300ms, box-shadow 300ms, border 300ms, -webkit-box-shadow 300ms !important;
    background-color: #bc1f26;
  }
  header nav.main ul.nav.main > li .dropdown-menu li:hover a {
    color: #fff;
  }
  header nav.main ul.nav.main > li.active {
    background-color: transparent;
  }
  header nav.main ul.nav.main > li.active > a {
    color: #D2232A;
  }
  header nav.main ul.nav.main > li.active > a .svgicon {
    fill: #D2232A;
  }
  header nav.main ul.nav.main > li:hover {
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  html.scrolled header nav.main {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: white;
  }
  html.scrolled header nav.main .nav.main > li > a {
    padding: 12px 16px;
    -webkit-transition: padding 300ms;
    transition: padding 300ms;
  }
  html.scrolled header nav.main ul.top {
    display: none;
  }
}

ul.nav.top {
  position: relative;
  display: block;
}

ul.nav.top > li {
  position: relative;
  display: inline-block;
}

ul.nav.top > li > a {
  padding: 8px 12px;
  font-size: 14px;
  color: #fff;
}

ul.nav.top > li > a .icon {
  fill: #D2232A;
}

ul.nav.top > li > a:hover {
  color: #D2232A;
}

ul.nav.top > li > a:hover .icon {
  fill: #D2232A;
}

header ul.nav.search {
  position: absolute;
  left: 0;
  top: 0px;
}

header ul.nav.search input {
  font-size: 14px;
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid #fff;
  color: #000;
  width: 180px;
  font-weight: 400;
  padding-bottom: 6px;
  padding-top: 6px;
  margin-right: 8px;
}

header ul.nav.search button {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
  padding: 5px;
  font-weight: 400;
  margin-right: 30px;
  -webkit-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

header ul.nav.search button:hover {
  background-color: transparent;
  color: #D2232A;
}

header ul.nav.search button:hover .icon.link {
  fill: #D2232A;
}

.nav-hidden-down {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: visibility 600ms, opacity 600ms, -webkit-transform 600ms;
  transition: visibility 600ms, opacity 600ms, -webkit-transform 600ms;
  transition: visibility 600ms, opacity 600ms, transform 600ms;
  transition: visibility 600ms, opacity 600ms, transform 600ms, -webkit-transform 600ms;
}

.nav-hidden-up {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: visibility 600ms, opacity 600ms, -webkit-transform 600ms;
  transition: visibility 600ms, opacity 600ms, -webkit-transform 600ms;
  transition: visibility 600ms, opacity 600ms, transform 600ms;
  transition: visibility 600ms, opacity 600ms, transform 600ms, -webkit-transform 600ms;
}

.nav-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: visibility 600ms, opacity 600ms, -webkit-transform 600ms;
  transition: visibility 600ms, opacity 600ms, -webkit-transform 600ms;
  transition: visibility 600ms, opacity 600ms, transform 600ms;
  transition: visibility 600ms, opacity 600ms, transform 600ms, -webkit-transform 600ms;
}

/*
header {
	ul.nav.search {

		position: absolute;
		//right:0px;
        left:0;
		top:0px;
		height:100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;

		li {
			height:100%;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		input {
			font-size:14px;
			background-color: transparent;
			border:0px;
			//border-bottom:1px solid #444;
			border-bottom:1px solid #fff;
			color: $colorMenuText;
			width:180px;
			font-weight:400;
			padding-bottom:6px;
			padding-top:6px;
			margin-right:8px;
		}
		button {
			font-size:14px;
			background-color: transparent;
			border: 2px solid $colorMenuText;
			color: $colorMenuText;
			padding:5px;
			font-weight:400;
			margin-right:30px;
			transition: color $speed, background-color $speed;

			&:hover {
				background-color: $colorMenuTextHoverBG;
				color: $colorMenuTextHover;
				//border-color: $colorMenuTextHoverBG;
				.icon.link {
					fill: $colorMenuTextHover;
				}
			}
		}
		a.nav-search-hide {
			background-color: $colorMenuTextBG;
			color: $colorMenuText;
			height:100%;
			width:60px;
			text-align: center;
			display: flex;
			align-items: center;
			justify-content: center;
			&:hover {
				background-color: $colorMenuTextHoverBG;
				color: $colorMenuTextHover;
			}
		}

	}
}

@media (min-width: $bp-mouse-min) {
	header {

		// -- Animations / Visibility
		ul.nav.search {

		}
		ul.nav {
			visibility: visible;
			opacity: 1;
			transform: translateY(0px);
			transition: visibility 600ms, opacity 600ms, transform 600ms;
		}
		ul.nav.nav-hidden {
			visibility: hidden;
			opacity: 0;
			transform: translateY(-50px);
			transition: visibility 600ms, opacity 600ms, transform 600ms;
		}
	}
}
*/
.sticky-aside {
  position: sticky !important;
  top: 85px;
}

html {
  width: 100%;
  position: relative;
  font-size: 16px;
  min-height: 100%;
  height: 100%;
}

body > header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  z-index: 1000;
}

body > footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.body {
  width: 100%;
  position: relative;
  min-height: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page .container-page {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (max-width: 1230px) {
  .page .container-page {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page .cols-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page .cols-wrap .main-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.page .cols-wrap .left-col {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.page .cols-wrap .right-col {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.page.cols0 .main-col {
  width: 100%;
}

.page.cols0 .main-col .container-page {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
}

.page.cols0 .left-col {
  display: none;
}

.page.cols0 .right-col {
  display: none;
}

.page.cols1 .main-col {
  width: 100%;
}

.page.cols1 .main-col .container-main {
  margin-left: auto;
  margin-right: auto;
}

.page.cols1 .left-col {
  display: none;
}

.page.cols1 .right-col {
  display: none;
}

.page.cols2 .main-col {
  width: 100%;
}

.page.cols2 .main-col .container-main {
  margin-left: auto;
  margin-right: auto;
}

.page.cols2 .left-col {
  display: none;
}

.page.cols2 .right-col {
  display: none;
}

.page.cols3 .cols-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.page.cols3 .main-col {
  width: 1200px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page.cols3 .main-col .container-page {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
}

@media (max-width: 1230px) {
  .page.cols3 .main-col .container-page {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page.cols3 .left-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page.cols3 .left-col .container-left {
  position: sticky;
  top: 64px;
  width: 300px;
  float: right;
  padding: 16px;
  padding-left: 0;
}

.page.cols3 .right-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page.cols3 .right-col .container-right {
  position: sticky;
  top: 64px;
  width: 300px;
  padding: 16px;
  padding-right: 0;
}

@media (max-width: 1810px) {
  .page.cols3 .cols-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
  .page.cols3 .main-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .page.cols3 .main-col .container-page {
    width: auto !important;
    max-width: auto !important;
  }
  .page.cols3 .left-col {
    position: relative;
    top: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .page.cols3 .left-col .container-left {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 16px 0;
    top: auto;
    float: none;
  }
}

@media (max-width: 1810px) and (max-width: 1230px) {
  .page.cols3 .left-col .container-left {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1810px) {
  .page.cols3 .right-col {
    position: relative;
    top: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .page.cols3 .right-col .container-right {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 16px 0;
    top: auto;
  }
}

@media (max-width: 1810px) and (max-width: 1230px) {
  .page.cols3 .right-col .container-right {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page.cols3b .col-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.page.cols3b .main-col {
  width: 1200px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page.cols3b .main-col .container-page {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1230px) {
  .page.cols3b .main-col .container-page {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page.cols3b .left-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page.cols3b .left-col .container-left {
  position: sticky;
  top: 64px;
  width: 300px;
  float: right;
  padding: 16px;
  padding-left: 0;
}

.page.cols3b .right-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page.cols3b .right-col .container-right {
  position: sticky;
  top: 64px;
  width: 300px;
  padding: 16px;
  padding-right: 0;
}

@media (max-width: 1810px) {
  .page.cols3b .cols-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    width: 100%;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

@media (max-width: 1810px) and (max-width: 1230px) {
  .page.cols3b .cols-wrap {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1810px) {
  .page.cols3b .main-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 75%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .page.cols3b .main-col .container-page {
    width: auto !important;
    max-width: auto !important;
    padding-right: 0;
  }
  .page.cols3b .left-col {
    position: relative;
    top: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .page.cols3b .left-col .container-left {
    float: none;
    width: auto;
    padding-top: 0;
  }
  .page.cols3b .right-col {
    position: relative;
    top: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .page.cols3b .right-col .container-right {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 16px 0;
    top: auto;
  }
}

@media (max-width: 1810px) and (max-width: 1230px) {
  .page.cols3b .right-col .container-right {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1100px) {
  .page.cols3b .cols-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    width: 100%;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

@media (max-width: 1100px) and (max-width: 1230px) {
  .page.cols3b .cols-wrap {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1100px) {
  .page.cols3b .main-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .page.cols3b .main-col .container-page {
    padding-left: 0;
  }
  .page.cols3b .left-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .page.cols3b .left-col .container-left {
    position: relative;
    top: 0;
    padding: 0;
    padding-bottom: 16px;
    width: auto;
  }
  .page.cols3b .right-col {
    position: relative;
    top: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .page.cols3b .right-col .container-right {
    padding-left: 0;
  }
}

@media (max-width: 10px) {
  .page.cols3b .cols-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page.cols3b .main-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    background-color: green;
  }
  .page.cols3b .left-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    background-color: orange;
  }
  .page.cols3b .left-col .container-left {
    float: none;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 10px) and (min-width: 576px) {
  .page.cols3b .left-col .container-left {
    max-width: 540px;
  }
}

@media (max-width: 10px) and (min-width: 768px) {
  .page.cols3b .left-col .container-left {
    max-width: 720px;
  }
}

@media (max-width: 10px) and (min-width: 992px) {
  .page.cols3b .left-col .container-left {
    max-width: 960px;
  }
}

@media (max-width: 10px) and (min-width: 1200px) {
  .page.cols3b .left-col .container-left {
    max-width: 1140px;
  }
}

@media (max-width: 10px) {
  .page.cols3b .right-col {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    background-color: pink;
  }
  .page.cols3b .right-col .container-right {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 10px) and (min-width: 576px) {
  .page.cols3b .right-col .container-right {
    max-width: 540px;
  }
}

@media (max-width: 10px) and (min-width: 768px) {
  .page.cols3b .right-col .container-right {
    max-width: 720px;
  }
}

@media (max-width: 10px) and (min-width: 992px) {
  .page.cols3b .right-col .container-right {
    max-width: 960px;
  }
}

@media (max-width: 10px) and (min-width: 1200px) {
  .page.cols3b .right-col .container-right {
    max-width: 1140px;
  }
}

.page.colsMR .cols-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 1200px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: auto;
}

.page.colsMR .cols-wrap .container-page {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
}

@media (max-width: 1230px) {
  .page.colsMR .cols-wrap .container-page {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page.colsMR .main-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page.colsMR .left-col {
  display: none;
}

.page.colsMR .right-col {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.page.colsMR .right-col .container-right {
  position: sticky;
  top: 64px;
  width: 300px;
  padding: 16px;
  padding-right: 0;
}

.page.cpt-0 .container-page, .page.cpt-0 .container-left, .page.cpt-0 .container-right {
  padding-top: 0 !important;
}

.fluid-page .container {
  width: 100%;
  max-width: 100%;
}

.fluid-page .container-page {
  width: 100%;
  max-width: 100%;
}

.fluid-page .col3 .cols-wrap {
  width: 100%;
  max-width: 100%;
}

.fluid-page .col3 .cols-wrap .main-col .container-page {
  width: 100%;
  max-width: 100%;
}

.fluid-page .col3 .cols-wrap .right-col {
  width: 100%;
  max-width: 100%;
}

.fluid-page .col3 .cols-wrap .right-col .container-right {
  width: 100%;
  max-width: 100%;
}

.card-ui {
  border: 1px solid #000;
}

.card-ui > .card-header {
  color: #fff;
  background-color: #333;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

.card-ui > .card-header .title {
  font-size: 1.2rem;
  font-weight: 700;
}

.msg-ui {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #000;
  background-color: #dee2e6;
  border-color: #6c757d;
  background-image: repeating-linear-gradient(45deg, #dee2e6, #dee2e6 10px, #d8dde2 10px, #d8dde2 20px);
  text-shadow: 0px 0px 6px #dee2e6;
  font-weight: 400;
  font-size: 1.05rem;
  background-size: 200% 200%;
  -webkit-animation: msgAnimate 30s linear infinite;
          animation: msgAnimate 30s linear infinite;
  margin-bottom: 4rem;
  /*
    &:after {
        content:'';
        position: absolute;
        width: 100%;
        height:1px;
        left:0;
        bottom:-1.5rem;
        background-color: $gray-400;
        //border-top:1px solid #ccc;
    }
    */
}

.msg-ui hr {
  border-top-color: #60686f;
}

.msg-ui .alert-link {
  color: black;
}

@-webkit-keyframes msgAnimate {
  100% {
    background-position: 100% 100%;
  }
}

@keyframes msgAnimate {
  100% {
    background-position: 100% 100%;
  }
}

.alert-secondary {
  color: #000;
  background-color: #dee2e6;
  border-color: #6c757d;
}

.alert-secondary hr {
  border-top-color: #60686f;
}

.alert-secondary .alert-link {
  color: black;
}

.msg-ui-danger {
  color: #851F19;
  background-color: #FFD8D6;
  border-color: #851F19;
  background-image: repeating-linear-gradient(45deg, #FFD8D6, #FFD8D6 10px, #ffcecc 10px, #ffcecc 20px);
}

.msg-ui-danger hr {
  border-top-color: #701a15;
}

.msg-ui-danger .alert-link {
  color: #5a1511;
}

.msg-ui-danger strong {
  font-weight: 700 !important;
}

.msg-ui-alert, .msg-ui-blue {
  color: #000;
  background-color: #f9fbfe;
  border-color: #0952ef;
  background-image: repeating-linear-gradient(45deg, #f9fbfe, #f9fbfe 10px, #f1f4fc 10px, #f1f4fc 20px);
}

.msg-ui-alert hr, .msg-ui-blue hr {
  border-top-color: #084ad6;
}

.msg-ui-alert .alert-link, .msg-ui-blue .alert-link {
  color: black;
}

.msg-ui-green {
  color: #000;
  background-color: #B9E8BC;
  border-color: #047c0a;
  background-image: repeating-linear-gradient(45deg, #B9E8BC, #B9E8BC 10px, #b1e5b5 10px, #b1e5b5 20px);
}

.msg-ui-green hr {
  border-top-color: #036408;
}

.msg-ui-green .alert-link {
  color: black;
}

.table .thead-dark th, .table .thead-dark td {
  background-color: #444;
}

.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #643ab0;
}

.btn-purple:hover {
  color: #fff;
  background-color: #5e37a6;
  border-color: #4e2d89;
}

.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: #5e37a6;
  border-color: #4e2d89;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(123, 87, 188, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(123, 87, 188, 0.5);
}

.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #6f42c1;
  border-color: #643ab0;
}

.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #59339d;
  border-color: #482a80;
}

.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(123, 87, 188, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(123, 87, 188, 0.5);
}

.btn-blue {
  color: #fff;
  background-color: #3472f7;
  border-color: #1b61f6;
}

.btn-blue:hover {
  color: #fff;
  background-color: #0f58f6;
  border-color: #084ad6;
}

.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #0f58f6;
  border-color: #084ad6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 121, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(62, 121, 247, 0.5);
}

.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #3472f7;
  border-color: #1b61f6;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #0952ef;
  border-color: #0846ca;
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 121, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(62, 121, 247, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #ff3b30;
  border-color: #ff2317;
}

.btn-red:hover {
  color: #fff;
  background-color: #ff170a;
  border-color: #e30c00;
}

.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: #ff170a;
  border-color: #e30c00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 68, 57, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 68, 57, 0.5);
}

.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #ff3b30;
  border-color: #ff2317;
}

.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #fc0d00;
  border-color: #d60b00;
}

.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 68, 57, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 68, 57, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #05ae0e;
  border-color: #04950c;
}

.btn-green:hover {
  color: #fff;
  background-color: #04890b;
  border-color: #036408;
}

.btn-green:focus, .btn-green.focus {
  color: #fff;
  background-color: #04890b;
  border-color: #036408;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 165, 48, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(42, 165, 48, 0.5);
}

.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #05ae0e;
  border-color: #04950c;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #047c0a;
  border-color: #035707;
}

.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 165, 48, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(42, 165, 48, 0.5);
}

.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #5b0cdd;
}

.btn-indigo:hover {
  color: #fff;
  background-color: #560bd0;
  border-color: #4709ac;
}

.btn-indigo:focus, .btn-indigo.focus {
  color: #fff;
  background-color: #560bd0;
  border-color: #4709ac;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 48, 226, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(116, 48, 226, 0.5);
}

.btn-indigo.disabled, .btn-indigo:disabled {
  color: #fff;
  background-color: #6610f2;
  border-color: #5b0cdd;
}

.btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active,
.show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #510bc4;
  border-color: #4209a0;
}

.btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus,
.show > .btn-indigo.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 48, 226, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(116, 48, 226, 0.5);
}

.btn-orange {
  color: #212529;
  background-color: #fd7e14;
  border-color: #f57102;
}

.btn-orange:hover {
  color: #fff;
  background-color: #e96b02;
  border-color: #c35a02;
}

.btn-orange:focus, .btn-orange.focus {
  color: #fff;
  background-color: #e96b02;
  border-color: #c35a02;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 101, 8, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(214, 101, 8, 0.5);
}

.btn-orange.disabled, .btn-orange:disabled {
  color: #212529;
  background-color: #fd7e14;
  border-color: #f57102;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #dc6502;
  border-color: #b65402;
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 101, 8, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(214, 101, 8, 0.5);
}

.btn-yellow {
  color: #212529;
  background-color: #ffc107;
  border-color: #edb100;
}

.btn-yellow:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #ba8b00;
}

.btn-yellow:focus, .btn-yellow.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #ba8b00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 156, 6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 156, 6, 0.5);
}

.btn-yellow.disabled, .btn-yellow:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #edb100;
}

.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #ad8200;
}

.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 156, 6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 156, 6, 0.5);
}

.btn-pink {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e5277e;
}

.btn-pink:hover {
  color: #fff;
  background-color: #e41c78;
  border-color: #c21766;
}

.btn-pink:focus, .btn-pink.focus {
  color: #fff;
  background-color: #e41c78;
  border-color: #c21766;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 72, 146, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(233, 72, 146, 0.5);
}

.btn-pink.disabled, .btn-pink:disabled {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e5277e;
}

.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #d91a72;
  border-color: #b71660;
}

.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-pink.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 72, 146, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(233, 72, 146, 0.5);
}

.btn-cyan {
  color: #fff;
  background-color: #2ca8ff;
  border-color: #139dff;
}

.btn-cyan:hover {
  color: #fff;
  background-color: #0698ff;
  border-color: #0083df;
}

.btn-cyan:focus, .btn-cyan.focus {
  color: #fff;
  background-color: #0698ff;
  border-color: #0083df;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 172, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(54, 172, 255, 0.5);
}

.btn-cyan.disabled, .btn-cyan:disabled {
  color: #fff;
  background-color: #2ca8ff;
  border-color: #139dff;
}

.btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active,
.show > .btn-cyan.dropdown-toggle {
  color: #fff;
  background-color: #0092f8;
  border-color: #007bd2;
}

.btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan:not(:disabled):not(.disabled).active:focus,
.show > .btn-cyan.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 172, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(54, 172, 255, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: black;
}

.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: black;
}

.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
.show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #f2f2f2;
}

.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #d9d9d9;
}

.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #d9d9d9;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #f2f2f2;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #d2d2d2;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5);
}

.btn-outline-light {
  color: #dee2e6;
  border-color: #dee2e6;
  color: #343a40;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #dee2e6;
  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: #dee2e6;
  border-color: #dee2e6;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-outline-secondary {
  color: #dee2e6;
  border-color: #dee2e6;
  color: #343a40;
}

.btn-outline-secondary:hover {
  color: #000;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #dee2e6;
  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: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.csstip[data-tip]:after, [data-tip]:after {
  position: absolute;
  top: -100%;
  margin-top: -2px;
  padding: 8px;
  color: #fff;
  background-color: #000;
  content: attr(data-tip);
  font-size: 12px;
  font-weight: 400;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-100% - 10px));
          transform: translate(-50%, calc(-100% - 10px));
}

.csstip[data-tip]:hover:after, [data-tip]:hover:after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.table-hover tbody tr:hover {
  background-color: #f8f9fa;
}

.skye .notification-body .title strong {
  font-weight: 700 !important;
}

.product-list.grid .category > .content div.img img, .product-list.grid .product > .content div.img img, .category-list.grid .category > .content div.img img, .category-list.grid .product > .content div.img img {
  height: 100% !important;
}

.product-list.list .category > .content div.img img, .product-list.list .product > .content div.img img, .category-list.list .category > .content div.img img, .category-list.list .product > .content div.img img {
  height: 100% !important;
}

body {
  background: #fff;
}

.page {
  background-color: #fff;
}

nav.main {
  -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 10px 20px 0px, rgba(0, 0, 0, 0.13) 0px 6px 6px 0px;
          box-shadow: rgba(0, 0, 0, 0.09) 0px 10px 20px 0px, rgba(0, 0, 0, 0.13) 0px 6px 6px 0px;
}

header aside.brand .nav-toggle::after {
  top: 0;
}

body > header .container-nav {
  max-width: 1140px;
}

@media (min-width: 769px) {
  ul.nav.main li a {
    position: relative;
  }
  ul.nav.main li a:after {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #000;
    width: 100%;
    bottom: 10px;
    left: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: background-color 300ms, bottom 300ms, -webkit-transform 300ms;
    transition: background-color 300ms, bottom 300ms, -webkit-transform 300ms;
    transition: transform 300ms, background-color 300ms, bottom 300ms;
    transition: transform 300ms, background-color 300ms, bottom 300ms, -webkit-transform 300ms;
  }
  ul.nav.main li a:hover:after {
    background-color: #D2232A;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: background-color 300ms, bottom 300ms, -webkit-transform 300ms;
    transition: background-color 300ms, bottom 300ms, -webkit-transform 300ms;
    transition: transform 300ms, background-color 300ms, bottom 300ms;
    transition: transform 300ms, background-color 300ms, bottom 300ms, -webkit-transform 300ms;
  }
  ul.nav.main li.active a:after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .scrolled nav.main {
    -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 10px 20px 0px, rgba(0, 0, 0, 0.13) 0px 6px 6px 0px;
            box-shadow: rgba(0, 0, 0, 0.09) 0px 10px 20px 0px, rgba(0, 0, 0, 0.13) 0px 6px 6px 0px;
  }
  .scrolled ul.nav.main li a:after {
    bottom: 6px;
  }
  .page {
    margin-top: 68px;
  }
  body > header nav.main {
    position: fixed;
  }
  body > header aside.brand .brand-logo {
    padding: 8px;
    width: 80px;
    height: 68px;
  }
}

@media (max-width: 768px) {
  body > header aside.brand .brand-logo {
    display: none;
  }
  body > header aside.brand .brand-logo-mini {
    position: absolute;
    right: 10px;
    top: 0;
    height: 50px;
    padding: 0px;
  }
}

.badge-black {
  background-color: #000;
  color: #fff;
}

.loading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  text-align: center;
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: visibility 300ms, opacity 300ms;
  transition: visibility 300ms, opacity 300ms;
}

.loading svg {
  fill: rgba(210, 35, 42, 0.5);
  width: 80px;
  height: 80px;
}

.loading.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 300ms, opacity 300ms;
  transition: visibility 300ms, opacity 300ms;
}

.glow {
  background-color: yellow !important;
}

.glow-transition {
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

.popover .close {
  font-size: inherit;
}

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

table.table-middle td {
  vertical-align: middle !important;
}

blockquote {
  border-color: #D2232A;
  font-size: 20px;
}

.shadow05 {
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.shadow10 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow15 {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.18);
}

.badge-black {
  background-color: #000;
  color: #fff;
}

.terms-ajax p {
  color: #ccc;
}

.terms-ajax li {
  color: #ccc;
  margin-top: 3px;
  margin-bottom: 3px;
}

.terms-ajax h3 {
  color: #fff;
  margin-top: 30px;
}

.gradient-top {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
}

.gradient-top-purple {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 0, 40, 0.65)), color-stop(65%, rgba(27, 0, 40, 0)), to(rgba(27, 0, 40, 0)));
  background: linear-gradient(to bottom, rgba(27, 0, 40, 0.65) 0%, rgba(27, 0, 40, 0) 65%, rgba(27, 0, 40, 0) 100%);
}

.gradient-top-dark {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
}

.gradient-bottom {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), color-stop(65%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
}

.gradient-bottom-dark {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
}

ul.offset {
  position: relative;
  margin-left: 15px !important;
}

.well {
  border: 1px solid #ced4da;
  padding: 15px;
  border-radius: 4px;
}

.well.well-sm {
  padding: 6px;
}
