@charset "UTF-8";
/*!
 * 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: #0c7492;
  --indigo: #6610f2;
  --purple: #584991;
  --pink: #e83e8c;
  --red: #b51a29;
  --orange: #e16103;
  --yellow: #eba00a;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #b51a29;
  --secondary: #584991;
  --success: #28a745;
  --info: #0c7492;
  --warning: #eba00a;
  --danger: #b51a29;
  --light: #9c9d9f;
  --dark: #565b5d;
  --blue: #0c7492;
  --indigo: #6610f2;
  --purple: #584991;
  --pink: #e83e8c;
  --red: #b51a29;
  --orange: #e16103;
  --yellow: #eba00a;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --grey-100: #f8f9fa;
  --grey-200: #e9ecef;
  --grey-300: #dee2e6;
  --grey-400: #ced4da;
  --grey-500: #adb5bd;
  --grey-600: #6c757d;
  --grey-700: #495057;
  --grey-800: #343a40;
  --grey-900: #212529;
  --black: #000;
  --lighterGrey: #f7f7f7;
  --darkerLightGrey: #f5f5f5;
  --lightGrey: #f2f2f2;
  --darkGrey: #ececec;
  --spotkania: #fbd998;
  --cookies: #d5e5ed;
  --poir: #00a097;
  --popw: #4b4894;
  --power: #dc651e;
  --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 {
  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: #000;
  text-align: left;
  background-color: #fff;
}

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

hr {
  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;
  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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #b51a29;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #72101a;
  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 {
  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] {
  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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-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: "— ";
}

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

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 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;
}
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: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1176px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 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: #eabfc3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #bbd8e0;
}

.table-hover .table-blue:hover {
  background-color: #a9ced8;
}
.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: #a9ced8;
}

.table-indigo,
.table-indigo > th,
.table-indigo > td {
  background-color: #d4bcfb;
}

.table-hover .table-indigo:hover {
  background-color: #c5a4fa;
}
.table-hover .table-indigo:hover > td,
.table-hover .table-indigo:hover > th {
  background-color: #c5a4fa;
}

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #d0cce0;
}

.table-hover .table-purple:hover {
  background-color: #c1bcd6;
}
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: #c1bcd6;
}

.table-pink,
.table-pink > th,
.table-pink > td {
  background-color: #f9c9df;
}

.table-hover .table-pink:hover {
  background-color: #f6b2d1;
}
.table-hover .table-pink:hover > td,
.table-hover .table-pink:hover > th {
  background-color: #f6b2d1;
}

.table-red,
.table-red > th,
.table-red > td {
  background-color: #eabfc3;
}

.table-hover .table-red:hover {
  background-color: #e4acb1;
}
.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: #e4acb1;
}

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #f7d3b8;
}

.table-hover .table-orange:hover {
  background-color: #f4c5a1;
}
.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
  background-color: #f4c5a1;
}

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #f9e4ba;
}

.table-hover .table-yellow:hover {
  background-color: #f7dba3;
}
.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
  background-color: #f7dba3;
}

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

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

.table-teal,
.table-teal > th,
.table-teal > td {
  background-color: #c1f0e2;
}

.table-hover .table-teal:hover {
  background-color: #acebd8;
}
.table-hover .table-teal:hover > td,
.table-hover .table-teal:hover > th {
  background-color: #acebd8;
}

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

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

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

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

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

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

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

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

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

.table-grey-400,
.table-grey-400 > th,
.table-grey-400 > td {
  background-color: #f1f3f5;
}

.table-hover .table-grey-400:hover {
  background-color: #e2e6ea;
}
.table-hover .table-grey-400:hover > td,
.table-hover .table-grey-400:hover > th {
  background-color: #e2e6ea;
}

.table-grey-500,
.table-grey-500 > th,
.table-grey-500 > td {
  background-color: #e8eaed;
}

.table-hover .table-grey-500:hover {
  background-color: #dadde2;
}
.table-hover .table-grey-500:hover > td,
.table-hover .table-grey-500:hover > th {
  background-color: #dadde2;
}

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

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

.table-grey-700,
.table-grey-700 > th,
.table-grey-700 > td {
  background-color: #ccced0;
}

.table-hover .table-grey-700:hover {
  background-color: #bfc1c4;
}
.table-hover .table-grey-700:hover > td,
.table-hover .table-grey-700:hover > th {
  background-color: #bfc1c4;
}

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

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

.table-grey-900,
.table-grey-900 > th,
.table-grey-900 > td {
  background-color: #c1c2c3;
}

.table-hover .table-grey-900:hover {
  background-color: #b4b5b6;
}
.table-hover .table-grey-900:hover > td,
.table-hover .table-grey-900:hover > th {
  background-color: #b4b5b6;
}

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8;
}

.table-hover .table-black:hover {
  background-color: #ababab;
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #ababab;
}

.table-lighterGrey,
.table-lighterGrey > th,
.table-lighterGrey > td {
  background-color: #fdfdfd;
}

.table-hover .table-lighterGrey:hover {
  background-color: #f0f0f0;
}
.table-hover .table-lighterGrey:hover > td,
.table-hover .table-lighterGrey:hover > th {
  background-color: #f0f0f0;
}

.table-darkerLightGrey,
.table-darkerLightGrey > th,
.table-darkerLightGrey > td {
  background-color: #fcfcfc;
}

.table-hover .table-darkerLightGrey:hover {
  background-color: #efefef;
}
.table-hover .table-darkerLightGrey:hover > td,
.table-hover .table-darkerLightGrey:hover > th {
  background-color: #efefef;
}

.table-lightGrey,
.table-lightGrey > th,
.table-lightGrey > td {
  background-color: #fbfbfb;
}

.table-hover .table-lightGrey:hover {
  background-color: #eeeeee;
}
.table-hover .table-lightGrey:hover > td,
.table-hover .table-lightGrey:hover > th {
  background-color: #eeeeee;
}

.table-darkGrey,
.table-darkGrey > th,
.table-darkGrey > td {
  background-color: #fafafa;
}

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

.table-spotkania,
.table-spotkania > th,
.table-spotkania > td {
  background-color: #fef4e2;
}

.table-hover .table-spotkania:hover {
  background-color: #fdebc9;
}
.table-hover .table-spotkania:hover > td,
.table-hover .table-spotkania:hover > th {
  background-color: #fdebc9;
}

.table-cookies,
.table-cookies > th,
.table-cookies > td {
  background-color: #f3f8fa;
}

.table-hover .table-cookies:hover {
  background-color: #e1eef3;
}
.table-hover .table-cookies:hover > td,
.table-hover .table-cookies:hover > th {
  background-color: #e1eef3;
}

.table-poir,
.table-poir > th,
.table-poir > td {
  background-color: #b8e4e2;
}

.table-hover .table-poir:hover {
  background-color: #a6ddda;
}
.table-hover .table-poir:hover > td,
.table-hover .table-poir:hover > th {
  background-color: #a6ddda;
}

.table-popw,
.table-popw > th,
.table-popw > td {
  background-color: #cdcce1;
}

.table-hover .table-popw:hover {
  background-color: #bdbcd8;
}
.table-hover .table-popw:hover > td,
.table-hover .table-popw:hover > th {
  background-color: #bdbcd8;
}

.table-power,
.table-power > th,
.table-power > td {
  background-color: #f5d4c0;
}

.table-hover .table-power:hover {
  background-color: #f2c5aa;
}
.table-hover .table-power:hover > td,
.table-hover .table-power:hover > th {
  background-color: #f2c5aa;
}

.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.4rem + 2px);
  padding: 0.45rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #e96672;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #6ba2f9;
}
.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.45rem + 1px);
  padding-bottom: calc(0.45rem + 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.45rem;
  padding-bottom: 0.45rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000;
  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;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #28a745;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #b51a29;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #b51a29;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #b51a29;
  box-shadow: 0 0 0 0.2rem rgba(181, 26, 41, 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: #b51a29;
}
.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: #b51a29;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #e96672;
}
.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: #df2335;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(181, 26, 41, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #b51a29;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(181, 26, 41, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.45rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #6ba2f9;
}
.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: #b51a29;
  border-color: #b51a29;
}
.btn-primary:hover {
  color: #fff;
  background-color: #941521;
  border-color: #88141f;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 26, 41, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #b51a29;
  border-color: #b51a29;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #88141f;
  border-color: #7d121c;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 26, 41, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #584991;
  border-color: #584991;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #493c78;
  border-color: #43386f;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 73, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #584991;
  border-color: #584991;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #43386f;
  border-color: #3e3467;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 73, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #0c7492;
  border-color: #0c7492;
}
.btn-info:hover {
  color: #fff;
  background-color: #09586f;
  border-color: #084f63;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 116, 146, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #0c7492;
  border-color: #0c7492;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #084f63;
  border-color: #074557;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 116, 146, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #eba00a;
  border-color: #eba00a;
}
.btn-warning:hover {
  color: #fff;
  background-color: #c68708;
  border-color: #ba7f08;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 160, 10, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #eba00a;
  border-color: #eba00a;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ba7f08;
  border-color: #ae7607;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 160, 10, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #b51a29;
  border-color: #b51a29;
}
.btn-danger:hover {
  color: #fff;
  background-color: #941521;
  border-color: #88141f;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 26, 41, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #b51a29;
  border-color: #b51a29;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #88141f;
  border-color: #7d121c;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 26, 41, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #9c9d9f;
  border-color: #9c9d9f;
}
.btn-light:hover {
  color: #fff;
  background-color: #898a8c;
  border-color: #828386;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 157, 159, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #9c9d9f;
  border-color: #9c9d9f;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #828386;
  border-color: #7c7d80;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 157, 159, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #565b5d;
  border-color: #565b5d;
}
.btn-dark:hover {
  color: #fff;
  background-color: #444849;
  border-color: #3d4143;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 91, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #565b5d;
  border-color: #565b5d;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #3d4143;
  border-color: #373b3c;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 91, 93, 0.5);
}

.btn-blue {
  color: #fff;
  background-color: #0c7492;
  border-color: #0c7492;
}
.btn-blue:hover {
  color: #fff;
  background-color: #09586f;
  border-color: #084f63;
}
.btn-blue:focus, .btn-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 116, 146, 0.5);
}
.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #0c7492;
  border-color: #0c7492;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #084f63;
  border-color: #074557;
}
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 116, 146, 0.5);
}

.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-indigo:hover {
  color: #fff;
  background-color: #560bd0;
  border-color: #510bc4;
}
.btn-indigo:focus, .btn-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}
.btn-indigo.disabled, .btn-indigo:disabled {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active, .show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #510bc4;
  border-color: #4c0ab8;
}
.btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}

.btn-purple {
  color: #fff;
  background-color: #584991;
  border-color: #584991;
}
.btn-purple:hover {
  color: #fff;
  background-color: #493c78;
  border-color: #43386f;
}
.btn-purple:focus, .btn-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 73, 145, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #584991;
  border-color: #584991;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #43386f;
  border-color: #3e3467;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 73, 145, 0.5);
}

.btn-pink {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-pink:hover {
  color: #fff;
  background-color: #e41c78;
  border-color: #d91a72;
}
.btn-pink:focus, .btn-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}
.btn-pink.disabled, .btn-pink:disabled {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #d91a72;
  border-color: #ce196c;
}
.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #b51a29;
  border-color: #b51a29;
}
.btn-red:hover {
  color: #fff;
  background-color: #941521;
  border-color: #88141f;
}
.btn-red:focus, .btn-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 26, 41, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #b51a29;
  border-color: #b51a29;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #88141f;
  border-color: #7d121c;
}
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 26, 41, 0.5);
}

.btn-orange {
  color: #fff;
  background-color: #e16103;
  border-color: #e16103;
}
.btn-orange:hover {
  color: #fff;
  background-color: #bb5102;
  border-color: #af4b02;
}
.btn-orange:focus, .btn-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 97, 3, 0.5);
}
.btn-orange.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #e16103;
  border-color: #e16103;
}
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #af4b02;
  border-color: #a24602;
}
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 97, 3, 0.5);
}

.btn-yellow {
  color: #212529;
  background-color: #eba00a;
  border-color: #eba00a;
}
.btn-yellow:hover {
  color: #fff;
  background-color: #c68708;
  border-color: #ba7f08;
}
.btn-yellow:focus, .btn-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 160, 10, 0.5);
}
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #212529;
  background-color: #eba00a;
  border-color: #eba00a;
}
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #fff;
  background-color: #ba7f08;
  border-color: #ae7607;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 160, 10, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-green:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-green:focus, .btn-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-teal {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-teal:hover {
  color: #fff;
  background-color: #1ba87e;
  border-color: #199d76;
}
.btn-teal:focus, .btn-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}
.btn-teal.disabled, .btn-teal:disabled {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active, .show > .btn-teal.dropdown-toggle {
  color: #fff;
  background-color: #199d76;
  border-color: #17926e;
}
.btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus, .show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.btn-cyan {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-cyan:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-cyan:focus, .btn-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-cyan.disabled, .btn-cyan:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active, .show > .btn-cyan.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan:not(:disabled):not(.disabled).active:focus, .show > .btn-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.publication .btn-white {
  background-color: inherit;
}

.publication .btn-white:hover {
  color: #b51a29;
  background-color: #ececec;
}

.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-grey-100 {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-grey-100:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-grey-100:focus, .btn-grey-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-grey-100.disabled, .btn-grey-100:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-grey-100:not(:disabled):not(.disabled):active, .btn-grey-100:not(:disabled):not(.disabled).active, .show > .btn-grey-100.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-grey-100:not(:disabled):not(.disabled):active:focus, .btn-grey-100:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-grey-200 {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-grey-200:hover {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da;
}
.btn-grey-200:focus, .btn-grey-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}
.btn-grey-200.disabled, .btn-grey-200:disabled {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-grey-200:not(:disabled):not(.disabled):active, .btn-grey-200:not(:disabled):not(.disabled).active, .show > .btn-grey-200.dropdown-toggle {
  color: #212529;
  background-color: #cbd3da;
  border-color: #c4ccd4;
}
.btn-grey-200:not(:disabled):not(.disabled):active:focus, .btn-grey-200:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.btn-grey-300 {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-grey-300:hover {
  color: #212529;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
}
.btn-grey-300:focus, .btn-grey-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}
.btn-grey-300.disabled, .btn-grey-300:disabled {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-grey-300:not(:disabled):not(.disabled):active, .btn-grey-300:not(:disabled):not(.disabled).active, .show > .btn-grey-300.dropdown-toggle {
  color: #212529;
  background-color: #c1c9d0;
  border-color: #bac2cb;
}
.btn-grey-300:not(:disabled):not(.disabled):active:focus, .btn-grey-300:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-grey-400 {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-grey-400:hover {
  color: #212529;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
}
.btn-grey-400:focus, .btn-grey-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}
.btn-grey-400.disabled, .btn-grey-400:disabled {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-grey-400:not(:disabled):not(.disabled):active, .btn-grey-400:not(:disabled):not(.disabled).active, .show > .btn-grey-400.dropdown-toggle {
  color: #212529;
  background-color: #b1bbc4;
  border-color: #aab4bf;
}
.btn-grey-400:not(:disabled):not(.disabled):active:focus, .btn-grey-400:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-grey-500 {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-grey-500:hover {
  color: #212529;
  background-color: #98a2ac;
  border-color: #919ca6;
}
.btn-grey-500:focus, .btn-grey-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}
.btn-grey-500.disabled, .btn-grey-500:disabled {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-grey-500:not(:disabled):not(.disabled):active, .btn-grey-500:not(:disabled):not(.disabled).active, .show > .btn-grey-500.dropdown-toggle {
  color: #212529;
  background-color: #919ca6;
  border-color: #8a95a1;
}
.btn-grey-500:not(:disabled):not(.disabled):active:focus, .btn-grey-500:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.btn-grey-600 {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-grey-600:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-grey-600:focus, .btn-grey-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-grey-600.disabled, .btn-grey-600:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-grey-600:not(:disabled):not(.disabled):active, .btn-grey-600:not(:disabled):not(.disabled).active, .show > .btn-grey-600.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-grey-600:not(:disabled):not(.disabled):active:focus, .btn-grey-600:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-grey-700 {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-grey-700:hover {
  color: #fff;
  background-color: #383d42;
  border-color: #32373b;
}
.btn-grey-700:focus, .btn-grey-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}
.btn-grey-700.disabled, .btn-grey-700:disabled {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-grey-700:not(:disabled):not(.disabled):active, .btn-grey-700:not(:disabled):not(.disabled).active, .show > .btn-grey-700.dropdown-toggle {
  color: #fff;
  background-color: #32373b;
  border-color: #2c3034;
}
.btn-grey-700:not(:disabled):not(.disabled):active:focus, .btn-grey-700:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}

.btn-grey-800 {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-grey-800:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-grey-800:focus, .btn-grey-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-grey-800.disabled, .btn-grey-800:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-grey-800:not(:disabled):not(.disabled):active, .btn-grey-800:not(:disabled):not(.disabled).active, .show > .btn-grey-800.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-grey-800:not(:disabled):not(.disabled):active:focus, .btn-grey-800:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-grey-900 {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-grey-900:hover {
  color: #fff;
  background-color: #101214;
  border-color: #0a0c0d;
}
.btn-grey-900:focus, .btn-grey-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}
.btn-grey-900.disabled, .btn-grey-900:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-grey-900:not(:disabled):not(.disabled):active, .btn-grey-900:not(:disabled):not(.disabled).active, .show > .btn-grey-900.dropdown-toggle {
  color: #fff;
  background-color: #0a0c0d;
  border-color: #050506;
}
.btn-grey-900:not(:disabled):not(.disabled):active:focus, .btn-grey-900:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-lighterGrey {
  color: #212529;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-lighterGrey:hover {
  color: #212529;
  background-color: #e4e4e4;
  border-color: #dedede;
}
.btn-lighterGrey:focus, .btn-lighterGrey.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
}
.btn-lighterGrey.disabled, .btn-lighterGrey:disabled {
  color: #212529;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-lighterGrey:not(:disabled):not(.disabled):active, .btn-lighterGrey:not(:disabled):not(.disabled).active, .show > .btn-lighterGrey.dropdown-toggle {
  color: #212529;
  background-color: #dedede;
  border-color: #d7d7d7;
}
.btn-lighterGrey:not(:disabled):not(.disabled):active:focus, .btn-lighterGrey:not(:disabled):not(.disabled).active:focus, .show > .btn-lighterGrey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
}

.btn-darkerLightGrey {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-darkerLightGrey:hover {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
}
.btn-darkerLightGrey:focus, .btn-darkerLightGrey.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btn-darkerLightGrey.disabled, .btn-darkerLightGrey:disabled {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-darkerLightGrey:not(:disabled):not(.disabled):active, .btn-darkerLightGrey:not(:disabled):not(.disabled).active, .show > .btn-darkerLightGrey.dropdown-toggle {
  color: #212529;
  background-color: gainsboro;
  border-color: #d5d5d5;
}
.btn-darkerLightGrey:not(:disabled):not(.disabled):active:focus, .btn-darkerLightGrey:not(:disabled):not(.disabled).active:focus, .show > .btn-darkerLightGrey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.btn-lightGrey {
  color: #212529;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-lightGrey:hover {
  color: #212529;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
}
.btn-lightGrey:focus, .btn-lightGrey.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}
.btn-lightGrey.disabled, .btn-lightGrey:disabled {
  color: #212529;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-lightGrey:not(:disabled):not(.disabled):active, .btn-lightGrey:not(:disabled):not(.disabled).active, .show > .btn-lightGrey.dropdown-toggle {
  color: #212529;
  background-color: #d9d9d9;
  border-color: #d2d2d2;
}
.btn-lightGrey:not(:disabled):not(.disabled):active:focus, .btn-lightGrey:not(:disabled):not(.disabled).active:focus, .show > .btn-lightGrey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.btn-darkGrey {
  color: #212529;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-darkGrey:hover {
  color: #212529;
  background-color: #d9d9d9;
  border-color: lightgray;
}
.btn-darkGrey:focus, .btn-darkGrey.focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 236, 236, 0.5);
}
.btn-darkGrey.disabled, .btn-darkGrey:disabled {
  color: #212529;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-darkGrey:not(:disabled):not(.disabled):active, .btn-darkGrey:not(:disabled):not(.disabled).active, .show > .btn-darkGrey.dropdown-toggle {
  color: #212529;
  background-color: lightgray;
  border-color: #cccccc;
}
.btn-darkGrey:not(:disabled):not(.disabled):active:focus, .btn-darkGrey:not(:disabled):not(.disabled).active:focus, .show > .btn-darkGrey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 236, 236, 0.5);
}

.btn-spotkania {
  color: #212529;
  background-color: #fbd998;
  border-color: #fbd998;
}
.btn-spotkania:hover {
  color: #212529;
  background-color: #facb73;
  border-color: #f9c767;
}
.btn-spotkania:focus, .btn-spotkania.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 217, 152, 0.5);
}
.btn-spotkania.disabled, .btn-spotkania:disabled {
  color: #212529;
  background-color: #fbd998;
  border-color: #fbd998;
}
.btn-spotkania:not(:disabled):not(.disabled):active, .btn-spotkania:not(:disabled):not(.disabled).active, .show > .btn-spotkania.dropdown-toggle {
  color: #212529;
  background-color: #f9c767;
  border-color: #f9c25b;
}
.btn-spotkania:not(:disabled):not(.disabled):active:focus, .btn-spotkania:not(:disabled):not(.disabled).active:focus, .show > .btn-spotkania.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 217, 152, 0.5);
}

.btn-cookies {
  color: #212529;
  background-color: #d5e5ed;
  border-color: #d5e5ed;
}
.btn-cookies:hover {
  color: #212529;
  background-color: #bad4e2;
  border-color: #b1cfde;
}
.btn-cookies:focus, .btn-cookies.focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 229, 237, 0.5);
}
.btn-cookies.disabled, .btn-cookies:disabled {
  color: #212529;
  background-color: #d5e5ed;
  border-color: #d5e5ed;
}
.btn-cookies:not(:disabled):not(.disabled):active, .btn-cookies:not(:disabled):not(.disabled).active, .show > .btn-cookies.dropdown-toggle {
  color: #212529;
  background-color: #b1cfde;
  border-color: #a8c9da;
}
.btn-cookies:not(:disabled):not(.disabled):active:focus, .btn-cookies:not(:disabled):not(.disabled).active:focus, .show > .btn-cookies.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 229, 237, 0.5);
}

.btn-poir {
  color: #fff;
  background-color: #00a097;
  border-color: #00a097;
}
.btn-poir:hover {
  color: #fff;
  background-color: #007a73;
  border-color: #006d67;
}
.btn-poir:focus, .btn-poir.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 151, 0.5);
}
.btn-poir.disabled, .btn-poir:disabled {
  color: #fff;
  background-color: #00a097;
  border-color: #00a097;
}
.btn-poir:not(:disabled):not(.disabled):active, .btn-poir:not(:disabled):not(.disabled).active, .show > .btn-poir.dropdown-toggle {
  color: #fff;
  background-color: #006d67;
  border-color: #00605b;
}
.btn-poir:not(:disabled):not(.disabled):active:focus, .btn-poir:not(:disabled):not(.disabled).active:focus, .show > .btn-poir.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 151, 0.5);
}

.btn-popw {
  color: #fff;
  background-color: #4b4894;
  border-color: #4b4894;
}
.btn-popw:hover {
  color: #fff;
  background-color: #3e3b7a;
  border-color: #3a3772;
}
.btn-popw:focus, .btn-popw.focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 72, 148, 0.5);
}
.btn-popw.disabled, .btn-popw:disabled {
  color: #fff;
  background-color: #4b4894;
  border-color: #4b4894;
}
.btn-popw:not(:disabled):not(.disabled):active, .btn-popw:not(:disabled):not(.disabled).active, .show > .btn-popw.dropdown-toggle {
  color: #fff;
  background-color: #3a3772;
  border-color: #353369;
}
.btn-popw:not(:disabled):not(.disabled):active:focus, .btn-popw:not(:disabled):not(.disabled).active:focus, .show > .btn-popw.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 72, 148, 0.5);
}

.btn-power {
  color: #fff;
  background-color: #dc651e;
  border-color: #dc651e;
}
.btn-power:hover {
  color: #fff;
  background-color: #ba5619;
  border-color: #af5018;
}
.btn-power:focus, .btn-power.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 101, 30, 0.5);
}
.btn-power.disabled, .btn-power:disabled {
  color: #fff;
  background-color: #dc651e;
  border-color: #dc651e;
}
.btn-power:not(:disabled):not(.disabled):active, .btn-power:not(:disabled):not(.disabled).active, .show > .btn-power.dropdown-toggle {
  color: #fff;
  background-color: #af5018;
  border-color: #a44b16;
}
.btn-power:not(:disabled):not(.disabled):active:focus, .btn-power:not(:disabled):not(.disabled).active:focus, .show > .btn-power.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 101, 30, 0.5);
}

.btn-outline-primary {
  color: #b51a29;
  background-color: transparent;
  background-image: none;
  border-color: #b51a29;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #b51a29;
  border-color: #b51a29;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 26, 41, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #b51a29;
  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: #b51a29;
  border-color: #b51a29;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 26, 41, 0.5);
}

.btn-outline-secondary {
  color: #584991;
  background-color: transparent;
  background-image: none;
  border-color: #584991;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #584991;
  border-color: #584991;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 73, 145, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #584991;
  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: #584991;
  border-color: #584991;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 73, 145, 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 {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #0c7492;
  background-color: transparent;
  background-image: none;
  border-color: #0c7492;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #0c7492;
  border-color: #0c7492;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 116, 146, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #0c7492;
  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: #0c7492;
  border-color: #0c7492;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 116, 146, 0.5);
}

.btn-outline-warning {
  color: #eba00a;
  background-color: transparent;
  background-image: none;
  border-color: #eba00a;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #eba00a;
  border-color: #eba00a;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 160, 10, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #eba00a;
  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: #eba00a;
  border-color: #eba00a;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 160, 10, 0.5);
}

.btn-outline-danger {
  color: #b51a29;
  background-color: transparent;
  background-image: none;
  border-color: #b51a29;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #b51a29;
  border-color: #b51a29;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 26, 41, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #b51a29;
  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: #b51a29;
  border-color: #b51a29;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 26, 41, 0.5);
}

.btn-outline-light {
  color: #9c9d9f;
  background-color: transparent;
  background-image: none;
  border-color: #9c9d9f;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #9c9d9f;
  border-color: #9c9d9f;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 157, 159, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #9c9d9f;
  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: #9c9d9f;
  border-color: #9c9d9f;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 157, 159, 0.5);
}

.btn-outline-dark {
  color: #565b5d;
  background-color: transparent;
  background-image: none;
  border-color: #565b5d;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #565b5d;
  border-color: #565b5d;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 91, 93, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #565b5d;
  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: #565b5d;
  border-color: #565b5d;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 91, 93, 0.5);
}

.btn-outline-blue {
  color: #0c7492;
  background-color: transparent;
  background-image: none;
  border-color: #0c7492;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #0c7492;
  border-color: #0c7492;
}
.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 116, 146, 0.5);
}
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #0c7492;
  background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #0c7492;
  border-color: #0c7492;
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 116, 146, 0.5);
}

.btn-outline-indigo {
  color: #6610f2;
  background-color: transparent;
  background-image: none;
  border-color: #6610f2;
}
.btn-outline-indigo:hover {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-outline-indigo:focus, .btn-outline-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}
.btn-outline-indigo.disabled, .btn-outline-indigo:disabled {
  color: #6610f2;
  background-color: transparent;
}
.btn-outline-indigo:not(:disabled):not(.disabled):active, .btn-outline-indigo:not(:disabled):not(.disabled).active, .show > .btn-outline-indigo.dropdown-toggle {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-outline-indigo:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
}

.btn-outline-purple {
  color: #584991;
  background-color: transparent;
  background-image: none;
  border-color: #584991;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #584991;
  border-color: #584991;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 73, 145, 0.5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #584991;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #584991;
  border-color: #584991;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 73, 145, 0.5);
}

.btn-outline-pink {
  color: #e83e8c;
  background-color: transparent;
  background-image: none;
  border-color: #e83e8c;
}
.btn-outline-pink:hover {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-pink:focus, .btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #e83e8c;
  background-color: transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.btn-outline-red {
  color: #b51a29;
  background-color: transparent;
  background-image: none;
  border-color: #b51a29;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #b51a29;
  border-color: #b51a29;
}
.btn-outline-red:focus, .btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 26, 41, 0.5);
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #b51a29;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #b51a29;
  border-color: #b51a29;
}
.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 26, 41, 0.5);
}

.btn-outline-orange {
  color: #e16103;
  background-color: transparent;
  background-image: none;
  border-color: #e16103;
}
.btn-outline-orange:hover {
  color: #fff;
  background-color: #e16103;
  border-color: #e16103;
}
.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 97, 3, 0.5);
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #e16103;
  background-color: transparent;
}
.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
  color: #fff;
  background-color: #e16103;
  border-color: #e16103;
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 97, 3, 0.5);
}

.btn-outline-yellow {
  color: #eba00a;
  background-color: transparent;
  background-image: none;
  border-color: #eba00a;
}
.btn-outline-yellow:hover {
  color: #212529;
  background-color: #eba00a;
  border-color: #eba00a;
}
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 160, 10, 0.5);
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #eba00a;
  background-color: transparent;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow.dropdown-toggle {
  color: #212529;
  background-color: #eba00a;
  border-color: #eba00a;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 160, 10, 0.5);
}

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

.btn-outline-teal {
  color: #20c997;
  background-color: transparent;
  background-image: none;
  border-color: #20c997;
}
.btn-outline-teal:hover {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-outline-teal:focus, .btn-outline-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}
.btn-outline-teal.disabled, .btn-outline-teal:disabled {
  color: #20c997;
  background-color: transparent;
}
.btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal:not(:disabled):not(.disabled).active, .show > .btn-outline-teal.dropdown-toggle {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-outline-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-teal:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

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

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

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

.btn-outline-grey-200 {
  color: #e9ecef;
  background-color: transparent;
  background-image: none;
  border-color: #e9ecef;
}
.btn-outline-grey-200:hover {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-grey-200:focus, .btn-outline-grey-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}
.btn-outline-grey-200.disabled, .btn-outline-grey-200:disabled {
  color: #e9ecef;
  background-color: transparent;
}
.btn-outline-grey-200:not(:disabled):not(.disabled):active, .btn-outline-grey-200:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-200.dropdown-toggle {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-grey-200:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.btn-outline-grey-300 {
  color: #dee2e6;
  background-color: transparent;
  background-image: none;
  border-color: #dee2e6;
}
.btn-outline-grey-300:hover {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-grey-300:focus, .btn-outline-grey-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}
.btn-outline-grey-300.disabled, .btn-outline-grey-300:disabled {
  color: #dee2e6;
  background-color: transparent;
}
.btn-outline-grey-300:not(:disabled):not(.disabled):active, .btn-outline-grey-300:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-300.dropdown-toggle {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-grey-300:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-outline-grey-400 {
  color: #ced4da;
  background-color: transparent;
  background-image: none;
  border-color: #ced4da;
}
.btn-outline-grey-400:hover {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-grey-400:focus, .btn-outline-grey-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}
.btn-outline-grey-400.disabled, .btn-outline-grey-400:disabled {
  color: #ced4da;
  background-color: transparent;
}
.btn-outline-grey-400:not(:disabled):not(.disabled):active, .btn-outline-grey-400:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-400.dropdown-toggle {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-grey-400:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-grey-500 {
  color: #adb5bd;
  background-color: transparent;
  background-image: none;
  border-color: #adb5bd;
}
.btn-outline-grey-500:hover {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-grey-500:focus, .btn-outline-grey-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}
.btn-outline-grey-500.disabled, .btn-outline-grey-500:disabled {
  color: #adb5bd;
  background-color: transparent;
}
.btn-outline-grey-500:not(:disabled):not(.disabled):active, .btn-outline-grey-500:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-500.dropdown-toggle {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-grey-500:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

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

.btn-outline-grey-700 {
  color: #495057;
  background-color: transparent;
  background-image: none;
  border-color: #495057;
}
.btn-outline-grey-700:hover {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-outline-grey-700:focus, .btn-outline-grey-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}
.btn-outline-grey-700.disabled, .btn-outline-grey-700:disabled {
  color: #495057;
  background-color: transparent;
}
.btn-outline-grey-700:not(:disabled):not(.disabled):active, .btn-outline-grey-700:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-700.dropdown-toggle {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-outline-grey-700:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}

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

.btn-outline-grey-900 {
  color: #212529;
  background-color: transparent;
  background-image: none;
  border-color: #212529;
}
.btn-outline-grey-900:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-grey-900:focus, .btn-outline-grey-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}
.btn-outline-grey-900.disabled, .btn-outline-grey-900:disabled {
  color: #212529;
  background-color: transparent;
}
.btn-outline-grey-900:not(:disabled):not(.disabled):active, .btn-outline-grey-900:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-900.dropdown-toggle {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-grey-900:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-outline-black {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-lighterGrey {
  color: #f7f7f7;
  background-color: transparent;
  background-image: none;
  border-color: #f7f7f7;
}
.btn-outline-lighterGrey:hover {
  color: #212529;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-outline-lighterGrey:focus, .btn-outline-lighterGrey.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
}
.btn-outline-lighterGrey.disabled, .btn-outline-lighterGrey:disabled {
  color: #f7f7f7;
  background-color: transparent;
}
.btn-outline-lighterGrey:not(:disabled):not(.disabled):active, .btn-outline-lighterGrey:not(:disabled):not(.disabled).active, .show > .btn-outline-lighterGrey.dropdown-toggle {
  color: #212529;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-outline-lighterGrey:not(:disabled):not(.disabled):active:focus, .btn-outline-lighterGrey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lighterGrey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
}

.btn-outline-darkerLightGrey {
  color: #f5f5f5;
  background-color: transparent;
  background-image: none;
  border-color: #f5f5f5;
}
.btn-outline-darkerLightGrey:hover {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-darkerLightGrey:focus, .btn-outline-darkerLightGrey.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btn-outline-darkerLightGrey.disabled, .btn-outline-darkerLightGrey:disabled {
  color: #f5f5f5;
  background-color: transparent;
}
.btn-outline-darkerLightGrey:not(:disabled):not(.disabled):active, .btn-outline-darkerLightGrey:not(:disabled):not(.disabled).active, .show > .btn-outline-darkerLightGrey.dropdown-toggle {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-darkerLightGrey:not(:disabled):not(.disabled):active:focus, .btn-outline-darkerLightGrey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-darkerLightGrey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.btn-outline-lightGrey {
  color: #f2f2f2;
  background-color: transparent;
  background-image: none;
  border-color: #f2f2f2;
}
.btn-outline-lightGrey:hover {
  color: #212529;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-outline-lightGrey:focus, .btn-outline-lightGrey.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}
.btn-outline-lightGrey.disabled, .btn-outline-lightGrey:disabled {
  color: #f2f2f2;
  background-color: transparent;
}
.btn-outline-lightGrey:not(:disabled):not(.disabled):active, .btn-outline-lightGrey:not(:disabled):not(.disabled).active, .show > .btn-outline-lightGrey.dropdown-toggle {
  color: #212529;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-outline-lightGrey:not(:disabled):not(.disabled):active:focus, .btn-outline-lightGrey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lightGrey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.btn-outline-darkGrey {
  color: #ececec;
  background-color: transparent;
  background-image: none;
  border-color: #ececec;
}
.btn-outline-darkGrey:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-outline-darkGrey:focus, .btn-outline-darkGrey.focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 236, 236, 0.5);
}
.btn-outline-darkGrey.disabled, .btn-outline-darkGrey:disabled {
  color: #ececec;
  background-color: transparent;
}
.btn-outline-darkGrey:not(:disabled):not(.disabled):active, .btn-outline-darkGrey:not(:disabled):not(.disabled).active, .show > .btn-outline-darkGrey.dropdown-toggle {
  color: #212529;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-outline-darkGrey:not(:disabled):not(.disabled):active:focus, .btn-outline-darkGrey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-darkGrey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 236, 236, 0.5);
}

.btn-outline-spotkania {
  color: #fbd998;
  background-color: transparent;
  background-image: none;
  border-color: #fbd998;
}
.btn-outline-spotkania:hover {
  color: #212529;
  background-color: #fbd998;
  border-color: #fbd998;
}
.btn-outline-spotkania:focus, .btn-outline-spotkania.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 217, 152, 0.5);
}
.btn-outline-spotkania.disabled, .btn-outline-spotkania:disabled {
  color: #fbd998;
  background-color: transparent;
}
.btn-outline-spotkania:not(:disabled):not(.disabled):active, .btn-outline-spotkania:not(:disabled):not(.disabled).active, .show > .btn-outline-spotkania.dropdown-toggle {
  color: #212529;
  background-color: #fbd998;
  border-color: #fbd998;
}
.btn-outline-spotkania:not(:disabled):not(.disabled):active:focus, .btn-outline-spotkania:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-spotkania.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 217, 152, 0.5);
}

.btn-outline-cookies {
  color: #d5e5ed;
  background-color: transparent;
  background-image: none;
  border-color: #d5e5ed;
}
.btn-outline-cookies:hover {
  color: #212529;
  background-color: #d5e5ed;
  border-color: #d5e5ed;
}
.btn-outline-cookies:focus, .btn-outline-cookies.focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 229, 237, 0.5);
}
.btn-outline-cookies.disabled, .btn-outline-cookies:disabled {
  color: #d5e5ed;
  background-color: transparent;
}
.btn-outline-cookies:not(:disabled):not(.disabled):active, .btn-outline-cookies:not(:disabled):not(.disabled).active, .show > .btn-outline-cookies.dropdown-toggle {
  color: #212529;
  background-color: #d5e5ed;
  border-color: #d5e5ed;
}
.btn-outline-cookies:not(:disabled):not(.disabled):active:focus, .btn-outline-cookies:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-cookies.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 229, 237, 0.5);
}

.btn-outline-poir {
  color: #00a097;
  background-color: transparent;
  background-image: none;
  border-color: #00a097;
}
.btn-outline-poir:hover {
  color: #fff;
  background-color: #00a097;
  border-color: #00a097;
}
.btn-outline-poir:focus, .btn-outline-poir.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 151, 0.5);
}
.btn-outline-poir.disabled, .btn-outline-poir:disabled {
  color: #00a097;
  background-color: transparent;
}
.btn-outline-poir:not(:disabled):not(.disabled):active, .btn-outline-poir:not(:disabled):not(.disabled).active, .show > .btn-outline-poir.dropdown-toggle {
  color: #fff;
  background-color: #00a097;
  border-color: #00a097;
}
.btn-outline-poir:not(:disabled):not(.disabled):active:focus, .btn-outline-poir:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-poir.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 151, 0.5);
}

.btn-outline-popw {
  color: #4b4894;
  background-color: transparent;
  background-image: none;
  border-color: #4b4894;
}
.btn-outline-popw:hover {
  color: #fff;
  background-color: #4b4894;
  border-color: #4b4894;
}
.btn-outline-popw:focus, .btn-outline-popw.focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 72, 148, 0.5);
}
.btn-outline-popw.disabled, .btn-outline-popw:disabled {
  color: #4b4894;
  background-color: transparent;
}
.btn-outline-popw:not(:disabled):not(.disabled):active, .btn-outline-popw:not(:disabled):not(.disabled).active, .show > .btn-outline-popw.dropdown-toggle {
  color: #fff;
  background-color: #4b4894;
  border-color: #4b4894;
}
.btn-outline-popw:not(:disabled):not(.disabled):active:focus, .btn-outline-popw:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-popw.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 72, 148, 0.5);
}

.btn-outline-power {
  color: #dc651e;
  background-color: transparent;
  background-image: none;
  border-color: #dc651e;
}
.btn-outline-power:hover {
  color: #fff;
  background-color: #dc651e;
  border-color: #dc651e;
}
.btn-outline-power:focus, .btn-outline-power.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 101, 30, 0.5);
}
.btn-outline-power.disabled, .btn-outline-power:disabled {
  color: #dc651e;
  background-color: transparent;
}
.btn-outline-power:not(:disabled):not(.disabled):active, .btn-outline-power:not(:disabled):not(.disabled).active, .show > .btn-outline-power.dropdown-toggle {
  color: #fff;
  background-color: #dc651e;
  border-color: #dc651e;
}
.btn-outline-power:not(:disabled):not(.disabled):active:focus, .btn-outline-power:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-power.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 101, 30, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #b51a29;
  background-color: transparent;
}
.btn-link:hover {
  color: #72101a;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    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: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.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: #b51a29;
}
.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: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  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: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 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 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .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-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  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 > .custom-file {
  display: flex;
  align-items: center;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.45rem 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;
}
.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;
}

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

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

.custom-control-inline {
  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: #b51a29;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0;
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ef929b;
}
.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: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #b51a29;
}
.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: #b51a29;
}
.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(181, 26, 41, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(181, 26, 41, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #b51a29;
}
.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(181, 26, 41, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.4rem + 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;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none;
}
.custom-select:focus {
  border-color: #e96672;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 102, 114, 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.4rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.4rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #e96672;
  box-shadow: 0 0 0 0.2rem #6ba2f9;
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #e96672;
}
.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.4rem + 2px);
  padding: 0.45rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.4rem;
  padding: 0.45rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #6ba2f9;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #6ba2f9;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #6ba2f9;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #b51a29;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #ef929b;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #b51a29;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #ef929b;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #b51a29;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #ef929b;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #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;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  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: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
.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;
  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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1350px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;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: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-body {
  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 + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

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

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

.card-img {
  width: 100%;
}

.card-img-top {
  width: 100%;
}

.card-img-bottom {
  width: 100%;
}

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

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

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

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

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

.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: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #b51a29;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #72101a;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #6ba2f9;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #b51a29;
  border-color: #b51a29;
}
.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-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.badge:empty {
  display: none;
}

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

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

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

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

.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: #0c7492;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #084f63;
}

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

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

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

.badge-dark {
  color: #fff;
  background-color: #565b5d;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3d4143;
}

.badge-blue {
  color: #fff;
  background-color: #0c7492;
}
.badge-blue[href]:hover, .badge-blue[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #084f63;
}

.badge-indigo {
  color: #fff;
  background-color: #6610f2;
}
.badge-indigo[href]:hover, .badge-indigo[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #510bc4;
}

.badge-purple {
  color: #fff;
  background-color: #584991;
}
.badge-purple[href]:hover, .badge-purple[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #43386f;
}

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

.badge-red {
  color: #fff;
  background-color: #b51a29;
}
.badge-red[href]:hover, .badge-red[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #88141f;
}

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

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

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

.badge-teal {
  color: #fff;
  background-color: #20c997;
}
.badge-teal[href]:hover, .badge-teal[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #199d76;
}

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

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

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

.badge-grey-200 {
  color: #212529;
  background-color: #e9ecef;
}
.badge-grey-200[href]:hover, .badge-grey-200[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #cbd3da;
}

.badge-grey-300 {
  color: #212529;
  background-color: #dee2e6;
}
.badge-grey-300[href]:hover, .badge-grey-300[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #c1c9d0;
}

.badge-grey-400 {
  color: #212529;
  background-color: #ced4da;
}
.badge-grey-400[href]:hover, .badge-grey-400[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #b1bbc4;
}

.badge-grey-500 {
  color: #212529;
  background-color: #adb5bd;
}
.badge-grey-500[href]:hover, .badge-grey-500[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #919ca6;
}

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

.badge-grey-700 {
  color: #fff;
  background-color: #495057;
}
.badge-grey-700[href]:hover, .badge-grey-700[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #32373b;
}

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

.badge-grey-900 {
  color: #fff;
  background-color: #212529;
}
.badge-grey-900[href]:hover, .badge-grey-900[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0a0c0d;
}

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

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

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

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

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

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

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

.badge-poir {
  color: #fff;
  background-color: #00a097;
}
.badge-poir[href]:hover, .badge-poir[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #006d67;
}

.badge-popw {
  color: #fff;
  background-color: #4b4894;
}
.badge-popw[href]:hover, .badge-popw[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3a3772;
}

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #5e0e15;
  background-color: #f0d1d4;
  border-color: #eabfc3;
}
.alert-primary hr {
  border-top-color: #e4acb1;
}
.alert-primary .alert-link {
  color: #32070b;
}

.alert-secondary {
  color: #2e264b;
  background-color: #dedbe9;
  border-color: #d0cce0;
}
.alert-secondary hr {
  border-top-color: #c1bcd6;
}
.alert-secondary .alert-link {
  color: #191529;
}

.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: #063c4c;
  background-color: #cee3e9;
  border-color: #bbd8e0;
}
.alert-info hr {
  border-top-color: #a9ced8;
}
.alert-info .alert-link {
  color: #02171d;
}

.alert-warning {
  color: #7a5305;
  background-color: #fbecce;
  border-color: #f9e4ba;
}
.alert-warning hr {
  border-top-color: #f7dba3;
}
.alert-warning .alert-link {
  color: #493203;
}

.alert-danger {
  color: #5e0e15;
  background-color: #f0d1d4;
  border-color: #eabfc3;
}
.alert-danger hr {
  border-top-color: #e4acb1;
}
.alert-danger .alert-link {
  color: #32070b;
}

.alert-light {
  color: #515253;
  background-color: #ebebec;
  border-color: #e3e4e4;
}
.alert-light hr {
  border-top-color: #d6d7d7;
}
.alert-light .alert-link {
  color: #383939;
}

.alert-dark {
  color: #2d2f30;
  background-color: #dddedf;
  border-color: #d0d1d2;
}
.alert-dark hr {
  border-top-color: #c3c4c6;
}
.alert-dark .alert-link {
  color: #141516;
}

.alert-blue {
  color: #063c4c;
  background-color: #cee3e9;
  border-color: #bbd8e0;
}
.alert-blue hr {
  border-top-color: #a9ced8;
}
.alert-blue .alert-link {
  color: #02171d;
}

.alert-indigo {
  color: #35087e;
  background-color: #e0cffc;
  border-color: #d4bcfb;
}
.alert-indigo hr {
  border-top-color: #c5a4fa;
}
.alert-indigo .alert-link {
  color: #21054e;
}

.alert-purple {
  color: #2e264b;
  background-color: #dedbe9;
  border-color: #d0cce0;
}
.alert-purple hr {
  border-top-color: #c1bcd6;
}
.alert-purple .alert-link {
  color: #191529;
}

.alert-pink {
  color: #792049;
  background-color: #fad8e8;
  border-color: #f9c9df;
}
.alert-pink hr {
  border-top-color: #f6b2d1;
}
.alert-pink .alert-link {
  color: #511531;
}

.alert-red {
  color: #5e0e15;
  background-color: #f0d1d4;
  border-color: #eabfc3;
}
.alert-red hr {
  border-top-color: #e4acb1;
}
.alert-red .alert-link {
  color: #32070b;
}

.alert-orange {
  color: #753202;
  background-color: #f9dfcd;
  border-color: #f7d3b8;
}
.alert-orange hr {
  border-top-color: #f4c5a1;
}
.alert-orange .alert-link {
  color: #431d01;
}

.alert-yellow {
  color: #7a5305;
  background-color: #fbecce;
  border-color: #f9e4ba;
}
.alert-yellow hr {
  border-top-color: #f7dba3;
}
.alert-yellow .alert-link {
  color: #493203;
}

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

.alert-teal {
  color: #11694f;
  background-color: #d2f4ea;
  border-color: #c1f0e2;
}
.alert-teal hr {
  border-top-color: #acebd8;
}
.alert-teal .alert-link {
  color: #0a3d2e;
}

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

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}

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

.alert-grey-200 {
  color: #797b7c;
  background-color: #fbfbfc;
  border-color: #f9fafb;
}
.alert-grey-200 hr {
  border-top-color: #eaedf1;
}
.alert-grey-200 .alert-link {
  color: #606162;
}

.alert-grey-300 {
  color: #737678;
  background-color: #f8f9fa;
  border-color: #f6f7f8;
}
.alert-grey-300 hr {
  border-top-color: #e8eaed;
}
.alert-grey-300 .alert-link {
  color: #5a5c5e;
}

.alert-grey-400 {
  color: #6b6e71;
  background-color: #f5f6f8;
  border-color: #f1f3f5;
}
.alert-grey-400 hr {
  border-top-color: #e2e6ea;
}
.alert-grey-400 .alert-link {
  color: #525557;
}

.alert-grey-500 {
  color: #5a5e62;
  background-color: #eff0f2;
  border-color: #e8eaed;
}
.alert-grey-500 hr {
  border-top-color: #dadde2;
}
.alert-grey-500 .alert-link {
  color: #424547;
}

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

.alert-grey-700 {
  color: #262a2d;
  background-color: #dbdcdd;
  border-color: #ccced0;
}
.alert-grey-700 hr {
  border-top-color: #bfc1c4;
}
.alert-grey-700 .alert-link {
  color: #0f1011;
}

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

.alert-grey-900 {
  color: #111315;
  background-color: #d3d3d4;
  border-color: #c1c2c3;
}
.alert-grey-900 hr {
  border-top-color: #b4b5b6;
}
.alert-grey-900 .alert-link {
  color: black;
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-black hr {
  border-top-color: #ababab;
}
.alert-black .alert-link {
  color: black;
}

.alert-lighterGrey {
  color: gray;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
}
.alert-lighterGrey hr {
  border-top-color: #f0f0f0;
}
.alert-lighterGrey .alert-link {
  color: #676767;
}

.alert-darkerLightGrey {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-darkerLightGrey hr {
  border-top-color: #efefef;
}
.alert-darkerLightGrey .alert-link {
  color: #666666;
}

.alert-lightGrey {
  color: #7e7e7e;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.alert-lightGrey hr {
  border-top-color: #eeeeee;
}
.alert-lightGrey .alert-link {
  color: #656565;
}

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

.alert-spotkania {
  color: #83714f;
  background-color: #fef7ea;
  border-color: #fef4e2;
}
.alert-spotkania hr {
  border-top-color: #fdebc9;
}
.alert-spotkania .alert-link {
  color: #63563c;
}

.alert-cookies {
  color: #6f777b;
  background-color: #f7fafb;
  border-color: #f3f8fa;
}
.alert-cookies hr {
  border-top-color: #e1eef3;
}
.alert-cookies .alert-link {
  color: #575d60;
}

.alert-poir {
  color: #00534f;
  background-color: #ccecea;
  border-color: #b8e4e2;
}
.alert-poir hr {
  border-top-color: #a6ddda;
}
.alert-poir .alert-link {
  color: #00201e;
}

.alert-popw {
  color: #27254d;
  background-color: #dbdaea;
  border-color: #cdcce1;
}
.alert-popw hr {
  border-top-color: #bdbcd8;
}
.alert-popw .alert-link {
  color: #16142b;
}

.alert-power {
  color: #723510;
  background-color: #f8e0d2;
  border-color: #f5d4c0;
}
.alert-power hr {
  border-top-color: #f2c5aa;
}
.alert-power .alert-link {
  color: #45200a;
}

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

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

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

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

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #000;
  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:last-child {
  margin-bottom: 0;
}
.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: #b51a29;
  border-color: #b51a29;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 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: #5e0e15;
  background-color: #eabfc3;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #5e0e15;
  background-color: #e4acb1;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #5e0e15;
  border-color: #5e0e15;
}

.list-group-item-secondary {
  color: #2e264b;
  background-color: #d0cce0;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #2e264b;
  background-color: #c1bcd6;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #2e264b;
  border-color: #2e264b;
}

.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: #063c4c;
  background-color: #bbd8e0;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #063c4c;
  background-color: #a9ced8;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #063c4c;
  border-color: #063c4c;
}

.list-group-item-warning {
  color: #7a5305;
  background-color: #f9e4ba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7a5305;
  background-color: #f7dba3;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7a5305;
  border-color: #7a5305;
}

.list-group-item-danger {
  color: #5e0e15;
  background-color: #eabfc3;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #5e0e15;
  background-color: #e4acb1;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #5e0e15;
  border-color: #5e0e15;
}

.list-group-item-light {
  color: #515253;
  background-color: #e3e4e4;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #515253;
  background-color: #d6d7d7;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #515253;
  border-color: #515253;
}

.list-group-item-dark {
  color: #2d2f30;
  background-color: #d0d1d2;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #2d2f30;
  background-color: #c3c4c6;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #2d2f30;
  border-color: #2d2f30;
}

.list-group-item-blue {
  color: #063c4c;
  background-color: #bbd8e0;
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #063c4c;
  background-color: #a9ced8;
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #063c4c;
  border-color: #063c4c;
}

.list-group-item-indigo {
  color: #35087e;
  background-color: #d4bcfb;
}
.list-group-item-indigo.list-group-item-action:hover, .list-group-item-indigo.list-group-item-action:focus {
  color: #35087e;
  background-color: #c5a4fa;
}
.list-group-item-indigo.list-group-item-action.active {
  color: #fff;
  background-color: #35087e;
  border-color: #35087e;
}

.list-group-item-purple {
  color: #2e264b;
  background-color: #d0cce0;
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #2e264b;
  background-color: #c1bcd6;
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #2e264b;
  border-color: #2e264b;
}

.list-group-item-pink {
  color: #792049;
  background-color: #f9c9df;
}
.list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
  color: #792049;
  background-color: #f6b2d1;
}
.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: #792049;
  border-color: #792049;
}

.list-group-item-red {
  color: #5e0e15;
  background-color: #eabfc3;
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: #5e0e15;
  background-color: #e4acb1;
}
.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #5e0e15;
  border-color: #5e0e15;
}

.list-group-item-orange {
  color: #753202;
  background-color: #f7d3b8;
}
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #753202;
  background-color: #f4c5a1;
}
.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #753202;
  border-color: #753202;
}

.list-group-item-yellow {
  color: #7a5305;
  background-color: #f9e4ba;
}
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #7a5305;
  background-color: #f7dba3;
}
.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #7a5305;
  border-color: #7a5305;
}

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

.list-group-item-teal {
  color: #11694f;
  background-color: #c1f0e2;
}
.list-group-item-teal.list-group-item-action:hover, .list-group-item-teal.list-group-item-action:focus {
  color: #11694f;
  background-color: #acebd8;
}
.list-group-item-teal.list-group-item-action.active {
  color: #fff;
  background-color: #11694f;
  border-color: #11694f;
}

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

.list-group-item-white {
  color: #858585;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

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

.list-group-item-grey-200 {
  color: #797b7c;
  background-color: #f9fafb;
}
.list-group-item-grey-200.list-group-item-action:hover, .list-group-item-grey-200.list-group-item-action:focus {
  color: #797b7c;
  background-color: #eaedf1;
}
.list-group-item-grey-200.list-group-item-action.active {
  color: #fff;
  background-color: #797b7c;
  border-color: #797b7c;
}

.list-group-item-grey-300 {
  color: #737678;
  background-color: #f6f7f8;
}
.list-group-item-grey-300.list-group-item-action:hover, .list-group-item-grey-300.list-group-item-action:focus {
  color: #737678;
  background-color: #e8eaed;
}
.list-group-item-grey-300.list-group-item-action.active {
  color: #fff;
  background-color: #737678;
  border-color: #737678;
}

.list-group-item-grey-400 {
  color: #6b6e71;
  background-color: #f1f3f5;
}
.list-group-item-grey-400.list-group-item-action:hover, .list-group-item-grey-400.list-group-item-action:focus {
  color: #6b6e71;
  background-color: #e2e6ea;
}
.list-group-item-grey-400.list-group-item-action.active {
  color: #fff;
  background-color: #6b6e71;
  border-color: #6b6e71;
}

.list-group-item-grey-500 {
  color: #5a5e62;
  background-color: #e8eaed;
}
.list-group-item-grey-500.list-group-item-action:hover, .list-group-item-grey-500.list-group-item-action:focus {
  color: #5a5e62;
  background-color: #dadde2;
}
.list-group-item-grey-500.list-group-item-action.active {
  color: #fff;
  background-color: #5a5e62;
  border-color: #5a5e62;
}

.list-group-item-grey-600 {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-grey-600.list-group-item-action:hover, .list-group-item-grey-600.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-grey-600.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-grey-700 {
  color: #262a2d;
  background-color: #ccced0;
}
.list-group-item-grey-700.list-group-item-action:hover, .list-group-item-grey-700.list-group-item-action:focus {
  color: #262a2d;
  background-color: #bfc1c4;
}
.list-group-item-grey-700.list-group-item-action.active {
  color: #fff;
  background-color: #262a2d;
  border-color: #262a2d;
}

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

.list-group-item-grey-900 {
  color: #111315;
  background-color: #c1c2c3;
}
.list-group-item-grey-900.list-group-item-action:hover, .list-group-item-grey-900.list-group-item-action:focus {
  color: #111315;
  background-color: #b4b5b6;
}
.list-group-item-grey-900.list-group-item-action.active {
  color: #fff;
  background-color: #111315;
  border-color: #111315;
}

.list-group-item-black {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-lighterGrey {
  color: gray;
  background-color: #fdfdfd;
}
.list-group-item-lighterGrey.list-group-item-action:hover, .list-group-item-lighterGrey.list-group-item-action:focus {
  color: gray;
  background-color: #f0f0f0;
}
.list-group-item-lighterGrey.list-group-item-action.active {
  color: #fff;
  background-color: gray;
  border-color: gray;
}

.list-group-item-darkerLightGrey {
  color: #7f7f7f;
  background-color: #fcfcfc;
}
.list-group-item-darkerLightGrey.list-group-item-action:hover, .list-group-item-darkerLightGrey.list-group-item-action:focus {
  color: #7f7f7f;
  background-color: #efefef;
}
.list-group-item-darkerLightGrey.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}

.list-group-item-lightGrey {
  color: #7e7e7e;
  background-color: #fbfbfb;
}
.list-group-item-lightGrey.list-group-item-action:hover, .list-group-item-lightGrey.list-group-item-action:focus {
  color: #7e7e7e;
  background-color: #eeeeee;
}
.list-group-item-lightGrey.list-group-item-action.active {
  color: #fff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}

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

.list-group-item-spotkania {
  color: #83714f;
  background-color: #fef4e2;
}
.list-group-item-spotkania.list-group-item-action:hover, .list-group-item-spotkania.list-group-item-action:focus {
  color: #83714f;
  background-color: #fdebc9;
}
.list-group-item-spotkania.list-group-item-action.active {
  color: #fff;
  background-color: #83714f;
  border-color: #83714f;
}

.list-group-item-cookies {
  color: #6f777b;
  background-color: #f3f8fa;
}
.list-group-item-cookies.list-group-item-action:hover, .list-group-item-cookies.list-group-item-action:focus {
  color: #6f777b;
  background-color: #e1eef3;
}
.list-group-item-cookies.list-group-item-action.active {
  color: #fff;
  background-color: #6f777b;
  border-color: #6f777b;
}

.list-group-item-poir {
  color: #00534f;
  background-color: #b8e4e2;
}
.list-group-item-poir.list-group-item-action:hover, .list-group-item-poir.list-group-item-action:focus {
  color: #00534f;
  background-color: #a6ddda;
}
.list-group-item-poir.list-group-item-action.active {
  color: #fff;
  background-color: #00534f;
  border-color: #00534f;
}

.list-group-item-popw {
  color: #27254d;
  background-color: #cdcce1;
}
.list-group-item-popw.list-group-item-action:hover, .list-group-item-popw.list-group-item-action:focus {
  color: #27254d;
  background-color: #bdbcd8;
}
.list-group-item-popw.list-group-item-action.active {
  color: #fff;
  background-color: #27254d;
  border-color: #27254d;
}

.list-group-item-power {
  color: #723510;
  background-color: #f5d4c0;
}
.list-group-item-power.list-group-item-action:hover, .list-group-item-power.list-group-item-action:focus {
  color: #723510;
  background-color: #f2c5aa;
}
.list-group-item-power.list-group-item-action.active {
  color: #fff;
  background-color: #723510;
  border-color: #723510;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.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: 0.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 {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  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: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

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

  .modal-dialog-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: 1;
}
.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: #e9ecef;
}

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.5rem 1rem;
  color: #000;
  text-align: center;
  background-color: #e9ecef;
}

.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;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -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;
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    transition: none;
  }
}

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  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 {
  transform: translateX(0);
}
@supports (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 {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: 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: 0.9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  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: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  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: #b51a29 !important;
}

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #43386f !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: #0c7492 !important;
}

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

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

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

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

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

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

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

.bg-dark {
  background-color: #565b5d !important;
}

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

.bg-blue {
  background-color: #0c7492 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #084f63 !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #510bc4 !important;
}

.bg-purple {
  background-color: #584991 !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #43386f !important;
}

.bg-pink {
  background-color: #e83e8c !important;
}

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

.bg-red {
  background-color: #b51a29 !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #88141f !important;
}

.bg-orange {
  background-color: #e16103 !important;
}

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

.bg-yellow {
  background-color: #eba00a !important;
}

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

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

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

.bg-teal {
  background-color: #20c997 !important;
}

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #199d76 !important;
}

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

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

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

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

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

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

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

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

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

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

.bg-grey-400 {
  background-color: #ced4da !important;
}

a.bg-grey-400:hover, a.bg-grey-400:focus,
button.bg-grey-400:hover,
button.bg-grey-400:focus {
  background-color: #b1bbc4 !important;
}

.bg-grey-500 {
  background-color: #adb5bd !important;
}

a.bg-grey-500:hover, a.bg-grey-500:focus,
button.bg-grey-500:hover,
button.bg-grey-500:focus {
  background-color: #919ca6 !important;
}

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

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

.bg-grey-700 {
  background-color: #495057 !important;
}

a.bg-grey-700:hover, a.bg-grey-700:focus,
button.bg-grey-700:hover,
button.bg-grey-700:focus {
  background-color: #32373b !important;
}

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

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

.bg-grey-900 {
  background-color: #212529 !important;
}

a.bg-grey-900:hover, a.bg-grey-900:focus,
button.bg-grey-900:hover,
button.bg-grey-900:focus {
  background-color: #0a0c0d !important;
}

.bg-black {
  background-color: #000 !important;
}

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

.bg-lighterGrey {
  background-color: #f7f7f7 !important;
}

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

.bg-darkerLightGrey {
  background-color: #f5f5f5 !important;
}

a.bg-darkerLightGrey:hover, a.bg-darkerLightGrey:focus,
button.bg-darkerLightGrey:hover,
button.bg-darkerLightGrey:focus {
  background-color: gainsboro !important;
}

.bg-lightGrey {
  background-color: #f2f2f2 !important;
}

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

.bg-darkGrey {
  background-color: #ececec !important;
}

a.bg-darkGrey:hover, a.bg-darkGrey:focus,
button.bg-darkGrey:hover,
button.bg-darkGrey:focus {
  background-color: lightgray !important;
}

.bg-spotkania {
  background-color: #fbd998 !important;
}

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

.bg-cookies {
  background-color: #d5e5ed !important;
}

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

.bg-poir {
  background-color: #00a097 !important;
}

a.bg-poir:hover, a.bg-poir:focus,
button.bg-poir:hover,
button.bg-poir:focus {
  background-color: #006d67 !important;
}

.bg-popw {
  background-color: #4b4894 !important;
}

a.bg-popw:hover, a.bg-popw:focus,
button.bg-popw:hover,
button.bg-popw:focus {
  background-color: #3a3772 !important;
}

.bg-power {
  background-color: #dc651e !important;
}

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

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

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

.border-info {
  border-color: #0c7492 !important;
}

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

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

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

.border-dark {
  border-color: #565b5d !important;
}

.border-blue {
  border-color: #0c7492 !important;
}

.border-indigo {
  border-color: #6610f2 !important;
}

.border-purple {
  border-color: #584991 !important;
}

.border-pink {
  border-color: #e83e8c !important;
}

.border-red {
  border-color: #b51a29 !important;
}

.border-orange {
  border-color: #e16103 !important;
}

.border-yellow {
  border-color: #eba00a !important;
}

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

.border-teal {
  border-color: #20c997 !important;
}

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

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

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

.border-grey-200 {
  border-color: #e9ecef !important;
}

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

.border-grey-400 {
  border-color: #ced4da !important;
}

.border-grey-500 {
  border-color: #adb5bd !important;
}

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

.border-grey-700 {
  border-color: #495057 !important;
}

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

.border-grey-900 {
  border-color: #212529 !important;
}

.border-black {
  border-color: #000 !important;
}

.border-lighterGrey {
  border-color: #f7f7f7 !important;
}

.border-darkerLightGrey {
  border-color: #f5f5f5 !important;
}

.border-lightGrey {
  border-color: #f2f2f2 !important;
}

.border-darkGrey {
  border-color: #ececec !important;
}

.border-spotkania {
  border-color: #fbd998 !important;
}

.border-cookies {
  border-color: #d5e5ed !important;
}

.border-poir {
  border-color: #00a097 !important;
}

.border-popw {
  border-color: #4b4894 !important;
}

.border-power {
  border-color: #dc651e !important;
}

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

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

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

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

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

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

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

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

.sr-only, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

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

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

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

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

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

a.text-primary:hover, a.text-primary:focus {
  color: #88141f !important;
}*/

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

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

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

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

