/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -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 {
  -webkit-border-radius: 0;
          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;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  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-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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

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

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.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;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -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 {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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 {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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 {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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 {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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;
  background-color: transparent;
}

.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 .table {
  background-color: #fff;
}

.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 {
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

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

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

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

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

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

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

.table-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: #212529;
  border-color: #32383e;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

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

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

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

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 0.3rem;
          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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: 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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: 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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

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

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

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

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

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

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

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

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

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

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

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

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

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

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

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

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

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

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  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: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

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

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

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

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

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

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

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

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -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: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-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;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}

.dropdown-menu-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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  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: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 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-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-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;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

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

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .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) {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}

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

.input-group > .custom-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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 {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}

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

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

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

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}

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

.input-group-lg > .form-control,
.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 {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.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 {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-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) {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-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: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

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

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

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

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

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

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  -webkit-background-size: 8px 10px;
          background-size: 8px 10px;
  border: 1px solid #ced4da;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.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 {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  -webkit-border-radius: 0 0.25rem 0.25rem 0;
          border-radius: 0 0.25rem 0.25rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -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;
}

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

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

.nav-tabs .nav-link {
  border: 1px solid transparent;
  -webkit-border-top-left-radius: 0.25rem;
          border-top-left-radius: 0.25rem;
  -webkit-border-top-right-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;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}

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

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

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

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

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: 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;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}

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

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

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

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

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

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

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

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

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

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
      -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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

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

.navbar-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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-background-clip: border-box;
          background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}

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

.card > .list-group:first-child .list-group-item:first-child {
  -webkit-border-top-left-radius: 0.25rem;
          border-top-left-radius: 0.25rem;
  -webkit-border-top-right-radius: 0.25rem;
          border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  -webkit-border-bottom-right-radius: 0.25rem;
          border-bottom-right-radius: 0.25rem;
  -webkit-border-bottom-left-radius: 0.25rem;
          border-bottom-left-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-deck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

.card-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -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:first-child {
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    -webkit-border-radius: 0.25rem;
            border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    -webkit-border-top-left-radius: 0.25rem;
            border-top-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
            border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    -webkit-border-bottom-right-radius: 0.25rem;
            border-bottom-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    -webkit-border-radius: 0;
            border-radius: 0;
  }
}

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

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

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}

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

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

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

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

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

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

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

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

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

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

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

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

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

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

.pagination-lg .page-item:last-child .page-link {
  -webkit-border-top-right-radius: 0.3rem;
          border-top-right-radius: 0.3rem;
  -webkit-border-bottom-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 {
  -webkit-border-top-left-radius: 0.2rem;
          border-top-left-radius: 0.2rem;
  -webkit-border-bottom-left-radius: 0.2rem;
          border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  -webkit-border-top-right-radius: 0.2rem;
          border-top-right-radius: 0.2rem;
  -webkit-border-bottom-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;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

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

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

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

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

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

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

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

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

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

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

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

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

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

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

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

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

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

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

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

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

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

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  -webkit-border-top-left-radius: 0.25rem;
          border-top-left-radius: 0.25rem;
  -webkit-border-top-right-radius: 0.25rem;
          border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 0.25rem;
          border-bottom-right-radius: 0.25rem;
  -webkit-border-bottom-left-radius: 0.25rem;
          border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

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

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

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}

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

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

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

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

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

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

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

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

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

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

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

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

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

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

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

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

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

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

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

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

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

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

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

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

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

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

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

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

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

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

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

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

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

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

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

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

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "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;
  -webkit-border-radius: 0.25rem;
          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, 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;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
}

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

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

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

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

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 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-top-color: #fff;
}

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

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 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-right-color: #fff;
}

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

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

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  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-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

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

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  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-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-top-left-radius: calc(0.3rem - 1px);
          border-top-left-radius: calc(0.3rem - 1px);
  -webkit-border-top-right-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-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

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

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

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

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

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

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .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: transparent no-repeat center center;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

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

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

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -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: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-circle {
  -webkit-border-radius: 50% !important;
          border-radius: 50% !important;
}

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

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

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

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

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

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

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

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

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

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

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
}

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

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

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

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

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

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

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

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

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

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

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important;
}

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

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

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -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;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -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;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -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;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -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;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -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;
  }
}

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable: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;
}

.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-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-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-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-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-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !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;
}

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

/* Colors */
/* etc */
/* Mixins */
/* Keyframes */
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes todown {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}

@keyframes todown {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}

/* Colors */
/* etc */
/* Mixins */
/* Keyframes */
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes todown {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}

/* RESET CSS */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

body div a {
  color: #dc1a1a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body div a:hover {
  color: #af0b0b;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
  margin: 15px 0;
  padding: 0 15px;
  font-weight: 400;
  color: #87919c;
  border-left: 4px solid #e1e1e1;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* END RESET CSS */
.left-block i[class^="icon-et"],
.classic-size-icon {
  display: inline-block;
  height: 44px;
  width: 44px;
  position: relative;
}

.left-block i[class^="icon-et"]:before,
.classic-size-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: smaller;
}

.left-block i[class^="icon-et"] {
  position: absolute;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

@media (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
}

.container {
  max-width: 1600px;
}

::-moz-selection {
  background: rgba(220, 26, 26, 0.75);
}

::selection {
  background: rgba(220, 26, 26, 0.75);
}

.table-wrap::-webkit-scrollbar,
.sidebar-content::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 10px;
  background: #eee;
}

.table-wrap::-webkit-scrollbar-thumb,
.sidebar-content::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #dc1a1a;
}

.site-wrap {
  -webkit-transition: margin 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

a[href^="tel"],
a[href^="mailto"] {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

a[href^="tel"]:hover,
a[href^="mailto"]:hover {
  color: #dc1a1a;
}

strong, b {
  font-weight: 400;
}

h1.title,
h2.title {
  color: #000;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

h1.title:after,
h2.title:after {
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  bottom: -1px;
  content: "";
  width: 50%;
  height: 1px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

h1.title.white:after,
h2.title.white:after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(35%, rgba(255, 255, 255, 0.09)), color-stop(70%, rgba(255, 255, 255, 0.09)), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.09) 35%, rgba(255, 255, 255, 0.09) 70%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.09) 35%, rgba(255, 255, 255, 0.09) 70%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.09) 35%, rgba(255, 255, 255, 0.09) 70%, transparent 100%);
}

h2.title.left-underline {
  text-align: left;
}

h2.title.left-underline:after {
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.09)), color-stop(80%, rgba(0, 0, 0, 0.15)), to(transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.09) 50%, rgba(0, 0, 0, 0.15) 80%, transparent 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.09) 50%, rgba(0, 0, 0, 0.15) 80%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.09) 50%, rgba(0, 0, 0, 0.15) 80%, transparent 100%);
}

h2.title.left-underline.white:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.09)), color-stop(80%, rgba(255, 255, 255, 0.15)), to(transparent));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.09) 50%, rgba(255, 255, 255, 0.15) 80%, transparent 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.09) 50%, rgba(255, 255, 255, 0.15) 80%, transparent 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.09) 50%, rgba(255, 255, 255, 0.15) 80%, transparent 100%);
}

h2.title.small {
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
}

h3.title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

h3.title.left {
  text-align: left;
}

.main-content section:not(.section-background) + #kontakt,
.section-background,
.reference-sections-wrap section:nth-child(even) {
  background-color: #fafafa;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

.offset-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.offset-top-container {
  padding-top: 50px;
}

.section-margin {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-margin-top {
  margin-top: 50px;
}

.section-margin-bottom {
  margin-bottom: 50px;
}

.img-block {
  display: block;
  margin: 0 auto;
}

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

/* Styling arrow top */
.arrow-top {
  position: fixed;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  bottom: 25px;
  right: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.arrow-top:hover {
  background: rgba(220, 26, 26, 0.9);
}

.arrow-top:before {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "\f062";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #fff;
  opacity: .7;
}

.arrow-top:hover:before {
  opacity: 1;
}

.show-arrow {
  opacity: 1;
  visibility: visible;
}

/* END Styling arrow top */
/* Reset slick slider */
.slick-slider {
  padding-bottom: 50px;
  margin-bottom: 0;
}

.slick-slider .slick-slide {
  cursor: -webkit-grab;
  cursor: grab;
}

.slick-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.slick-slider .slick-dots li {
  text-align: left;
  width: 10px;
  height: 10px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
}

.slick-slider .slick-dots li:last-child {
  margin-right: 0;
}

.slick-slider .slick-dots li button {
  font-size: 0;
  border: none;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 0;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  outline: none;
  cursor: pointer;
}

.slick-slider .slick-dots .slick-active button {
  background: black;
}

.slick-slider .slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -50px;
  font-size: 0;
  height: 50px;
  width: 30px;
  background: none;
  border: none;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slick-slider .slick-arrow:before {
  position: absolute;
  left: 3px;
  top: -12px;
  font-size: 30px;
  line-height: 1;
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slick-slider .slick-arrow:hover:before {
  color: black;
}

.slick-slider .slick-prev {
  right: 20px;
}

.slick-slider .slick-prev:before {
  content: "\f104";
}

.slick-slider .slick-next {
  right: 0;
}

.slick-slider .slick-next:before {
  content: "\f105";
}

.slick-slider .slick-slide:focus {
  outline: none;
}

/* END Reset slick slider */
/* Buttons */
#pdf-viewer a,
.btn {
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  line-height: 15px;
}

#pdf-viewer a,
.btn.grey,
.btn.red,
.btn.white-border {
  -webkit-border-radius: 25px;
          border-radius: 25px;
  padding: 8px 18px;
  font-size: 13px;
}

#pdf-viewer a,
.btn.red {
  background-color: #dc1a1a;
  color: #fff;
}

#pdf-viewer a:hover,
.btn.red:hover {
  color: #fff !important;
  background-color: #af0b0b;
}

.btn.grey {
  background-color: #59585b;
  color: #fff;
}

.btn.grey:hover {
  color: #fff !important;
  background-color: #4c4b4e;
}

.btn.white-border {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  padding: 8px 25px;
  background-color: #fff;
  color: #353535;
  border: 2px solid transparent;
}

.btn.white-border:hover {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

.btn.white {
  -webkit-border-radius: 25px;
          border-radius: 25px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  background: #fff;
  color: #353535;
  border: 2px solid transparent;
}

@media (max-width: 991px) {
  .btn.white {
    font-size: 14px;
    line-height: 22px;
  }
}

.btn.white:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn.white.small {
  -webkit-border-radius: 25px;
          border-radius: 25px;
  padding: 8px 18px;
  line-height: 15px;
  font-size: 13px;
}

.btn.small-white {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  margin-top: 10px;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn.small-white:hover {
  color: #fff;
}

.btn.double-left-arrow span,
.btn.left-arrow span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  left: 10px;
}

.btn.double-left-arrow:hover span,
.btn.left-arrow:hover span {
  left: 0;
}

.btn.double-left-arrow:after,
.btn.left-arrow:after {
  position: relative;
  left: 0;
  opacity: 0;
  margin-left: 5px;
  content: "\f061";
  font-size: 15px;
  line-height: 1;
  font-family: "FontAwesome";
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn.double-left-arrow:hover:after,
.btn.left-arrow:hover:after {
  left: 5px;
  opacity: 1;
}

.btn.left-arrow:after {
  content: "\f061";
  font-size: 15px;
}

.link {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  font-size: 15px;
  color: #dc1a1a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.link:hover {
  color: #af0b0b;
}

.btn.double-left-arrow span {
  position: static;
}

.btn.double-left-arrow:after {
  opacity: 1;
  color: #dc1a1a;
}

.btn.double-left-arrow:after {
  margin-left: 0;
  content: "\f101";
  font-size: 13px;
}

.btn.small-white.double-left-arrow:after {
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
}

/* END Buttons */
/* List with animated arrows */
ul.list-checkmark li {
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
  cursor: default;
}

ul.list-checkmark li:before {
  content: "\f00c";
  position: absolute;
  left: 5px;
  top: 0;
  width: 25px;
  height: 25px;
  font-family: "FontAwesome";
  color: #dc1a1a;
  font-size: 14px;
}

ul.list-checkmark li:hover:before {
  -webkit-animation: swing 1s linear;
          animation: swing 1s linear;
}

ul.list-checkmark li ul {
  padding: 10px 0 0 0;
}

ul.list-checkmark li a {
  color: #dc1a1a;
}

ul.list-checkmark.center {
  padding-left: 30%;
}

ul.list-disc li,
ul.list-circle li {
  padding-left: 25px;
  margin-bottom: 5px;
  position: relative;
  cursor: default;
}

ul.list-disc li:before,
ul.list-circle li:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 8px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

ul.list-disc li ul,
ul.list-circle li ul {
  margin: 10px 0;
}

ul.list-disc li:before {
  background-color: #dc1a1a;
}

ul.list-circle li:before {
  border: 1px solid #dc1a1a;
  background-color: transparent;
}

ol {
  text-align: left;
}

ol li {
  margin-bottom: 5px;
}

ol ol {
  margin: 10px 0 10px 20px;
}

ol ol li {
  margin-bottom: 0;
}

/* END List with animated arrows */
/* Section tabs */
.section-tabs {
  text-align: center;
}

.section-tabs .container {
  border-bottom: 1px solid #eee;
}

.section-tabs #move-line-menu {
  margin: 0 auto;
  list-style: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.section-tabs #move-line-menu li {
  display: inline-block;
  vertical-align: top;
}

.section-tabs #move-line-menu li a {
  display: inline-block;
  color: #000;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

.section-tabs #move-line-menu li a:hover {
  color: #dc1a1a;
}

.section-tabs #move-line-menu li.default {
  width: 0;
}

.section-tabs #move-line-menu li.default ~ #magic-line {
  opacity: 0;
}

.section-tabs #move-line-menu li.current-page-item ~ #magic-line,
.section-tabs #move-line-menu li:hover ~ #magic-line {
  opacity: 1;
}

.section-tabs #move-line-menu #magic-line {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 2px;
  background: #dc1a1a;
}

.not-anchor #magic-line {
  display: none !important;
}

.not-anchor li.current-page-item {
  position: relative;
}

.not-anchor li.current-page-item:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dc1a1a;
}

/* END Section tabs */
/* Top section text */
.top-section-text {
  border-top: none;
}

.top-section-text p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  padding: 0 15px;
}

.top-section-text p strong {
  font-weight: 400;
}

/* END Top section text */
/* Top section with parallax*/
.top-section {
  position: relative;
  min-height: 408px;
  background: transparent;
}

.top-section .breadcrumbs_inner {
  margin-top: -37px;
}

.top-section .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 408px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
}

.top-section .container h1.title,
.top-section .container h2.title,
.top-section .container p {
  width: 100%;
  color: #fff;
}

.top-section .container h1.title,
.top-section .container h2.title {
  text-align: center;
  padding-bottom: 0;
  font-size: 44px;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 0;
}

.top-section .container h1.title i,
.top-section .container h2.title i {
  font-size: 28px;
  line-height: 48px;
}

.top-section .container h1.title:after,
.top-section .container h2.title:after {
  display: none;
}

.top-section .container h1.title a,
.top-section .container h2.title a {
  color: #fff;
}

.top-section .container h1.title a:hover,
.top-section .container h2.title a:hover {
  color: #dc1a1a;
}

.top-section .container p {
  font-size: 18px;
}

.top-section.black-overlay:before,
.top-section.white-overlay:before {
  opacity: .25;
}

.top-section.center .container h2.title,
.top-section.center .container p {
  text-align: center;
}

.top-section.black-title .container h1.title,
.top-section.black-title .container h2.title,
.top-section.black-title .container p,
.top-section.black-title .container .post_meta {
  color: #000;
}

.top-section.black-title .container h1.title a,
.top-section.black-title .container h2.title a,
.top-section.black-title .container p a,
.top-section.black-title .container .post_meta a {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-section.black-title .container h1.title a:hover,
.top-section.black-title .container h2.title a:hover,
.top-section.black-title .container p a:hover,
.top-section.black-title .container .post_meta a:hover {
  color: #dc1a1a;
}

.top-section.black-white .container h2.title,
.top-section.black-white .container p {
  color: #000;
}

/* END Top section with parallax*/
/* Our team block */
.our-team {
  position: relative;
}

.our-team .container:before, .our-team .container:after {
  content: "";
  display: table;
}

.our-team .container:after {
  clear: both;
}

.our-team p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 50px;
  text-align: justify;
}

@media (max-width: 991px) {
  .our-team p {
    font-size: 14px;
    line-height: 22px;
  }
}

.our-team ul.list-checkmark {
  margin: 50px 0;
}

.our-team ul.list-checkmark li {
  margin-bottom: 10px;
}