.text-info {
  color: #0c7492 !important;
}

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

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

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

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

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

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

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

.text-dark {
  color: #565b5d !important;
}

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

.text-blue {
  color: #0c7492 !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #084f63 !important;
}

.text-indigo {
  color: #6610f2 !important;
}

a.text-indigo:hover, a.text-indigo:focus {
  color: #510bc4 !important;
}

.text-purple {
  color: #584991 !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: #43386f !important;
}

.text-pink {
  color: #e83e8c !important;
}

a.text-pink:hover, a.text-pink:focus {
  color: #d91a72 !important;
}

.text-red {
  color: #b51a29 !important;
}

a.text-red:hover, a.text-red:focus {
  color: #88141f !important;
}

.text-orange {
  color: #e16103 !important;
}

a.text-orange:hover, a.text-orange:focus {
  color: #af4b02 !important;
}

.text-yellow {
  color: #eba00a !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #ba7f08 !important;
}

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

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

.text-teal {
  color: #20c997 !important;
}

a.text-teal:hover, a.text-teal:focus {
  color: #199d76 !important;
}

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

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

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

a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important;
}

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

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

.text-grey-200 {
  color: #e9ecef !important;
}

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

.text-grey-300 {
  color: #dee2e6 !important;
}

a.text-grey-300:hover, a.text-grey-300:focus {
  color: #c1c9d0 !important;
}

.text-grey-400 {
  color: #ced4da !important;
}

a.text-grey-400:hover, a.text-grey-400:focus {
  color: #b1bbc4 !important;
}

.text-grey-500 {
  color: #adb5bd !important;
}

a.text-grey-500:hover, a.text-grey-500:focus {
  color: #919ca6 !important;
}

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

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

.text-grey-700 {
  color: #495057 !important;
}

a.text-grey-700:hover, a.text-grey-700:focus {
  color: #32373b !important;
}

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

a.text-grey-800:hover, a.text-grey-800:focus {
  color: #1d2124 !important;
}

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

a.text-grey-900:hover, a.text-grey-900:focus {
  color: #0a0c0d !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

.text-lighterGrey {
  color: #f7f7f7 !important;
}

a.text-lighterGrey:hover, a.text-lighterGrey:focus {
  color: #dedede !important;
}

.text-darkerLightGrey {
  color: #f5f5f5 !important;
}

a.text-darkerLightGrey:hover, a.text-darkerLightGrey:focus {
  color: gainsboro !important;
}

.text-lightGrey {
  color: #f2f2f2 !important;
}

a.text-lightGrey:hover, a.text-lightGrey:focus {
  color: #d9d9d9 !important;
}

.text-darkGrey {
  color: #ececec !important;
}

a.text-darkGrey:hover, a.text-darkGrey:focus {
  color: lightgray !important;
}

.text-spotkania {
  color: #fbd998 !important;
}

a.text-spotkania:hover, a.text-spotkania:focus {
  color: #f9c767 !important;
}

.text-cookies {
  color: #d5e5ed !important;
}

a.text-cookies:hover, a.text-cookies:focus {
  color: #b1cfde !important;
}

.text-poir {
  color: #00a097 !important;
}

a.text-poir:hover, a.text-poir:focus {
  color: #006d67 !important;
}

.text-popw {
  color: #4b4894 !important;
}

a.text-popw:hover, a.text-popw:focus {
  color: #3a3772 !important;
}

.text-power {
  color: #dc651e !important;
}

a.text-power:hover, a.text-power:focus {
  color: #af5018 !important;
}

.text-body {
  color: #000 !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;
    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;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.decoration-none {
  text-decoration: none !important;
}

.bg-inherit {
  background: inherit;
}

.rotated {
  transform: rotate(-180deg);
}

.anchor {
  display: block;
  height: 160px !important;
  /*same height as header*/
  margin-top: -160px !important;
  /*same height as header*/
  visibility: hidden;
}

.anchor-sticky {
  display: block;
  height: 210px !important;
  /*same height as header*/
  margin-top: -210px !important;
  /*same height as header*/
  visibility: hidden;
}

.text-underline {
  text-decoration: underline;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.style-type-none {
  list-style-type: none;
}

.border-bottom-radius {
  border-radius: 0 0 5px 5px;
}

img.filter-grayscale {
  filter: grayscale(100%);
}

a[data-toggle=collapse].collapsed .collapse-arrow {
  transform: rotate(180deg);
}

.rounded-bottom {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.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-primary {
  border-color: #b51a29 !important;
}

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

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

.border-info {
  border-color: #0c7492 !important;
}

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

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

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

.border-dark {
  border-color: #565b5d !important;
}

.border-blue {
  border-color: #0c7492 !important;
}

.border-indigo {
  border-color: #6610f2 !important;
}

.border-purple {
  border-color: #584991 !important;
}

.border-pink {
  border-color: #e83e8c !important;
}

.border-red {
  border-color: #b51a29 !important;
}

.border-orange {
  border-color: #e16103 !important;
}

.border-yellow {
  border-color: #eba00a !important;
}

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

.border-teal {
  border-color: #20c997 !important;
}

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

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

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

.border-grey-200 {
  border-color: #e9ecef !important;
}

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

.border-grey-400 {
  border-color: #ced4da !important;
}

.border-grey-500 {
  border-color: #adb5bd !important;
}

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

.border-grey-700 {
  border-color: #495057 !important;
}

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

.border-grey-900 {
  border-color: #212529 !important;
}

.border-black {
  border-color: #000 !important;
}

.border-lighterGrey {
  border-color: #f7f7f7 !important;
}

.border-darkerLightGrey {
  border-color: #f5f5f5 !important;
}

.border-lightGrey {
  border-color: #f2f2f2 !important;
}

.border-darkGrey {
  border-color: #ececec !important;
}

.border-spotkania {
  border-color: #fbd998 !important;
}

.border-cookies {
  border-color: #d5e5ed !important;
}

.border-poir {
  border-color: #00a097 !important;
}

.border-popw {
  border-color: #4b4894 !important;
}

.border-power {
  border-color: #dc651e !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-top-info {
  border-top-color: #0c7492 !important;
}

.border-right-info {
  border-right-color: #0c7492 !important;
}

.border-bottom-info {
  border-bottom-color: #0c7492 !important;
}

.border-left-info {
  border-left-color: #0c7492 !important;
}

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

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

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

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

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

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

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

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

.border-top-light {
  border-top-color: #9c9d9f !important;
}

.border-right-light {
  border-right-color: #9c9d9f !important;
}

.border-bottom-light {
  border-bottom-color: #9c9d9f !important;
}

.border-left-light {
  border-left-color: #9c9d9f !important;
}

.border-top-dark {
  border-top-color: #565b5d !important;
}

.border-right-dark {
  border-right-color: #565b5d !important;
}

.border-bottom-dark {
  border-bottom-color: #565b5d !important;
}

.border-left-dark {
  border-left-color: #565b5d !important;
}

.border-top-blue {
  border-top-color: #0c7492 !important;
}

.border-right-blue {
  border-right-color: #0c7492 !important;
}

.border-bottom-blue {
  border-bottom-color: #0c7492 !important;
}

.border-left-blue {
  border-left-color: #0c7492 !important;
}

.border-top-indigo {
  border-top-color: #6610f2 !important;
}

.border-right-indigo {
  border-right-color: #6610f2 !important;
}

.border-bottom-indigo {
  border-bottom-color: #6610f2 !important;
}

.border-left-indigo {
  border-left-color: #6610f2 !important;
}

.border-top-purple {
  border-top-color: #584991 !important;
}

.border-right-purple {
  border-right-color: #584991 !important;
}

.border-bottom-purple {
  border-bottom-color: #584991 !important;
}

.border-left-purple {
  border-left-color: #584991 !important;
}

.border-top-pink {
  border-top-color: #e83e8c !important;
}

.border-right-pink {
  border-right-color: #e83e8c !important;
}

.border-bottom-pink {
  border-bottom-color: #e83e8c !important;
}

.border-left-pink {
  border-left-color: #e83e8c !important;
}

.border-top-red {
  border-top-color: #b51a29 !important;
}

.border-right-red {
  border-right-color: #b51a29 !important;
}

.border-bottom-red {
  border-bottom-color: #b51a29 !important;
}

.border-left-red {
  border-left-color: #b51a29 !important;
}

.border-top-orange {
  border-top-color: #e16103 !important;
}

.border-right-orange {
  border-right-color: #e16103 !important;
}

.border-bottom-orange {
  border-bottom-color: #e16103 !important;
}

.border-left-orange {
  border-left-color: #e16103 !important;
}

.border-top-yellow {
  border-top-color: #eba00a !important;
}

.border-right-yellow {
  border-right-color: #eba00a !important;
}

.border-bottom-yellow {
  border-bottom-color: #eba00a !important;
}

.border-left-yellow {
  border-left-color: #eba00a !important;
}

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

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

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

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

.border-top-teal {
  border-top-color: #20c997 !important;
}

.border-right-teal {
  border-right-color: #20c997 !important;
}

.border-bottom-teal {
  border-bottom-color: #20c997 !important;
}

.border-left-teal {
  border-left-color: #20c997 !important;
}

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

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

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

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

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

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

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

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

.border-top-grey-100 {
  border-top-color: #f8f9fa !important;
}

.border-right-grey-100 {
  border-right-color: #f8f9fa !important;
}

.border-bottom-grey-100 {
  border-bottom-color: #f8f9fa !important;
}

.border-left-grey-100 {
  border-left-color: #f8f9fa !important;
}

.border-top-grey-200 {
  border-top-color: #e9ecef !important;
}

.border-right-grey-200 {
  border-right-color: #e9ecef !important;
}

.border-bottom-grey-200 {
  border-bottom-color: #e9ecef !important;
}

.border-left-grey-200 {
  border-left-color: #e9ecef !important;
}

.border-top-grey-300 {
  border-top-color: #dee2e6 !important;
}

.border-right-grey-300 {
  border-right-color: #dee2e6 !important;
}

.border-bottom-grey-300 {
  border-bottom-color: #dee2e6 !important;
}

.border-left-grey-300 {
  border-left-color: #dee2e6 !important;
}

.border-top-grey-400 {
  border-top-color: #ced4da !important;
}

.border-right-grey-400 {
  border-right-color: #ced4da !important;
}

.border-bottom-grey-400 {
  border-bottom-color: #ced4da !important;
}

.border-left-grey-400 {
  border-left-color: #ced4da !important;
}

.border-top-grey-500 {
  border-top-color: #adb5bd !important;
}

.border-right-grey-500 {
  border-right-color: #adb5bd !important;
}

.border-bottom-grey-500 {
  border-bottom-color: #adb5bd !important;
}

.border-left-grey-500 {
  border-left-color: #adb5bd !important;
}

.border-top-grey-600 {
  border-top-color: #6c757d !important;
}

.border-right-grey-600 {
  border-right-color: #6c757d !important;
}

.border-bottom-grey-600 {
  border-bottom-color: #6c757d !important;
}

.border-left-grey-600 {
  border-left-color: #6c757d !important;
}

.border-top-grey-700 {
  border-top-color: #495057 !important;
}

.border-right-grey-700 {
  border-right-color: #495057 !important;
}

.border-bottom-grey-700 {
  border-bottom-color: #495057 !important;
}

.border-left-grey-700 {
  border-left-color: #495057 !important;
}

.border-top-grey-800 {
  border-top-color: #343a40 !important;
}

.border-right-grey-800 {
  border-right-color: #343a40 !important;
}

.border-bottom-grey-800 {
  border-bottom-color: #343a40 !important;
}

.border-left-grey-800 {
  border-left-color: #343a40 !important;
}

.border-top-grey-900 {
  border-top-color: #212529 !important;
}

.border-right-grey-900 {
  border-right-color: #212529 !important;
}

.border-bottom-grey-900 {
  border-bottom-color: #212529 !important;
}

.border-left-grey-900 {
  border-left-color: #212529 !important;
}

.border-top-black {
  border-top-color: #000 !important;
}

.border-right-black {
  border-right-color: #000 !important;
}

.border-bottom-black {
  border-bottom-color: #000 !important;
}

.border-left-black {
  border-left-color: #000 !important;
}

.border-top-lighterGrey {
  border-top-color: #f7f7f7 !important;
}

.border-right-lighterGrey {
  border-right-color: #f7f7f7 !important;
}

.border-bottom-lighterGrey {
  border-bottom-color: #f7f7f7 !important;
}

.border-left-lighterGrey {
  border-left-color: #f7f7f7 !important;
}

.border-top-darkerLightGrey {
  border-top-color: #f5f5f5 !important;
}

.border-right-darkerLightGrey {
  border-right-color: #f5f5f5 !important;
}

.border-bottom-darkerLightGrey {
  border-bottom-color: #f5f5f5 !important;
}

.border-left-darkerLightGrey {
  border-left-color: #f5f5f5 !important;
}

.border-top-lightGrey {
  border-top-color: #f2f2f2 !important;
}

.border-right-lightGrey {
  border-right-color: #f2f2f2 !important;
}

.border-bottom-lightGrey {
  border-bottom-color: #f2f2f2 !important;
}

.border-left-lightGrey {
  border-left-color: #f2f2f2 !important;
}

.border-top-darkGrey {
  border-top-color: #ececec !important;
}

.border-right-darkGrey {
  border-right-color: #ececec !important;
}

.border-bottom-darkGrey {
  border-bottom-color: #ececec !important;
}

.border-left-darkGrey {
  border-left-color: #ececec !important;
}

.border-top-spotkania {
  border-top-color: #fbd998 !important;
}

.border-right-spotkania {
  border-right-color: #fbd998 !important;
}

.border-bottom-spotkania {
  border-bottom-color: #fbd998 !important;
}

.border-left-spotkania {
  border-left-color: #fbd998 !important;
}

.border-top-cookies {
  border-top-color: #d5e5ed !important;
}

.border-right-cookies {
  border-right-color: #d5e5ed !important;
}

.border-bottom-cookies {
  border-bottom-color: #d5e5ed !important;
}

.border-left-cookies {
  border-left-color: #d5e5ed !important;
}

.border-top-poir {
  border-top-color: #00a097 !important;
}

.border-right-poir {
  border-right-color: #00a097 !important;
}

.border-bottom-poir {
  border-bottom-color: #00a097 !important;
}

.border-left-poir {
  border-left-color: #00a097 !important;
}

.border-top-popw {
  border-top-color: #4b4894 !important;
}

.border-right-popw {
  border-right-color: #4b4894 !important;
}

.border-bottom-popw {
  border-bottom-color: #4b4894 !important;
}

.border-left-popw {
  border-left-color: #4b4894 !important;
}

.border-top-power {
  border-top-color: #dc651e !important;
}

.border-right-power {
  border-right-color: #dc651e !important;
}

.border-bottom-power {
  border-bottom-color: #dc651e !important;
}

.border-left-power {
  border-left-color: #dc651e !important;
}

.border-thick {
  border-width: 4px !important;
}

.border-top-thick {
  border-top-width: 4px !important;
}

.border-right-thick {
  border-right-width: 4px !important;
}

.border-bottom-thick {
  border-bottom-width: 4px !important;
}

.border-left-thick {
  border-left-width: 4px !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;
}

@media (min-width: 576px) {
  .border-sm {
    border: 1px solid #dee2e6 !important;
  }

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

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

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

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

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

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

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

  .border-sm-info {
    border-color: #0c7492 !important;
  }

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

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

  .border-sm-light {
    border-color: #9c9d9f !important;
  }

  .border-sm-dark {
    border-color: #565b5d !important;
  }

  .border-sm-blue {
    border-color: #0c7492 !important;
  }

  .border-sm-indigo {
    border-color: #6610f2 !important;
  }

  .border-sm-purple {
    border-color: #584991 !important;
  }

  .border-sm-pink {
    border-color: #e83e8c !important;
  }

  .border-sm-red {
    border-color: #b51a29 !important;
  }

  .border-sm-orange {
    border-color: #e16103 !important;
  }

  .border-sm-yellow {
    border-color: #eba00a !important;
  }

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

  .border-sm-teal {
    border-color: #20c997 !important;
  }

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

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

  .border-sm-grey-100 {
    border-color: #f8f9fa !important;
  }

  .border-sm-grey-200 {
    border-color: #e9ecef !important;
  }

  .border-sm-grey-300 {
    border-color: #dee2e6 !important;
  }

  .border-sm-grey-400 {
    border-color: #ced4da !important;
  }

  .border-sm-grey-500 {
    border-color: #adb5bd !important;
  }

  .border-sm-grey-600 {
    border-color: #6c757d !important;
  }

  .border-sm-grey-700 {
    border-color: #495057 !important;
  }

  .border-sm-grey-800 {
    border-color: #343a40 !important;
  }

  .border-sm-grey-900 {
    border-color: #212529 !important;
  }

  .border-sm-black {
    border-color: #000 !important;
  }

  .border-sm-lighterGrey {
    border-color: #f7f7f7 !important;
  }

  .border-sm-darkerLightGrey {
    border-color: #f5f5f5 !important;
  }

  .border-sm-lightGrey {
    border-color: #f2f2f2 !important;
  }

  .border-sm-darkGrey {
    border-color: #ececec !important;
  }

  .border-sm-spotkania {
    border-color: #fbd998 !important;
  }

  .border-sm-cookies {
    border-color: #d5e5ed !important;
  }

  .border-sm-poir {
    border-color: #00a097 !important;
  }

  .border-sm-popw {
    border-color: #4b4894 !important;
  }

  .border-sm-power {
    border-color: #dc651e !important;
  }

  .border-sm-top-primary {
    border-top-color: #b51a29 !important;
  }

  .border-sm-right-primary {
    border-right-color: #b51a29 !important;
  }

  .border-sm-bottom-primary {
    border-bottom-color: #b51a29 !important;
  }

  .border-sm-left-primary {
    border-left-color: #b51a29 !important;
  }

  .border-sm-top-secondary {
    border-top-color: #584991 !important;
  }

  .border-sm-right-secondary {
    border-right-color: #584991 !important;
  }

  .border-sm-bottom-secondary {
    border-bottom-color: #584991 !important;
  }

  .border-sm-left-secondary {
    border-left-color: #584991 !important;
  }

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

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

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

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

  .border-sm-top-info {
    border-top-color: #0c7492 !important;
  }

  .border-sm-right-info {
    border-right-color: #0c7492 !important;
  }

  .border-sm-bottom-info {
    border-bottom-color: #0c7492 !important;
  }

  .border-sm-left-info {
    border-left-color: #0c7492 !important;
  }

  .border-sm-top-warning {
    border-top-color: #eba00a !important;
  }

  .border-sm-right-warning {
    border-right-color: #eba00a !important;
  }

  .border-sm-bottom-warning {
    border-bottom-color: #eba00a !important;
  }

  .border-sm-left-warning {
    border-left-color: #eba00a !important;
  }

  .border-sm-top-danger {
    border-top-color: #b51a29 !important;
  }

  .border-sm-right-danger {
    border-right-color: #b51a29 !important;
  }

  .border-sm-bottom-danger {
    border-bottom-color: #b51a29 !important;
  }

  .border-sm-left-danger {
    border-left-color: #b51a29 !important;
  }

  .border-sm-top-light {
    border-top-color: #9c9d9f !important;
  }

  .border-sm-right-light {
    border-right-color: #9c9d9f !important;
  }

  .border-sm-bottom-light {
    border-bottom-color: #9c9d9f !important;
  }

  .border-sm-left-light {
    border-left-color: #9c9d9f !important;
  }

  .border-sm-top-dark {
    border-top-color: #565b5d !important;
  }

  .border-sm-right-dark {
    border-right-color: #565b5d !important;
  }

  .border-sm-bottom-dark {
    border-bottom-color: #565b5d !important;
  }

  .border-sm-left-dark {
    border-left-color: #565b5d !important;
  }

  .border-sm-top-blue {
    border-top-color: #0c7492 !important;
  }

  .border-sm-right-blue {
    border-right-color: #0c7492 !important;
  }

  .border-sm-bottom-blue {
    border-bottom-color: #0c7492 !important;
  }

  .border-sm-left-blue {
    border-left-color: #0c7492 !important;
  }

  .border-sm-top-indigo {
    border-top-color: #6610f2 !important;
  }

  .border-sm-right-indigo {
    border-right-color: #6610f2 !important;
  }

  .border-sm-bottom-indigo {
    border-bottom-color: #6610f2 !important;
  }

  .border-sm-left-indigo {
    border-left-color: #6610f2 !important;
  }

  .border-sm-top-purple {
    border-top-color: #584991 !important;
  }

  .border-sm-right-purple {
    border-right-color: #584991 !important;
  }

  .border-sm-bottom-purple {
    border-bottom-color: #584991 !important;
  }

  .border-sm-left-purple {
    border-left-color: #584991 !important;
  }

  .border-sm-top-pink {
    border-top-color: #e83e8c !important;
  }

  .border-sm-right-pink {
    border-right-color: #e83e8c !important;
  }

  .border-sm-bottom-pink {
    border-bottom-color: #e83e8c !important;
  }

  .border-sm-left-pink {
    border-left-color: #e83e8c !important;
  }

  .border-sm-top-red {
    border-top-color: #b51a29 !important;
  }

  .border-sm-right-red {
    border-right-color: #b51a29 !important;
  }

  .border-sm-bottom-red {
    border-bottom-color: #b51a29 !important;
  }

  .border-sm-left-red {
    border-left-color: #b51a29 !important;
  }

  .border-sm-top-orange {
    border-top-color: #e16103 !important;
  }

  .border-sm-right-orange {
    border-right-color: #e16103 !important;
  }

  .border-sm-bottom-orange {
    border-bottom-color: #e16103 !important;
  }

  .border-sm-left-orange {
    border-left-color: #e16103 !important;
  }

  .border-sm-top-yellow {
    border-top-color: #eba00a !important;
  }

  .border-sm-right-yellow {
    border-right-color: #eba00a !important;
  }

  .border-sm-bottom-yellow {
    border-bottom-color: #eba00a !important;
  }

  .border-sm-left-yellow {
    border-left-color: #eba00a !important;
  }

  .border-sm-top-green {
    border-top-color: #28a745 !important;
  }

  .border-sm-right-green {
    border-right-color: #28a745 !important;
  }

  .border-sm-bottom-green {
    border-bottom-color: #28a745 !important;
  }

  .border-sm-left-green {
    border-left-color: #28a745 !important;
  }

  .border-sm-top-teal {
    border-top-color: #20c997 !important;
  }

  .border-sm-right-teal {
    border-right-color: #20c997 !important;
  }

  .border-sm-bottom-teal {
    border-bottom-color: #20c997 !important;
  }

  .border-sm-left-teal {
    border-left-color: #20c997 !important;
  }

  .border-sm-top-cyan {
    border-top-color: #17a2b8 !important;
  }

  .border-sm-right-cyan {
    border-right-color: #17a2b8 !important;
  }

  .border-sm-bottom-cyan {
    border-bottom-color: #17a2b8 !important;
  }

  .border-sm-left-cyan {
    border-left-color: #17a2b8 !important;
  }

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

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

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

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

  .border-sm-top-grey-100 {
    border-top-color: #f8f9fa !important;
  }

  .border-sm-right-grey-100 {
    border-right-color: #f8f9fa !important;
  }

  .border-sm-bottom-grey-100 {
    border-bottom-color: #f8f9fa !important;
  }

  .border-sm-left-grey-100 {
    border-left-color: #f8f9fa !important;
  }

  .border-sm-top-grey-200 {
    border-top-color: #e9ecef !important;
  }

  .border-sm-right-grey-200 {
    border-right-color: #e9ecef !important;
  }

  .border-sm-bottom-grey-200 {
    border-bottom-color: #e9ecef !important;
  }

  .border-sm-left-grey-200 {
    border-left-color: #e9ecef !important;
  }

  .border-sm-top-grey-300 {
    border-top-color: #dee2e6 !important;
  }

  .border-sm-right-grey-300 {
    border-right-color: #dee2e6 !important;
  }

  .border-sm-bottom-grey-300 {
    border-bottom-color: #dee2e6 !important;
  }

  .border-sm-left-grey-300 {
    border-left-color: #dee2e6 !important;
  }

  .border-sm-top-grey-400 {
    border-top-color: #ced4da !important;
  }

  .border-sm-right-grey-400 {
    border-right-color: #ced4da !important;
  }

  .border-sm-bottom-grey-400 {
    border-bottom-color: #ced4da !important;
  }

  .border-sm-left-grey-400 {
    border-left-color: #ced4da !important;
  }

  .border-sm-top-grey-500 {
    border-top-color: #adb5bd !important;
  }

  .border-sm-right-grey-500 {
    border-right-color: #adb5bd !important;
  }

  .border-sm-bottom-grey-500 {
    border-bottom-color: #adb5bd !important;
  }

  .border-sm-left-grey-500 {
    border-left-color: #adb5bd !important;
  }

  .border-sm-top-grey-600 {
    border-top-color: #6c757d !important;
  }

  .border-sm-right-grey-600 {
    border-right-color: #6c757d !important;
  }

  .border-sm-bottom-grey-600 {
    border-bottom-color: #6c757d !important;
  }

  .border-sm-left-grey-600 {
    border-left-color: #6c757d !important;
  }

  .border-sm-top-grey-700 {
    border-top-color: #495057 !important;
  }

  .border-sm-right-grey-700 {
    border-right-color: #495057 !important;
  }

  .border-sm-bottom-grey-700 {
    border-bottom-color: #495057 !important;
  }

  .border-sm-left-grey-700 {
    border-left-color: #495057 !important;
  }

  .border-sm-top-grey-800 {
    border-top-color: #343a40 !important;
  }

  .border-sm-right-grey-800 {
    border-right-color: #343a40 !important;
  }

  .border-sm-bottom-grey-800 {
    border-bottom-color: #343a40 !important;
  }

  .border-sm-left-grey-800 {
    border-left-color: #343a40 !important;
  }

  .border-sm-top-grey-900 {
    border-top-color: #212529 !important;
  }

  .border-sm-right-grey-900 {
    border-right-color: #212529 !important;
  }

  .border-sm-bottom-grey-900 {
    border-bottom-color: #212529 !important;
  }

  .border-sm-left-grey-900 {
    border-left-color: #212529 !important;
  }

  .border-sm-top-black {
    border-top-color: #000 !important;
  }

  .border-sm-right-black {
    border-right-color: #000 !important;
  }

  .border-sm-bottom-black {
    border-bottom-color: #000 !important;
  }

  .border-sm-left-black {
    border-left-color: #000 !important;
  }

  .border-sm-top-lighterGrey {
    border-top-color: #f7f7f7 !important;
  }

  .border-sm-right-lighterGrey {
    border-right-color: #f7f7f7 !important;
  }

  .border-sm-bottom-lighterGrey {
    border-bottom-color: #f7f7f7 !important;
  }

  .border-sm-left-lighterGrey {
    border-left-color: #f7f7f7 !important;
  }

  .border-sm-top-darkerLightGrey {
    border-top-color: #f5f5f5 !important;
  }

  .border-sm-right-darkerLightGrey {
    border-right-color: #f5f5f5 !important;
  }

  .border-sm-bottom-darkerLightGrey {
    border-bottom-color: #f5f5f5 !important;
  }

  .border-sm-left-darkerLightGrey {
    border-left-color: #f5f5f5 !important;
  }

  .border-sm-top-lightGrey {
    border-top-color: #f2f2f2 !important;
  }

  .border-sm-right-lightGrey {
    border-right-color: #f2f2f2 !important;
  }

  .border-sm-bottom-lightGrey {
    border-bottom-color: #f2f2f2 !important;
  }

  .border-sm-left-lightGrey {
    border-left-color: #f2f2f2 !important;
  }

  .border-sm-top-darkGrey {
    border-top-color: #ececec !important;
  }

  .border-sm-right-darkGrey {
    border-right-color: #ececec !important;
  }

  .border-sm-bottom-darkGrey {
    border-bottom-color: #ececec !important;
  }

  .border-sm-left-darkGrey {
    border-left-color: #ececec !important;
  }

  .border-sm-top-spotkania {
    border-top-color: #fbd998 !important;
  }

  .border-sm-right-spotkania {
    border-right-color: #fbd998 !important;
  }

  .border-sm-bottom-spotkania {
    border-bottom-color: #fbd998 !important;
  }

  .border-sm-left-spotkania {
    border-left-color: #fbd998 !important;
  }

  .border-sm-top-cookies {
    border-top-color: #d5e5ed !important;
  }

  .border-sm-right-cookies {
    border-right-color: #d5e5ed !important;
  }

  .border-sm-bottom-cookies {
    border-bottom-color: #d5e5ed !important;
  }

  .border-sm-left-cookies {
    border-left-color: #d5e5ed !important;
  }

  .border-sm-top-poir {
    border-top-color: #00a097 !important;
  }

  .border-sm-right-poir {
    border-right-color: #00a097 !important;
  }

  .border-sm-bottom-poir {
    border-bottom-color: #00a097 !important;
  }

  .border-sm-left-poir {
    border-left-color: #00a097 !important;
  }

  .border-sm-top-popw {
    border-top-color: #4b4894 !important;
  }

  .border-sm-right-popw {
    border-right-color: #4b4894 !important;
  }

  .border-sm-bottom-popw {
    border-bottom-color: #4b4894 !important;
  }

  .border-sm-left-popw {
    border-left-color: #4b4894 !important;
  }

  .border-sm-top-power {
    border-top-color: #dc651e !important;
  }

  .border-sm-right-power {
    border-right-color: #dc651e !important;
  }

  .border-sm-bottom-power {
    border-bottom-color: #dc651e !important;
  }

  .border-sm-left-power {
    border-left-color: #dc651e !important;
  }

  .border-sm-thick {
    border-width: 4px !important;
  }

  .border-sm-top-thick {
    border-top-width: 4px !important;
  }

  .border-sm-right-thick {
    border-right-width: 4px !important;
  }

  .border-sm-bottom-thick {
    border-bottom-width: 4px !important;
  }

  .border-sm-left-thick {
    border-left-width: 4px !important;
  }

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

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

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

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

  .border-sm-left-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-md {
    border: 1px solid #dee2e6 !important;
  }

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

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

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

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

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

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

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

  .border-md-info {
    border-color: #0c7492 !important;
  }

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

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

  .border-md-light {
    border-color: #9c9d9f !important;
  }

  .border-md-dark {
    border-color: #565b5d !important;
  }

  .border-md-blue {
    border-color: #0c7492 !important;
  }

  .border-md-indigo {
    border-color: #6610f2 !important;
  }

  .border-md-purple {
    border-color: #584991 !important;
  }

  .border-md-pink {
    border-color: #e83e8c !important;
  }

  .border-md-red {
    border-color: #b51a29 !important;
  }

  .border-md-orange {
    border-color: #e16103 !important;
  }

  .border-md-yellow {
    border-color: #eba00a !important;
  }

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

  .border-md-teal {
    border-color: #20c997 !important;
  }

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

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

  .border-md-grey-100 {
    border-color: #f8f9fa !important;
  }

  .border-md-grey-200 {
    border-color: #e9ecef !important;
  }

  .border-md-grey-300 {
    border-color: #dee2e6 !important;
  }

  .border-md-grey-400 {
    border-color: #ced4da !important;
  }

  .border-md-grey-500 {
    border-color: #adb5bd !important;
  }

  .border-md-grey-600 {
    border-color: #6c757d !important;
  }

  .border-md-grey-700 {
    border-color: #495057 !important;
  }

  .border-md-grey-800 {
    border-color: #343a40 !important;
  }

  .border-md-grey-900 {
    border-color: #212529 !important;
  }

  .border-md-black {
    border-color: #000 !important;
  }

  .border-md-lighterGrey {
    border-color: #f7f7f7 !important;
  }

  .border-md-darkerLightGrey {
    border-color: #f5f5f5 !important;
  }

  .border-md-lightGrey {
    border-color: #f2f2f2 !important;
  }

  .border-md-darkGrey {
    border-color: #ececec !important;
  }

  .border-md-spotkania {
    border-color: #fbd998 !important;
  }

  .border-md-cookies {
    border-color: #d5e5ed !important;
  }

  .border-md-poir {
    border-color: #00a097 !important;
  }

  .border-md-popw {
    border-color: #4b4894 !important;
  }

  .border-md-power {
    border-color: #dc651e !important;
  }

  .border-md-top-primary {
    border-top-color: #b51a29 !important;
  }

  .border-md-right-primary {
    border-right-color: #b51a29 !important;
  }

  .border-md-bottom-primary {
    border-bottom-color: #b51a29 !important;
  }

  .border-md-left-primary {
    border-left-color: #b51a29 !important;
  }

  .border-md-top-secondary {
    border-top-color: #584991 !important;
  }

  .border-md-right-secondary {
    border-right-color: #584991 !important;
  }

  .border-md-bottom-secondary {
    border-bottom-color: #584991 !important;
  }

  .border-md-left-secondary {
    border-left-color: #584991 !important;
  }

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

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

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

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

  .border-md-top-info {
    border-top-color: #0c7492 !important;
  }

  .border-md-right-info {
    border-right-color: #0c7492 !important;
  }

  .border-md-bottom-info {
    border-bottom-color: #0c7492 !important;
  }

  .border-md-left-info {
    border-left-color: #0c7492 !important;
  }

  .border-md-top-warning {
    border-top-color: #eba00a !important;
  }

  .border-md-right-warning {
    border-right-color: #eba00a !important;
  }

  .border-md-bottom-warning {
    border-bottom-color: #eba00a !important;
  }

  .border-md-left-warning {
    border-left-color: #eba00a !important;
  }

  .border-md-top-danger {
    border-top-color: #b51a29 !important;
  }

  .border-md-right-danger {
    border-right-color: #b51a29 !important;
  }

  .border-md-bottom-danger {
    border-bottom-color: #b51a29 !important;
  }

  .border-md-left-danger {
    border-left-color: #b51a29 !important;
  }

  .border-md-top-light {
    border-top-color: #9c9d9f !important;
  }

  .border-md-right-light {
    border-right-color: #9c9d9f !important;
  }

  .border-md-bottom-light {
    border-bottom-color: #9c9d9f !important;
  }

  .border-md-left-light {
    border-left-color: #9c9d9f !important;
  }

  .border-md-top-dark {
    border-top-color: #565b5d !important;
  }

  .border-md-right-dark {
    border-right-color: #565b5d !important;
  }

  .border-md-bottom-dark {
    border-bottom-color: #565b5d !important;
  }

  .border-md-left-dark {
    border-left-color: #565b5d !important;
  }

  .border-md-top-blue {
    border-top-color: #0c7492 !important;
  }

  .border-md-right-blue {
    border-right-color: #0c7492 !important;
  }

  .border-md-bottom-blue {
    border-bottom-color: #0c7492 !important;
  }

  .border-md-left-blue {
    border-left-color: #0c7492 !important;
  }

  .border-md-top-indigo {
    border-top-color: #6610f2 !important;
  }

  .border-md-right-indigo {
    border-right-color: #6610f2 !important;
  }

  .border-md-bottom-indigo {
    border-bottom-color: #6610f2 !important;
  }

  .border-md-left-indigo {
    border-left-color: #6610f2 !important;
  }

  .border-md-top-purple {
    border-top-color: #584991 !important;
  }

  .border-md-right-purple {
    border-right-color: #584991 !important;
  }

  .border-md-bottom-purple {
    border-bottom-color: #584991 !important;
  }

  .border-md-left-purple {
    border-left-color: #584991 !important;
  }

  .border-md-top-pink {
    border-top-color: #e83e8c !important;
  }

  .border-md-right-pink {
    border-right-color: #e83e8c !important;
  }

  .border-md-bottom-pink {
    border-bottom-color: #e83e8c !important;
  }

  .border-md-left-pink {
    border-left-color: #e83e8c !important;
  }

  .border-md-top-red {
    border-top-color: #b51a29 !important;
  }

  .border-md-right-red {
    border-right-color: #b51a29 !important;
  }

  .border-md-bottom-red {
    border-bottom-color: #b51a29 !important;
  }

  .border-md-left-red {
    border-left-color: #b51a29 !important;
  }

  .border-md-top-orange {
    border-top-color: #e16103 !important;
  }

  .border-md-right-orange {
    border-right-color: #e16103 !important;
  }

  .border-md-bottom-orange {
    border-bottom-color: #e16103 !important;
  }

  .border-md-left-orange {
    border-left-color: #e16103 !important;
  }

  .border-md-top-yellow {
    border-top-color: #eba00a !important;
  }

  .border-md-right-yellow {
    border-right-color: #eba00a !important;
  }

  .border-md-bottom-yellow {
    border-bottom-color: #eba00a !important;
  }

  .border-md-left-yellow {
    border-left-color: #eba00a !important;
  }

  .border-md-top-green {
    border-top-color: #28a745 !important;
  }

  .border-md-right-green {
    border-right-color: #28a745 !important;
  }

  .border-md-bottom-green {
    border-bottom-color: #28a745 !important;
  }

  .border-md-left-green {
    border-left-color: #28a745 !important;
  }

  .border-md-top-teal {
    border-top-color: #20c997 !important;
  }

  .border-md-right-teal {
    border-right-color: #20c997 !important;
  }

  .border-md-bottom-teal {
    border-bottom-color: #20c997 !important;
  }

  .border-md-left-teal {
    border-left-color: #20c997 !important;
  }

  .border-md-top-cyan {
    border-top-color: #17a2b8 !important;
  }

  .border-md-right-cyan {
    border-right-color: #17a2b8 !important;
  }

  .border-md-bottom-cyan {
    border-bottom-color: #17a2b8 !important;
  }

  .border-md-left-cyan {
    border-left-color: #17a2b8 !important;
  }

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

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

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

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

  .border-md-top-grey-100 {
    border-top-color: #f8f9fa !important;
  }

  .border-md-right-grey-100 {
    border-right-color: #f8f9fa !important;
  }

  .border-md-bottom-grey-100 {
    border-bottom-color: #f8f9fa !important;
  }

  .border-md-left-grey-100 {
    border-left-color: #f8f9fa !important;
  }

  .border-md-top-grey-200 {
    border-top-color: #e9ecef !important;
  }

  .border-md-right-grey-200 {
    border-right-color: #e9ecef !important;
  }

  .border-md-bottom-grey-200 {
    border-bottom-color: #e9ecef !important;
  }

  .border-md-left-grey-200 {
    border-left-color: #e9ecef !important;
  }

  .border-md-top-grey-300 {
    border-top-color: #dee2e6 !important;
  }

  .border-md-right-grey-300 {
    border-right-color: #dee2e6 !important;
  }

  .border-md-bottom-grey-300 {
    border-bottom-color: #dee2e6 !important;
  }

  .border-md-left-grey-300 {
    border-left-color: #dee2e6 !important;
  }

  .border-md-top-grey-400 {
    border-top-color: #ced4da !important;
  }

  .border-md-right-grey-400 {
    border-right-color: #ced4da !important;
  }

  .border-md-bottom-grey-400 {
    border-bottom-color: #ced4da !important;
  }

  .border-md-left-grey-400 {
    border-left-color: #ced4da !important;
  }

  .border-md-top-grey-500 {
    border-top-color: #adb5bd !important;
  }

  .border-md-right-grey-500 {
    border-right-color: #adb5bd !important;
  }

  .border-md-bottom-grey-500 {
    border-bottom-color: #adb5bd !important;
  }

  .border-md-left-grey-500 {
    border-left-color: #adb5bd !important;
  }

  .border-md-top-grey-600 {
    border-top-color: #6c757d !important;
  }

  .border-md-right-grey-600 {
    border-right-color: #6c757d !important;
  }

  .border-md-bottom-grey-600 {
    border-bottom-color: #6c757d !important;
  }

  .border-md-left-grey-600 {
    border-left-color: #6c757d !important;
  }

  .border-md-top-grey-700 {
    border-top-color: #495057 !important;
  }

  .border-md-right-grey-700 {
    border-right-color: #495057 !important;
  }

  .border-md-bottom-grey-700 {
    border-bottom-color: #495057 !important;
  }

  .border-md-left-grey-700 {
    border-left-color: #495057 !important;
  }

  .border-md-top-grey-800 {
    border-top-color: #343a40 !important;
  }

  .border-md-right-grey-800 {
    border-right-color: #343a40 !important;
  }

  .border-md-bottom-grey-800 {
    border-bottom-color: #343a40 !important;
  }

  .border-md-left-grey-800 {
    border-left-color: #343a40 !important;
  }

  .border-md-top-grey-900 {
    border-top-color: #212529 !important;
  }

  .border-md-right-grey-900 {
    border-right-color: #212529 !important;
  }

  .border-md-bottom-grey-900 {
    border-bottom-color: #212529 !important;
  }

  .border-md-left-grey-900 {
    border-left-color: #212529 !important;
  }

  .border-md-top-black {
    border-top-color: #000 !important;
  }

  .border-md-right-black {
    border-right-color: #000 !important;
  }

  .border-md-bottom-black {
    border-bottom-color: #000 !important;
  }

  .border-md-left-black {
    border-left-color: #000 !important;
  }

  .border-md-top-lighterGrey {
    border-top-color: #f7f7f7 !important;
  }

  .border-md-right-lighterGrey {
    border-right-color: #f7f7f7 !important;
  }

  .border-md-bottom-lighterGrey {
    border-bottom-color: #f7f7f7 !important;
  }

  .border-md-left-lighterGrey {
    border-left-color: #f7f7f7 !important;
  }

  .border-md-top-darkerLightGrey {
    border-top-color: #f5f5f5 !important;
  }

  .border-md-right-darkerLightGrey {
    border-right-color: #f5f5f5 !important;
  }

  .border-md-bottom-darkerLightGrey {
    border-bottom-color: #f5f5f5 !important;
  }

  .border-md-left-darkerLightGrey {
    border-left-color: #f5f5f5 !important;
  }

  .border-md-top-lightGrey {
    border-top-color: #f2f2f2 !important;
  }

  .border-md-right-lightGrey {
    border-right-color: #f2f2f2 !important;
  }

  .border-md-bottom-lightGrey {
    border-bottom-color: #f2f2f2 !important;
  }

  .border-md-left-lightGrey {
    border-left-color: #f2f2f2 !important;
  }

  .border-md-top-darkGrey {
    border-top-color: #ececec !important;
  }

  .border-md-right-darkGrey {
    border-right-color: #ececec !important;
  }

  .border-md-bottom-darkGrey {
    border-bottom-color: #ececec !important;
  }

  .border-md-left-darkGrey {
    border-left-color: #ececec !important;
  }

  .border-md-top-spotkania {
    border-top-color: #fbd998 !important;
  }

  .border-md-right-spotkania {
    border-right-color: #fbd998 !important;
  }

  .border-md-bottom-spotkania {
    border-bottom-color: #fbd998 !important;
  }

  .border-md-left-spotkania {
    border-left-color: #fbd998 !important;
  }

  .border-md-top-cookies {
    border-top-color: #d5e5ed !important;
  }

  .border-md-right-cookies {
    border-right-color: #d5e5ed !important;
  }

  .border-md-bottom-cookies {
    border-bottom-color: #d5e5ed !important;
  }

  .border-md-left-cookies {
    border-left-color: #d5e5ed !important;
  }

  .border-md-top-poir {
    border-top-color: #00a097 !important;
  }

  .border-md-right-poir {
    border-right-color: #00a097 !important;
  }

  .border-md-bottom-poir {
    border-bottom-color: #00a097 !important;
  }

  .border-md-left-poir {
    border-left-color: #00a097 !important;
  }

  .border-md-top-popw {
    border-top-color: #4b4894 !important;
  }

  .border-md-right-popw {
    border-right-color: #4b4894 !important;
  }

  .border-md-bottom-popw {
    border-bottom-color: #4b4894 !important;
  }

  .border-md-left-popw {
    border-left-color: #4b4894 !important;
  }

  .border-md-top-power {
    border-top-color: #dc651e !important;
  }

  .border-md-right-power {
    border-right-color: #dc651e !important;
  }

  .border-md-bottom-power {
    border-bottom-color: #dc651e !important;
  }

  .border-md-left-power {
    border-left-color: #dc651e !important;
  }

  .border-md-thick {
    border-width: 4px !important;
  }

  .border-md-top-thick {
    border-top-width: 4px !important;
  }

  .border-md-right-thick {
    border-right-width: 4px !important;
  }

  .border-md-bottom-thick {
    border-bottom-width: 4px !important;
  }

  .border-md-left-thick {
    border-left-width: 4px !important;
  }

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

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

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

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

  .border-md-left-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .border-lg {
    border: 1px solid #dee2e6 !important;
  }

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

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

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

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

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

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

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

  .border-lg-info {
    border-color: #0c7492 !important;
  }

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

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

  .border-lg-light {
    border-color: #9c9d9f !important;
  }

  .border-lg-dark {
    border-color: #565b5d !important;
  }

  .border-lg-blue {
    border-color: #0c7492 !important;
  }

  .border-lg-indigo {
    border-color: #6610f2 !important;
  }

  .border-lg-purple {
    border-color: #584991 !important;
  }

  .border-lg-pink {
    border-color: #e83e8c !important;
  }

  .border-lg-red {
    border-color: #b51a29 !important;
  }

  .border-lg-orange {
    border-color: #e16103 !important;
  }

  .border-lg-yellow {
    border-color: #eba00a !important;
  }

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

  .border-lg-teal {
    border-color: #20c997 !important;
  }

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

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

  .border-lg-grey-100 {
    border-color: #f8f9fa !important;
  }

  .border-lg-grey-200 {
    border-color: #e9ecef !important;
  }

  .border-lg-grey-300 {
    border-color: #dee2e6 !important;
  }

  .border-lg-grey-400 {
    border-color: #ced4da !important;
  }

  .border-lg-grey-500 {
    border-color: #adb5bd !important;
  }

  .border-lg-grey-600 {
    border-color: #6c757d !important;
  }

  .border-lg-grey-700 {
    border-color: #495057 !important;
  }

  .border-lg-grey-800 {
    border-color: #343a40 !important;
  }

  .border-lg-grey-900 {
    border-color: #212529 !important;
  }

  .border-lg-black {
    border-color: #000 !important;
  }

  .border-lg-lighterGrey {
    border-color: #f7f7f7 !important;
  }

  .border-lg-darkerLightGrey {
    border-color: #f5f5f5 !important;
  }

  .border-lg-lightGrey {
    border-color: #f2f2f2 !important;
  }

  .border-lg-darkGrey {
    border-color: #ececec !important;
  }

  .border-lg-spotkania {
    border-color: #fbd998 !important;
  }

  .border-lg-cookies {
    border-color: #d5e5ed !important;
  }

  .border-lg-poir {
    border-color: #00a097 !important;
  }

  .border-lg-popw {
    border-color: #4b4894 !important;
  }

  .border-lg-power {
    border-color: #dc651e !important;
  }

  .border-lg-top-primary {
    border-top-color: #b51a29 !important;
  }

  .border-lg-right-primary {
    border-right-color: #b51a29 !important;
  }

  .border-lg-bottom-primary {
    border-bottom-color: #b51a29 !important;
  }

  .border-lg-left-primary {
    border-left-color: #b51a29 !important;
  }

  .border-lg-top-secondary {
    border-top-color: #584991 !important;
  }

  .border-lg-right-secondary {
    border-right-color: #584991 !important;
  }

  .border-lg-bottom-secondary {
    border-bottom-color: #584991 !important;
  }

  .border-lg-left-secondary {
    border-left-color: #584991 !important;
  }

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

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

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

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

  .border-lg-top-info {
    border-top-color: #0c7492 !important;
  }

  .border-lg-right-info {
    border-right-color: #0c7492 !important;
  }

  .border-lg-bottom-info {
    border-bottom-color: #0c7492 !important;
  }

  .border-lg-left-info {
    border-left-color: #0c7492 !important;
  }

  .border-lg-top-warning {
    border-top-color: #eba00a !important;
  }

  .border-lg-right-warning {
    border-right-color: #eba00a !important;
  }

  .border-lg-bottom-warning {
    border-bottom-color: #eba00a !important;
  }

  .border-lg-left-warning {
    border-left-color: #eba00a !important;
  }

  .border-lg-top-danger {
    border-top-color: #b51a29 !important;
  }

  .border-lg-right-danger {
    border-right-color: #b51a29 !important;
  }

  .border-lg-bottom-danger {
    border-bottom-color: #b51a29 !important;
  }

  .border-lg-left-danger {
    border-left-color: #b51a29 !important;
  }

  .border-lg-top-light {
    border-top-color: #9c9d9f !important;
  }

  .border-lg-right-light {
    border-right-color: #9c9d9f !important;
  }

  .border-lg-bottom-light {
    border-bottom-color: #9c9d9f !important;
  }

  .border-lg-left-light {
    border-left-color: #9c9d9f !important;
  }

  .border-lg-top-dark {
    border-top-color: #565b5d !important;
  }

  .border-lg-right-dark {
    border-right-color: #565b5d !important;
  }

  .border-lg-bottom-dark {
    border-bottom-color: #565b5d !important;
  }

  .border-lg-left-dark {
    border-left-color: #565b5d !important;
  }

  .border-lg-top-blue {
    border-top-color: #0c7492 !important;
  }

  .border-lg-right-blue {
    border-right-color: #0c7492 !important;
  }

  .border-lg-bottom-blue {
    border-bottom-color: #0c7492 !important;
  }

  .border-lg-left-blue {
    border-left-color: #0c7492 !important;
  }

  .border-lg-top-indigo {
    border-top-color: #6610f2 !important;
  }

  .border-lg-right-indigo {
    border-right-color: #6610f2 !important;
  }

  .border-lg-bottom-indigo {
    border-bottom-color: #6610f2 !important;
  }

  .border-lg-left-indigo {
    border-left-color: #6610f2 !important;
  }

  .border-lg-top-purple {
    border-top-color: #584991 !important;
  }

  .border-lg-right-purple {
    border-right-color: #584991 !important;
  }

  .border-lg-bottom-purple {
    border-bottom-color: #584991 !important;
  }

  .border-lg-left-purple {
    border-left-color: #584991 !important;
  }

  .border-lg-top-pink {
    border-top-color: #e83e8c !important;
  }

  .border-lg-right-pink {
    border-right-color: #e83e8c !important;
  }

  .border-lg-bottom-pink {
    border-bottom-color: #e83e8c !important;
  }

  .border-lg-left-pink {
    border-left-color: #e83e8c !important;
  }

  .border-lg-top-red {
    border-top-color: #b51a29 !important;
  }

  .border-lg-right-red {
    border-right-color: #b51a29 !important;
  }

  .border-lg-bottom-red {
    border-bottom-color: #b51a29 !important;
  }

  .border-lg-left-red {
    border-left-color: #b51a29 !important;
  }

  .border-lg-top-orange {
    border-top-color: #e16103 !important;
  }

  .border-lg-right-orange {
    border-right-color: #e16103 !important;
  }

  .border-lg-bottom-orange {
    border-bottom-color: #e16103 !important;
  }

  .border-lg-left-orange {
    border-left-color: #e16103 !important;
  }

  .border-lg-top-yellow {
    border-top-color: #eba00a !important;
  }

  .border-lg-right-yellow {
    border-right-color: #eba00a !important;
  }

  .border-lg-bottom-yellow {
    border-bottom-color: #eba00a !important;
  }

  .border-lg-left-yellow {
    border-left-color: #eba00a !important;
  }

  .border-lg-top-green {
    border-top-color: #28a745 !important;
  }

  .border-lg-right-green {
    border-right-color: #28a745 !important;
  }

  .border-lg-bottom-green {
    border-bottom-color: #28a745 !important;
  }

  .border-lg-left-green {
    border-left-color: #28a745 !important;
  }

  .border-lg-top-teal {
    border-top-color: #20c997 !important;
  }

  .border-lg-right-teal {
    border-right-color: #20c997 !important;
  }

  .border-lg-bottom-teal {
    border-bottom-color: #20c997 !important;
  }

  .border-lg-left-teal {
    border-left-color: #20c997 !important;
  }

  .border-lg-top-cyan {
    border-top-color: #17a2b8 !important;
  }

  .border-lg-right-cyan {
    border-right-color: #17a2b8 !important;
  }

  .border-lg-bottom-cyan {
    border-bottom-color: #17a2b8 !important;
  }

  .border-lg-left-cyan {
    border-left-color: #17a2b8 !important;
  }

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

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

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

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

  .border-lg-top-grey-100 {
    border-top-color: #f8f9fa !important;
  }

  .border-lg-right-grey-100 {
    border-right-color: #f8f9fa !important;
  }

  .border-lg-bottom-grey-100 {
    border-bottom-color: #f8f9fa !important;
  }

  .border-lg-left-grey-100 {
    border-left-color: #f8f9fa !important;
  }

  .border-lg-top-grey-200 {
    border-top-color: #e9ecef !important;
  }

  .border-lg-right-grey-200 {
    border-right-color: #e9ecef !important;
  }

  .border-lg-bottom-grey-200 {
    border-bottom-color: #e9ecef !important;
  }

  .border-lg-left-grey-200 {
    border-left-color: #e9ecef !important;
  }

  .border-lg-top-grey-300 {
    border-top-color: #dee2e6 !important;
  }

  .border-lg-right-grey-300 {
    border-right-color: #dee2e6 !important;
  }

  .border-lg-bottom-grey-300 {
    border-bottom-color: #dee2e6 !important;
  }

  .border-lg-left-grey-300 {
    border-left-color: #dee2e6 !important;
  }

  .border-lg-top-grey-400 {
    border-top-color: #ced4da !important;
  }

  .border-lg-right-grey-400 {
    border-right-color: #ced4da !important;
  }

  .border-lg-bottom-grey-400 {
    border-bottom-color: #ced4da !important;
  }

  .border-lg-left-grey-400 {
    border-left-color: #ced4da !important;
  }

  .border-lg-top-grey-500 {
    border-top-color: #adb5bd !important;
  }

  .border-lg-right-grey-500 {
    border-right-color: #adb5bd !important;
  }

  .border-lg-bottom-grey-500 {
    border-bottom-color: #adb5bd !important;
  }

  .border-lg-left-grey-500 {
    border-left-color: #adb5bd !important;
  }

  .border-lg-top-grey-600 {
    border-top-color: #6c757d !important;
  }

  .border-lg-right-grey-600 {
    border-right-color: #6c757d !important;
  }

  .border-lg-bottom-grey-600 {
    border-bottom-color: #6c757d !important;
  }

  .border-lg-left-grey-600 {
    border-left-color: #6c757d !important;
  }

  .border-lg-top-grey-700 {
    border-top-color: #495057 !important;
  }

  .border-lg-right-grey-700 {
    border-right-color: #495057 !important;
  }

  .border-lg-bottom-grey-700 {
    border-bottom-color: #495057 !important;
  }

  .border-lg-left-grey-700 {
    border-left-color: #495057 !important;
  }

  .border-lg-top-grey-800 {
    border-top-color: #343a40 !important;
  }

  .border-lg-right-grey-800 {
    border-right-color: #343a40 !important;
  }

  .border-lg-bottom-grey-800 {
    border-bottom-color: #343a40 !important;
  }

  .border-lg-left-grey-800 {
    border-left-color: #343a40 !important;
  }

  .border-lg-top-grey-900 {
    border-top-color: #212529 !important;
  }

  .border-lg-right-grey-900 {
    border-right-color: #212529 !important;
  }

  .border-lg-bottom-grey-900 {
    border-bottom-color: #212529 !important;
  }

  .border-lg-left-grey-900 {
    border-left-color: #212529 !important;
  }

  .border-lg-top-black {
    border-top-color: #000 !important;
  }

  .border-lg-right-black {
    border-right-color: #000 !important;
  }

  .border-lg-bottom-black {
    border-bottom-color: #000 !important;
  }

  .border-lg-left-black {
    border-left-color: #000 !important;
  }

  .border-lg-top-lighterGrey {
    border-top-color: #f7f7f7 !important;
  }

  .border-lg-right-lighterGrey {
    border-right-color: #f7f7f7 !important;
  }

  .border-lg-bottom-lighterGrey {
    border-bottom-color: #f7f7f7 !important;
  }

  .border-lg-left-lighterGrey {
    border-left-color: #f7f7f7 !important;
  }

  .border-lg-top-darkerLightGrey {
    border-top-color: #f5f5f5 !important;
  }

  .border-lg-right-darkerLightGrey {
    border-right-color: #f5f5f5 !important;
  }

  .border-lg-bottom-darkerLightGrey {
    border-bottom-color: #f5f5f5 !important;
  }

  .border-lg-left-darkerLightGrey {
    border-left-color: #f5f5f5 !important;
  }

  .border-lg-top-lightGrey {
    border-top-color: #f2f2f2 !important;
  }

  .border-lg-right-lightGrey {
    border-right-color: #f2f2f2 !important;
  }

  .border-lg-bottom-lightGrey {
    border-bottom-color: #f2f2f2 !important;
  }

  .border-lg-left-lightGrey {
    border-left-color: #f2f2f2 !important;
  }

  .border-lg-top-darkGrey {
    border-top-color: #ececec !important;
  }

  .border-lg-right-darkGrey {
    border-right-color: #ececec !important;
  }

  .border-lg-bottom-darkGrey {
    border-bottom-color: #ececec !important;
  }

  .border-lg-left-darkGrey {
    border-left-color: #ececec !important;
  }

  .border-lg-top-spotkania {
    border-top-color: #fbd998 !important;
  }

  .border-lg-right-spotkania {
    border-right-color: #fbd998 !important;
  }

  .border-lg-bottom-spotkania {
    border-bottom-color: #fbd998 !important;
  }

  .border-lg-left-spotkania {
    border-left-color: #fbd998 !important;
  }

  .border-lg-top-cookies {
    border-top-color: #d5e5ed !important;
  }

  .border-lg-right-cookies {
    border-right-color: #d5e5ed !important;
  }

  .border-lg-bottom-cookies {
    border-bottom-color: #d5e5ed !important;
  }

  .border-lg-left-cookies {
    border-left-color: #d5e5ed !important;
  }

  .border-lg-top-poir {
    border-top-color: #00a097 !important;
  }

  .border-lg-right-poir {
    border-right-color: #00a097 !important;
  }

  .border-lg-bottom-poir {
    border-bottom-color: #00a097 !important;
  }

  .border-lg-left-poir {
    border-left-color: #00a097 !important;
  }

  .border-lg-top-popw {
    border-top-color: #4b4894 !important;
  }

  .border-lg-right-popw {
    border-right-color: #4b4894 !important;
  }

  .border-lg-bottom-popw {
    border-bottom-color: #4b4894 !important;
  }

  .border-lg-left-popw {
    border-left-color: #4b4894 !important;
  }

  .border-lg-top-power {
    border-top-color: #dc651e !important;
  }

  .border-lg-right-power {
    border-right-color: #dc651e !important;
  }

  .border-lg-bottom-power {
    border-bottom-color: #dc651e !important;
  }

  .border-lg-left-power {
    border-left-color: #dc651e !important;
  }

  .border-lg-thick {
    border-width: 4px !important;
  }

  .border-lg-top-thick {
    border-top-width: 4px !important;
  }

  .border-lg-right-thick {
    border-right-width: 4px !important;
  }

  .border-lg-bottom-thick {
    border-bottom-width: 4px !important;
  }

  .border-lg-left-thick {
    border-left-width: 4px !important;
  }

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

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

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

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

  .border-lg-left-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .border-xl {
    border: 1px solid #dee2e6 !important;
  }

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

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

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

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

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

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

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

  .border-xl-info {
    border-color: #0c7492 !important;
  }

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

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

  .border-xl-light {
    border-color: #9c9d9f !important;
  }

  .border-xl-dark {
    border-color: #565b5d !important;
  }

  .border-xl-blue {
    border-color: #0c7492 !important;
  }

  .border-xl-indigo {
    border-color: #6610f2 !important;
  }

  .border-xl-purple {
    border-color: #584991 !important;
  }

  .border-xl-pink {
    border-color: #e83e8c !important;
  }

  .border-xl-red {
    border-color: #b51a29 !important;
  }

  .border-xl-orange {
    border-color: #e16103 !important;
  }

  .border-xl-yellow {
    border-color: #eba00a !important;
  }

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

  .border-xl-teal {
    border-color: #20c997 !important;
  }

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

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

  .border-xl-grey-100 {
    border-color: #f8f9fa !important;
  }

  .border-xl-grey-200 {
    border-color: #e9ecef !important;
  }

  .border-xl-grey-300 {
    border-color: #dee2e6 !important;
  }

  .border-xl-grey-400 {
    border-color: #ced4da !important;
  }

  .border-xl-grey-500 {
    border-color: #adb5bd !important;
  }

  .border-xl-grey-600 {
    border-color: #6c757d !important;
  }

  .border-xl-grey-700 {
    border-color: #495057 !important;
  }

  .border-xl-grey-800 {
    border-color: #343a40 !important;
  }

  .border-xl-grey-900 {
    border-color: #212529 !important;
  }

  .border-xl-black {
    border-color: #000 !important;
  }

  .border-xl-lighterGrey {
    border-color: #f7f7f7 !important;
  }

  .border-xl-darkerLightGrey {
    border-color: #f5f5f5 !important;
  }

  .border-xl-lightGrey {
    border-color: #f2f2f2 !important;
  }

  .border-xl-darkGrey {
    border-color: #ececec !important;
  }

  .border-xl-spotkania {
    border-color: #fbd998 !important;
  }

  .border-xl-cookies {
    border-color: #d5e5ed !important;
  }

  .border-xl-poir {
    border-color: #00a097 !important;
  }

  .border-xl-popw {
    border-color: #4b4894 !important;
  }

  .border-xl-power {
    border-color: #dc651e !important;
  }

  .border-xl-top-primary {
    border-top-color: #b51a29 !important;
  }

  .border-xl-right-primary {
    border-right-color: #b51a29 !important;
  }

  .border-xl-bottom-primary {
    border-bottom-color: #b51a29 !important;
  }

  .border-xl-left-primary {
    border-left-color: #b51a29 !important;
  }

  .border-xl-top-secondary {
    border-top-color: #584991 !important;
  }

  .border-xl-right-secondary {
    border-right-color: #584991 !important;
  }

  .border-xl-bottom-secondary {
    border-bottom-color: #584991 !important;
  }

  .border-xl-left-secondary {
    border-left-color: #584991 !important;
  }

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

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

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

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

  .border-xl-top-info {
    border-top-color: #0c7492 !important;
  }

  .border-xl-right-info {
    border-right-color: #0c7492 !important;
  }

  .border-xl-bottom-info {
    border-bottom-color: #0c7492 !important;
  }

  .border-xl-left-info {
    border-left-color: #0c7492 !important;
  }

  .border-xl-top-warning {
    border-top-color: #eba00a !important;
  }

  .border-xl-right-warning {
    border-right-color: #eba00a !important;
  }

  .border-xl-bottom-warning {
    border-bottom-color: #eba00a !important;
  }

  .border-xl-left-warning {
    border-left-color: #eba00a !important;
  }

  .border-xl-top-danger {
    border-top-color: #b51a29 !important;
  }

  .border-xl-right-danger {
    border-right-color: #b51a29 !important;
  }

  .border-xl-bottom-danger {
    border-bottom-color: #b51a29 !important;
  }

  .border-xl-left-danger {
    border-left-color: #b51a29 !important;
  }

  .border-xl-top-light {
    border-top-color: #9c9d9f !important;
  }

  .border-xl-right-light {
    border-right-color: #9c9d9f !important;
  }

  .border-xl-bottom-light {
    border-bottom-color: #9c9d9f !important;
  }

  .border-xl-left-light {
    border-left-color: #9c9d9f !important;
  }

  .border-xl-top-dark {
    border-top-color: #565b5d !important;
  }

  .border-xl-right-dark {
    border-right-color: #565b5d !important;
  }

  .border-xl-bottom-dark {
    border-bottom-color: #565b5d !important;
  }

  .border-xl-left-dark {
    border-left-color: #565b5d !important;
  }

  .border-xl-top-blue {
    border-top-color: #0c7492 !important;
  }

  .border-xl-right-blue {
    border-right-color: #0c7492 !important;
  }

  .border-xl-bottom-blue {
    border-bottom-color: #0c7492 !important;
  }

  .border-xl-left-blue {
    border-left-color: #0c7492 !important;
  }

  .border-xl-top-indigo {
    border-top-color: #6610f2 !important;
  }

  .border-xl-right-indigo {
    border-right-color: #6610f2 !important;
  }

  .border-xl-bottom-indigo {
    border-bottom-color: #6610f2 !important;
  }

  .border-xl-left-indigo {
    border-left-color: #6610f2 !important;
  }

  .border-xl-top-purple {
    border-top-color: #584991 !important;
  }

  .border-xl-right-purple {
    border-right-color: #584991 !important;
  }

  .border-xl-bottom-purple {
    border-bottom-color: #584991 !important;
  }

  .border-xl-left-purple {
    border-left-color: #584991 !important;
  }

  .border-xl-top-pink {
    border-top-color: #e83e8c !important;
  }

  .border-xl-right-pink {
    border-right-color: #e83e8c !important;
  }

  .border-xl-bottom-pink {
    border-bottom-color: #e83e8c !important;
  }

  .border-xl-left-pink {
    border-left-color: #e83e8c !important;
  }

  .border-xl-top-red {
    border-top-color: #b51a29 !important;
  }

  .border-xl-right-red {
    border-right-color: #b51a29 !important;
  }

  .border-xl-bottom-red {
    border-bottom-color: #b51a29 !important;
  }

  .border-xl-left-red {
    border-left-color: #b51a29 !important;
  }

  .border-xl-top-orange {
    border-top-color: #e16103 !important;
  }

  .border-xl-right-orange {
    border-right-color: #e16103 !important;
  }

  .border-xl-bottom-orange {
    border-bottom-color: #e16103 !important;
  }

  .border-xl-left-orange {
    border-left-color: #e16103 !important;
  }

  .border-xl-top-yellow {
    border-top-color: #eba00a !important;
  }

  .border-xl-right-yellow {
    border-right-color: #eba00a !important;
  }

  .border-xl-bottom-yellow {
    border-bottom-color: #eba00a !important;
  }

  .border-xl-left-yellow {
    border-left-color: #eba00a !important;
  }

  .border-xl-top-green {
    border-top-color: #28a745 !important;
  }

  .border-xl-right-green {
    border-right-color: #28a745 !important;
  }

  .border-xl-bottom-green {
    border-bottom-color: #28a745 !important;
  }

  .border-xl-left-green {
    border-left-color: #28a745 !important;
  }

  .border-xl-top-teal {
    border-top-color: #20c997 !important;
  }

  .border-xl-right-teal {
    border-right-color: #20c997 !important;
  }

  .border-xl-bottom-teal {
    border-bottom-color: #20c997 !important;
  }

  .border-xl-left-teal {
    border-left-color: #20c997 !important;
  }

  .border-xl-top-cyan {
    border-top-color: #17a2b8 !important;
  }

  .border-xl-right-cyan {
    border-right-color: #17a2b8 !important;
  }

  .border-xl-bottom-cyan {
    border-bottom-color: #17a2b8 !important;
  }

  .border-xl-left-cyan {
    border-left-color: #17a2b8 !important;
  }

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

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

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

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

  .border-xl-top-grey-100 {
    border-top-color: #f8f9fa !important;
  }

  .border-xl-right-grey-100 {
    border-right-color: #f8f9fa !important;
  }

  .border-xl-bottom-grey-100 {
    border-bottom-color: #f8f9fa !important;
  }

  .border-xl-left-grey-100 {
    border-left-color: #f8f9fa !important;
  }

  .border-xl-top-grey-200 {
    border-top-color: #e9ecef !important;
  }

  .border-xl-right-grey-200 {
    border-right-color: #e9ecef !important;
  }

  .border-xl-bottom-grey-200 {
    border-bottom-color: #e9ecef !important;
  }

  .border-xl-left-grey-200 {
    border-left-color: #e9ecef !important;
  }

  .border-xl-top-grey-300 {
    border-top-color: #dee2e6 !important;
  }

  .border-xl-right-grey-300 {
    border-right-color: #dee2e6 !important;
  }

  .border-xl-bottom-grey-300 {
    border-bottom-color: #dee2e6 !important;
  }

  .border-xl-left-grey-300 {
    border-left-color: #dee2e6 !important;
  }

  .border-xl-top-grey-400 {
    border-top-color: #ced4da !important;
  }

  .border-xl-right-grey-400 {
    border-right-color: #ced4da !important;
  }

  .border-xl-bottom-grey-400 {
    border-bottom-color: #ced4da !important;
  }

  .border-xl-left-grey-400 {
    border-left-color: #ced4da !important;
  }

  .border-xl-top-grey-500 {
    border-top-color: #adb5bd !important;
  }

  .border-xl-right-grey-500 {
    border-right-color: #adb5bd !important;
  }

  .border-xl-bottom-grey-500 {
    border-bottom-color: #adb5bd !important;
  }

  .border-xl-left-grey-500 {
    border-left-color: #adb5bd !important;
  }

  .border-xl-top-grey-600 {
    border-top-color: #6c757d !important;
  }

  .border-xl-right-grey-600 {
    border-right-color: #6c757d !important;
  }

  .border-xl-bottom-grey-600 {
    border-bottom-color: #6c757d !important;
  }

  .border-xl-left-grey-600 {
    border-left-color: #6c757d !important;
  }

  .border-xl-top-grey-700 {
    border-top-color: #495057 !important;
  }

  .border-xl-right-grey-700 {
    border-right-color: #495057 !important;
  }

  .border-xl-bottom-grey-700 {
    border-bottom-color: #495057 !important;
  }

  .border-xl-left-grey-700 {
    border-left-color: #495057 !important;
  }

  .border-xl-top-grey-800 {
    border-top-color: #343a40 !important;
  }

  .border-xl-right-grey-800 {
    border-right-color: #343a40 !important;
  }

  .border-xl-bottom-grey-800 {
    border-bottom-color: #343a40 !important;
  }

  .border-xl-left-grey-800 {
    border-left-color: #343a40 !important;
  }

  .border-xl-top-grey-900 {
    border-top-color: #212529 !important;
  }

  .border-xl-right-grey-900 {
    border-right-color: #212529 !important;
  }

  .border-xl-bottom-grey-900 {
    border-bottom-color: #212529 !important;
  }

  .border-xl-left-grey-900 {
    border-left-color: #212529 !important;
  }

  .border-xl-top-black {
    border-top-color: #000 !important;
  }

  .border-xl-right-black {
    border-right-color: #000 !important;
  }

  .border-xl-bottom-black {
    border-bottom-color: #000 !important;
  }

  .border-xl-left-black {
    border-left-color: #000 !important;
  }

  .border-xl-top-lighterGrey {
    border-top-color: #f7f7f7 !important;
  }

  .border-xl-right-lighterGrey {
    border-right-color: #f7f7f7 !important;
  }

  .border-xl-bottom-lighterGrey {
    border-bottom-color: #f7f7f7 !important;
  }

  .border-xl-left-lighterGrey {
    border-left-color: #f7f7f7 !important;
  }

  .border-xl-top-darkerLightGrey {
    border-top-color: #f5f5f5 !important;
  }

  .border-xl-right-darkerLightGrey {
    border-right-color: #f5f5f5 !important;
  }

  .border-xl-bottom-darkerLightGrey {
    border-bottom-color: #f5f5f5 !important;
  }

  .border-xl-left-darkerLightGrey {
    border-left-color: #f5f5f5 !important;
  }

  .border-xl-top-lightGrey {
    border-top-color: #f2f2f2 !important;
  }

  .border-xl-right-lightGrey {
    border-right-color: #f2f2f2 !important;
  }

  .border-xl-bottom-lightGrey {
    border-bottom-color: #f2f2f2 !important;
  }

  .border-xl-left-lightGrey {
    border-left-color: #f2f2f2 !important;
  }

  .border-xl-top-darkGrey {
    border-top-color: #ececec !important;
  }

  .border-xl-right-darkGrey {
    border-right-color: #ececec !important;
  }

  .border-xl-bottom-darkGrey {
    border-bottom-color: #ececec !important;
  }

  .border-xl-left-darkGrey {
    border-left-color: #ececec !important;
  }

  .border-xl-top-spotkania {
    border-top-color: #fbd998 !important;
  }

  .border-xl-right-spotkania {
    border-right-color: #fbd998 !important;
  }

  .border-xl-bottom-spotkania {
    border-bottom-color: #fbd998 !important;
  }

  .border-xl-left-spotkania {
    border-left-color: #fbd998 !important;
  }

  .border-xl-top-cookies {
    border-top-color: #d5e5ed !important;
  }

  .border-xl-right-cookies {
    border-right-color: #d5e5ed !important;
  }

  .border-xl-bottom-cookies {
    border-bottom-color: #d5e5ed !important;
  }

  .border-xl-left-cookies {
    border-left-color: #d5e5ed !important;
  }

  .border-xl-top-poir {
    border-top-color: #00a097 !important;
  }

  .border-xl-right-poir {
    border-right-color: #00a097 !important;
  }

  .border-xl-bottom-poir {
    border-bottom-color: #00a097 !important;
  }

  .border-xl-left-poir {
    border-left-color: #00a097 !important;
  }

  .border-xl-top-popw {
    border-top-color: #4b4894 !important;
  }

  .border-xl-right-popw {
    border-right-color: #4b4894 !important;
  }

  .border-xl-bottom-popw {
    border-bottom-color: #4b4894 !important;
  }

  .border-xl-left-popw {
    border-left-color: #4b4894 !important;
  }

  .border-xl-top-power {
    border-top-color: #dc651e !important;
  }

  .border-xl-right-power {
    border-right-color: #dc651e !important;
  }

  .border-xl-bottom-power {
    border-bottom-color: #dc651e !important;
  }

  .border-xl-left-power {
    border-left-color: #dc651e !important;
  }

  .border-xl-thick {
    border-width: 4px !important;
  }

  .border-xl-top-thick {
    border-top-width: 4px !important;
  }

  .border-xl-right-thick {
    border-right-width: 4px !important;
  }

  .border-xl-bottom-thick {
    border-bottom-width: 4px !important;
  }

  .border-xl-left-thick {
    border-left-width: 4px !important;
  }

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

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

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

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

  .border-xl-left-0 {
    border-left: 0 !important;
  }
}
.breadcrumb-primary .breadcrumb-item + .breadcrumb-item::before {
  color: #b51a29;
}

.breadcrumb-secondary .breadcrumb-item + .breadcrumb-item::before {
  color: #584991;
}

.breadcrumb-success .breadcrumb-item + .breadcrumb-item::before {
  color: #28a745;
}

.breadcrumb-info .breadcrumb-item + .breadcrumb-item::before {
  color: #0c7492;
}

.breadcrumb-warning .breadcrumb-item + .breadcrumb-item::before {
  color: #eba00a;
}

.breadcrumb-danger .breadcrumb-item + .breadcrumb-item::before {
  color: #b51a29;
}

.breadcrumb-light .breadcrumb-item + .breadcrumb-item::before {
  color: #9c9d9f;
}

.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before {
  color: #565b5d;
}

.breadcrumb-blue .breadcrumb-item + .breadcrumb-item::before {
  color: #0c7492;
}

.breadcrumb-indigo .breadcrumb-item + .breadcrumb-item::before {
  color: #6610f2;
}

.breadcrumb-purple .breadcrumb-item + .breadcrumb-item::before {
  color: #584991;
}

.breadcrumb-pink .breadcrumb-item + .breadcrumb-item::before {
  color: #e83e8c;
}

.breadcrumb-red .breadcrumb-item + .breadcrumb-item::before {
  color: #b51a29;
}

.breadcrumb-orange .breadcrumb-item + .breadcrumb-item::before {
  color: #e16103;
}

.breadcrumb-yellow .breadcrumb-item + .breadcrumb-item::before {
  color: #eba00a;
}

.breadcrumb-green .breadcrumb-item + .breadcrumb-item::before {
  color: #28a745;
}

.breadcrumb-teal .breadcrumb-item + .breadcrumb-item::before {
  color: #20c997;
}

.breadcrumb-cyan .breadcrumb-item + .breadcrumb-item::before {
  color: #17a2b8;
}

.breadcrumb-white .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.breadcrumb-grey-100 .breadcrumb-item + .breadcrumb-item::before {
  color: #f8f9fa;
}

.breadcrumb-grey-200 .breadcrumb-item + .breadcrumb-item::before {
  color: #e9ecef;
}

.breadcrumb-grey-300 .breadcrumb-item + .breadcrumb-item::before {
  color: #dee2e6;
}

.breadcrumb-grey-400 .breadcrumb-item + .breadcrumb-item::before {
  color: #ced4da;
}

.breadcrumb-grey-500 .breadcrumb-item + .breadcrumb-item::before {
  color: #adb5bd;
}

.breadcrumb-grey-600 .breadcrumb-item + .breadcrumb-item::before {
  color: #6c757d;
}

.breadcrumb-grey-700 .breadcrumb-item + .breadcrumb-item::before {
  color: #495057;
}

.breadcrumb-grey-800 .breadcrumb-item + .breadcrumb-item::before {
  color: #343a40;
}

.breadcrumb-grey-900 .breadcrumb-item + .breadcrumb-item::before {
  color: #212529;
}

.breadcrumb-black .breadcrumb-item + .breadcrumb-item::before {
  color: #000;
}

.breadcrumb-lighterGrey .breadcrumb-item + .breadcrumb-item::before {
  color: #f7f7f7;
}

.breadcrumb-darkerLightGrey .breadcrumb-item + .breadcrumb-item::before {
  color: #f5f5f5;
}

.breadcrumb-lightGrey .breadcrumb-item + .breadcrumb-item::before {
  color: #f2f2f2;
}

.breadcrumb-darkGrey .breadcrumb-item + .breadcrumb-item::before {
  color: #ececec;
}

.breadcrumb-spotkania .breadcrumb-item + .breadcrumb-item::before {
  color: #fbd998;
}

.breadcrumb-cookies .breadcrumb-item + .breadcrumb-item::before {
  color: #d5e5ed;
}

.breadcrumb-poir .breadcrumb-item + .breadcrumb-item::before {
  color: #00a097;
}

.breadcrumb-popw .breadcrumb-item + .breadcrumb-item::before {
  color: #4b4894;
}

.breadcrumb-power .breadcrumb-item + .breadcrumb-item::before {
  color: #dc651e;
}

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

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

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

.h-bar {
  height: 2px;
  margin: 1rem 0 0 0;
  background-color: #fff;
  width: 66px;
  max-width: 100%;
}

#cookies {
  z-index: 3030;
}

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

/* class applies to select element itself, not a wrapper element */
.select-css {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient.
      for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference

  */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0.7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: 0.65em auto, 100%;
}

/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
  display: none;
}

/* Hover style */
.select-css:hover {
  border-color: #888;
}

/* Focus style */
.select-css:focus {
  border-color: #aaa;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

/* Set options to normal weight */
.select-css option {
  font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir=rtl] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
  border-color: #aaa;
}

body {
  font-family: "Calibri";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  overflow-x: hidden;
}

h1 {
  font-family: NovelPro;
  font-weight: 600;
  font-size: 2rem;
}

h2 {
  font-family: NovelPro;
  font-weight: 600;
  font-size: 2.375rem;
}

h2.background, h3.background {
  position: relative;
  z-index: 1;
  text-align: center;
}

h2.background:before, h3.background:before {
  border-top: 1px solid #e0e1e1;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

h2 > span, h3 > span {
  background-color: #fff;
}

.bg-corners {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  position: absolute;
  z-index: 2;
}

a:hover {
  color: #b51a29;
}

.skip-menu {
  position: fixed !important;
  top: 0;
  z-index: 6000;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  margin-left: 26px !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #b51a29;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

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

.badge {
  font-size: 1rem;
}

#mainPage .jumbotron {
  padding: 0;
  margin: 0;
}

#introText p {
  font-size: 2rem;
  color: #626769;
}

#businessStart, #businessDev, #businessEnd {
  position: relative;
}

#businessStart:not(.active):hover, #businessDev:not(.active):hover, #businessEnd:not(.active):hover, #businessExtra:not(.active):hover {
  transform: scale(1.03);
  z-index: 1000;
  transition-duration: 700ms;
}