.our-team .bg-img {
  position: absolute;
  overflow: hidden;
  width: 41.66%;
  top: 0;
  bottom: 0;
  background: url("../img/team.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.our-team .bg-img.about-us-img1 {
  background: url("../img/about-us/about-us-img1.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.our-team .bg-img.about-us-img2 {
  background: url("../img/about-us/about-us-img2.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.our-team .bg-img.about-us-img3 {
  background: url("../img/about-us/about-us-img3.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.our-team .bg-img.right {
  right: 0;
  left: inherit;
}

.our-team .our-team .bg-img.right {
  left: 0;
  right: inherit;
}

.our-team .big {
  width: 49%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.our-team .big.left {
  float: left;
}

.our-team .big.right {
  float: right;
}

.our-team.places .bg-img.about-us-img3 {
  width: 45%;
}

/* END Our team block */
/* Reviews slider */
.reviews-slider-wrap {
  text-align: center;
}

.reviews-slider-wrap .btn {
  margin-top: 25px;
}

.reviews-slider {
  height: 277px;
  overflow: hidden;
}

.reviews-slider .review-wrap {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.reviews-slider .review-wrap div:first-child {
  font-style: italic;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .reviews-slider .review-wrap div:first-child {
    font-size: 14px;
    line-height: 22px;
  }
}

.reviews-slider .review-wrap div:last-child {
  font-size: 16px;
  margin: 30px 0 15px;
}

.reviews-slider .review-wrap div:last-child span:first-child {
  font-weight: 400;
}

.reviews-slider .review-wrap div:last-child span:last-child {
  color: #dc1a1a;
}

/* END Reviews slider */
/* Reviews slider */
.our-references-slider-wrap {
  text-align: center;
  max-width: 1920px;
  margin: 0 auto;
}

.our-references-slider-wrap h2.title:after {
  display: none;
}

.our-references-slider-wrap .slick-slider .slick-dots {
  right: 20px;
  left: inherit;
}

.our-references-slider-wrap .slick-slide {
  margin-top: 20px;
  padding: 0 1px 0 0;
}

.our-references-slider-wrap .slick-slide .img-wrap {
  height: 255px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.our-references-slider-wrap .slick-slide .img-wrap img,
.our-references-slider-wrap .slick-slide .img-wrap .link-overlay {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-references-slider-wrap .slick-slide .img-wrap img {
  top: calc(50% - 12px);
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.our-references-slider-wrap .slick-slide .img-wrap .link-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 44px;
  font-size: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-references-slider-wrap .slick-slide .img-wrap .link-overlay p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  width: 100%;
  color: #fff;
  font-weight: 400;
  position: absolute;
  top: 50%;
}

@media (max-width: 991px) {
  .our-references-slider-wrap .slick-slide .img-wrap .link-overlay p {
    font-size: 14px;
    line-height: 22px;
  }
}

.our-references-slider-wrap .slick-slide .img-wrap:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.our-references-slider-wrap .slick-slide .description-wrap {
  margin-top: -70px;
  padding: 10px;
  background: rgba(53, 53, 53, 0.7);
  position: relative;
  z-index: 1;
}

.our-references-slider-wrap .slick-slide .description-wrap a.title {
  display: block;
  height: 44px;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 22px;
}

@media (max-width: 991px) {
  .our-references-slider-wrap .slick-slide .description-wrap a.title {
    font-size: 14px;
    line-height: 22px;
  }
}

/* END Reviews slider */
/* Page Form */
.page-form form {
  text-align: right;
}

.page-form #contact_de_tel.small,
.page-form #contact_en_tel.small,
.page-form input[type="tel"].small {
  margin-right: 16px;
}

.page-form #contact_de_tel.small,
.page-form #contact_en_tel.small,
.page-form #contact_de_email.small,
.page-form #contact_en_email.small,
.page-form input[type="tel"].small,
.page-form input[type="text"].small {
  float: left;
  width: calc(50% - 8px);
}

.page-form h1.title,
.page-form h2.title {
  margin-bottom: 50px;
}

.page-form .form-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}

.page-form input:not([type='submit']):not([type='checkbox']),
.page-form textarea {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  padding: 10px;
  border: 1px solid #dddddd;
  font-size: 14px;
  line-height: 22px;
  outline: none;
}

.page-form textarea {
  min-height: 50px;
  margin-bottom: 15px;
}

.page-form .person-img {
  margin: 10px 20px 0 0;
  float: left;
}

.page-form .person-img img {
  max-width: 121px;
}

.page-form .person h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}

.page-form .person-dsc {
  min-height: 140px;
  margin: 0 0 25px 150px;
  padding-top: 20px;
}

.page-form .person-dsc ul li i {
  color: #dc1a1a;
  font-size: 14px;
}

.page-form .person-dsc ul li a {
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}

.page-form .person-tel {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 23px 0 0 0;
}

.page-form .person-tel .fa {
  color: #dc1a1a;
  margin: 0 4px 0 0;
}

.page-form .person-tel a {
  color: #000;
}

.page-form .customers h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}

.page-form .customers ul.list-checkmark li {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.page-form .customers-contact {
  margin-bottom: 25px;
}

.contact-de-form .customers a {
  margin: 0 10px;
  color: #000;
}

.contact-de-form .customers a:hover {
  color: #dc1a1a;
}

.contact-de-form .customers ul {
  margin-top: 20px;
}

/* END Page Form */
/* Icons Slide */
.icons_slide .icons_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 45px;
  overflow: hidden;
}

.icons_slide .icons_item:last-child .icon::after {
  display: none;
}

.icons_slide .icon {
  margin: 0;
  color: #dc1a1a;
  width: 70px;
  height: 70px;
  border: 2px #dc1a1a solid;
  line-height: 80px;
  text-align: center;
  font-size: 44px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: relative;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icons_slide .icon.active {
  color: #fff;
  background: #dc1a1a;
}

.icons_slide .icon:after {
  content: '';
  top: 67px;
  left: 50%;
  height: 500%;
  position: absolute;
  border: 1px #dc1a1a solid;
  visibility: visible;
  display: block;
}

.icons_slide p {
  margin: 12px 0 0 30px;
  max-width: calc(100% - 150px);
  text-align: justify;
  font-size: 18px;
  line-height: 24px;
}

.icons_slide b {
  font-weight: 400;
}

/* END Icons Slide */
/* Warum? section */
.left-block {
  position: relative;
  padding: 0 25px 0 70px;
  margin-bottom: 25px;
}

.left-block i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 44px;
  line-height: 60px;
  color: #dc1a1a;
  margin-bottom: 20px;
}

.left-block h3.title {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.left-block p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .left-block p {
    font-size: 14px;
    line-height: 22px;
  }
}

.block-type3 h3.title {
  text-align: left;
  margin-bottom: 10px;
  color: #dc1a1a;
}

.warum-section {
  padding: 50px 0;
  text-align: center;
}

.warum-section h2.title {
  margin-bottom: 50px;
}

.warum-section .row {
  margin-top: 50px;
}

.warum-section .left-block {
  padding: 0 6% 0 70px;
}

.warum-section p {
  text-align: justify;
}

.ecommerce-beratung-section4 .left-block {
  padding: 0 6% 0 70px;
}

/* END Warum? section */
.section-descr-text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 991px) {
  .section-descr-text {
    font-size: 14px;
    line-height: 22px;
  }
}

/* Header */
.header-fixed.show-fixed .logo-dark {
  opacity: 1;
}

.logo-dark,
.header-fixed.show-fixed .logo-light {
  opacity: 0;
}

.header {
  position: fixed;
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.03);
  height: 100px;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header .container {
  position: relative;
}

.header-fixed .header {
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  border-bottom: 1px solid rgba(238, 238, 238, 0.9);
}

.header-fixed.show-fixed .header {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  height: 70px;
}

.logo {
  margin-top: 32px;
}

.header-fixed.show-fixed .logo {
  margin-top: 22px;
}

.logo-dark,
.logo-light {
  position: absolute;
  top: 0;
  left: 15px;
}

.logo-dark {
  width: 140px;
}

.logo-light {
  width: 200px;
}

.header-icons {
  float: right;
  margin-left: 20px;
}

.header-icons .header-icon {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin-top: 5px;
  cursor: pointer;
  margin-left: 20px;
  font-size: 14px;
  line-height: 22px;
}

.header-icons .header-icon:before {
  top: 5px;
  right: 15px;
  color: #fff;
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-icons .header-icon:hover:before {
  color: #dc1a1a;
}

.header-icons .header-icon.search:before {
  content: "\f002";
}

.header-icons .header-icon.basket:before {
  content: "\f07a";
}

.header-icons .lang-icons a {
  color: #000;
  border: 2px solid #fff;
  background: #fff;
  padding-top: 3px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  background: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  height: 26px;
  width: 26px;
  display: block;
  margin-top: -2px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-icons .lang-icons a:hover {
  background: #dc1a1a;
  color: #fff;
  border-color: #dc1a1a;
}

.header-fixed .header-icons > li.header-icon {
  margin-top: 1px;
}

.header-fixed .header-icons > li.header-icon:before {
  color: #000;
}

.header-fixed .header-icons > li.header-icon:hover:before {
  color: #dc1a1a;
}

.header-fixed .lang-icons a {
  color: #fff;
  border: 2px solid #000;
  background: #000;
}

.header-nav {
  float: right;
}

.header-nav ul {
  font-size: 0;
}

.header-nav a {
  color: #fff;
  font-weight: 400;
}

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

.header-nav > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 5px 0 33px;
  overflow: hidden;
}

.header-nav > ul > li:hover {
  overflow: visible;
}

.header-nav > ul > li:hover > a:after {
  border-color: #dc1a1a;
}

.header-nav > ul > li:hover .first-sub-menu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.header-nav > ul > li > a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
  padding: 0 20px 38px 14px;
  position: relative;
  font-weight: 400;
}

.header-nav > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-bottom: 2px solid;
  -webkit-transform: scale(0) translateZ(0);
          transform: scale(0) translateZ(0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}

.header-nav > ul > li > a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
}

.header-nav li.has-children {
  position: relative;
}

.header-nav ul li.has-children > a:before {
  position: absolute;
  top: -5px;
  right: 5px;
  color: #fff;
  font-family: "FontAwesome";
  font-weight: normal;
  content: "\f107";
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .header-nav ul li.has-children > a:before {
    font-size: 14px;
    line-height: 22px;
  }
}

.header-nav ul.first-sub-menu li.has-children > a:before {
  color: #000;
  top: calc(50% - 15px);
  right: 10px;
  font-size: 12px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.header-nav .sub-menu {
  opacity: 0;
  position: absolute;
  top: 67px;
  left: 0;
  min-width: 270px;
  background-color: #fff;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end, -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease, opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end;
  transition: transform 0.2s ease, opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end;
  transition: transform 0.2s ease, opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end, -webkit-transform 0.2s ease;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  visibility: hidden;
}

.header-nav .sub-menu a {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #f7f7f7;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-nav .sub-menu a:hover {
  background-color: #fcfcfc;
  color: #dc1a1a;
}

.header-nav .sub-menu li.active a {
  color: #dc1a1a;
}

.header-nav .first-sub-menu > li .second-sub-menu {
  top: 0;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}

.header-nav .first-sub-menu > li:hover > .second-sub-menu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.header-nav > .has-children > a,
.header-nav .no-link {
  cursor: default;
}

.header-nav .second-sub-menu.sub-menu li a {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-nav .second-sub-menu.sub-menu li a:hover {
  color: #dc1a1a;
}

.header-nav .second-sub-menu.sub-menu li.active a {
  color: #dc1a1a;
}

.header-fixed .header-nav > ul > li {
  padding: 0 0 19px;
}

.header-fixed .header-nav > ul > li > a {
  padding: 0 20px 24px 14px;
  color: #000;
}

.header-fixed .header-nav > ul > li > a:before {
  color: #000;
}

.header-fixed .header-nav > ul > li .first-sub-menu {
  top: 48px;
}

.header-fixed .header-nav > ul > li.header-icon {
  margin-top: 1px;
}

.header-fixed .header-nav > ul > li.header-icon:before {
  color: #000;
}

.grey-header .header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.grey-header .logo-light {
  opacity: 0;
}

.grey-header .logo-dark {
  opacity: 1;
}

.grey-header .header-nav a {
  color: #59585b;
}

.grey-header .header-nav ul li.has-children > a:before {
  color: #59585b;
}

.grey-header .header-icons .header-icon:before {
  color: #59585b;
}

.grey-header .header-icons .header-icon:hover:before {
  color: #dc1a1a;
}

/* END Header */
/* END Docs siderars */
.social_sharing_icons {
  text-align: right;
}

.social_sharing h3 {
  font-weight: 400;
}

/* Footer */
.site-wrap {
  min-height: 100%;
  margin-bottom: -315px;
}

.site-wrap:after {
  content: "";
  display: block;
}

.site-wrap {
  min-height: 100%;
}

.footer, .site-wrap:after {
  height: 315px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer {
  color: #e8e8e8;
  background-color: rgba(0, 0, 0, 0.66);
  background-image: url("../img/footer_zinit.png");
  background-repeat: no-repeat;
  padding: 20px 0;
  overflow: hidden;
}

.footer .info-links li a:before {
  font-family: "FontAwesome";
  content: "\f105";
  margin-right: 5px;
  position: relative;
  top: -1px;
  font-size: 14px;
}

.footer .top_footer > div {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .footer .top_footer > div {
    font-size: 14px;
    line-height: 22px;
  }
}

.footer .top_footer > div > ul > li {
  line-height: 30px;
}

.footer .top_footer > div li a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.footer .top_footer > div li a:hover {
  text-decoration: none;
  color: #dc1a1a;
}

.footer .title {
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
  color: #fff;
}

.footer .title a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .title a:hover {
  color: #e62a2a;
}

.footer .title a i {
  margin-left: 5px;
}

.footer .title:after {
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.09)), color-stop(80%, rgba(255, 255, 255, 0.15)), to(transparent));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.09) 50%, rgba(255, 255, 255, 0.15) 80%, transparent 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.09) 50%, rgba(255, 255, 255, 0.15) 80%, transparent 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.09) 50%, rgba(255, 255, 255, 0.15) 80%, transparent 100%);
  bottom: -1px;
  content: "";
  width: 70%;
  height: 1px;
  left: 0;
}

.awards {
  width: 222px;
  height: 160px;
}

.awards .award1 {
  width: 126px;
  margin: 0 10px 0 0;
  position: relative;
  top: -6px;
}

.awards .award2 {
  width: 82px;
  margin: 0;
  position: relative;
  top: -10px;
}

.awards .award3 {
  width: 126px;
  margin: 0 10px 0 0;
  position: relative;
  top: -14px;
}

.awards .award4 {
  width: 64px;
  margin: 0;
  position: relative;
  top: -25px;
  left: 10px;
}

.copyright {
  position: relative;
  padding-right: 160px;
}

.copyright:before {
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.09)), color-stop(80%, rgba(255, 255, 255, 0.15)), to(transparent));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.09) 50%, rgba(255, 255, 255, 0.15) 80%, transparent 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.09) 50%, rgba(255, 255, 255, 0.15) 80%, transparent 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.09) 50%, rgba(255, 255, 255, 0.15) 80%, transparent 100%);
  top: -1px;
  content: "";
  width: 95%;
  height: 1px;
  left: 15px;
}

.copyright p {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  padding-right: 150px;
  color: #fff;
  padding: 12px 0;
}

.latest-news .latest-news-item {
  position: relative;
  padding-left: 80px;
  margin-bottom: 10px;
  min-height: 65px;
}

.latest-news .img-wrap {
  margin-top: 5px;
  position: absolute;
  left: 0;
  display: inline-block;
  overflow: hidden;
  width: 64px;
  height: 64px;
  min-height: 55px;
}

.latest-news .img-wrap img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}

.latest-news .news-title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  padding-top: 5px;
  margin-bottom: 5px;
  max-height: 44px;
  overflow: hidden;
}

.latest-news .date {
  font-size: 12px;
  position: relative;
  padding-left: 20px;
  padding-top: 2px;
}

.latest-news .date:before {
  content: "\f073";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  font-family: "FontAwesome";
  font-size: 14px;
}

.latest-news .btn {
  margin: 5px 0 0 90px;
}

.soc-icons {
  display: inline-block;
  vertical-align: middle;
}

.soc-icons li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
}

.soc-icons li a {
  display: block;
  border: 1px solid #646464;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  opacity: .75;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.soc-icons li a:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  content: '';
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  -webkit-transition: opacity 0.4s, background-color 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, background-color 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
  transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
  transition: transform 0.4s, opacity 0.4s, background-color 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  opacity: 0;
}

.soc-icons li a:hover {
  opacity: 1;
}

.soc-icons li a:hover:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0s;
  transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0s;
  -o-transition: transform 0s, opacity 0.3s, background-color 0.3s;
  transition: transform 0s, opacity 0.3s, background-color 0.3s;
  transition: transform 0s, opacity 0.3s, background-color 0.3s, -webkit-transform 0s;
}

.soc-icons li a i {
  -webkit-background-size: 18px 18px;
          background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 35px;
  display: block;
}

.soc-icons li .facebook i {
  background-image: url("../img/socicons/facebook-black.svg");
}

.soc-icons li .facebook:hover {
  border-color: #4264aa;
  background-color: #4264aa;
}

.soc-icons li .facebook:hover i {
  background-image: url("../img/socicons/facebook.svg");
}

.soc-icons li .facebook:after {
  background-color: #4264aa;
}

.soc-icons li .linkedin i {
  background-image: url("../img/socicons/linkedin-black.svg");
}

.soc-icons li .linkedin:hover {
  border-color: #0a86cc;
  background-color: #0a86cc;
}

.soc-icons li .linkedin:hover i {
  background-image: url("../img/socicons/linkedin.svg");
}

.soc-icons li .linkedin:hover:after {
  background-color: #0a86cc;
}

/* END Footer */
/* Breadcrumbs */
.breadcrumbs_inner {
  padding: 0 0 10px 0;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.breadcrumbs_inner a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.breadcrumbs_inner a:first-child {
  margin-left: 10px;
}

.breadcrumbs_inner a.active, .breadcrumbs_inner a:hover {
  color: #dc1a1a;
}

.breadcrumbs_inner a i {
  margin: 0 5px 0 0;
}

.breadcrumbs_inner span {
  margin: 0 5px 0 0;
}

/* END Breadcrumbs */
/* Blog */
.blog_title {
  font-size: 38px;
  line-height: 42px;
}

.blog_item {
  margin: 0 0 30px 0;
  border: 1px solid rgba(238, 238, 238, 0.9);
}

.blog_item_content {
  padding: 20px 20px 5px;
}

.blog_item_content i {
  color: #646464;
  margin: -1px 3px 0 0;
  display: inline-block;
  vertical-align: top;
}

.blog_item_link {
  overflow: hidden;
  position: relative;
  height: 370px;
}

.blog_item_img {
  position: relative;
}

.blog_item_img a {
  display: block;
}

.blog_item_img img {
  position: absolute;
  top: 50%;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.blog_item_img img:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%) scale(1.1);
      -ms-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}

.blog_item_img::after {
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -16px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #fff;
  position: absolute;
}

.blog_item_cat {
  position: absolute;
  padding: 3px 10px;
  line-height: 16px;
  font-size: 13px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  color: #fff;
  background: #000;
  left: 20px;
  top: 20px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog_item_cat:hover {
  color: #fff;
  background: #dc1a1a;
}

.blog_item_name a {
  color: #000;
  font-size: 20px;
  margin: 0 0 10px;
  display: block;
  text-align: left;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog_item_name a:hover {
  color: #dc1a1a;
}

.blog_item_date, .blog_item_author {
  color: #646464;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 14px;
}

.blog_item_author {
  margin-left: 15px;
}

.blog_item_author p {
  margin-top: 10px;
  line-height: 16px;
}

.blog_item_author a {
  color: #646464;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog_item_author a:hover {
  color: #dc1a1a;
}

.blog_item_author a:hover i {
  color: #dc1a1a;
}

.blog_item_descr {
  margin: 0 0 15px;
}

.blog_item_tags {
  font-size: 13px;
  line-height: 14px;
  margin: 0 0 15px;
}

.blog_item_tags i {
  font-size: 16px;
}

.blog_item_tags a {
  display: inline-block;
  vertical-align: top;
  color: #646464;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog_item_tags a:hover {
  color: #dc1a1a;
}

.top-section .container h2.title.black {
  color: #000;
}

.post_meta {
  color: #000;
  margin: 10px 0 35px;
  font-size: 16px;
  line-height: 24px;
}

.post_meta span {
  display: inline-block;
  vertical-align: top;
}

.post_meta span:first-child {
  margin: 0 10px 0 0;
}

.post_meta span:nth-child(2) {
  margin: 3px 0 0 0;
}

.post_meta div {
  margin: 0 20px 0 0;
}

.post_meta div i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
  margin: -5px 3px 0 0;
}

.post_meta div i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.post_meta_avatar {
  width: 50px;
  height: 50px;
}

.post_meta a {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post_meta a:hover {
  color: #dc1a1a;
}

.post_wrap-table {
  margin: 0 0 10px 0;
  width: 100%;
  overflow-y: hidden;
}

.blog_post_meta {
  margin: 50px 0 10px;
}

.blog_post_meta i {
  margin: -5px 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
}

.blog_post_meta a {
  color: #dc1a1a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog_post_meta a:hover {
  color: #af0b0b;
}

.blog_side {
  position: relative;
}

.blog_side .blog_side_item {
  margin-bottom: 40px;
}

.blog_side .icon__rss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
  background: #000;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.blog_side .icon__rss img {
  display: block;
  width: 20px;
  height: 20px;
}

.blog_side h3 {
  font-weight: 400;
  margin: 0 0 8px 0;
  font-size: 20px;
  line-height: 26px;
  position: relative;
}

.blog_side h3::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 80%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.09)), color-stop(80%, rgba(0, 0, 0, 0.15)), to(transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.09) 50%, rgba(0, 0, 0, 0.15) 80%, transparent 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.09) 50%, rgba(0, 0, 0, 0.15) 80%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.09) 50%, rgba(0, 0, 0, 0.15) 80%, transparent 100%);
}

.post-like {
  margin-top: 15px;
}

.post-like li {
  margin-bottom: 15px;
  position: relative;
  padding: 0 0 0 75px;
  min-height: 64px;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.post-like_img {
  position: absolute;
  left: 0;
  display: inline-block;
  overflow: hidden;
  width: 64px;
  height: 64px;
  min-height: 64px;
}

.post-like_img img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}

.post-like_title {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 40px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 5px;
}

.post-like_date {
  position: relative;
  margin: 3px 3px 0 0;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
}

.post-like a {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-like a:hover {
  color: #dc1a1a;
}

.post_links {
  margin: 0 0 20px 0;
}

.post_links a {
  font-size: 16px;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post_links a:hover {
  color: #dc1a1a;
}

.post_tags {
  margin-top: 13px;
}

.post_tags a {
  display: inline-block;
  margin: 0 5px 8px 0;
  padding: 0 12px;
  color: #000;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  border: 1px solid;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post_tags a:hover {
  color: #dc1a1a;
}

.post_nav {
  background-color: #fafafa;
  border: 1px solid #f3f3f3;
  margin: 35px 0 0;
  padding: 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.post_nav_prev {
  width: 45%;
  text-align: left;
}

.post_nav_main {
  width: 10%;
  text-align: center;
}

.post_nav_main a {
  font-size: 18px;
  line-height: 22px;
}

.post_nav_next {
  width: 45%;
  text-align: right;
}

.post_nav span {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.post_nav a {
  color: #000;
}

.post_nav h3 {
  font-size: 18px;
  line-height: 22px;
}

/* END Blog */
.to-process .owl-wrapper .owl-item > div {
  margin: 0;
  padding: 20px 40px 20px 0;
  position: relative;
}

.to-process .owl-wrapper .owl-item > div:after, .to-process .owl-wrapper .owl-item > div:before {
  content: '';
  position: absolute;
  right: 30px;
  width: 1px;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(50%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.1)), to(transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.1) 80%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.1) 80%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.1) 80%, transparent 100%);
}