.tileDev:hover {
  background-color: #e16103 !important;
}

.tileStart:hover {
  background-color: #b61928 !important;
}

.tileEnd:hover {
  background-color: #0c7492 !important;
}

.tileStart:hover p, .tileDev:hover p, .tileEnd:hover p {
  color: #fff !important;
}

#businessExtra > div,#businessStart > div, #businessDev > div, #businessEnd > div {
  flex-grow: 1;
}

.bg-start {
  background-color: #b61928 !important;
}

.bg-dev {
  background-color: #c45502 !important;
}

.bg-end {
  background-color: #00749a !important;
}

#businessSteps .col-md-4, #businessSteps .col-md-6, #businessSteps .col-md-3 {
  padding-left: 0;
  padding-right: 0;
}

#businessSteps .com-md-6.active {
  max-height: 600px;
}

#businessSteps h2 {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.125rem;
}

#businessSteps .col-md-3 {
  margin-top: 13px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

#businessStart.knowledge:not(.active) > div {
  background-color: #490a10 !important;
  z-index: 3;
  position: relative;
}

#businessDev.knowledge:not(.active) > div {
  background-color: #5a2701 !important;
  z-index: 3;
  position: relative;
}

#businessEnd.knowledge:not(.active) > div {
  background-color: #052e3a !important;
  z-index: 3;
  position: relative;
}

#businessStart.knowledge:before, #businessDev.knowledge:before, #businessEnd.knowledge:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

#businessStart.knowledge.active, #businessDev.knowledge.active, #businessEnd.knowledge.active {
  position: relative;
  box-shadow: 0 0.6rem 3rem rgba(0, 0, 0, 0.25) !important;
  min-height: 650px;
}

#businessStart.knowledge.active:after {
  content: "";
  height: 3rem;
  width: 3rem;
  background-color: #b61928;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  bottom: -1.5rem;
  left: calc(50% - 1.5rem);
}

#businessDev.knowledge.active:after {
  content: "";
  height: 3rem;
  width: 3rem;
  background-color: #C45502;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  bottom: -1.5rem;
  left: calc(50% - 1.5rem);
}

#businessEnd.knowledge.active:after {
  content: "";
  height: 3rem;
  width: 3rem;
  background-color: #0c7492;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  bottom: -1.5rem;
  left: calc(50% - 1.5rem);
}

#businessStart.knowledge:hover:before, #businessDev.knowledge:hover:before, #businessEnd.knowledge:hover:before {
  background-color: rgba(0, 0, 0, 0);
}

#businessStart.knowledge.active:before, #businessDev.knowledge.active:before, #businessEnd.knowledge.active:before {
  background-color: rgba(0, 0, 0, 0) !important;
}