.to-process .owl-wrapper .owl-item > div:after {
  top: 50%;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

.to-process .owl-wrapper .owl-item > div:before {
  top: calc(50% - 148px);
  -webkit-transform: rotate(-190deg);
      -ms-transform: rotate(-190deg);
          transform: rotate(-190deg);
}

.to-process .owl-wrapper .owl-item:last-child > div:after, .to-process .owl-wrapper .owl-item:last-child > div:before {
  display: none;
}

.mobile-menu-btn {
  position: fixed;
  width: 26px;
  height: 23px;
  display: inline-block;
  vertical-align: top;
  top: 24px;
  left: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 4;
}

.mobile-menu-btn span {
  font-size: 0;
  background: #000;
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

.mobile-menu-btn span:nth-child(1) {
  top: 2px;
}

.mobile-menu-btn span:nth-child(2) {
  top: 10px;
}

.mobile-menu-btn span:nth-child(3) {
  top: 18px;
}

.nav-open {
  overflow: hidden;
}

.nav-open .mobile-menu-btn span:nth-child(1), .nav-open .mobile-menu-btn span:nth-child(3) {
  background: #fff;
}

.nav-open .mobile-menu-btn span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

.nav-open .mobile-menu-btn span:nth-child(2) {
  opacity: 0;
}

.nav-open .mobile-menu-btn span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

.nav-site-descr {
  font-size: 14px;
  border-top: none;
  background-color: #fff;
  padding: 30px 0 0;
}

.nav-site-descr > div {
  padding: 0 20px;
  margin-bottom: 20px;
}

.nav-site-descr > div > div {
  font-weight: 400;
}

.nav-site-descr a {
  color: #000;
  display: block;
  font-weight: 300;
}

.reference-page-section2 h3.title {
  margin-bottom: 20px;
}

.g-recaptcha {
  width: 304px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 13px;
}

.boltforms-row,
.boltform-row {
  text-align: left;
}

.boltforms-row label[for^="form_message"],
.boltform-row label[for^="form_message"] {
  margin-bottom: 10px;
  text-align: left;
  display: block;
}

.boltforms-row a,
.boltform-row a {
  color: #dc1a1a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.boltforms-row a:hover,
.boltform-row a:hover {
  color: #af0b0b;
}

.main-content .boltform label.required:after {
  color: #dc1a1a;
}

.reference-page ul.list-checkmark li {
  padding-left: 30px;
}

/* ckeditor styles */
.ckeditor-style {
  font-weight: 300;
  word-break: break-word;
}

.ckeditor-style h1 {
  text-transform: uppercase;
}

.ckeditor-style h1,
.ckeditor-style h2,
.ckeditor-style h3,
.ckeditor-style h4,
.ckeditor-style h5,
.ckeditor-style h6,
.ckeditor-style strong {
  font-weight: 400;
}

.ckeditor-style h1 {
  font-size: 32px;
  line-height: 36px;
  margin: 40px 0 20px 0;
}

.ckeditor-style h2 {
  font-size: 32px;
  line-height: 36px;
  margin: 35px 0 15px 0;
}

.ckeditor-style h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 30px 0 10px 0;
}

.ckeditor-style h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 30px 0 10px 0;
}

.ckeditor-style h5 {
  font-size: 16px;
  line-height: 20px;
  margin: 25px 0 10px 0;
}

.ckeditor-style h6 {
  font-size: 12px;
  line-height: 16px;
  margin: 25px 0 10px 0;
}

.ckeditor-style p {
  font-size: 16px;
  line-height: 28px;
  margin: 5px 0;
  text-align: justify;
}

.ckeditor-style pre {
  font-family: monospace;
}

.ckeditor-style em,
.ckeditor-style address {
  font-style: italic;
}

.ckeditor-style ol,
.ckeditor-style ul {
  margin: 20px 0 20px 15px;
}

.ckeditor-style ol li,
.ckeditor-style ul li {
  margin-bottom: 5px;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.ckeditor-style ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  background-color: #dc1a1a;
  margin: 10px 7px 0 0;
  vertical-align: top;
}

.ckeditor-style ul li ul {
  margin: 5px 0 5px 25px;
}

.ckeditor-style ul li ul li:before {
  background-color: transparent;
  border: 1px solid #000;
}

.ckeditor-style ul p {
  display: inline;
}

.ckeditor-style ol {
  padding-left: 20px;
  list-style-type: decimal;
}

.ckeditor-style ol li {
  padding-left: 0;
}

.ckeditor-style a {
  color: #dc1a1a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ckeditor-style a:hover {
  text-decoration: none;
}

.ckeditor-style img {
  display: block;
  margin: 25px auto;
  max-width: 100%;
}

.ckeditor-style img.fl {
  margin: 20px 20px 25px 0;
}

.ckeditor-style img.fr {
  margin: 20px 0 20px 25px;
}

.ckeditor-style .nofloat {
  float: none !important;
  margin: 20px auto !important;
}

.ckeditor-style .table-wrap {
  margin: 25px auto;
  width: 100%;
  overflow: auto;
}

.ckeditor-style table {
  margin: 0 auto 20px;
  border-collapse: collapse;
}

.ckeditor-style table th, .ckeditor-style table td {
  padding: 5px 10px;
  border: 1px solid #e8e8e8;
  vertical-align: top;
}

.ckeditor-style table th {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: #646464;
  color: #fff;
}

.ckeditor-style table thead tr th:first-child {
  border-left: 1px solid #646464;
}

.ckeditor-style table thead tr th:last-child {
  border-right: 1px solid #646464;
}

.ckeditor-style table tbody tr:nth-child(even) {
  background: #f6f6f6;
}

.ckeditor-style table h1,
.ckeditor-style table h2,
.ckeditor-style table h3,
.ckeditor-style table h4,
.ckeditor-style table h5,
.ckeditor-style table h6 {
  margin: 5px 0;
}

.ckeditor-style table p {
  margin: 0;
  line-height: 26px;
}

.ckeditor-style .container {
  margin-top: 25px;
}

.ckeditor-style .iframe-wrapper {
  margin: 25px 0 50px;
  position: relative;
  padding-bottom: 53.79%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.ckeditor-style .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* END ckeditor styles */
/* START Pagination */
.pagination_wrap {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.pagination li {
  padding: 0;
  z-index: 0;
}

.pagination li a {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  color: #dc1a1a;
}

.pagination li.active {
  background-color: #dc1a1a;
  border: 1px solid #dc1a1a;
  z-index: 1;
}

.pagination li.active a {
  color: #fff;
  font-weight: bold;
}

.pagination li.disabled {
  color: #dc1a1a;
  pointer-events: none;
}

/* END Pagination */
/* opencart basket styles */
.basket_wrap {
  background-color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 600px;
  -webkit-transform: translateX(600px);
      -ms-transform: translateX(600px);
          transform: translateX(600px);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-left: 1px solid #f3f3f3;
  z-index: 4;
}

.basket_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.basket_wrap .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
  background: url("../img/basket-spinner.gif") center no-repeat;
}

.basket_close {
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 56px;
  height: 56px;
  opacity: 1;
  padding: 15px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: none;
}

.basket_close span {
  display: block;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #ddd;
  background-color: #fafafa;
}

.basket_close span:before, .basket_close span:after {
  display: block;
  content: '';
  width: 2px;
  height: 14px;
  background-color: #59585b;
}

.basket_close span:before {
  -webkit-transform: translate(11px, 5px) rotate(45deg);
      -ms-transform: translate(11px, 5px) rotate(45deg);
          transform: translate(11px, 5px) rotate(45deg);
}

.basket_close span:after {
  -webkit-transform: translate(11px, -9px) rotate(-45deg);
      -ms-transform: translate(11px, -9px) rotate(-45deg);
          transform: translate(11px, -9px) rotate(-45deg);
}

.site-wrap {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site-wrap-shadow {
  overflow: hidden;
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.open-basket {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.open-basket .basket_wrap {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.open-basket .site-wrap-shadow {
  height: 100%;
  width: 100%;
}

.open-basket .basket_close {
  display: block;
}

.open-basket .translate-left,
.open-basket.header-fixed.show-fixed .translate-left {
  -webkit-transform: translateX(-600px);
      -ms-transform: translateX(-600px);
          transform: translateX(-600px);
}

/* END opencart basket styles */
.easyzoom-flyout {
  border: 1px solid white;
}

.easyzoom--overlay {
  position: relative;
}

.easyzoom--overlay:after {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 26px;
  line-height: 48px;
  width: 50px;
  height: 50px;
  background-color: #dc1a1a;
  font-family: "FontAwesome";
  content: "\f00e";
  color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

/* 404-page */
.not-found-page h1 {
  width: 100%;
  text-align: center;
  color: #dc1a1a;
  font-size: 146px;
  line-height: 148px;
}

.not-found-page p {
  text-align: center;
  max-width: 450px;
  display: block;
  color: #000;
  margin: 25px auto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .not-found-page p {
    font-size: 14px;
    line-height: 22px;
  }
}

.not-found-page .boltform-row label[for^="form_message"] {
  display: block;
}

.not-found-page + .page-form .boltform-row label[for^="form_message"] {
  display: block;
}

/* END 404-page */
.btn-wrap {
  text-align: center;
}

.btn-wrap.left {
  text-align: left;
}

.page-without-top-section {
  padding-top: 100px;
  position: relative;
}

.page-without-top-section:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #000;
  content: '';
  position: absolute;
  opacity: 0.15;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.header-fixed .page-without-top-section:before {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
}

/* Bottom banner styles */
.bottom-banner-wrap {
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  text-align: center;
  border-top: 1px solid #eee;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.bottom-banner-wrap .container {
  position: relative;
  padding: 15px 250px 15px 15px;
}

.bottom-banner-wrap p,
.bottom-banner-wrap .text-link {
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
}

.bottom-banner-wrap p {
  text-align: left;
}

.bottom-banner-wrap .text-link {
  color: #dc1a1a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bottom-banner-wrap .text-link:hover {
  color: #af0b0b;
}

.bottom-banner-wrap:hover {
  background-color: #fff;
}

.bottom-banner-wrap .right-btns {
  position: absolute;
  top: calc(50% - 25px);
  right: 15px;
  margin: 0;
  font-weight: 400;
  padding: 8px 10px;
}

.bottom-banner-wrap .right-btns .text-link,
.bottom-banner-wrap .right-btns .btn {
  display: inline-block;
  vertical-align: middle;
}

.bottom-banner-wrap .right-btns .text-link {
  margin-right: 10px;
}

.text-page-bottom .container {
  border-top: 1px solid #f3f3f3;
  padding-top: 20px;
  padding-bottom: 15px;
}

.text-page-bottom h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 5px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .text-page-bottom h2 {
    font-size: 14px;
    line-height: 22px;
  }
}

.text-page-bottom .text-link {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  font-weight: 300;
  color: #dc1a1a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .text-page-bottom .text-link {
    font-size: 14px;
    line-height: 22px;
  }
}

.text-page-bottom .text-link:hover {
  text-decoration: none;
  color: #ae1515;
}

.text-page-bottom .google-analytics-btn {
  margin-left: 5px;
}

/* END Bottom banner styles */
.ckeditor-style .varnish-block {
  background-color: #f3f3f3;
  margin: 25px 0;
  padding: 25px 15px;
}

.ckeditor-style .varnish-block .red-text {
  color: #dc1a1a;
}

.ckeditor-style .varnish-block .grey-text {
  color: #59585b;
}

.ckeditor-style .varnish-block .btn-wrap {
  margin: 25px 0 50px;
}

.ckeditor-style .block-with-lists ul.list-checkmark {
  margin-left: 0;
}

.product-wrap .ckeditor-style h2 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.product-wrap .ckeditor-style h2:after {
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  bottom: -1px;
  content: "";
  width: 50%;
  height: 1px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

.product-wrap .ckeditor-style code {
  padding: 2px 6px;
  margin: 0;
  font-size: 85%;
  background-color: #eee;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #000;
  letter-spacing: 1px;
  font-family: monospace;
}

.show-all-icon i {
  position: static;
  display: inline-block;
  vertical-align: top;
}

.pdfobject-container {
  height: 875px;
  max-width: 600px;
  margin: 0 auto;
}

.pdfobject {
  border: 1px solid #999;
}

.onlineshop-analyse-section-pdf .btn-wrap {
  margin-top: 25px;
  text-align: left;
}

#pdf-viewer > p {
  margin: 0 0 50px;
  text-align: center;
}

#pdf-viewer > p a {
  display: table;
  margin: 10px auto;
}

.iframe-table-outer {
  margin: 20px 0;
  display: inline-block;
  position: relative;
}

.iframe-table {
  height: 500px;
  max-width: 100%;
  display: block;
  border: 3px solid rgba(238, 238, 238, 0.7);
}

.iframe-table-close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 24px;
  width: 24px;
  background-color: #dc1a1a;
  cursor: pointer;
  margin: 0;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.iframe-table-close-btn:before {
  content: '\f065';
  font-family: "FontAwesome";
}

.iframe-table-close-btn + iframe:not(.iframe-table) {
  display: none;
}

.iframe-table-outer.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  margin: 0;
  text-align: center;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-overflow-scrolling: touch;
}

.iframe-table-outer.fullscreen .iframe-table-close-btn {
  z-index: 1;
  top: 13px;
  right: calc(50% - 12px);
}

.iframe-table-outer.fullscreen .iframe-table-close-btn:before {
  content: '\f066';
}

.iframe-table-outer.fullscreen .iframe-table {
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 1;
}

.iframe-table-outer {
  height: 100%;
}

.iframe-table-outer.fullscreen {
  width: 100%;
}

.iframe-table-outer.ios {
  height: 100%;
  width: 100%;
}

.iframe-table-outer.ios .iframe-table {
  height: 100%;
  width: 100%;
  min-width: 100%;
  *width: 100%;
}

.iframe-table-outer.ios:not(.fullscreen) {
  height: 500px;
  overflow: hidden;
}

.iframe-table-outer.ios.fullscreen {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.iframe-table-outer.ios.fullscreen .iframe-table {
  height: 100%;
  width: 100%;
}

.iframe-table-open {
  position: relative;
  overflow: hidden;
}

.rating h3 {
  font-weight: 400;
}

.rating_block {
  background-image: url("../img/star_empty.svg");
  height: 30px;
  width: 200px;
  margin: 15px auto;
  -webkit-background-size: 40px 30px;
          background-size: 40px 30px;
  cursor: pointer;
}

.rating_block--content {
  background-image: url("../img/star.svg");
  -webkit-background-size: 40px 30px;
          background-size: 40px 30px;
  height: 100%;
  width: 100%;
}

.rating_text {
  text-align: center;
  font-size: 0.9em;
  font-weight: 400;
}

@media (max-width: 479px) {
  .iframe-table-outer.fullscreen {
    padding: 50px 10px;
  }
}

.systems-icons {
  float: right;
  padding: 8px 0 0 0;
  opacity: .75;
}

.systems-icons .icon {
  pointer-events: none;
  height: 36px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.systems-icons .icon.treopim {
  height: 18px;
  width: 98px;
}

.systems-icons .icon.treopim img {
  height: 32px;
  margin: -7px -3px;
}

.systems-icons .icon.treocore {
  height: 20px;
  width: 112px;
  margin-top: 1px;
}

.systems-icons .icon.treocore img {
  height: 28px;
  margin: -5px -2px;
}

.systems-icons .icon.shopware {
  height: 22px;
  width: 102px;
}

.systems-icons .icon.shopware img {
  height: 55px;
  margin: -17px -8px 0;
}

.systems-icons .icon.magento {
  height: 26px;
  width: 88px;
}

.systems-icons .icon.magento img {
  height: 50px;
  margin: -12px -14px 0;
}

.systems-icons .icon.espo {
  height: 25px;
  width: 112px;
}

.systems-icons .icon.espo img {
  height: 42px;
  margin: -9px -4px 0;
}

.systems-icons .icon.oxid {
  height: 32px;
  width: 60px;
  position: relative;
  top: 5px;
}

.systems-icons .icon.oxid img {
  height: 24px;
  margin: 0;
}

.systems-icons .icon.angular {
  height: 24px;
  width: 90px;
}

.systems-icons .icon.angular img {
  margin: 0;
  height: 24px;
}

.systems-icons .icon.vue {
  height: 24px;
  width: 68px;
  margin-right: 0;
}

.systems-icons .icon.vue img {
  height: 24px;
  margin: 1px 0;
}

.homepage-blog-section .container {
  max-width: 1290px;
}

.homepage-blog-section .blog_item_link {
  height: 240px;
}

.homepage-blog-section .blog_item_content {
  min-height: 220px;
}

.homepage-blog-section .btn-wrap {
  margin-top: 20px;
}

.homepage-blog-section .blog_item_name a {
  font-size: 18px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}

.recruiter {
  text-align: center;
}

.recruiter_image {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  display: inline-block;
}

.recruiter_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.recruiter_name {
  font-weight: 400;
  margin-bottom: 20px;
}

.recruiter_button a {
  width: 80%;
  display: inline-block;
  border: 2px solid #af0b0b;
  padding: 10px;
  background-color: #fff;
  color: #af0b0b;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.recruiter_button a:hover {
  background-color: #af0b0b;
  color: #fff;
}

.vacancy_info > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 10px 0;
}

.vacancy_info > div div {
  margin-right: 10px;
}

.vacancy_info > div div:last-child {
  margin-right: 0;
}

.vacancy-page {
  height: 100% !important;
}

.empty-vacancy_text {
  text-align: center;
  width: 100%;
  position: absolute;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.empty-vacancy_text a {
  color: #dc1a1a;
}

/* Colors */
/* etc */
/* Mixins */
/* Keyframes */
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes todown {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}

/* Home page */
.homepage-slider {
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.homepage-slider .homepage-slide {
  height: 100vh;
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
}

.homepage-slider .slick-dots {
  bottom: 45px;
}

.homepage-slider img {
  width: 100%;
}

.homepage-slider .content-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  position: absolute;
  padding: 0 20%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 991px) {
  .homepage-slider .content-overlay {
    font-size: 14px;
    line-height: 22px;
  }
}

.homepage-slider .content-overlay > div,
.homepage-slider .content-overlay h1,
.homepage-slider .content-overlay h2,
.homepage-slider .content-overlay p {
  width: 100%;
  font-size: 18px;
}

.homepage-slider .content-overlay h1,
.homepage-slider .content-overlay h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
}

.homepage-slider .content-overlay ul, .homepage-slider .content-overlay .contact {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}

.homepage-slider .content-overlay p {
  margin: 25px 0;
}

.homepage-slider .content-overlay .btn.small {
  margin-top: 10px;
}

.homepage-slider .content-overlay ul.list-checkmark li:before {
  color: #fff;
}

.homepage-slider .align-center {
  text-align: center;
}

.homepage-slider.slick-slider .slick-dots li button {
  background: rgba(255, 255, 255, 0.3);
}

.homepage-slider.slick-slider .slick-dots .slick-active button {
  background: white;
}

.homepage-slider.slick-slider .slick-prev {
  left: 25px;
  -webkit-transform: translate(-100px, 0);
      -ms-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

.homepage-slider.slick-slider .slick-next {
  right: 25px;
  -webkit-transform: translate(100px, 0);
      -ms-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

.homepage-slider.slick-slider .slick-arrow {
  top: 50%;
}

.homepage-slider.slick-slider .slick-arrow:before {
  font-size: 70px;
  color: rgba(255, 255, 255, 0.3);
}

.homepage-slider.slick-slider .slick-arrow:hover:before {
  color: white;
}

.homepage-slider.slick-slider:hover .slick-prev {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.homepage-slider.slick-slider:hover .slick-next {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.homepage-slider-wrap {
  position: relative;
}

.homepage-slider-wrap .arrow-down-wrap {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 40px;
  width: 30px;
  padding-top: 10px;
  text-align: center;
  cursor: pointer;
}

.homepage-slider-wrap .arrow-down-wrap i {
  -webkit-animation: todown 1.2s infinite linear;
          animation: todown 1.2s infinite linear;
  content: "\f103";
  font-family: "FontAwesome";
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.homepage-slider-wrap .arrow-down-wrap i:before {
  font-size: 30px;
  line-height: 1;
}

.black-overlay:before,
.white-overlay:before,
.overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #000;
  opacity: .6;
  filter: Alpha(Opacity=0);
}

.white-overlay:before {
  background: #fff;
}

.home-section2 .row {
  margin-top: 50px;
}

.home-section2 .row > div {
  text-align: center;
  color: #dc1a1a;
}

.home-section2 .row > div p {
  color: #000;
}

.home-section2 .row > div i,
.home-section2 .row > div .number {
  display: inline-block;
  vertical-align: top;
}

.home-section2 .row > div i {
  font-size: 56px;
  line-height: 60px;
  height: 60px;
  display: block;
  margin-bottom: 10px;
}

.home-section2 .row > div .number {
  font-size: 40px;
  line-height: 42px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.home-section2 .row > div:first-child i:before, .home-section2 .row > div:last-child i:before {
  font-size: 48px;
  vertical-align: top;
  margin-top: 4px;
}

.home-section3 p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .home-section3 p {
    font-size: 14px;
    line-height: 22px;
  }
}

.home-section3 .home-section3-1 {
  text-align: justify;
  padding-top: 50px;
  margin-bottom: 50px;
}

.home-section3 .home-section3-1 .btn {
  margin-top: 20px;
}

.home-section3 .home-section3-2 {
  text-align: center;
}

.home-section3 .home-section3-2 i.business-briefcase:hover {
  -webkit-animation: pulse 1s linear;
          animation: pulse 1s linear;
}

.home-section3 .home-section3-2 i.general-rocket:hover {
  -webkit-animation: swing 1s linear;
          animation: swing 1s linear;
}

.home-section3 .home-section3-2 i.devices-iphone-iphone:hover {
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.home-section3 .home-section3-2 i.icon-et-recycle:hover {
  -webkit-animation: bounce 1s linear;
          animation: bounce 1s linear;
}

.home-section5 {
  overflow: hidden;
  border-bottom: none;
}

.home-section5 > .row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  min-height: 400px;
}

.home-section5 .left {
  background-color: rgba(220, 26, 26, 0.8);
  color: #fff;
  padding: 50px 65px;
  text-align: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-section5 .left .title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
}

.home-section5 .left p {
  color: #e8e8e8;
  margin: 20px 0 40px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .home-section5 .left p {
    font-size: 14px;
    line-height: 22px;
  }
}

.home-section5 .left .btn.white-border {
  color: #dc1a1a;
}

.home-section5 .left .btn.white-border:hover {
  color: #fff;
}

.home-section5 .right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.home-section5 .right .systems {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
  padding: 0 15px 0 40px;
  color: #000;
}

.home-section5 .right .systems a:first-child {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  width: 60px;
}

.home-section5 .right .systems a:first-child img {
  height: 60px;
  width: 60px;
}

.home-section5 .right .systems a:last-child {
  margin: 0 10px;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-section5 .right .systems a:last-child:hover {
  color: #dc1a1a;
}

.home-section6 {
  position: relative;
  min-height: 443px;
  background: transparent;
}

.home-section6 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 443px;
  position: relative;
}

.home-section6 h2.title {
  padding-bottom: 0;
}

.home-section6 h2.title:after {
  display: none;
}

.home-section6 .container > div,
.home-section6 h2,
.home-section6 p {
  width: 100%;
  color: #fff;
  text-align: center;
}

.home-section6 .overlay:before {
  background-color: #2b2d2f;
  opacity: 0.4;
}

.home-section6 .btn {
  margin-top: 35px;
}

/* Customer-advantages page */
.communication .block i,
.customer-benefits .block i,
.development .block i {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.communication .block i:before,
.customer-benefits .block i:before,
.development .block i:before {
  color: #dc1a1a;
  z-index: 1;
  position: relative;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.customer-benefits .center-block {
  text-align: center;
  width: 33.33%;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.customer-benefits .center-block h3.title {
  margin-bottom: 10px;
}

.customer-benefits .center-block ul.list-checkmark li {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .customer-benefits .center-block ul.list-checkmark li {
    font-size: 14px;
    line-height: 22px;
  }
}

.get-interested,
.espocrm-section-8 {
  position: relative;
  min-height: 391px;
  background: transparent;
}

.get-interested .container,
.espocrm-section-8 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 408px;
  position: relative;
  z-index: 1;
}

.get-interested .container p,
.espocrm-section-8 .container p {
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  font-weight: 500;
  margin-bottom: 40px;
  margin-bottom: 25px;
  font-weight: 300;
}

.get-interested .container p:before,
.espocrm-section-8 .container p:before {
  position: absolute;
  left: 50%;
  bottom: -15px;
  content: '';
  height: 1px;
  width: 40px;
  background-color: #fff;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.get-interested .container h2.title,
.espocrm-section-8 .container h2.title {
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
}

.get-interested .container h2.title:after,
.espocrm-section-8 .container h2.title:after {
  display: none;
}

.get-interested .container i,
.espocrm-section-8 .container i {
  font-size: 44px;
  color: #fff;
}

.get-interested.black::after,
.espocrm-section-8.black::after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #000;
  opacity: 0.4;
  z-index: 0;
}

.onlineshop-entwicklung-section3 .block h3.title {
  text-align: left;
}

.onlineshop-entwicklung-section-8 .container h2:first-child {
  margin-bottom: 25px;
  padding-bottom: 0;
}

.project-management p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 991px) {
  .project-management p {
    font-size: 14px;
    line-height: 22px;
  }
}

.project-management .block {
  text-align: center;
}

.project-management .block p {
  margin-bottom: 0;
}

.project-management .block h3 {
  margin-bottom: 10px;
}

.project-management .block i {
  font-size: 44px;
  color: #dc1a1a;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}

.project-management .block i.devices-iphone-location:hover {
  -webkit-animation: pulse 1s linear;
          animation: pulse 1s linear;
}

.project-management .block i.general-bullet-list:hover {
  -webkit-animation: wobble 1s linear;
          animation: wobble 1s linear;
}

.project-management .block i.icon-et-grid:hover {
  -webkit-animation: bounce 1s linear;
          animation: bounce 1s linear;
}

.communication {
  position: relative;
  min-height: 400px;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.communication:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.communication .container {
  position: relative;
  z-index: 1;
}

.communication p {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .communication p {
    font-size: 14px;
    line-height: 22px;
  }
}

.communication .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.communication .block {
  width: 20%;
  text-align: center;
}

.communication .block i:after {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.communication .block i:hover {
  -webkit-animation: bounce 1s linear;
          animation: bounce 1s linear;
}

.development p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 991px) {
  .development p {
    font-size: 14px;
    line-height: 22px;
  }
}

.development .row .block {
  text-align: center;
}

.development .row .block i:after {
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.development .row .block:first-child i:hover {
  -webkit-animation: pulse 1s linear;
          animation: pulse 1s linear;
}

.development .row .block:nth-child(2) i:hover {
  -webkit-animation: wobble 1s linear;
          animation: wobble 1s linear;
}

.development .row .block:nth-child(3) i:hover,
.development .row .block:nth-child(4) i:hover {
  -webkit-animation: bounce 1s linear;
          animation: bounce 1s linear;
}

.our-services {
  text-align: center;
}

.our-services .row {
  margin-top: 50px;
}

.our-services .row .block {
  text-align: left;
  margin-bottom: 20px;
}

.our-services .row .block h3.title,
.our-services .row .block i {
  display: inline-block;
  vertical-align: top;
}

.our-services .row .block h3.title {
  margin-left: 10px;
  font-weight: 300;
}

.our-services .row .block i {
  font-size: 26px;
  line-height: 26px;
  width: 26px;
  color: #dc1a1a;
  margin-top: 3px;
}

.our-services .row .block:nth-child(odd) i:hover {
  -webkit-animation: bounce 1s linear;
          animation: bounce 1s linear;
}

.our-services .row .block:nth-child(even) i:hover {
  -webkit-animation: wobble 1s linear;
          animation: wobble 1s linear;
}

.our-services .btn {
  margin-top: 30px;
}

/* About us page */
.facts-row {
  margin: 30px auto 0;
}

.fact {
  color: #0a0a0a;
}

.fact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fact-number {
  width: 35%;
  color: #dc1a1a;
  text-align: center;
}

.fact-number i {
  font-size: 36px;
  margin: 0;
}

.fact-number span {
  font-size: 36px;
  line-height: 38px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

.fact-dsc {
  width: 84%;
  padding-right: 10%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: justify;
}

@media (max-width: 991px) {
  .fact-dsc {
    font-size: 14px;
    line-height: 22px;
  }
}

.fact-title {
  font-weight: 400;
  margin-bottom: 10px;
}

.fact-text {
  padding: 0 0 10px 0;
}

.our-team.places .big {
  padding: 0 15px;
}

.our-team.places h3 {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.our-team.places ul.list-checkmark {
  margin: 5px 0 20px;
}

.forward {
  padding: 50px 0 30px;
}

.forward h2.title {
  margin-bottom: 50px;
}

.forward .row {
  margin: 0 0 6px 0;
}

.forward-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.forward-block span {
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0 0 30px;
}

.forward-block i {
  color: #dc1a1a;
  font-size: 44px;
  width: 52px;
}

.processes h2.title {
  margin-bottom: 60px;
}

.processes-block {
  margin: 0 0 24px 0;
}

.processes-block p {
  margin-bottom: 5px;
}

.processes-block li {
  color: #dc1a1a;
}

.processes > .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.processes > .wrap > div {
  width: 33%;
}

.processes .wrap_img {
  text-align: center;
  margin: 30px 0 0 0;
}

.processes p {
  color: #0a0a0a;
  line-height: 30px;
}

.processes p.mark {
  margin-top: 20px;
  padding: 5px 10px;
  color: #dc1a1a;
  background: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.benefits {
  border-bottom: none;
}

.benefits h2.title {
  text-align: center;
}

.benefits ul {
  margin: 0 0 40px 0;
}

.benefits ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
}

.benefits ul i {
  font-size: 44px;
  color: #dc1a1a;
}

.benefits ul span {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 20px;
  text-align: left;
}

.progress-bar {
  display: block;
  background: #fafafa;
  color: #000;
  text-align: left;
  margin: 0 0 10px 0;
}

.progress-bar_holder > div {
  background: #fff;
  height: 6px;
  margin: 0 0 2px 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.progress-bar_holder > div > span {
  display: block;
  width: 0;
  height: 100%;
  background: #dc1a1a;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.progress-bar_title {
  font-size: 12px;
}

.progress-bar_title strong {
  font-weight: 400;
}

/* Magento page */
.magento-section-1 .container {
  text-align: center;
}

.magento-section-1 p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: justify;
}

@media (max-width: 991px) {
  .magento-section-1 p {
    font-size: 14px;
    line-height: 22px;
  }
}

/* Oxid page */
.why-block {
  margin: 50px 0;
}

.why .oxid-img {
  padding: 25px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #fff;
}

.why .why-oxid-text {
  margin-top: 50px;
}

.lists {
  padding: 50px 0;
}

.lists h3 {
  text-align: left;
  margin-bottom: 20px;
}

.benefits-list {
  text-align: center;
}

.text-block {
  text-align: center;
  line-height: 30px;
  margin: 50px 0;
}

.text-block strong {
  font-weight: 400;
}

.center-block {
  text-align: center;
  padding-bottom: 25px;
}

.center-block h3.title {
  margin: 10px 0;
}

.center-block i {
  font-size: 44px;
  line-height: 60px;
  color: #dc1a1a;
  display: inline-block;
}

.center-block p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .center-block p {
    font-size: 14px;
    line-height: 22px;
  }
}

.center-block .link {
  margin-top: 20px;
  float: left;
}

.center-block-taj .center-block p {
  text-align: justify;
}

.left-block-p {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.left-block-p > div {
  margin: 0 26px;
}

.left-block-p h3 {
  text-align: left;
}

.left-block-p i {
  font-size: 52px;
  margin-bottom: 25px;
  color: #dc1a1a;
  display: inline-block;
  line-height: 68px;
}

.left-block-p p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .left-block-p p {
    font-size: 14px;
    line-height: 22px;
  }
}

.customer-benefits-section p,
.oxid-section p {
  margin-bottom: 25px;
  text-align: justify;
}

.customer-benefits-section ul,
.oxid-section ul {
  margin: 25px 0;
}

.customer-benefits-section a.link,
.oxid-section a.link {
  margin-top: 0;
  font-size: 16px;
}

.customer-benefits-section h3 + ul {
  margin: 10px 0 25px;
}

.customer-benefits-section p + ul {
  margin: 25px 0 10px;
}

.oxid-section1 img,
.oxid-section4 img,
.oxid-section8 img {
  max-height: 400px;
}

.example-image-link img {
  display: inline-block;
  max-width: 650px;
  width: 100%;
}

/* Plentymarkets page */
.plentymarkets-section-1 .row {
  margin-top: 50px;
}

.plentymarkets-section-1 .row h2 {
  margin-bottom: 50px;
}

.plentymarkets-section-2 {
  padding: 50px 0 0;
}

.plentymarkets-section-2 h3 {
  font-weight: 300;
}

.plentymarkets-section-2 .plentymarkets-section-2-1 {
  padding-bottom: 50px;
}

.plentymarkets-section-2 .plentymarkets-section-2-1 .block {
  margin-top: 25px;
  text-align: center;
}

.plentymarkets-section-2 .plentymarkets-section-2-1 .block h3 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  padding-left: 75px;
}

.plentymarkets-section-2 .plentymarkets-section-2-1 .block h3 i {
  position: absolute;
  width: 52px;
  left: 0;
  top: -10px;
  font-size: 44px;
  line-height: 60px;
  color: #dc1a1a;
  margin: 0 0 20px;
}

.plentymarkets-section-2 .plentymarkets-section-2-1 .block img {
  margin: 20px 0;
}

.plentymarkets-section-2 .plentymarkets-section-2-2 {
  padding-top: 50px;
  margin-bottom: 50px;
}

.plentymarkets-section-2 .plentymarkets-section-2-2 .block {
  margin-top: 50px;
  text-align: center;
}

/* Espocrm-agentur page */
.espocrm-img {
  width: 600px;
}

.treocrm-section-1,
.espocrm-section-1 {
  text-align: center;
}

.treocrm-section-1 p,
.espocrm-section-1 p {
  text-align: justify;
  margin-bottom: 25px;
}

.treocrm-section-1 p strong,
.espocrm-section-1 p strong {
  font-weight: 400;
}

.treocrm-section-1 .btn,
.espocrm-section-1 .btn {
  margin: 0 20px 20px;
}

.espocrm-section-2 p {
  margin-top: 50px;
  text-align: center;
}

.espocrm-section-2 p strong {
  font-weight: 400;
}

.espocrm-section-3 {
  padding-top: 50px;
}

.espocrm-section-3 h3.title {
  text-align: left;
  margin-bottom: 10px;
}

.espocrm-section-3 h4 {
  font-weight: 400;
  margin: 25px 0 10px;
}

.espocrm-section-3 ul.list-checkmark {
  margin: 0 0 25px 0;
}

.espocrm-section-3 ul li span {
  font-weight: 400;
}

.espocrm-section-3-2 img {
  padding: 25px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #fff;
}

.espocrm-section-4 h2.title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 30px;
}

.espocrm-section-4 .col-md-6:before, .espocrm-section-4 .col-md-6:after {
  content: "";
  display: table;
}

.espocrm-section-4 .col-md-6:after {
  clear: both;
}

.espocrm-section-5 {
  background-color: #875f43;
  color: #fff;
  text-align: center;
}

.espocrm-section-5 p {
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  font-weight: 500;
  margin-bottom: 40px;
}

.espocrm-section-5 p:before {
  position: absolute;
  left: 50%;
  bottom: -15px;
  content: '';
  height: 1px;
  width: 40px;
  background-color: #fff;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.espocrm-section-5 h2.title {
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
}

.espocrm-section-5 h2.title:after {
  display: none;
}

.espocrm-section-5 .btn {
  margin-top: 30px;
}

.espocrm-section-6 ul.list-checkmark {
  margin-top: 50px;
}

.espocrm-section-7 .center-block p {
  text-align: center;
}

.icon-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

/* Akeneo page */
.akeneo-section-1 .row > div:first-child {
  margin-bottom: 50px;
}

.akeneo-section-2 .row > div {
  margin-right: -25px;
}

.akeneo-section-2 .row > div:first-child .title-mark:before {
  border-left: 24px solid #dc1a1a;
}

.akeneo-section-2 .title-mark {
  padding-left: 35px;
  font-weight: 300;
}

.akeneo-section-2 .title-mark + p, .akeneo-section-2 ul {
  padding-left: 30px;
}

.title-mark {
  background-color: #dc1a1a;
  color: #fff;
  padding: 7px 0 7px 35px;
  line-height: 35px;
  font-weight: 300;
  font-size: 20px;
  text-align: left;
  position: relative;
}

.title-mark:after {
  content: '';
  position: absolute;
  right: -24px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #dc1a1a;
  z-index: 1;
}

.title-mark:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #fff;
}

.title-mark + p {
  padding: 20px 0;
}

.title-mark + p strong {
  font-weight: 400;
}

.solution {
  max-width: 400px;
  text-align: center;
}

.solution_inner {
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 25px;
          border-radius: 25px;
}

.solution_price {
  padding: 30px 0 0 0;
}

.solution_price sup {
  vertical-align: top;
  font-size: 26px;
  color: #dc1a1a;
}

.solution_price span {
  color: #dc1a1a;
  font-size: 48px;
}

.solution_price sub {
  font-size: 18px;
}

.solution_title {
  padding: 20px 0;
  font-weight: 400;
  min-height: 92px;
}

.solution_content.list-checkmark li {
  border-top: 1px solid #e3e3e3;
  margin: 0;
  padding: 6px 0 0 25px;
}

.solution_content.list-checkmark li::before {
  margin-left: -25px;
  left: auto;
  top: 5px;
}

.solution_button {
  margin: 10px 0 20px;
}

.orocrm-section3 .block h2.title.left-underline,
.akeneo-section-3 .block h2.title.left-underline {
  font-size: 24px;
  line-height: 28px;
}

/* orocrm page */
.orocrm-section-1 ul {
  max-width: 570px;
  margin: 0 auto;
}

.orocrm-section-6 img,
.orocrm-section-1 img {
  max-height: 400px;
}

.orocrm-section-6 img {
  float: right;
}

/* Grafik-und-webdesign page */
.grafik-und-webdesign-section2 .block-type3 {
  margin-top: 50px;
}

.grafik-und-webdesign-section3 ul.list-checkmark li {
  text-align: left;
}

.grafik-und-webdesign.get-interested h2.title {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* Webprogrammierung page */
.to-process .center-block {
  margin: 0 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.to-process .center-block i {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.to-process .center-block h3 {
  padding: 0 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.to-process .center-block p {
  margin: 15px 0 0 0;
  text-align: justify;
}

.mautic-section-1 .block-text,
.webprogrammierung-section-1 .block-text {
  padding: 0 50px;
}

.mautic-section-1 .block-text h3.title,
.webprogrammierung-section-1 .block-text h3.title {
  margin-bottom: 20px;
}

.block-img-wrap {
  position: relative;
  height: 100px;
}

.block-img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 130px;
}

.lists-analysis h2.title.left-underline {
  text-align: center;
  margin-bottom: 0;
}

.lists-analysis h2.title.left-underline:after {
  display: none;
}

.lists-analysis h3.title {
  border-top: 1px solid #e3e3e3;
  padding: 6px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  text-align: left;
}

.lists-analysis h3.title:after {
  margin-left: 10px;
  content: '\f107';
  font-family: "FontAwesome";
  color: #dc1a1a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  display: inline-block;
}

.lists-analysis h3.active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lists-analysis ul.list-checkmark {
  padding: 0 20px 10px;
  display: none;
}

.lists-analysis ul.list-checkmark li {
  text-align: left;
  margin: 0;
  font-size: 14px;
}

.lists-analysis .btn {
  margin-top: 10px;
}

.lists-analysis .solution_inner {
  padding: 30px 0 20px 0;
}

.lists-analysis .solution_price {
  padding: 0 0 15px 0;
}

.parallax-lists h2.title {
  margin-bottom: 50px;
}

.parallax-lists ul {
  color: #fff;
}

.parallax-lists ul li::before {
  color: #fff;
}

.onlineshop-support .left-block-p p {
  margin-top: 10px;
}

.onlineshop-support .left-block-p i {
  margin-bottom: 0;
}

.onlineshop-support .btn {
  margin-top: 20px;
}

/* Ecommerce-beratung page */
.onlineshop-betreuung-section1 .btn {
  margin-bottom: 20px;
}

/* Kontakt page */
.kontakt-page-form h1.title i,
.kontakt-page-form h2.title i {
  color: #dc1a1a;
  margin-right: 10px;
}

.kontakt-page-form .form-wrap a {
  color: #dc1a1a;
}

.kontakt-page-form .form-wrap textarea {
  margin-bottom: 15px;
}

.kontakt-page-form .form-wrap p {
  text-align: left;
  font-size: 15px;
  margin-top: 10px;
}

.kontakt-page-form .form-wrap p a {
  display: inline-block;
}

.kontakt-page-form .customers h3 {
  margin-bottom: 15px;
}

.kontakt-page-form .customers ul.list-checkmark {
  margin: 15px 0;
}

.kontakt-page-form .customers p {
  text-align: justify;
}

.kontakt-page-form .person-tel {
  text-align: center;
  margin: 0 0 15px;
}

.kontakt-page-form .person-dsc-bottom {
  text-align: center;
}

.kontakt-page-form .person-dsc-bottom p {
  text-align: center;
  font-style: italic;
}

.kontakt-page-form .person-dsc-bottom .btn {
  margin-top: 15px;
}

.kontakt-page-form .person {
  max-width: 350px;
}

/* Products page */
.product_item {
  margin: 0 0 30px 0;
}

.product_item_body {
  text-align: center;
  position: relative;
}

.product_item_body img {
  width: 100%;
  height: auto;
}

.product_item_title {
  color: #000;
}

.product_item_price {
  color: #dc1a1a;
}

.product_item_desc {
  text-align: left;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product_item_desc:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product_item_desc_link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.product_item_desc_inner {
  position: absolute;
  bottom: 57px;
  left: 0;
  right: 0;
  padding: 16px;
}

.product_item_desc_price, .product_item_desc_title, .product_item_desc_cat {
  display: block;
}

.product_item_desc_title, .product_item_desc_cat {
  color: #000;
}

.product_item_desc_price:hover, .product_item_desc_cat:hover {
  color: #dc1a1a;
}

.product_item_desc_price {
  padding: 5px 0;
  font-size: 22px;
  color: red;
}

.product_item_desc_title {
  text-transform: uppercase;
  font-weight: 400;
}

.product_item_desc_title:hover {
  color: #000;
}

.product_item_desc_cat {
  font-size: 12px;
}

/* Product page */
.product {
  text-align: center;
}

.product_right {
  border-right: 1px solid #b8b8b8;
}

.product_img {
  overflow: hidden;
  height: 120px;
  width: 120px;
  position: relative;
  margin: 0 auto 15px;
}

.product_img img {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  max-width: 100%;
  max-height: 100%;
}

.product_soc .soc-icons {
  margin: 0;
}

.product_soc .soc-icons li a {
  color: #353535;
  border: 2px solid #353535;
}

.product_soc .soc-icons li .facebook {
  background-image: url(../img/socicons/facebook-black.svg);
}

.product_soc .soc-icons li .twitter {
  background-image: url(../img/socicons/twitter-black.svg);
}

.product_soc .soc-icons li .google {
  background-image: url(../img/socicons/google-plus-black.svg);
}

.product_soc .soc-icons li .linkedin {
  background-image: url(../img/socicons/linkedin-black.svg);
}

.product_soc .soc-icons li .xing {
  background-image: url(../img/socicons/xing-black.svg);
}

.product_head {
  display: block;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.product_price {
  color: #dc1a1a;
  font-size: 24px;
  line-height: 30px;
  margin: 5px 0 0 10px;
  text-align: left;
}

.product_vat {
  color: #000;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 15px;
}

.product_price, .product_img {
  display: inline-block;
  vertical-align: bottom;
}

.product_text {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 28px;
}

.product_filter {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.product_filter_option_name {
  text-align: left;
  color: #59585b;
  font-size: 14px;
  line-height: 22px;
}

.product_filter_item {
  margin: 0 0 15px 0;
  position: relative;
}

.product_filter_item select {
  cursor: pointer;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  outline: 0;
  border: 0;
  padding: 0 40px 5px 0;
  background: #fff;
  font-weight: 300;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #f3f3f3;
}

.product_filter_item:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0;
  top: calc(50% - 5px);
  -webkit-appearance: none;
  background: url("../img/down-arrow.svg") right center no-repeat;
  -webkit-background-size: 10px 10px;
          background-size: 10px;
}

.product_filter_name {
  font-weight: 400;
  font-size: 18px;
  min-width: 140px;
  display: inline-block;
}

.product_table table {
  width: 100%;
  margin: 0 0 0 -10px;
}

.product_table th, .product_table td {
  padding: 10px;
  border: 1px solid #f3f3f3;
}

.product_table th {
  font-weight: 400;
  font-size: 18px;
  min-width: 140px;
}

.product_art {
  margin: 40px 0 0 0;
}

.product_art h3 {
  font-weight: 400;
}

.product_tags {
  font-size: 14px;
}

.product_tags_name {
  text-decoration: underline;
}

.product_tags_link {
  color: #dc1a1a;
}

.product_tags_link:hover {
  color: #dc1a1a;
}

.product_btns_wrap {
  text-align: center;
}

.product .btn {
  margin-bottom: 10px;
}

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

.product-slider.slick-slider .slick-prev {
  left: 0;
}

.product-slider.slick-slider .slick-next {
  right: 0;
}

.product-slider.slick-slider .slick-arrow {
  opacity: 0;
  top: 50%;
}

.product-slider.slick-slider .slick-arrow::before {
  font-size: 40px;
}

.product-slider.slick-slider:hover .slick-arrow {
  opacity: 1;
}

.product-slider.slick-slider img {
  width: 80%;
}

.product-reviews .rating {
  text-align: left;
  margin: 0 0 10px 0;
}

.product-reviews .rating input {
  display: none;
}

.product-reviews .rating input + label {
  position: relative;
  cursor: pointer;
  margin: 0 20px 0 0;
}

.product-reviews .rating input + label::after {
  font-family: "FontAwesome";
  font-size: 15px;
  text-indent: 0;
  color: #dddddd;
}

.product-reviews .rating input:checked + label::after,
.product-reviews .rating input + label:hover::after {
  color: #FFD700;
}

.product-reviews .rating #star-1 + label {
  width: 20px;
}

.product-reviews .rating #star-1 + label::after {
  content: "\f006";
}

.product-reviews .rating #star-2 + label {
  width: 30px;
}

.product-reviews .rating #star-2 + label::after {
  content: "\f006\f006";
}

.product-reviews .rating #star-3 + label {
  width: 40px;
}

.product-reviews .rating #star-3 + label::after {
  content: "\f006\f006\f006";
}

.product-reviews .rating #star-4 + label {
  width: 60px;
}

.product-reviews .rating #star-4 + label::after {
  content: "\f006\f006\f006\f006";
}

.product-reviews .rating #star-5 + label {
  width: 70px;
}

.product-reviews .rating #star-5 + label::after {
  content: "\f006\f006\f006\f006\f006";
}

.share:hover .share {
  opacity: 0;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
}

.share:hover .shared {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.share_msg {
  position: relative;
  min-height: 70px;
}

.share_msg h3 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.share .shared {
  opacity: 0;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
}

.share_button {
  text-align: center;
  color: #dc1a1a;
}

.share_button > span {
  position: relative;
  margin: 0 15px;
}

.share_button > span i {
  font-size: 24px;
  width: 24px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.share_button > span:hover .count {
  opacity: 0.7;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.share_button > span .count {
  position: absolute;
  display: block;
  z-index: 999;
  left: 50%;
  bottom: 36px;
  min-width: 30px;
  margin: 0 -18px;
  min-height: 16px;
  padding: 4px;
  line-height: 16px;
  font-size: 13px;
  color: #fff;
  background: #DCDCDC;
  background: rgba(0, 0, 0, 0.22);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(14px);
      -ms-transform: translateY(14px);
          transform: translateY(14px);
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.share_button > span .count::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.22);
}

/* Referenzen page */
.container-refs > .row > div {
  margin: 0 0 30px;
  height: 210px;
  max-width: 400px;
}

.ref-item {
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ebebeb;
}

.ref-item_img {
  position: relative;
  height: 100%;
  text-align: center;
}

.ref-item_img img {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: auto;
  display: block;
  top: calc(50% - 12px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ref-item_inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(53, 53, 53, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
}

.ref-item_inner:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ref-item_url {
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  position: relative;
  top: calc(50% - 55px);
  margin: 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(53, 53, 53, 0.35);
  opacity: 0;
}

.ref-item_url:hover {
  color: rgba(0, 0, 0, 0.6);
  background-color: #fff;
}

.ref-item_url i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 20px;
  font-size: 22px;
  width: 20px;
  height: 20px;
  text-align: center;
}

.ref-item_title {
  margin-top: -64px;
  padding: 10px;
  background: rgba(53, 53, 53, 0.6);
  position: relative;
  z-index: 1;
  height: 64px;
  line-height: 22px;
  color: #fff;
}

.ref-item_title a.title {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 22px;
}

@media (max-width: 991px) {
  .ref-item_title a.title {
    font-size: 14px;
    line-height: 22px;
  }
}

.ref-item:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.ref-item:hover .ref-item_url {
  opacity: 1;
}

.mobile-browser .ref-item .project_url {
  opacity: 1;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  color: #646464;
  margin: 0;
  width: 40px;
  height: 40px;
}

.mobile-browser .ref-item .reference_link {
  display: none;
}

/* Treo-pim page*/
.step-blocks {
  overflow: hidden;
}

.step-blocks > div {
  padding-right: 30px;
  padding-left: 30px;
}

.step-blocks > div p {
  margin: 0 0 10px 0;
}

.step-blocks > div p strong {
  font-weight: 400;
}

.step-blocks > div:not(:last-child)::after, .step-blocks > div:not(:last-child)::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(50%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.1)), to(transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.1) 80%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.1) 80%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.1) 80%, transparent 100%);
}

.step-blocks > div::after {
  top: calc(50% - 148px);
  -webkit-transform: rotate(-190deg);
      -ms-transform: rotate(-190deg);
          transform: rotate(-190deg);
}

.step-blocks > div::before {
  top: 50%;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

h2.title-banner {
  width: 60%;
  margin: 0 auto 20px;
  font-size: 28px;
}

.onlineshop-entwicklung-section3 img {
  margin-bottom: 25px;
}

.onlineshop-entwicklung-section3 h3.title {
  margin-top: 50px;
  margin-bottom: 15px;
}

.onlineshop-entwicklung-section-9 i {
  width: 50px;
  min-width: 50px;
}

.onlineshop-analyse-section4 .text-block {
  margin-bottom: 0;
}

/* Product page & fixed sidebar */
.product-content-left > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.product-content-left,
.sidebar {
  padding-top: 15px;
}

.sidebar {
  width: 400px;
}

.fixed-sidebar,
.fixed-sidebar-top {
  position: fixed;
  bottom: 0;
  padding-top: 15px;
}

.fixed-sidebar-top {
  bottom: auto;
  top: 0;
}

.abs-sidebar {
  position: absolute;
  margin-top: -20px;
}

.sidebar-content {
  padding: 10px 20px;
  max-height: calc(100vh - 100px);
  overflow: auto;
  border-left: 1px solid #f3f3f3;
}

/* END Product page & fixed sidebar */
.big-container .container {
  max-width: 1440px;
}

.plugins-wrap {
  padding: 0 15px;
}

.plugins-wrap + .btn-wrap {
  margin-top: 35px;
}

.plugin {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  width: calc(33% - 11px);
  min-height: 227px;
  margin: 0 7px 15px;
}

.plugin .plugin-content {
  width: 100%;
  padding-left: 25px;
  position: relative;
  padding-bottom: 45px;
}

.plugin .plugin-content .btn-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: left;
  padding-left: 25px;
}

.plugin .plugin-content .btn-wrap .btn {
  vertical-align: middle;
}

.plugin .plugin-content .price {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  color: #dc1a1a;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.plugin h5 {
  font-weight: 400;
  margin-bottom: 10px;
}

.plugin h5 a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000;
}

.plugin h5 a:hover {
  color: #dc1a1a;
}

.plugin p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  max-height: 105px;
  overflow: hidden;
}

.plugin p span {
  font-weight: 400;
}

.immobilien-section1 .text-block {
  margin: 0;
}

.immobilien-section1 .wrap-btns {
  margin-top: 25px;
}

.kundenbeziehungsmanagement-section4 img {
  max-height: 400px;
}

.kundenbeziehungsmanagement-section4 .left-block {
  margin-bottom: 50px;
}

.kundenbeziehungsmanagement-section5 .title-mark {
  margin: 0 25px 25px 0;
  font-size: 18px;
}

.kundenbeziehungsmanagement-section5 ul {
  margin: 0 25px;
}

.kundenbeziehungsmanagement-section5 .title-mark:before {
  border-left: 24px solid #fafafa;
}

.kundenbeziehungsmanagement-section6 .wrap-btns {
  margin-top: 35px;
  text-align: left;
}

.kundenbeziehungsmanagement-section6 .wrap-btns .btn {
  margin-bottom: 10px;
}

.kundenbeziehungsmanagement-section6 .wrap-btns .btn:first-child {
  margin-right: 15px;
}

.kundenbeziehungsmanagement-get-interested .container p:nth-child(3) {
  margin-bottom: 15px;
}

.kundenbeziehungsmanagement-get-interested .container p:nth-child(3):before {
  top: -15px;
  bottom: inherit;
}

.treoCRM_verwalten_image {
  margin-top: 50px;
}

.treoCRM_verwalten_image img {
  display: block;
  margin: 0 auto;
}

.treoCRM_verwalten_image_zoom.easyzoom {
  margin-top: 50px;
  display: none;
}

/* treocrm page */
.treocrm-section-2 h3,
.treocrm-section-3 h3,
.treocrm-section-4 h3 {
  font-weight: 400;
  margin-bottom: 10px;
}

.treocrm-section-2 ul.list-disc,
.treocrm-section-3 ul.list-disc,
.treocrm-section-4 ul.list-disc {
  margin-left: 5px;
  margin-bottom: 20px;
}

/* END treocrm page */
/* Mautic page */
.mautic-section-2 .img-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* END Mautic page */
/* Marketing Automatisierung page */
.marketing-automatisierung-section .text-block {
  margin-bottom: 0;
}

/* END Marketing Automatisierung page */
/* Colors */
/* etc */
/* Mixins */
/* Keyframes */
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes todown {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}

@media (min-width: 1581px) {
  .container-refs .col-lg-4,
  .page-form .person.col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 1580px) {
  .systems-icons .icon {
    margin-right: 10px;
  }
  .copyright {
    padding-right: 5%;
  }
  .copyright p {
    font-size: 14px;
    line-height: 26px;
    padding: 13px 0;
  }
  .homepage-slider .content-overlay {
    z-index: 1;
  }
  .homepage-slider .overlay:before {
    z-index: 1;
  }
  .homepage-slider .homepage-slide {
    overflow: hidden;
  }
  .homepage-slider .homepage-slide img {
    width: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .section-tabs #move-line-menu #magic-line {
    display: none !important;
  }
  .section-tabs #move-line-menu li.default {
    display: none;
  }
  .site-wrap {
    margin-bottom: -310px;
  }
  .footer, .site-wrap:after {
    height: 310px;
  }
  .footer .certificate {
    width: 65px;
    margin-right: 0;
  }
  .footer .partners {
    width: 190px;
  }
  .our-references-slider-wrap .slick-slide .img-wrap img {
    width: initial;
    height: 110%;
    top: calc(50% - 12px);
  }
  .page-form  .customers ul {
    display: inline-block;
    text-align: left;
  }
  .contact-de-form .customers {
    padding: 0 15px;
  }
  .blog_item_link {
    height: 265px;
  }
  .home-section5 .right .systems {
    padding: 0 15px;
  }
  .home-section5 .right .systems a:last-child {
    font-size: 16px;
    line-height: 20px;
  }
  .pdfobject-container {
    height: 829px;
  }
}