#businessStart.knowledge:hover > div {
  background-color: #b61928 !important;
}

#businessStart.knowledge:hover > div p {
  display: block !important;
}

#businessDev.knowledge:hover > div {
  background-color: #c45502 !important;
}

#businessDev.knowledge:hover > div p {
  display: block !important;
}

#businessEnd.knowledge:hover > div {
  background-color: #0c7492 !important;
}

#businessEnd.knowledge:hover > div p {
  display: block !important;
}

#news h6 {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.12rem;
}

#news .list-group-item {
  margin-bottom: 0px;
}

#news .borderNews {
  border-bottom: 1px solid #e6f1f4;
}

.list-group-item-action {
  color: #000;
}

#guidesReportsArticles h6 {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.125rem;
}

#guidesReportsArticles .bg-icon {
  padding: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#guidesReportsArticles .icon:hover a {
  color: #b61928 !important;
}

#news .bg-icon {
  padding: 10px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#guidesReportsArticles .bg-icon.guides {
  background-color: #b61928;
}

#guidesReportsArticles .icon:hover .bg-icon.guides,
#guidesReportsArticles .icon:hover .bg-icon.reports,
#guidesReportsArticles .icon:hover .bg-icon.research,
#guidesReportsArticles .icon:hover .bg-icon.articles {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
}

#guidesReportsArticles .bg-icon.reports {
  background-color: #0c7492;
}

#guidesReportsArticles .bg-icon.articles {
  background-color: #f7a500;
}

#guidesReportsArticles .bg-icon.research {
  background-color: #00a097;
}

#fundingJumbotron, #fundingPageJumbotron {
  background-image: url("../../../templates/clean-bootstrapv2/img/finansowanie-bg.jpg");
  background-size: cover;
  background-position: top center;
}

#stationary-trainings {
  background-image: url("../../../templates/clean-bootstrapv2/img/stacjonarne-bg.jpg");
  background-size: cover;
  background-position: top center;
}

#fundingJumbotron {
  border-top: 15px solid #a8132b;
}

#fundingJumbotron h4 {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.75rem;
}

#fundingJumbotron #deadlines {
  font-size: 1.25rem;
}

.eventList .eventCard:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.bg-parp {
  background-image: url("../../../templates/clean-bootstrapv2/img/bg-parp.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f7f7f7 !important;
}

#footerLinks {
  background-color: #8e0b18;
}
#footerLinks ul {
  padding: 0;
  margin-bottom: 0;
}
#footerLinks ul li {
  list-style-type: none;
  padding: 0.45rem 0;
}
#footerLinks span.border-bottom {
  border-width: 2px !important;
}
#footerLinks .more {
  text-transform: uppercase;
}

footer p.address {
  font-size: 0.815rem;
  line-height: 100%;
}

.img-corners {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

#trainings h6 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 1.25rem;
}

#trainings p {
  font-size: 1.25rem;
}

#trainings ul {
  padding: 0;
}

#trainings li {
  background-image: url("../../../templates/clean-bootstrapv2/img/arrow-right.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  list-style-type: none;
  background-position: 0 8px;
  padding-left: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
}

#events .eventDate {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 1rem;
}

#events .eventTitle {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.125rem;
}

#events .eventLink {
  font-family: "Calibri";
  font-weight: 500;
  font-size: 1.25rem;
}

#events .eventList div:nth-child(3) {
  border: none !important;
}

#lastAdded h6 {
  font-family: "Calibri";
  font-weight: 500;
  font-size: 0.81rem;
  text-transform: uppercase;
}

#contactForm h6 {
  font-family: "NovelPro";
  font-weight: 600;
  font-size: 2.4rem;
}

#contactForm p,
#contactForm legend {
  font-family: "Calibri";
  font-weight: 500;
  font-size: 1.25rem;
}

.social-link {
  border: 1px solid black;
  padding: 5px;
  margin-right: 14px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.social-link:hover {
  border: 1px solid #b61928;
}
.social-link:hover path {
  fill: #b61928;
}

.social-link-white {
  border: 1px solid white;
  padding: 5px;
  margin-right: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.social-link-white:hover {
  border: 1px solid white;
}
.social-link-white:hover path {
  fill: white;
}

#contactForm label {
  font-family: "Calibri";
  font-weight: 500;
  font-size: 0.81rem;
}

#container-search {
  display: none;
}

.form-search {
  width: 510px;
  border: none;
  border-bottom: 1px solid #90a4ae;
}

.results-search {
  background-color: #fff;
  width: 600px;
  font-family: "Montserrat";
  font-weight: 500;
}

.results-search li {
  list-style-type: none;
}

.panel-search {
  height: 68px;
}

#details .goals ul, .red-diamond-list ul, ul.red-diamond-list {
  list-style: none;
  padding-left: 0;
}

#details .goals ul li, .red-diamond-list ul li, ul.red-diamond-list li {
  margin: 0;
  margin-bottom: 1em;
  padding-left: 2rem;
  position: relative;
}

#details .goals ul > li:after,
.red-diamond-list > li:after {
  content: "";
  height: 10px;
  width: 25px;
  background-image: url("../../../templates/clean-bootstrapv2/img/falka-red.svg");
  background-repeat: no-repeat;
  top: 0.65rem;
  left: 0;
  position: absolute;
}
#details .goals ul > li ul > li:before,
.red-diamond-list > li ul > li:before {
  content: "";
  height: 10px;
  width: 25px;
  background-image: url("../../../templates/clean-bootstrapv2/img/falka2.svg");
  background-repeat: no-repeat;
  top: 0.65rem;
  left: 0;
  position: absolute;
}
#details .goals ul > li ul.red-diamond-list > li:after,
.red-diamond-list > li ul.red-diamond-list > li:after {
  content: "";
  height: 0 !important;
  width: 0 !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  position: static !important;
}
#details .goals ul > li ul.red-diamond-list > li:before,
.red-diamond-list > li ul.red-diamond-list > li:before {
  content: "";
  height: 10px;
  width: 25px;
  background-image: url("../../../templates/clean-bootstrapv2/img/falka2.svg");
  background-repeat: no-repeat;
  top: 0.65rem;
  left: 0;
  position: absolute;
}

#details .goals ul li > ul li::after {
  content: none;
}

.goal {
  font-family: "Calibri";
  font-size: 1.25rem;
  font-weight: 400;
}

#nav-grant,
#nav-event-details {
  border-bottom: 1px solid #e0e1e1;
  background-color: #fff;
  top: 82px;
  z-index: 2000;
  padding: 0;
}
#nav-grant .max-width,
#nav-event-details .max-width {
  max-width: 1176px;
  margin: 0 auto;
}
#nav-grant li.nav-item,
#nav-event-details li.nav-item {
  padding-bottom: 0;
}
#nav-grant .nav-link,
#nav-event-details .nav-link {
  font-family: "Calibri";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: initial;
  border: 0;
  padding: 0 15px 15px 15px;
}
#nav-grant .nav-link.active,
#nav-event-details .nav-link.active {
  border-bottom: 2px solid #b61928;
  padding: 0 15px 15px 15px;
}

#goalMenu {
  background-color: #f7f7f7;
}

#goalMenu ul {
  margin-left: 196px;
}

#goalMenu .nav-link {
  font-family: "Calibri";
  font-weight: 600;
  font-size: 0.88rem;
  text-transform: initial;
}

#goalMenu .start {
  border-bottom: 4px solid #b51a29;
}

#goalMenu .dev {
  border-bottom: 4px solid #eba00a;
}

#goalMenu .finish {
  border-bottom: 4px solid #316a96;
}

.breadcrumb {
  background-color: initial !important;
}

#grantDocuments .card {
  border: none;
}

#grantDocuments .card-header {
  background-color: #fff;
  border: none;
}

#grantDocuments .card .collapse.show, #results-archive .card .collapse.show {
  background-color: #f7f7f7;
  background: none;
}

#grantDocuments .card:first-child .card-header.collapsed {
  background-color: #fff;
}

#grantDocuments .card:first-child .card-body {
  border-bottom: none !important;
}

#grantDocuments .card-header.collapsed {
  background-color: white;
}

#grantDocuments .card-header:not(.collapsed) {
  background-color: #f7f7f7;
  border-bottom: 0 !important;
}

#grantDocuments .card:last-child .card-header {
  border-bottom: 1px solid #dee2e6 !important;
}

#grantDocuments .card:last-child .card-header:not(.collapsed) {
  border-bottom: none !important;
}

#grantDates .line {
  border-bottom: 2px solid #565b5d;
}

.card-scroll {
  flex-wrap: nowrap;
  overflow-x: hidden;
}

.card-scroll-container {
  position: relative;
}

.card-scroll-left {
  position: absolute;
  left: 5px;
  top: 100px;
  z-index: 1;
  color: #b51a29;
  font-size: 2rem;
  display: none;
}

.card-scroll-right {
  position: absolute;
  right: 5px;
  top: 100px;
  z-index: 1;
  color: #b51a29;
  font-size: 2rem;
}

.grant-scroll-left {
  position: absolute;
  left: 5px;
  top: 100px;
  z-index: 1;
  color: #b51a29;
  font-size: 2rem;
  display: none;
}

.grant-scroll-right {
  position: absolute;
  right: 5px;
  top: 100px;
  z-index: 1;
  color: #b51a29;
  font-size: 2rem;
}

#grantDates .card {
  border-radius: 8px;
}

#grantDates .card .card-body.fill-form {
  border-radius: 0 0 8px 8px;
}

.angle-down {
  margin-top: 3px;
}

#trainings-cards .card {
  border: none;
}

.poir:hover, .bg-poir {
  background-color: #00847d !important;
}

.text-poir {
  color: #00847d !important;
}

.power:hover, .bg-power {
  background-color: #dc651e !important;
}

.text-power {
  color: #dc651e !important;
}

.popw:hover, .bg-popw {
  background-color: #4b4894 !important;
}

.text-popw {
  color: #4b4894 !important;
}

.program-default:hover, .bg-program-default, .bg-default, .default:hover {
  background-color: #b61928 !important;
}

#programy a:hover p.text-black, #programy a:hover h6.text-black, #programy a:hover p.text-info, #programy a:hover li.text-light, #programy a:hover p.text-light {
  color: #fff !important;
}

#grantFAQ .card-header {
  border: none;
}

#grantFAQ .card {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

#grantFAQ .faq-container > div:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.breadcrumb, .breadcrumb-back {
  font-size: 0.875rem;
}

#publication .bg-publication-cover {
  background-image: linear-gradient(to right, #b61928 0%, rgba(182, 25, 40, 0.9) 10%, rgba(182, 25, 40, 0.85) 50%, rgba(182, 25, 40, 0.9) 90%, #b61928 100%), url("../../../templates/clean-bootstrapv2/img/default-cover.png");
  min-height: 555px;
  background-blend-mode: normal;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-english {
  background-image: linear-gradient(to right, #b61928 0%, rgba(182, 25, 40, 0.9) 10%, rgba(182, 25, 40, 0.85) 50%, rgba(182, 25, 40, 0.9) 90%, #b61928 100%), url("../../../templates/clean-bootstrapv2/img/bg-english.jpg");
  min-height: 555px;
  background-blend-mode: normal;
  background-repeat: no-repeat;
  background-size: cover;
}

.publication-description a {
  color: white;
}

.breadcrumb.breadcrumb-white a {
  color: white;
}

.breadcrumb.breadcrumb-white .breadcrumb-item.active {
  color: white;
}

.breadcrumb.breadcrumb-white .breadcrumb-item + .breadcrumb-item::before {
  color: white;
}

#publication .toc {
  border-bottom: 3px solid #757575;
  color: #757575;
}

#author .bg-author-cover {
  background-image: linear-gradient(to right, #0c7492 0%, rgba(12, 116, 146, 0.9) 10%, rgba(12, 116, 146, 0.85) 50%, rgba(12, 116, 146, 0.9) 90%, #0c7492 100%), url("../../../templates/clean-bootstrapv2/img/default-cover.png");
  min-height: 555px;
  background-position: center top;
  background-blend-mode: normal;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-author {
  background-color: #0c7492;
}

.bg-lightGrey50 {
  background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 50%, white 50%, white 100%);
}

#nav-author {
  border-bottom: 1px solid #e0e1e1;
  background-color: #fff;
  z-index: 2000;
}

#nav-author .nav-link {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: initial;
  border: 0;
  padding: 0 15px 15px 15px;
}

#nav-author li.nav-item {
  padding-bottom: 0;
}

#nav-author .nav-link.active {
  border-bottom: 2px solid #b61928;
  padding: 0 15px 15px 15px;
}

#author-publications img.shadow {
  border: 1px solid #ccc;
  box-shadow: 4px 4px 0px 0px #8f8f8f !important;
}

.pagination .page-link {
  color: #565b5d;
  font-weight: 600;
}

.page-item.active .page-link {
  background: none;
  color: #b61928;
}

.pagination img.arrow-left, .pagination img.arrow-right {
  width: 24px;
  height: 24px;
}

.card.card-publication {
  background-color: initial;
}

.card-publication:hover img {
  opacity: 0.4;
}

.card-publication:hover a {
  color: #b51a29 !important;
}

.width-1176 {
  max-width: 1176px;
}

#lastAdded .bg-report {
  background-color: #00749a;
  background-blend-mode: multiply;
  opacity: 0.8;
  background-position-x: center;
  background-size: cover;
}

#lastAdded .bg-article {
  background-color: #278900;
}

#lastAdded .bg-report:hover, #lastAdded .bg-guide:hover, #lastAdded .bg-video:hover, #lastAdded .bg-dark:hover, #lastAdded .bg-article:hover, #lastAdded .bg-misc:hover {
  /* transform: scale(1.03);
  z-index: 1000; */
}

#lastAdded .bg-guide {
  background-color: #b61928;
  background-blend-mode: multiply;
  opacity: 0.8;
  background-position-x: center;
  background-size: cover;
}

#lastAdded .bg-video {
  background-color: #222222;
  background-blend-mode: multiply;
  opacity: 0.8;
  background-size: cover;
  background-repeat: no-repeat;
}

.balloon {
  border-left: 1px solid #b51a29;
  border-bottom: 1px solid #b51a29;
}

.balloon:after {
  content: "";
  height: 12px;
  width: 25px;
  background-image: url("../../../templates/clean-bootstrapv2/img/arrow-balloon.svg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 8%;
  bottom: -10px;
  z-index: 1;
}

.documents-list li {
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 4rem;
}

.documents-list li.pdf, .pdf {
  background-image: url("../../../templates/clean-bootstrapv2/img/pdf.svg");
}

.documents-list li.doc, .doc {
  background-image: url("../../../templates/clean-bootstrapv2/img/doc.svg");
}

.documents-list li.mobi, .mobi {
  background-image: url("../../../templates/clean-bootstrapv2/img/mobi.svg");
}

.documents-list li.download, .download {
  background-image: url("../../../templates/clean-bootstrapv2/img/download.svg");
}

.documents-list li.docx, .docx {
  background-image: url("../../../templates/clean-bootstrapv2/img/docx.svg");
}

.documents-list li.xlsx, .xlsx {
  background-image: url("../../../templates/clean-bootstrapv2/img/xlsx.svg");
}

.documents-list li.xls, .xls {
  background-image: url("../../../templates/clean-bootstrapv2/img/xls.svg");
}

.documents-list li.zip, .zip {
  background-image: url("../../../templates/clean-bootstrapv2/img/zip.svg");
}

.documents-list li.ppt, .ppt {
  background-image: url("../../../templates/clean-bootstrapv2/img/ppt.svg");
}

.documents-list li.pptx, .pptx {
  background-image: url("../../../templates/clean-bootstrapv2/img/pptx.svg");
}

.documents-list li.www, .www {
	background-image: url('../../../templates/clean-bootstrapv2/img/www.svg');
}

.documents-list li.others, .others {
	background-image: url('../../../templates/clean-bootstrapv2/img/others.svg');
}

.documents-list li.pdf-small, .pdf-small {
  background-image: url("../../../templates/clean-bootstrapv2/img/pdf-small.svg");
}

.documents-list li.doc-small, .doc-small {
  background-image: url("../../../templates/clean-bootstrapv2/img/doc-small.svg");
}

.documents-list li.mobi-small, .mobi-small {
  background-image: url("../../../templates/clean-bootstrapv2/img/mobi-small.svg");
}

.documents-list li.download-small, .download-small {
  background-image: url("../../../templates/clean-bootstrapv2/img/download-small.svg");
}

.documents-list li.docx-small, .docx-small {
  background-image: url("../../../templates/clean-bootstrapv2/img/docx-small.svg");
}

.documents-list li.xlsx-small, .xlsx-small {
  background-image: url("../../../templates/clean-bootstrapv2/img/xlsx-small.svg");
}

.documents-list li.xls-small, .xls-small {
  background-image: url("../../../templates/clean-bootstrapv2/img/xls-small.svg");
}

.documents-list li.zip-small, .zip-small {
  background-image: url("../../../templates/clean-bootstrapv2/img/zip-small.svg");
}

.documents-list li.ppt-small, .ppt-small {
  background-image: url("../../../templates/clean-bootstrapv2/img/ppt-small.svg");
}

.documents-list li.pptx-small, .pptx-small {
  background-image: url("../../../templates/clean-bootstrapv2/img/pptx-small.svg");
}

.badge-light {
  color: #fff;
}

.badge-circle {
  width: 1rem;
  height: 1rem;
  border-radius: 0.8rem;
  font-size: 0.7rem;
  cursor: help;
}

.red-border-circle {
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #b51a29;
}

#nav-main .dropdown-menu {
  margin: 0;
  background-color: #f3f4f6;
  border: none;
}

#nav-main .dropdown-item {
  padding: 0.3rem 1.5rem;
}

#nav-main .nav-item.dropdown {
  display: list-item !important;
}

#dropdown-download:after {
  display: none;
}

.icon-card {
  max-width: 8rem;
}

.icon-card .icon-round {
  background-color: var(--grey-200);
  border-radius: 50%;
  padding: 1.5rem;
  width: 75px;
  height: 75px;
}

.bg-white-square::before {
  content: "";
  height: 3rem;
  width: 3rem;
  background-color: #fff;
  display: block;
  position: relative;
  transform: rotate(45deg);
  top: -4.5rem;
  margin: 0 auto;
}

nav > ul > li {
  list-style-type: none;
}

.offer.border {
  border-color: var(--grey-100) !important;
}

.offer.border:hover {
  background-color: var(--grey-100);
}

.offer.border:not(:last-child) {
  border-bottom: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.bg-hover:hover {
  background-color: #f2f2f2;
}

.accordion-head {
  background-image: url("../../../templates/clean-bootstrapv2/img/arrow-down.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  list-style-type: none;
  background-position: right 15px top 15px;
}

.accordion-head:not(.collapsed) {
  background-color: var(--grey-100);
  background-image: url("../../../templates/clean-bootstrapv2/img/arrow-up.svg");
  fill: red;
}

.accordion-content.show {
  background-color: var(--grey-100);
  background: none;
}

.card-docs:not(:last-child) {
  border-bottom: none !important;
}

.bootstrap-select .dropdown-toggle::after {
  background-image: url("../../../templates/clean-bootstrapv2/img/arrow-down.svg");
  width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  border: none;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #000;
}
.bootstrap-select .dropdown-menu {
  min-width: 100% !important;
}

.select-css {
  background-image: url("../../../templates/clean-bootstrapv2/img/arrow-down.svg"), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}

.grants-scroll-container {
  position: relative;
  max-width: 1366px;
}

.grants-scroll {
  overflow-x: hidden;
  padding-left: 90px;
}

.grant-gradient-right {
  background: linear-gradient(to right, rgba(153, 153, 153, 0) 0%, rgba(154, 154, 154, 0) 1%, white 100%);
  height: 100%;
  width: 60px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.grant-gradient-left {
  background: linear-gradient(to left, rgba(153, 153, 153, 0) 0%, rgba(154, 154, 154, 0) 1%, white 100%);
  height: 100%;
  width: 60px;
  position: absolute;
  left: 0;
  z-index: 1;
  display: none;
}

.bg-bell {
  background-color: #b61929;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  padding: 10px;
  cursor: pointer;
}

#bell-message {
  position: absolute;
  top: 62px;
  right: 21px;
  background-color: #fff;
  border-radius: 0.4em;
  z-index: 1;
}

.filter-element {
  display: block !important;
}

.tooltip-inner {
  min-width: 250px;
  /* the minimum width */
  max-width: 500px;
  padding: 1rem;
  color: #000;
  text-align: center;
  background-color: #f7f7f7;
  box-shadow: 0 0.6rem 3rem rgba(0, 0, 0, 0.25) !important;
}

.tooltip-inner table td, .tooltip-inner table th {
  padding: 4px;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #f7f7f7;
}

.tooltip-close-holder {
  background-color: #f7f7f7;
}
.tooltip-close-holder .tooltip-close {
  padding: 1rem 1rem 0 0;
  border: none;
  background: none;
  margin: 0;
}

.text-year {
  color: #949494;
  margin-bottom: -3rem;
}

.schedule-main:hover, .schedule-default:hover {
  text-decoration: none;
}

.schedule-default:hover div {
  background-color: #dee2e6;
}

.schedule-main:hover p {
  color: white !important;
}

.schedule-default > div {
  border-left: 5px solid #dee2e6 !important;
  border-radius: 4px;
}

.schedule-box:hover {
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15) !important;
  background-color: rgba(2, 29, 39, 0.5);
}

a.schedule-link:hover {
  text-decoration: none !important;
}

.news-link:hover div.row {
  background-color: #f8f9fa !important;
}

#devAreaNav, #stickyAreaNav {
  top: 80px;
  z-index: 3000;
}
#devAreaNav .nav-link, #stickyAreaNav .nav-link {
  display: inline;
  padding: 0;
  text-transform: inherit;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
#devAreaNav .nav-link.active, #stickyAreaNav .nav-link.active {
  color: #b51a29;
}

#devArea .shadow, #stickyArea .shadow {
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15) !important;
}

.publication-hover:hover img {
  opacity: 0.4;
  transition: 0.5s ease-in-out;
}

.publication-hover:hover p:not(.btn) {
  color: #b51a29 !important;
}

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

.bg-falka {
  background-image: url("../../../templates/clean-bootstrapv2/img/bg-falka.png");
  background-position: top center;
  background-repeat: no-repeat;
}

ul.falka-list li {
  background-image: url("../../../templates/clean-bootstrapv2/img/falka.svg");
  background-repeat: no-repeat;
  list-style-type: none;
  margin-bottom: 2rem;
  padding-top: 1rem;
}

ul.falka-list li > ul li {
  background-image: url("../../../templates/clean-bootstrapv2/img/falka2.svg");
  background-repeat: no-repeat;
  list-style-type: none;
  margin-bottom: 2rem;
  padding-top: 1rem;
}

.bg-img-poir {
  background-image: url("../../../templates/clean-bootstrapv2/img/bg-poir.jpg");
  background-size: cover;
  background-position: center top;
}

.bg-img-default {
  background-image: url("../../../templates/clean-bootstrapv2/img/bg-default.jpg");
  background-size: cover;
  background-position: center top;
}

.bg-img-popw {
  background-image: url("../../../templates/clean-bootstrapv2/img/bg-popw.jpg");
  background-size: cover;
  background-position: center top;
}

.bg-img-power {
  background-image: url("../../../templates/clean-bootstrapv2/img/bg-power.jpg");
  background-size: cover;
  background-position: center top;
}

.bg-knowledge {
  background-image: url("../../../templates/clean-bootstrapv2/img/bg-knowledge.jpg");
  background-size: cover;
  background-position: center top;
}

.bg-form-wide {
  background: url("../../../templates/clean-bootstrapv2/img/bg-form1.png") left bottom no-repeat, url("../../../templates/clean-bootstrapv2/img/bg-form2.png") right bottom no-repeat;
}

.bg-form-narrow {
  background: url("../../../templates/clean-bootstrapv2/img/bg-form1.png") left bottom no-repeat;
}

.knowledge-card {
  min-height: 100px;
  min-width: 300px;
  /*max-width:  350px;*/
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
}

.knowledge-card.bg-white:hover {
  background-color: #b51a29 !important;
}

.knowledge-card:hover p {
  color: #fff;
}

.knowledge-card:hover path {
  fill: #fff;
}

.video-modal {
  max-width: 800px;
}

.video-modal .modal-content {
  background-color: initial;
  border: none;
}

.video-modal .close {
  opacity: 1;
  font-weight: 300;
  text-shadow: none;
  padding-bottom: 2rem;
  font-size: 2rem;
}

.video-btn:hover {
  text-decoration: underline;
  cursor: pointer;
}

.bg-video {
  width: 100%;
  padding-top: 75.25%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.video-play {
  left: calc(50% - 30px);
  top: calc(50% - 4rem - 30px);
  z-index: 100;
  opacity: 0.7;
}

.video-play.small {
  top: calc(50% - 0rem - 30px);
}

.video-btn:hover .video-play {
  opacity: 1;
}

.btn-search-left {
  background-color: #fff;
  border-left: 1px solid #ced4da;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  padding-right: 0;
}

.btn-search-right {
  background-color: #fff;
  border-right: 1px solid #ced4da;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
}

.input-search {
  border-left: none;
  border-right: none;
}

.bg-event {
  background-color: #b51a29;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}

.event-hover:hover {
  background-color: #f7f7f7;
}

.training-category {
  min-height: 75px;
}

.cooperation-category {
  min-height: 140px;
}

.training-category:hover, .cooperation-category:hover {
  background-color: #b61929 !important;
  color: #fff;
}

.training-card {
  min-height: 180px;
}

.training-img {
  height: calc(1rem + 180px);
  background-size: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.training-card:hover {
  background-color: #b61929 !important;
}

.training-card:hover p {
  color: #fff !important;
}

.bg-training-finansowanie {
  background-color: #edece4 !important;
  background-image: url("../../../templates/clean-bootstrapv2/img/bg-training.png");
  background-repeat: no-repeat;
  background-position: left;
}

.bg-trainng-marketing-i-sprzedaz {
  background-color: #ecf4f3 !important;
  background-image: url("../../../templates/clean-bootstrapv2/img/bg-training.png");
  background-repeat: no-repeat;
  background-position: left;
}

.bg-training-prawo {
  background-color: #e7e8ee !important;
  background-image: url("../../../templates/clean-bootstrapv2/img/bg-training.png");
  background-repeat: no-repeat;
  background-position: left;
}

.bg-training-wsparcie-otoczenia-biznesu {
  background-color: #ecf4ee !important;
  background-image: url("../../../templates/clean-bootstrapv2/img/bg-training.png");
  background-repeat: no-repeat;
  background-position: left;
}

.bg-training-zarzadzanie {
  background-color: #eee7ea !important;
  background-image: url("../../../templates/clean-bootstrapv2/img/bg-training.png");
  background-repeat: no-repeat;
  background-position: left;
}

.border-bottom-red-4 {
  border-bottom: 4px solid #b61928;
}

.table {
  margin: 0;
}

.table thead th {
  background-color: #b51a29;
  color: #fff;
}

.table td, .table th {
  border: 3px solid #fff;
}

span.highlight {
  font-weight: bold;
}

#tags a {
  cursor: pointer;
}

.sr-only, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.min-height-250 {
  min-height: 250px;
}

.btn:focus {
  box-shadow: 0 0 0 0.2rem #6ba2f9;
}

.text-shadow {
  text-shadow: 2px 2px 2px #000000;
}

.checkbox-outline:checked {
  outline: 2px solid #fff;
}

/* ----------------------------------------------
 * Generated by Animista on 2018-10-22 14:39:56
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
.badge-pill {
  border-radius: 10rem;
}

.custom-control.custom-radio input ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%27-5%20-5%2010%2010%27%3E%3Ccircle%20r%3D%273%27%20stroke-width%3D%271%27%20stroke%3D%27%23FFFFFF%27%20fill-opacity%3D%270%27%2F%3E%3C%2Fsvg%3E") !important;
  background-size: 100% 100%;
}
.custom-control.custom-radio input:focus ~ label {
  outline: Highlight solid 2px;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .custom-control.custom-radio input:focus ~ label {
    outline: -webkit-focus-ring-color auto 5px;
  }
}
.custom-control.custom-checkbox input:checked ~ .custom-control-label::before {
  border: 1px solid #b51a29;
  background-color: transparent;
}
.custom-control.custom-checkbox input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%208%208%27%3E%3Cpath%20fill%3D%27%23B51A29%27%20d%3D%27M6.564.75l-3.59%203.612-1.538-1.55L0%204.26%202.974%207.25%208%202.193z%27%2F%3E%3C%2Fsvg%3E") !important;
}
.custom-control.custom-checkbox input ~ .custom-control-label::before {
  background-color: transparent;
  border: 1px solid #adb5bd;
}
.custom-control.custom-checkbox input:focus ~ label {
  outline: Highlight solid 2px;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .custom-control.custom-checkbox input:focus ~ label {
    outline: -webkit-focus-ring-color auto 5px;
  }
}
.custom-control .custom-control-label {
  font-size: 0.875rem;
  color: #000;
  border-radius: 0;
  border-color: #fff;
  border-width: 2px;
  padding: 0;
  margin-left: -1px;
  margin-bottom: 0;
  line-height: 1.5;
}

/* min breakpoints */
@media (min-width: 992px) {
  .custom-control .custom-control-label::before, .custom-control .custom-control-label::after {
    top: 0.35rem !important;
  }
  .custom-control .custom-control-label:hover {
    color: #b51a29;
    background-color: transparent;
  }
}
/* max breakpoints */
@media (max-width: 991.98px) {
  .custom-control.custom-radio input:checked ~ label.custom-control-label {
    color: #b51a29;
    background-color: #e9ecef;
  }
  .custom-control.custom-checkbox input:checked ~ label.custom-control-label {
    color: #b51a29;
    background-color: #e9ecef;
  }
  .custom-control label {
    border: none;
    font-weight: 500;
    font-size: 0.875rem;
  }
  .custom-control label.custom-control-label::before {
    top: 0.35rem !important;
    left: 0.25rem !important;
  }
  .custom-control label.custom-control-label::after {
    top: 0.35rem !important;
    left: 0.25rem !important;
  }
}
form.early_warning_form .row {
  flex-direction: column;
  margin: 0;
}
form.early_warning_form .form-inline {
  display: block;
}
form.early_warning_form .form-inline .form-group {
  margin-bottom: 1rem;
}
form.early_warning_form .form-inline .form-group .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e0e1e1;
  padding-left: 0;
  margin-bottom: 0;
}
form.early_warning_form .form-inline .form-group .form-control select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0;
}
form.early_warning_form .form-inline .form-group .control-label {
  display: block;
  margin-right: 1rem;
}
form.early_warning_form .form-inline .form-group .nonform-control .field-calendar .input-group {
  display: flex;
  flex-grow: 1;
  flex-wrap: nowrap;
}
form.early_warning_form .form-inline .form-group.other-form-group > .control-label {
  color: #757575;
}
form.early_warning_form .form-group-actions {
  padding-top: 2rem;
  text-align: center;
}
form.early_warning_form .form-group-actions .btn {
  padding-left: 2rem;
  padding-right: 2rem;
}
form.early_warning_form span[data-toggle=tooltip] {
  display: inline !important;
}
form.early_warning_form #bfElemWrap1077 .form-group,
form.early_warning_form #bfElemWrap1083 .form-group {
  direction: rtl;
  float: left;
}
form.early_warning_form #bfElemWrap1077 .form-group label,
form.early_warning_form #bfElemWrap1083 .form-group label {
  margin-right: 0;
  margin-left: 0.75rem;
}
form.early_warning_form #bfElemWrap1077:after,
form.early_warning_form #bfElemWrap1083:after {
  display: block;
  clear: both;
  content: "";
}

.has-magnifying-glass {
  padding-top: 5rem;
}
.has-magnifying-glass.heartbeat::before {
  animation: heartbeat 1.5s ease-in-out infinite both;
}
.has-magnifying-glass::before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2.5rem;
  width: 5rem;
  height: 5rem;
  background-size: 5rem 5rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2244%22%20height%3D%2244%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23B51A29%22%20d%3D%22M42.773%2042.773a4.12%204.12%200%200%201-5.83%200l-10.091-10.09a19.44%2019.44%200%200%200%205.831-5.831l10.09%2010.09a4.122%204.122%200%200%201%200%205.831zm-26.28-9.787C7.385%2032.986%200%2025.601%200%2016.493%200%207.385%207.385%200%2016.493%200c9.108%200%2016.493%207.385%2016.493%2016.493%200%209.108-7.385%2016.493-16.493%2016.493zm0-28.863c-6.822%200-12.37%205.548-12.37%2012.37%200%206.821%205.548%2012.37%2012.37%2012.37%206.821%200%2012.37-5.549%2012.37-12.37%200-6.822-5.549-12.37-12.37-12.37zm-6.872%2012.37H6.872c0-5.305%204.317-9.622%209.621-9.622v2.75a6.88%206.88%200%200%200-6.872%206.872z%22%2F%3E%3C%2Fsvg%3E");
  content: "";
}

.text-cl-13 {
  font-family: "Calibri" !important;
  font-weight: 300 !important;
  font-size: 0.814rem !important;
}

.text-cl-16 {
  font-family: "Calibri" !important;
  font-weight: 300 !important;
  font-size: 1rem !important;
}

.text-cr-13 {
  font-family: "Calibri" !important;
  font-weight: 400 !important;
  font-size: 0.814rem !important;
}

.text-cr-14 {
  font-family: "Calibri" !important;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
}

.text-cr-16 {
  font-family: "Calibri" !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
}

.text-cr-18 {
  font-family: "Calibri" !important;
  font-weight: 400 !important;
  font-size: 1.125rem !important;
}

.text-cr-20 {
  font-family: "Calibri" !important;
  font-weight: 400 !important;
  font-size: 1.25rem !important;
}

.text-cb-14 {
  font-family: "Calibri" !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
}

.text-cb-18 {
  font-family: "Calibri" !important;
  font-weight: 600 !important;
  font-size: 1.125rem !important;
}

.text-cr-20 {
  font-family: "Calibri" !important;
  font-weight: 400 !important;
  font-size: 1.25rem !important;
}

.text-cb-16 {
  font-family: "Calibri" !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
}

.text-cb-20 {
  font-family: "Calibri" !important;
  font-weight: 600 !important;
  font-size: 1.25rem !important;
}

.text-bb-20 {
  font-family: "Montserrat" !important;
  font-weight: 600 !important;
  font-size: 1.25rem !important;
}

.text-mb-16 {
  font-family: "Montserrat" !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
}

.text-mb-20 {
  font-family: "Montserrat" !important;
  font-weight: 600 !important;
  font-size: 1.25rem !important;
}

.text-mb-28 {
  font-family: "Montserrat" !important;
  font-weight: 600 !important;
  font-size: 1.75rem !important;
}

.text-mm-28 {
  font-family: "Montserrat" !important;
  font-weight: 500 !important;
  font-size: 1.75rem !important;
}

.text-mm-24 {
  font-family: "Montserrat" !important;
  font-weight: 500 !important;
  font-size: 1.5rem !important;
}

.text-mm-20 {
  font-family: "Montserrat" !important;
  font-weight: 500 !important;
  font-size: 1.25rem !important;
}

.text-mm-18 {
  font-family: "Montserrat" !important;
  font-weight: 500 !important;
  font-size: 1.125rem !important;
}

.text-mm-16 {
  font-family: "Montserrat" !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
}

.text-mm-14 {
  font-family: "Montserrat" !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
}

.text-mm-13 {
  font-family: "Montserrat" !important;
  font-weight: 500 !important;
  font-size: 0.814rem !important;
}

.text-mm-10 {
  font-family: "Montserrat" !important;
  font-weight: 500 !important;
  font-size: 0.814rem !important;
}

.text-mr-10 {
  font-family: "Montserrat" !important;
  font-weight: 400 !important;
  font-size: 0.814rem !important;
}

.text-nb-28 {
  font-family: "NovelPro", serif !important;
  font-weight: 600 !important;
  font-size: 1.75rem !important;
}

.text-nb-38 {
  font-family: "NovelPro", serif !important;
  font-weight: 600 !important;
  font-size: 2.375rem !important;
}

.text-nb-80 {
  font-family: "NovelPro", serif !important;
  font-weight: 600 !important;
  font-size: 5rem !important;
}

body:not(.is-ie) #stickyAreaNav,
body:not(.is-ie) #devAreaNav {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-top: -80px;
  visibility: hidden;
}
body:not(.is-ie) #stickyAreaNav.is-sticky,
body:not(.is-ie) #devAreaNav.is-sticky {
  visibility: visible;
}
body:not(.is-ie) #stickyAreaNav > .menu,
body:not(.is-ie) #devAreaNav > .menu {
  min-height: 75px;
  padding: 0.5rem !important;
}
body:not(.is-ie) #stickyAreaNav .sticky-hide,
body:not(.is-ie) #devAreaNav .sticky-hide {
  display: none !important;
}
body:not(.is-ie) #stickyAreaNav p,
body:not(.is-ie) #devAreaNav p {
  margin: 0 !important;
  line-height: 1;
  font-size: 13px !important;
}
body:not(.is-ie) #stickyAreaNav p.description,
body:not(.is-ie) #devAreaNav p.description {
  display: none;
}
body:not(.is-ie) #stickyAreaNav p:hover,
body:not(.is-ie) #devAreaNav p:hover {
  color: #b51a29 !important;
}
body:not(.is-ie) #stickyAreaNav .nav-link.active,
body:not(.is-ie) #devAreaNav .nav-link.active {
  color: #b51a29 !important;
}
body:not(.is-ie) #stickyAreaNav .nav-link .bg-white,
body:not(.is-ie) #devAreaNav .nav-link .bg-white {
  background-color: initial !important;
}
body:not(.is-ie) #stickyAreaNav .accordion-head,
body:not(.is-ie) #devAreaNav .accordion-head {
  min-height: 45px;
}
body:not(.is-ie) #stickyAreaNav.py-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body:not(.is-ie) #devAreaNav .tileDev {
  box-shadow: initial !important;
  background-color: initial !important;
  margin: 0 !important;
}
body:not(.is-ie) #devAreaNav .tileDev:hover p {
  color: #b51a29 !important;
}
body:not(.is-ie) #devAreaNav h2 {
  display: none;
}
body:not(.is-ie) #devAreaNav .tileStart.h-100,
body:not(.is-ie) #devAreaNav .tileDev.h-100,
body:not(.is-ie) #devAreaNav .tileEnd.h-100 {
  height: initial !important;
  padding: 0rem !important;
}

/* min breakpoints */
@media (min-width: 768px) {
  #stickyAreaNav .sticky-fixme,
#devAreaNav .sticky-fixme {
    display: none !important;
  }
}
/* max breakpoints */
@media (max-width: 767.98px) {
  body:not(.is-ie) #stickyAreaNav .nav-link.mobile-only-one.active ~ .sticky-fixme,
body:not(.is-ie) #devAreaNav .nav-link.mobile-only-one.active ~ .sticky-fixme {
    display: none;
  }
  body:not(.is-ie) #stickyAreaNav .nav-link.mobile-only-one:not(.active),