@media (max-width: 1580px) and (min-width: 1200px) {
  .footer .row > div {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .row > div > ul > li,
  .footer .row > div .title {
    line-height: 24px;
  }
}

@media (max-width: 1500px) {
  .plugin .plugin-content {
    padding-bottom: 80px;
  }
  .plugin .plugin-content .price {
    display: block;
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 20px;
  }
  .header {
    height: 70px;
  }
  .logo {
    margin-top: 20px;
  }
  .header-nav .sub-menu {
    top: 49px;
    min-width: 190px;
    margin-left: -1px;
  }
  .header-nav .sub-menu a {
    font-size: 13px;
    left: 20px;
  }
  .header-nav > ul > li {
    padding: 0 0 19px;
    margin: 0 3px;
  }
  .header-nav > ul > li > a {
    padding: 0 10px 27px;
    font-size: 13px;
    line-height: 30px;
  }
  .header-nav > ul > li.has-children > a {
    padding: 0 15px 27px 5px;
  }
  .header-nav ul li.has-children > a:before {
    right: 5px;
    font-size: 12px;
  }
  .header-fixed .header-nav > ul > li > a {
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px 26px;
  }
  .header-fixed .header-nav > ul > li.has-children > a {
    padding: 0 15px 26px 5px;
  }
  .header-fixed .header-nav > ul > li .first-sub-menu {
    top: 48px;
  }
  .header-icons .header-icon {
    margin-top: 0;
  }
  .page-without-top-section {
    padding-top: 70px;
  }
  .page-without-top-section:before {
    height: 70px;
  }
  .header-fixed .page-without-top-section:before {
    -webkit-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}

@media (max-width: 1299px) {
  .sidebar {
    width: 370px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .kontakt-page-form .customers {
    padding: 0 10px;
  }
  .kontakt-page-form .person-tel {
    text-align: left;
  }
  .kontakt-page-form .person-tel a {
    display: block;
    padding-left: 27px;
  }
  .kontakt-page-form .person-tel span {
    margin-left: 8px;
  }
}

@media (max-width: 1280px) {
  .logo-light {
    width: 140px;
    top: 3px;
  }
  .product-content-left,
  .product-content-right {
    max-width: 100%;
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  .product-wrap.offset-container {
    padding-top: 0;
    margin-top: 15px;
  }
  .product-content-left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .sidebar-placeholder {
    display: none;
  }
  .abs-sidebar,
  .fixed-sidebar,
  .fixed-sidebar-top {
    position: static;
  }
  .sidebar {
    width: 100%;
    padding-top: 0;
    margin-bottom: 15px;
  }
  .sidebar-content {
    padding: 15px 0;
    max-height: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: none;
    border-bottom: 1px solid #f3f3f3;
  }
  .sidebar-content .product_column {
    width: 100%;
    max-width: 320px;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
  }
  .sidebar-content .product_img {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .systems-icons-title,
  .mobile-menu-btn,
  .header-nav-logo-wrap,
  .nav-site-descr {
    display: none;
  }
  .header-nav > ul > li:hover {
    overflow: visible;
  }
  .header-nav > ul > li.active a:after {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .img-fluid-6 {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .social_sharing_icons {
    text-align: left;
  }
  .soc-icons {
    margin: 25px 0px 20px;
  }
  .info-links {
    margin-bottom: 20px;
  }
  .homepage-blog-section .col-lg-6 {
    max-width: 400px;
  }
  .customer-benefits-section .row div:not(.text-center) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
  .customer-benefits-section .row .text-center {
    opacity: 1;
    margin-bottom: 50px;
  }
  .customer-benefits-section img {
    max-width: 600px;
    width: 100%;
  }
  .mobile-menu-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .nav-open .mobile-menu-overlay {
    display: block;
  }
  .header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
  }
  .header .container {
    position: static;
  }
  .logo {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    width: 110px;
    height: 20px;
    margin: 0;
  }
  .logo-dark {
    opacity: 1;
    width: 110px;
    position: static;
  }
  .logo-light {
    display: none;
  }
  .header-icons {
    margin-top: 24px;
  }
  .header-icons .header-icon:before {
    color: #000;
  }
  .header-icons .lang-icons a {
    color: #fff;
    background: #000;
    border-color: #000;
  }
  .header-icons .lang-icons a:hover {
    background: #dc1a1a;
    color: #fff;
    border-color: #dc1a1a;
  }
  .header-nav {
    position: absolute;
    width: 295px;
    top: 0;
    left: 0;
    height: 100vh;
    -webkit-transform: translateX(-295px);
        -ms-transform: translateX(-295px);
            transform: translateX(-295px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    background-color: #fff;
    overflow: auto;
  }
  .nav-open .header-nav {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  .nav-open .mobile-menu-btn {
    -webkit-transform: translateX(295px);
        -ms-transform: translateX(295px);
            transform: translateX(295px);
  }
  .header-nav-logo-wrap {
    position: relative;
    height: 70px;
    background: #fff;
  }
  .header-nav ul {
    background-color: #fafafa;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 0;
    overflow: hidden;
  }
  .header-nav ul li.has-children > a:before,
  .header-nav ul a {
    color: #000;
  }
  .header-nav ul > li {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .header-nav ul > li a {
    width: 100%;
    display: block;
    padding: 5px 30px 5px 20px !important;
  }
  .header-nav ul > li > a:after {
    border-left: 2px solid #dc1a1a;
    top: 0;
    right: initial;
  }
  .header-nav ul li.has-children > a:before {
    top: 8px;
    right: 15px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header-nav ul li.has-children.active-mob > a:before {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  .header-nav ul .sub-menu,
  .header-nav ul .first-sub-menu > li .second-sub-menu {
    width: 100%;
    position: static;
    display: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 10px 0;
  }
  .header-nav ul .sub-menu li:last-child > a {
    border-bottom: none;
  }
  .header-nav .sub-menu a:hover {
    background-color: #fff;
  }
  .header-nav ul li.active a:after {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    border-color: #dc1a1a;
  }
  ul.second-sub-menu.sub-menu {
    border: none;
    padding-bottom: 0 !important;
  }
  ul.second-sub-menu.sub-menu a {
    padding: 5px 10px 5px 0 !important;
    margin-left: 30px;
    width: calc(100% - 40px);
  }
  .header-fixed.show-fixed .logo {
    margin-top: 0;
  }
  .site-wrap {
    margin-bottom: -650px;
  }
  .footer, .site-wrap:after {
    height: 650px;
  }
  .footer {
    background-position: left bottom;
  }
  .footer .systems-icons-title {
    position: absolute;
    top: -125px;
    width: calc(50% - 30px);
  }
  .copyright {
    margin: 130px 0 0;
    position: relative;
    padding-right: 15px;
  }
  .systems-icons {
    position: absolute;
    top: -75px;
  }
  .home-section5 .right .systems {
    padding: 0 15px 0 50px;
  }
  .blog_item_link {
    height: 215px;
  }
  .plugins-wrap {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .plugins-wrap .plugin {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: inherit;
    width: calc(50% - 15px);
  }
  .plugins-wrap .plugin:last-child {
    margin-right: 0;
  }
  .top-section {
    min-height: 300px;
    -webkit-background-size: inherit inherit !important;
            background-size: inherit !important;
    background-position: top center !important;
  }
  .top-section .container {
    height: 300px;
    padding-top: 70px;
  }
  .top-section .container h1.title,
  .top-section .container h2.title {
    font-size: 34px;
    line-height: 38px;
  }
  .top-section .container h1.title i,
  .top-section .container h2.title i {
    font-size: 22px;
    line-height: 38px;
  }
  .top-section .breadcrumbs_inner {
    font-size: 16px;
    line-height: 20px;
    margin: -30px 0 0;
  }
  .homepage-slider .content-overlay h1,
  .homepage-slider .content-overlay h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .homepage-slider .content-overlay p {
    margin: 10px 0;
  }
  .homepage-slider img {
    height: 100%;
  }
  .home-section5 .right {
    margin: 50px 0;
  }
  .places:before {
    display: block;
    opacity: .3;
  }
  .fact-block {
    display: block;
  }
  .forward-block {
    padding-left: 0;
  }
  .forward-block span {
    font-size: 16px;
    padding: 10px 0 0 20px;
  }
  .fact-block {
    width: 100%;
  }
  .fact-number {
    text-align: left;
  }
  .fact-dsc {
    width: 100%;
  }
  .magento-section-1 .container p {
    margin-top: 50px;
  }
  .magento-section-1 .section-background p {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .warum-section .left-block {
    padding: 0 40px 0 70px;
  }
  .why.oxid .img-fluid {
    display: block;
    margin: 0 auto;
  }
  .why .why-oxid-text {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .why.oxid .container > div {
    margin-bottom: 0;
    margin-top: 0;
  }
  .why.oxid .container > div:last-child > div {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .plentymarkets-section-2 .plentymarkets-section-2-1 .block {
    text-align: left;
  }
  .plentymarkets-section-2 .plentymarkets-section-2-1 .block h3 {
    text-align: left;
  }
  .offset-container.solution-section,
  .offset-container.akeneo-section-5 {
    padding-bottom: 0;
  }
  .offset-container.solution-section .solution,
  .offset-container.akeneo-section-5 .solution {
    margin-bottom: 50px;
  }
  .why-we-section > .container > .row > div:first-child {
    margin-bottom: 25px;
  }
  .immobilien-section1 .row > div:first-child {
    padding-bottom: 0;
  }
  .immobilien-section2 img {
    width: 100%;
    max-width: 700px;
  }
  .immobilien-section2-1 .text-center {
    margin-bottom: 50px;
  }
  .immobilien-section2-4 .text-center {
    margin-top: 50px;
  }
  .kundenbeziehungsmanagement-section5.offset-container {
    padding-bottom: 0;
  }
  .kundenbeziehungsmanagement-section5 .block {
    margin-bottom: 50px;
  }
  .reviews-slider {
    height: 300px;
  }
  .pdfobject-container {
    height: 683px;
  }
  .treocrm-section-3 .row > div:first-child,
  .treocrm-section-4 .row > div:first-child {
    margin-bottom: 50px;
  }
  .oxid-section1 .row > .text-center,
  .oxid-section4 .row > .text-center,
  .oxid-section6 .row > .text-center,
  .oxid-section8 .row > .text-center {
    margin-top: 50px;
  }
  .oxid-section2 .row > .text-center,
  .oxid-section3 .row > .text-center,
  .oxid-section5 .row > .text-center,
  .oxid-section7 .row > .text-center {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .fullscreen .w-full {
    width: 100%;
  }
  .blog_left {
    padding-right: 35px;
  }
}

@media (max-width: 991px) {
  .blog_item_content {
    padding: 10px 10px 5px;
  }
  .homepage-blog-section .row.section-margin-top {
    margin-top: 30px;
  }
  .our-team.places .bg-img.about-us-img3 {
    width: 55%;
  }
  .our-team.places .big.right {
    margin-left: 58%;
  }
  .page-without-top-section:before {
    display: none;
  }
  .kundenbeziehungsmanagement-section4 .left-block {
    margin-bottom: 25px;
  }
  .treoCRM_verwalten_image {
    display: none;
  }
  .treoCRM_verwalten_image_zoom.easyzoom {
    display: block;
  }
  .onlineshop-betreuung-section1 .even img {
    margin-top: 25px;
  }
  .onlineshop-betreuung-section1 .odd img {
    margin-bottom: 50px;
  }
  .espocrm-section-6 .container > .row > div:first-child,
  .espocrm-section-3-1 .container > .row > div:first-child,
  .espocrm-section-3-2 .container > .row > div:first-child,
  .espocrm-section-4 > .container > .row > div:first-child,
  .espocrm-section-4 > .section-background > .container > .row > div:first-child {
    margin-bottom: 50px;
  }
  .espocrm-section-4 .left-block {
    padding: 0;
    text-align: center;
  }
  .espocrm-section-4 .left-block i {
    position: static;
  }
  .espocrm-section-4 .left-block h3.title {
    text-align: center;
  }
  h1.title,
  h2.title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 18px;
    padding-bottom: 15px;
  }
  h1.title {
    font-size: 28px;
  }
  h3.title {
    font-size: 18px;
    line-height: 24px;
  }
  .top-section-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .link {
    font-size: 14px;
    line-height: 22px;
  }
  .home-section3-1 .block {
    margin-bottom: 25px;
    text-align: right;
  }
  .home-section3-1 .block:last-child {
    margin-bottom: 0;
  }
  .home-section3-1 .block p {
    text-align: justify;
  }
  .site-wrap {
    margin-bottom: -635px;
  }
  .footer, .site-wrap:after {
    height: 635px;
  }
  .copyright {
    margin: 140px 0 0;
  }
  .copyright p {
    font-size: 14px;
  }
  .soc-icons {
    margin: 20px 0 0;
  }
  .systems-icons {
    width: 455px;
    top: -85px;
  }
  .systems-icons .icon.oxid {
    margin-right: 48px;
    margin-top: 8px;
  }
  .systems-icons .icon.angular {
    margin-right: 20px;
  }
  .systems-icons .icon.espo {
    margin-top: 5px;
  }
  .systems-icons .icon.angular {
    margin-right: 20px;
    margin-top: 5px;
  }
  .systems-icons .icon.vue {
    margin-top: 5px;
  }
  .arrow-top-wrap {
    bottom: 52px;
    right: 15px;
    height: 40px;
    width: 40px;
    padding-top: 9px;
  }
  .top-section {
    min-height: 300px;
  }
  .get-interested {
    min-height: 300px;
  }
  .get-interested .container {
    height: 300px;
  }
  .our-team .big {
    padding: 0;
    width: 55%;
  }
  .fact-block {
    display: block;
  }
  .fact-block .fact-number,
  .fact-block .fact-dsc {
    width: 100%;
    padding-right: 0;
  }
  .places {
    text-align: center;
  }
  .places .places-block {
    width: 280px;
  }
  .places .places-block ul h3 {
    line-height: 18px;
    font-size: 20px;
  }
  .places .places-block ul li {
    margin: 0 0 20px 0;
  }
  .our-team.places h3,
  .our-team.places ul.list-checkmark {
    text-align: left;
  }
  .processes .hidden {
    display: none;
  }
  .text-block {
    line-height: 26px;
  }
  .plentymarkets-section-1 .container .row img {
    display: none;
  }
  .plentymarkets-section-1 .container .row:last-child img {
    display: block;
    margin: 50px auto 0;
  }
  .plentymarkets-section-1 .container .left-block {
    padding: 0 25px 0 90px;
    width: 49%;
    vertical-align: top;
    display: inline-block;
  }
  .plentymarkets-section-1 .container .left-block i {
    left: 15px;
  }
  .product_name {
    font-size: 24px;
  }
  .page-form .customers ul.list-checkmark li,
  .icons_slide p,
  .page-form .person-dsc ul li a {
    font-size: 14px;
    line-height: 22px;
  }
  .mautic-section-1 .block-text,
  .webprogrammierung-section-1 .block-text {
    padding: 0 15px;
  }
  .kontakt-page {
    padding-top: 70px;
  }
  .kontakt-page .top-section {
    display: none;
  }
  .module-item-section {
    margin-top: 15px;
  }
  .ckeditor-style h1 {
    font-size: 28px;
    line-height: 32px;
    margin: 40px 0 20px 0;
  }
  .ckeditor-style h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 30px 0 15px 0;
  }
  .ckeditor-style h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0 10px 0;
  }
  .ckeditor-style h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 10px 0;
  }
  .ckeditor-style h5 {
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0 5px 0;
  }
  .ckeditor-style h6 {
    font-size: 10px;
    line-height: 14px;
    margin: 10px 0 5px 0;
  }
  .ckeditor-style p {
    font-size: 16px;
    line-height: 24px;
  }
  .bottom-banner-wrap p,
  .bottom-banner-wrap .text-link {
    font-size: 13px;
    line-height: 18px;
  }
  .pdfobject-container {
    margin-bottom: 50px;
  }
  .onlineshop-analyse-section-pdf .col-lg-6 > ol {
    max-width: 300px;
    margin: 0 auto;
  }
  .onlineshop-analyse-section-pdf h2.title.left-underline {
    text-align: center;
  }
  .onlineshop-analyse-section-pdf h2.title.left-underline:after {
    display: none;
  }
  .onlineshop-analyse-section-pdf .btn-wrap {
    text-align: center;
  }
  .mobile-browser #pdf-viewer {
    display: none;
  }
  .section-connectors .text-block {
    margin: 20px 0;
  }
  .pagination_wrap {
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .pagination_wrap .pagination {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .pagination_wrap .pagination a {
    padding: 8px 14px;
  }
}

@media (max-width: 767px) {
  .homepage-blog-section .blog_item_content {
    min-height: inherit;
  }
  .places.our-team {
    background: url("../img/about-us/webagentur_slide.jpg") center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-top: -1px;
  }
  .places.our-team .big.right {
    width: 100%;
  }
  .places.our-team .bg-img.about-us-img3 {
    display: none;
  }
  .places.our-team ul.list-checkmark {
    text-align: center;
  }
  .places.our-team ul.list-checkmark li {
    display: inline-block;
    padding-left: 0;
  }
  .places.our-team ul.list-checkmark li:before {
    position: static;
    margin-right: 10px;
  }
  .places.our-team h2.title,
  .places.our-team h3,
  .places.our-team ul {
    color: #fff;
    text-align: center;
  }
  .places.our-team h2.title.left-underline {
    text-align: center;
  }
  .places.our-team h2.title.left-underline:after {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), to(transparent));
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }
  .places.our-team h2.title.left-underline:after {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(35%, rgba(255, 255, 255, 0.09)), color-stop(70%, rgba(255, 255, 255, 0.09)), to(transparent));
    background: -webkit-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.09) 35%, rgba(255, 255, 255, 0.09) 70%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.09) 35%, rgba(255, 255, 255, 0.09) 70%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.09) 35%, rgba(255, 255, 255, 0.09) 70%, transparent 100%);
  }
  .blog_item_link {
    height: 165px;
  }
  .ckeditor-style img,
  .ckeditor-style img.fl,
  .ckeditor-style img.fr {
    display: block;
    float: none !important;
    height: auto !important;
    margin: 25px auto;
  }
  .plugins-wrap .plugin {
    width: 100%;
    max-width: 460px;
    margin-left: 0;
  }
  .plugins-wrap .plugin:last-child {
    margin-bottom: 0;
  }
  .onlineshop-analyse-section2 img {
    margin-bottom: 50px;
  }
  .onlineshop-analyse-section4 img {
    margin-top: 50px;
  }
  .espocrm-section-1 .container > .row > div:first-child {
    margin-bottom: 50px;
  }
  .orocrm-section-1.offset-container {
    padding-bottom: 0;
  }
  .orocrm-section-1.offset-container .row.offset-container.justify-content-center {
    padding-top: 0;
  }
  .orocrm-section-1.offset-container ul {
    max-width: inherit;
  }
  .orocrm-section-1.offset-container .text-center {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-mark:before,
  .title-mark:after {
    display: none;
  }
  .akeneo-section-2 {
    padding-bottom: 0;
  }
  .akeneo-section-2 .row > div {
    margin-right: 0;
  }
  .akeneo-section-2 ul {
    margin-bottom: 50px;
  }
  .orocrm-section3,
  .akeneo-section-3 {
    padding-bottom: 0;
  }
  .orocrm-section3 .list-checkmark,
  .akeneo-section-3 .list-checkmark {
    max-width: 300px;
    margin: 0 auto 50px;
  }
  .orocrm-section3 h2.title.left-underline,
  .akeneo-section-3 h2.title.left-underline {
    text-align: center;
  }
  .orocrm-section3 h2.title.left-underline:after,
  .akeneo-section-3 h2.title.left-underline:after {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), to(transparent));
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }
  .akeneo-section-4 .row > div:first-child {
    margin-bottom: 50px;
  }
  .homepage-slider .content-overlay ul {
    margin-bottom: 15px;
  }
  .homepage-slider .content-overlay ul li {
    margin-bottom: 0;
  }
  .home-section5 .right {
    margin: 25px 0;
  }
  .reviews-slider .review-wrap {
    width: 100%;
  }
  .our-team.benefits .row,
  .places.our-team .row {
    display: block;
  }
  .ecommerce-beratung-section4 .left-block,
  .warum-section .left-block {
    padding: 0 0 0 60px;
  }
  .icons_slide p {
    max-width: 100%;
    margin: 0;
    text-align: center;
  }
  .icons_slide .icons_item {
    display: block;
  }
  .icons_slide .icon {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
  }
  .icons_slide .icon:after {
    display: none;
  }
  .our-references-slider-wrap .slick-slider .slick-dots {
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    left: inherit;
    margin-bottom: 8px;
  }
  .our-references-slider-wrap .slick-slider .slick-prev,
  .our-references-slider-wrap .slick-slider .slick-next {
    top: initial;
    bottom: -20px;
  }
  .page-form .row > div {
    margin-bottom: 25px;
  }
  .page-form .row > div:last-child {
    margin-bottom: 0;
  }
  .why.oxid .why-block > div {
    padding: 0;
  }
  .plentymarkets-section-1 .container .left-block {
    padding: 0;
    width: 100%;
    text-align: center;
    display: block;
  }
  .plentymarkets-section-1 .container .left-block h3 {
    text-align: center;
  }
  .plentymarkets-section-1 .container .left-block i {
    position: static;
    height: 44px;
  }
  h2.title-banner {
    width: 100%;
    font-size: 18px;
  }
  .blog_item_name a {
    font-size: 16px;
  }
  .mautic-section-1 .container .row .block-text,
  .webprogrammierung-section-1 .container .row .block-text {
    margin: 50px 0;
  }
  .mautic-section-1 .container .row:last-child .block-text,
  .mautic-section-1 .container .text-block,
  .webprogrammierung-section-1 .container .row:last-child .block-text,
  .webprogrammierung-section-1 .container .text-block {
    margin-bottom: 0;
  }
  .mautic-section-1 .container .row .block-text:first-child {
    margin-top: 0;
  }
  .ecommerce-beratung-section1 .list-checkmark {
    margin: 50px 0;
  }
  .ecommerce-beratung-section1 h2.title.left-underline {
    text-align: center;
  }
  .ecommerce-beratung-section1 h2.title.left-underline:after {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), to(transparent));
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }
  .onlineshop-entwicklung-parallax1 {
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .onlineshop-entwicklung-parallax1 .container {
    height: initial;
  }
  .onlineshop-entwicklung-section3 .block {
    margin-bottom: 50px;
  }
  .onlineshop-entwicklung-section3 .block img {
    margin: 0 auto 25px;
    display: block;
  }
  .onlineshop-entwicklung-section3 .block h3.title {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
  }
  .onlineshop-entwicklung-section3 .block ul.list-checkmark {
    max-width: 200px;
    margin: 0 auto;
  }
  .onlineshop-entwicklung-section3 .block:last-child {
    margin-bottom: 0;
  }
  .onlineshop-entwicklung-section4-2 .row div:nth-child(2) {
    margin-top: 50px;
  }
  .onlineshop-entwicklung-section4-2 ul.list-checkmark.center {
    padding-left: 0;
    max-width: 280px;
    margin: 0 auto;
  }
  .reference-page-section1 .row .block,
  .reference-page-section2 .row .block {
    margin-bottom: 25px;
  }
  .reference-page-section1 .row .block:last-child,
  .reference-page-section2 .row .block:last-child {
    margin-bottom: 0;
  }
  .reference-page-section5 .reference-page-img-wrap {
    margin-top: 50px;
  }
  .reference-page-section6 .reference-page-img-wrap {
    margin-bottom: 50px;
  }
  .reference-page-section3 > .container > .offset-container {
    padding-top: 0;
  }
  .reference-page-section4 .text-block {
    margin-top: 0;
  }
  .kundenbeziehungsmanagement-section4 img,
  .kundenbeziehungsmanagement-section6 img {
    max-height: 300px;
  }
  .kundenbeziehungsmanagement-section4 .section4-1 > div:first-child,
  .kundenbeziehungsmanagement-section4 .section4-3 > div:first-child {
    margin-bottom: 25px;
  }
  .kundenbeziehungsmanagement-section4 .section4-2 > div:first-child {
    margin-bottom: 50px;
  }
  .kundenbeziehungsmanagement-section6 ul {
    max-width: 450px;
    margin: 0 auto;
  }
  .kundenbeziehungsmanagement-section6 .text-center {
    margin-top: 50px;
  }
  .kundenbeziehungsmanagement-section5 .title-mark {
    display: inline-block;
    padding-right: 35px;
  }
  .kundenbeziehungsmanagement-section5 ul {
    margin: 0;
  }
  .kundenbeziehungsmanagement-section3 .step-blocks > div {
    margin-bottom: 50px;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .kundenbeziehungsmanagement-section3 .step-blocks > div:after {
    -webkit-transform: rotate(-260deg);
        -ms-transform: rotate(-260deg);
            transform: rotate(-260deg);
    right: calc(50% + 74px) !important;
  }
  .kundenbeziehungsmanagement-section3 .step-blocks > div:before {
    -webkit-transform: rotate(260deg);
        -ms-transform: rotate(260deg);
            transform: rotate(260deg);
    right: calc(50% - 74px) !important;
  }
  .kundenbeziehungsmanagement-section3 .step-blocks > div:last-child {
    margin-bottom: 0;
  }
  .kundenbeziehungsmanagement-section3 .step-blocks > div:not(:last-child)::after,
  .kundenbeziehungsmanagement-section3 .step-blocks > div:not(:last-child)::before {
    top: inherit;
    bottom: -80px;
    right: 50%;
  }
  .section-tabs #move-line-menu li a {
    padding: 10px 20px;
  }
  .section-tabs.not-anchor #move-line-menu li.current-page-item {
    border: none;
    background: #e62a2a;
  }
  .section-tabs.not-anchor #move-line-menu li.current-page-item:after {
    display: none;
  }
  .section-tabs.not-anchor #move-line-menu li.current-page-item a {
    color: #fff;
  }
  .container-refs > .row > div {
    margin: 0 0 15px;
  }
  .kundenbeziehungsmanagement-section4 .section4-2 {
    padding-bottom: 0;
  }
  .reviews-slider {
    height: 340px;
  }
  .footer .partners {
    width: 220px;
    display: inline-block;
    vertical-align: top;
  }
  .footer .certificate {
    width: 70px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
  }
  .sidebar-content {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .sidebar-content .product_column {
    padding: 0;
  }
  .treocrm-section-2 h3,
  .treocrm-section-3 h3,
  .treocrm-section-4 h3 {
    text-align: center;
    font-size: 16px;
  }
  .treocrm-section-2 h3,
  .treocrm-section-2 ul.list-disc,
  .treocrm-section-3 h3,
  .treocrm-section-3 ul.list-disc,
  .treocrm-section-4 h3,
  .treocrm-section-4 ul.list-disc {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .treocrm-section-2 .row > div:first-child {
    margin-bottom: 50px;
  }
  .marketing-automatisierung-section .row div:first-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) and (min-width: 479px) {
  .wrap-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .kundenbeziehungsmanagement-section6 .wrap-btns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 656px) {
  .basket_wrap {
    width: 340px;
  }
  .open-basket .translate-left,
  .open-basket.header-fixed.show-fixed .translate-left {
    -webkit-transform: translateX(-340px);
        -ms-transform: translateX(-340px);
            transform: translateX(-340px);
  }
}

@media (max-width: 575px) {
  .soc-icons {
    margin: 20px 0;
  }
  .post_nav {
    display: block;
  }
  .post_nav_prev, .post_nav_main, .post_nav_next {
    width: 100%;
  }
  .post_nav_main {
    margin: 20px 0 17px;
  }
  .sidebar-content .product_column {
    margin: 0;
  }
  .treocrm-section-4 .text-block br {
    display: none;
  }
  .home-section5 .right .systems {
    padding: 0 15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: center;
  }
  .home-section5 .right .systems a:first-child {
    width: 100%;
  }
  .home-section5 .right .systems a:first-child img {
    width: 40px;
    height: 40px;
  }
  .home-section5 .right .systems a:last-child {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .blog_item_link {
    height: 225px;
  }
  .btn {
    max-width: 300px;
    white-space: normal;
  }
  .homepage-slider-wrap .arrow-down-wrap {
    bottom: 60px;
  }
  .homepage-slider .content-overlay {
    padding: 0 50px;
  }
  .homepage-slider .content-overlay h1,
  .homepage-slider .content-overlay h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .homepage-slider .content-overlay p {
    font-size: 14px;
    line-height: 20px;
  }
  .homepage-slider .content-overlay ul.list-checkmark {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .homepage-slider .content-overlay ul.list-checkmark li:hover {
    font-size: 14px;
  }
  .homepage-slider .contact {
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
  }
  .homepage-slider.slick-slider .slick-arrow {
    height: 30px;
    width: 25px;
  }
  .homepage-slider.slick-slider .slick-arrow:before {
    top: -10px;
  }
  .homepage-slider.slick-slider .slick-arrow:before {
    font-size: 45px;
  }
  .homepage-slider.slick-slider .slick-prev {
    left: 15px;
  }
  .homepage-slider.slick-slider .slick-next {
    right: 15px;
  }
  .homepage-slider.slick-slider .slick-dots {
    bottom: 10px;
  }
  .home-section2 .block:first-child, .home-section2 .block:nth-child(2) {
    margin-bottom: 50px;
  }
  .reviews-slider {
    padding-bottom: 30px;
  }
  .reviews-slider .review-wrap div:first-child {
    max-height: 240px;
    overflow: hidden;
  }
  .reviews-slider .review-wrap div:last-child {
    font-size: 14px;
    margin: 15px 0;
  }
  .reviews-slider .slick-arrow {
    bottom: -29px;
    top: inherit;
  }
  .site-wrap {
    margin-bottom: -1035px;
  }
  .footer, .site-wrap:after {
    height: 1035px;
  }
  .footer .systems-icons-title {
    width: calc(100% - 30px);
  }
  .our-team {
    text-align: center;
  }
  .our-team .bg-img {
    display: none;
  }
  .our-team .big {
    width: 100%;
  }
  .our-team .big ul.list-checkmark {
    margin: 0 auto;
    text-align: left;
  }
  .our-team .big ul.list-checkmark.team {
    width: 180px;
  }
  .our-team .btn {
    margin-top: 25px;
  }
  .our-team h2.title.left-underline {
    text-align: center;
  }
  .our-team h2.title.left-underline:after {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), to(transparent));
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }
  .our-team p {
    text-align: center;
  }
  .our-services .block {
    max-width: 300px;
  }
  .facts .fact-block {
    margin-bottom: 25px;
  }
  .facts .fact-block .fact-number,
  .facts .fact-block .fact-dsc {
    text-align: center;
  }
  .facts .fact-block .fact-number p,
  .facts .fact-block .fact-dsc p {
    text-align: center;
  }
  .facts .fact-block:last-child {
    margin-bottom: 0;
  }
  .our-team.places h3 {
    text-align: center;
  }
  .left-block {
    text-align: left;
    padding: 0;
    margin-bottom: 25px;
  }
  .left-block i {
    position: relative !important;
    height: 44px;
  }
  .our-team.places ul.list-checkmark {
    text-align: center;
  }
  .our-team.places ul.list-checkmark li {
    display: inline-block;
    padding-left: 0;
  }
  .our-team.places ul.list-checkmark li:before {
    position: static;
    margin-right: 10px;
  }
  .ecommerce-beratung-section4,
  .warum-section {
    padding-bottom: 0;
  }
  .ecommerce-beratung-section4 .left-block,
  .warum-section .left-block {
    text-align: left;
    padding: 0;
    margin-bottom: 50px;
  }
  .ecommerce-beratung-section4 .left-block i,
  .warum-section .left-block i {
    position: static;
    height: 44px;
  }
  .plentymarkets-section-2 .plentymarkets-section-2-1 .block h3 {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .plentymarkets-section-2 .plentymarkets-section-2-1 .block h3 i {
    position: static;
    display: block;
    margin: 0 auto;
  }
  section:not(.kundenbeziehungsmanagement-section3) .step-blocks > div:not(:last-child)::after, section:not(.kundenbeziehungsmanagement-section3) .step-blocks > div:not(:last-child)::before {
    display: none;
  }
  .blog_post .float-left,
  .blog_post .float-right {
    margin: 15px auto;
    max-width: 90%;
    height: auto;
    padding: 10px;
    float: none !important;
  }
  .progress-bar_wrap {
    margin-top: 50px;
  }
  .container-refs,
  .products-container {
    max-width: 400px;
  }
  .block-img-wrap {
    height: 75px;
  }
  .onlineshop-entwicklung-parallax1 {
    min-height: 560px;
  }
  .onlineshop-entwicklung-section3 .block h3.title {
    margin-top: 25px;
  }
  .onlineshop-support .left-block-p {
    height: 80px;
  }
  .kundenbeziehungsmanagement-section4 .classic-size-icon:before {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .bottom-banner-wrap .container {
    padding: 10px 15px;
    text-align: left;
  }
  .bottom-banner-wrap .container .right-btns {
    text-align: center;
    position: static;
    padding: 10px 0 0;
  }
  .sidebar-content {
    display: block;
  }
  .sidebar-content .product_vat {
    margin-bottom: 20px;
  }
  .text-page-bottom .container {
    padding-bottom: 5px;
  }
  .text-page-bottom h2 {
    display: block;
    margin-bottom: 0;
  }
  .text-page-bottom .google-analytics-btn {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .text-page-bottom .deactivate-cookies {
    margin-bottom: 15px;
  }
  .empty-vacancy_text {
    margin-bottom: 20px;
    position: relative;
    top: 0;
    font-size: 17px;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}

@media (max-width: 479px) {
  .site-wrap {
    margin-bottom: -1115px;
  }
  .footer, .site-wrap:after {
    height: 1115px;
  }
  .copyright {
    margin: 220px 0 0;
  }
  .footer .systems-icons-title {
    top: -200px;
  }
  .systems-icons {
    width: 250px;
    top: -155px;
  }
  .systems-icons .icon.shopware {
    margin-top: 10px;
    margin-right: 20px;
  }
  .systems-icons .icon.magento {
    margin-top: 10px;
  }
  .systems-icons .icon.angular {
    margin-right: 32px;
    margin-top: 5px;
  }
  .homepage-blog-section .blog_item_link {
    height: 180px;
  }
  .header-icons .header-icon {
    margin-left: 10px;
  }
  .blog_item_link {
    height: 180px;
  }
  .plugin {
    display: block;
  }
  .plugin img {
    display: block;
    margin: 0 auto;
  }
  .plugin h5, .plugin p {
    text-align: center;
  }
  .plugin .plugin-content {
    margin-top: 25px;
    padding-left: 0;
  }
  .plugin .plugin-content .btn-wrap {
    text-align: center;
    padding-left: 0;
  }
  .ckeditor-style {
    word-break: break-word;
  }
  .our-references-slider-wrap .slick-slide .img-wrap {
    height: 230px;
  }
  .our-references-slider-wrap .slick-slide .img-wrap img {
    width: 110%;
    height: initial;
  }
  .page-form .person-img {
    margin-right: 0;
  }
  .img-fluid-6 {
    max-width: 100%;
  }
  .get-interested .container h2.title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .to-process .center-block {
    margin: 0 0 0 20px;
  }
  .to-process .owl-wrapper .owl-item > div:after, .to-process .owl-wrapper .owl-item > div:before {
    right: 15px;
    height: 50px;
  }
  .to-process .owl-wrapper .owl-item > div:before {
    top: 140px;
  }
  .to-process .owl-wrapper .owl-item > div:after {
    top: 189px;
  }
  .onlineshop-entwicklung-section-8 .get-interested {
    min-height: 360px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .onlineshop-entwicklung-section-8 .get-interested .container {
    height: initial;
  }
  .mobile-browser .container-refs > .row > div {
    height: inherit;
  }
  .mobile-browser .ref-item .ref-item_img {
    height: 180px;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
  }
  .mobile-browser .ref-item .ref-item_title {
    margin: 0;
    background: none;
    color: #000;
  }
  .mobile-browser .ref-item .ref-item_title .title {
    color: #000;
  }
  .mobile-browser .ref-item_url {
    top: calc(50% - 25px);
  }
  .top-section .container h1.title,
  .top-section .container h2.title {
    font-size: 26px;
    line-height: 30px;
  }
  .top-section .container h1.title i,
  .top-section .container h2.title i {
    font-size: 18px;
    line-height: 30px;
  }
  .top-section .breadcrumbs_inner {
    font-size: 14px;
    line-height: 20px;
    margin: -28px 0 0;
  }
  .blog_title {
    font-size: 24px;
    line-height: 28px;
  }
  .pagination_wrap .pagination a {
    padding: 5px 8px;
  }
}

@media only screen and (max-width: 400px) {
  .section-connectors img {
    display: none !important;
  }
  .section-connectors .image-mobile_xs {
    display: block !important;
  }
}

@media (max-width: 375px) {
  .page-form .person-img img {
    max-width: 80px;
  }
  .page-form .person-dsc,
  .kontakt-page-form .person .person-dsc {
    min-height: 105px;
    margin: 0 0 25px 100px;
    padding-top: 5px;
  }
  .section-tabs #move-line-menu {
    margin: 10px 0;
  }
  .section-tabs #move-line-menu li {
    width: 100%;
  }
  .section-tabs #move-line-menu li a {
    padding: 7px 20px;
    font-size: 14px;
  }
  .kundenbeziehungsmanagement-get-interested {
    min-height: 350px;
  }
  .kundenbeziehungsmanagement-get-interested .container {
    height: 350px;
  }
  .container-refs > .row > div {
    height: 175px;
  }
  .basket_wrap {
    width: 290px;
  }
  .open-basket .translate-left,
  .open-basket.header-fixed.show-fixed .translate-left {
    -webkit-transform: translateX(-290px);
        -ms-transform: translateX(-290px);
            transform: translateX(-290px);
  }
}

@media (max-width: 360px) {
  .header-nav {
    width: 260px;
  }
  .nav-open .mobile-menu-btn {
    -webkit-transform: translateX(260px);
        -ms-transform: translateX(260px);
            transform: translateX(260px);
  }
}

/*# sourceMappingURL=main.css.map */