body:not(.is-ie) #devAreaNav .nav-link.mobile-only-one:not(.active) {
    display: none;
  }
}
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 14rem;
}
@media (min-width: 576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.wider {
  width: 16rem;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
  background-color: #dee2e6;
  color: #000;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #e9ecef;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #6c757d;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #e9ecef;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #6c757d;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #b51a29;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #b51a29;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #e9ecef;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #b51a29;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #6c757d;
}
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group [data-toggle=datetimepicker] {
  cursor: pointer;
}

form.contact-parp-form .row {
  flex-direction: column;
  margin: 0;
}
form.contact-parp-form .form-inline {
  display: block;
}
form.contact-parp-form .form-inline label {
  display: block;
}
form.contact-parp-form .bfElemWrap:last-of-type .form-group {
  direction: rtl;
  float: left;
}
form.contact-parp-form .bfElemWrap:last-of-type .form-group label {
  margin-left: 0.75rem;
}
form.contact-parp-form .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e0e1e1;
  padding-left: 0;
}
form.contact-parp-form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0;
}
form.contact-parp-form .form-group-actions {
  padding-top: 2rem;
  text-align: center;
}
form.contact-parp-form .form-group-actions .btn {
  padding-left: 2rem;
  padding-right: 2rem;
}
form.contact-parp-form span[data-toggle=tooltip] {
  display: inline !important;
}

#infoline-form .row {
  flex-direction: column;
  margin: 0;
}
#infoline-form .form-inline {
  display: block;
}
#infoline-form .form-inline label {
  width: auto;
  margin-right: 0.5rem;
}
#infoline-form .form-inline .nonform-control {
  width: auto;
}
#infoline-form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0;
}
#infoline-form .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e0e1e1;
  padding-left: 0;
}
#infoline-form .form-group-actions {
  padding-top: 2rem;
  text-align: center;
}
#infoline-form .form-group-actions .btn {
  padding-left: 2rem;
  padding-right: 2rem;
}
#infoline-form span[data-toggle=tooltip] {
  display: inline !important;
}
#infoline-form input[type=checkbox] {
  margin-left: 0.5rem;
}
#infoline-form .control-label span.hasTooltip {
  display: block !important;
}
#infoline-form #sprawa #zalaczniki {
  padding-top: 2rem;
}
#infoline-form #zgoda {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

#event-list #event-list-filter label.btn.active .vector-icon.vector-icon-grayed-out {
  display: none;
}
#event-list #event-list-filter label.btn:not(.active) .vector-icon:not(.vector-icon-grayed-out) {
  display: none;
}
#event-list #event-list-filter label.btn.focus, #event-list #event-list-filter label.btn:focus {
  outline: #6ba2f9 auto 5px;
}

/* min breakpoints */
@media (min-width: 992px) {
  #event-list .organizer-list {
    max-height: 14.5rem;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
/* max breakpoints */
/* min breakpoints */
/* max breakpoints */
@media (max-width: 575.98px) {
  #event-details #details #nav-event-details.position-sticky {
    position: relative !important;
  }
}
@media (max-width: 1199.98px) {
  #event-details #details #nav-event-details .navbar-collapse {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#funding .fundingEnd {
  border-radius: 0 0 5px 5px;
  color: #393e42;
}
#funding .list-inline {
  font-size: 0.815rem;
}
#funding #grants-filter-collapse #grants-filter-form ul {
  list-style: none;
}
#funding #grants-filter-collapse #grants-filter-form ul li {
  max-width: 147px;
}
#funding #grants-filter-collapse #grants-filter-form ul li .custom-control.custom-radio .custom-control-label.page-link {
  background-color: transparent;
  border: none;
}
#funding #grants-filter-collapse #grants-filter-form ul li .custom-control.custom-radio .custom-control-label.page-link::before {
  left: initial;
}
#funding #grants-filter-collapse #grants-filter-form ul li .custom-control.custom-radio .custom-control-label.page-link::after {
  left: initial;
}

.grants-items a:hover {
  text-decoration: none;
}
.grants-items a:hover p.text-black,
.grants-items a:hover h6.text-black,
.grants-items a:hover p.text-info,
.grants-items a:hover li.text-light,
.grants-items a:hover p.text-parp {
  color: #fff !important;
}
.grants-items .card {
  border-radius: 8px;
  border: none;
}
.grants-items .card:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
.grants-items .card:hover .text-hover-white {
  color: #fff !important;
}
.grants-items .card img {
  border-radius: 5px 5px 0 0;
  border: none;
}

/* min breakpoints */
@media (min-width: 992px) {
  #funding .main-card {
    border: none;
  }
  #funding .selected-filters {
    font-weight: bolder !important;
  }
  #funding #grants-filter-collapse {
    display: block !important;
  }
  #funding #grants-filter-collapse #grants-filter-form .custom-control .custom-control-label.page-link {
    min-height: 86px;
    line-height: 1.2;
  }
  #funding #grants-filter-collapse #grants-filter-form .custom-control .custom-control-label.page-link.active {
    color: #b51a29;
    background-color: transparent;
  }
}
/* max breakpoints */
@media (max-width: 991.98px) {
  #funding #grants-filter-collapse #grants-filter-form .card {
    border: none;
    background-color: #fff !important;
  }
  #funding #grants-filter-collapse #grants-filter-form .card .card-body {
    margin: 0;
    padding: 0;
  }
  #funding #grants-filter-collapse #grants-filter-form .card .card-body #grants-filter-form-collapse {
    display: block;
  }
  #funding #grants-filter-collapse #grants-filter-form .card .card-body #grants-filter-form-collapse .form-check:last-child {
    border-bottom: none;
  }
  #funding #grants-filter-collapse #grants-filter-form .custom-control input:checked ~ label.custom-control-label {
    background-color: #e9ecef !important;
  }
}
#grant {
  background-image: url("../../../templates/clean-bootstrapv2/img/popw-small.jpg");
  background-size: auto;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #ededed;
}
#grant h1 {
  font-family: "NovelPro";
  font-weight: 600;
  font-size: 2rem;
  color: #000;
}
#grant h2 {
  font-family: "NovelPro";
  font-weight: 600;
  font-size: 2.38rem;
  color: #000;
}
#grant h3 {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.25rem;
}
#grant .timeline .badge {
  font-size: 25%;
  width: 8px;
  height: 8px;
  border-radius: 6px;
}
#grant .timeline p {
  font-size: 0.01rem;
}
#grant .grantCard {
  border-top: 4px solid #b61928;
}
#grant .grantCard ul {
  list-style: none;
}
#grant .label {
  font-family: "Calibri";
  font-weight: 500;
  font-size: 0.85rem;
}
#grant .value {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1rem;
  color: #000;
}
#grant #grant-header {
  position: relative;
  z-index: 100;
}

/* min breakpoints */
/* max breakpoints */
@media (max-width: 1199.98px) {
  #grant {
    background-image: none;
  }
}
#public-orders .public-orders-filters label.btn.active .vector-icon.vector-icon-grayed-out {
  display: none;
}
#public-orders .public-orders-filters label.btn:not(.active) .vector-icon:not(.vector-icon-grayed-out) {
  display: none;
}
#public-orders .public-orders-filters label.btn.focus, #public-orders .public-orders-filters label.btn:focus {
  outline: #6ba2f9 auto 5px;
}

#publications div.shadow {
  border: 1px solid #ccc;
  box-shadow: 10px 10px 0px 0px #8f8f8f !important;
  margin-right: 10px;
  margin-bottom: 10px;
}
#publications .container-fluid.shadow {
  box-shadow: 0px 5px 5px 0px #e4e4e4 !important;
}
#publications .card {
  border: none;
}
#publications #filter-publications form .input-group input.form-control {
  height: auto;
}
#publications #filter-publications #publications-filters .dropdown.filter-element:not(:first-child) {
  margin-left: 1rem;
}

.publication-shadow {
  border: 1px solid #ccc;
  box-shadow: 5px 5px 0px 0px #8f8f8f !important;
  margin-right: 5px;
  margin-bottom: 5px;
}

.card-publication .card-cover {
  min-height: 233px;
}

#searchForm .form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}
#searchForm #closeSearch:focus,
#searchForm button[name=Search] {
  box-shadow: none;
}
#searchForm input[name=searchword] {
  height: auto;
}
#searchForm .ordering-box .dropdown button {
  padding: 0.45rem 0.75rem 0.1rem 0.75rem !important;
}

#schedules-form .form-check-inline:focus-within {
  outline: 4px solid #6ba2f9;
}

body {
  padding-top: 83px;
}

.navbar {
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.navbar.fixed-top {
  z-index: 5000;
}

nav.navbar .dropdown-toggle::after {
  display: none;
}

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

li.nav-item {
  padding: 25px 0;
}

.nav-link {
  padding: 0;
  text-transform: uppercase;
  line-height: 17px;
  font-size: 17px;
  font-family: "Calibri";
  font-weight: 500;
  color: black;
}

.nav-item.show {
  background: #f3f4f6;
}

li.nav-item:last-child {
  border: none;
}

.navbar-small {
  position: absolute;
  right: 40px;
  top: 15px;
  flex-direction: row;
}

.navbar-small .nav-link {
  border: none;
  font-size: 0.875rem;
}

.navbar-small .nav-search {
  position: relative;
}

.navbar-small .nav-search svg {
  /*	position: absolute;
  	top: -3px;*/
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  top: 65px;
  background: #f3f4f6;
  border: none;
}

.openSearch svg {
  top: 14px;
}

.navbar-about {
  background-color: #f7f7f7;
}

.navbar-about .nav-link {
  font-size: 1.25rem;
  text-transform: none;
}

.navbar-about .nav-link.active {
  border: 1px solid #f1edf1;
  background: #fff;
  color: var(--primary);
  border-radius: 5px;
  box-shadow: 0 0 0.3rem 0.05rem rgba(0, 0, 0, 0.05) !important;
}

.navbar-about .nav-link:hover {
  border: 1px solid #f1edf1;
  background: #f7f7f7;
}
.bfFormDiv form.bfQuickMode .nonform-control {
  width: auto;
  text-align: left;
}
.nonform-control label {
  margin: 5px 0;
}
.bfFormDiv form.bfQuickMode .nonform-control .btn {
  padding-right: 2rem;
  padding-left: 2rem;
}
.bfFormDiv form.bfQuickMode .nonform-control .radio-inline {
  text-align: left;
}
.bfFormDiv form.bfQuickMode .form-group .control-label {
  width: auto !important;
  min-width: 110px !important;
  display: inline-block !important;
}
.bfFormDiv form.bfQuickMode .btn {
  font-size: 1rem !important;
}
.bfFormDiv form .form-control {
  border-top: none;
  border-right: none;
  border-left: none;
  padding-left: 0;
  margin-bottom: 1rem;
  color: #757575;
}
.bfFormDiv form .form-control::placeholder {
  color: #757575;
  font-size: 1rem;
}
.bfFormDiv form .bfCustomSubmitButton {
  text-align: center;
}
.bfFormDiv form .row {
  flex-direction: column;
  margin: 0;
}
.bfFormDiv form .form-inline {
  display: block;
}
.bfFormDiv form .form-inline label {
  display: block;
}
.bfFormDiv form:not(.form-show-legend) fieldset legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.bfSectionDescription {
  width: 100%;
}

/* min breakpoints */
@media (min-width: 768px) {
  .openSearch svg {
    top: 9px;
  }
}
@media (min-width: 1200px) {
  .openSearch svg {
    top: -14px;
  }

  .grants-scroll-container > .row > .col-xl-3 {
    flex: 0 0 23%;
    max-width: 23%;
  }
}
/* max breakpoints */
@media (max-width: 375px) {
  .tooltip-inner {
    max-width: 260px;
    overflow-x: auto;
  }
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 2.1rem;
  }

  .panel-search {
    background: #fff;
  }

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

  #grantDates .card-body .text-bb-20 {
    font-size: 1.1rem !important;
  }

  #businessStart, #businessDev, #businessEnd {
    min-height: 0;
  }

  #businessStart > div, #businessDev > div, #businessEnd > div {
    min-height: 200px;
  }

  .bg-event {
    background-image: none !important;
  }
}
@media (max-width: 767.98px) {
  #bell-message {
    width: calc(100% - 48px);
    top: 18px;
    right: 48px;
  }

  div.eventList > div {
    border: none !important;
  }

  .card-scroll {
    flex-wrap: wrap;
    overflow-x: none;
  }

  .card-scroll-left, .card-scroll-right {
    display: none;
  }

  h2#opis {
    font-size: 1.125rem;
  }

  #nav-grant ul {
    width: 100%;
    margin: 10px;
  }

  #nav-grant .nav-link.active {
    color: var(--primary);
    border: none;
  }

  #nav-grant .btn {
    border: none;
  }

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

  #nav-grant li:last-child {
    border-bottom: 1px solid #757575 !important;
  }

  #nav-grant li:first-child {
    border-top: 1px solid #757575 !important;
  }

  #nav-grant .nav-link, #nav-grant .nav-link.active {
    padding: 10px 15px;
  }

  #nav-grant {
    position: relative !important;
    top: 0;
  }

  #nav-grant .navbar-collapse {
    align-items: initial;
  }

  #lastAdded div.col-12 {
    min-height: 250px;
  }

  .eventCard {
    height: auto !important;
  }

  #nav-author .nav-link, #nav-author .nav-link.active {
    padding: 20px 0 8px 0;
  }

  #nav-author {
    border: none;
  }

  #businessStart.knowledge:not(.active), #businessDev.knowledge:not(.active), #businessEnd.knowledge:not(.active) {
    margin-top: 0;
    margin-bottom: 0;
  }

  #businessStart.knowledge.active:after, #businessDev.knowledge.active:after, #businessEnd.knowledge.active:after {
    content: none;
  }

  #businessStart, #businessDev, #businessEnd {
    min-height: 0;
  }

  #businessStart.knowledge.active, #businessDev.knowledge.active, #businessEnd.knowledge.active {
    min-height: auto;
  }

  #businessStart > div, #businessDev > div, #businessEnd > div {
    min-height: 150px;
  }
}
@media (max-width: 991.98px) {
  #businessStart.knowledge.active:after {
    content: none;
  }

  .formats {
    border: none !important;
  }

  .grants-scroll-container .grants-scroll {
    padding-left: 0;
  }
}
@media (max-width: 1349.98px) {
 /* body {
    padding-top: 0;
  }*/

  .navbar-toggler {
    padding-top: 12px;
    padding-bottom: 20px;
  }

  #devAreaNav, #stickyAreaNav {
    top: 0;
  }

  #nav-main .dropdown-menu {
    border: none;
  }

  .parp-logo {
    width: 50%;
    margin-left: 1.5rem !important;
  }

  .navbar.fixed-top {
    position: absolute;
  }

  .navbar {
    overflow-y: auto;
  }

  li.nav-item {
    padding: 0;
    background: #fff;
  }

  .navbar-nav .nav-link {
    background: #fff;
    padding: 20px 12px;
    border-bottom: 1px solid #d3dbdf;
    border-right: none;
  }

  .nav-item.small-item .nav-link {
    border-bottom: none;
  }

  .navbar-nav.navbar-small {
    flex-direction: row;
  }

  .navbar-nav.navbar-small .nav-link {
    border: none;
  }

  .navbar-small .nav-search svg {
    /*top: 20px;*/
  }

  .show > .nav-link {
    background: #FFF;
  }

  .dropdown-item {
    padding: 8px 0;
    border-bottom: 1px solid #e1e3e4;
  }

  p.dropdown-item {
    margin-bottom: 0;
  }

  .dropdown-menu.show {
    /*margin-top: -1px;*/
  }

  .dropdown-menu > div {
    border: none;
    margin-left: 12px;
    margin-right: 12px;
  }

  .dropdown-menu > div > div.border-right {
    border: none !important;
  }

  .form-search {
    width: 50%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .position-sticky {
    position: relative !important;
    top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #lastAdded .bg-report .d-flex.flex-column.justify-content-between.m-3, #lastAdded .bg-guide .d-flex.flex-column.justify-content-between.m-3, #lastAdded .bg-article .d-flex.flex-column.justify-content-between.m-3 {
    width: 550px;
  }

  #grants-filter-form ul li span {
    margin-top: 30px !important;
    width: 130px;
  }

  #funding .card img,
#trainings-cards .card img,
#publications .card img,
.card img {
    height: 181px;
  }

  #recomended .card {
    background: #f2f2f2;
  }

  #publications .card-publication img {
    height: 250px;
  }

  #publications #recomended img {
    height: 284px;
  }

  #publications #recomended img.bigger {
    height: 700px;
  }

  .img-bur {
    height: 39px;
  }

  #funding #grants-filter-collapse #grants-filter-form ul li .custom-control.custom-radio .custom-control-label.page-link::before, #funding #grants-filter-collapse #grants-filter-form ul li .custom-control.custom-radio .custom-control-label.page-link::after {
    left: 50%;
    margin-left: -0.5rem;
  }
  #funding #grants-filter-collapse #grants-filter-form ul.pagination {
    display: block !important;
  }
  #funding #grants-filter-collapse #grants-filter-form ul.pagination li {
    display: block !important;
    float: left;
  }
  #funding #grants-filter-collapse #grants-filter-form ul.pagination li label {
    display: inline-block !important;
    word-wrap: normal;
  }
  #funding #grants-filter-collapse #grants-filter-form ul.pagination li:nth-child(1) label {
    width: 100px;
    margin-left: 20px;
  }
  #funding #grants-filter-collapse #grants-filter-form ul.pagination li:nth-child(2) label {
    width: 160px;
  }
  #funding #grants-filter-collapse #grants-filter-form ul.pagination li:nth-child(3) label {
    width: 121px;
  }
  #funding #grants-filter-collapse #grants-filter-form ul.pagination li:nth-child(4) label {
    width: 142px;
  }
  #funding #grants-filter-collapse #grants-filter-form ul.pagination li:nth-child(5) label {
    width: 105px;
  }
  #funding #grants-filter-collapse #grants-filter-form ul.pagination li:nth-child(6) label {
    width: 118px;
  }
  #funding #grants-filter-collapse #grants-filter-form ul.pagination li:nth-child(7) label {
    width: 135px;
  }
  #funding #grants-filter-collapse #grants-filter-form ul.pagination li:nth-child(8) label {
    width: 125px;
  }
  #funding #grants-filter-collapse #grants-filter-form ul.pagination li:nth-child(9) label {
    width: 125px;
  }

  #event-list .event-type-list .btn.active img {
    border: 3px solid red;
  }
  #event-list .event-type-list .btn.active:nth-child(1) img {
    border-color: blue;
  }
  #event-list #event-list-results a .row > div > p {
    width: 100%;
  }
  #event-list #event-list-results a .row .flex-column img.flex-row {
    flex-shrink: 0 !important;
  }

  .bg-event > .col-12 > .text-mm-28 {
    width: 100%;
  }

  .bg-event > .row > .col-12 > .text-mm-28 {
    width: 100%;
  }

  #tabs-author #tabs-author-speeches a .row > div > p {
    width: 100%;
  }
  #tabs-author #tabs-author-speeches a .row .flex-column img.flex-row {
    flex-shrink: 0 !important;
  }

  #devArea {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  #devArea p,
#stickyArea p {
    max-width: 100% !important;
  }

  #businessSteps img {
    flex-shrink: 0 !important;
  }

  #devAreaNav,
#stickyAreaNav {
    display: none !important;
  }

  #infoline-form {
    display: block !important;
  }

  .grant-scroll-left img,
.grant-scroll-right img {
    width: 40px;
    height: 50px;
  }

  .infolinia .bg-form-narrow .col-1,
.infolinia .bg-form-narrow .col-2,
.infolinia .bg-form-narrow .col-3,
.infolinia .bg-form-narrow .col-4,
.infolinia .bg-form-narrow .col-5,
.infolinia .bg-form-narrow .col-6,
.infolinia .bg-form-narrow .col-7,
.infolinia .bg-form-narrow .col-8,
.infolinia .bg-form-narrow .col-9,
.infolinia .bg-form-narrow .col-10,
.infolinia .bg-form-narrow .col-11,
.infolinia .bg-form-narrow .col-12,
.infolinia .bg-form-narrow .col,
.infolinia .bg-form-narrow .col-auto,
.infolinia .bg-form-narrow .col-sm-1,
.infolinia .bg-form-narrow .col-sm-2,
.infolinia .bg-form-narrow .col-sm-3,
.infolinia .bg-form-narrow .col-sm-4,
.infolinia .bg-form-narrow .col-sm-5,
.infolinia .bg-form-narrow .col-sm-6,
.infolinia .bg-form-narrow .col-sm-7,
.infolinia .bg-form-narrow .col-sm-8,
.infolinia .bg-form-narrow .col-sm-9,
.infolinia .bg-form-narrow .col-sm-10,
.infolinia .bg-form-narrow .col-sm-11,
.infolinia .bg-form-narrow .col-sm-12,
.infolinia .bg-form-narrow .col-sm,
.infolinia .bg-form-narrow .col-sm-auto,
.infolinia .bg-form-narrow .col-md-1,
.infolinia .bg-form-narrow .col-md-2,
.infolinia .bg-form-narrow .col-md-3,
.infolinia .bg-form-narrow .col-md-4,
.infolinia .bg-form-narrow .col-md-5,
.infolinia .bg-form-narrow .col-md-6,
.infolinia .bg-form-narrow .col-md-7,
.infolinia .bg-form-narrow .col-md-8,
.infolinia .bg-form-narrow .col-md-9,
.infolinia .bg-form-narrow .col-md-10,
.infolinia .bg-form-narrow .col-md-11,
.infolinia .bg-form-narrow .col-md-12,
.infolinia .bg-form-narrow .col-md,
.infolinia .bg-form-narrow .col-md-auto,
.infolinia .bg-form-narrow .col-lg-1,
.infolinia .bg-form-narrow .col-lg-2,
.infolinia .bg-form-narrow .col-lg-3,
.infolinia .bg-form-narrow .col-lg-4,
.infolinia .bg-form-narrow .col-lg-5,
.infolinia .bg-form-narrow .col-lg-6,
.infolinia .bg-form-narrow .col-lg-7,
.infolinia .bg-form-narrow .col-lg-8,
.infolinia .bg-form-narrow .col-lg-9,
.infolinia .bg-form-narrow .col-lg-10,
.infolinia .bg-form-narrow .col-lg-11,
.infolinia .bg-form-narrow .col-lg-12,
.infolinia .bg-form-narrow .col-lg,
.infolinia .bg-form-narrow .col-lg-auto,
.infolinia .bg-form-narrow .col-xl-1,
.infolinia .bg-form-narrow .col-xl-2,
.infolinia .bg-form-narrow .col-xl-3,
.infolinia .bg-form-narrow .col-xl-4,
.infolinia .bg-form-narrow .col-xl-5,
.infolinia .bg-form-narrow .col-xl-6,
.infolinia .bg-form-narrow .col-xl-7,
.infolinia .bg-form-narrow .col-xl-8,
.infolinia .bg-form-narrow .col-xl-9,
.infolinia .bg-form-narrow .col-xl-10,
.infolinia .bg-form-narrow .col-xl-11,
.infolinia .bg-form-narrow .col-xl-12,
.infolinia .bg-form-narrow .col-xl,
.infolinia .bg-form-narrow .col-xl-auto,
.intercessor .bg-form-narrow .col-1,
.intercessor .bg-form-narrow .col-2,
.intercessor .bg-form-narrow .col-3,
.intercessor .bg-form-narrow .col-4,
.intercessor .bg-form-narrow .col-5,
.intercessor .bg-form-narrow .col-6,
.intercessor .bg-form-narrow .col-7,
.intercessor .bg-form-narrow .col-8,
.intercessor .bg-form-narrow .col-9,
.intercessor .bg-form-narrow .col-10,
.intercessor .bg-form-narrow .col-11,
.intercessor .bg-form-narrow .col-12,
.intercessor .bg-form-narrow .col,
.intercessor .bg-form-narrow .col-auto,
.intercessor .bg-form-narrow .col-sm-1,
.intercessor .bg-form-narrow .col-sm-2,
.intercessor .bg-form-narrow .col-sm-3,
.intercessor .bg-form-narrow .col-sm-4,
.intercessor .bg-form-narrow .col-sm-5,
.intercessor .bg-form-narrow .col-sm-6,
.intercessor .bg-form-narrow .col-sm-7,
.intercessor .bg-form-narrow .col-sm-8,
.intercessor .bg-form-narrow .col-sm-9,
.intercessor .bg-form-narrow .col-sm-10,
.intercessor .bg-form-narrow .col-sm-11,
.intercessor .bg-form-narrow .col-sm-12,
.intercessor .bg-form-narrow .col-sm,
.intercessor .bg-form-narrow .col-sm-auto,
.intercessor .bg-form-narrow .col-md-1,
.intercessor .bg-form-narrow .col-md-2,
.intercessor .bg-form-narrow .col-md-3,
.intercessor .bg-form-narrow .col-md-4,
.intercessor .bg-form-narrow .col-md-5,
.intercessor .bg-form-narrow .col-md-6,
.intercessor .bg-form-narrow .col-md-7,
.intercessor .bg-form-narrow .col-md-8,
.intercessor .bg-form-narrow .col-md-9,
.intercessor .bg-form-narrow .col-md-10,
.intercessor .bg-form-narrow .col-md-11,
.intercessor .bg-form-narrow .col-md-12,
.intercessor .bg-form-narrow .col-md,
.intercessor .bg-form-narrow .col-md-auto,
.intercessor .bg-form-narrow .col-lg-1,
.intercessor .bg-form-narrow .col-lg-2,
.intercessor .bg-form-narrow .col-lg-3,
.intercessor .bg-form-narrow .col-lg-4,
.intercessor .bg-form-narrow .col-lg-5,
.intercessor .bg-form-narrow .col-lg-6,
.intercessor .bg-form-narrow .col-lg-7,
.intercessor .bg-form-narrow .col-lg-8,
.intercessor .bg-form-narrow .col-lg-9,
.intercessor .bg-form-narrow .col-lg-10,
.intercessor .bg-form-narrow .col-lg-11,
.intercessor .bg-form-narrow .col-lg-12,
.intercessor .bg-form-narrow .col-lg,
.intercessor .bg-form-narrow .col-lg-auto,
.intercessor .bg-form-narrow .col-xl-1,
.intercessor .bg-form-narrow .col-xl-2,
.intercessor .bg-form-narrow .col-xl-3,
.intercessor .bg-form-narrow .col-xl-4,
.intercessor .bg-form-narrow .col-xl-5,
.intercessor .bg-form-narrow .col-xl-6,
.intercessor .bg-form-narrow .col-xl-7,
.intercessor .bg-form-narrow .col-xl-8,
.intercessor .bg-form-narrow .col-xl-9,
.intercessor .bg-form-narrow .col-xl-10,
.intercessor .bg-form-narrow .col-xl-11,
.intercessor .bg-form-narrow .col-xl-12,
.intercessor .bg-form-narrow .col-xl,
.intercessor .bg-form-narrow .col-xl-auto {
    flex-basis: auto !important;
  }

  img[src$="/red-pdf.svg"] {
    width: 41px;
    height: 40px;
  }
  img[src$="/red-mobi.svg"] {
    width: 40px;
    height: 40px;
  }
  img[src$="/red-epub.svg"] {
    width: 31px;
    height: 40px;
  }
}
.borderFeatured {
	border-bottom: 2px solid #b51a29;
}


/*# sourceMappingURL=custom-theme.css.map */
