@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #498bb6;
  --indigo: #06375B;
  --purple: #D4007A;
  --pink: #E83E8C;
  --red: #C03324;
  --orange: #EF7d00;
  --yellow: #FECC00;
  --green: #C6CC00;
  --teal: #20C997;
  --cyan: #6DC9D1;
  --white: #FFFFFF;
  --gray: #A7A8AA;
  --gray-dark: #343534;
  --darkblue: #191B1D;
  --reddark: #B00511;
  --white-transparent: rgba(255, 255, 255, 0.1);
  --white-light: rgba(255, 255, 255, 0.2);
  --gray-light: #F4F4F4;
  --black-light: rgba(29, 29, 27, 0.2);
  --collapse-bg: rgba(255, 255, 255, 0.05);
  --sticky: #2B363A;
  --primary: #498bb6;
  --secondary: #191B1D;
  --success: #C6CC00;
  --info: #498bb6;
  --warning: #FECC00;
  --danger: #C03324;
  --light: #F4F4F4;
  --dark: #343534;
  --blue: #498bb6;
  --blue-v2: #468AB2;
  --bluedark: #191B1D;
  --indigo: #06375B;
  --night-blue: #23527C;
  --purple: #D4007A;
  --pink: #E83E8C;
  --red: #C03324;
  --reddark: #B00511;
  --orange: #EF7d00;
  --yellow: #FECC00;
  --green: #C6CC00;
  --teal: #20C997;
  --cyan: #6DC9D1;
  --white: #FFFFFF;
  --white-light: rgba(255, 255, 255, 0.2);
  --white-transparent: rgba(255, 255, 255, 0.1);
  --gray-light: #F4F4F4;
  --gray: #A7A8AA;
  --gray-dark: #343534;
  --black: #1d1d1b;
  --black-light: rgba(29, 29, 27, 0.2);
  --brown: #786855;
  --brownlight: #A19688;
  --graycustom: #979797;
  --grayunderline: #F5F5F5;
  --topic-blue: #468AB2;
  --topic-red: #BF3227;
  --topic-gray: #868686;
  --color-box-red: #BF3227;
  --color-box-orange: #EDCD64;
  --color-box-green: #B5C752;
  --color-box-blue: #468AB2;
  --color-box-anthracite: #868686;
  --brown-70: rgba(120, 104, 85, 0.7);
  --collapse: rgba(255, 255, 255, 0.05);
  --sticky: #2B363A;
  --blue-global: #185FA5;
  --red-global: #E30613;
  --green-global: #84BE41;
  --black-global: #000000;
  --white-global: #FFFFFF;
  --custom-gray: #CFCFCF;
  --custom-gray2: #CCCCCC;
  --global-row-beige-white: #FEFCF7;
  --global-page-header-white: #EEEEEE;
  --global-color-box-bg: #F7F7F7;
  --global-well-container-bg: #F6F6F6;
  --global-list-group-border: #EBEBEB;
  --global-gray-444: #444444;
  --global-gray-555: #555555;
  --global-content-table-border: #DADADA;
  --global-gradient-base-blue: #0E77BD;
  --global-gradient-base-blue-dark: #062E48;
  --global-gradient-base-blue-v2: #0070BA;
  --global-gradient-base-blue-dark-v2: #002A45;
  --shadowbase-blue: #144C72;
  --article-block-color: #888888;
  --image-box-bg-color: #417EA4;
  --start-slider-text-box-color: #878787;
  --swiper-slide-thumb-border: #666666;
  --trigger-organizations-color: #DDDDDD;
  --selectize-input-border: #D0D0D0;
  --selectize-control-color-1: #FEFEFE;
  --selectize-control-color-2: #F2F2F2;
  --selectize-control-single: #B8B8B8;
  --social-media-border-color: #a2a2a2;
  --right-menu-bg-color: #E7E7E7;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "FFMetaWebNormal", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "FFMetaWebNormal", "FFMetaWebBook", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  text-align: left;
  background-color: #FFFFFF;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #498bb6;
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  color: #33617f;
  text-decoration: none;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #A7A8AA;
  text-align: left;
  caption-side: bottom;
}

th {
  font-weight: 700;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.25rem;
  font-family: "simplon_bp_lightlight", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #333333;
}

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

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

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

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

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

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

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

.display-1 {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

.display-4 {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.1;
}

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

small,
.small {
  font-size: 0.875rem;
  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: 0.875rem;
  color: #A7A8AA;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px rgba(29, 29, 27, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  background-color: #161615;
  border-radius: 0.3rem;
  box-shadow: inset 0 -0.1rem 0 rgba(29, 29, 27, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #1d1d1b;
}
.table th,
.table td {
  padding: 5px;
  vertical-align: top;
  border-top: 1px solid #A7A8AA;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #A7A8AA;
}
.table tbody + tbody {
  border-top: 2px solid #A7A8AA;
}

.table-sm th,
.table-sm td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #A7A8AA;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #A7A8AA;
}
.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(29, 29, 27, 0.05);
}

.table-hover tbody tr:hover {
  color: #1d1d1b;
  background-color: rgba(29, 29, 27, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ccdfeb;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #a0c3d9;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #bfbfc0;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #878889;
}

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

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

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #ccdfeb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #a0c3d9;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff1b8;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fee47a;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #edc6c2;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #de958d;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfc;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f9f9f9;
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c6c6;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #959695;
}

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

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #ccdfeb;
}
.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #a0c3d9;
}

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

.table-blue-v2,
.table-blue-v2 > th,
.table-blue-v2 > td {
  background-color: #cbdee9;
}
.table-blue-v2 th,
.table-blue-v2 td,
.table-blue-v2 thead th,
.table-blue-v2 tbody + tbody {
  border-color: #9fc2d7;
}

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

.table-bluedark,
.table-bluedark > th,
.table-bluedark > td {
  background-color: #bfbfc0;
}
.table-bluedark th,
.table-bluedark td,
.table-bluedark thead th,
.table-bluedark tbody + tbody {
  border-color: #878889;
}

.table-hover .table-bluedark:hover {
  background-color: #b2b2b3;
}
.table-hover .table-bluedark:hover > td,
.table-hover .table-bluedark:hover > th {
  background-color: #b2b2b3;
}

.table-indigo,
.table-indigo > th,
.table-indigo > td {
  background-color: #b9c7d1;
}
.table-indigo th,
.table-indigo td,
.table-indigo thead th,
.table-indigo tbody + tbody {
  border-color: #7e97aa;
}

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

.table-night-blue,
.table-night-blue > th,
.table-night-blue > td {
  background-color: #c1cfda;
}
.table-night-blue th,
.table-night-blue td,
.table-night-blue thead th,
.table-night-blue tbody + tbody {
  border-color: #8da5bb;
}

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

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #f3b8da;
}
.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #e97aba;
}

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

.table-pink,
.table-pink > th,
.table-pink > td {
  background-color: #f9c9df;
}
.table-pink th,
.table-pink td,
.table-pink thead th,
.table-pink tbody + tbody {
  border-color: #f39bc3;
}

.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: #edc6c2;
}
.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: #de958d;
}

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

.table-reddark,
.table-reddark > th,
.table-reddark > td {
  background-color: #e9b9bc;
}
.table-reddark th,
.table-reddark td,
.table-reddark thead th,
.table-reddark tbody + tbody {
  border-color: #d67d83;
}

.table-hover .table-reddark:hover {
  background-color: #e3a6a9;
}
.table-hover .table-reddark:hover > td,
.table-hover .table-reddark:hover > th {
  background-color: #e3a6a9;
}

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #fbdbb8;
}
.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: #f7bb7a;
}

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

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #fff1b8;
}
.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody + tbody {
  border-color: #fee47a;
}

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

.table-green,
.table-green > th,
.table-green > td {
  background-color: #eff1b8;
}
.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #e1e47a;
}

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

.table-teal,
.table-teal > th,
.table-teal > td {
  background-color: #c1f0e2;
}
.table-teal th,
.table-teal td,
.table-teal thead th,
.table-teal tbody + tbody {
  border-color: #8be3c9;
}

.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: #d6f0f2;
}
.table-cyan th,
.table-cyan td,
.table-cyan thead th,
.table-cyan tbody + tbody {
  border-color: #b3e3e7;
}

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

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-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-white-light,
.table-white-light > th,
.table-white-light > td {
  background-color: rgba(255, 255, 255, 0.776);
}
.table-white-light th,
.table-white-light td,
.table-white-light thead th,
.table-white-light tbody + tbody {
  border-color: rgba(255, 255, 255, 0.584);
}

.table-hover .table-white-light:hover {
  background-color: rgba(242, 242, 242, 0.776);
}
.table-hover .table-white-light:hover > td,
.table-hover .table-white-light:hover > th {
  background-color: rgba(242, 242, 242, 0.776);
}

.table-white-transparent,
.table-white-transparent > th,
.table-white-transparent > td {
  background-color: rgba(255, 255, 255, 0.748);
}
.table-white-transparent th,
.table-white-transparent td,
.table-white-transparent thead th,
.table-white-transparent tbody + tbody {
  border-color: rgba(255, 255, 255, 0.532);
}

.table-hover .table-white-transparent:hover {
  background-color: rgba(242, 242, 242, 0.748);
}
.table-hover .table-white-transparent:hover > td,
.table-hover .table-white-transparent:hover > th {
  background-color: rgba(242, 242, 242, 0.748);
}

.table-gray-light,
.table-gray-light > th,
.table-gray-light > td {
  background-color: #fcfcfc;
}
.table-gray-light th,
.table-gray-light td,
.table-gray-light thead th,
.table-gray-light tbody + tbody {
  border-color: #f9f9f9;
}

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

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #e6e7e7;
}
.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
  border-color: #d1d2d3;
}

.table-hover .table-gray:hover {
  background-color: #d9dbdb;
}
.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: #d9dbdb;
}

.table-gray-dark,
.table-gray-dark > th,
.table-gray-dark > td {
  background-color: #c6c6c6;
}
.table-gray-dark th,
.table-gray-dark td,
.table-gray-dark thead th,
.table-gray-dark tbody + tbody {
  border-color: #959695;
}

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

.table-black,
.table-black > th,
.table-black > td {
  background-color: #c0c0bf;
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #898988;
}

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

.table-black-light,
.table-black-light > th,
.table-black-light > td {
  background-color: rgba(246, 246, 246, 0.776);
}
.table-black-light th,
.table-black-light td,
.table-black-light thead th,
.table-black-light tbody + tbody {
  border-color: rgba(231, 231, 231, 0.584);
}

.table-hover .table-black-light:hover {
  background-color: rgba(233, 233, 233, 0.776);
}
.table-hover .table-black-light:hover > td,
.table-hover .table-black-light:hover > th {
  background-color: rgba(233, 233, 233, 0.776);
}

.table-brown,
.table-brown > th,
.table-brown > td {
  background-color: #d9d5cf;
}
.table-brown th,
.table-brown td,
.table-brown thead th,
.table-brown tbody + tbody {
  border-color: #b9b0a7;
}

.table-hover .table-brown:hover {
  background-color: #cec9c1;
}
.table-hover .table-brown:hover > td,
.table-hover .table-brown:hover > th {
  background-color: #cec9c1;
}

.table-brownlight,
.table-brownlight > th,
.table-brownlight > td {
  background-color: #e5e2de;
}
.table-brownlight th,
.table-brownlight td,
.table-brownlight thead th,
.table-brownlight tbody + tbody {
  border-color: #cec8c1;
}

.table-hover .table-brownlight:hover {
  background-color: #dad5d0;
}
.table-hover .table-brownlight:hover > td,
.table-hover .table-brownlight:hover > th {
  background-color: #dad5d0;
}

.table-graycustom,
.table-graycustom > th,
.table-graycustom > td {
  background-color: #e2e2e2;
}
.table-graycustom th,
.table-graycustom td,
.table-graycustom thead th,
.table-graycustom tbody + tbody {
  border-color: #c9c9c9;
}

.table-hover .table-graycustom:hover {
  background-color: #d5d5d5;
}
.table-hover .table-graycustom:hover > td,
.table-hover .table-graycustom:hover > th {
  background-color: #d5d5d5;
}

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

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

.table-topic-blue,
.table-topic-blue > th,
.table-topic-blue > td {
  background-color: #cbdee9;
}
.table-topic-blue th,
.table-topic-blue td,
.table-topic-blue thead th,
.table-topic-blue tbody + tbody {
  border-color: #9fc2d7;
}

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

.table-topic-red,
.table-topic-red > th,
.table-topic-red > td {
  background-color: #edc6c3;
}
.table-topic-red th,
.table-topic-red td,
.table-topic-red thead th,
.table-topic-red tbody + tbody {
  border-color: #de948f;
}

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

.table-topic-gray,
.table-topic-gray > th,
.table-topic-gray > td {
  background-color: #dddddd;
}
.table-topic-gray th,
.table-topic-gray td,
.table-topic-gray thead th,
.table-topic-gray tbody + tbody {
  border-color: silver;
}

.table-hover .table-topic-gray:hover {
  background-color: #d0d0d0;
}
.table-hover .table-topic-gray:hover > td,
.table-hover .table-topic-gray:hover > th {
  background-color: #d0d0d0;
}

.table-color-box-red,
.table-color-box-red > th,
.table-color-box-red > td {
  background-color: #edc6c3;
}
.table-color-box-red th,
.table-color-box-red td,
.table-color-box-red thead th,
.table-color-box-red tbody + tbody {
  border-color: #de948f;
}

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

.table-color-box-orange,
.table-color-box-orange > th,
.table-color-box-orange > td {
  background-color: #faf1d4;
}
.table-color-box-orange th,
.table-color-box-orange td,
.table-color-box-orange thead th,
.table-color-box-orange tbody + tbody {
  border-color: #f6e5ae;
}

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

.table-color-box-green,
.table-color-box-green > th,
.table-color-box-green > td {
  background-color: #eaefcf;
}
.table-color-box-green th,
.table-color-box-green td,
.table-color-box-green thead th,
.table-color-box-green tbody + tbody {
  border-color: #d9e2a5;
}

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

.table-color-box-blue,
.table-color-box-blue > th,
.table-color-box-blue > td {
  background-color: #cbdee9;
}
.table-color-box-blue th,
.table-color-box-blue td,
.table-color-box-blue thead th,
.table-color-box-blue tbody + tbody {
  border-color: #9fc2d7;
}

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

.table-color-box-anthracite,
.table-color-box-anthracite > th,
.table-color-box-anthracite > td {
  background-color: #dddddd;
}
.table-color-box-anthracite th,
.table-color-box-anthracite td,
.table-color-box-anthracite thead th,
.table-color-box-anthracite tbody + tbody {
  border-color: silver;
}

.table-hover .table-color-box-anthracite:hover {
  background-color: #d0d0d0;
}
.table-hover .table-color-box-anthracite:hover > td,
.table-hover .table-color-box-anthracite:hover > th {
  background-color: #d0d0d0;
}

.table-brown-70,
.table-brown-70 > th,
.table-brown-70 > td {
  background-color: rgba(232, 229, 226, 0.916);
}
.table-brown-70 th,
.table-brown-70 td,
.table-brown-70 thead th,
.table-brown-70 tbody + tbody {
  border-color: rgba(205, 199, 192, 0.844);
}

.table-hover .table-brown-70:hover {
  background-color: rgba(221, 216, 212, 0.916);
}
.table-hover .table-brown-70:hover > td,
.table-hover .table-brown-70:hover > th {
  background-color: rgba(221, 216, 212, 0.916);
}

.table-collapse,
.table-collapse > th,
.table-collapse > td {
  background-color: rgba(255, 255, 255, 0.734);
}
.table-collapse th,
.table-collapse td,
.table-collapse thead th,
.table-collapse tbody + tbody {
  border-color: rgba(255, 255, 255, 0.506);
}

.table-hover .table-collapse:hover {
  background-color: rgba(242, 242, 242, 0.734);
}
.table-hover .table-collapse:hover > td,
.table-hover .table-collapse:hover > th {
  background-color: rgba(242, 242, 242, 0.734);
}

.table-sticky,
.table-sticky > th,
.table-sticky > td {
  background-color: #c4c7c8;
}
.table-sticky th,
.table-sticky td,
.table-sticky thead th,
.table-sticky tbody + tbody {
  border-color: #919699;
}

.table-hover .table-sticky:hover {
  background-color: #b7babc;
}
.table-hover .table-sticky:hover > td,
.table-hover .table-sticky:hover > th {
  background-color: #b7babc;
}

.table-blue-global,
.table-blue-global > th,
.table-blue-global > td {
  background-color: #bed2e6;
}
.table-blue-global th,
.table-blue-global td,
.table-blue-global thead th,
.table-blue-global tbody + tbody {
  border-color: #87acd0;
}

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

.table-red-global,
.table-red-global > th,
.table-red-global > td {
  background-color: #f7b9bd;
}
.table-red-global th,
.table-red-global td,
.table-red-global thead th,
.table-red-global tbody + tbody {
  border-color: #f07e84;
}

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

.table-green-global,
.table-green-global > th,
.table-green-global > td {
  background-color: #ddedca;
}
.table-green-global th,
.table-green-global td,
.table-green-global thead th,
.table-green-global tbody + tbody {
  border-color: #bfdd9c;
}

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

.table-black-global,
.table-black-global > th,
.table-black-global > td {
  background-color: #b8b8b8;
}
.table-black-global th,
.table-black-global td,
.table-black-global thead th,
.table-black-global tbody + tbody {
  border-color: #7a7a7a;
}

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

.table-white-global,
.table-white-global > th,
.table-white-global > td {
  background-color: white;
}
.table-white-global th,
.table-white-global td,
.table-white-global thead th,
.table-white-global tbody + tbody {
  border-color: white;
}

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

.table-custom-gray,
.table-custom-gray > th,
.table-custom-gray > td {
  background-color: #f2f2f2;
}
.table-custom-gray th,
.table-custom-gray td,
.table-custom-gray thead th,
.table-custom-gray tbody + tbody {
  border-color: #e6e6e6;
}

.table-hover .table-custom-gray:hover {
  background-color: #e5e5e5;
}
.table-hover .table-custom-gray:hover > td,
.table-hover .table-custom-gray:hover > th {
  background-color: #e5e5e5;
}

.table-custom-gray2,
.table-custom-gray2 > th,
.table-custom-gray2 > td {
  background-color: #f1f1f1;
}
.table-custom-gray2 th,
.table-custom-gray2 td,
.table-custom-gray2 thead th,
.table-custom-gray2 tbody + tbody {
  border-color: #e4e4e4;
}

.table-hover .table-custom-gray2:hover {
  background-color: #e4e4e4;
}
.table-hover .table-custom-gray2:hover > td,
.table-hover .table-custom-gray2:hover > th {
  background-color: #e4e4e4;
}

.table-global-row-beige-white,
.table-global-row-beige-white > th,
.table-global-row-beige-white > td {
  background-color: #fffefd;
}
.table-global-row-beige-white th,
.table-global-row-beige-white td,
.table-global-row-beige-white thead th,
.table-global-row-beige-white tbody + tbody {
  border-color: #fefdfb;
}

.table-hover .table-global-row-beige-white:hover {
  background-color: #fff1e4;
}
.table-hover .table-global-row-beige-white:hover > td,
.table-hover .table-global-row-beige-white:hover > th {
  background-color: #fff1e4;
}

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

.table-hover .table-global-page-header-white:hover {
  background-color: #ededed;
}
.table-hover .table-global-page-header-white:hover > td,
.table-hover .table-global-page-header-white:hover > th {
  background-color: #ededed;
}

.table-global-color-box-bg,
.table-global-color-box-bg > th,
.table-global-color-box-bg > td {
  background-color: #fdfdfd;
}
.table-global-color-box-bg th,
.table-global-color-box-bg td,
.table-global-color-box-bg thead th,
.table-global-color-box-bg tbody + tbody {
  border-color: #fbfbfb;
}

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

.table-global-well-container-bg,
.table-global-well-container-bg > th,
.table-global-well-container-bg > td {
  background-color: #fcfcfc;
}
.table-global-well-container-bg th,
.table-global-well-container-bg td,
.table-global-well-container-bg thead th,
.table-global-well-container-bg tbody + tbody {
  border-color: #fafafa;
}

.table-hover .table-global-well-container-bg:hover {
  background-color: #efefef;
}
.table-hover .table-global-well-container-bg:hover > td,
.table-hover .table-global-well-container-bg:hover > th {
  background-color: #efefef;
}

.table-global-list-group-border,
.table-global-list-group-border > th,
.table-global-list-group-border > td {
  background-color: #f9f9f9;
}
.table-global-list-group-border th,
.table-global-list-group-border td,
.table-global-list-group-border thead th,
.table-global-list-group-border tbody + tbody {
  border-color: whitesmoke;
}

.table-hover .table-global-list-group-border:hover {
  background-color: #ececec;
}
.table-hover .table-global-list-group-border:hover > td,
.table-hover .table-global-list-group-border:hover > th {
  background-color: #ececec;
}

.table-global-gray-444,
.table-global-gray-444 > th,
.table-global-gray-444 > td {
  background-color: #cbcbcb;
}
.table-global-gray-444 th,
.table-global-gray-444 td,
.table-global-gray-444 thead th,
.table-global-gray-444 tbody + tbody {
  border-color: #9e9e9e;
}

.table-hover .table-global-gray-444:hover {
  background-color: #bebebe;
}
.table-hover .table-global-gray-444:hover > td,
.table-hover .table-global-gray-444:hover > th {
  background-color: #bebebe;
}

.table-global-gray-555,
.table-global-gray-555 > th,
.table-global-gray-555 > td {
  background-color: #cfcfcf;
}
.table-global-gray-555 th,
.table-global-gray-555 td,
.table-global-gray-555 thead th,
.table-global-gray-555 tbody + tbody {
  border-color: #a7a7a7;
}

.table-hover .table-global-gray-555:hover {
  background-color: #c2c2c2;
}
.table-hover .table-global-gray-555:hover > td,
.table-hover .table-global-gray-555:hover > th {
  background-color: #c2c2c2;
}

.table-global-content-table-border,
.table-global-content-table-border > th,
.table-global-content-table-border > td {
  background-color: whitesmoke;
}
.table-global-content-table-border th,
.table-global-content-table-border td,
.table-global-content-table-border thead th,
.table-global-content-table-border tbody + tbody {
  border-color: #ececec;
}

.table-hover .table-global-content-table-border:hover {
  background-color: #e8e8e8;
}
.table-hover .table-global-content-table-border:hover > td,
.table-hover .table-global-content-table-border:hover > th {
  background-color: #e8e8e8;
}

.table-global-gradient-base-blue,
.table-global-gradient-base-blue > th,
.table-global-gradient-base-blue > td {
  background-color: #bcd9ed;
}
.table-global-gradient-base-blue th,
.table-global-gradient-base-blue td,
.table-global-gradient-base-blue thead th,
.table-global-gradient-base-blue tbody + tbody {
  border-color: #82b8dd;
}

.table-hover .table-global-gradient-base-blue:hover {
  background-color: #a8cee8;
}
.table-hover .table-global-gradient-base-blue:hover > td,
.table-hover .table-global-gradient-base-blue:hover > th {
  background-color: #a8cee8;
}

.table-global-gradient-base-blue-dark,
.table-global-gradient-base-blue-dark > th,
.table-global-gradient-base-blue-dark > td {
  background-color: #b9c4cc;
}
.table-global-gradient-base-blue-dark th,
.table-global-gradient-base-blue-dark td,
.table-global-gradient-base-blue-dark thead th,
.table-global-gradient-base-blue-dark tbody + tbody {
  border-color: #7e92a0;
}

.table-hover .table-global-gradient-base-blue-dark:hover {
  background-color: #aab8c1;
}
.table-hover .table-global-gradient-base-blue-dark:hover > td,
.table-hover .table-global-gradient-base-blue-dark:hover > th {
  background-color: #aab8c1;
}

.table-global-gradient-base-blue-v2,
.table-global-gradient-base-blue-v2 > th,
.table-global-gradient-base-blue-v2 > td {
  background-color: #b8d7ec;
}
.table-global-gradient-base-blue-v2 th,
.table-global-gradient-base-blue-v2 td,
.table-global-gradient-base-blue-v2 thead th,
.table-global-gradient-base-blue-v2 tbody + tbody {
  border-color: #7ab5db;
}

.table-hover .table-global-gradient-base-blue-v2:hover {
  background-color: #a4cce7;
}
.table-hover .table-global-gradient-base-blue-v2:hover > td,
.table-hover .table-global-gradient-base-blue-v2:hover > th {
  background-color: #a4cce7;
}

.table-global-gradient-base-blue-dark-v2,
.table-global-gradient-base-blue-dark-v2 > th,
.table-global-gradient-base-blue-dark-v2 > td {
  background-color: #b8c3cb;
}
.table-global-gradient-base-blue-dark-v2 th,
.table-global-gradient-base-blue-dark-v2 td,
.table-global-gradient-base-blue-dark-v2 thead th,
.table-global-gradient-base-blue-dark-v2 tbody + tbody {
  border-color: #7a909e;
}

.table-hover .table-global-gradient-base-blue-dark-v2:hover {
  background-color: #a9b7c0;
}
.table-hover .table-global-gradient-base-blue-dark-v2:hover > td,
.table-hover .table-global-gradient-base-blue-dark-v2:hover > th {
  background-color: #a9b7c0;
}

.table-shadowbase-blue,
.table-shadowbase-blue > th,
.table-shadowbase-blue > td {
  background-color: #bdcdd8;
}
.table-shadowbase-blue th,
.table-shadowbase-blue td,
.table-shadowbase-blue thead th,
.table-shadowbase-blue tbody + tbody {
  border-color: #85a2b6;
}

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

.table-article-block-color,
.table-article-block-color > th,
.table-article-block-color > td {
  background-color: #dedede;
}
.table-article-block-color th,
.table-article-block-color td,
.table-article-block-color thead th,
.table-article-block-color tbody + tbody {
  border-color: #c1c1c1;
}

.table-hover .table-article-block-color:hover {
  background-color: #d1d1d1;
}
.table-hover .table-article-block-color:hover > td,
.table-hover .table-article-block-color:hover > th {
  background-color: #d1d1d1;
}

.table-image-box-bg-color,
.table-image-box-bg-color > th,
.table-image-box-bg-color > td {
  background-color: #cadbe6;
}
.table-image-box-bg-color th,
.table-image-box-bg-color td,
.table-image-box-bg-color thead th,
.table-image-box-bg-color tbody + tbody {
  border-color: #9cbcd0;
}

.table-hover .table-image-box-bg-color:hover {
  background-color: #b9cfde;
}
.table-hover .table-image-box-bg-color:hover > td,
.table-hover .table-image-box-bg-color:hover > th {
  background-color: #b9cfde;
}

.table-start-slider-text-box-color,
.table-start-slider-text-box-color > th,
.table-start-slider-text-box-color > td {
  background-color: #dddddd;
}
.table-start-slider-text-box-color th,
.table-start-slider-text-box-color td,
.table-start-slider-text-box-color thead th,
.table-start-slider-text-box-color tbody + tbody {
  border-color: #c1c1c1;
}

.table-hover .table-start-slider-text-box-color:hover {
  background-color: #d0d0d0;
}
.table-hover .table-start-slider-text-box-color:hover > td,
.table-hover .table-start-slider-text-box-color:hover > th {
  background-color: #d0d0d0;
}

.table-swiper-slide-thumb-border,
.table-swiper-slide-thumb-border > th,
.table-swiper-slide-thumb-border > td {
  background-color: #d4d4d4;
}
.table-swiper-slide-thumb-border th,
.table-swiper-slide-thumb-border td,
.table-swiper-slide-thumb-border thead th,
.table-swiper-slide-thumb-border tbody + tbody {
  border-color: #afafaf;
}

.table-hover .table-swiper-slide-thumb-border:hover {
  background-color: #c7c7c7;
}
.table-hover .table-swiper-slide-thumb-border:hover > td,
.table-hover .table-swiper-slide-thumb-border:hover > th {
  background-color: #c7c7c7;
}

.table-trigger-organizations-color,
.table-trigger-organizations-color > th,
.table-trigger-organizations-color > td {
  background-color: whitesmoke;
}
.table-trigger-organizations-color th,
.table-trigger-organizations-color td,
.table-trigger-organizations-color thead th,
.table-trigger-organizations-color tbody + tbody {
  border-color: #ededed;
}

.table-hover .table-trigger-organizations-color:hover {
  background-color: #e8e8e8;
}
.table-hover .table-trigger-organizations-color:hover > td,
.table-hover .table-trigger-organizations-color:hover > th {
  background-color: #e8e8e8;
}

.table-selectize-input-border,
.table-selectize-input-border > th,
.table-selectize-input-border > td {
  background-color: #f2f2f2;
}
.table-selectize-input-border th,
.table-selectize-input-border td,
.table-selectize-input-border thead th,
.table-selectize-input-border tbody + tbody {
  border-color: #e7e7e7;
}

.table-hover .table-selectize-input-border:hover {
  background-color: #e5e5e5;
}
.table-hover .table-selectize-input-border:hover > td,
.table-hover .table-selectize-input-border:hover > th {
  background-color: #e5e5e5;
}

.table-selectize-control-color-1,
.table-selectize-control-color-1 > th,
.table-selectize-control-color-1 > td {
  background-color: white;
}
.table-selectize-control-color-1 th,
.table-selectize-control-color-1 td,
.table-selectize-control-color-1 thead th,
.table-selectize-control-color-1 tbody + tbody {
  border-color: #fefefe;
}

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

.table-selectize-control-color-2,
.table-selectize-control-color-2 > th,
.table-selectize-control-color-2 > td {
  background-color: #fbfbfb;
}
.table-selectize-control-color-2 th,
.table-selectize-control-color-2 td,
.table-selectize-control-color-2 thead th,
.table-selectize-control-color-2 tbody + tbody {
  border-color: #f8f8f8;
}

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

.table-selectize-control-single,
.table-selectize-control-single > th,
.table-selectize-control-single > td {
  background-color: #ebebeb;
}
.table-selectize-control-single th,
.table-selectize-control-single td,
.table-selectize-control-single thead th,
.table-selectize-control-single tbody + tbody {
  border-color: #dadada;
}

.table-hover .table-selectize-control-single:hover {
  background-color: #dedede;
}
.table-hover .table-selectize-control-single:hover > td,
.table-hover .table-selectize-control-single:hover > th {
  background-color: #dedede;
}

.table-social-media-border-color,
.table-social-media-border-color > th,
.table-social-media-border-color > td {
  background-color: #e5e5e5;
}
.table-social-media-border-color th,
.table-social-media-border-color td,
.table-social-media-border-color thead th,
.table-social-media-border-color tbody + tbody {
  border-color: #cfcfcf;
}

.table-hover .table-social-media-border-color:hover {
  background-color: #d8d8d8;
}
.table-hover .table-social-media-border-color:hover > td,
.table-hover .table-social-media-border-color:hover > th {
  background-color: #d8d8d8;
}

.table-right-menu-bg-color,
.table-right-menu-bg-color > th,
.table-right-menu-bg-color > td {
  background-color: #f8f8f8;
}
.table-right-menu-bg-color th,
.table-right-menu-bg-color td,
.table-right-menu-bg-color thead th,
.table-right-menu-bg-color tbody + tbody {
  border-color: #f3f3f3;
}

.table-hover .table-right-menu-bg-color:hover {
  background-color: #ebebeb;
}
.table-hover .table-right-menu-bg-color:hover > td,
.table-hover .table-right-menu-bg-color:hover > th {
  background-color: #ebebeb;
}

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

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

.table .thead-dark th {
  color: #FFFFFF;
  background-color: #343534;
  border-color: #474847;
}
.table .thead-light th {
  color: #707070;
  background-color: #F4F4F4;
  border-color: #A7A8AA;
}

.table-dark {
  color: #FFFFFF;
  background-color: #343534;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #474847;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.075);
}

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

.form-control {
  display: block;
  width: 100%;
  height: 64px;
  padding: 1.25rem 0.88888rem;
  font-family: "simplon_bp_regularregular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1d1d1b;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #A7A8AA;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(29, 29, 27, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #1d1d1b;
  background-color: #FFFFFF;
  border-color: #498bb6;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(29, 29, 27, 0.075), 0 0 0 0.2rem rgba(73, 139, 182, 0.25);
}
.form-control::placeholder {
  color: #A7A8AA;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #F4F4F4;
  opacity: 1;
}

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1d1d1b;
}
select.form-control:focus::-ms-value {
  color: #1d1d1b;
  background-color: #FFFFFF;
}

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1.25rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  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(0.8em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 0.8;
  border-radius: 0;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

.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: 0.875rem;
  color: #C6CC00;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #161615;
  background-color: rgba(198, 204, 0, 0.9);
  border-radius: 0.5rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #C6CC00;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #C6CC00;
  box-shadow: 0 0 0 0.2rem rgba(198, 204, 0, 0.25);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #C6CC00;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #C6CC00;
  box-shadow: 0 0 0 0.2rem rgba(198, 204, 0, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #C6CC00;
}
.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: #C6CC00;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #C6CC00;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #f8ff00;
  background-color: #f8ff00;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(198, 204, 0, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #C6CC00;
}

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #FFFFFF;
  background-color: rgba(192, 51, 36, 0.9);
  border-radius: 0.5rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #C03324;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #C03324;
  box-shadow: 0 0 0 0.2rem rgba(192, 51, 36, 0.25);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #C03324;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #C03324;
  box-shadow: 0 0 0 0.2rem rgba(192, 51, 36, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #C03324;
}
.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: #C03324;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #C03324;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #db4c3c;
  background-color: #db4c3c;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(192, 51, 36, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #C03324;
}

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

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

.btn {
  display: inline-block;
  font-family: "simplon_bp_regularregular", sans-serif;
  font-weight: 400;
  color: #333333;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.95rem 1.6rem;
  font-size: 0.9375rem;
  line-height: 1.19;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #333333;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), 2px 2px 10px 4px rgba(0, 0, 0, 0.2);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), 2px 2px 10px 4px rgba(0, 0, 0, 0.2), 2px 2px 5px rgba(29, 29, 27, 0.2);
}

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

.btn-primary {
  color: #FFFFFF;
  background-color: #498bb6;
  border-color: #498bb6;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #3e769b;
  border-color: #3a6f92;
}
.btn-primary:focus, .btn-primary.focus {
  color: #FFFFFF;
  background-color: #3e769b;
  border-color: #3a6f92;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(100, 156, 193, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFFFFF;
  background-color: #498bb6;
  border-color: #498bb6;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #3a6f92;
  border-color: #376889;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(100, 156, 193, 0.5);
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #191B1D;
  border-color: #191B1D;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #070808;
  border-color: #010202;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #FFFFFF;
  background-color: #070808;
  border-color: #010202;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(60, 61, 63, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #191B1D;
  border-color: #191B1D;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #010202;
  border-color: black;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(60, 61, 63, 0.5);
}

.btn-success {
  color: #161615;
  background-color: #C6CC00;
  border-color: #C6CC00;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: #a1a600;
  border-color: #959900;
}
.btn-success:focus, .btn-success.focus {
  color: #FFFFFF;
  background-color: #a1a600;
  border-color: #959900;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(172, 177, 3, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #161615;
  background-color: #C6CC00;
  border-color: #C6CC00;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #959900;
  border-color: #888c00;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(172, 177, 3, 0.5);
}

.btn-info {
  color: #FFFFFF;
  background-color: #498bb6;
  border-color: #498bb6;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-info:hover {
  color: #FFFFFF;
  background-color: #3e769b;
  border-color: #3a6f92;
}
.btn-info:focus, .btn-info.focus {
  color: #FFFFFF;
  background-color: #3e769b;
  border-color: #3a6f92;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(100, 156, 193, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #FFFFFF;
  background-color: #498bb6;
  border-color: #498bb6;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #3a6f92;
  border-color: #376889;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(100, 156, 193, 0.5);
}

.btn-warning {
  color: #161615;
  background-color: #FECC00;
  border-color: #FECC00;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-warning:hover {
  color: #161615;
  background-color: #d8ad00;
  border-color: #cba300;
}
.btn-warning:focus, .btn-warning.focus {
  color: #161615;
  background-color: #d8ad00;
  border-color: #cba300;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(219, 177, 3, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #161615;
  background-color: #FECC00;
  border-color: #FECC00;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #161615;
  background-color: #cba300;
  border-color: #be9900;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(219, 177, 3, 0.5);
}

.btn-danger {
  color: #FFFFFF;
  background-color: #C03324;
  border-color: #C03324;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #a02a1e;
  border-color: #95281c;
}
.btn-danger:focus, .btn-danger.focus {
  color: #FFFFFF;
  background-color: #a02a1e;
  border-color: #95281c;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(201, 82, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFFFFF;
  background-color: #C03324;
  border-color: #C03324;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #95281c;
  border-color: #8a251a;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(201, 82, 69, 0.5);
}

.btn-light {
  color: #161615;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-light:hover {
  color: #161615;
  background-color: #e1e1e1;
  border-color: #dbdbdb;
}
.btn-light:focus, .btn-light.focus {
  color: #161615;
  background-color: #e1e1e1;
  border-color: #dbdbdb;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(211, 211, 211, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #161615;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #161615;
  background-color: #dbdbdb;
  border-color: #d4d4d4;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(211, 211, 211, 0.5);
}

.btn-dark {
  color: #FFFFFF;
  background-color: #343534;
  border-color: #343534;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: #212221;
  border-color: #1b1b1b;
}
.btn-dark:focus, .btn-dark.focus {
  color: #FFFFFF;
  background-color: #212221;
  border-color: #1b1b1b;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(82, 83, 82, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFFFFF;
  background-color: #343534;
  border-color: #343534;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1b1b1b;
  border-color: #141514;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(82, 83, 82, 0.5);
}

.btn-blue {
  color: #FFFFFF;
  background-color: #498bb6;
  border-color: #498bb6;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-blue:hover {
  color: #FFFFFF;
  background-color: #3e769b;
  border-color: #3a6f92;
}
.btn-blue:focus, .btn-blue.focus {
  color: #FFFFFF;
  background-color: #3e769b;
  border-color: #3a6f92;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(100, 156, 193, 0.5);
}
.btn-blue.disabled, .btn-blue:disabled {
  color: #FFFFFF;
  background-color: #498bb6;
  border-color: #498bb6;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #FFFFFF;
  background-color: #3a6f92;
  border-color: #376889;
}
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(100, 156, 193, 0.5);
}

.btn-blue-v2 {
  color: #FFFFFF;
  background-color: #468AB2;
  border-color: #468AB2;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-blue-v2:hover {
  color: #FFFFFF;
  background-color: #3b7597;
  border-color: #386e8d;
}
.btn-blue-v2:focus, .btn-blue-v2.focus {
  color: #FFFFFF;
  background-color: #3b7597;
  border-color: #386e8d;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(98, 156, 190, 0.5);
}
.btn-blue-v2.disabled, .btn-blue-v2:disabled {
  color: #FFFFFF;
  background-color: #468AB2;
  border-color: #468AB2;
}
.btn-blue-v2:not(:disabled):not(.disabled):active, .btn-blue-v2:not(:disabled):not(.disabled).active, .show > .btn-blue-v2.dropdown-toggle {
  color: #FFFFFF;
  background-color: #386e8d;
  border-color: #346784;
}
.btn-blue-v2:not(:disabled):not(.disabled):active:focus, .btn-blue-v2:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-v2.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(98, 156, 190, 0.5);
}

.btn-bluedark {
  color: #FFFFFF;
  background-color: #191B1D;
  border-color: #191B1D;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-bluedark:hover {
  color: #FFFFFF;
  background-color: #070808;
  border-color: #010202;
}
.btn-bluedark:focus, .btn-bluedark.focus {
  color: #FFFFFF;
  background-color: #070808;
  border-color: #010202;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(60, 61, 63, 0.5);
}
.btn-bluedark.disabled, .btn-bluedark:disabled {
  color: #FFFFFF;
  background-color: #191B1D;
  border-color: #191B1D;
}
.btn-bluedark:not(:disabled):not(.disabled):active, .btn-bluedark:not(:disabled):not(.disabled).active, .show > .btn-bluedark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #010202;
  border-color: black;
}
.btn-bluedark:not(:disabled):not(.disabled):active:focus, .btn-bluedark:not(:disabled):not(.disabled).active:focus, .show > .btn-bluedark.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(60, 61, 63, 0.5);
}

.btn-indigo {
  color: #FFFFFF;
  background-color: #06375B;
  border-color: #06375B;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-indigo:hover {
  color: #FFFFFF;
  background-color: #042137;
  border-color: #031a2b;
}
.btn-indigo:focus, .btn-indigo.focus {
  color: #FFFFFF;
  background-color: #042137;
  border-color: #031a2b;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(43, 85, 116, 0.5);
}
.btn-indigo.disabled, .btn-indigo:disabled {
  color: #FFFFFF;
  background-color: #06375B;
  border-color: #06375B;
}
.btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active, .show > .btn-indigo.dropdown-toggle {
  color: #FFFFFF;
  background-color: #031a2b;
  border-color: #02131f;
}
.btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(43, 85, 116, 0.5);
}

.btn-night-blue {
  color: #FFFFFF;
  background-color: #23527C;
  border-color: #23527C;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-night-blue:hover {
  color: #FFFFFF;
  background-color: #1b3e5e;
  border-color: #183854;
}
.btn-night-blue:focus, .btn-night-blue.focus {
  color: #FFFFFF;
  background-color: #1b3e5e;
  border-color: #183854;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(68, 108, 144, 0.5);
}
.btn-night-blue.disabled, .btn-night-blue:disabled {
  color: #FFFFFF;
  background-color: #23527C;
  border-color: #23527C;
}
.btn-night-blue:not(:disabled):not(.disabled):active, .btn-night-blue:not(:disabled):not(.disabled).active, .show > .btn-night-blue.dropdown-toggle {
  color: #FFFFFF;
  background-color: #183854;
  border-color: #15314a;
}
.btn-night-blue:not(:disabled):not(.disabled):active:focus, .btn-night-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-night-blue.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(68, 108, 144, 0.5);
}

.btn-purple {
  color: #FFFFFF;
  background-color: #D4007A;
  border-color: #D4007A;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-purple:hover {
  color: #FFFFFF;
  background-color: #ae0064;
  border-color: #a1005d;
}
.btn-purple:focus, .btn-purple.focus {
  color: #FFFFFF;
  background-color: #ae0064;
  border-color: #a1005d;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(218, 38, 142, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #FFFFFF;
  background-color: #D4007A;
  border-color: #D4007A;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #FFFFFF;
  background-color: #a1005d;
  border-color: #940055;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(218, 38, 142, 0.5);
}

.btn-pink {
  color: #FFFFFF;
  background-color: #E83E8C;
  border-color: #E83E8C;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-pink:hover {
  color: #FFFFFF;
  background-color: #e41c78;
  border-color: #d91a72;
}
.btn-pink:focus, .btn-pink.focus {
  color: #FFFFFF;
  background-color: #e41c78;
  border-color: #d91a72;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
}
.btn-pink.disabled, .btn-pink:disabled {
  color: #FFFFFF;
  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: #FFFFFF;
  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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
}

.btn-red {
  color: #FFFFFF;
  background-color: #C03324;
  border-color: #C03324;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-red:hover {
  color: #FFFFFF;
  background-color: #a02a1e;
  border-color: #95281c;
}
.btn-red:focus, .btn-red.focus {
  color: #FFFFFF;
  background-color: #a02a1e;
  border-color: #95281c;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(201, 82, 69, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
  color: #FFFFFF;
  background-color: #C03324;
  border-color: #C03324;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #FFFFFF;
  background-color: #95281c;
  border-color: #8a251a;
}
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(201, 82, 69, 0.5);
}

.btn-reddark {
  color: #FFFFFF;
  background-color: #B00511;
  border-color: #B00511;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-reddark:hover {
  color: #FFFFFF;
  background-color: #8b040d;
  border-color: #7e040c;
}
.btn-reddark:focus, .btn-reddark.focus {
  color: #FFFFFF;
  background-color: #8b040d;
  border-color: #7e040c;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(188, 43, 53, 0.5);
}
.btn-reddark.disabled, .btn-reddark:disabled {
  color: #FFFFFF;
  background-color: #B00511;
  border-color: #B00511;
}
.btn-reddark:not(:disabled):not(.disabled):active, .btn-reddark:not(:disabled):not(.disabled).active, .show > .btn-reddark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #7e040c;
  border-color: #72030b;
}
.btn-reddark:not(:disabled):not(.disabled):active:focus, .btn-reddark:not(:disabled):not(.disabled).active:focus, .show > .btn-reddark.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(188, 43, 53, 0.5);
}

.btn-orange {
  color: #FFFFFF;
  background-color: #EF7d00;
  border-color: #EF7d00;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-orange:hover {
  color: #FFFFFF;
  background-color: #c96900;
  border-color: #bc6200;
}
.btn-orange:focus, .btn-orange.focus {
  color: #FFFFFF;
  background-color: #c96900;
  border-color: #bc6200;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(241, 145, 38, 0.5);
}
.btn-orange.disabled, .btn-orange:disabled {
  color: #FFFFFF;
  background-color: #EF7d00;
  border-color: #EF7d00;
}
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
  color: #FFFFFF;
  background-color: #bc6200;
  border-color: #af5c00;
}
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(241, 145, 38, 0.5);
}

.btn-yellow {
  color: #161615;
  background-color: #FECC00;
  border-color: #FECC00;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-yellow:hover {
  color: #161615;
  background-color: #d8ad00;
  border-color: #cba300;
}
.btn-yellow:focus, .btn-yellow.focus {
  color: #161615;
  background-color: #d8ad00;
  border-color: #cba300;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(219, 177, 3, 0.5);
}
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #161615;
  background-color: #FECC00;
  border-color: #FECC00;
}
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #161615;
  background-color: #cba300;
  border-color: #be9900;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(219, 177, 3, 0.5);
}

.btn-green {
  color: #161615;
  background-color: #C6CC00;
  border-color: #C6CC00;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-green:hover {
  color: #FFFFFF;
  background-color: #a1a600;
  border-color: #959900;
}
.btn-green:focus, .btn-green.focus {
  color: #FFFFFF;
  background-color: #a1a600;
  border-color: #959900;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(172, 177, 3, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #161615;
  background-color: #C6CC00;
  border-color: #C6CC00;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #FFFFFF;
  background-color: #959900;
  border-color: #888c00;
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(172, 177, 3, 0.5);
}

.btn-teal {
  color: #FFFFFF;
  background-color: #20C997;
  border-color: #20C997;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-teal:hover {
  color: #FFFFFF;
  background-color: #1ba87e;
  border-color: #199d76;
}
.btn-teal:focus, .btn-teal.focus {
  color: #FFFFFF;
  background-color: #1ba87e;
  border-color: #199d76;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(65, 209, 167, 0.5);
}
.btn-teal.disabled, .btn-teal:disabled {
  color: #FFFFFF;
  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: #FFFFFF;
  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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(65, 209, 167, 0.5);
}

.btn-cyan {
  color: #161615;
  background-color: #6DC9D1;
  border-color: #6DC9D1;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-cyan:hover {
  color: #161615;
  background-color: #50bec8;
  border-color: #46bbc5;
}
.btn-cyan:focus, .btn-cyan.focus {
  color: #161615;
  background-color: #50bec8;
  border-color: #46bbc5;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(96, 174, 181, 0.5);
}
.btn-cyan.disabled, .btn-cyan:disabled {
  color: #161615;
  background-color: #6DC9D1;
  border-color: #6DC9D1;
}
.btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active, .show > .btn-cyan.dropdown-toggle {
  color: #161615;
  background-color: #46bbc5;
  border-color: #3db7c1;
}
.btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan:not(:disabled):not(.disabled).active:focus, .show > .btn-cyan.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(96, 174, 181, 0.5);
}

.btn-white {
  color: #161615;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-white:hover {
  color: #161615;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  color: #161615;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(220, 220, 220, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #161615;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #161615;
  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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(220, 220, 220, 0.5);
}

.btn-white-light {
  color: #161615;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-white-light:hover {
  color: #161615;
  background-color: rgba(236, 236, 236, 0.2);
  border-color: rgba(230, 230, 230, 0.2);
}
.btn-white-light:focus, .btn-white-light.focus {
  color: #161615;
  background-color: rgba(236, 236, 236, 0.2);
  border-color: rgba(230, 230, 230, 0.2);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(112, 112, 111, 0.5);
}
.btn-white-light.disabled, .btn-white-light:disabled {
  color: #161615;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-white-light:not(:disabled):not(.disabled):active, .btn-white-light:not(:disabled):not(.disabled).active, .show > .btn-white-light.dropdown-toggle {
  color: #161615;
  background-color: rgba(230, 230, 230, 0.2);
  border-color: rgba(223, 223, 223, 0.2);
}
.btn-white-light:not(:disabled):not(.disabled):active:focus, .btn-white-light:not(:disabled):not(.disabled).active:focus, .show > .btn-white-light.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(112, 112, 111, 0.5);
}

.btn-white-transparent {
  color: #161615;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-white-transparent:hover {
  color: #161615;
  background-color: rgba(236, 236, 236, 0.1);
  border-color: rgba(230, 230, 230, 0.1);
}
.btn-white-transparent:focus, .btn-white-transparent.focus {
  color: #161615;
  background-color: rgba(236, 236, 236, 0.1);
  border-color: rgba(230, 230, 230, 0.1);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(76, 76, 75, 0.5);
}
.btn-white-transparent.disabled, .btn-white-transparent:disabled {
  color: #161615;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.btn-white-transparent:not(:disabled):not(.disabled):active, .btn-white-transparent:not(:disabled):not(.disabled).active, .show > .btn-white-transparent.dropdown-toggle {
  color: #161615;
  background-color: rgba(230, 230, 230, 0.1);
  border-color: rgba(223, 223, 223, 0.1);
}
.btn-white-transparent:not(:disabled):not(.disabled):active:focus, .btn-white-transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-white-transparent.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(76, 76, 75, 0.5);
}

.btn-gray-light {
  color: #161615;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-gray-light:hover {
  color: #161615;
  background-color: #e1e1e1;
  border-color: #dbdbdb;
}
.btn-gray-light:focus, .btn-gray-light.focus {
  color: #161615;
  background-color: #e1e1e1;
  border-color: #dbdbdb;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(211, 211, 211, 0.5);
}
.btn-gray-light.disabled, .btn-gray-light:disabled {
  color: #161615;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
}
.btn-gray-light:not(:disabled):not(.disabled):active, .btn-gray-light:not(:disabled):not(.disabled).active, .show > .btn-gray-light.dropdown-toggle {
  color: #161615;
  background-color: #dbdbdb;
  border-color: #d4d4d4;
}
.btn-gray-light:not(:disabled):not(.disabled):active:focus, .btn-gray-light:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-light.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(211, 211, 211, 0.5);
}

.btn-gray {
  color: #161615;
  background-color: #A7A8AA;
  border-color: #A7A8AA;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-gray:hover {
  color: #FFFFFF;
  background-color: #949597;
  border-color: #8d8e91;
}
.btn-gray:focus, .btn-gray.focus {
  color: #FFFFFF;
  background-color: #949597;
  border-color: #8d8e91;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(145, 146, 148, 0.5);
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #161615;
  background-color: #A7A8AA;
  border-color: #A7A8AA;
}
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #FFFFFF;
  background-color: #8d8e91;
  border-color: #87888b;
}
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(145, 146, 148, 0.5);
}

.btn-gray-dark {
  color: #FFFFFF;
  background-color: #343534;
  border-color: #343534;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-gray-dark:hover {
  color: #FFFFFF;
  background-color: #212221;
  border-color: #1b1b1b;
}
.btn-gray-dark:focus, .btn-gray-dark.focus {
  color: #FFFFFF;
  background-color: #212221;
  border-color: #1b1b1b;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(82, 83, 82, 0.5);
}
.btn-gray-dark.disabled, .btn-gray-dark:disabled {
  color: #FFFFFF;
  background-color: #343534;
  border-color: #343534;
}
.btn-gray-dark:not(:disabled):not(.disabled):active, .btn-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-gray-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1b1b1b;
  border-color: #141514;
}
.btn-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-gray-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-dark.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(82, 83, 82, 0.5);
}

.btn-black {
  color: #FFFFFF;
  background-color: #1d1d1b;
  border-color: #1d1d1b;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-black:hover {
  color: #FFFFFF;
  background-color: #090909;
  border-color: #030302;
}
.btn-black:focus, .btn-black.focus {
  color: #FFFFFF;
  background-color: #090909;
  border-color: #030302;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(63, 63, 61, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #FFFFFF;
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #FFFFFF;
  background-color: #030302;
  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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(63, 63, 61, 0.5);
}

.btn-black-light {
  color: #FFFFFF;
  background-color: rgba(29, 29, 27, 0.2);
  border-color: rgba(29, 29, 27, 0.2);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-black-light:hover {
  color: #FFFFFF;
  background-color: rgba(9, 9, 9, 0.2);
  border-color: rgba(3, 3, 2, 0.2);
}
.btn-black-light:focus, .btn-black-light.focus {
  color: #FFFFFF;
  background-color: rgba(9, 9, 9, 0.2);
  border-color: rgba(3, 3, 2, 0.2);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(168, 168, 167, 0.5);
}
.btn-black-light.disabled, .btn-black-light:disabled {
  color: #FFFFFF;
  background-color: rgba(29, 29, 27, 0.2);
  border-color: rgba(29, 29, 27, 0.2);
}
.btn-black-light:not(:disabled):not(.disabled):active, .btn-black-light:not(:disabled):not(.disabled).active, .show > .btn-black-light.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgba(3, 3, 2, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-black-light:not(:disabled):not(.disabled):active:focus, .btn-black-light:not(:disabled):not(.disabled).active:focus, .show > .btn-black-light.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(168, 168, 167, 0.5);
}

.btn-brown {
  color: #FFFFFF;
  background-color: #786855;
  border-color: #786855;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-brown:hover {
  color: #FFFFFF;
  background-color: #625545;
  border-color: #5a4e40;
}
.btn-brown:focus, .btn-brown.focus {
  color: #FFFFFF;
  background-color: #625545;
  border-color: #5a4e40;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(140, 127, 111, 0.5);
}
.btn-brown.disabled, .btn-brown:disabled {
  color: #FFFFFF;
  background-color: #786855;
  border-color: #786855;
}
.btn-brown:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active, .show > .btn-brown.dropdown-toggle {
  color: #FFFFFF;
  background-color: #5a4e40;
  border-color: #53483b;
}
.btn-brown:not(:disabled):not(.disabled):active:focus, .btn-brown:not(:disabled):not(.disabled).active:focus, .show > .btn-brown.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(140, 127, 111, 0.5);
}

.btn-brownlight {
  color: #161615;
  background-color: #A19688;
  border-color: #A19688;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-brownlight:hover {
  color: #FFFFFF;
  background-color: #908373;
  border-color: #897d6d;
}
.btn-brownlight:focus, .btn-brownlight.focus {
  color: #FFFFFF;
  background-color: #908373;
  border-color: #897d6d;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(140, 131, 119, 0.5);
}
.btn-brownlight.disabled, .btn-brownlight:disabled {
  color: #161615;
  background-color: #A19688;
  border-color: #A19688;
}
.btn-brownlight:not(:disabled):not(.disabled):active, .btn-brownlight:not(:disabled):not(.disabled).active, .show > .btn-brownlight.dropdown-toggle {
  color: #FFFFFF;
  background-color: #897d6d;
  border-color: #827667;
}
.btn-brownlight:not(:disabled):not(.disabled):active:focus, .btn-brownlight:not(:disabled):not(.disabled).active:focus, .show > .btn-brownlight.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(140, 131, 119, 0.5);
}

.btn-graycustom {
  color: #161615;
  background-color: #979797;
  border-color: #979797;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-graycustom:hover {
  color: #FFFFFF;
  background-color: #848484;
  border-color: #7e7e7e;
}
.btn-graycustom:focus, .btn-graycustom.focus {
  color: #FFFFFF;
  background-color: #848484;
  border-color: #7e7e7e;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(132, 132, 132, 0.5);
}
.btn-graycustom.disabled, .btn-graycustom:disabled {
  color: #161615;
  background-color: #979797;
  border-color: #979797;
}
.btn-graycustom:not(:disabled):not(.disabled):active, .btn-graycustom:not(:disabled):not(.disabled).active, .show > .btn-graycustom.dropdown-toggle {
  color: #FFFFFF;
  background-color: #7e7e7e;
  border-color: #777777;
}
.btn-graycustom:not(:disabled):not(.disabled):active:focus, .btn-graycustom:not(:disabled):not(.disabled).active:focus, .show > .btn-graycustom.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(132, 132, 132, 0.5);
}

.btn-grayunderline {
  color: #161615;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-grayunderline:hover {
  color: #161615;
  background-color: #e2e2e2;
  border-color: gainsboro;
}
.btn-grayunderline:focus, .btn-grayunderline.focus {
  color: #161615;
  background-color: #e2e2e2;
  border-color: gainsboro;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(212, 212, 211, 0.5);
}
.btn-grayunderline.disabled, .btn-grayunderline:disabled {
  color: #161615;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-grayunderline:not(:disabled):not(.disabled):active, .btn-grayunderline:not(:disabled):not(.disabled).active, .show > .btn-grayunderline.dropdown-toggle {
  color: #161615;
  background-color: gainsboro;
  border-color: #d5d5d5;
}
.btn-grayunderline:not(:disabled):not(.disabled):active:focus, .btn-grayunderline:not(:disabled):not(.disabled).active:focus, .show > .btn-grayunderline.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(212, 212, 211, 0.5);
}

.btn-topic-blue {
  color: #FFFFFF;
  background-color: #468AB2;
  border-color: #468AB2;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-topic-blue:hover {
  color: #FFFFFF;
  background-color: #3b7597;
  border-color: #386e8d;
}
.btn-topic-blue:focus, .btn-topic-blue.focus {
  color: #FFFFFF;
  background-color: #3b7597;
  border-color: #386e8d;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(98, 156, 190, 0.5);
}
.btn-topic-blue.disabled, .btn-topic-blue:disabled {
  color: #FFFFFF;
  background-color: #468AB2;
  border-color: #468AB2;
}
.btn-topic-blue:not(:disabled):not(.disabled):active, .btn-topic-blue:not(:disabled):not(.disabled).active, .show > .btn-topic-blue.dropdown-toggle {
  color: #FFFFFF;
  background-color: #386e8d;
  border-color: #346784;
}
.btn-topic-blue:not(:disabled):not(.disabled):active:focus, .btn-topic-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-topic-blue.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(98, 156, 190, 0.5);
}

.btn-topic-red {
  color: #FFFFFF;
  background-color: #BF3227;
  border-color: #BF3227;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-topic-red:hover {
  color: #FFFFFF;
  background-color: #9f2a21;
  border-color: #95271e;
}
.btn-topic-red:focus, .btn-topic-red.focus {
  color: #FFFFFF;
  background-color: #9f2a21;
  border-color: #95271e;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(201, 81, 71, 0.5);
}
.btn-topic-red.disabled, .btn-topic-red:disabled {
  color: #FFFFFF;
  background-color: #BF3227;
  border-color: #BF3227;
}
.btn-topic-red:not(:disabled):not(.disabled):active, .btn-topic-red:not(:disabled):not(.disabled).active, .show > .btn-topic-red.dropdown-toggle {
  color: #FFFFFF;
  background-color: #95271e;
  border-color: #8a241c;
}
.btn-topic-red:not(:disabled):not(.disabled):active:focus, .btn-topic-red:not(:disabled):not(.disabled).active:focus, .show > .btn-topic-red.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(201, 81, 71, 0.5);
}

.btn-topic-gray {
  color: #FFFFFF;
  background-color: #868686;
  border-color: #868686;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-topic-gray:hover {
  color: #FFFFFF;
  background-color: #737373;
  border-color: #6d6d6d;
}
.btn-topic-gray:focus, .btn-topic-gray.focus {
  color: #FFFFFF;
  background-color: #737373;
  border-color: #6d6d6d;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(152, 152, 152, 0.5);
}
.btn-topic-gray.disabled, .btn-topic-gray:disabled {
  color: #FFFFFF;
  background-color: #868686;
  border-color: #868686;
}
.btn-topic-gray:not(:disabled):not(.disabled):active, .btn-topic-gray:not(:disabled):not(.disabled).active, .show > .btn-topic-gray.dropdown-toggle {
  color: #FFFFFF;
  background-color: #6d6d6d;
  border-color: #666666;
}
.btn-topic-gray:not(:disabled):not(.disabled):active:focus, .btn-topic-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-topic-gray.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(152, 152, 152, 0.5);
}

.btn-color-box-red {
  color: #FFFFFF;
  background-color: #BF3227;
  border-color: #BF3227;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-color-box-red:hover {
  color: #FFFFFF;
  background-color: #9f2a21;
  border-color: #95271e;
}
.btn-color-box-red:focus, .btn-color-box-red.focus {
  color: #FFFFFF;
  background-color: #9f2a21;
  border-color: #95271e;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(201, 81, 71, 0.5);
}
.btn-color-box-red.disabled, .btn-color-box-red:disabled {
  color: #FFFFFF;
  background-color: #BF3227;
  border-color: #BF3227;
}
.btn-color-box-red:not(:disabled):not(.disabled):active, .btn-color-box-red:not(:disabled):not(.disabled).active, .show > .btn-color-box-red.dropdown-toggle {
  color: #FFFFFF;
  background-color: #95271e;
  border-color: #8a241c;
}
.btn-color-box-red:not(:disabled):not(.disabled):active:focus, .btn-color-box-red:not(:disabled):not(.disabled).active:focus, .show > .btn-color-box-red.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(201, 81, 71, 0.5);
}

.btn-color-box-orange {
  color: #161615;
  background-color: #EDCD64;
  border-color: #EDCD64;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-color-box-orange:hover {
  color: #161615;
  background-color: #e9c242;
  border-color: #e8be36;
}
.btn-color-box-orange:focus, .btn-color-box-orange.focus {
  color: #161615;
  background-color: #e9c242;
  border-color: #e8be36;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(205, 178, 88, 0.5);
}
.btn-color-box-orange.disabled, .btn-color-box-orange:disabled {
  color: #161615;
  background-color: #EDCD64;
  border-color: #EDCD64;
}
.btn-color-box-orange:not(:disabled):not(.disabled):active, .btn-color-box-orange:not(:disabled):not(.disabled).active, .show > .btn-color-box-orange.dropdown-toggle {
  color: #161615;
  background-color: #e8be36;
  border-color: #e6bb2b;
}
.btn-color-box-orange:not(:disabled):not(.disabled):active:focus, .btn-color-box-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-color-box-orange.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(205, 178, 88, 0.5);
}

.btn-color-box-green {
  color: #161615;
  background-color: #B5C752;
  border-color: #B5C752;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-color-box-green:hover {
  color: #161615;
  background-color: #a4b73b;
  border-color: #9cae38;
}
.btn-color-box-green:focus, .btn-color-box-green.focus {
  color: #161615;
  background-color: #a4b73b;
  border-color: #9cae38;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(157, 172, 73, 0.5);
}
.btn-color-box-green.disabled, .btn-color-box-green:disabled {
  color: #161615;
  background-color: #B5C752;
  border-color: #B5C752;
}
.btn-color-box-green:not(:disabled):not(.disabled):active, .btn-color-box-green:not(:disabled):not(.disabled).active, .show > .btn-color-box-green.dropdown-toggle {
  color: #161615;
  background-color: #9cae38;
  border-color: #93a435;
}
.btn-color-box-green:not(:disabled):not(.disabled):active:focus, .btn-color-box-green:not(:disabled):not(.disabled).active:focus, .show > .btn-color-box-green.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(157, 172, 73, 0.5);
}

.btn-color-box-blue {
  color: #FFFFFF;
  background-color: #468AB2;
  border-color: #468AB2;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-color-box-blue:hover {
  color: #FFFFFF;
  background-color: #3b7597;
  border-color: #386e8d;
}
.btn-color-box-blue:focus, .btn-color-box-blue.focus {
  color: #FFFFFF;
  background-color: #3b7597;
  border-color: #386e8d;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(98, 156, 190, 0.5);
}
.btn-color-box-blue.disabled, .btn-color-box-blue:disabled {
  color: #FFFFFF;
  background-color: #468AB2;
  border-color: #468AB2;
}
.btn-color-box-blue:not(:disabled):not(.disabled):active, .btn-color-box-blue:not(:disabled):not(.disabled).active, .show > .btn-color-box-blue.dropdown-toggle {
  color: #FFFFFF;
  background-color: #386e8d;
  border-color: #346784;
}
.btn-color-box-blue:not(:disabled):not(.disabled):active:focus, .btn-color-box-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-color-box-blue.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(98, 156, 190, 0.5);
}

.btn-color-box-anthracite {
  color: #FFFFFF;
  background-color: #868686;
  border-color: #868686;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-color-box-anthracite:hover {
  color: #FFFFFF;
  background-color: #737373;
  border-color: #6d6d6d;
}
.btn-color-box-anthracite:focus, .btn-color-box-anthracite.focus {
  color: #FFFFFF;
  background-color: #737373;
  border-color: #6d6d6d;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(152, 152, 152, 0.5);
}
.btn-color-box-anthracite.disabled, .btn-color-box-anthracite:disabled {
  color: #FFFFFF;
  background-color: #868686;
  border-color: #868686;
}
.btn-color-box-anthracite:not(:disabled):not(.disabled):active, .btn-color-box-anthracite:not(:disabled):not(.disabled).active, .show > .btn-color-box-anthracite.dropdown-toggle {
  color: #FFFFFF;
  background-color: #6d6d6d;
  border-color: #666666;
}
.btn-color-box-anthracite:not(:disabled):not(.disabled):active:focus, .btn-color-box-anthracite:not(:disabled):not(.disabled).active:focus, .show > .btn-color-box-anthracite.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(152, 152, 152, 0.5);
}

.btn-brown-70 {
  color: #FFFFFF;
  background-color: rgba(120, 104, 85, 0.7);
  border-color: rgba(120, 104, 85, 0.7);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-brown-70:hover {
  color: #FFFFFF;
  background-color: rgba(98, 85, 69, 0.7);
  border-color: rgba(90, 78, 64, 0.7);
}
.btn-brown-70:focus, .btn-brown-70.focus {
  color: #FFFFFF;
  background-color: rgba(98, 85, 69, 0.7);
  border-color: rgba(90, 78, 64, 0.7);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(153, 141, 127, 0.5);
}
.btn-brown-70.disabled, .btn-brown-70:disabled {
  color: #FFFFFF;
  background-color: rgba(120, 104, 85, 0.7);
  border-color: rgba(120, 104, 85, 0.7);
}
.btn-brown-70:not(:disabled):not(.disabled):active, .btn-brown-70:not(:disabled):not(.disabled).active, .show > .btn-brown-70.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgba(90, 78, 64, 0.7);
  border-color: rgba(83, 72, 59, 0.7);
}
.btn-brown-70:not(:disabled):not(.disabled):active:focus, .btn-brown-70:not(:disabled):not(.disabled).active:focus, .show > .btn-brown-70.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(153, 141, 127, 0.5);
}

.btn-collapse {
  color: #161615;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-collapse:hover {
  color: #161615;
  background-color: rgba(236, 236, 236, 0.05);
  border-color: rgba(230, 230, 230, 0.05);
}
.btn-collapse:focus, .btn-collapse.focus {
  color: #161615;
  background-color: rgba(236, 236, 236, 0.05);
  border-color: rgba(230, 230, 230, 0.05);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(52, 52, 51, 0.5);
}
.btn-collapse.disabled, .btn-collapse:disabled {
  color: #161615;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.05);
}
.btn-collapse:not(:disabled):not(.disabled):active, .btn-collapse:not(:disabled):not(.disabled).active, .show > .btn-collapse.dropdown-toggle {
  color: #161615;
  background-color: rgba(230, 230, 230, 0.05);
  border-color: rgba(223, 223, 223, 0.05);
}
.btn-collapse:not(:disabled):not(.disabled):active:focus, .btn-collapse:not(:disabled):not(.disabled).active:focus, .show > .btn-collapse.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(52, 52, 51, 0.5);
}

.btn-sticky {
  color: #FFFFFF;
  background-color: #2B363A;
  border-color: #2B363A;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-sticky:hover {
  color: #FFFFFF;
  background-color: #1b2224;
  border-color: #151b1d;
}
.btn-sticky:focus, .btn-sticky.focus {
  color: #FFFFFF;
  background-color: #1b2224;
  border-color: #151b1d;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(75, 84, 88, 0.5);
}
.btn-sticky.disabled, .btn-sticky:disabled {
  color: #FFFFFF;
  background-color: #2B363A;
  border-color: #2B363A;
}
.btn-sticky:not(:disabled):not(.disabled):active, .btn-sticky:not(:disabled):not(.disabled).active, .show > .btn-sticky.dropdown-toggle {
  color: #FFFFFF;
  background-color: #151b1d;
  border-color: #101415;
}
.btn-sticky:not(:disabled):not(.disabled):active:focus, .btn-sticky:not(:disabled):not(.disabled).active:focus, .show > .btn-sticky.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(75, 84, 88, 0.5);
}

.btn-blue-global {
  color: #FFFFFF;
  background-color: #185FA5;
  border-color: #185FA5;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-blue-global:hover {
  color: #FFFFFF;
  background-color: #134c84;
  border-color: #124578;
}
.btn-blue-global:focus, .btn-blue-global.focus {
  color: #FFFFFF;
  background-color: #134c84;
  border-color: #124578;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(59, 119, 179, 0.5);
}
.btn-blue-global.disabled, .btn-blue-global:disabled {
  color: #FFFFFF;
  background-color: #185FA5;
  border-color: #185FA5;
}
.btn-blue-global:not(:disabled):not(.disabled):active, .btn-blue-global:not(:disabled):not(.disabled).active, .show > .btn-blue-global.dropdown-toggle {
  color: #FFFFFF;
  background-color: #124578;
  border-color: #103f6d;
}
.btn-blue-global:not(:disabled):not(.disabled):active:focus, .btn-blue-global:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-global.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(59, 119, 179, 0.5);
}

.btn-red-global {
  color: #FFFFFF;
  background-color: #E30613;
  border-color: #E30613;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-red-global:hover {
  color: #FFFFFF;
  background-color: #be0510;
  border-color: #b1050f;
}
.btn-red-global:focus, .btn-red-global.focus {
  color: #FFFFFF;
  background-color: #be0510;
  border-color: #b1050f;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(231, 43, 54, 0.5);
}
.btn-red-global.disabled, .btn-red-global:disabled {
  color: #FFFFFF;
  background-color: #E30613;
  border-color: #E30613;
}
.btn-red-global:not(:disabled):not(.disabled):active, .btn-red-global:not(:disabled):not(.disabled).active, .show > .btn-red-global.dropdown-toggle {
  color: #FFFFFF;
  background-color: #b1050f;
  border-color: #a5040e;
}
.btn-red-global:not(:disabled):not(.disabled):active:focus, .btn-red-global:not(:disabled):not(.disabled).active:focus, .show > .btn-red-global.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(231, 43, 54, 0.5);
}

.btn-green-global {
  color: #161615;
  background-color: #84BE41;
  border-color: #84BE41;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-green-global:hover {
  color: #FFFFFF;
  background-color: #70a237;
  border-color: #6a9834;
}
.btn-green-global:focus, .btn-green-global.focus {
  color: #FFFFFF;
  background-color: #70a237;
  border-color: #6a9834;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(116, 165, 58, 0.5);
}
.btn-green-global.disabled, .btn-green-global:disabled {
  color: #161615;
  background-color: #84BE41;
  border-color: #84BE41;
}
.btn-green-global:not(:disabled):not(.disabled):active, .btn-green-global:not(:disabled):not(.disabled).active, .show > .btn-green-global.dropdown-toggle {
  color: #FFFFFF;
  background-color: #6a9834;
  border-color: #638f31;
}
.btn-green-global:not(:disabled):not(.disabled):active:focus, .btn-green-global:not(:disabled):not(.disabled).active:focus, .show > .btn-green-global.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(116, 165, 58, 0.5);
}

.btn-black-global {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-black-global:hover {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.btn-black-global:focus, .btn-black-global.focus {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-black-global.disabled, .btn-black-global:disabled {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-black-global:not(:disabled):not(.disabled):active, .btn-black-global:not(:disabled):not(.disabled).active, .show > .btn-black-global.dropdown-toggle {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.btn-black-global:not(:disabled):not(.disabled):active:focus, .btn-black-global:not(:disabled):not(.disabled).active:focus, .show > .btn-black-global.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-white-global {
  color: #161615;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-white-global:hover {
  color: #161615;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white-global:focus, .btn-white-global.focus {
  color: #161615;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(220, 220, 220, 0.5);
}
.btn-white-global.disabled, .btn-white-global:disabled {
  color: #161615;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-white-global:not(:disabled):not(.disabled):active, .btn-white-global:not(:disabled):not(.disabled).active, .show > .btn-white-global.dropdown-toggle {
  color: #161615;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white-global:not(:disabled):not(.disabled):active:focus, .btn-white-global:not(:disabled):not(.disabled).active:focus, .show > .btn-white-global.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(220, 220, 220, 0.5);
}

.btn-custom-gray {
  color: #161615;
  background-color: #CFCFCF;
  border-color: #CFCFCF;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-custom-gray:hover {
  color: #161615;
  background-color: #bcbcbc;
  border-color: #b6b6b6;
}
.btn-custom-gray:focus, .btn-custom-gray.focus {
  color: #161615;
  background-color: #bcbcbc;
  border-color: #b6b6b6;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(179, 179, 179, 0.5);
}
.btn-custom-gray.disabled, .btn-custom-gray:disabled {
  color: #161615;
  background-color: #CFCFCF;
  border-color: #CFCFCF;
}
.btn-custom-gray:not(:disabled):not(.disabled):active, .btn-custom-gray:not(:disabled):not(.disabled).active, .show > .btn-custom-gray.dropdown-toggle {
  color: #161615;
  background-color: #b6b6b6;
  border-color: #afafaf;
}
.btn-custom-gray:not(:disabled):not(.disabled):active:focus, .btn-custom-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-custom-gray.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(179, 179, 179, 0.5);
}

.btn-custom-gray2 {
  color: #161615;
  background-color: #CCCCCC;
  border-color: #CCCCCC;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-custom-gray2:hover {
  color: #161615;
  background-color: #b9b9b9;
  border-color: #b3b3b3;
}
.btn-custom-gray2:focus, .btn-custom-gray2.focus {
  color: #161615;
  background-color: #b9b9b9;
  border-color: #b3b3b3;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(177, 177, 177, 0.5);
}
.btn-custom-gray2.disabled, .btn-custom-gray2:disabled {
  color: #161615;
  background-color: #CCCCCC;
  border-color: #CCCCCC;
}
.btn-custom-gray2:not(:disabled):not(.disabled):active, .btn-custom-gray2:not(:disabled):not(.disabled).active, .show > .btn-custom-gray2.dropdown-toggle {
  color: #161615;
  background-color: #b3b3b3;
  border-color: #acacac;
}
.btn-custom-gray2:not(:disabled):not(.disabled):active:focus, .btn-custom-gray2:not(:disabled):not(.disabled).active:focus, .show > .btn-custom-gray2.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(177, 177, 177, 0.5);
}

.btn-global-row-beige-white {
  color: #161615;
  background-color: #FEFCF7;
  border-color: #FEFCF7;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-global-row-beige-white:hover {
  color: #161615;
  background-color: #faefd5;
  border-color: #f8ebca;
}
.btn-global-row-beige-white:focus, .btn-global-row-beige-white.focus {
  color: #161615;
  background-color: #faefd5;
  border-color: #f8ebca;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(219, 218, 213, 0.5);
}
.btn-global-row-beige-white.disabled, .btn-global-row-beige-white:disabled {
  color: #161615;
  background-color: #FEFCF7;
  border-color: #FEFCF7;
}
.btn-global-row-beige-white:not(:disabled):not(.disabled):active, .btn-global-row-beige-white:not(:disabled):not(.disabled).active, .show > .btn-global-row-beige-white.dropdown-toggle {
  color: #161615;
  background-color: #f8ebca;
  border-color: #f7e7be;
}
.btn-global-row-beige-white:not(:disabled):not(.disabled):active:focus, .btn-global-row-beige-white:not(:disabled):not(.disabled).active:focus, .show > .btn-global-row-beige-white.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(219, 218, 213, 0.5);
}

.btn-global-page-header-white {
  color: #161615;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-global-page-header-white:hover {
  color: #161615;
  background-color: #dbdbdb;
  border-color: #d5d5d5;
}
.btn-global-page-header-white:focus, .btn-global-page-header-white.focus {
  color: #161615;
  background-color: #dbdbdb;
  border-color: #d5d5d5;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(206, 206, 205, 0.5);
}
.btn-global-page-header-white.disabled, .btn-global-page-header-white:disabled {
  color: #161615;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}
.btn-global-page-header-white:not(:disabled):not(.disabled):active, .btn-global-page-header-white:not(:disabled):not(.disabled).active, .show > .btn-global-page-header-white.dropdown-toggle {
  color: #161615;
  background-color: #d5d5d5;
  border-color: #cecece;
}
.btn-global-page-header-white:not(:disabled):not(.disabled):active:focus, .btn-global-page-header-white:not(:disabled):not(.disabled).active:focus, .show > .btn-global-page-header-white.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(206, 206, 205, 0.5);
}

.btn-global-color-box-bg {
  color: #161615;
  background-color: #F7F7F7;
  border-color: #F7F7F7;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-global-color-box-bg:hover {
  color: #161615;
  background-color: #e4e4e4;
  border-color: #dedede;
}
.btn-global-color-box-bg:focus, .btn-global-color-box-bg.focus {
  color: #161615;
  background-color: #e4e4e4;
  border-color: #dedede;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(213, 213, 213, 0.5);
}
.btn-global-color-box-bg.disabled, .btn-global-color-box-bg:disabled {
  color: #161615;
  background-color: #F7F7F7;
  border-color: #F7F7F7;
}
.btn-global-color-box-bg:not(:disabled):not(.disabled):active, .btn-global-color-box-bg:not(:disabled):not(.disabled).active, .show > .btn-global-color-box-bg.dropdown-toggle {
  color: #161615;
  background-color: #dedede;
  border-color: #d7d7d7;
}
.btn-global-color-box-bg:not(:disabled):not(.disabled):active:focus, .btn-global-color-box-bg:not(:disabled):not(.disabled).active:focus, .show > .btn-global-color-box-bg.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(213, 213, 213, 0.5);
}

.btn-global-well-container-bg {
  color: #161615;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-global-well-container-bg:hover {
  color: #161615;
  background-color: #e3e3e3;
  border-color: #dddddd;
}
.btn-global-well-container-bg:focus, .btn-global-well-container-bg.focus {
  color: #161615;
  background-color: #e3e3e3;
  border-color: #dddddd;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(212, 212, 212, 0.5);
}
.btn-global-well-container-bg.disabled, .btn-global-well-container-bg:disabled {
  color: #161615;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}
.btn-global-well-container-bg:not(:disabled):not(.disabled):active, .btn-global-well-container-bg:not(:disabled):not(.disabled).active, .show > .btn-global-well-container-bg.dropdown-toggle {
  color: #161615;
  background-color: #dddddd;
  border-color: #d6d6d6;
}
.btn-global-well-container-bg:not(:disabled):not(.disabled):active:focus, .btn-global-well-container-bg:not(:disabled):not(.disabled).active:focus, .show > .btn-global-well-container-bg.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(212, 212, 212, 0.5);
}

.btn-global-list-group-border {
  color: #161615;
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-global-list-group-border:hover {
  color: #161615;
  background-color: #d8d8d8;
  border-color: #d2d2d2;
}
.btn-global-list-group-border:focus, .btn-global-list-group-border.focus {
  color: #161615;
  background-color: #d8d8d8;
  border-color: #d2d2d2;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(203, 203, 203, 0.5);
}
.btn-global-list-group-border.disabled, .btn-global-list-group-border:disabled {
  color: #161615;
  background-color: #EBEBEB;
  border-color: #EBEBEB;
}
.btn-global-list-group-border:not(:disabled):not(.disabled):active, .btn-global-list-group-border:not(:disabled):not(.disabled).active, .show > .btn-global-list-group-border.dropdown-toggle {
  color: #161615;
  background-color: #d2d2d2;
  border-color: #cbcbcb;
}
.btn-global-list-group-border:not(:disabled):not(.disabled):active:focus, .btn-global-list-group-border:not(:disabled):not(.disabled).active:focus, .show > .btn-global-list-group-border.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(203, 203, 203, 0.5);
}

.btn-global-gray-444 {
  color: #FFFFFF;
  background-color: #444444;
  border-color: #444444;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-global-gray-444:hover {
  color: #FFFFFF;
  background-color: #313131;
  border-color: #2b2b2b;
}
.btn-global-gray-444:focus, .btn-global-gray-444.focus {
  color: #FFFFFF;
  background-color: #313131;
  border-color: #2b2b2b;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(96, 96, 96, 0.5);
}
.btn-global-gray-444.disabled, .btn-global-gray-444:disabled {
  color: #FFFFFF;
  background-color: #444444;
  border-color: #444444;
}
.btn-global-gray-444:not(:disabled):not(.disabled):active, .btn-global-gray-444:not(:disabled):not(.disabled).active, .show > .btn-global-gray-444.dropdown-toggle {
  color: #FFFFFF;
  background-color: #2b2b2b;
  border-color: #242424;
}
.btn-global-gray-444:not(:disabled):not(.disabled):active:focus, .btn-global-gray-444:not(:disabled):not(.disabled).active:focus, .show > .btn-global-gray-444.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(96, 96, 96, 0.5);
}

.btn-global-gray-555 {
  color: #FFFFFF;
  background-color: #555555;
  border-color: #555555;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-global-gray-555:hover {
  color: #FFFFFF;
  background-color: #424242;
  border-color: #3c3c3c;
}
.btn-global-gray-555:focus, .btn-global-gray-555.focus {
  color: #FFFFFF;
  background-color: #424242;
  border-color: #3c3c3c;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(111, 111, 111, 0.5);
}
.btn-global-gray-555.disabled, .btn-global-gray-555:disabled {
  color: #FFFFFF;
  background-color: #555555;
  border-color: #555555;
}
.btn-global-gray-555:not(:disabled):not(.disabled):active, .btn-global-gray-555:not(:disabled):not(.disabled).active, .show > .btn-global-gray-555.dropdown-toggle {
  color: #FFFFFF;
  background-color: #3c3c3c;
  border-color: #353535;
}
.btn-global-gray-555:not(:disabled):not(.disabled):active:focus, .btn-global-gray-555:not(:disabled):not(.disabled).active:focus, .show > .btn-global-gray-555.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(111, 111, 111, 0.5);
}

.btn-global-content-table-border {
  color: #161615;
  background-color: #DADADA;
  border-color: #DADADA;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-global-content-table-border:hover {
  color: #161615;
  background-color: #c7c7c7;
  border-color: #c1c1c1;
}
.btn-global-content-table-border:focus, .btn-global-content-table-border.focus {
  color: #161615;
  background-color: #c7c7c7;
  border-color: #c1c1c1;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(189, 189, 188, 0.5);
}
.btn-global-content-table-border.disabled, .btn-global-content-table-border:disabled {
  color: #161615;
  background-color: #DADADA;
  border-color: #DADADA;
}
.btn-global-content-table-border:not(:disabled):not(.disabled):active, .btn-global-content-table-border:not(:disabled):not(.disabled).active, .show > .btn-global-content-table-border.dropdown-toggle {
  color: #161615;
  background-color: #c1c1c1;
  border-color: #bababa;
}
.btn-global-content-table-border:not(:disabled):not(.disabled):active:focus, .btn-global-content-table-border:not(:disabled):not(.disabled).active:focus, .show > .btn-global-content-table-border.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(189, 189, 188, 0.5);
}

.btn-global-gradient-base-blue {
  color: #FFFFFF;
  background-color: #0E77BD;
  border-color: #0E77BD;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-global-gradient-base-blue:hover {
  color: #FFFFFF;
  background-color: #0b6199;
  border-color: #0a598e;
}
.btn-global-gradient-base-blue:focus, .btn-global-gradient-base-blue.focus {
  color: #FFFFFF;
  background-color: #0b6199;
  border-color: #0a598e;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(50, 139, 199, 0.5);
}
.btn-global-gradient-base-blue.disabled, .btn-global-gradient-base-blue:disabled {
  color: #FFFFFF;
  background-color: #0E77BD;
  border-color: #0E77BD;
}
.btn-global-gradient-base-blue:not(:disabled):not(.disabled):active, .btn-global-gradient-base-blue:not(:disabled):not(.disabled).active, .show > .btn-global-gradient-base-blue.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0a598e;
  border-color: #0a5282;
}
.btn-global-gradient-base-blue:not(:disabled):not(.disabled):active:focus, .btn-global-gradient-base-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-global-gradient-base-blue.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(50, 139, 199, 0.5);
}

.btn-global-gradient-base-blue-dark {
  color: #FFFFFF;
  background-color: #062E48;
  border-color: #062E48;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-global-gradient-base-blue-dark:hover {
  color: #FFFFFF;
  background-color: #031725;
  border-color: #021019;
}
.btn-global-gradient-base-blue-dark:focus, .btn-global-gradient-base-blue-dark.focus {
  color: #FFFFFF;
  background-color: #031725;
  border-color: #021019;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(43, 77, 99, 0.5);
}
.btn-global-gradient-base-blue-dark.disabled, .btn-global-gradient-base-blue-dark:disabled {
  color: #FFFFFF;
  background-color: #062E48;
  border-color: #062E48;
}
.btn-global-gradient-base-blue-dark:not(:disabled):not(.disabled):active, .btn-global-gradient-base-blue-dark:not(:disabled):not(.disabled).active, .show > .btn-global-gradient-base-blue-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #021019;
  border-color: #01080d;
}
.btn-global-gradient-base-blue-dark:not(:disabled):not(.disabled):active:focus, .btn-global-gradient-base-blue-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-global-gradient-base-blue-dark.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(43, 77, 99, 0.5);
}

.btn-global-gradient-base-blue-v2 {
  color: #FFFFFF;
  background-color: #0070BA;
  border-color: #0070BA;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-global-gradient-base-blue-v2:hover {
  color: #FFFFFF;
  background-color: #005994;
  border-color: #005187;
}
.btn-global-gradient-base-blue-v2:focus, .btn-global-gradient-base-blue-v2.focus {
  color: #FFFFFF;
  background-color: #005994;
  border-color: #005187;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(38, 133, 196, 0.5);
}
.btn-global-gradient-base-blue-v2.disabled, .btn-global-gradient-base-blue-v2:disabled {
  color: #FFFFFF;
  background-color: #0070BA;
  border-color: #0070BA;
}
.btn-global-gradient-base-blue-v2:not(:disabled):not(.disabled):active, .btn-global-gradient-base-blue-v2:not(:disabled):not(.disabled).active, .show > .btn-global-gradient-base-blue-v2.dropdown-toggle {
  color: #FFFFFF;
  background-color: #005187;
  border-color: #004a7a;
}
.btn-global-gradient-base-blue-v2:not(:disabled):not(.disabled):active:focus, .btn-global-gradient-base-blue-v2:not(:disabled):not(.disabled).active:focus, .show > .btn-global-gradient-base-blue-v2.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(38, 133, 196, 0.5);
}

.btn-global-gradient-base-blue-dark-v2 {
  color: #FFFFFF;
  background-color: #002A45;
  border-color: #002A45;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-global-gradient-base-blue-dark-v2:hover {
  color: #FFFFFF;
  background-color: #00131f;
  border-color: #000b12;
}
.btn-global-gradient-base-blue-dark-v2:focus, .btn-global-gradient-base-blue-dark-v2.focus {
  color: #FFFFFF;
  background-color: #00131f;
  border-color: #000b12;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(38, 74, 97, 0.5);
}
.btn-global-gradient-base-blue-dark-v2.disabled, .btn-global-gradient-base-blue-dark-v2:disabled {
  color: #FFFFFF;
  background-color: #002A45;
  border-color: #002A45;
}
.btn-global-gradient-base-blue-dark-v2:not(:disabled):not(.disabled):active, .btn-global-gradient-base-blue-dark-v2:not(:disabled):not(.disabled).active, .show > .btn-global-gradient-base-blue-dark-v2.dropdown-toggle {
  color: #FFFFFF;
  background-color: #000b12;
  border-color: #000305;
}
.btn-global-gradient-base-blue-dark-v2:not(:disabled):not(.disabled):active:focus, .btn-global-gradient-base-blue-dark-v2:not(:disabled):not(.disabled).active:focus, .show > .btn-global-gradient-base-blue-dark-v2.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(38, 74, 97, 0.5);
}

.btn-shadowbase-blue {
  color: #FFFFFF;
  background-color: #144C72;
  border-color: #144C72;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-shadowbase-blue:hover {
  color: #FFFFFF;
  background-color: #0e3651;
  border-color: #0c2f47;
}
.btn-shadowbase-blue:focus, .btn-shadowbase-blue.focus {
  color: #FFFFFF;
  background-color: #0e3651;
  border-color: #0c2f47;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(55, 103, 135, 0.5);
}
.btn-shadowbase-blue.disabled, .btn-shadowbase-blue:disabled {
  color: #FFFFFF;
  background-color: #144C72;
  border-color: #144C72;
}
.btn-shadowbase-blue:not(:disabled):not(.disabled):active, .btn-shadowbase-blue:not(:disabled):not(.disabled).active, .show > .btn-shadowbase-blue.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0c2f47;
  border-color: #0a283c;
}
.btn-shadowbase-blue:not(:disabled):not(.disabled):active:focus, .btn-shadowbase-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-shadowbase-blue.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(55, 103, 135, 0.5);
}

.btn-article-block-color {
  color: #FFFFFF;
  background-color: #888888;
  border-color: #888888;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-article-block-color:hover {
  color: #FFFFFF;
  background-color: #757575;
  border-color: #6f6f6f;
}
.btn-article-block-color:focus, .btn-article-block-color.focus {
  color: #FFFFFF;
  background-color: #757575;
  border-color: #6f6f6f;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(154, 154, 154, 0.5);
}
.btn-article-block-color.disabled, .btn-article-block-color:disabled {
  color: #FFFFFF;
  background-color: #888888;
  border-color: #888888;
}
.btn-article-block-color:not(:disabled):not(.disabled):active, .btn-article-block-color:not(:disabled):not(.disabled).active, .show > .btn-article-block-color.dropdown-toggle {
  color: #FFFFFF;
  background-color: #6f6f6f;
  border-color: #686868;
}
.btn-article-block-color:not(:disabled):not(.disabled):active:focus, .btn-article-block-color:not(:disabled):not(.disabled).active:focus, .show > .btn-article-block-color.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(154, 154, 154, 0.5);
}

.btn-image-box-bg-color {
  color: #FFFFFF;
  background-color: #417EA4;
  border-color: #417EA4;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-image-box-bg-color:hover {
  color: #FFFFFF;
  background-color: #366989;
  border-color: #33627f;
}
.btn-image-box-bg-color:focus, .btn-image-box-bg-color.focus {
  color: #FFFFFF;
  background-color: #366989;
  border-color: #33627f;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(94, 145, 178, 0.5);
}
.btn-image-box-bg-color.disabled, .btn-image-box-bg-color:disabled {
  color: #FFFFFF;
  background-color: #417EA4;
  border-color: #417EA4;
}
.btn-image-box-bg-color:not(:disabled):not(.disabled):active, .btn-image-box-bg-color:not(:disabled):not(.disabled).active, .show > .btn-image-box-bg-color.dropdown-toggle {
  color: #FFFFFF;
  background-color: #33627f;
  border-color: #2f5b76;
}
.btn-image-box-bg-color:not(:disabled):not(.disabled):active:focus, .btn-image-box-bg-color:not(:disabled):not(.disabled).active:focus, .show > .btn-image-box-bg-color.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(94, 145, 178, 0.5);
}

.btn-start-slider-text-box-color {
  color: #FFFFFF;
  background-color: #878787;
  border-color: #878787;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-start-slider-text-box-color:hover {
  color: #FFFFFF;
  background-color: #747474;
  border-color: #6e6e6e;
}
.btn-start-slider-text-box-color:focus, .btn-start-slider-text-box-color.focus {
  color: #FFFFFF;
  background-color: #747474;
  border-color: #6e6e6e;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}
.btn-start-slider-text-box-color.disabled, .btn-start-slider-text-box-color:disabled {
  color: #FFFFFF;
  background-color: #878787;
  border-color: #878787;
}
.btn-start-slider-text-box-color:not(:disabled):not(.disabled):active, .btn-start-slider-text-box-color:not(:disabled):not(.disabled).active, .show > .btn-start-slider-text-box-color.dropdown-toggle {
  color: #FFFFFF;
  background-color: #6e6e6e;
  border-color: #676767;
}
.btn-start-slider-text-box-color:not(:disabled):not(.disabled):active:focus, .btn-start-slider-text-box-color:not(:disabled):not(.disabled).active:focus, .show > .btn-start-slider-text-box-color.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}

.btn-swiper-slide-thumb-border {
  color: #FFFFFF;
  background-color: #666666;
  border-color: #666666;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-swiper-slide-thumb-border:hover {
  color: #FFFFFF;
  background-color: #535353;
  border-color: #4d4d4d;
}
.btn-swiper-slide-thumb-border:focus, .btn-swiper-slide-thumb-border.focus {
  color: #FFFFFF;
  background-color: #535353;
  border-color: #4d4d4d;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}
.btn-swiper-slide-thumb-border.disabled, .btn-swiper-slide-thumb-border:disabled {
  color: #FFFFFF;
  background-color: #666666;
  border-color: #666666;
}
.btn-swiper-slide-thumb-border:not(:disabled):not(.disabled):active, .btn-swiper-slide-thumb-border:not(:disabled):not(.disabled).active, .show > .btn-swiper-slide-thumb-border.dropdown-toggle {
  color: #FFFFFF;
  background-color: #4d4d4d;
  border-color: #464646;
}
.btn-swiper-slide-thumb-border:not(:disabled):not(.disabled):active:focus, .btn-swiper-slide-thumb-border:not(:disabled):not(.disabled).active:focus, .show > .btn-swiper-slide-thumb-border.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}

.btn-trigger-organizations-color {
  color: #161615;
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-trigger-organizations-color:hover {
  color: #161615;
  background-color: #cacaca;
  border-color: #c4c4c4;
}
.btn-trigger-organizations-color:focus, .btn-trigger-organizations-color.focus {
  color: #161615;
  background-color: #cacaca;
  border-color: #c4c4c4;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(191, 191, 191, 0.5);
}
.btn-trigger-organizations-color.disabled, .btn-trigger-organizations-color:disabled {
  color: #161615;
  background-color: #DDDDDD;
  border-color: #DDDDDD;
}
.btn-trigger-organizations-color:not(:disabled):not(.disabled):active, .btn-trigger-organizations-color:not(:disabled):not(.disabled).active, .show > .btn-trigger-organizations-color.dropdown-toggle {
  color: #161615;
  background-color: #c4c4c4;
  border-color: #bdbdbd;
}
.btn-trigger-organizations-color:not(:disabled):not(.disabled):active:focus, .btn-trigger-organizations-color:not(:disabled):not(.disabled).active:focus, .show > .btn-trigger-organizations-color.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(191, 191, 191, 0.5);
}

.btn-selectize-input-border {
  color: #161615;
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-selectize-input-border:hover {
  color: #161615;
  background-color: #bdbdbd;
  border-color: #b7b7b7;
}
.btn-selectize-input-border:focus, .btn-selectize-input-border.focus {
  color: #161615;
  background-color: #bdbdbd;
  border-color: #b7b7b7;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(180, 180, 180, 0.5);
}
.btn-selectize-input-border.disabled, .btn-selectize-input-border:disabled {
  color: #161615;
  background-color: #D0D0D0;
  border-color: #D0D0D0;
}
.btn-selectize-input-border:not(:disabled):not(.disabled):active, .btn-selectize-input-border:not(:disabled):not(.disabled).active, .show > .btn-selectize-input-border.dropdown-toggle {
  color: #161615;
  background-color: #b7b7b7;
  border-color: #b0b0b0;
}
.btn-selectize-input-border:not(:disabled):not(.disabled):active:focus, .btn-selectize-input-border:not(:disabled):not(.disabled).active:focus, .show > .btn-selectize-input-border.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(180, 180, 180, 0.5);
}

.btn-selectize-control-color-1 {
  color: #161615;
  background-color: #FEFEFE;
  border-color: #FEFEFE;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-selectize-control-color-1:hover {
  color: #161615;
  background-color: #ebebeb;
  border-color: #e5e5e5;
}
.btn-selectize-control-color-1:focus, .btn-selectize-control-color-1.focus {
  color: #161615;
  background-color: #ebebeb;
  border-color: #e5e5e5;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(219, 219, 219, 0.5);
}
.btn-selectize-control-color-1.disabled, .btn-selectize-control-color-1:disabled {
  color: #161615;
  background-color: #FEFEFE;
  border-color: #FEFEFE;
}
.btn-selectize-control-color-1:not(:disabled):not(.disabled):active, .btn-selectize-control-color-1:not(:disabled):not(.disabled).active, .show > .btn-selectize-control-color-1.dropdown-toggle {
  color: #161615;
  background-color: #e5e5e5;
  border-color: #dedede;
}
.btn-selectize-control-color-1:not(:disabled):not(.disabled):active:focus, .btn-selectize-control-color-1:not(:disabled):not(.disabled).active:focus, .show > .btn-selectize-control-color-1.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(219, 219, 219, 0.5);
}

.btn-selectize-control-color-2 {
  color: #161615;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-selectize-control-color-2:hover {
  color: #161615;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
}
.btn-selectize-control-color-2:focus, .btn-selectize-control-color-2.focus {
  color: #161615;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(209, 209, 209, 0.5);
}
.btn-selectize-control-color-2.disabled, .btn-selectize-control-color-2:disabled {
  color: #161615;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-selectize-control-color-2:not(:disabled):not(.disabled):active, .btn-selectize-control-color-2:not(:disabled):not(.disabled).active, .show > .btn-selectize-control-color-2.dropdown-toggle {
  color: #161615;
  background-color: #d9d9d9;
  border-color: #d2d2d2;
}
.btn-selectize-control-color-2:not(:disabled):not(.disabled):active:focus, .btn-selectize-control-color-2:not(:disabled):not(.disabled).active:focus, .show > .btn-selectize-control-color-2.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(209, 209, 209, 0.5);
}

.btn-selectize-control-single {
  color: #161615;
  background-color: #B8B8B8;
  border-color: #B8B8B8;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-selectize-control-single:hover {
  color: #161615;
  background-color: #a5a5a5;
  border-color: #9f9f9f;
}
.btn-selectize-control-single:focus, .btn-selectize-control-single.focus {
  color: #161615;
  background-color: #a5a5a5;
  border-color: #9f9f9f;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(160, 160, 160, 0.5);
}
.btn-selectize-control-single.disabled, .btn-selectize-control-single:disabled {
  color: #161615;
  background-color: #B8B8B8;
  border-color: #B8B8B8;
}
.btn-selectize-control-single:not(:disabled):not(.disabled):active, .btn-selectize-control-single:not(:disabled):not(.disabled).active, .show > .btn-selectize-control-single.dropdown-toggle {
  color: #161615;
  background-color: #9f9f9f;
  border-color: #989898;
}
.btn-selectize-control-single:not(:disabled):not(.disabled):active:focus, .btn-selectize-control-single:not(:disabled):not(.disabled).active:focus, .show > .btn-selectize-control-single.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(160, 160, 160, 0.5);
}

.btn-social-media-border-color {
  color: #161615;
  background-color: #a2a2a2;
  border-color: #a2a2a2;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-social-media-border-color:hover {
  color: #FFFFFF;
  background-color: #8f8f8f;
  border-color: #898989;
}
.btn-social-media-border-color:focus, .btn-social-media-border-color.focus {
  color: #FFFFFF;
  background-color: #8f8f8f;
  border-color: #898989;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(141, 141, 141, 0.5);
}
.btn-social-media-border-color.disabled, .btn-social-media-border-color:disabled {
  color: #161615;
  background-color: #a2a2a2;
  border-color: #a2a2a2;
}
.btn-social-media-border-color:not(:disabled):not(.disabled):active, .btn-social-media-border-color:not(:disabled):not(.disabled).active, .show > .btn-social-media-border-color.dropdown-toggle {
  color: #FFFFFF;
  background-color: #898989;
  border-color: #828282;
}
.btn-social-media-border-color:not(:disabled):not(.disabled):active:focus, .btn-social-media-border-color:not(:disabled):not(.disabled).active:focus, .show > .btn-social-media-border-color.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(141, 141, 141, 0.5);
}

.btn-right-menu-bg-color {
  color: #161615;
  background-color: #E7E7E7;
  border-color: #E7E7E7;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}
.btn-right-menu-bg-color:hover {
  color: #161615;
  background-color: #d4d4d4;
  border-color: #cecece;
}
.btn-right-menu-bg-color:focus, .btn-right-menu-bg-color.focus {
  color: #161615;
  background-color: #d4d4d4;
  border-color: #cecece;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17), 0 0 0 0.2rem rgba(200, 200, 200, 0.5);
}
.btn-right-menu-bg-color.disabled, .btn-right-menu-bg-color:disabled {
  color: #161615;
  background-color: #E7E7E7;
  border-color: #E7E7E7;
}
.btn-right-menu-bg-color:not(:disabled):not(.disabled):active, .btn-right-menu-bg-color:not(:disabled):not(.disabled).active, .show > .btn-right-menu-bg-color.dropdown-toggle {
  color: #161615;
  background-color: #cecece;
  border-color: #c7c7c7;
}
.btn-right-menu-bg-color:not(:disabled):not(.disabled):active:focus, .btn-right-menu-bg-color:not(:disabled):not(.disabled).active:focus, .show > .btn-right-menu-bg-color.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(200, 200, 200, 0.5);
}

.btn-outline-primary {
  color: #498bb6;
  border-color: #498bb6;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #498bb6;
  border-color: #498bb6;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 139, 182, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #498bb6;
  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: #FFFFFF;
  background-color: #498bb6;
  border-color: #498bb6;
}
.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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(73, 139, 182, 0.5);
}

.btn-outline-secondary {
  color: #191B1D;
  border-color: #191B1D;
}
.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #191B1D;
  border-color: #191B1D;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 27, 29, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #191B1D;
  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: #FFFFFF;
  background-color: #191B1D;
  border-color: #191B1D;
}
.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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(25, 27, 29, 0.5);
}

.btn-outline-success {
  color: #C6CC00;
  border-color: #C6CC00;
}
.btn-outline-success:hover {
  color: #161615;
  background-color: #C6CC00;
  border-color: #C6CC00;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 204, 0, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #C6CC00;
  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: #161615;
  background-color: #C6CC00;
  border-color: #C6CC00;
}
.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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(198, 204, 0, 0.5);
}

.btn-outline-info {
  color: #498bb6;
  border-color: #498bb6;
}
.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #498bb6;
  border-color: #498bb6;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 139, 182, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #498bb6;
  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: #FFFFFF;
  background-color: #498bb6;
  border-color: #498bb6;
}
.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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(73, 139, 182, 0.5);
}

.btn-outline-warning {
  color: #FECC00;
  border-color: #FECC00;
}
.btn-outline-warning:hover {
  color: #161615;
  background-color: #FECC00;
  border-color: #FECC00;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 204, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FECC00;
  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: #161615;
  background-color: #FECC00;
  border-color: #FECC00;
}
.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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(254, 204, 0, 0.5);
}

.btn-outline-danger {
  color: #C03324;
  border-color: #C03324;
}
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #C03324;
  border-color: #C03324;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 51, 36, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #C03324;
  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: #FFFFFF;
  background-color: #C03324;
  border-color: #C03324;
}
.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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(192, 51, 36, 0.5);
}

.btn-outline-light {
  color: #F4F4F4;
  border-color: #F4F4F4;
}
.btn-outline-light:hover {
  color: #161615;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F4F4F4;
  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: #161615;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
}
.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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-outline-dark {
  color: #343534;
  border-color: #343534;
}
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #343534;
  border-color: #343534;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 53, 52, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343534;
  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: #FFFFFF;
  background-color: #343534;
  border-color: #343534;
}
.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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(52, 53, 52, 0.5);
}

.btn-outline-blue {
  color: #498bb6;
  border-color: #498bb6;
}
.btn-outline-blue:hover {
  color: #FFFFFF;
  background-color: #498bb6;
  border-color: #498bb6;
}
.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 139, 182, 0.5);
}
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #498bb6;
  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: #FFFFFF;
  background-color: #498bb6;
  border-color: #498bb6;
}
.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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(73, 139, 182, 0.5);
}

.btn-outline-blue-v2 {
  color: #468AB2;
  border-color: #468AB2;
}
.btn-outline-blue-v2:hover {
  color: #FFFFFF;
  background-color: #468AB2;
  border-color: #468AB2;
}
.btn-outline-blue-v2:focus, .btn-outline-blue-v2.focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 138, 178, 0.5);
}
.btn-outline-blue-v2.disabled, .btn-outline-blue-v2:disabled {
  color: #468AB2;
  background-color: transparent;
}
.btn-outline-blue-v2:not(:disabled):not(.disabled):active, .btn-outline-blue-v2:not(:disabled):not(.disabled).active, .show > .btn-outline-blue-v2.dropdown-toggle {
  color: #FFFFFF;
  background-color: #468AB2;
  border-color: #468AB2;
}
.btn-outline-blue-v2:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-v2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue-v2.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(70, 138, 178, 0.5);
}

.btn-outline-bluedark {
  color: #191B1D;
  border-color: #191B1D;
}
.btn-outline-bluedark:hover {
  color: #FFFFFF;
  background-color: #191B1D;
  border-color: #191B1D;
}
.btn-outline-bluedark:focus, .btn-outline-bluedark.focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 27, 29, 0.5);
}
.btn-outline-bluedark.disabled, .btn-outline-bluedark:disabled {
  color: #191B1D;
  background-color: transparent;
}
.btn-outline-bluedark:not(:disabled):not(.disabled):active, .btn-outline-bluedark:not(:disabled):not(.disabled).active, .show > .btn-outline-bluedark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #191B1D;
  border-color: #191B1D;
}
.btn-outline-bluedark:not(:disabled):not(.disabled):active:focus, .btn-outline-bluedark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-bluedark.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(25, 27, 29, 0.5);
}

.btn-outline-indigo {
  color: #06375B;
  border-color: #06375B;
}
.btn-outline-indigo:hover {
  color: #FFFFFF;
  background-color: #06375B;
  border-color: #06375B;
}
.btn-outline-indigo:focus, .btn-outline-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 55, 91, 0.5);
}
.btn-outline-indigo.disabled, .btn-outline-indigo:disabled {
  color: #06375B;
  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: #FFFFFF;
  background-color: #06375B;
  border-color: #06375B;
}
.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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(6, 55, 91, 0.5);
}

.btn-outline-night-blue {
  color: #23527C;
  border-color: #23527C;
}
.btn-outline-night-blue:hover {
  color: #FFFFFF;
  background-color: #23527C;
  border-color: #23527C;
}
.btn-outline-night-blue:focus, .btn-outline-night-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 82, 124, 0.5);
}
.btn-outline-night-blue.disabled, .btn-outline-night-blue:disabled {
  color: #23527C;
  background-color: transparent;
}
.btn-outline-night-blue:not(:disabled):not(.disabled):active, .btn-outline-night-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-night-blue.dropdown-toggle {
  color: #FFFFFF;
  background-color: #23527C;
  border-color: #23527C;
}
.btn-outline-night-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-night-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-night-blue.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(35, 82, 124, 0.5);
}

.btn-outline-purple {
  color: #D4007A;
  border-color: #D4007A;
}
.btn-outline-purple:hover {
  color: #FFFFFF;
  background-color: #D4007A;
  border-color: #D4007A;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 0, 122, 0.5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #D4007A;
  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: #FFFFFF;
  background-color: #D4007A;
  border-color: #D4007A;
}
.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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(212, 0, 122, 0.5);
}

.btn-outline-pink {
  color: #E83E8C;
  border-color: #E83E8C;
}
.btn-outline-pink:hover {
  color: #FFFFFF;
  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: #FFFFFF;
  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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.btn-outline-red {
  color: #C03324;
  border-color: #C03324;
}
.btn-outline-red:hover {
  color: #FFFFFF;
  background-color: #C03324;
  border-color: #C03324;
}
.btn-outline-red:focus, .btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 51, 36, 0.5);
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #C03324;
  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: #FFFFFF;
  background-color: #C03324;
  border-color: #C03324;
}
.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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(192, 51, 36, 0.5);
}

.btn-outline-reddark {
  color: #B00511;
  border-color: #B00511;
}
.btn-outline-reddark:hover {
  color: #FFFFFF;
  background-color: #B00511;
  border-color: #B00511;
}
.btn-outline-reddark:focus, .btn-outline-reddark.focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 5, 17, 0.5);
}
.btn-outline-reddark.disabled, .btn-outline-reddark:disabled {
  color: #B00511;
  background-color: transparent;
}
.btn-outline-reddark:not(:disabled):not(.disabled):active, .btn-outline-reddark:not(:disabled):not(.disabled).active, .show > .btn-outline-reddark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #B00511;
  border-color: #B00511;
}
.btn-outline-reddark:not(:disabled):not(.disabled):active:focus, .btn-outline-reddark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-reddark.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(176, 5, 17, 0.5);
}

.btn-outline-orange {
  color: #EF7d00;
  border-color: #EF7d00;
}
.btn-outline-orange:hover {
  color: #FFFFFF;
  background-color: #EF7d00;
  border-color: #EF7d00;
}
.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 125, 0, 0.5);
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #EF7d00;
  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: #FFFFFF;
  background-color: #EF7d00;
  border-color: #EF7d00;
}
.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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(239, 125, 0, 0.5);
}

.btn-outline-yellow {
  color: #FECC00;
  border-color: #FECC00;
}
.btn-outline-yellow:hover {
  color: #161615;
  background-color: #FECC00;
  border-color: #FECC00;
}
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 204, 0, 0.5);
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #FECC00;
  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: #161615;
  background-color: #FECC00;
  border-color: #FECC00;
}
.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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(254, 204, 0, 0.5);
}

.btn-outline-green {
  color: #C6CC00;
  border-color: #C6CC00;
}
.btn-outline-green:hover {
  color: #161615;
  background-color: #C6CC00;
  border-color: #C6CC00;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 204, 0, 0.5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #C6CC00;
  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: #161615;
  background-color: #C6CC00;
  border-color: #C6CC00;
}
.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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(198, 204, 0, 0.5);
}

.btn-outline-teal {
  color: #20C997;
  border-color: #20C997;
}
.btn-outline-teal:hover {
  color: #FFFFFF;
  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: #FFFFFF;
  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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.btn-outline-cyan {
  color: #6DC9D1;
  border-color: #6DC9D1;
}
.btn-outline-cyan:hover {
  color: #161615;
  background-color: #6DC9D1;
  border-color: #6DC9D1;
}
.btn-outline-cyan:focus, .btn-outline-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 201, 209, 0.5);
}
.btn-outline-cyan.disabled, .btn-outline-cyan:disabled {
  color: #6DC9D1;
  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: #161615;
  background-color: #6DC9D1;
  border-color: #6DC9D1;
}
.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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(109, 201, 209, 0.5);
}

.btn-outline-white {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-white:hover {
  color: #161615;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.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: #FFFFFF;
  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: #161615;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white-light {
  color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-outline-white-light:hover {
  color: #161615;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-outline-white-light:focus, .btn-outline-white-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white-light.disabled, .btn-outline-white-light:disabled {
  color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
}
.btn-outline-white-light:not(:disabled):not(.disabled):active, .btn-outline-white-light:not(:disabled):not(.disabled).active, .show > .btn-outline-white-light.dropdown-toggle {
  color: #161615;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-outline-white-light:not(:disabled):not(.disabled):active:focus, .btn-outline-white-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white-light.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white-transparent {
  color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.btn-outline-white-transparent:hover {
  color: #161615;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.btn-outline-white-transparent:focus, .btn-outline-white-transparent.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white-transparent.disabled, .btn-outline-white-transparent:disabled {
  color: rgba(255, 255, 255, 0.1);
  background-color: transparent;
}
.btn-outline-white-transparent:not(:disabled):not(.disabled):active, .btn-outline-white-transparent:not(:disabled):not(.disabled).active, .show > .btn-outline-white-transparent.dropdown-toggle {
  color: #161615;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.btn-outline-white-transparent:not(:disabled):not(.disabled):active:focus, .btn-outline-white-transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white-transparent.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-gray-light {
  color: #F4F4F4;
  border-color: #F4F4F4;
}
.btn-outline-gray-light:hover {
  color: #161615;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
}
.btn-outline-gray-light:focus, .btn-outline-gray-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}
.btn-outline-gray-light.disabled, .btn-outline-gray-light:disabled {
  color: #F4F4F4;
  background-color: transparent;
}
.btn-outline-gray-light:not(:disabled):not(.disabled):active, .btn-outline-gray-light:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-light.dropdown-toggle {
  color: #161615;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
}
.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-light.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-outline-gray {
  color: #A7A8AA;
  border-color: #A7A8AA;
}
.btn-outline-gray:hover {
  color: #161615;
  background-color: #A7A8AA;
  border-color: #A7A8AA;
}
.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 168, 170, 0.5);
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #A7A8AA;
  background-color: transparent;
}
.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #161615;
  background-color: #A7A8AA;
  border-color: #A7A8AA;
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(167, 168, 170, 0.5);
}

.btn-outline-gray-dark {
  color: #343534;
  border-color: #343534;
}
.btn-outline-gray-dark:hover {
  color: #FFFFFF;
  background-color: #343534;
  border-color: #343534;
}
.btn-outline-gray-dark:focus, .btn-outline-gray-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 53, 52, 0.5);
}
.btn-outline-gray-dark.disabled, .btn-outline-gray-dark:disabled {
  color: #343534;
  background-color: transparent;
}
.btn-outline-gray-dark:not(:disabled):not(.disabled):active, .btn-outline-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #343534;
  border-color: #343534;
}
.btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-dark.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(52, 53, 52, 0.5);
}

.btn-outline-black {
  color: #1d1d1b;
  border-color: #1d1d1b;
}
.btn-outline-black:hover {
  color: #FFFFFF;
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 29, 27, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #1d1d1b;
  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: #FFFFFF;
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}
.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: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(29, 29, 27, 0.5);
}

.btn-outline-black-light {
  color: rgba(29, 29, 27, 0.2);
  border-color: rgba(29, 29, 27, 0.2);
}
.btn-outline-black-light:hover {
  color: #FFFFFF;
  background-color: rgba(29, 29, 27, 0.2);
  border-color: rgba(29, 29, 27, 0.2);
}
.btn-outline-black-light:focus, .btn-outline-black-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 29, 27, 0.5);
}
.btn-outline-black-light.disabled, .btn-outline-black-light:disabled {
  color: rgba(29, 29, 27, 0.2);
  background-color: transparent;
}
.btn-outline-black-light:not(:disabled):not(.disabled):active, .btn-outline-black-light:not(:disabled):not(.disabled).active, .show > .btn-outline-black-light.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgba(29, 29, 27, 0.2);
  border-color: rgba(29, 29, 27, 0.2);
}
.btn-outline-black-light:not(:disabled):not(.disabled):active:focus, .btn-outline-black-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black-light.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(29, 29, 27, 0.5);
}

.btn-outline-brown {
  color: #786855;
  border-color: #786855;
}
.btn-outline-brown:hover {
  color: #FFFFFF;
  background-color: #786855;
  border-color: #786855;
}
.btn-outline-brown:focus, .btn-outline-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 104, 85, 0.5);
}
.btn-outline-brown.disabled, .btn-outline-brown:disabled {
  color: #786855;
  background-color: transparent;
}
.btn-outline-brown:not(:disabled):not(.disabled):active, .btn-outline-brown:not(:disabled):not(.disabled).active, .show > .btn-outline-brown.dropdown-toggle {
  color: #FFFFFF;
  background-color: #786855;
  border-color: #786855;
}
.btn-outline-brown:not(:disabled):not(.disabled):active:focus, .btn-outline-brown:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brown.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(120, 104, 85, 0.5);
}

.btn-outline-brownlight {
  color: #A19688;
  border-color: #A19688;
}
.btn-outline-brownlight:hover {
  color: #161615;
  background-color: #A19688;
  border-color: #A19688;
}
.btn-outline-brownlight:focus, .btn-outline-brownlight.focus {
  box-shadow: 0 0 0 0.2rem rgba(161, 150, 136, 0.5);
}
.btn-outline-brownlight.disabled, .btn-outline-brownlight:disabled {
  color: #A19688;
  background-color: transparent;
}
.btn-outline-brownlight:not(:disabled):not(.disabled):active, .btn-outline-brownlight:not(:disabled):not(.disabled).active, .show > .btn-outline-brownlight.dropdown-toggle {
  color: #161615;
  background-color: #A19688;
  border-color: #A19688;
}
.btn-outline-brownlight:not(:disabled):not(.disabled):active:focus, .btn-outline-brownlight:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brownlight.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(161, 150, 136, 0.5);
}

.btn-outline-graycustom {
  color: #979797;
  border-color: #979797;
}
.btn-outline-graycustom:hover {
  color: #161615;
  background-color: #979797;
  border-color: #979797;
}
.btn-outline-graycustom:focus, .btn-outline-graycustom.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 151, 151, 0.5);
}
.btn-outline-graycustom.disabled, .btn-outline-graycustom:disabled {
  color: #979797;
  background-color: transparent;
}
.btn-outline-graycustom:not(:disabled):not(.disabled):active, .btn-outline-graycustom:not(:disabled):not(.disabled).active, .show > .btn-outline-graycustom.dropdown-toggle {
  color: #161615;
  background-color: #979797;
  border-color: #979797;
}
.btn-outline-graycustom:not(:disabled):not(.disabled):active:focus, .btn-outline-graycustom:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-graycustom.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(151, 151, 151, 0.5);
}

.btn-outline-grayunderline {
  color: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-outline-grayunderline:hover {
  color: #161615;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-outline-grayunderline:focus, .btn-outline-grayunderline.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btn-outline-grayunderline.disabled, .btn-outline-grayunderline:disabled {
  color: #F5F5F5;
  background-color: transparent;
}
.btn-outline-grayunderline:not(:disabled):not(.disabled):active, .btn-outline-grayunderline:not(:disabled):not(.disabled).active, .show > .btn-outline-grayunderline.dropdown-toggle {
  color: #161615;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-outline-grayunderline:not(:disabled):not(.disabled):active:focus, .btn-outline-grayunderline:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grayunderline.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.btn-outline-topic-blue {
  color: #468AB2;
  border-color: #468AB2;
}
.btn-outline-topic-blue:hover {
  color: #FFFFFF;
  background-color: #468AB2;
  border-color: #468AB2;
}
.btn-outline-topic-blue:focus, .btn-outline-topic-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 138, 178, 0.5);
}
.btn-outline-topic-blue.disabled, .btn-outline-topic-blue:disabled {
  color: #468AB2;
  background-color: transparent;
}
.btn-outline-topic-blue:not(:disabled):not(.disabled):active, .btn-outline-topic-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-topic-blue.dropdown-toggle {
  color: #FFFFFF;
  background-color: #468AB2;
  border-color: #468AB2;
}
.btn-outline-topic-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-topic-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-topic-blue.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(70, 138, 178, 0.5);
}

.btn-outline-topic-red {
  color: #BF3227;
  border-color: #BF3227;
}
.btn-outline-topic-red:hover {
  color: #FFFFFF;
  background-color: #BF3227;
  border-color: #BF3227;
}
.btn-outline-topic-red:focus, .btn-outline-topic-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(191, 50, 39, 0.5);
}
.btn-outline-topic-red.disabled, .btn-outline-topic-red:disabled {
  color: #BF3227;
  background-color: transparent;
}
.btn-outline-topic-red:not(:disabled):not(.disabled):active, .btn-outline-topic-red:not(:disabled):not(.disabled).active, .show > .btn-outline-topic-red.dropdown-toggle {
  color: #FFFFFF;
  background-color: #BF3227;
  border-color: #BF3227;
}
.btn-outline-topic-red:not(:disabled):not(.disabled):active:focus, .btn-outline-topic-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-topic-red.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(191, 50, 39, 0.5);
}

.btn-outline-topic-gray {
  color: #868686;
  border-color: #868686;
}
.btn-outline-topic-gray:hover {
  color: #FFFFFF;
  background-color: #868686;
  border-color: #868686;
}
.btn-outline-topic-gray:focus, .btn-outline-topic-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 134, 134, 0.5);
}
.btn-outline-topic-gray.disabled, .btn-outline-topic-gray:disabled {
  color: #868686;
  background-color: transparent;
}
.btn-outline-topic-gray:not(:disabled):not(.disabled):active, .btn-outline-topic-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-topic-gray.dropdown-toggle {
  color: #FFFFFF;
  background-color: #868686;
  border-color: #868686;
}
.btn-outline-topic-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-topic-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-topic-gray.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(134, 134, 134, 0.5);
}

.btn-outline-color-box-red {
  color: #BF3227;
  border-color: #BF3227;
}
.btn-outline-color-box-red:hover {
  color: #FFFFFF;
  background-color: #BF3227;
  border-color: #BF3227;
}
.btn-outline-color-box-red:focus, .btn-outline-color-box-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(191, 50, 39, 0.5);
}
.btn-outline-color-box-red.disabled, .btn-outline-color-box-red:disabled {
  color: #BF3227;
  background-color: transparent;
}
.btn-outline-color-box-red:not(:disabled):not(.disabled):active, .btn-outline-color-box-red:not(:disabled):not(.disabled).active, .show > .btn-outline-color-box-red.dropdown-toggle {
  color: #FFFFFF;
  background-color: #BF3227;
  border-color: #BF3227;
}
.btn-outline-color-box-red:not(:disabled):not(.disabled):active:focus, .btn-outline-color-box-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-color-box-red.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(191, 50, 39, 0.5);
}

.btn-outline-color-box-orange {
  color: #EDCD64;
  border-color: #EDCD64;
}
.btn-outline-color-box-orange:hover {
  color: #161615;
  background-color: #EDCD64;
  border-color: #EDCD64;
}
.btn-outline-color-box-orange:focus, .btn-outline-color-box-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 205, 100, 0.5);
}
.btn-outline-color-box-orange.disabled, .btn-outline-color-box-orange:disabled {
  color: #EDCD64;
  background-color: transparent;
}
.btn-outline-color-box-orange:not(:disabled):not(.disabled):active, .btn-outline-color-box-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-color-box-orange.dropdown-toggle {
  color: #161615;
  background-color: #EDCD64;
  border-color: #EDCD64;
}
.btn-outline-color-box-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-color-box-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-color-box-orange.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(237, 205, 100, 0.5);
}

.btn-outline-color-box-green {
  color: #B5C752;
  border-color: #B5C752;
}
.btn-outline-color-box-green:hover {
  color: #161615;
  background-color: #B5C752;
  border-color: #B5C752;
}
.btn-outline-color-box-green:focus, .btn-outline-color-box-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 199, 82, 0.5);
}
.btn-outline-color-box-green.disabled, .btn-outline-color-box-green:disabled {
  color: #B5C752;
  background-color: transparent;
}
.btn-outline-color-box-green:not(:disabled):not(.disabled):active, .btn-outline-color-box-green:not(:disabled):not(.disabled).active, .show > .btn-outline-color-box-green.dropdown-toggle {
  color: #161615;
  background-color: #B5C752;
  border-color: #B5C752;
}
.btn-outline-color-box-green:not(:disabled):not(.disabled):active:focus, .btn-outline-color-box-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-color-box-green.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(181, 199, 82, 0.5);
}

.btn-outline-color-box-blue {
  color: #468AB2;
  border-color: #468AB2;
}
.btn-outline-color-box-blue:hover {
  color: #FFFFFF;
  background-color: #468AB2;
  border-color: #468AB2;
}
.btn-outline-color-box-blue:focus, .btn-outline-color-box-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 138, 178, 0.5);
}
.btn-outline-color-box-blue.disabled, .btn-outline-color-box-blue:disabled {
  color: #468AB2;
  background-color: transparent;
}
.btn-outline-color-box-blue:not(:disabled):not(.disabled):active, .btn-outline-color-box-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-color-box-blue.dropdown-toggle {
  color: #FFFFFF;
  background-color: #468AB2;
  border-color: #468AB2;
}
.btn-outline-color-box-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-color-box-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-color-box-blue.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(70, 138, 178, 0.5);
}

.btn-outline-color-box-anthracite {
  color: #868686;
  border-color: #868686;
}
.btn-outline-color-box-anthracite:hover {
  color: #FFFFFF;
  background-color: #868686;
  border-color: #868686;
}
.btn-outline-color-box-anthracite:focus, .btn-outline-color-box-anthracite.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 134, 134, 0.5);
}
.btn-outline-color-box-anthracite.disabled, .btn-outline-color-box-anthracite:disabled {
  color: #868686;
  background-color: transparent;
}
.btn-outline-color-box-anthracite:not(:disabled):not(.disabled):active, .btn-outline-color-box-anthracite:not(:disabled):not(.disabled).active, .show > .btn-outline-color-box-anthracite.dropdown-toggle {
  color: #FFFFFF;
  background-color: #868686;
  border-color: #868686;
}
.btn-outline-color-box-anthracite:not(:disabled):not(.disabled):active:focus, .btn-outline-color-box-anthracite:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-color-box-anthracite.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(134, 134, 134, 0.5);
}

.btn-outline-brown-70 {
  color: rgba(120, 104, 85, 0.7);
  border-color: rgba(120, 104, 85, 0.7);
}
.btn-outline-brown-70:hover {
  color: #FFFFFF;
  background-color: rgba(120, 104, 85, 0.7);
  border-color: rgba(120, 104, 85, 0.7);
}
.btn-outline-brown-70:focus, .btn-outline-brown-70.focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 104, 85, 0.5);
}
.btn-outline-brown-70.disabled, .btn-outline-brown-70:disabled {
  color: rgba(120, 104, 85, 0.7);
  background-color: transparent;
}
.btn-outline-brown-70:not(:disabled):not(.disabled):active, .btn-outline-brown-70:not(:disabled):not(.disabled).active, .show > .btn-outline-brown-70.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgba(120, 104, 85, 0.7);
  border-color: rgba(120, 104, 85, 0.7);
}
.btn-outline-brown-70:not(:disabled):not(.disabled):active:focus, .btn-outline-brown-70:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brown-70.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(120, 104, 85, 0.5);
}

.btn-outline-collapse {
  color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.05);
}
.btn-outline-collapse:hover {
  color: #161615;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.05);
}
.btn-outline-collapse:focus, .btn-outline-collapse.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-collapse.disabled, .btn-outline-collapse:disabled {
  color: rgba(255, 255, 255, 0.05);
  background-color: transparent;
}
.btn-outline-collapse:not(:disabled):not(.disabled):active, .btn-outline-collapse:not(:disabled):not(.disabled).active, .show > .btn-outline-collapse.dropdown-toggle {
  color: #161615;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.05);
}
.btn-outline-collapse:not(:disabled):not(.disabled):active:focus, .btn-outline-collapse:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-collapse.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-sticky {
  color: #2B363A;
  border-color: #2B363A;
}
.btn-outline-sticky:hover {
  color: #FFFFFF;
  background-color: #2B363A;
  border-color: #2B363A;
}
.btn-outline-sticky:focus, .btn-outline-sticky.focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 54, 58, 0.5);
}
.btn-outline-sticky.disabled, .btn-outline-sticky:disabled {
  color: #2B363A;
  background-color: transparent;
}
.btn-outline-sticky:not(:disabled):not(.disabled):active, .btn-outline-sticky:not(:disabled):not(.disabled).active, .show > .btn-outline-sticky.dropdown-toggle {
  color: #FFFFFF;
  background-color: #2B363A;
  border-color: #2B363A;
}
.btn-outline-sticky:not(:disabled):not(.disabled):active:focus, .btn-outline-sticky:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sticky.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(43, 54, 58, 0.5);
}

.btn-outline-blue-global {
  color: #185FA5;
  border-color: #185FA5;
}
.btn-outline-blue-global:hover {
  color: #FFFFFF;
  background-color: #185FA5;
  border-color: #185FA5;
}
.btn-outline-blue-global:focus, .btn-outline-blue-global.focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 95, 165, 0.5);
}
.btn-outline-blue-global.disabled, .btn-outline-blue-global:disabled {
  color: #185FA5;
  background-color: transparent;
}
.btn-outline-blue-global:not(:disabled):not(.disabled):active, .btn-outline-blue-global:not(:disabled):not(.disabled).active, .show > .btn-outline-blue-global.dropdown-toggle {
  color: #FFFFFF;
  background-color: #185FA5;
  border-color: #185FA5;
}
.btn-outline-blue-global:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-global:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue-global.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(24, 95, 165, 0.5);
}

.btn-outline-red-global {
  color: #E30613;
  border-color: #E30613;
}
.btn-outline-red-global:hover {
  color: #FFFFFF;
  background-color: #E30613;
  border-color: #E30613;
}
.btn-outline-red-global:focus, .btn-outline-red-global.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
}
.btn-outline-red-global.disabled, .btn-outline-red-global:disabled {
  color: #E30613;
  background-color: transparent;
}
.btn-outline-red-global:not(:disabled):not(.disabled):active, .btn-outline-red-global:not(:disabled):not(.disabled).active, .show > .btn-outline-red-global.dropdown-toggle {
  color: #FFFFFF;
  background-color: #E30613;
  border-color: #E30613;
}
.btn-outline-red-global:not(:disabled):not(.disabled):active:focus, .btn-outline-red-global:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-global.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
}

.btn-outline-green-global {
  color: #84BE41;
  border-color: #84BE41;
}
.btn-outline-green-global:hover {
  color: #161615;
  background-color: #84BE41;
  border-color: #84BE41;
}
.btn-outline-green-global:focus, .btn-outline-green-global.focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 190, 65, 0.5);
}
.btn-outline-green-global.disabled, .btn-outline-green-global:disabled {
  color: #84BE41;
  background-color: transparent;
}
.btn-outline-green-global:not(:disabled):not(.disabled):active, .btn-outline-green-global:not(:disabled):not(.disabled).active, .show > .btn-outline-green-global.dropdown-toggle {
  color: #161615;
  background-color: #84BE41;
  border-color: #84BE41;
}
.btn-outline-green-global:not(:disabled):not(.disabled):active:focus, .btn-outline-green-global:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-global.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(132, 190, 65, 0.5);
}

.btn-outline-black-global {
  color: #000000;
  border-color: #000000;
}
.btn-outline-black-global:hover {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-black-global:focus, .btn-outline-black-global.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black-global.disabled, .btn-outline-black-global:disabled {
  color: #000000;
  background-color: transparent;
}
.btn-outline-black-global:not(:disabled):not(.disabled):active, .btn-outline-black-global:not(:disabled):not(.disabled).active, .show > .btn-outline-black-global.dropdown-toggle {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-black-global:not(:disabled):not(.disabled):active:focus, .btn-outline-black-global:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black-global.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-white-global {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-white-global:hover {
  color: #161615;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-white-global:focus, .btn-outline-white-global.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white-global.disabled, .btn-outline-white-global:disabled {
  color: #FFFFFF;
  background-color: transparent;
}
.btn-outline-white-global:not(:disabled):not(.disabled):active, .btn-outline-white-global:not(:disabled):not(.disabled).active, .show > .btn-outline-white-global.dropdown-toggle {
  color: #161615;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-white-global:not(:disabled):not(.disabled):active:focus, .btn-outline-white-global:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white-global.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-custom-gray {
  color: #CFCFCF;
  border-color: #CFCFCF;
}
.btn-outline-custom-gray:hover {
  color: #161615;
  background-color: #CFCFCF;
  border-color: #CFCFCF;
}
.btn-outline-custom-gray:focus, .btn-outline-custom-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 207, 207, 0.5);
}
.btn-outline-custom-gray.disabled, .btn-outline-custom-gray:disabled {
  color: #CFCFCF;
  background-color: transparent;
}
.btn-outline-custom-gray:not(:disabled):not(.disabled):active, .btn-outline-custom-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-custom-gray.dropdown-toggle {
  color: #161615;
  background-color: #CFCFCF;
  border-color: #CFCFCF;
}
.btn-outline-custom-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-custom-gray.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(207, 207, 207, 0.5);
}

.btn-outline-custom-gray2 {
  color: #CCCCCC;
  border-color: #CCCCCC;
}
.btn-outline-custom-gray2:hover {
  color: #161615;
  background-color: #CCCCCC;
  border-color: #CCCCCC;
}
.btn-outline-custom-gray2:focus, .btn-outline-custom-gray2.focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}
.btn-outline-custom-gray2.disabled, .btn-outline-custom-gray2:disabled {
  color: #CCCCCC;
  background-color: transparent;
}
.btn-outline-custom-gray2:not(:disabled):not(.disabled):active, .btn-outline-custom-gray2:not(:disabled):not(.disabled).active, .show > .btn-outline-custom-gray2.dropdown-toggle {
  color: #161615;
  background-color: #CCCCCC;
  border-color: #CCCCCC;
}
.btn-outline-custom-gray2:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-gray2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-custom-gray2.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

.btn-outline-global-row-beige-white {
  color: #FEFCF7;
  border-color: #FEFCF7;
}
.btn-outline-global-row-beige-white:hover {
  color: #161615;
  background-color: #FEFCF7;
  border-color: #FEFCF7;
}
.btn-outline-global-row-beige-white:focus, .btn-outline-global-row-beige-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 252, 247, 0.5);
}
.btn-outline-global-row-beige-white.disabled, .btn-outline-global-row-beige-white:disabled {
  color: #FEFCF7;
  background-color: transparent;
}
.btn-outline-global-row-beige-white:not(:disabled):not(.disabled):active, .btn-outline-global-row-beige-white:not(:disabled):not(.disabled).active, .show > .btn-outline-global-row-beige-white.dropdown-toggle {
  color: #161615;
  background-color: #FEFCF7;
  border-color: #FEFCF7;
}
.btn-outline-global-row-beige-white:not(:disabled):not(.disabled):active:focus, .btn-outline-global-row-beige-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-global-row-beige-white.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(254, 252, 247, 0.5);
}

.btn-outline-global-page-header-white {
  color: #EEEEEE;
  border-color: #EEEEEE;
}
.btn-outline-global-page-header-white:hover {
  color: #161615;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}
.btn-outline-global-page-header-white:focus, .btn-outline-global-page-header-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}
.btn-outline-global-page-header-white.disabled, .btn-outline-global-page-header-white:disabled {
  color: #EEEEEE;
  background-color: transparent;
}
.btn-outline-global-page-header-white:not(:disabled):not(.disabled):active, .btn-outline-global-page-header-white:not(:disabled):not(.disabled).active, .show > .btn-outline-global-page-header-white.dropdown-toggle {
  color: #161615;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}
.btn-outline-global-page-header-white:not(:disabled):not(.disabled):active:focus, .btn-outline-global-page-header-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-global-page-header-white.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-outline-global-color-box-bg {
  color: #F7F7F7;
  border-color: #F7F7F7;
}
.btn-outline-global-color-box-bg:hover {
  color: #161615;
  background-color: #F7F7F7;
  border-color: #F7F7F7;
}
.btn-outline-global-color-box-bg:focus, .btn-outline-global-color-box-bg.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
}
.btn-outline-global-color-box-bg.disabled, .btn-outline-global-color-box-bg:disabled {
  color: #F7F7F7;
  background-color: transparent;
}
.btn-outline-global-color-box-bg:not(:disabled):not(.disabled):active, .btn-outline-global-color-box-bg:not(:disabled):not(.disabled).active, .show > .btn-outline-global-color-box-bg.dropdown-toggle {
  color: #161615;
  background-color: #F7F7F7;
  border-color: #F7F7F7;
}
.btn-outline-global-color-box-bg:not(:disabled):not(.disabled):active:focus, .btn-outline-global-color-box-bg:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-global-color-box-bg.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
}

.btn-outline-global-well-container-bg {
  color: #F6F6F6;
  border-color: #F6F6F6;
}
.btn-outline-global-well-container-bg:hover {
  color: #161615;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}
.btn-outline-global-well-container-bg:focus, .btn-outline-global-well-container-bg.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
}
.btn-outline-global-well-container-bg.disabled, .btn-outline-global-well-container-bg:disabled {
  color: #F6F6F6;
  background-color: transparent;
}
.btn-outline-global-well-container-bg:not(:disabled):not(.disabled):active, .btn-outline-global-well-container-bg:not(:disabled):not(.disabled).active, .show > .btn-outline-global-well-container-bg.dropdown-toggle {
  color: #161615;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}
.btn-outline-global-well-container-bg:not(:disabled):not(.disabled):active:focus, .btn-outline-global-well-container-bg:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-global-well-container-bg.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
}

.btn-outline-global-list-group-border {
  color: #EBEBEB;
  border-color: #EBEBEB;
}
.btn-outline-global-list-group-border:hover {
  color: #161615;
  background-color: #EBEBEB;
  border-color: #EBEBEB;
}
.btn-outline-global-list-group-border:focus, .btn-outline-global-list-group-border.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 235, 235, 0.5);
}
.btn-outline-global-list-group-border.disabled, .btn-outline-global-list-group-border:disabled {
  color: #EBEBEB;
  background-color: transparent;
}
.btn-outline-global-list-group-border:not(:disabled):not(.disabled):active, .btn-outline-global-list-group-border:not(:disabled):not(.disabled).active, .show > .btn-outline-global-list-group-border.dropdown-toggle {
  color: #161615;
  background-color: #EBEBEB;
  border-color: #EBEBEB;
}
.btn-outline-global-list-group-border:not(:disabled):not(.disabled):active:focus, .btn-outline-global-list-group-border:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-global-list-group-border.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(235, 235, 235, 0.5);
}

.btn-outline-global-gray-444 {
  color: #444444;
  border-color: #444444;
}
.btn-outline-global-gray-444:hover {
  color: #FFFFFF;
  background-color: #444444;
  border-color: #444444;
}
.btn-outline-global-gray-444:focus, .btn-outline-global-gray-444.focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
}
.btn-outline-global-gray-444.disabled, .btn-outline-global-gray-444:disabled {
  color: #444444;
  background-color: transparent;
}
.btn-outline-global-gray-444:not(:disabled):not(.disabled):active, .btn-outline-global-gray-444:not(:disabled):not(.disabled).active, .show > .btn-outline-global-gray-444.dropdown-toggle {
  color: #FFFFFF;
  background-color: #444444;
  border-color: #444444;
}
.btn-outline-global-gray-444:not(:disabled):not(.disabled):active:focus, .btn-outline-global-gray-444:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-global-gray-444.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
}

.btn-outline-global-gray-555 {
  color: #555555;
  border-color: #555555;
}
.btn-outline-global-gray-555:hover {
  color: #FFFFFF;
  background-color: #555555;
  border-color: #555555;
}
.btn-outline-global-gray-555:focus, .btn-outline-global-gray-555.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
}
.btn-outline-global-gray-555.disabled, .btn-outline-global-gray-555:disabled {
  color: #555555;
  background-color: transparent;
}
.btn-outline-global-gray-555:not(:disabled):not(.disabled):active, .btn-outline-global-gray-555:not(:disabled):not(.disabled).active, .show > .btn-outline-global-gray-555.dropdown-toggle {
  color: #FFFFFF;
  background-color: #555555;
  border-color: #555555;
}
.btn-outline-global-gray-555:not(:disabled):not(.disabled):active:focus, .btn-outline-global-gray-555:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-global-gray-555.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
}

.btn-outline-global-content-table-border {
  color: #DADADA;
  border-color: #DADADA;
}
.btn-outline-global-content-table-border:hover {
  color: #161615;
  background-color: #DADADA;
  border-color: #DADADA;
}
.btn-outline-global-content-table-border:focus, .btn-outline-global-content-table-border.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.5);
}
.btn-outline-global-content-table-border.disabled, .btn-outline-global-content-table-border:disabled {
  color: #DADADA;
  background-color: transparent;
}
.btn-outline-global-content-table-border:not(:disabled):not(.disabled):active, .btn-outline-global-content-table-border:not(:disabled):not(.disabled).active, .show > .btn-outline-global-content-table-border.dropdown-toggle {
  color: #161615;
  background-color: #DADADA;
  border-color: #DADADA;
}
.btn-outline-global-content-table-border:not(:disabled):not(.disabled):active:focus, .btn-outline-global-content-table-border:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-global-content-table-border.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(218, 218, 218, 0.5);
}

.btn-outline-global-gradient-base-blue {
  color: #0E77BD;
  border-color: #0E77BD;
}
.btn-outline-global-gradient-base-blue:hover {
  color: #FFFFFF;
  background-color: #0E77BD;
  border-color: #0E77BD;
}
.btn-outline-global-gradient-base-blue:focus, .btn-outline-global-gradient-base-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 119, 189, 0.5);
}
.btn-outline-global-gradient-base-blue.disabled, .btn-outline-global-gradient-base-blue:disabled {
  color: #0E77BD;
  background-color: transparent;
}
.btn-outline-global-gradient-base-blue:not(:disabled):not(.disabled):active, .btn-outline-global-gradient-base-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-global-gradient-base-blue.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0E77BD;
  border-color: #0E77BD;
}
.btn-outline-global-gradient-base-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-global-gradient-base-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-global-gradient-base-blue.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(14, 119, 189, 0.5);
}

.btn-outline-global-gradient-base-blue-dark {
  color: #062E48;
  border-color: #062E48;
}
.btn-outline-global-gradient-base-blue-dark:hover {
  color: #FFFFFF;
  background-color: #062E48;
  border-color: #062E48;
}
.btn-outline-global-gradient-base-blue-dark:focus, .btn-outline-global-gradient-base-blue-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 46, 72, 0.5);
}
.btn-outline-global-gradient-base-blue-dark.disabled, .btn-outline-global-gradient-base-blue-dark:disabled {
  color: #062E48;
  background-color: transparent;
}
.btn-outline-global-gradient-base-blue-dark:not(:disabled):not(.disabled):active, .btn-outline-global-gradient-base-blue-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-global-gradient-base-blue-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #062E48;
  border-color: #062E48;
}
.btn-outline-global-gradient-base-blue-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-global-gradient-base-blue-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-global-gradient-base-blue-dark.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(6, 46, 72, 0.5);
}

.btn-outline-global-gradient-base-blue-v2 {
  color: #0070BA;
  border-color: #0070BA;
}
.btn-outline-global-gradient-base-blue-v2:hover {
  color: #FFFFFF;
  background-color: #0070BA;
  border-color: #0070BA;
}
.btn-outline-global-gradient-base-blue-v2:focus, .btn-outline-global-gradient-base-blue-v2.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 186, 0.5);
}
.btn-outline-global-gradient-base-blue-v2.disabled, .btn-outline-global-gradient-base-blue-v2:disabled {
  color: #0070BA;
  background-color: transparent;
}
.btn-outline-global-gradient-base-blue-v2:not(:disabled):not(.disabled):active, .btn-outline-global-gradient-base-blue-v2:not(:disabled):not(.disabled).active, .show > .btn-outline-global-gradient-base-blue-v2.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0070BA;
  border-color: #0070BA;
}
.btn-outline-global-gradient-base-blue-v2:not(:disabled):not(.disabled):active:focus, .btn-outline-global-gradient-base-blue-v2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-global-gradient-base-blue-v2.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(0, 112, 186, 0.5);
}

.btn-outline-global-gradient-base-blue-dark-v2 {
  color: #002A45;
  border-color: #002A45;
}
.btn-outline-global-gradient-base-blue-dark-v2:hover {
  color: #FFFFFF;
  background-color: #002A45;
  border-color: #002A45;
}
.btn-outline-global-gradient-base-blue-dark-v2:focus, .btn-outline-global-gradient-base-blue-dark-v2.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 42, 69, 0.5);
}
.btn-outline-global-gradient-base-blue-dark-v2.disabled, .btn-outline-global-gradient-base-blue-dark-v2:disabled {
  color: #002A45;
  background-color: transparent;
}
.btn-outline-global-gradient-base-blue-dark-v2:not(:disabled):not(.disabled):active, .btn-outline-global-gradient-base-blue-dark-v2:not(:disabled):not(.disabled).active, .show > .btn-outline-global-gradient-base-blue-dark-v2.dropdown-toggle {
  color: #FFFFFF;
  background-color: #002A45;
  border-color: #002A45;
}
.btn-outline-global-gradient-base-blue-dark-v2:not(:disabled):not(.disabled):active:focus, .btn-outline-global-gradient-base-blue-dark-v2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-global-gradient-base-blue-dark-v2.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(0, 42, 69, 0.5);
}

.btn-outline-shadowbase-blue {
  color: #144C72;
  border-color: #144C72;
}
.btn-outline-shadowbase-blue:hover {
  color: #FFFFFF;
  background-color: #144C72;
  border-color: #144C72;
}
.btn-outline-shadowbase-blue:focus, .btn-outline-shadowbase-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 76, 114, 0.5);
}
.btn-outline-shadowbase-blue.disabled, .btn-outline-shadowbase-blue:disabled {
  color: #144C72;
  background-color: transparent;
}
.btn-outline-shadowbase-blue:not(:disabled):not(.disabled):active, .btn-outline-shadowbase-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-shadowbase-blue.dropdown-toggle {
  color: #FFFFFF;
  background-color: #144C72;
  border-color: #144C72;
}
.btn-outline-shadowbase-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-shadowbase-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-shadowbase-blue.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(20, 76, 114, 0.5);
}

.btn-outline-article-block-color {
  color: #888888;
  border-color: #888888;
}
.btn-outline-article-block-color:hover {
  color: #FFFFFF;
  background-color: #888888;
  border-color: #888888;
}
.btn-outline-article-block-color:focus, .btn-outline-article-block-color.focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 136, 136, 0.5);
}
.btn-outline-article-block-color.disabled, .btn-outline-article-block-color:disabled {
  color: #888888;
  background-color: transparent;
}
.btn-outline-article-block-color:not(:disabled):not(.disabled):active, .btn-outline-article-block-color:not(:disabled):not(.disabled).active, .show > .btn-outline-article-block-color.dropdown-toggle {
  color: #FFFFFF;
  background-color: #888888;
  border-color: #888888;
}
.btn-outline-article-block-color:not(:disabled):not(.disabled):active:focus, .btn-outline-article-block-color:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-article-block-color.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(136, 136, 136, 0.5);
}

.btn-outline-image-box-bg-color {
  color: #417EA4;
  border-color: #417EA4;
}
.btn-outline-image-box-bg-color:hover {
  color: #FFFFFF;
  background-color: #417EA4;
  border-color: #417EA4;
}
.btn-outline-image-box-bg-color:focus, .btn-outline-image-box-bg-color.focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 126, 164, 0.5);
}
.btn-outline-image-box-bg-color.disabled, .btn-outline-image-box-bg-color:disabled {
  color: #417EA4;
  background-color: transparent;
}
.btn-outline-image-box-bg-color:not(:disabled):not(.disabled):active, .btn-outline-image-box-bg-color:not(:disabled):not(.disabled).active, .show > .btn-outline-image-box-bg-color.dropdown-toggle {
  color: #FFFFFF;
  background-color: #417EA4;
  border-color: #417EA4;
}
.btn-outline-image-box-bg-color:not(:disabled):not(.disabled):active:focus, .btn-outline-image-box-bg-color:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-image-box-bg-color.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(65, 126, 164, 0.5);
}

.btn-outline-start-slider-text-box-color {
  color: #878787;
  border-color: #878787;
}
.btn-outline-start-slider-text-box-color:hover {
  color: #FFFFFF;
  background-color: #878787;
  border-color: #878787;
}
.btn-outline-start-slider-text-box-color:focus, .btn-outline-start-slider-text-box-color.focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 135, 135, 0.5);
}
.btn-outline-start-slider-text-box-color.disabled, .btn-outline-start-slider-text-box-color:disabled {
  color: #878787;
  background-color: transparent;
}
.btn-outline-start-slider-text-box-color:not(:disabled):not(.disabled):active, .btn-outline-start-slider-text-box-color:not(:disabled):not(.disabled).active, .show > .btn-outline-start-slider-text-box-color.dropdown-toggle {
  color: #FFFFFF;
  background-color: #878787;
  border-color: #878787;
}
.btn-outline-start-slider-text-box-color:not(:disabled):not(.disabled):active:focus, .btn-outline-start-slider-text-box-color:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-start-slider-text-box-color.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(135, 135, 135, 0.5);
}

.btn-outline-swiper-slide-thumb-border {
  color: #666666;
  border-color: #666666;
}
.btn-outline-swiper-slide-thumb-border:hover {
  color: #FFFFFF;
  background-color: #666666;
  border-color: #666666;
}
.btn-outline-swiper-slide-thumb-border:focus, .btn-outline-swiper-slide-thumb-border.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}
.btn-outline-swiper-slide-thumb-border.disabled, .btn-outline-swiper-slide-thumb-border:disabled {
  color: #666666;
  background-color: transparent;
}
.btn-outline-swiper-slide-thumb-border:not(:disabled):not(.disabled):active, .btn-outline-swiper-slide-thumb-border:not(:disabled):not(.disabled).active, .show > .btn-outline-swiper-slide-thumb-border.dropdown-toggle {
  color: #FFFFFF;
  background-color: #666666;
  border-color: #666666;
}
.btn-outline-swiper-slide-thumb-border:not(:disabled):not(.disabled):active:focus, .btn-outline-swiper-slide-thumb-border:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-swiper-slide-thumb-border.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.btn-outline-trigger-organizations-color {
  color: #DDDDDD;
  border-color: #DDDDDD;
}
.btn-outline-trigger-organizations-color:hover {
  color: #161615;
  background-color: #DDDDDD;
  border-color: #DDDDDD;
}
.btn-outline-trigger-organizations-color:focus, .btn-outline-trigger-organizations-color.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}
.btn-outline-trigger-organizations-color.disabled, .btn-outline-trigger-organizations-color:disabled {
  color: #DDDDDD;
  background-color: transparent;
}
.btn-outline-trigger-organizations-color:not(:disabled):not(.disabled):active, .btn-outline-trigger-organizations-color:not(:disabled):not(.disabled).active, .show > .btn-outline-trigger-organizations-color.dropdown-toggle {
  color: #161615;
  background-color: #DDDDDD;
  border-color: #DDDDDD;
}
.btn-outline-trigger-organizations-color:not(:disabled):not(.disabled):active:focus, .btn-outline-trigger-organizations-color:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-trigger-organizations-color.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.btn-outline-selectize-input-border {
  color: #D0D0D0;
  border-color: #D0D0D0;
}
.btn-outline-selectize-input-border:hover {
  color: #161615;
  background-color: #D0D0D0;
  border-color: #D0D0D0;
}
.btn-outline-selectize-input-border:focus, .btn-outline-selectize-input-border.focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 208, 208, 0.5);
}
.btn-outline-selectize-input-border.disabled, .btn-outline-selectize-input-border:disabled {
  color: #D0D0D0;
  background-color: transparent;
}
.btn-outline-selectize-input-border:not(:disabled):not(.disabled):active, .btn-outline-selectize-input-border:not(:disabled):not(.disabled).active, .show > .btn-outline-selectize-input-border.dropdown-toggle {
  color: #161615;
  background-color: #D0D0D0;
  border-color: #D0D0D0;
}
.btn-outline-selectize-input-border:not(:disabled):not(.disabled):active:focus, .btn-outline-selectize-input-border:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-selectize-input-border.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(208, 208, 208, 0.5);
}

.btn-outline-selectize-control-color-1 {
  color: #FEFEFE;
  border-color: #FEFEFE;
}
.btn-outline-selectize-control-color-1:hover {
  color: #161615;
  background-color: #FEFEFE;
  border-color: #FEFEFE;
}
.btn-outline-selectize-control-color-1:focus, .btn-outline-selectize-control-color-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 254, 254, 0.5);
}
.btn-outline-selectize-control-color-1.disabled, .btn-outline-selectize-control-color-1:disabled {
  color: #FEFEFE;
  background-color: transparent;
}
.btn-outline-selectize-control-color-1:not(:disabled):not(.disabled):active, .btn-outline-selectize-control-color-1:not(:disabled):not(.disabled).active, .show > .btn-outline-selectize-control-color-1.dropdown-toggle {
  color: #161615;
  background-color: #FEFEFE;
  border-color: #FEFEFE;
}
.btn-outline-selectize-control-color-1:not(:disabled):not(.disabled):active:focus, .btn-outline-selectize-control-color-1:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-selectize-control-color-1.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(254, 254, 254, 0.5);
}

.btn-outline-selectize-control-color-2 {
  color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-outline-selectize-control-color-2:hover {
  color: #161615;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-outline-selectize-control-color-2:focus, .btn-outline-selectize-control-color-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}
.btn-outline-selectize-control-color-2.disabled, .btn-outline-selectize-control-color-2:disabled {
  color: #F2F2F2;
  background-color: transparent;
}
.btn-outline-selectize-control-color-2:not(:disabled):not(.disabled):active, .btn-outline-selectize-control-color-2:not(:disabled):not(.disabled).active, .show > .btn-outline-selectize-control-color-2.dropdown-toggle {
  color: #161615;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-outline-selectize-control-color-2:not(:disabled):not(.disabled):active:focus, .btn-outline-selectize-control-color-2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-selectize-control-color-2.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.btn-outline-selectize-control-single {
  color: #B8B8B8;
  border-color: #B8B8B8;
}
.btn-outline-selectize-control-single:hover {
  color: #161615;
  background-color: #B8B8B8;
  border-color: #B8B8B8;
}
.btn-outline-selectize-control-single:focus, .btn-outline-selectize-control-single.focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 184, 184, 0.5);
}
.btn-outline-selectize-control-single.disabled, .btn-outline-selectize-control-single:disabled {
  color: #B8B8B8;
  background-color: transparent;
}
.btn-outline-selectize-control-single:not(:disabled):not(.disabled):active, .btn-outline-selectize-control-single:not(:disabled):not(.disabled).active, .show > .btn-outline-selectize-control-single.dropdown-toggle {
  color: #161615;
  background-color: #B8B8B8;
  border-color: #B8B8B8;
}
.btn-outline-selectize-control-single:not(:disabled):not(.disabled):active:focus, .btn-outline-selectize-control-single:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-selectize-control-single.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(184, 184, 184, 0.5);
}

.btn-outline-social-media-border-color {
  color: #a2a2a2;
  border-color: #a2a2a2;
}
.btn-outline-social-media-border-color:hover {
  color: #161615;
  background-color: #a2a2a2;
  border-color: #a2a2a2;
}
.btn-outline-social-media-border-color:focus, .btn-outline-social-media-border-color.focus {
  box-shadow: 0 0 0 0.2rem rgba(162, 162, 162, 0.5);
}
.btn-outline-social-media-border-color.disabled, .btn-outline-social-media-border-color:disabled {
  color: #a2a2a2;
  background-color: transparent;
}
.btn-outline-social-media-border-color:not(:disabled):not(.disabled):active, .btn-outline-social-media-border-color:not(:disabled):not(.disabled).active, .show > .btn-outline-social-media-border-color.dropdown-toggle {
  color: #161615;
  background-color: #a2a2a2;
  border-color: #a2a2a2;
}
.btn-outline-social-media-border-color:not(:disabled):not(.disabled):active:focus, .btn-outline-social-media-border-color:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-social-media-border-color.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(162, 162, 162, 0.5);
}

.btn-outline-right-menu-bg-color {
  color: #E7E7E7;
  border-color: #E7E7E7;
}
.btn-outline-right-menu-bg-color:hover {
  color: #161615;
  background-color: #E7E7E7;
  border-color: #E7E7E7;
}
.btn-outline-right-menu-bg-color:focus, .btn-outline-right-menu-bg-color.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
}
.btn-outline-right-menu-bg-color.disabled, .btn-outline-right-menu-bg-color:disabled {
  color: #E7E7E7;
  background-color: transparent;
}
.btn-outline-right-menu-bg-color:not(:disabled):not(.disabled):active, .btn-outline-right-menu-bg-color:not(:disabled):not(.disabled).active, .show > .btn-outline-right-menu-bg-color.dropdown-toggle {
  color: #161615;
  background-color: #E7E7E7;
  border-color: #E7E7E7;
}
.btn-outline-right-menu-bg-color:not(:disabled):not(.disabled):active:focus, .btn-outline-right-menu-bg-color:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-right-menu-bg-color.dropdown-toggle:focus {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2), 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #498bb6;
  text-decoration: underline;
}
.btn-link:hover {
  color: #33617f;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #A7A8AA;
  pointer-events: none;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.642rem 1.25rem;
  font-size: 1rem;
  line-height: 0.8;
  border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #161615;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #498bb6;
  text-decoration: none;
  background-color: #F4F4F4;
}
.dropdown-item.active, .dropdown-item:active {
  color: #161615;
  text-decoration: none;
  background-color: #F4F4F4;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #A7A8AA;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

.dropdown-toggle-split {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
.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.9375rem;
  padding-left: 0.9375rem;
}

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

.btn-group.show .dropdown-toggle {
  box-shadow: 2px 2px 5px rgba(29, 29, 27, 0.2);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 1.25rem 0.88888rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1d1d1b;
  text-align: center;
  white-space: nowrap;
  background-color: #F4F4F4;
  border: 1px solid #A7A8AA;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.6rem;
  padding-left: 2rem;
  print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.5rem;
  height: 1.55rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  border-color: #498bb6;
  background-color: #498bb6;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: inset 0 1px 1px rgba(29, 29, 27, 0.075), 0 0 0 0.2rem rgba(73, 139, 182, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #498bb6;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #c8dce9;
  border-color: #c8dce9;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #A7A8AA;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #F4F4F4;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.05rem;
  left: -2rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  background-color: #FFFFFF;
  border: 2px solid #6DC9D1;
  box-shadow: inset 0 1px 1px rgba(29, 29, 27, 0.075);
}
.custom-control-label::after {
  position: absolute;
  top: 0.05rem;
  left: -2rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

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

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(73, 139, 182, 0.5);
}

.custom-switch {
  padding-left: 3.125rem;
}
.custom-switch .custom-control-label::before {
  left: -3.125rem;
  width: 2.625rem;
  pointer-events: all;
  border-radius: 0.75rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.05rem + 4px);
  left: calc(-3.125rem + 4px);
  width: calc(1.5rem - 8px);
  height: calc(1.5rem - 8px);
  background-color: #6DC9D1;
  border-radius: 0.75rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFFFFF;
  transform: translateX(1.125rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(73, 139, 182, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 64px;
  padding: 1.25rem 1.88888rem 1.25rem 0.88888rem;
  font-family: "simplon_bp_regularregular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1d1d1b;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='16' viewBox='0 0 384 512'%3e%3cpath fill='%23343534' d='M360.5 217.5l-152 143.1C203.9 365.8 197.9 368 192 368s-11.88-2.188-16.5-6.562L23.5 217.5C13.87 208.3 13.47 193.1 22.56 183.5C31.69 173.8 46.94 173.5 56.5 182.6L192 310.9l135.5-128.4c9.562-9.094 24.75-8.75 33.94 .9375C370.5 193.1 370.1 208.3 360.5 217.5z'/%3e%3c/svg%3e") no-repeat right 1rem center/24px 24px;
  border: 1px solid #A7A8AA;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(29, 29, 27, 0.075);
  appearance: none;
}
.custom-select:focus {
  border-color: #498bb6;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(29, 29, 27, 0.075), 0 0 0 0.2rem rgba(73, 139, 182, 0.25);
}
.custom-select:focus::-ms-value {
  color: #1d1d1b;
  background-color: #FFFFFF;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.88888rem;
  background-image: none;
}
.custom-select:disabled {
  color: #A7A8AA;
  background-color: #F4F4F4;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1d1d1b;
}

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

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

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 64px;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 64px;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #498bb6;
  box-shadow: 0 0 0 0.2rem rgba(73, 139, 182, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #F4F4F4;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 64px;
  padding: 1.25rem 0.88888rem;
  overflow: hidden;
  font-family: "simplon_bp_regularregular", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #1d1d1b;
  background-color: #FFFFFF;
  border: 1px solid #A7A8AA;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(29, 29, 27, 0.075);
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 2.5rem);
  padding: 1.25rem 0.88888rem;
  line-height: 1.6;
  color: #1d1d1b;
  content: "Browse";
  background-color: #F4F4F4;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(73, 139, 182, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(73, 139, 182, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(73, 139, 182, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #498bb6;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(29, 29, 27, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #c8dce9;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #E9E9E9;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(29, 29, 27, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #498bb6;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(29, 29, 27, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #c8dce9;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #E9E9E9;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(29, 29, 27, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #498bb6;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(29, 29, 27, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #c8dce9;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(29, 29, 27, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #E9E9E9;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #E9E9E9;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #D9D9D9;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #D9D9D9;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #D9D9D9;
}

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #A7A8AA;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #E9E9E9;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #F4F4F4 #F4F4F4 #E9E9E9;
}
.nav-tabs .nav-link.disabled {
  color: #A7A8AA;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #707070;
  background-color: #FFFFFF;
  border-color: #E9E9E9 #E9E9E9 #FFFFFF;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.5rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #498bb6;
}

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

.nav-justified > .nav-link,
.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,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  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;
  border-radius: 5px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(29, 29, 27, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(29, 29, 27, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(29, 29, 27, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(29, 29, 27, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(29, 29, 27, 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(29, 29, 27, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(29, 29, 27, 0.5);
  border-color: rgba(29, 29, 27, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2829, 29, 27, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(29, 29, 27, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(29, 29, 27, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(29, 29, 27, 0.9);
}

.navbar-dark .navbar-brand {
  color: #FFFFFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}
.navbar-dark .navbar-nav .nav-link {
  color: white;
}
.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: #FFFFFF;
}
.navbar-dark .navbar-toggler {
  color: white;
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: white;
}
.navbar-dark .navbar-text a {
  color: #FFFFFF;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(29, 29, 27, 0.125);
  border-radius: 0.5rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(29, 29, 27, 0.03);
  border-bottom: 1px solid rgba(29, 29, 27, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.5rem - 1px);
}

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

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

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

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

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

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

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.7222rem;
  list-style: none;
  background-color: inherit;
  border-radius: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #999999;
  content: "<";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #A7A8AA;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.5rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #498bb6;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #E9E9E9;
}
.page-link:hover {
  z-index: 2;
  color: #33617f;
  text-decoration: none;
  background-color: #F4F4F4;
  border-color: #E9E9E9;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(73, 139, 182, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #498bb6;
  border-color: #498bb6;
}
.page-item.disabled .page-link {
  color: #A7A8AA;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #E9E9E9;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.7rem;
  border-bottom-left-radius: 0.7rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 0.8;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #FFFFFF;
  background-color: #498bb6;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #FFFFFF;
  background-color: #3a6f92;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(73, 139, 182, 0.5);
}

.badge-secondary {
  color: #FFFFFF;
  background-color: #191B1D;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #FFFFFF;
  background-color: #010202;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 27, 29, 0.5);
}

.badge-success {
  color: #161615;
  background-color: #C6CC00;
}
a.badge-success:hover, a.badge-success:focus {
  color: #161615;
  background-color: #959900;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(198, 204, 0, 0.5);
}

.badge-info {
  color: #FFFFFF;
  background-color: #498bb6;
}
a.badge-info:hover, a.badge-info:focus {
  color: #FFFFFF;
  background-color: #3a6f92;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(73, 139, 182, 0.5);
}

.badge-warning {
  color: #161615;
  background-color: #FECC00;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #161615;
  background-color: #cba300;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 204, 0, 0.5);
}

.badge-danger {
  color: #FFFFFF;
  background-color: #C03324;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #FFFFFF;
  background-color: #95281c;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(192, 51, 36, 0.5);
}

.badge-light {
  color: #161615;
  background-color: #F4F4F4;
}
a.badge-light:hover, a.badge-light:focus {
  color: #161615;
  background-color: #dbdbdb;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.badge-dark {
  color: #FFFFFF;
  background-color: #343534;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #FFFFFF;
  background-color: #1b1b1b;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 53, 52, 0.5);
}

.badge-blue {
  color: #FFFFFF;
  background-color: #498bb6;
}
a.badge-blue:hover, a.badge-blue:focus {
  color: #FFFFFF;
  background-color: #3a6f92;
}
a.badge-blue:focus, a.badge-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(73, 139, 182, 0.5);
}

.badge-blue-v2 {
  color: #FFFFFF;
  background-color: #468AB2;
}
a.badge-blue-v2:hover, a.badge-blue-v2:focus {
  color: #FFFFFF;
  background-color: #386e8d;
}
a.badge-blue-v2:focus, a.badge-blue-v2.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(70, 138, 178, 0.5);
}

.badge-bluedark {
  color: #FFFFFF;
  background-color: #191B1D;
}
a.badge-bluedark:hover, a.badge-bluedark:focus {
  color: #FFFFFF;
  background-color: #010202;
}
a.badge-bluedark:focus, a.badge-bluedark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 27, 29, 0.5);
}

.badge-indigo {
  color: #FFFFFF;
  background-color: #06375B;
}
a.badge-indigo:hover, a.badge-indigo:focus {
  color: #FFFFFF;
  background-color: #031a2b;
}
a.badge-indigo:focus, a.badge-indigo.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(6, 55, 91, 0.5);
}

.badge-night-blue {
  color: #FFFFFF;
  background-color: #23527C;
}
a.badge-night-blue:hover, a.badge-night-blue:focus {
  color: #FFFFFF;
  background-color: #183854;
}
a.badge-night-blue:focus, a.badge-night-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(35, 82, 124, 0.5);
}

.badge-purple {
  color: #FFFFFF;
  background-color: #D4007A;
}
a.badge-purple:hover, a.badge-purple:focus {
  color: #FFFFFF;
  background-color: #a1005d;
}
a.badge-purple:focus, a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(212, 0, 122, 0.5);
}

.badge-pink {
  color: #FFFFFF;
  background-color: #E83E8C;
}
a.badge-pink:hover, a.badge-pink:focus {
  color: #FFFFFF;
  background-color: #d91a72;
}
a.badge-pink:focus, a.badge-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.badge-red {
  color: #FFFFFF;
  background-color: #C03324;
}
a.badge-red:hover, a.badge-red:focus {
  color: #FFFFFF;
  background-color: #95281c;
}
a.badge-red:focus, a.badge-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(192, 51, 36, 0.5);
}

.badge-reddark {
  color: #FFFFFF;
  background-color: #B00511;
}
a.badge-reddark:hover, a.badge-reddark:focus {
  color: #FFFFFF;
  background-color: #7e040c;
}
a.badge-reddark:focus, a.badge-reddark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(176, 5, 17, 0.5);
}

.badge-orange {
  color: #FFFFFF;
  background-color: #EF7d00;
}
a.badge-orange:hover, a.badge-orange:focus {
  color: #FFFFFF;
  background-color: #bc6200;
}
a.badge-orange:focus, a.badge-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 125, 0, 0.5);
}

.badge-yellow {
  color: #161615;
  background-color: #FECC00;
}
a.badge-yellow:hover, a.badge-yellow:focus {
  color: #161615;
  background-color: #cba300;
}
a.badge-yellow:focus, a.badge-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 204, 0, 0.5);
}

.badge-green {
  color: #161615;
  background-color: #C6CC00;
}
a.badge-green:hover, a.badge-green:focus {
  color: #161615;
  background-color: #959900;
}
a.badge-green:focus, a.badge-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(198, 204, 0, 0.5);
}

.badge-teal {
  color: #FFFFFF;
  background-color: #20C997;
}
a.badge-teal:hover, a.badge-teal:focus {
  color: #FFFFFF;
  background-color: #199d76;
}
a.badge-teal:focus, a.badge-teal.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.badge-cyan {
  color: #161615;
  background-color: #6DC9D1;
}
a.badge-cyan:hover, a.badge-cyan:focus {
  color: #161615;
  background-color: #46bbc5;
}
a.badge-cyan:focus, a.badge-cyan.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(109, 201, 209, 0.5);
}

.badge-white {
  color: #161615;
  background-color: #FFFFFF;
}
a.badge-white:hover, a.badge-white:focus {
  color: #161615;
  background-color: #e6e6e6;
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-white-light {
  color: #161615;
  background-color: rgba(255, 255, 255, 0.2);
}
a.badge-white-light:hover, a.badge-white-light:focus {
  color: #161615;
  background-color: rgba(230, 230, 230, 0.2);
}
a.badge-white-light:focus, a.badge-white-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-white-transparent {
  color: #161615;
  background-color: rgba(255, 255, 255, 0.1);
}
a.badge-white-transparent:hover, a.badge-white-transparent:focus {
  color: #161615;
  background-color: rgba(230, 230, 230, 0.1);
}
a.badge-white-transparent:focus, a.badge-white-transparent.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-gray-light {
  color: #161615;
  background-color: #F4F4F4;
}
a.badge-gray-light:hover, a.badge-gray-light:focus {
  color: #161615;
  background-color: #dbdbdb;
}
a.badge-gray-light:focus, a.badge-gray-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.badge-gray {
  color: #161615;
  background-color: #A7A8AA;
}
a.badge-gray:hover, a.badge-gray:focus {
  color: #161615;
  background-color: #8d8e91;
}
a.badge-gray:focus, a.badge-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(167, 168, 170, 0.5);
}

.badge-gray-dark {
  color: #FFFFFF;
  background-color: #343534;
}
a.badge-gray-dark:hover, a.badge-gray-dark:focus {
  color: #FFFFFF;
  background-color: #1b1b1b;
}
a.badge-gray-dark:focus, a.badge-gray-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 53, 52, 0.5);
}

.badge-black {
  color: #FFFFFF;
  background-color: #1d1d1b;
}
a.badge-black:hover, a.badge-black:focus {
  color: #FFFFFF;
  background-color: #030302;
}
a.badge-black:focus, a.badge-black.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(29, 29, 27, 0.5);
}

.badge-black-light {
  color: #FFFFFF;
  background-color: rgba(29, 29, 27, 0.2);
}
a.badge-black-light:hover, a.badge-black-light:focus {
  color: #FFFFFF;
  background-color: rgba(3, 3, 2, 0.2);
}
a.badge-black-light:focus, a.badge-black-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(29, 29, 27, 0.5);
}

.badge-brown {
  color: #FFFFFF;
  background-color: #786855;
}
a.badge-brown:hover, a.badge-brown:focus {
  color: #FFFFFF;
  background-color: #5a4e40;
}
a.badge-brown:focus, a.badge-brown.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(120, 104, 85, 0.5);
}

.badge-brownlight {
  color: #161615;
  background-color: #A19688;
}
a.badge-brownlight:hover, a.badge-brownlight:focus {
  color: #161615;
  background-color: #897d6d;
}
a.badge-brownlight:focus, a.badge-brownlight.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(161, 150, 136, 0.5);
}

.badge-graycustom {
  color: #161615;
  background-color: #979797;
}
a.badge-graycustom:hover, a.badge-graycustom:focus {
  color: #161615;
  background-color: #7e7e7e;
}
a.badge-graycustom:focus, a.badge-graycustom.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(151, 151, 151, 0.5);
}

.badge-grayunderline {
  color: #161615;
  background-color: #F5F5F5;
}
a.badge-grayunderline:hover, a.badge-grayunderline:focus {
  color: #161615;
  background-color: gainsboro;
}
a.badge-grayunderline:focus, a.badge-grayunderline.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.badge-topic-blue {
  color: #FFFFFF;
  background-color: #468AB2;
}
a.badge-topic-blue:hover, a.badge-topic-blue:focus {
  color: #FFFFFF;
  background-color: #386e8d;
}
a.badge-topic-blue:focus, a.badge-topic-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(70, 138, 178, 0.5);
}

.badge-topic-red {
  color: #FFFFFF;
  background-color: #BF3227;
}
a.badge-topic-red:hover, a.badge-topic-red:focus {
  color: #FFFFFF;
  background-color: #95271e;
}
a.badge-topic-red:focus, a.badge-topic-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(191, 50, 39, 0.5);
}

.badge-topic-gray {
  color: #FFFFFF;
  background-color: #868686;
}
a.badge-topic-gray:hover, a.badge-topic-gray:focus {
  color: #FFFFFF;
  background-color: #6d6d6d;
}
a.badge-topic-gray:focus, a.badge-topic-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(134, 134, 134, 0.5);
}

.badge-color-box-red {
  color: #FFFFFF;
  background-color: #BF3227;
}
a.badge-color-box-red:hover, a.badge-color-box-red:focus {
  color: #FFFFFF;
  background-color: #95271e;
}
a.badge-color-box-red:focus, a.badge-color-box-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(191, 50, 39, 0.5);
}

.badge-color-box-orange {
  color: #161615;
  background-color: #EDCD64;
}
a.badge-color-box-orange:hover, a.badge-color-box-orange:focus {
  color: #161615;
  background-color: #e8be36;
}
a.badge-color-box-orange:focus, a.badge-color-box-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(237, 205, 100, 0.5);
}

.badge-color-box-green {
  color: #161615;
  background-color: #B5C752;
}
a.badge-color-box-green:hover, a.badge-color-box-green:focus {
  color: #161615;
  background-color: #9cae38;
}
a.badge-color-box-green:focus, a.badge-color-box-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(181, 199, 82, 0.5);
}

.badge-color-box-blue {
  color: #FFFFFF;
  background-color: #468AB2;
}
a.badge-color-box-blue:hover, a.badge-color-box-blue:focus {
  color: #FFFFFF;
  background-color: #386e8d;
}
a.badge-color-box-blue:focus, a.badge-color-box-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(70, 138, 178, 0.5);
}

.badge-color-box-anthracite {
  color: #FFFFFF;
  background-color: #868686;
}
a.badge-color-box-anthracite:hover, a.badge-color-box-anthracite:focus {
  color: #FFFFFF;
  background-color: #6d6d6d;
}
a.badge-color-box-anthracite:focus, a.badge-color-box-anthracite.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(134, 134, 134, 0.5);
}

.badge-brown-70 {
  color: #FFFFFF;
  background-color: rgba(120, 104, 85, 0.7);
}
a.badge-brown-70:hover, a.badge-brown-70:focus {
  color: #FFFFFF;
  background-color: rgba(90, 78, 64, 0.7);
}
a.badge-brown-70:focus, a.badge-brown-70.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(120, 104, 85, 0.5);
}

.badge-collapse {
  color: #161615;
  background-color: rgba(255, 255, 255, 0.05);
}
a.badge-collapse:hover, a.badge-collapse:focus {
  color: #161615;
  background-color: rgba(230, 230, 230, 0.05);
}
a.badge-collapse:focus, a.badge-collapse.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-sticky {
  color: #FFFFFF;
  background-color: #2B363A;
}
a.badge-sticky:hover, a.badge-sticky:focus {
  color: #FFFFFF;
  background-color: #151b1d;
}
a.badge-sticky:focus, a.badge-sticky.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(43, 54, 58, 0.5);
}

.badge-blue-global {
  color: #FFFFFF;
  background-color: #185FA5;
}
a.badge-blue-global:hover, a.badge-blue-global:focus {
  color: #FFFFFF;
  background-color: #124578;
}
a.badge-blue-global:focus, a.badge-blue-global.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(24, 95, 165, 0.5);
}

.badge-red-global {
  color: #FFFFFF;
  background-color: #E30613;
}
a.badge-red-global:hover, a.badge-red-global:focus {
  color: #FFFFFF;
  background-color: #b1050f;
}
a.badge-red-global:focus, a.badge-red-global.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
}

.badge-green-global {
  color: #161615;
  background-color: #84BE41;
}
a.badge-green-global:hover, a.badge-green-global:focus {
  color: #161615;
  background-color: #6a9834;
}
a.badge-green-global:focus, a.badge-green-global.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(132, 190, 65, 0.5);
}

.badge-black-global {
  color: #FFFFFF;
  background-color: #000000;
}
a.badge-black-global:hover, a.badge-black-global:focus {
  color: #FFFFFF;
  background-color: black;
}
a.badge-black-global:focus, a.badge-black-global.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-white-global {
  color: #161615;
  background-color: #FFFFFF;
}
a.badge-white-global:hover, a.badge-white-global:focus {
  color: #161615;
  background-color: #e6e6e6;
}
a.badge-white-global:focus, a.badge-white-global.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-custom-gray {
  color: #161615;
  background-color: #CFCFCF;
}
a.badge-custom-gray:hover, a.badge-custom-gray:focus {
  color: #161615;
  background-color: #b6b6b6;
}
a.badge-custom-gray:focus, a.badge-custom-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(207, 207, 207, 0.5);
}

.badge-custom-gray2 {
  color: #161615;
  background-color: #CCCCCC;
}
a.badge-custom-gray2:hover, a.badge-custom-gray2:focus {
  color: #161615;
  background-color: #b3b3b3;
}
a.badge-custom-gray2:focus, a.badge-custom-gray2.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

.badge-global-row-beige-white {
  color: #161615;
  background-color: #FEFCF7;
}
a.badge-global-row-beige-white:hover, a.badge-global-row-beige-white:focus {
  color: #161615;
  background-color: #f8ebca;
}
a.badge-global-row-beige-white:focus, a.badge-global-row-beige-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 252, 247, 0.5);
}

.badge-global-page-header-white {
  color: #161615;
  background-color: #EEEEEE;
}
a.badge-global-page-header-white:hover, a.badge-global-page-header-white:focus {
  color: #161615;
  background-color: #d5d5d5;
}
a.badge-global-page-header-white:focus, a.badge-global-page-header-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.badge-global-color-box-bg {
  color: #161615;
  background-color: #F7F7F7;
}
a.badge-global-color-box-bg:hover, a.badge-global-color-box-bg:focus {
  color: #161615;
  background-color: #dedede;
}
a.badge-global-color-box-bg:focus, a.badge-global-color-box-bg.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
}

.badge-global-well-container-bg {
  color: #161615;
  background-color: #F6F6F6;
}
a.badge-global-well-container-bg:hover, a.badge-global-well-container-bg:focus {
  color: #161615;
  background-color: #dddddd;
}
a.badge-global-well-container-bg:focus, a.badge-global-well-container-bg.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
}

.badge-global-list-group-border {
  color: #161615;
  background-color: #EBEBEB;
}
a.badge-global-list-group-border:hover, a.badge-global-list-group-border:focus {
  color: #161615;
  background-color: #d2d2d2;
}
a.badge-global-list-group-border:focus, a.badge-global-list-group-border.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(235, 235, 235, 0.5);
}

.badge-global-gray-444 {
  color: #FFFFFF;
  background-color: #444444;
}
a.badge-global-gray-444:hover, a.badge-global-gray-444:focus {
  color: #FFFFFF;
  background-color: #2b2b2b;
}
a.badge-global-gray-444:focus, a.badge-global-gray-444.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
}

.badge-global-gray-555 {
  color: #FFFFFF;
  background-color: #555555;
}
a.badge-global-gray-555:hover, a.badge-global-gray-555:focus {
  color: #FFFFFF;
  background-color: #3c3c3c;
}
a.badge-global-gray-555:focus, a.badge-global-gray-555.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
}

.badge-global-content-table-border {
  color: #161615;
  background-color: #DADADA;
}
a.badge-global-content-table-border:hover, a.badge-global-content-table-border:focus {
  color: #161615;
  background-color: #c1c1c1;
}
a.badge-global-content-table-border:focus, a.badge-global-content-table-border.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.5);
}

.badge-global-gradient-base-blue {
  color: #FFFFFF;
  background-color: #0E77BD;
}
a.badge-global-gradient-base-blue:hover, a.badge-global-gradient-base-blue:focus {
  color: #FFFFFF;
  background-color: #0a598e;
}
a.badge-global-gradient-base-blue:focus, a.badge-global-gradient-base-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(14, 119, 189, 0.5);
}

.badge-global-gradient-base-blue-dark {
  color: #FFFFFF;
  background-color: #062E48;
}
a.badge-global-gradient-base-blue-dark:hover, a.badge-global-gradient-base-blue-dark:focus {
  color: #FFFFFF;
  background-color: #021019;
}
a.badge-global-gradient-base-blue-dark:focus, a.badge-global-gradient-base-blue-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(6, 46, 72, 0.5);
}

.badge-global-gradient-base-blue-v2 {
  color: #FFFFFF;
  background-color: #0070BA;
}
a.badge-global-gradient-base-blue-v2:hover, a.badge-global-gradient-base-blue-v2:focus {
  color: #FFFFFF;
  background-color: #005187;
}
a.badge-global-gradient-base-blue-v2:focus, a.badge-global-gradient-base-blue-v2.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 186, 0.5);
}

.badge-global-gradient-base-blue-dark-v2 {
  color: #FFFFFF;
  background-color: #002A45;
}
a.badge-global-gradient-base-blue-dark-v2:hover, a.badge-global-gradient-base-blue-dark-v2:focus {
  color: #FFFFFF;
  background-color: #000b12;
}
a.badge-global-gradient-base-blue-dark-v2:focus, a.badge-global-gradient-base-blue-dark-v2.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 42, 69, 0.5);
}

.badge-shadowbase-blue {
  color: #FFFFFF;
  background-color: #144C72;
}
a.badge-shadowbase-blue:hover, a.badge-shadowbase-blue:focus {
  color: #FFFFFF;
  background-color: #0c2f47;
}
a.badge-shadowbase-blue:focus, a.badge-shadowbase-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(20, 76, 114, 0.5);
}

.badge-article-block-color {
  color: #FFFFFF;
  background-color: #888888;
}
a.badge-article-block-color:hover, a.badge-article-block-color:focus {
  color: #FFFFFF;
  background-color: #6f6f6f;
}
a.badge-article-block-color:focus, a.badge-article-block-color.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(136, 136, 136, 0.5);
}

.badge-image-box-bg-color {
  color: #FFFFFF;
  background-color: #417EA4;
}
a.badge-image-box-bg-color:hover, a.badge-image-box-bg-color:focus {
  color: #FFFFFF;
  background-color: #33627f;
}
a.badge-image-box-bg-color:focus, a.badge-image-box-bg-color.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(65, 126, 164, 0.5);
}

.badge-start-slider-text-box-color {
  color: #FFFFFF;
  background-color: #878787;
}
a.badge-start-slider-text-box-color:hover, a.badge-start-slider-text-box-color:focus {
  color: #FFFFFF;
  background-color: #6e6e6e;
}
a.badge-start-slider-text-box-color:focus, a.badge-start-slider-text-box-color.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(135, 135, 135, 0.5);
}

.badge-swiper-slide-thumb-border {
  color: #FFFFFF;
  background-color: #666666;
}
a.badge-swiper-slide-thumb-border:hover, a.badge-swiper-slide-thumb-border:focus {
  color: #FFFFFF;
  background-color: #4d4d4d;
}
a.badge-swiper-slide-thumb-border:focus, a.badge-swiper-slide-thumb-border.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.badge-trigger-organizations-color {
  color: #161615;
  background-color: #DDDDDD;
}
a.badge-trigger-organizations-color:hover, a.badge-trigger-organizations-color:focus {
  color: #161615;
  background-color: #c4c4c4;
}
a.badge-trigger-organizations-color:focus, a.badge-trigger-organizations-color.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.badge-selectize-input-border {
  color: #161615;
  background-color: #D0D0D0;
}
a.badge-selectize-input-border:hover, a.badge-selectize-input-border:focus {
  color: #161615;
  background-color: #b7b7b7;
}
a.badge-selectize-input-border:focus, a.badge-selectize-input-border.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(208, 208, 208, 0.5);
}

.badge-selectize-control-color-1 {
  color: #161615;
  background-color: #FEFEFE;
}
a.badge-selectize-control-color-1:hover, a.badge-selectize-control-color-1:focus {
  color: #161615;
  background-color: #e5e5e5;
}
a.badge-selectize-control-color-1:focus, a.badge-selectize-control-color-1.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 254, 254, 0.5);
}

.badge-selectize-control-color-2 {
  color: #161615;
  background-color: #F2F2F2;
}
a.badge-selectize-control-color-2:hover, a.badge-selectize-control-color-2:focus {
  color: #161615;
  background-color: #d9d9d9;
}
a.badge-selectize-control-color-2:focus, a.badge-selectize-control-color-2.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.badge-selectize-control-single {
  color: #161615;
  background-color: #B8B8B8;
}
a.badge-selectize-control-single:hover, a.badge-selectize-control-single:focus {
  color: #161615;
  background-color: #9f9f9f;
}
a.badge-selectize-control-single:focus, a.badge-selectize-control-single.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(184, 184, 184, 0.5);
}

.badge-social-media-border-color {
  color: #161615;
  background-color: #a2a2a2;
}
a.badge-social-media-border-color:hover, a.badge-social-media-border-color:focus {
  color: #161615;
  background-color: #898989;
}
a.badge-social-media-border-color:focus, a.badge-social-media-border-color.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(162, 162, 162, 0.5);
}

.badge-right-menu-bg-color {
  color: #161615;
  background-color: #E7E7E7;
}
a.badge-right-menu-bg-color:hover, a.badge-right-menu-bg-color:focus {
  color: #161615;
  background-color: #cecece;
}
a.badge-right-menu-bg-color:focus, a.badge-right-menu-bg-color.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #34566c;
  background-color: #dbe8f0;
  border-color: #ccdfeb;
}
.alert-primary hr {
  border-top-color: #bad4e4;
}
.alert-primary .alert-link {
  color: #233b4a;
}

.alert-secondary {
  color: #1b1c1c;
  background-color: #d1d1d2;
  border-color: #bfbfc0;
}
.alert-secondary hr {
  border-top-color: #b2b2b3;
}
.alert-secondary .alert-link {
  color: #020202;
}

.alert-success {
  color: #75780d;
  background-color: #f4f5cc;
  border-color: #eff1b8;
}
.alert-success hr {
  border-top-color: #eaeda3;
}
.alert-success .alert-link {
  color: #484a08;
}

.alert-info {
  color: #34566c;
  background-color: #dbe8f0;
  border-color: #ccdfeb;
}
.alert-info hr {
  border-top-color: #bad4e4;
}
.alert-info .alert-link {
  color: #233b4a;
}

.alert-warning {
  color: #92780d;
  background-color: #fff5cc;
  border-color: #fff1b8;
}
.alert-warning hr {
  border-top-color: #ffec9f;
}
.alert-warning .alert-link {
  color: #635209;
}

.alert-danger {
  color: #722820;
  background-color: #f2d6d3;
  border-color: #edc6c2;
}
.alert-danger hr {
  border-top-color: #e7b4ae;
}
.alert-danger .alert-link {
  color: #4a1a15;
}

.alert-light {
  color: #8d8d8c;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-light hr {
  border-top-color: #efefef;
}
.alert-light .alert-link {
  color: #747472;
}

.alert-dark {
  color: #292928;
  background-color: #d6d7d6;
  border-color: #c6c6c6;
}
.alert-dark hr {
  border-top-color: #b9b9b9;
}
.alert-dark .alert-link {
  color: #0f0f0f;
}

.alert-blue {
  color: #34566c;
  background-color: #dbe8f0;
  border-color: #ccdfeb;
}
.alert-blue hr {
  border-top-color: #bad4e4;
}
.alert-blue .alert-link {
  color: #233b4a;
}

.alert-blue-v2 {
  color: #32566a;
  background-color: #dae8f0;
  border-color: #cbdee9;
}
.alert-blue-v2 hr {
  border-top-color: #b9d3e1;
}
.alert-blue-v2 .alert-link {
  color: #223a47;
}

.alert-bluedark {
  color: #1b1c1c;
  background-color: #d1d1d2;
  border-color: #bfbfc0;
}
.alert-bluedark hr {
  border-top-color: #b2b2b3;
}
.alert-bluedark .alert-link {
  color: #020202;
}

.alert-indigo {
  color: #112b3c;
  background-color: #cdd7de;
  border-color: #b9c7d1;
}
.alert-indigo hr {
  border-top-color: #aabbc7;
}
.alert-indigo .alert-link {
  color: #060f14;
}

.alert-night-blue {
  color: #20394d;
  background-color: #d3dce5;
  border-color: #c1cfda;
}
.alert-night-blue hr {
  border-top-color: #b1c3d0;
}
.alert-night-blue .alert-link {
  color: #111e29;
}

.alert-purple {
  color: #7c0e4c;
  background-color: #f6cce4;
  border-color: #f3b8da;
}
.alert-purple hr {
  border-top-color: #efa2cf;
}
.alert-purple .alert-link {
  color: #4e0930;
}

.alert-pink {
  color: #872e56;
  background-color: #fad8e8;
  border-color: #f9c9df;
}
.alert-pink hr {
  border-top-color: #f6b2d1;
}
.alert-pink .alert-link {
  color: #61213e;
}

.alert-red {
  color: #722820;
  background-color: #f2d6d3;
  border-color: #edc6c2;
}
.alert-red hr {
  border-top-color: #e7b4ae;
}
.alert-red .alert-link {
  color: #4a1a15;
}

.alert-reddark {
  color: #691116;
  background-color: #efcdcf;
  border-color: #e9b9bc;
}
.alert-reddark hr {
  border-top-color: #e3a6a9;
}
.alert-reddark .alert-link {
  color: #3d0a0d;
}

.alert-orange {
  color: #8a4f0d;
  background-color: #fce5cc;
  border-color: #fbdbb8;
}
.alert-orange hr {
  border-top-color: #facfa0;
}
.alert-orange .alert-link {
  color: #5b3409;
}

.alert-yellow {
  color: #92780d;
  background-color: #fff5cc;
  border-color: #fff1b8;
}
.alert-yellow hr {
  border-top-color: #ffec9f;
}
.alert-yellow .alert-link {
  color: #635209;
}

.alert-green {
  color: #75780d;
  background-color: #f4f5cc;
  border-color: #eff1b8;
}
.alert-green hr {
  border-top-color: #eaeda3;
}
.alert-green .alert-link {
  color: #484a08;
}

.alert-teal {
  color: #1f765b;
  background-color: #d2f4ea;
  border-color: #c1f0e2;
}
.alert-teal hr {
  border-top-color: #acebd8;
}
.alert-teal .alert-link {
  color: #144e3c;
}

.alert-cyan {
  color: #47767a;
  background-color: #e2f4f6;
  border-color: #d6f0f2;
}
.alert-cyan hr {
  border-top-color: #c3e9ec;
}
.alert-cyan .alert-link {
  color: #34575a;
}

.alert-white {
  color: #939392;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #7a7a78;
}

.alert-white-light {
  color: rgba(53, 53, 51, 0.584);
  background-color: rgba(255, 255, 255, 0.84);
  border-color: rgba(255, 255, 255, 0.776);
}
.alert-white-light hr {
  border-top-color: rgba(242, 242, 242, 0.776);
}
.alert-white-light .alert-link {
  color: rgba(27, 27, 26, 0.584);
}

.alert-white-transparent {
  color: rgba(41, 41, 39, 0.532);
  background-color: rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 255, 255, 0.748);
}
.alert-white-transparent hr {
  border-top-color: rgba(242, 242, 242, 0.748);
}
.alert-white-transparent .alert-link {
  color: rgba(15, 15, 14, 0.532);
}

.alert-gray-light {
  color: #8d8d8c;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-gray-light hr {
  border-top-color: #efefef;
}
.alert-gray-light .alert-link {
  color: #747472;
}

.alert-gray {
  color: #656565;
  background-color: #edeeee;
  border-color: #e6e7e7;
}
.alert-gray hr {
  border-top-color: #d9dbdb;
}
.alert-gray .alert-link {
  color: #4c4c4c;
}

.alert-gray-dark {
  color: #292928;
  background-color: #d6d7d6;
  border-color: #c6c6c6;
}
.alert-gray-dark hr {
  border-top-color: #b9b9b9;
}
.alert-gray-dark .alert-link {
  color: #0f0f0f;
}

.alert-black {
  color: #1d1d1b;
  background-color: #d2d2d1;
  border-color: #c0c0bf;
}
.alert-black hr {
  border-top-color: #b3b3b2;
}
.alert-black .alert-link {
  color: #030302;
}

.alert-black-light {
  color: rgba(29, 29, 27, 0.584);
  background-color: rgba(249, 249, 249, 0.84);
  border-color: rgba(246, 246, 246, 0.776);
}
.alert-black-light hr {
  border-top-color: rgba(233, 233, 233, 0.776);
}
.alert-black-light .alert-link {
  color: rgba(3, 3, 2, 0.584);
}

.alert-brown {
  color: #4c4439;
  background-color: #e4e1dd;
  border-color: #d9d5cf;
}
.alert-brown hr {
  border-top-color: #cec9c1;
}
.alert-brown .alert-link {
  color: #2f2a23;
}

.alert-brownlight {
  color: #625c54;
  background-color: #eceae7;
  border-color: #e5e2de;
}
.alert-brownlight hr {
  border-top-color: #dad5d0;
}
.alert-brownlight .alert-link {
  color: #47423c;
}

.alert-graycustom {
  color: #5c5c5b;
  background-color: #eaeaea;
  border-color: #e2e2e2;
}
.alert-graycustom hr {
  border-top-color: #d5d5d5;
}
.alert-graycustom .alert-link {
  color: #424242;
}

.alert-grayunderline {
  color: #8d8d8c;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-grayunderline hr {
  border-top-color: #efefef;
}
.alert-grayunderline .alert-link {
  color: #747472;
}

.alert-topic-blue {
  color: #32566a;
  background-color: #dae8f0;
  border-color: #cbdee9;
}
.alert-topic-blue hr {
  border-top-color: #b9d3e1;
}
.alert-topic-blue .alert-link {
  color: #223a47;
}

.alert-topic-red {
  color: #712821;
  background-color: #f2d6d4;
  border-color: #edc6c3;
}
.alert-topic-red hr {
  border-top-color: #e7b3af;
}
.alert-topic-red .alert-link {
  color: #4a1a15;
}

.alert-topic-gray {
  color: #545453;
  background-color: #e7e7e7;
  border-color: #dddddd;
}
.alert-topic-gray hr {
  border-top-color: #d0d0d0;
}
.alert-topic-gray .alert-link {
  color: #3a3a3a;
}

.alert-color-box-red {
  color: #712821;
  background-color: #f2d6d4;
  border-color: #edc6c3;
}
.alert-color-box-red hr {
  border-top-color: #e7b3af;
}
.alert-color-box-red .alert-link {
  color: #4a1a15;
}

.alert-color-box-orange {
  color: #897941;
  background-color: #fbf5e0;
  border-color: #faf1d4;
}
.alert-color-box-orange hr {
  border-top-color: #f7eabd;
}
.alert-color-box-orange .alert-link {
  color: #665a31;
}

.alert-color-box-green {
  color: #6c7538;
  background-color: #f0f4dc;
  border-color: #eaefcf;
}
.alert-color-box-green hr {
  border-top-color: #e2e9bc;
}
.alert-color-box-green .alert-link {
  color: #4c5327;
}

.alert-color-box-blue {
  color: #32566a;
  background-color: #dae8f0;
  border-color: #cbdee9;
}
.alert-color-box-blue hr {
  border-top-color: #b9d3e1;
}
.alert-color-box-blue .alert-link {
  color: #223a47;
}

.alert-color-box-anthracite {
  color: #545453;
  background-color: #e7e7e7;
  border-color: #dddddd;
}
.alert-color-box-anthracite hr {
  border-top-color: #d0d0d0;
}
.alert-color-box-anthracite .alert-link {
  color: #3a3a3a;
}

.alert-brown-70 {
  color: rgba(63, 57, 48, 0.844);
  background-color: rgba(239, 237, 235, 0.94);
  border-color: rgba(232, 229, 226, 0.916);
}
.alert-brown-70 hr {
  border-top-color: rgba(221, 216, 212, 0.916);
}
.alert-brown-70 .alert-link {
  color: rgba(34, 31, 26, 0.844);
}

.alert-collapse {
  color: rgba(35, 35, 33, 0.506);
  background-color: rgba(255, 255, 255, 0.81);
  border-color: rgba(255, 255, 255, 0.734);
}
.alert-collapse hr {
  border-top-color: rgba(242, 242, 242, 0.734);
}
.alert-collapse .alert-link {
  color: rgba(9, 9, 8, 0.506);
}

.alert-sticky {
  color: #242a2b;
  background-color: #d5d7d8;
  border-color: #c4c7c8;
}
.alert-sticky hr {
  border-top-color: #b7babc;
}
.alert-sticky .alert-link {
  color: #0d0f0f;
}

.alert-blue-global {
  color: #1a3f63;
  background-color: #d1dfed;
  border-color: #bed2e6;
}
.alert-blue-global hr {
  border-top-color: #acc5df;
}
.alert-blue-global .alert-link {
  color: #0f253b;
}

.alert-red-global {
  color: #841117;
  background-color: #f9cdd0;
  border-color: #f7b9bd;
}
.alert-red-global hr {
  border-top-color: #f4a2a7;
}
.alert-red-global .alert-link {
  color: #570b0f;
}

.alert-green-global {
  color: #53712f;
  background-color: #e6f2d9;
  border-color: #ddedca;
}
.alert-green-global hr {
  border-top-color: #d1e7b7;
}
.alert-green-global .alert-link {
  color: #394d20;
}

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

.alert-white-global {
  color: #939392;
  background-color: white;
  border-color: white;
}
.alert-white-global hr {
  border-top-color: #f2f2f2;
}
.alert-white-global .alert-link {
  color: #7a7a78;
}

.alert-custom-gray {
  color: #7a7a79;
  background-color: whitesmoke;
  border-color: #f2f2f2;
}
.alert-custom-gray hr {
  border-top-color: #e5e5e5;
}
.alert-custom-gray .alert-link {
  color: #606060;
}

.alert-custom-gray2 {
  color: #787877;
  background-color: whitesmoke;
  border-color: #f1f1f1;
}
.alert-custom-gray2 hr {
  border-top-color: #e4e4e4;
}
.alert-custom-gray2 .alert-link {
  color: #5e5e5e;
}

.alert-global-row-beige-white {
  color: #92918d;
  background-color: #fffefd;
  border-color: #fffefd;
}
.alert-global-row-beige-white hr {
  border-top-color: #fff1e4;
}
.alert-global-row-beige-white .alert-link {
  color: #797873;
}

.alert-global-page-header-white {
  color: #8a8a89;
  background-color: #fcfcfc;
  border-color: #fafafa;
}
.alert-global-page-header-white hr {
  border-top-color: #ededed;
}
.alert-global-page-header-white .alert-link {
  color: #707070;
}

.alert-global-color-box-bg {
  color: #8e8e8d;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
}
.alert-global-color-box-bg hr {
  border-top-color: #f0f0f0;
}
.alert-global-color-box-bg .alert-link {
  color: #757573;
}

.alert-global-well-container-bg {
  color: #8e8e8d;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-global-well-container-bg hr {
  border-top-color: #efefef;
}
.alert-global-well-container-bg .alert-link {
  color: #757573;
}

.alert-global-list-group-border {
  color: #888887;
  background-color: #fbfbfb;
  border-color: #f9f9f9;
}
.alert-global-list-group-border hr {
  border-top-color: #ececec;
}
.alert-global-list-group-border .alert-link {
  color: #6e6e6e;
}

.alert-global-gray-444 {
  color: #313130;
  background-color: #dadada;
  border-color: #cbcbcb;
}
.alert-global-gray-444 hr {
  border-top-color: #bebebe;
}
.alert-global-gray-444 .alert-link {
  color: #171717;
}

.alert-global-gray-555 {
  color: #3a3a39;
  background-color: #dddddd;
  border-color: #cfcfcf;
}
.alert-global-gray-555 hr {
  border-top-color: #c2c2c2;
}
.alert-global-gray-555 .alert-link {
  color: #202020;
}

.alert-global-content-table-border {
  color: #7f7f7e;
  background-color: #f8f8f8;
  border-color: whitesmoke;
}
.alert-global-content-table-border hr {
  border-top-color: #e8e8e8;
}
.alert-global-content-table-border .alert-link {
  color: #656565;
}

.alert-global-gradient-base-blue {
  color: #154c6f;
  background-color: #cfe4f2;
  border-color: #bcd9ed;
}
.alert-global-gradient-base-blue hr {
  border-top-color: #a8cee8;
}
.alert-global-gradient-base-blue .alert-link {
  color: #0d2f44;
}

.alert-global-gradient-base-blue-dark {
  color: #112632;
  background-color: #cdd5da;
  border-color: #b9c4cc;
}
.alert-global-gradient-base-blue-dark hr {
  border-top-color: #aab8c1;
}
.alert-global-gradient-base-blue-dark .alert-link {
  color: #04090c;
}

.alert-global-gradient-base-blue-v2 {
  color: #0e486e;
  background-color: #cce2f1;
  border-color: #b8d7ec;
}
.alert-global-gradient-base-blue-v2 hr {
  border-top-color: #a4cce7;
}
.alert-global-gradient-base-blue-v2 .alert-link {
  color: #082a41;
}

.alert-global-gradient-base-blue-dark-v2 {
  color: #0e2431;
  background-color: #ccd4da;
  border-color: #b8c3cb;
}
.alert-global-gradient-base-blue-dark-v2 hr {
  border-top-color: #a9b7c0;
}
.alert-global-gradient-base-blue-dark-v2 .alert-link {
  color: #030709;
}

.alert-shadowbase-blue {
  color: #183548;
  background-color: #d0dbe3;
  border-color: #bdcdd8;
}
.alert-shadowbase-blue hr {
  border-top-color: #adc1cf;
}
.alert-shadowbase-blue .alert-link {
  color: #0b1922;
}

.alert-article-block-color {
  color: #555554;
  background-color: #e7e7e7;
  border-color: #dedede;
}
.alert-article-block-color hr {
  border-top-color: #d1d1d1;
}
.alert-article-block-color .alert-link {
  color: #3b3b3b;
}

.alert-image-box-bg-color {
  color: #304f62;
  background-color: #d9e5ed;
  border-color: #cadbe6;
}
.alert-image-box-bg-color hr {
  border-top-color: #b9cfde;
}
.alert-image-box-bg-color .alert-link {
  color: #1f3340;
}

.alert-start-slider-text-box-color {
  color: #545453;
  background-color: #e7e7e7;
  border-color: #dddddd;
}
.alert-start-slider-text-box-color hr {
  border-top-color: #d0d0d0;
}
.alert-start-slider-text-box-color .alert-link {
  color: #3a3a3a;
}

.alert-swiper-slide-thumb-border {
  color: #434342;
  background-color: #e0e0e0;
  border-color: #d4d4d4;
}
.alert-swiper-slide-thumb-border hr {
  border-top-color: #c7c7c7;
}
.alert-swiper-slide-thumb-border .alert-link {
  color: #292929;
}

.alert-trigger-organizations-color {
  color: #818180;
  background-color: #f8f8f8;
  border-color: whitesmoke;
}
.alert-trigger-organizations-color hr {
  border-top-color: #e8e8e8;
}
.alert-trigger-organizations-color .alert-link {
  color: #676767;
}

.alert-selectize-input-border {
  color: #7a7a79;
  background-color: #f6f6f6;
  border-color: #f2f2f2;
}
.alert-selectize-input-border hr {
  border-top-color: #e5e5e5;
}
.alert-selectize-input-border .alert-link {
  color: #606060;
}

.alert-selectize-control-color-1 {
  color: #929291;
  background-color: white;
  border-color: white;
}
.alert-selectize-control-color-1 hr {
  border-top-color: #f2f2f2;
}
.alert-selectize-control-color-1 .alert-link {
  color: #797977;
}

.alert-selectize-control-color-2 {
  color: #8c8c8b;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.alert-selectize-control-color-2 hr {
  border-top-color: #eeeeee;
}
.alert-selectize-control-color-2 .alert-link {
  color: #727272;
}

.alert-selectize-control-single {
  color: #6e6e6d;
  background-color: #f1f1f1;
  border-color: #ebebeb;
}
.alert-selectize-control-single hr {
  border-top-color: #dedede;
}
.alert-selectize-control-single .alert-link {
  color: #545454;
}

.alert-social-media-border-color {
  color: #626261;
  background-color: #ececec;
  border-color: #e5e5e5;
}
.alert-social-media-border-color hr {
  border-top-color: #d8d8d8;
}
.alert-social-media-border-color .alert-link {
  color: #484848;
}

.alert-right-menu-bg-color {
  color: #868685;
  background-color: #fafafa;
  border-color: #f8f8f8;
}
.alert-right-menu-bg-color hr {
  border-top-color: #ebebeb;
}
.alert-right-menu-bg-color .alert-link {
  color: #6c6c6c;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #F4F4F4;
  border-radius: 0.5rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(29, 29, 27, 0.1);
}

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

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

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

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #707070;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #707070;
  text-decoration: none;
  background-color: #F9F9F9;
}
.list-group-item-action:active {
  color: #333333;
  background-color: #F4F4F4;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid rgba(29, 29, 27, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #A7A8AA;
  pointer-events: none;
  background-color: #FFFFFF;
}
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #498bb6;
  border-color: #498bb6;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-primary {
  color: #34566c;
  background-color: #ccdfeb;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #34566c;
  background-color: #bad4e4;
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #34566c;
  border-color: #34566c;
}

.list-group-item-secondary {
  color: #1b1c1c;
  background-color: #bfbfc0;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #1b1c1c;
  background-color: #b2b2b3;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #1b1c1c;
  border-color: #1b1c1c;
}

.list-group-item-success {
  color: #75780d;
  background-color: #eff1b8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #75780d;
  background-color: #eaeda3;
}
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #75780d;
  border-color: #75780d;
}

.list-group-item-info {
  color: #34566c;
  background-color: #ccdfeb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #34566c;
  background-color: #bad4e4;
}
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #34566c;
  border-color: #34566c;
}

.list-group-item-warning {
  color: #92780d;
  background-color: #fff1b8;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #92780d;
  background-color: #ffec9f;
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #92780d;
  border-color: #92780d;
}

.list-group-item-danger {
  color: #722820;
  background-color: #edc6c2;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #722820;
  background-color: #e7b4ae;
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #722820;
  border-color: #722820;
}

.list-group-item-light {
  color: #8d8d8c;
  background-color: #fcfcfc;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #8d8d8c;
  background-color: #efefef;
}
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #8d8d8c;
  border-color: #8d8d8c;
}

.list-group-item-dark {
  color: #292928;
  background-color: #c6c6c6;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #292928;
  background-color: #b9b9b9;
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #292928;
  border-color: #292928;
}

.list-group-item-blue {
  color: #34566c;
  background-color: #ccdfeb;
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #34566c;
  background-color: #bad4e4;
}
.list-group-item-blue.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #34566c;
  border-color: #34566c;
}

.list-group-item-blue-v2 {
  color: #32566a;
  background-color: #cbdee9;
}
.list-group-item-blue-v2.list-group-item-action:hover, .list-group-item-blue-v2.list-group-item-action:focus {
  color: #32566a;
  background-color: #b9d3e1;
}
.list-group-item-blue-v2.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #32566a;
  border-color: #32566a;
}

.list-group-item-bluedark {
  color: #1b1c1c;
  background-color: #bfbfc0;
}
.list-group-item-bluedark.list-group-item-action:hover, .list-group-item-bluedark.list-group-item-action:focus {
  color: #1b1c1c;
  background-color: #b2b2b3;
}
.list-group-item-bluedark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #1b1c1c;
  border-color: #1b1c1c;
}

.list-group-item-indigo {
  color: #112b3c;
  background-color: #b9c7d1;
}
.list-group-item-indigo.list-group-item-action:hover, .list-group-item-indigo.list-group-item-action:focus {
  color: #112b3c;
  background-color: #aabbc7;
}
.list-group-item-indigo.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #112b3c;
  border-color: #112b3c;
}

.list-group-item-night-blue {
  color: #20394d;
  background-color: #c1cfda;
}
.list-group-item-night-blue.list-group-item-action:hover, .list-group-item-night-blue.list-group-item-action:focus {
  color: #20394d;
  background-color: #b1c3d0;
}
.list-group-item-night-blue.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #20394d;
  border-color: #20394d;
}

.list-group-item-purple {
  color: #7c0e4c;
  background-color: #f3b8da;
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #7c0e4c;
  background-color: #efa2cf;
}
.list-group-item-purple.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #7c0e4c;
  border-color: #7c0e4c;
}

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

.list-group-item-red {
  color: #722820;
  background-color: #edc6c2;
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: #722820;
  background-color: #e7b4ae;
}
.list-group-item-red.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #722820;
  border-color: #722820;
}

.list-group-item-reddark {
  color: #691116;
  background-color: #e9b9bc;
}
.list-group-item-reddark.list-group-item-action:hover, .list-group-item-reddark.list-group-item-action:focus {
  color: #691116;
  background-color: #e3a6a9;
}
.list-group-item-reddark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #691116;
  border-color: #691116;
}

.list-group-item-orange {
  color: #8a4f0d;
  background-color: #fbdbb8;
}
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #8a4f0d;
  background-color: #facfa0;
}
.list-group-item-orange.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #8a4f0d;
  border-color: #8a4f0d;
}

.list-group-item-yellow {
  color: #92780d;
  background-color: #fff1b8;
}
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #92780d;
  background-color: #ffec9f;
}
.list-group-item-yellow.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #92780d;
  border-color: #92780d;
}

.list-group-item-green {
  color: #75780d;
  background-color: #eff1b8;
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #75780d;
  background-color: #eaeda3;
}
.list-group-item-green.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #75780d;
  border-color: #75780d;
}

.list-group-item-teal {
  color: #1f765b;
  background-color: #c1f0e2;
}
.list-group-item-teal.list-group-item-action:hover, .list-group-item-teal.list-group-item-action:focus {
  color: #1f765b;
  background-color: #acebd8;
}
.list-group-item-teal.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #1f765b;
  border-color: #1f765b;
}

.list-group-item-cyan {
  color: #47767a;
  background-color: #d6f0f2;
}
.list-group-item-cyan.list-group-item-action:hover, .list-group-item-cyan.list-group-item-action:focus {
  color: #47767a;
  background-color: #c3e9ec;
}
.list-group-item-cyan.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #47767a;
  border-color: #47767a;
}

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

.list-group-item-white-light {
  color: rgba(53, 53, 51, 0.584);
  background-color: rgba(255, 255, 255, 0.776);
}
.list-group-item-white-light.list-group-item-action:hover, .list-group-item-white-light.list-group-item-action:focus {
  color: rgba(53, 53, 51, 0.584);
  background-color: rgba(242, 242, 242, 0.776);
}
.list-group-item-white-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgba(53, 53, 51, 0.584);
  border-color: rgba(53, 53, 51, 0.584);
}

.list-group-item-white-transparent {
  color: rgba(41, 41, 39, 0.532);
  background-color: rgba(255, 255, 255, 0.748);
}
.list-group-item-white-transparent.list-group-item-action:hover, .list-group-item-white-transparent.list-group-item-action:focus {
  color: rgba(41, 41, 39, 0.532);
  background-color: rgba(242, 242, 242, 0.748);
}
.list-group-item-white-transparent.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgba(41, 41, 39, 0.532);
  border-color: rgba(41, 41, 39, 0.532);
}

.list-group-item-gray-light {
  color: #8d8d8c;
  background-color: #fcfcfc;
}
.list-group-item-gray-light.list-group-item-action:hover, .list-group-item-gray-light.list-group-item-action:focus {
  color: #8d8d8c;
  background-color: #efefef;
}
.list-group-item-gray-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #8d8d8c;
  border-color: #8d8d8c;
}

.list-group-item-gray {
  color: #656565;
  background-color: #e6e7e7;
}
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: #656565;
  background-color: #d9dbdb;
}
.list-group-item-gray.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #656565;
  border-color: #656565;
}

.list-group-item-gray-dark {
  color: #292928;
  background-color: #c6c6c6;
}
.list-group-item-gray-dark.list-group-item-action:hover, .list-group-item-gray-dark.list-group-item-action:focus {
  color: #292928;
  background-color: #b9b9b9;
}
.list-group-item-gray-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #292928;
  border-color: #292928;
}

.list-group-item-black {
  color: #1d1d1b;
  background-color: #c0c0bf;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: #1d1d1b;
  background-color: #b3b3b2;
}
.list-group-item-black.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}

.list-group-item-black-light {
  color: rgba(29, 29, 27, 0.584);
  background-color: rgba(246, 246, 246, 0.776);
}
.list-group-item-black-light.list-group-item-action:hover, .list-group-item-black-light.list-group-item-action:focus {
  color: rgba(29, 29, 27, 0.584);
  background-color: rgba(233, 233, 233, 0.776);
}
.list-group-item-black-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgba(29, 29, 27, 0.584);
  border-color: rgba(29, 29, 27, 0.584);
}

.list-group-item-brown {
  color: #4c4439;
  background-color: #d9d5cf;
}
.list-group-item-brown.list-group-item-action:hover, .list-group-item-brown.list-group-item-action:focus {
  color: #4c4439;
  background-color: #cec9c1;
}
.list-group-item-brown.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #4c4439;
  border-color: #4c4439;
}

.list-group-item-brownlight {
  color: #625c54;
  background-color: #e5e2de;
}
.list-group-item-brownlight.list-group-item-action:hover, .list-group-item-brownlight.list-group-item-action:focus {
  color: #625c54;
  background-color: #dad5d0;
}
.list-group-item-brownlight.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #625c54;
  border-color: #625c54;
}

.list-group-item-graycustom {
  color: #5c5c5b;
  background-color: #e2e2e2;
}
.list-group-item-graycustom.list-group-item-action:hover, .list-group-item-graycustom.list-group-item-action:focus {
  color: #5c5c5b;
  background-color: #d5d5d5;
}
.list-group-item-graycustom.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #5c5c5b;
  border-color: #5c5c5b;
}

.list-group-item-grayunderline {
  color: #8d8d8c;
  background-color: #fcfcfc;
}
.list-group-item-grayunderline.list-group-item-action:hover, .list-group-item-grayunderline.list-group-item-action:focus {
  color: #8d8d8c;
  background-color: #efefef;
}
.list-group-item-grayunderline.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #8d8d8c;
  border-color: #8d8d8c;
}

.list-group-item-topic-blue {
  color: #32566a;
  background-color: #cbdee9;
}
.list-group-item-topic-blue.list-group-item-action:hover, .list-group-item-topic-blue.list-group-item-action:focus {
  color: #32566a;
  background-color: #b9d3e1;
}
.list-group-item-topic-blue.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #32566a;
  border-color: #32566a;
}

.list-group-item-topic-red {
  color: #712821;
  background-color: #edc6c3;
}
.list-group-item-topic-red.list-group-item-action:hover, .list-group-item-topic-red.list-group-item-action:focus {
  color: #712821;
  background-color: #e7b3af;
}
.list-group-item-topic-red.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #712821;
  border-color: #712821;
}

.list-group-item-topic-gray {
  color: #545453;
  background-color: #dddddd;
}
.list-group-item-topic-gray.list-group-item-action:hover, .list-group-item-topic-gray.list-group-item-action:focus {
  color: #545453;
  background-color: #d0d0d0;
}
.list-group-item-topic-gray.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #545453;
  border-color: #545453;
}

.list-group-item-color-box-red {
  color: #712821;
  background-color: #edc6c3;
}
.list-group-item-color-box-red.list-group-item-action:hover, .list-group-item-color-box-red.list-group-item-action:focus {
  color: #712821;
  background-color: #e7b3af;
}
.list-group-item-color-box-red.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #712821;
  border-color: #712821;
}

.list-group-item-color-box-orange {
  color: #897941;
  background-color: #faf1d4;
}
.list-group-item-color-box-orange.list-group-item-action:hover, .list-group-item-color-box-orange.list-group-item-action:focus {
  color: #897941;
  background-color: #f7eabd;
}
.list-group-item-color-box-orange.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #897941;
  border-color: #897941;
}

.list-group-item-color-box-green {
  color: #6c7538;
  background-color: #eaefcf;
}
.list-group-item-color-box-green.list-group-item-action:hover, .list-group-item-color-box-green.list-group-item-action:focus {
  color: #6c7538;
  background-color: #e2e9bc;
}
.list-group-item-color-box-green.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #6c7538;
  border-color: #6c7538;
}

.list-group-item-color-box-blue {
  color: #32566a;
  background-color: #cbdee9;
}
.list-group-item-color-box-blue.list-group-item-action:hover, .list-group-item-color-box-blue.list-group-item-action:focus {
  color: #32566a;
  background-color: #b9d3e1;
}
.list-group-item-color-box-blue.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #32566a;
  border-color: #32566a;
}

.list-group-item-color-box-anthracite {
  color: #545453;
  background-color: #dddddd;
}
.list-group-item-color-box-anthracite.list-group-item-action:hover, .list-group-item-color-box-anthracite.list-group-item-action:focus {
  color: #545453;
  background-color: #d0d0d0;
}
.list-group-item-color-box-anthracite.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #545453;
  border-color: #545453;
}

.list-group-item-brown-70 {
  color: rgba(63, 57, 48, 0.844);
  background-color: rgba(232, 229, 226, 0.916);
}
.list-group-item-brown-70.list-group-item-action:hover, .list-group-item-brown-70.list-group-item-action:focus {
  color: rgba(63, 57, 48, 0.844);
  background-color: rgba(221, 216, 212, 0.916);
}
.list-group-item-brown-70.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgba(63, 57, 48, 0.844);
  border-color: rgba(63, 57, 48, 0.844);
}

.list-group-item-collapse {
  color: rgba(35, 35, 33, 0.506);
  background-color: rgba(255, 255, 255, 0.734);
}
.list-group-item-collapse.list-group-item-action:hover, .list-group-item-collapse.list-group-item-action:focus {
  color: rgba(35, 35, 33, 0.506);
  background-color: rgba(242, 242, 242, 0.734);
}
.list-group-item-collapse.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgba(35, 35, 33, 0.506);
  border-color: rgba(35, 35, 33, 0.506);
}

.list-group-item-sticky {
  color: #242a2b;
  background-color: #c4c7c8;
}
.list-group-item-sticky.list-group-item-action:hover, .list-group-item-sticky.list-group-item-action:focus {
  color: #242a2b;
  background-color: #b7babc;
}
.list-group-item-sticky.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #242a2b;
  border-color: #242a2b;
}

.list-group-item-blue-global {
  color: #1a3f63;
  background-color: #bed2e6;
}
.list-group-item-blue-global.list-group-item-action:hover, .list-group-item-blue-global.list-group-item-action:focus {
  color: #1a3f63;
  background-color: #acc5df;
}
.list-group-item-blue-global.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #1a3f63;
  border-color: #1a3f63;
}

.list-group-item-red-global {
  color: #841117;
  background-color: #f7b9bd;
}
.list-group-item-red-global.list-group-item-action:hover, .list-group-item-red-global.list-group-item-action:focus {
  color: #841117;
  background-color: #f4a2a7;
}
.list-group-item-red-global.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #841117;
  border-color: #841117;
}

.list-group-item-green-global {
  color: #53712f;
  background-color: #ddedca;
}
.list-group-item-green-global.list-group-item-action:hover, .list-group-item-green-global.list-group-item-action:focus {
  color: #53712f;
  background-color: #d1e7b7;
}
.list-group-item-green-global.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #53712f;
  border-color: #53712f;
}

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

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

.list-group-item-custom-gray {
  color: #7a7a79;
  background-color: #f2f2f2;
}
.list-group-item-custom-gray.list-group-item-action:hover, .list-group-item-custom-gray.list-group-item-action:focus {
  color: #7a7a79;
  background-color: #e5e5e5;
}
.list-group-item-custom-gray.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #7a7a79;
  border-color: #7a7a79;
}

.list-group-item-custom-gray2 {
  color: #787877;
  background-color: #f1f1f1;
}
.list-group-item-custom-gray2.list-group-item-action:hover, .list-group-item-custom-gray2.list-group-item-action:focus {
  color: #787877;
  background-color: #e4e4e4;
}
.list-group-item-custom-gray2.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #787877;
  border-color: #787877;
}

.list-group-item-global-row-beige-white {
  color: #92918d;
  background-color: #fffefd;
}
.list-group-item-global-row-beige-white.list-group-item-action:hover, .list-group-item-global-row-beige-white.list-group-item-action:focus {
  color: #92918d;
  background-color: #fff1e4;
}
.list-group-item-global-row-beige-white.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #92918d;
  border-color: #92918d;
}

.list-group-item-global-page-header-white {
  color: #8a8a89;
  background-color: #fafafa;
}
.list-group-item-global-page-header-white.list-group-item-action:hover, .list-group-item-global-page-header-white.list-group-item-action:focus {
  color: #8a8a89;
  background-color: #ededed;
}
.list-group-item-global-page-header-white.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #8a8a89;
  border-color: #8a8a89;
}

.list-group-item-global-color-box-bg {
  color: #8e8e8d;
  background-color: #fdfdfd;
}
.list-group-item-global-color-box-bg.list-group-item-action:hover, .list-group-item-global-color-box-bg.list-group-item-action:focus {
  color: #8e8e8d;
  background-color: #f0f0f0;
}
.list-group-item-global-color-box-bg.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #8e8e8d;
  border-color: #8e8e8d;
}

.list-group-item-global-well-container-bg {
  color: #8e8e8d;
  background-color: #fcfcfc;
}
.list-group-item-global-well-container-bg.list-group-item-action:hover, .list-group-item-global-well-container-bg.list-group-item-action:focus {
  color: #8e8e8d;
  background-color: #efefef;
}
.list-group-item-global-well-container-bg.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #8e8e8d;
  border-color: #8e8e8d;
}

.list-group-item-global-list-group-border {
  color: #888887;
  background-color: #f9f9f9;
}
.list-group-item-global-list-group-border.list-group-item-action:hover, .list-group-item-global-list-group-border.list-group-item-action:focus {
  color: #888887;
  background-color: #ececec;
}
.list-group-item-global-list-group-border.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #888887;
  border-color: #888887;
}

.list-group-item-global-gray-444 {
  color: #313130;
  background-color: #cbcbcb;
}
.list-group-item-global-gray-444.list-group-item-action:hover, .list-group-item-global-gray-444.list-group-item-action:focus {
  color: #313130;
  background-color: #bebebe;
}
.list-group-item-global-gray-444.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #313130;
  border-color: #313130;
}

.list-group-item-global-gray-555 {
  color: #3a3a39;
  background-color: #cfcfcf;
}
.list-group-item-global-gray-555.list-group-item-action:hover, .list-group-item-global-gray-555.list-group-item-action:focus {
  color: #3a3a39;
  background-color: #c2c2c2;
}
.list-group-item-global-gray-555.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #3a3a39;
  border-color: #3a3a39;
}

.list-group-item-global-content-table-border {
  color: #7f7f7e;
  background-color: whitesmoke;
}
.list-group-item-global-content-table-border.list-group-item-action:hover, .list-group-item-global-content-table-border.list-group-item-action:focus {
  color: #7f7f7e;
  background-color: #e8e8e8;
}
.list-group-item-global-content-table-border.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #7f7f7e;
  border-color: #7f7f7e;
}

.list-group-item-global-gradient-base-blue {
  color: #154c6f;
  background-color: #bcd9ed;
}
.list-group-item-global-gradient-base-blue.list-group-item-action:hover, .list-group-item-global-gradient-base-blue.list-group-item-action:focus {
  color: #154c6f;
  background-color: #a8cee8;
}
.list-group-item-global-gradient-base-blue.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #154c6f;
  border-color: #154c6f;
}

.list-group-item-global-gradient-base-blue-dark {
  color: #112632;
  background-color: #b9c4cc;
}
.list-group-item-global-gradient-base-blue-dark.list-group-item-action:hover, .list-group-item-global-gradient-base-blue-dark.list-group-item-action:focus {
  color: #112632;
  background-color: #aab8c1;
}
.list-group-item-global-gradient-base-blue-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #112632;
  border-color: #112632;
}

.list-group-item-global-gradient-base-blue-v2 {
  color: #0e486e;
  background-color: #b8d7ec;
}
.list-group-item-global-gradient-base-blue-v2.list-group-item-action:hover, .list-group-item-global-gradient-base-blue-v2.list-group-item-action:focus {
  color: #0e486e;
  background-color: #a4cce7;
}
.list-group-item-global-gradient-base-blue-v2.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #0e486e;
  border-color: #0e486e;
}

.list-group-item-global-gradient-base-blue-dark-v2 {
  color: #0e2431;
  background-color: #b8c3cb;
}
.list-group-item-global-gradient-base-blue-dark-v2.list-group-item-action:hover, .list-group-item-global-gradient-base-blue-dark-v2.list-group-item-action:focus {
  color: #0e2431;
  background-color: #a9b7c0;
}
.list-group-item-global-gradient-base-blue-dark-v2.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #0e2431;
  border-color: #0e2431;
}

.list-group-item-shadowbase-blue {
  color: #183548;
  background-color: #bdcdd8;
}
.list-group-item-shadowbase-blue.list-group-item-action:hover, .list-group-item-shadowbase-blue.list-group-item-action:focus {
  color: #183548;
  background-color: #adc1cf;
}
.list-group-item-shadowbase-blue.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #183548;
  border-color: #183548;
}

.list-group-item-article-block-color {
  color: #555554;
  background-color: #dedede;
}
.list-group-item-article-block-color.list-group-item-action:hover, .list-group-item-article-block-color.list-group-item-action:focus {
  color: #555554;
  background-color: #d1d1d1;
}
.list-group-item-article-block-color.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #555554;
  border-color: #555554;
}

.list-group-item-image-box-bg-color {
  color: #304f62;
  background-color: #cadbe6;
}
.list-group-item-image-box-bg-color.list-group-item-action:hover, .list-group-item-image-box-bg-color.list-group-item-action:focus {
  color: #304f62;
  background-color: #b9cfde;
}
.list-group-item-image-box-bg-color.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #304f62;
  border-color: #304f62;
}

.list-group-item-start-slider-text-box-color {
  color: #545453;
  background-color: #dddddd;
}
.list-group-item-start-slider-text-box-color.list-group-item-action:hover, .list-group-item-start-slider-text-box-color.list-group-item-action:focus {
  color: #545453;
  background-color: #d0d0d0;
}
.list-group-item-start-slider-text-box-color.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #545453;
  border-color: #545453;
}

.list-group-item-swiper-slide-thumb-border {
  color: #434342;
  background-color: #d4d4d4;
}
.list-group-item-swiper-slide-thumb-border.list-group-item-action:hover, .list-group-item-swiper-slide-thumb-border.list-group-item-action:focus {
  color: #434342;
  background-color: #c7c7c7;
}
.list-group-item-swiper-slide-thumb-border.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #434342;
  border-color: #434342;
}

.list-group-item-trigger-organizations-color {
  color: #818180;
  background-color: whitesmoke;
}
.list-group-item-trigger-organizations-color.list-group-item-action:hover, .list-group-item-trigger-organizations-color.list-group-item-action:focus {
  color: #818180;
  background-color: #e8e8e8;
}
.list-group-item-trigger-organizations-color.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #818180;
  border-color: #818180;
}

.list-group-item-selectize-input-border {
  color: #7a7a79;
  background-color: #f2f2f2;
}
.list-group-item-selectize-input-border.list-group-item-action:hover, .list-group-item-selectize-input-border.list-group-item-action:focus {
  color: #7a7a79;
  background-color: #e5e5e5;
}
.list-group-item-selectize-input-border.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #7a7a79;
  border-color: #7a7a79;
}

.list-group-item-selectize-control-color-1 {
  color: #929291;
  background-color: white;
}
.list-group-item-selectize-control-color-1.list-group-item-action:hover, .list-group-item-selectize-control-color-1.list-group-item-action:focus {
  color: #929291;
  background-color: #f2f2f2;
}
.list-group-item-selectize-control-color-1.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #929291;
  border-color: #929291;
}

.list-group-item-selectize-control-color-2 {
  color: #8c8c8b;
  background-color: #fbfbfb;
}
.list-group-item-selectize-control-color-2.list-group-item-action:hover, .list-group-item-selectize-control-color-2.list-group-item-action:focus {
  color: #8c8c8b;
  background-color: #eeeeee;
}
.list-group-item-selectize-control-color-2.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #8c8c8b;
  border-color: #8c8c8b;
}

.list-group-item-selectize-control-single {
  color: #6e6e6d;
  background-color: #ebebeb;
}
.list-group-item-selectize-control-single.list-group-item-action:hover, .list-group-item-selectize-control-single.list-group-item-action:focus {
  color: #6e6e6d;
  background-color: #dedede;
}
.list-group-item-selectize-control-single.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #6e6e6d;
  border-color: #6e6e6d;
}

.list-group-item-social-media-border-color {
  color: #626261;
  background-color: #e5e5e5;
}
.list-group-item-social-media-border-color.list-group-item-action:hover, .list-group-item-social-media-border-color.list-group-item-action:focus {
  color: #626261;
  background-color: #d8d8d8;
}
.list-group-item-social-media-border-color.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #626261;
  border-color: #626261;
}

.list-group-item-right-menu-bg-color {
  color: #868685;
  background-color: #f8f8f8;
}
.list-group-item-right-menu-bg-color.list-group-item-action:hover, .list-group-item-right-menu-bg-color.list-group-item-action:focus {
  color: #868685;
  background-color: #ebebeb;
}
.list-group-item-right-menu-bg-color.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #868685;
  border-color: #868685;
}

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

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

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

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

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #A7A8AA;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #F4F4F4;
  background-clip: padding-box;
  border: 1px solid rgba(29, 29, 27, 0.2);
  border-radius: 0.125rem;
  box-shadow: 0 0.25rem 0.5rem rgba(29, 29, 27, 0.5);
  outline: 0;
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5625rem 1.5625rem;
  border-bottom: 1px solid #EDEDED;
  border-top-left-radius: calc(0.125rem - 1px);
  border-top-right-radius: calc(0.125rem - 1px);
}
.modal-header .close {
  padding: 1.5625rem 1.5625rem;
  margin: -1.5625rem -1.5625rem -1.5625rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #EDEDED;
  border-bottom-right-radius: calc(0.125rem - 1px);
  border-bottom-left-radius: calc(0.125rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(29, 29, 27, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "FFMetaWebNormal", "FFMetaWebBook", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "FFMetaWebNormal", "FFMetaWebBook", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(29, 29, 27, 0.2);
  border-radius: 0.7rem;
  box-shadow: 0 0.25rem 0.5rem rgba(29, 29, 27, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.7rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(29, 29, 27, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFFFFF;
}

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

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(29, 29, 27, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFFFFF;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

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

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

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFFFFF;
  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: 50%/100% 100% no-repeat;
}

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

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

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

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.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: #498bb6 !important;
}

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

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

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

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

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

.bg-info {
  background-color: #498bb6 !important;
}

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

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

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

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

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

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

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

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

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

.bg-blue {
  background-color: #498bb6 !important;
}

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

.bg-blue-v2 {
  background-color: #468AB2 !important;
}

a.bg-blue-v2:hover, a.bg-blue-v2:focus,
button.bg-blue-v2:hover,
button.bg-blue-v2:focus {
  background-color: #386e8d !important;
}

.bg-bluedark {
  background-color: #191B1D !important;
}

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

.bg-indigo {
  background-color: #06375B !important;
}

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

.bg-night-blue {
  background-color: #23527C !important;
}

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

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

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

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

.bg-reddark {
  background-color: #B00511 !important;
}

a.bg-reddark:hover, a.bg-reddark:focus,
button.bg-reddark:hover,
button.bg-reddark:focus {
  background-color: #7e040c !important;
}

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

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

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

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

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

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #959900 !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: #6DC9D1 !important;
}

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

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

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

.bg-white-light {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

a.bg-white-light:hover, a.bg-white-light:focus,
button.bg-white-light:hover,
button.bg-white-light:focus {
  background-color: rgba(230, 230, 230, 0.2) !important;
}

.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

a.bg-white-transparent:hover, a.bg-white-transparent:focus,
button.bg-white-transparent:hover,
button.bg-white-transparent:focus {
  background-color: rgba(230, 230, 230, 0.1) !important;
}

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

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

.bg-gray {
  background-color: #A7A8AA !important;
}

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #8d8e91 !important;
}

.bg-gray-dark {
  background-color: #343534 !important;
}

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

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

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

.bg-black-light {
  background-color: rgba(29, 29, 27, 0.2) !important;
}

a.bg-black-light:hover, a.bg-black-light:focus,
button.bg-black-light:hover,
button.bg-black-light:focus {
  background-color: rgba(3, 3, 2, 0.2) !important;
}

.bg-brown {
  background-color: #786855 !important;
}

a.bg-brown:hover, a.bg-brown:focus,
button.bg-brown:hover,
button.bg-brown:focus {
  background-color: #5a4e40 !important;
}

.bg-brownlight {
  background-color: #A19688 !important;
}

a.bg-brownlight:hover, a.bg-brownlight:focus,
button.bg-brownlight:hover,
button.bg-brownlight:focus {
  background-color: #897d6d !important;
}

.bg-graycustom {
  background-color: #979797 !important;
}

a.bg-graycustom:hover, a.bg-graycustom:focus,
button.bg-graycustom:hover,
button.bg-graycustom:focus {
  background-color: #7e7e7e !important;
}

.bg-grayunderline {
  background-color: #F5F5F5 !important;
}

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

.bg-topic-blue {
  background-color: #468AB2 !important;
}

a.bg-topic-blue:hover, a.bg-topic-blue:focus,
button.bg-topic-blue:hover,
button.bg-topic-blue:focus {
  background-color: #386e8d !important;
}

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

a.bg-topic-red:hover, a.bg-topic-red:focus,
button.bg-topic-red:hover,
button.bg-topic-red:focus {
  background-color: #95271e !important;
}

.bg-topic-gray {
  background-color: #868686 !important;
}

a.bg-topic-gray:hover, a.bg-topic-gray:focus,
button.bg-topic-gray:hover,
button.bg-topic-gray:focus {
  background-color: #6d6d6d !important;
}

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

a.bg-color-box-red:hover, a.bg-color-box-red:focus,
button.bg-color-box-red:hover,
button.bg-color-box-red:focus {
  background-color: #95271e !important;
}

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

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

.bg-color-box-green {
  background-color: #B5C752 !important;
}

a.bg-color-box-green:hover, a.bg-color-box-green:focus,
button.bg-color-box-green:hover,
button.bg-color-box-green:focus {
  background-color: #9cae38 !important;
}

.bg-color-box-blue {
  background-color: #468AB2 !important;
}

a.bg-color-box-blue:hover, a.bg-color-box-blue:focus,
button.bg-color-box-blue:hover,
button.bg-color-box-blue:focus {
  background-color: #386e8d !important;
}

.bg-color-box-anthracite {
  background-color: #868686 !important;
}

a.bg-color-box-anthracite:hover, a.bg-color-box-anthracite:focus,
button.bg-color-box-anthracite:hover,
button.bg-color-box-anthracite:focus {
  background-color: #6d6d6d !important;
}

.bg-brown-70 {
  background-color: rgba(120, 104, 85, 0.7) !important;
}

a.bg-brown-70:hover, a.bg-brown-70:focus,
button.bg-brown-70:hover,
button.bg-brown-70:focus {
  background-color: rgba(90, 78, 64, 0.7) !important;
}

.bg-collapse {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

a.bg-collapse:hover, a.bg-collapse:focus,
button.bg-collapse:hover,
button.bg-collapse:focus {
  background-color: rgba(230, 230, 230, 0.05) !important;
}

.bg-sticky {
  background-color: #2B363A !important;
}

a.bg-sticky:hover, a.bg-sticky:focus,
button.bg-sticky:hover,
button.bg-sticky:focus {
  background-color: #151b1d !important;
}

.bg-blue-global {
  background-color: #185FA5 !important;
}

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

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

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

.bg-green-global {
  background-color: #84BE41 !important;
}

a.bg-green-global:hover, a.bg-green-global:focus,
button.bg-green-global:hover,
button.bg-green-global:focus {
  background-color: #6a9834 !important;
}

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

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

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

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

.bg-custom-gray {
  background-color: #CFCFCF !important;
}

a.bg-custom-gray:hover, a.bg-custom-gray:focus,
button.bg-custom-gray:hover,
button.bg-custom-gray:focus {
  background-color: #b6b6b6 !important;
}

.bg-custom-gray2 {
  background-color: #CCCCCC !important;
}

a.bg-custom-gray2:hover, a.bg-custom-gray2:focus,
button.bg-custom-gray2:hover,
button.bg-custom-gray2:focus {
  background-color: #b3b3b3 !important;
}

.bg-global-row-beige-white {
  background-color: #FEFCF7 !important;
}

a.bg-global-row-beige-white:hover, a.bg-global-row-beige-white:focus,
button.bg-global-row-beige-white:hover,
button.bg-global-row-beige-white:focus {
  background-color: #f8ebca !important;
}

.bg-global-page-header-white {
  background-color: #EEEEEE !important;
}

a.bg-global-page-header-white:hover, a.bg-global-page-header-white:focus,
button.bg-global-page-header-white:hover,
button.bg-global-page-header-white:focus {
  background-color: #d5d5d5 !important;
}

.bg-global-color-box-bg {
  background-color: #F7F7F7 !important;
}

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

.bg-global-well-container-bg {
  background-color: #F6F6F6 !important;
}

a.bg-global-well-container-bg:hover, a.bg-global-well-container-bg:focus,
button.bg-global-well-container-bg:hover,
button.bg-global-well-container-bg:focus {
  background-color: #dddddd !important;
}

.bg-global-list-group-border {
  background-color: #EBEBEB !important;
}

a.bg-global-list-group-border:hover, a.bg-global-list-group-border:focus,
button.bg-global-list-group-border:hover,
button.bg-global-list-group-border:focus {
  background-color: #d2d2d2 !important;
}

.bg-global-gray-444 {
  background-color: #444444 !important;
}

a.bg-global-gray-444:hover, a.bg-global-gray-444:focus,
button.bg-global-gray-444:hover,
button.bg-global-gray-444:focus {
  background-color: #2b2b2b !important;
}

.bg-global-gray-555 {
  background-color: #555555 !important;
}

a.bg-global-gray-555:hover, a.bg-global-gray-555:focus,
button.bg-global-gray-555:hover,
button.bg-global-gray-555:focus {
  background-color: #3c3c3c !important;
}

.bg-global-content-table-border {
  background-color: #DADADA !important;
}

a.bg-global-content-table-border:hover, a.bg-global-content-table-border:focus,
button.bg-global-content-table-border:hover,
button.bg-global-content-table-border:focus {
  background-color: #c1c1c1 !important;
}

.bg-global-gradient-base-blue {
  background-color: #0E77BD !important;
}

a.bg-global-gradient-base-blue:hover, a.bg-global-gradient-base-blue:focus,
button.bg-global-gradient-base-blue:hover,
button.bg-global-gradient-base-blue:focus {
  background-color: #0a598e !important;
}

.bg-global-gradient-base-blue-dark {
  background-color: #062E48 !important;
}

a.bg-global-gradient-base-blue-dark:hover, a.bg-global-gradient-base-blue-dark:focus,
button.bg-global-gradient-base-blue-dark:hover,
button.bg-global-gradient-base-blue-dark:focus {
  background-color: #021019 !important;
}

.bg-global-gradient-base-blue-v2 {
  background-color: #0070BA !important;
}

a.bg-global-gradient-base-blue-v2:hover, a.bg-global-gradient-base-blue-v2:focus,
button.bg-global-gradient-base-blue-v2:hover,
button.bg-global-gradient-base-blue-v2:focus {
  background-color: #005187 !important;
}

.bg-global-gradient-base-blue-dark-v2 {
  background-color: #002A45 !important;
}

a.bg-global-gradient-base-blue-dark-v2:hover, a.bg-global-gradient-base-blue-dark-v2:focus,
button.bg-global-gradient-base-blue-dark-v2:hover,
button.bg-global-gradient-base-blue-dark-v2:focus {
  background-color: #000b12 !important;
}

.bg-shadowbase-blue {
  background-color: #144C72 !important;
}

a.bg-shadowbase-blue:hover, a.bg-shadowbase-blue:focus,
button.bg-shadowbase-blue:hover,
button.bg-shadowbase-blue:focus {
  background-color: #0c2f47 !important;
}

.bg-article-block-color {
  background-color: #888888 !important;
}

a.bg-article-block-color:hover, a.bg-article-block-color:focus,
button.bg-article-block-color:hover,
button.bg-article-block-color:focus {
  background-color: #6f6f6f !important;
}

.bg-image-box-bg-color {
  background-color: #417EA4 !important;
}

a.bg-image-box-bg-color:hover, a.bg-image-box-bg-color:focus,
button.bg-image-box-bg-color:hover,
button.bg-image-box-bg-color:focus {
  background-color: #33627f !important;
}

.bg-start-slider-text-box-color {
  background-color: #878787 !important;
}

a.bg-start-slider-text-box-color:hover, a.bg-start-slider-text-box-color:focus,
button.bg-start-slider-text-box-color:hover,
button.bg-start-slider-text-box-color:focus {
  background-color: #6e6e6e !important;
}

.bg-swiper-slide-thumb-border {
  background-color: #666666 !important;
}

a.bg-swiper-slide-thumb-border:hover, a.bg-swiper-slide-thumb-border:focus,
button.bg-swiper-slide-thumb-border:hover,
button.bg-swiper-slide-thumb-border:focus {
  background-color: #4d4d4d !important;
}

.bg-trigger-organizations-color {
  background-color: #DDDDDD !important;
}

a.bg-trigger-organizations-color:hover, a.bg-trigger-organizations-color:focus,
button.bg-trigger-organizations-color:hover,
button.bg-trigger-organizations-color:focus {
  background-color: #c4c4c4 !important;
}

.bg-selectize-input-border {
  background-color: #D0D0D0 !important;
}

a.bg-selectize-input-border:hover, a.bg-selectize-input-border:focus,
button.bg-selectize-input-border:hover,
button.bg-selectize-input-border:focus {
  background-color: #b7b7b7 !important;
}

.bg-selectize-control-color-1 {
  background-color: #FEFEFE !important;
}

a.bg-selectize-control-color-1:hover, a.bg-selectize-control-color-1:focus,
button.bg-selectize-control-color-1:hover,
button.bg-selectize-control-color-1:focus {
  background-color: #e5e5e5 !important;
}

.bg-selectize-control-color-2 {
  background-color: #F2F2F2 !important;
}

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

.bg-selectize-control-single {
  background-color: #B8B8B8 !important;
}

a.bg-selectize-control-single:hover, a.bg-selectize-control-single:focus,
button.bg-selectize-control-single:hover,
button.bg-selectize-control-single:focus {
  background-color: #9f9f9f !important;
}

.bg-social-media-border-color {
  background-color: #a2a2a2 !important;
}

a.bg-social-media-border-color:hover, a.bg-social-media-border-color:focus,
button.bg-social-media-border-color:hover,
button.bg-social-media-border-color:focus {
  background-color: #898989 !important;
}

.bg-right-menu-bg-color {
  background-color: #E7E7E7 !important;
}

a.bg-right-menu-bg-color:hover, a.bg-right-menu-bg-color:focus,
button.bg-right-menu-bg-color:hover,
button.bg-right-menu-bg-color:focus {
  background-color: #cecece !important;
}

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #E9E9E9 !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: #498bb6 !important;
}

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

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

.border-info {
  border-color: #498bb6 !important;
}

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

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

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

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

.border-blue {
  border-color: #498bb6 !important;
}

.border-blue-v2 {
  border-color: #468AB2 !important;
}

.border-bluedark {
  border-color: #191B1D !important;
}

.border-indigo {
  border-color: #06375B !important;
}

.border-night-blue {
  border-color: #23527C !important;
}

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

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

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

.border-reddark {
  border-color: #B00511 !important;
}

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

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

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

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

.border-cyan {
  border-color: #6DC9D1 !important;
}

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

.border-white-light {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.border-white-transparent {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

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

.border-gray {
  border-color: #A7A8AA !important;
}

.border-gray-dark {
  border-color: #343534 !important;
}

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

.border-black-light {
  border-color: rgba(29, 29, 27, 0.2) !important;
}

.border-brown {
  border-color: #786855 !important;
}

.border-brownlight {
  border-color: #A19688 !important;
}

.border-graycustom {
  border-color: #979797 !important;
}

.border-grayunderline {
  border-color: #F5F5F5 !important;
}

.border-topic-blue {
  border-color: #468AB2 !important;
}

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

.border-topic-gray {
  border-color: #868686 !important;
}

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

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

.border-color-box-green {
  border-color: #B5C752 !important;
}

.border-color-box-blue {
  border-color: #468AB2 !important;
}

.border-color-box-anthracite {
  border-color: #868686 !important;
}

.border-brown-70 {
  border-color: rgba(120, 104, 85, 0.7) !important;
}

.border-collapse {
  border-color: rgba(255, 255, 255, 0.05) !important;
}

.border-sticky {
  border-color: #2B363A !important;
}

.border-blue-global {
  border-color: #185FA5 !important;
}

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

.border-green-global {
  border-color: #84BE41 !important;
}

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

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

.border-custom-gray {
  border-color: #CFCFCF !important;
}

.border-custom-gray2 {
  border-color: #CCCCCC !important;
}

.border-global-row-beige-white {
  border-color: #FEFCF7 !important;
}

.border-global-page-header-white {
  border-color: #EEEEEE !important;
}

.border-global-color-box-bg {
  border-color: #F7F7F7 !important;
}

.border-global-well-container-bg {
  border-color: #F6F6F6 !important;
}

.border-global-list-group-border {
  border-color: #EBEBEB !important;
}

.border-global-gray-444 {
  border-color: #444444 !important;
}

.border-global-gray-555 {
  border-color: #555555 !important;
}

.border-global-content-table-border {
  border-color: #DADADA !important;
}

.border-global-gradient-base-blue {
  border-color: #0E77BD !important;
}

.border-global-gradient-base-blue-dark {
  border-color: #062E48 !important;
}

.border-global-gradient-base-blue-v2 {
  border-color: #0070BA !important;
}

.border-global-gradient-base-blue-dark-v2 {
  border-color: #002A45 !important;
}

.border-shadowbase-blue {
  border-color: #144C72 !important;
}

.border-article-block-color {
  border-color: #888888 !important;
}

.border-image-box-bg-color {
  border-color: #417EA4 !important;
}

.border-start-slider-text-box-color {
  border-color: #878787 !important;
}

.border-swiper-slide-thumb-border {
  border-color: #666666 !important;
}

.border-trigger-organizations-color {
  border-color: #DDDDDD !important;
}

.border-selectize-input-border {
  border-color: #D0D0D0 !important;
}

.border-selectize-control-color-1 {
  border-color: #FEFEFE !important;
}

.border-selectize-control-color-2 {
  border-color: #F2F2F2 !important;
}

.border-selectize-control-single {
  border-color: #B8B8B8 !important;
}

.border-social-media-border-color {
  border-color: #a2a2a2 !important;
}

.border-right-menu-bg-color {
  border-color: #E7E7E7 !important;
}

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

.rounded-sm {
  border-radius: 0.3rem !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-lg {
  border-radius: 0.7rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0px 0px 7px rgba(29, 29, 27, 0.17) !important;
}

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

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

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

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

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

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 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: 2rem !important;
}

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

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

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

.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}

.m-8 {
  margin: 8rem !important;
}

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

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

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

.ml-8,
.mx-8 {
  margin-left: 8rem !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: 2rem !important;
}

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

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

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

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

.p-8 {
  padding: 8rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

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

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

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

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

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -2rem !important;
}

.m-n8 {
  margin: -8rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -8rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -8rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -8rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -8rem !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: 2rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !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: 2rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -2rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2rem !important;
  }
  .m-sm-n8 {
    margin: -8rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -8rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -8rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -8rem !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: 2rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !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: 2rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -2rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2rem !important;
  }
  .m-md-n8 {
    margin: -8rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8rem !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: 2rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !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: 2rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -2rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2rem !important;
  }
  .m-lg-n8 {
    margin: -8rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8rem !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: 2rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8rem !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: 2rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -2rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2rem !important;
  }
  .m-xl-n8 {
    margin: -8rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -8rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -8rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -8rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

.text-wrap {
  white-space: normal !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

.text-primary {
  color: #498bb6 !important;
}

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

.text-secondary {
  color: #191B1D !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important;
}

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

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

.text-info {
  color: #498bb6 !important;
}

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

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

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

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

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

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

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

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

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

.text-blue {
  color: #498bb6 !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #33617f !important;
}

.text-blue-v2 {
  color: #468AB2 !important;
}

a.text-blue-v2:hover, a.text-blue-v2:focus {
  color: #305f7b !important;
}

.text-bluedark {
  color: #191B1D !important;
}

a.text-bluedark:hover, a.text-bluedark:focus {
  color: black !important;
}

.text-indigo {
  color: #06375B !important;
}

a.text-indigo:hover, a.text-indigo:focus {
  color: #010c13 !important;
}

.text-night-blue {
  color: #23527C !important;
}

a.text-night-blue:hover, a.text-night-blue:focus {
  color: #122b40 !important;
}

.text-purple {
  color: #D4007A !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: #88004e !important;
}

.text-pink {
  color: #E83E8C !important;
}

a.text-pink:hover, a.text-pink:focus {
  color: #c21766 !important;
}

.text-red {
  color: #C03324 !important;
}

a.text-red:hover, a.text-red:focus {
  color: #802218 !important;
}

.text-reddark {
  color: #B00511 !important;
}

a.text-reddark:hover, a.text-reddark:focus {
  color: #66030a !important;
}

.text-orange {
  color: #EF7d00 !important;
}

a.text-orange:hover, a.text-orange:focus {
  color: #a35500 !important;
}

.text-yellow {
  color: #FECC00 !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #b28f00 !important;
}

.text-green {
  color: #C6CC00 !important;
}

a.text-green:hover, a.text-green:focus {
  color: #7c8000 !important;
}

.text-teal {
  color: #20C997 !important;
}

a.text-teal:hover, a.text-teal:focus {
  color: #158765 !important;
}

.text-cyan {
  color: #6DC9D1 !important;
}

a.text-cyan:hover, a.text-cyan:focus {
  color: #3aaeb8 !important;
}

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

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-white-light {
  color: rgba(255, 255, 255, 0.2) !important;
}

a.text-white-light:hover, a.text-white-light:focus {
  color: rgba(217, 217, 217, 0.2) !important;
}

.text-white-transparent {
  color: rgba(255, 255, 255, 0.1) !important;
}

a.text-white-transparent:hover, a.text-white-transparent:focus {
  color: rgba(217, 217, 217, 0.1) !important;
}

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

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

.text-gray {
  color: #A7A8AA !important;
}

a.text-gray:hover, a.text-gray:focus {
  color: #808284 !important;
}

.text-gray-dark {
  color: #343534 !important;
}

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

.text-black {
  color: #1d1d1b !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

.text-black-light {
  color: rgba(29, 29, 27, 0.2) !important;
}

a.text-black-light:hover, a.text-black-light:focus {
  color: rgba(0, 0, 0, 0.2) !important;
}

.text-brown {
  color: #786855 !important;
}

a.text-brown:hover, a.text-brown:focus {
  color: #4b4135 !important;
}

.text-brownlight {
  color: #A19688 !important;
}

a.text-brownlight:hover, a.text-brownlight:focus {
  color: #7b7061 !important;
}

.text-graycustom {
  color: #979797 !important;
}

a.text-graycustom:hover, a.text-graycustom:focus {
  color: #717171 !important;
}

.text-grayunderline {
  color: #F5F5F5 !important;
}

a.text-grayunderline:hover, a.text-grayunderline:focus {
  color: #cfcfcf !important;
}

.text-topic-blue {
  color: #468AB2 !important;
}

a.text-topic-blue:hover, a.text-topic-blue:focus {
  color: #305f7b !important;
}

.text-topic-red {
  color: #BF3227 !important;
}

a.text-topic-red:hover, a.text-topic-red:focus {
  color: #7f211a !important;
}

.text-topic-gray {
  color: #868686 !important;
}

a.text-topic-gray:hover, a.text-topic-gray:focus {
  color: #606060 !important;
}

.text-color-box-red {
  color: #BF3227 !important;
}

a.text-color-box-red:hover, a.text-color-box-red:focus {
  color: #7f211a !important;
}

.text-color-box-orange {
  color: #EDCD64 !important;
}

a.text-color-box-orange:hover, a.text-color-box-orange:focus {
  color: #e5b71f !important;
}

.text-color-box-green {
  color: #B5C752 !important;
}

a.text-color-box-green:hover, a.text-color-box-green:focus {
  color: #8a9a32 !important;
}

.text-color-box-blue {
  color: #468AB2 !important;
}

a.text-color-box-blue:hover, a.text-color-box-blue:focus {
  color: #305f7b !important;
}

.text-color-box-anthracite {
  color: #868686 !important;
}

a.text-color-box-anthracite:hover, a.text-color-box-anthracite:focus {
  color: #606060 !important;
}

.text-brown-70 {
  color: rgba(120, 104, 85, 0.7) !important;
}

a.text-brown-70:hover, a.text-brown-70:focus {
  color: rgba(75, 65, 53, 0.7) !important;
}

.text-collapse {
  color: rgba(255, 255, 255, 0.05) !important;
}

a.text-collapse:hover, a.text-collapse:focus {
  color: rgba(217, 217, 217, 0.05) !important;
}

.text-sticky {
  color: #2B363A !important;
}

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

.text-blue-global {
  color: #185FA5 !important;
}

a.text-blue-global:hover, a.text-blue-global:focus {
  color: #0e3962 !important;
}

.text-red-global {
  color: #E30613 !important;
}

a.text-red-global:hover, a.text-red-global:focus {
  color: #98040d !important;
}

.text-green-global {
  color: #84BE41 !important;
}

a.text-green-global:hover, a.text-green-global:focus {
  color: #5c852e !important;
}

.text-black-global {
  color: #000000 !important;
}

a.text-black-global:hover, a.text-black-global:focus {
  color: black !important;
}

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

a.text-white-global:hover, a.text-white-global:focus {
  color: #d9d9d9 !important;
}

.text-custom-gray {
  color: #CFCFCF !important;
}

a.text-custom-gray:hover, a.text-custom-gray:focus {
  color: darkgray !important;
}

.text-custom-gray2 {
  color: #CCCCCC !important;
}

a.text-custom-gray2:hover, a.text-custom-gray2:focus {
  color: #a6a6a6 !important;
}

.text-global-row-beige-white {
  color: #FEFCF7 !important;
}

a.text-global-row-beige-white:hover, a.text-global-row-beige-white:focus {
  color: #f6e3b3 !important;
}

.text-global-page-header-white {
  color: #EEEEEE !important;
}

a.text-global-page-header-white:hover, a.text-global-page-header-white:focus {
  color: #c8c8c8 !important;
}

.text-global-color-box-bg {
  color: #F7F7F7 !important;
}

a.text-global-color-box-bg:hover, a.text-global-color-box-bg:focus {
  color: #d1d1d1 !important;
}

.text-global-well-container-bg {
  color: #F6F6F6 !important;
}

a.text-global-well-container-bg:hover, a.text-global-well-container-bg:focus {
  color: #d0d0d0 !important;
}

.text-global-list-group-border {
  color: #EBEBEB !important;
}

a.text-global-list-group-border:hover, a.text-global-list-group-border:focus {
  color: #c5c5c5 !important;
}

.text-global-gray-444 {
  color: #444444 !important;
}

a.text-global-gray-444:hover, a.text-global-gray-444:focus {
  color: #1e1e1e !important;
}

.text-global-gray-555 {
  color: #555555 !important;
}

a.text-global-gray-555:hover, a.text-global-gray-555:focus {
  color: #2f2f2f !important;
}

.text-global-content-table-border {
  color: #DADADA !important;
}

a.text-global-content-table-border:hover, a.text-global-content-table-border:focus {
  color: #b4b4b4 !important;
}

.text-global-gradient-base-blue {
  color: #0E77BD !important;
}

a.text-global-gradient-base-blue:hover, a.text-global-gradient-base-blue:focus {
  color: #094a76 !important;
}

.text-global-gradient-base-blue-dark {
  color: #062E48 !important;
}

a.text-global-gradient-base-blue-dark:hover, a.text-global-gradient-base-blue-dark:focus {
  color: #000101 !important;
}

.text-global-gradient-base-blue-v2 {
  color: #0070BA !important;
}

a.text-global-gradient-base-blue-v2:hover, a.text-global-gradient-base-blue-v2:focus {
  color: #00426e !important;
}

.text-global-gradient-base-blue-dark-v2 {
  color: #002A45 !important;
}

a.text-global-gradient-base-blue-dark-v2:hover, a.text-global-gradient-base-blue-dark-v2:focus {
  color: black !important;
}

.text-shadowbase-blue {
  color: #144C72 !important;
}

a.text-shadowbase-blue:hover, a.text-shadowbase-blue:focus {
  color: #092131 !important;
}

.text-article-block-color {
  color: #888888 !important;
}

a.text-article-block-color:hover, a.text-article-block-color:focus {
  color: #626262 !important;
}

.text-image-box-bg-color {
  color: #417EA4 !important;
}

a.text-image-box-bg-color:hover, a.text-image-box-bg-color:focus {
  color: #2b546d !important;
}

.text-start-slider-text-box-color {
  color: #878787 !important;
}

a.text-start-slider-text-box-color:hover, a.text-start-slider-text-box-color:focus {
  color: #616161 !important;
}

.text-swiper-slide-thumb-border {
  color: #666666 !important;
}

a.text-swiper-slide-thumb-border:hover, a.text-swiper-slide-thumb-border:focus {
  color: #404040 !important;
}

.text-trigger-organizations-color {
  color: #DDDDDD !important;
}

a.text-trigger-organizations-color:hover, a.text-trigger-organizations-color:focus {
  color: #b7b7b7 !important;
}

.text-selectize-input-border {
  color: #D0D0D0 !important;
}

a.text-selectize-input-border:hover, a.text-selectize-input-border:focus {
  color: #aaaaaa !important;
}

.text-selectize-control-color-1 {
  color: #FEFEFE !important;
}

a.text-selectize-control-color-1:hover, a.text-selectize-control-color-1:focus {
  color: #d8d8d8 !important;
}

.text-selectize-control-color-2 {
  color: #F2F2F2 !important;
}

a.text-selectize-control-color-2:hover, a.text-selectize-control-color-2:focus {
  color: #cccccc !important;
}

.text-selectize-control-single {
  color: #B8B8B8 !important;
}

a.text-selectize-control-single:hover, a.text-selectize-control-single:focus {
  color: #929292 !important;
}

.text-social-media-border-color {
  color: #a2a2a2 !important;
}

a.text-social-media-border-color:hover, a.text-social-media-border-color:focus {
  color: #7c7c7c !important;
}

.text-right-menu-bg-color {
  color: #E7E7E7 !important;
}

a.text-right-menu-bg-color:hover, a.text-right-menu-bg-color:focus {
  color: #c1c1c1 !important;
}

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

.text-muted {
  color: #A7A8AA !important;
}

.text-black-50 {
  color: rgba(29, 29, 27, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    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 #D9D9D9;
    page-break-inside: avoid;
  }
  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 #1d1d1b;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #FFFFFF !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #E9E9E9 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #A7A8AA;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #A7A8AA;
  }
}
.btn {
  color: #444;
  border-radius: 0 !important;
  font-size: 1em;
}

.dark {
  background: #23527C;
  border-color: #23527C;
  width: auto;
  margin-left: 1em;
  padding: 0.4764em 1.6em;
  color: #FFFFFF;
}

a.link-icon, a.blue-link {
  display: block;
  padding-left: 14px;
  text-decoration: none;
}
a.link-icon:before, a.blue-link:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f054";
  padding-right: 3px;
  font-size: 0.94em;
}

.load-more {
  border: 1px solid #468AB2;
  border-radius: 0 !important;
  color: #468AB2 !important;
  display: inline-block;
  font-family: "simplon_bp_regularregular", sans-serif;
  font-size: 1em;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0.95em 1.6em;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-in-out 0s;
  white-space: normal;
  width: 100%;
  background-color: rgb(244, 247, 252);
}
.load-more:hover {
  background-color: #468AB2;
  color: #FFFFFF !important;
}

:root {
  --fancybox-bg: rgba($black-global, .8);
}

.frame-space-before-extra-small {
  padding-top: 16px !important;
}

.frame-space-before-small {
  padding-top: 20px !important;
}

.frame-space-before-medium {
  padding-top: 40px !important;
}

.frame-space-before-large {
  padding-top: 128px !important;
}

.frame-space-before-extra-large {
  padding-top: 256px !important;
}

.frame-space-after-extra-small {
  padding-bottom: 16px !important;
}

.frame-space-after-small {
  padding-bottom: 20px !important;
}

.frame-space-after-medium {
  padding-bottom: 40px !important;
}

.frame-space-after-large {
  padding-bottom: 128px !important;
}

.frame-space-after-extra-large {
  padding-bottom: 256px !important;
}

@media (max-width: 991.98px) {
  .frame-space-before-extra-small {
    padding-top: 15px !important;
  }
  .frame-space-before-small {
    padding-top: 25px !important;
  }
  .frame-space-before-medium {
    padding-top: 40px !important;
  }
  .frame-space-before-large {
    padding-top: 80px !important;
  }
  .frame-space-before-extra-large {
    padding-top: 140px !important;
  }
  .frame-space-after-extra-small {
    padding-bottom: 15px !important;
  }
  .frame-space-after-small {
    padding-bottom: 25px !important;
  }
  .frame-space-after-medium {
    padding-bottom: 40px !important;
  }
  .frame-space-after-large {
    padding-bottom: 80px !important;
  }
  .frame-space-after-extra-large {
    padding-bottom: 140px !important;
  }
}
html {
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
}

body {
  overflow-x: hidden;
  max-width: 100vw;
  font-weight: 400;
  /*padding-top: calc(69px - var(--meta,0));*/
}
@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
}

body.overflow-hidden {
  height: 100vh !important;
  height: calc(var(--vh, 1vh) * 100) !important;
}

.content-wrapper {
  padding: 0 15px;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .content-wrapper {
    padding: 0 16px;
  }
}

.element-wrapper {
  margin-bottom: 2rem;
}

.container {
  padding-left: 3em;
  padding-right: 3em;
}
@media (max-width: 1199.98px) {
  .container {
    padding-right: 2em;
    padding-left: 2em;
  }
}
@media (max-width: 991.98px) {
  .container {
    padding-right: 1.2em;
    padding-left: 1.2em;
  }
}

.row.well-container {
  margin: 0;
}

.container .row.well-container {
  position: relative;
  overflow: visible;
  display: block;
}

.container-narrow .content-wrapper {
  max-width: 930px !important;
}

.well-container .narrow-container {
  width: 60%;
  margin: 0 auto;
  float: unset;
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.level-inline {
  display: inline-block;
  margin-right: 0.5em;
}

.list-group.borderless li {
  border: 0;
}

.card h1, .card h2, .card h3, .card h5, .card p {
  color: #1d1d1b !important;
}

a {
  text-decoration: none;
}
a:focus, a:hover {
  color: #23527C;
  text-decoration: underline;
}

.panel-group {
  margin-bottom: 20px;
}

.navigation-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.narrow-wrapper {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .narrow-wrapper {
    padding: 0 16px;
  }
}

.container-extended-gray,
.container-narrow-gray {
  background: #E9E9E9;
}

.container-narrow-gray > .content-fluid,
.container-narrow-white > .content-fluid {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 930px;
}
@media (max-width: 991.98px) {
  .container-narrow-gray > .content-fluid,
  .container-narrow-white > .content-fluid {
    padding: 0 16px;
  }
}

.container-extended-gray > .content-fluid,
.container-extended-white > .content-fluid {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1280px;
}
@media (max-width: 991.98px) {
  .container-extended-gray > .content-fluid,
  .container-extended-white > .content-fluid {
    padding: 0 16px;
  }
}

.primary {
  color: #498bb6;
}

strong, b {
  font-family: "FFMetaWebBold", "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.row {
  margin-bottom: 1.5rem;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  line-height: 1.3;
}

h2, .h2, h3, .h3 {
  line-height: 1.2;
}

h1, .h1 {
  margin: 0 0 0.7em;
}

h1 + p, h2 + p, h3 + p, h4 + p {
  margin-top: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, h2, h3, h4 {
  line-height: 1.3;
  font-weight: 300;
  font-family: "simplon_bp_lightlight", sans-serif;
}

h3, .h3, h4, .h4 {
  font-family: "simplon_bp_mediummedium", sans-serif;
}

h1.keytitle {
  font-family: "FFMetaWebNormal", "FFMetaWebBook", "Helvetica Neue", sans-serif;
}

p {
  margin: 0 0 11px;
}

.main-content p, .main-content .list-group-item, .main-content .btn {
  font-size: 0.94em;
}

.main-content .meta p {
  font-size: 1em;
}

em {
  font-family: "FFMetaWebBookItalic", "Helvetica Neue", sans-serif;
  font-style: normal;
}

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}

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

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}

.bg-grey {
  background-color: #E9E9E9;
}

.small {
  font-size: 0.7rem;
  line-height: 1.14;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .small {
    font-size: 14px;
  }
}

.small16 {
  font-size: 1rem;
  line-height: 1.14;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .small16 {
    font-size: 16px;
  }
}

body {
  font-size: 1rem;
  font-family: "FFMetaWebNormal", "FFMetaWebBook", "Helvetica Neue", sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

.frame-type-header .lead {
  margin-bottom: 2.2223rem;
}
@media (max-width: 991.98px) {
  .frame-type-header .lead {
    margin-bottom: 15px;
  }
}

ol,
ul {
  list-style: circle;
  margin: 1.2em auto 1.2em 1em;
  padding: 0;
}

ol {
  list-style-type: decimal;
}
ol li {
  margin-bottom: 0.5em !important;
}

.svg-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.svg-icon.blue {
  color: #498bb6;
  --color1: #185FA5;
}
.svg-icon.red {
  color: #C03324;
  --color1: #E30613;
}
.svg-icon.green {
  color: #C6CC00;
  --color1: #84BE41;
}
.svg-icon.black {
  color: #1d1d1b;
  --color1: #000000;
}
.svg-icon.white {
  color: #FFFFFF;
  --color1: #ffffff;
}

.ce-uploads li {
  padding: 8px 20px 0 0;
  border-bottom: 1px solid #CFCFCF;
  display: inline-block;
}
.ce-uploads li .ce-uploads-fileName {
  font-size: 1rem;
  padding-left: 9px;
}
.ce-uploads li i {
  color: #A7A8AA;
}

.overlay-20:after, .overlay-30:after, .overlay-60:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.35s linear;
}
.overlay-20:after {
  background: rgba(0, 0, 0, 0.2);
}
.overlay-30:after {
  background: rgba(0, 0, 0, 0.3);
}
.overlay-60:after {
  background: rgba(0, 0, 0, 0.6);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  text-align: left;
  background-color: #FFFFFF;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}
.accordion-button::after {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.breadcrumb {
  padding: 0 0 20px;
  margin: 0;
  background: none;
  list-style: none;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.7222rem;
  list-style: none;
  background: none;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #CCCCCC;
  content: ">";
}
@media (max-width: 767.98px) {
  .breadcrumb {
    padding: 17px 0;
  }
}
.breadcrumb .breadcrumb-item {
  padding: 0;
}
.breadcrumb .breadcrumb-item:before {
  content: none;
}
.breadcrumb .breadcrumb-item i {
  color: #343534;
}
.breadcrumb .breadcrumb-item a {
  font-size: 1rem;
  color: #343534;
  line-height: 1.18;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:after {
  display: inline-block;
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 1.25rem;
  font-size: 0.8rem;
  color: #343534;
}
@media (max-width: 767.98px) {
  .breadcrumb .breadcrumb-item a:after {
    font-size: 12px;
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb .breadcrumb-item a {
    font-size: 12px;
  }
}
.breadcrumb .breadcrumb-item:last-child a:after {
  content: none;
}
.breadcrumb .breadcrumb-item:hover {
  text-decoration: underline;
}

.button {
  font-family: "simplon_bp_lightlight", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
}
.button i {
  font-size: 0.7rem;
}

a.link-unstyled:not(.btn), .link-unstyled a:not(.btn) {
  color: #FFFFFF;
  text-underline: none;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
a.link-unstyled:not(.btn).active, a.link-unstyled:not(.btn):hover, .link-unstyled a:not(.btn).active, .link-unstyled a:not(.btn):hover {
  color: #498bb6;
}

ul.links {
  list-style: none;
  margin: 0 0 1.5em;
}
ul.links span {
  margin-right: 0.5em;
  color: #444444;
}

.bg-mask:before {
  content: "";
  position: absolute;
  background: #000000;
  width: 100%;
  height: 100%;
  display: block;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.row.beige, .well-container.beige {
  background: #FEFCF7;
  padding-top: 1em;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #EEEEEE;
  font-family: "simplon_bp_regularregular", sans-serif;
}
.page-header h1 {
  margin-bottom: 0.3em;
}
.page-header h2 {
  margin-top: 0;
}
.page-header .counter {
  font-size: 16px;
  font-family: "simplon_bp_lightlight", sans-serif;
}

.videowrapper .csc-textpic-caption, .image-box span, .gallery .owl-item .description {
  font-size: 0.9em !important;
  line-height: 1.3em !important;
  padding: 0.5em !important;
}

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

.main-content {
  background: #FFFFFF;
  padding-bottom: 1em;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .main-content {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .main-content {
    padding-bottom: 4rem;
  }
}

ul.top-language-list {
  float: none;
  margin: 0;
  padding: 0;
}
ul.top-language-list li {
  display: inline-block;
  margin: 0;
  font-weight: bold;
}
ul.top-language-list li a {
  color: #23527C;
  display: block;
}

.d-flex .mainnav, .d-flex .logo, .d-flex ul.top-language-list {
  float: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

body:before {
  content: "";
  display: block;
  height: 0.3em;
  z-index: 500;
  position: absolute;
  top: 0;
  width: 100%;
  background: #468AB2;
}

iframe body:before {
  content: none;
  display: none;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

a.blue-link {
  display: block;
  padding-left: 14px;
  text-decoration: none;
}

.color-box {
  margin: 0 0 1.5em 0;
  background: #F7F7F7;
  border-bottom: 2px solid #868686;
}
.color-box h2 {
  font-weight: normal;
  padding: 1em 18px 0.3em;
  margin: 0;
}
.color-box h3 {
  font-weight: normal;
  font-size: 1.2em;
  padding: 1em 18px 0.3em;
  margin: 0;
}
.color-box p:last-child {
  margin-bottom: 0;
}
.color-box aside {
  padding: 1.2em 18px 1.6em;
}
.color-box aside a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.color-box aside h1, .color-box aside h2, .color-box aside h3 {
  padding-left: 0;
}
.color-box aside h1:first-child, .color-box aside h2:first-child, .color-box aside h3:first-child {
  padding-top: 0;
}
.color-box .blue {
  background: rgba(70, 138, 178, 0.1);
  border-bottom: 2px solid #468AB2;
}
.color-box .orange {
  background: rgba(237, 205, 100, 0.1);
  border-bottom: 2px solid #EDCD64;
}
.color-box .green {
  background: rgba(181, 199, 82, 0.1);
  border-bottom: 2px solid #B5C752;
}
.color-box a.blue-link {
  padding-left: 0;
}

.search-form .tx-solr-q {
  border: 0;
  border-radius: 0.9em;
  padding: 0.5em 1.1em 0.5em 1.1em;
  font-size: 1.125em;
  outline: none;
  border: 1px solid #868686;
  width: 100%;
}

.row.gray, .well-container.gray {
  background: #F6F6F6;
  padding-top: 1em;
}

.main-content li {
  font-size: 15px;
}

.fingerprint-button {
  background-color: #1d1d1b;
  position: fixed;
  right: 18px;
  bottom: 32px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 25px;
}
.fingerprint-button i {
  top: 9px !important;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group.row {
  flex-direction: row;
  flex-wrap: wrap;
}

a.list-group-item, .list-group-item {
  display: flex;
  border-radius: 0 !important;
  border: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #EBEBEB;
  padding: 1em;
  color: #468AB2;
}
a.list-group-item.astable, .list-group-item.astable {
  border: none;
  padding: 0 1em;
  display: table;
}
a.list-group-item span.meta, .list-group-item span.meta {
  display: block;
  color: #444444;
  font-size: 0.9em;
}
a.list-group-item p, .list-group-item p {
  color: #444444;
  margin: 0.3em 0;
}
a.list-group-item .icon-arrow-right, .list-group-item .icon-arrow-right {
  margin-left: -18px;
  margin-right: 4px;
  height: min-content;
  margin-top: 2px;
}
a.list-group-item:last-child, .list-group-item:last-child {
  border-bottom: 0;
}

a.list-group-item:focus, a.list-group-item:hover {
  color: #498bb6;
  text-decoration: none;
  background-color: #F4F4F4;
}

a.astablecell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  border-bottom: 1px solid #EBEBEB !important;
  padding-left: 1.2em;
}

.linksdownloads li {
  margin-left: 16px;
}

.list-group-item {
  padding-left: 31px !important;
}

div.csc-textpic .csc-textpic-imagewrap img {
  width: 100%;
  height: auto;
}

.contenttable th, .contenttable td {
  border-top: 1px solid #DADADA;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.csc-menu-3 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.csc-menu-3 li:before {
  content: ">";
  margin-right: 4px;
  font-weight: bold;
  font-size: 18px;
  color: #468AB2;
}

.menu-section-sticky {
  position: sticky;
  top: 128px;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  padding-top: 10px;
  z-index: 1;
  max-width: 1256px;
  width: 100%;
}

.main-content.-sticky-active .menu-section-sticky {
  position: fixed !important;
}

.hide {
  display: none !important;
}

.btn-group .btn {
  background: #F5F5F5;
  color: #444444;
  text-align: left;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #F5F5F5;
  border-bottom: 3px solid #FFFFFF;
  margin-bottom: 0;
  padding: 1em 1.6em;
  font-family: "FFMetaWebNormal", "FFMetaWebBook", "Helvetica Neue", sans-serif;
}
.btn-group .btn span {
  margin-right: 0.3em;
  color: #EF7d00;
}
.btn-group .btn:hover, .btn-group .btn:focus {
  background: #FFFFFF;
}

.bsizer-item .btn {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding-left: 32px;
}
.bsizer-item .btn-group {
  display: table;
  height: 100%;
  width: 100%;
}
.bsizer-item .btn-group .btn span {
  margin-right: 0.3rem;
  margin-left: -19px;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.no-top-margin {
  margin-top: 0 !important;
}

figcaption {
  font-size: 0.94em;
  padding: 0.5em 0;
}
figcaption .csc-textpic-caption {
  text-align: left;
  caption-side: bottom;
}
figcaption.csc-textpic-caption {
  display: table-caption;
}

.contact-card-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.contact-card .desc {
  width: 70%;
}

.team-member {
  color: #444444;
  text-align: left;
  font-size: 0.88em;
  display: block;
  line-height: 1.4;
  margin-bottom: 1em;
}
.team-member strong {
  display: block;
  margin-bottom: 0.3em;
}
.team-member img {
  margin-bottom: 1em;
  border: 5px solid transparent;
}

@media (min-width: 1200px) {
  .container > .frame-default > .tx-cs2-tippps-website .col-xl-2-gird-2, .one-col > .frame-default > .tx-cs2-tippps-website .col-xl-2-gird-2 {
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
}
.tx-solr-autosuggest {
  border: 1px solid #555;
  background: #fff;
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-top: none;
  width: auto !important;
}
.tx-solr-autosuggest .autocomplete-suggestion {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.8em;
  line-height: 1.5;
  zoom: 1;
  cursor: default;
}

.j-twitter-screen-name {
  font-weight: 300;
}

.projectlocation-map-wrap {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.projectlocation-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.projectlocation-map img {
  max-width: none;
  max-heigth: none;
}

.teaser-detail {
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.teaser-detail .bottom-margin {
  margin-bottom: 25px;
}
.teaser-detail .teaser-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.fancybox-nav {
  width: 6% !important;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-next {
  right: 0;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-prev {
  left: 0;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/typo3conf/ext/site_package/Resources/Public/Images/fancybox_sprite.png");
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/**
 * @license
 * MyFonts Webfont Build ID 3068507, 2015-07-31T05:32:49-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: FF Meta Web Book by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-meta/ot-book/
 *
 * Webfont: FF Meta Web Bold by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-meta/ot-bold/
 *
 * Webfont: FF Meta Web Book Italic by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-meta/ot-book-italic/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3068507
 * Licensed pageviews: 500,000
 * Webfonts copyright: 2009 Erik Spiekermann published by FSI FontShop International GmbH
 *
 * © 2015 MyFonts Inc
*/
@font-face {
  font-family: "FFMetaWebNormal";
  src: url("../fonts/2EF516_0_0.eot");
  src: url("../fonts/2EF516_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2EF516_0_0.woff2") format("woff2"), url("../fonts/2EF516_0_0.woff") format("woff"), url("../fonts/2EF516_0_0.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "FFMetaWebBook";
  src: url("../fonts/2ED25B_0_0.eot");
  src: url("../fonts/2ED25B_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2ED25B_0_0.woff2") format("woff2"), url("../fonts/2ED25B_0_0.woff") format("woff"), url("../fonts/2ED25B_0_0.ttf") format("truetype"), url("../fonts/2ED25B_0_0.svg#wf") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "FFMetaWebBold";
  src: url("../fonts/2ED25B_1_0.eot");
  src: url("../fonts/2ED25B_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2ED25B_1_0.woff2") format("woff2"), url("../fonts/2ED25B_1_0.woff") format("woff"), url("../fonts/2ED25B_1_0.ttf") format("truetype"), url("../fonts/2ED25B_1_0.svg#wf") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "FFMetaWebBookItalic";
  src: url("../fonts/2ED25B_2_0.eot");
  src: url("../fonts/2ED25B_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2ED25B_2_0.woff2") format("woff2"), url("../fonts/2ED25B_2_0.woff") format("woff"), url("../fonts/2ED25B_2_0.ttf") format("truetype"), url("../fonts/2ED25B_2_0.svg#wf") format("svg");
  font-display: swap;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 3, 2015 */
@font-face {
  font-family: "simplon_bp_lightlight";
  src: url("../fonts/simplon_bp_light_1-webfont.eot");
  src: url("../fonts/simplon_bp_light_1-webfont.woff2") format("woff2"), url("../fonts/simplon_bp_light_1-webfont.woff") format("woff"), url("../fonts/simplon_bp_light_1-webfont.ttf") format("truetype"), url("../fonts/simplon_bp_light_1-webfont.svg#simplon_bp_lightlight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "simplon_bp_lightlight_italic";
  src: url("../fonts/simplon_bp_light_italic_1-webfont.eot");
  src: url("../fonts/simplon_bp_light_italic_1-webfont.woff2") format("woff2"), url("../fonts/simplon_bp_light_italic_1-webfont.woff") format("woff"), url("../fonts/simplon_bp_light_italic_1-webfont.ttf") format("truetype"), url("../fonts/simplon_bp_light_italic_1-webfont.svg#simplon_bp_lightlight_italic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "simplon_bp_mediummedium";
  src: url("../fonts/simplon_bp_medium_1-webfont.eot");
  src: url("../fonts/simplon_bp_medium_1-webfont.woff2") format("woff2"), url("../fonts/simplon_bp_medium_1-webfont.woff") format("woff"), url("../fonts/simplon_bp_medium_1-webfont.ttf") format("truetype"), url("../fonts/simplon_bp_medium_1-webfont.svg#simplon_bp_mediummedium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "simplon_bp_regularregular";
  src: url("../fonts/simplon_bp_regular_1-webfont.eot");
  src: url("../fonts/simplon_bp_regular_1-webfont.woff2") format("woff2"), url("../fonts/simplon_bp_regular_1-webfont.woff") format("woff"), url("../fonts/simplon_bp_regular_1-webfont.ttf") format("truetype"), url("../fonts/simplon_bp_regular_1-webfont.svg#simplon_bp_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.icon {
  background: no-repeat center top;
  background-size: 1.75em;
  padding-top: 2.2em;
  margin-top: 0;
}

@media (min-width: 45em) {
  .icon {
    padding-top: 2.4em;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-file-ppt:before {
  content: "\e617";
}

.icon-arrow-down:before {
  content: "\e600";
}

.icon-arrow-left:before {
  content: "\e601";
}

.icon-arrow-right:before {
  content: "\e602";
}

.icon-arrow-top:before {
  content: "\e603";
}

.icon-close:before {
  content: "\e604";
}

.icon-db:before {
  content: "\e605";
}

.icon-email:before {
  content: "\e606";
}

.icon-etools:before {
  content: "\e607";
}

.icon-facebook:before {
  content: "\e608";
}

.icon-gallery:before {
  content: "\e609";
}

.icon-library:before {
  content: "\e60a";
}

.icon-linekdin:before {
  content: "\e60b";
}

.icon-link:before {
  content: "\e60c";
}

.icon-menu:before {
  content: "\e60d";
}

.icon-minus:before {
  content: "\e60e";
}

.icon-multimedia:before {
  content: "\e60f";
}

.icon-pdf:before {
  content: "\e610";
}

.icon-phone:before {
  content: "\e611";
}

.icon-plus:before {
  content: "\e612";
}

.icon-rss:before {
  content: "\e613";
}

.icon-search:before {
  content: "\e614";
}

.icon-twitter:before {
  content: "\e615";
}

.icon-vimeo:before {
  content: "\e616";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-file-empty:before {
  content: "\e618";
}

.icon-file-picture:before {
  content: "\e619";
}

.icon-file-music:before {
  content: "\e61a";
}

.icon-file-video:before {
  content: "\e61b";
}

.icon-file-pdf:before {
  content: "\e61c";
}

.icon-file-word:before {
  content: "\e61d";
}

.icon-file-excel:before {
  content: "\e61e";
}

.icon-youtube-with-circle:before {
  content: "\e901";
}

.icon-instagram-with-circle:before {
  content: "\e900";
}

.icon-email-with-circle:before {
  content: "\ea86";
}

.icon-circle-up:before {
  content: "\ea41";
}

.icon-circle-down:before {
  content: "\ea43";
}

.ratio-container {
  position: relative;
  height: auto !important;
}

.ratio-container:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 56.25%;
}

.ratio-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-43:after {
  padding-bottom: 75%;
}

.ratio-box:after {
  padding-bottom: 75%;
}

/* unknown ration variation */
.unknown-ratio-container > * {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.page-filter .search-box, .tx-powermail .search-box {
  position: relative;
}
.page-filter .search-box .search-button, .tx-powermail .search-box .search-button {
  position: absolute;
  top: 0.5em;
  right: 0.4em;
  border: 0;
  background: transparent;
}
.page-filter input, .tx-powermail input {
  margin-bottom: 10px;
}
.page-filter .btn, .tx-powermail .btn {
  border: 1px solid #468AB2;
  border-radius: 0 !important;
  color: #468AB2 !important;
  display: inline-block;
  font-family: "simplon_bp_regularregular", sans-serif;
  font-size: 1em;
  letter-spacing: 0.02em;
  margin: 10px 0 0;
  padding: 0.95em 1.6em;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-in-out 0s;
  white-space: normal;
  width: 100%;
  background-color: rgb(244, 247, 252);
}
.page-filter .btn:hover, .tx-powermail .btn:hover {
  background-color: #468AB2;
  color: #FFFFFF !important;
}
.page-filter .trigger-organizations a, .tx-powermail .trigger-organizations a {
  display: block;
  border: 1px solid #DDDDDD;
  padding: 0.3em 0.8em;
  color: #444444;
  border-radius: 0.3em;
  font-size: 0.9em;
}
.page-filter .trigger-organizations a:after, .tx-powermail .trigger-organizations a:after {
  content: "";
  background: url(/typo3conf/ext/site_package/Resources/Public/External/images/icons/arrow-down.svg) no-repeat center center;
  float: right;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
}
.page-filter label a, .tx-powermail label a {
  margin-bottom: 10px;
}

form label {
  margin: 0.1em 0 0;
}

label {
  cursor: pointer;
  display: block;
  margin: 1em 0 1.5em;
  font-weight: 300;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: #FFFFFF;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #D0D0D0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-input .remove-single {
  display: none;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #F9F9F9;
  background-image: -moz-linear-gradient(top, #FEFEFE, #F2F2F2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFEFE), to(#F2F2F2));
  background-image: -webkit-linear-gradient(top, #FEFEFE, #F2F2F2);
  background-image: -o-linear-gradient(top, #FEFEFE, #F2F2F2);
  background-image: linear-gradient(to bottom, #FEFEFE, #F2F2F2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefefe", endColorstr="#fff2f2f2", GradientType=0);
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
  border-color: #B8B8B8;
}

.selectize-control.multi .selectize-input > div {
  background: #498bb6;
  color: #ffffff;
}

.organizations-chooser {
  background: #fafafa;
}
.organizations-chooser .header {
  padding: 0.4em 2em 0.4em 0.4em;
  position: relative;
}
.organizations-chooser label {
  display: inline;
}
.organizations-chooser input[type=checkbox] {
  margin-right: 0.2em;
}
.organizations-chooser .trigger-next-level {
  width: 15%;
  display: inline-block;
  position: absolute;
  padding: 0.5em;
  top: 50%;
  right: 0;
  margin-top: -1em;
  outline: 0;
}
.organizations-chooser .trigger-next-level span {
  text-align: right;
  display: block;
}

.tx-powermail .btn {
  width: auto;
}

.accordion-element .accordion-button {
  padding: 10px 20px;
  color: #1d1d1b;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  transition: none;
  outline: none;
}
.accordion-element .accordion-button .fa-chevron-circle-down {
  color: #979797;
  font-size: 21px;
}
.accordion-element .accordion-button::after {
  content: none;
}
.accordion-element .accordion-button:hover {
  background-color: #498bb6;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
}
.accordion-element .accordion-button:hover .fa-chevron-circle-down {
  color: #FFFFFF;
}
.accordion-element .accordion-button.collapsed {
  border-bottom: 1px solid #F5F5F5;
}
.accordion-element .accordion-button:not(.collapsed) {
  background-color: #498bb6;
  color: #FFFFFF;
  outline: none;
}
.accordion-element .accordion-button:not(.collapsed) .fa-chevron-circle-down {
  color: #FFFFFF;
  rotate: 180deg;
}

.animated-gif-element img {
  height: auto;
  width: 100%;
}

.article-block .date {
  margin: 0.8em 0 0.6em;
  font-size: 0.875em;
  font-family: "simplon_bp_regularregular", sans-serif;
  color: #888888;
}
.article-block .title {
  margin: 0 0 0.5em;
}
.article-block a:hover, .article-block a:focus {
  text-decoration: none;
}

.image-box {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 66%;
  margin: 1em 0;
}
.image-box a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.image-box a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.7em 1em;
  font-size: 0.9em;
  background: #468AB2;
  background: rgba(70, 138, 178, 0.85);
  color: #FFFFFF;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1.3;
}
.image-box a:focus span, .image-box a:hover span {
  background-color: #417EA4;
}

.news-image .news-img-caption {
  background-color: #F5F5F5;
  font-size: 0.9em;
  padding: 0.5em;
  color: #777777;
}

.color-box {
  margin: 0 0 1.5em 0;
  background: rgb(247, 247, 247);
  border-bottom: 2px solid rgb(238, 238, 238);
}
.color-box h3 {
  font-weight: normal;
  font-size: 1.2em;
  padding: 1em 18px 0.3em;
  margin: 0;
}
.color-box h0 {
  display: none;
}
.color-box p:last-child {
  margin-bottom: 0;
}
.color-box aside {
  padding: 1.2em 18px 1.6em;
}
.color-box aside a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.color-box.red {
  background: rgba(191, 50, 39, 0.1);
  border-bottom: 2px solid #BF3227;
}
.color-box.orange {
  background: rgba(237, 205, 100, 0.1);
  border-bottom: 2px solid #EDCD64;
}
.color-box.green {
  background: rgba(181, 199, 82, 0.1);
  border-bottom: 2px solid #B5C752;
}
.color-box.blue {
  background: rgba(70, 138, 178, 0.1);
  border-bottom: 2px solid #468AB2;
}
.color-box.anthracite {
  background: rgba(134, 134, 134, 0.1);
  border-bottom: 2px solid #868686;
}

.custom-carousel-element .custom-pagnav {
  position: absolute;
  display: flex;
  bottom: 8%;
  top: auto;
  left: auto;
  right: 37%;
  width: auto;
}
.custom-carousel-element .swiper-pagination {
  position: relative;
  width: auto;
}
.custom-carousel-element .swiper-pagination .swiper-pagination-bullet {
  width: 0.7em;
  height: 0.7em;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 100%;
  float: none;
  display: inline-block;
  vertical-align: bottom;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  margin: 0 0.2em;
}
.custom-carousel-element .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFFFFF;
}
.custom-carousel-element .swiper-button-prev, .custom-carousel-element .swiper-button-next {
  position: initial;
  height: auto;
  width: auto;
  display: block;
  margin: 0 8px;
  color: #FFFFFF;
}
.custom-carousel-element .swiper-button-prev:after, .custom-carousel-element .swiper-button-next:after {
  display: none;
}
.custom-carousel-element .swiper-button-prev .fa, .custom-carousel-element .swiper-button-next .fa {
  font-size: 22px;
}
.custom-carousel-element .custom-slider .swiper-slide .item {
  display: flex;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.custom-carousel-element .custom-slider .swiper-slide .item .text-box {
  position: relative;
  width: 36%;
  vertical-align: top;
}
.custom-carousel-element .custom-slider.start-slider .text-box {
  background-color: #878787;
  padding: 1em 1.8em;
  color: #FFFFFF;
}
.custom-carousel-element .custom-slider.start-slider .text-box .title {
  font-size: 1.75em;
  max-width: 100%;
}
.custom-carousel-element .custom-slider.start-slider .text-box .btn {
  background-color: #FFFFFF;
  color: #444444 !important;
  width: auto;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 1199.98px) {
  .custom-carousel-element .custom-slider.start-slider .text-box .title {
    font-size: 1.5em;
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .custom-carousel-element .custom-slider.start-slider .text-box .title {
    font-size: 1.25em;
  }
}
.custom-carousel-element .custom-slider.start-slider .text-box.red {
  background-color: #BF3227;
}
.custom-carousel-element .custom-slider.start-slider .text-box.blue {
  background-color: #468AB2;
}
.custom-carousel-element .custom-slider.start-slider .text-box.green {
  background-color: #B5C752;
}
.custom-carousel-element .custom-slider.start-slider .text-box.orange {
  background-color: #EDCD64;
}
.custom-carousel-element .custom-slider.start-slider .text-box.anthracite {
  background-color: #868686;
}
@media (max-width: 767.98px) {
  .custom-carousel-element .custom-slider .text-box {
    min-width: 15em;
  }
}
@media (max-width: 767.98px) {
  .custom-carousel-element .owl-item .item {
    display: block;
  }
  .custom-carousel-element .owl-item .item picture,
  .custom-carousel-element .owl-item .item .text-box,
  .custom-carousel-element .owl-item .item .vitem {
    display: block;
  }
  .custom-carousel-element .owl-item .item picture img {
    width: 100% !important;
  }
  .custom-carousel-element .owl-item .item picture,
  .custom-carousel-element .owl-item .item .vitem {
    width: 100%;
  }
  .custom-carousel-element .owl-item .item .text-box {
    position: relative;
    width: 100%;
  }
  .custom-carousel-element .owl-item .item .fluid-width-video-wrapper {
    margin: 0;
  }
}
.custom-carousel-element .full-width.owl-carousel.start-slider .item {
  background-color: rgba(134, 134, 134, 0.9);
}
.custom-carousel-element .full-width.owl-carousel.start-slider .item.red {
  background-color: rgba(191, 50, 39, 0.9);
}
.custom-carousel-element .full-width.owl-carousel.start-slider .item.blue {
  background-color: rgba(70, 138, 178, 0.9);
}
.custom-carousel-element .full-width.owl-carousel.start-slider .item.green {
  background-color: rgba(181, 199, 82, 0.9);
}
.custom-carousel-element .full-width.owl-carousel.start-slider .item.orange {
  background-color: rgba(237, 205, 100, 0.9);
}
.custom-carousel-element .full-width.owl-carousel.start-slider .item.anthracite {
  background-color: rgba(134, 134, 134, 0.9);
}
@media (max-width: 57em) {
  .custom-carousel-element .owl-item .item {
    display: block;
  }
  .custom-carousel-element .owl-item .item picture,
  .custom-carousel-element .owl-item .item .text-box,
  .custom-carousel-element .owl-item .item .vitem {
    display: block;
  }
  .custom-carousel-element .owl-item .item picture img {
    width: 100% !important;
  }
  .custom-carousel-element .owl-item .item picture,
  .custom-carousel-element .owl-item .item .vitem {
    width: 100%;
  }
  .custom-carousel-element .owl-item .item .text-box {
    position: relative;
    width: 100%;
    padding-bottom: 50px;
  }
  .custom-carousel-element .owl-item .item .fluid-width-video-wrapper {
    margin: 0;
  }
  .custom-carousel-element .owl-carousel.start-slider .item {
    background-color: #878787;
  }
  .custom-carousel-element .owl-carousel.start-slider .item.black {
    background-color: #000000;
  }
  .custom-carousel-element .owl-carousel.start-slider .item.red {
    background-color: #C03324;
  }
  .custom-carousel-element .owl-carousel.start-slider .item.blue {
    background-color: #498bb6;
  }
  .custom-carousel-element .owl-carousel.start-slider .item.green {
    background-color: #C6CC00;
  }
  .custom-carousel-element .owl-carousel.start-slider .item.orange {
    background-color: #EF7d00;
  }
  .custom-carousel-element .owl-carousel.start-slider .item.anthracite {
    background-color: #878787;
  }
  .custom-carousel-element .full-width.owl-carousel.start-slider .text-box.red {
    background-color: #bf3227;
  }
  .custom-carousel-element .full-width.owl-carousel.start-slider .text-box.blue {
    background-color: #468ab2;
  }
  .custom-carousel-element .full-width.owl-carousel.start-slider .text-box.green {
    background-color: #b5c752;
  }
  .custom-carousel-element .full-width.owl-carousel.start-slider .text-box.orange {
    background-color: #edcd64;
  }
  .custom-carousel-element .full-width.owl-carousel.start-slider .text-box.anthracite {
    background-color: #868686;
  }
}

.full-width-slider {
  margin: 0 0 1em !important;
  position: relative;
}
.full-width-slider .swiper-navigation {
  position: absolute;
  width: 42rem;
  bottom: 150px;
  right: calc((100vw - 1270px) / 2);
  color: #FFFFFF;
  height: 22px;
}
.full-width-slider .swiper-navigation .swiper-button-prev:after, .full-width-slider .swiper-navigation .swiper-button-next:after {
  display: none;
}
.full-width-slider .swiper-navigation .fa:before {
  font-size: 64px;
  color: #FFFFFF;
}
.full-width-slider .swiper-navigation .fa.fa-caret-right:after {
  content: none;
  display: none;
}
.full-width-slider .swiper-navigation .fa.fa-caret-left:after {
  content: none;
  display: none;
}
@media (max-width: 1199.98px) {
  .full-width-slider .swiper-navigation {
    right: calc((100vw - 980px) / 2);
  }
}
@media (max-width: 991.98px) {
  .full-width-slider .swiper-navigation {
    display: none !important;
  }
}
.full-width-slider .swiper-slide {
  position: relative;
}
.full-width-slider .swiper-slide iframe {
  margin-top: 0 !important;
}
.full-width-slider .swiper-slide .embed-responsive-item, .full-width-slider .swiper-slide .alternative-content {
  height: 490px !important;
  width: 52%;
}
@media (max-width: 991.98px) {
  .full-width-slider .swiper-slide .embed-responsive-item, .full-width-slider .swiper-slide .alternative-content {
    width: 100%;
    height: 100% !important;
  }
}
.full-width-slider .swiper-slide img, .full-width-slider .swiper-slide .vitem {
  float: none;
  /* margin: 1em 0; */
  height: 490px;
  object-fit: cover;
  max-height: unset;
  width: auto;
  display: block;
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 991.98px) {
  .full-width-slider .swiper-slide img, .full-width-slider .swiper-slide .vitem {
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 1;
  }
}
.full-width-slider .text-box {
  position: absolute;
  width: 32em;
  min-width: 36em;
  top: auto;
  right: 3em;
  bottom: 40px;
  /* max-width: 24em; */
  z-index: 100;
  padding: 1.8em;
  color: #FFFFFF;
  background-color: #EF7d00;
}
.full-width-slider .text-box .title {
  font-size: 1.75em;
  margin-top: 0;
  font-family: "simplon_bp_regularregular", sans-serif;
}
.full-width-slider .text-box .btn {
  background-color: #FFFFFF;
  color: #444444 !important;
  width: auto;
  box-shadow: 0 1px 1px 0 rgba(29, 29, 27, 0.5);
  position: relative;
  top: auto;
  right: auto;
}
.full-width-slider .text-box.anthracite {
  background-color: inherit;
}
.full-width-slider .text-box.orange {
  background-color: inherit;
}
.full-width-slider .text-box.red {
  background-color: inherit;
}
.full-width-slider .text-box.blue {
  background-color: inherit;
}
.full-width-slider .text-box.green {
  background-color: inherit;
}
@media (max-width: 991.98px) {
  .full-width-slider .text-box {
    position: relative;
    width: 100%;
    min-width: auto;
    right: auto;
    top: 0;
    padding: 1.3em;
  }
  .full-width-slider .text-box .title {
    font-size: 1.5em;
  }
}
@media (max-width: 991.98px) {
  .full-width-slider .text-box .title {
    font-size: 1.25em;
  }
}
.full-width-slider.full-width .swiper-pagination {
  position: absolute;
  bottom: 16px;
  top: auto;
  left: auto;
  width: 36em;
  right: calc((100vw - 1270px) / 2 + 2.5em);
}
.full-width-slider.full-width .swiper-pagination .swiper-pagination-bullet {
  width: 0.7em;
  height: 0.7em;
  background: #FFFFFF;
  opacity: 1;
  border-radius: 100%;
  float: none;
  display: inline-block;
  vertical-align: bottom;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  margin: 0 0.2em;
}
.full-width-slider.full-width .swiper-pagination .swiper-pagination-bullet-active {
  background: #868686;
}
@media (max-width: 1199.98px) {
  .full-width-slider.full-width .swiper-pagination {
    right: calc((100vw - 980px) / 2 + 2.5em);
  }
}
@media (max-width: 991.98px) {
  .full-width-slider.full-width .swiper-pagination {
    top: var(--controlstop);
    bottom: unset;
    width: 100%;
    left: 0;
  }
}
.full-width-slider.start-slider.full-width .container {
  position: relative;
}
.full-width-slider.start-slider.full-width.start-slider .text-box.anthracite {
  background-color: rgba(134, 134, 134, 0.9);
}
.full-width-slider.start-slider.full-width.start-slider .text-box.orange {
  background-color: rgba(237, 205, 100, 0.9);
}
.full-width-slider.start-slider.full-width.start-slider .text-box.red {
  background-color: rgba(191, 50, 39, 0.9);
}
.full-width-slider.start-slider.full-width.start-slider .text-box.green {
  background-color: rgba(181, 199, 82, 0.9);
}
.full-width-slider.start-slider.full-width.start-slider .text-box.blue {
  background-color: rgba(70, 138, 178, 0.9);
}
@media (max-width: 991.98px) {
  .full-width-slider {
    margin: 1em 0;
  }
  .full-width-slider .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}

.owl-carousel .owl-item .imgonly img {
  width: 100%;
  max-height: inherit;
  margin: 0;
}

.imgonly {
  /*max-height: 450px;*/
  overflow: hidden;
}
.imgonly .embed-container {
  width: 100%;
  margin: 0;
}

.full-width-slider.helper {
  float: none;
  width: 32%;
  height: 1em;
  display: block;
}

.gallery .gallerySlider .swiper-navigation .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 32px);
}
.gallery .gallerySlider .swiper-navigation .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 32px);
}
.gallery .gallerySlider .swiper-navigation .swiper-button-prev, .gallery .gallerySlider .swiper-navigation .swiper-button-next {
  border-radius: 50%;
  background-color: rgba(29, 29, 27, 0.75);
  width: 45px;
  height: 45px;
}
.gallery .gallerySlider .swiper-navigation .swiper-button-prev:after, .gallery .gallerySlider .swiper-navigation .swiper-button-next:after {
  font-size: 1rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.9);
}
.gallery .gallerySlider-thumbsSwiper .swiper-slide.swiper-slide-thumb-active img {
  border: 3px solid #666666;
}
.gallery .gallerySlider-thumbsSwiper .swiper-slide img {
  display: block;
  max-height: none;
  height: auto;
}

.linksdownloads a:hover, .linksdownloads a:focus {
  text-decoration: underline !important;
}

.multi-teaser .image-box {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 66%;
  margin: 1em 0;
}
.multi-teaser .image-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.multi-teaser .image-box a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.multi-teaser .image-box a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.7em 1em;
  font-size: 0.9em;
  background: #498bb6;
  background: rgba(70, 138, 178, 0.85);
  color: #FFFFFF;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1.3;
}
.multi-teaser .image-box a:focus span, .multi-teaser .image-box a:hover span {
  background-color: #417EA4;
}
.multi-teaser .image-box span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.7em 1em;
  font-size: 0.9em;
  background: #498bb6;
  background: rgba(70, 138, 178, 0.85);
  color: #FFFFFF;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1.3;
}

.social-media-element .socialmediasharing {
  margin-bottom: 0.5em;
}
.social-media-element .socialmediasharing .-social-media {
  display: inline-block;
  width: 158px;
  border-bottom: 1px solid #a2a2a2;
}
.social-media-element .socialmediasharing .-social-media ul {
  margin: 0;
}
.social-media-element .socialmediasharing .-social-media ul li {
  display: inline-block;
  margin: 0 0.3125em;
}
.social-media-element .socialmediasharing .-social-media ul li a {
  display: inline-block;
  font-size: 2.125em;
  text-decoration: none;
  color: #a2a2a2;
  line-height: 1.2em;
}
.social-media-element .socialmediasharing .-social-media ul li a :hover {
  color: #468AB2;
}
.social-media-element .socialmediasharing .-social-media ul > :first-child {
  margin-left: 0 !important;
}
.social-media-element .socialmediasharing .-social-media ul > :last-child {
  margin-right: 0 !important;
}
.social-media-element .blog-detail-container .socialmediasharing {
  margin-bottom: 3.125em !important;
}
.social-media-element .blog-detail-container .socialmediasharing.position-beforeText {
  margin-bottom: 2em !important;
}
.social-media-element .blog-detail-container .socialmediasharing.position-left, .social-media-element .blog-detail-container .socialmediasharing.position-right {
  margin-bottom: 0 !important;
}
.social-media-element .blog-detail-container .socialmediasharing .top-line .info-wrap {
  padding-top: 1.5rem;
}
.social-media-element .blog-detail-container .socialmediasharing .top-line .row {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .social-media-element .socialmediasharing {
    margin-bottom: 0.5em;
  }
  .social-media-element .socialmediasharing .-social-media {
    width: 100%;
    text-align: right !important;
  }
  .social-media-element .socialmediasharing .-social-media ul li {
    margin: 0 0.625em;
  }
  .social-media-element .socialmediasharing .-social-media ul li a {
    font-size: 2.425em;
  }
}

@media (min-width: 992px) {
  .topicsSlider .topics-row {
    transform: translate3d(0, 0, 0) !important;
  }
}
@media (max-width: 1199.98px) {
  .topicsSlider .topics-row {
    flex-wrap: unset;
    margin: 0;
  }
}
.topicsSlider .topics-row .topic-item a:hover {
  text-decoration: none !important;
}
.topicsSlider .colorbg {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  color: #1d1d1b;
  background: #FFFFFF;
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.topicsSlider .colorbg .svg-icon {
  align-self: center;
  margin-bottom: 30px;
  min-width: 124px;
  min-height: 124px;
  position: relative;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.topicsSlider .colorbg .svg-icon .topic-icon {
  position: relative;
  display: inline-block;
  width: 70%;
  height: 70%;
}
.topicsSlider .colorbg .svg-icon:before {
  display: block;
  position: absolute;
  width: 124px;
  height: 124px;
  transform: translate(-50%, -50%);
  content: "";
  left: 50%;
  top: 50%;
  z-index: 0;
  border-radius: 50%;
}
.topicsSlider .colorbg .topic-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1em;
}
.topicsSlider .colorbg .topic-text {
  font-size: 0.9375em;
  font-weight: 700;
}
.topicsSlider .colorbg.blue {
  border-color: #468AB2;
}
.topicsSlider .colorbg.blue .topic-title {
  color: #468AB2;
}
.topicsSlider .colorbg.blue .svg-icon:before {
  background-color: #468AB2;
}
.topicsSlider .colorbg.blue:hover {
  background: #468AB2;
}
.topicsSlider .colorbg.blue:hover .svg-icon {
  color: #468AB2;
}
.topicsSlider .colorbg.blue:hover .svg-icon:before {
  background-color: #FFFFFF;
}
.topicsSlider .colorbg.red {
  border-color: #BF3227;
}
.topicsSlider .colorbg.red .topic-title {
  color: #BF3227;
}
.topicsSlider .colorbg.red .svg-icon:before {
  background-color: #BF3227;
}
.topicsSlider .colorbg.red:hover {
  background: #BF3227;
}
.topicsSlider .colorbg.red:hover .svg-icon {
  color: #BF3227;
}
.topicsSlider .colorbg.red:hover .svg-icon:before {
  background-color: #FFFFFF;
}
.topicsSlider .colorbg.gray {
  border-color: #868686;
}
.topicsSlider .colorbg.gray .topic-title {
  color: #868686;
}
.topicsSlider .colorbg.gray .svg-icon:before {
  background-color: #868686;
}
.topicsSlider .colorbg.gray:hover {
  background: #868686;
}
.topicsSlider .colorbg.gray:hover .svg-icon {
  color: #868686;
}
.topicsSlider .colorbg.gray:hover .svg-icon:before {
  background-color: #FFFFFF;
}
.topicsSlider .colorbg:hover {
  color: #FFFFFF;
  text-decoration: none !important;
}
.topicsSlider .colorbg:hover .topic-title, .topicsSlider .colorbg:hover .topic-text {
  color: #FFFFFF !important;
}
.topicsSlider .colorbg:hover .svg-icon:before {
  background-color: #FFFFFF;
}

.tx-cs2-tippps-website .fixed-accordion-list ul {
  list-style: none;
  margin: 0.4em 0 0.6em;
}
.tx-cs2-tippps-website .fixed-accordion-list ul ul {
  margin-left: 1.7em;
}
.tx-cs2-tippps-website .fixed-accordion-list li {
  margin: 0;
}
.tx-cs2-tippps-website .fixed-accordion-list li a {
  white-space: normal;
}
.tx-cs2-tippps-website .fixed-accordion-list a, .tx-cs2-tippps-website .fixed-accordion-list span {
  display: inline-block;
  padding: 0.5em 0;
  vertical-align: top;
  outline: none;
  width: auto !important;
}
.tx-cs2-tippps-website .fixed-accordion-list a.collapse:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  line-height: 1;
  background: url(/typo3conf/ext/site_package/Resources/Public/External/images/icons/arrow-right.svg) no-repeat center center;
  font-size: 1.2em;
  padding: 0;
  margin: -0.2em 0.4em 0;
  vertical-align: middle;
}
.tx-cs2-tippps-website .fixed-accordion-list a.has-children:before {
  content: "";
  display: inline-block;
  background: url(/typo3conf/ext/site_package/Resources/Public/External/images/icons/plus.svg) no-repeat center center;
  background-size: 100%;
  border-radius: 0.2em;
}
.tx-cs2-tippps-website .fixed-accordion-list a.is-open:before {
  background: url(/typo3conf/ext/site_package/Resources/Public/External/images/icons/minus.svg) no-repeat center center;
  background-size: 100%;
}
.tx-cs2-tippps-website .event-list .event-card {
  margin-bottom: 1em;
}
.tx-cs2-tippps-website .event-list .event-card .timestamp {
  float: left;
  width: 7em;
  margin-right: 0.5em;
  font-family: "simplon_bp_regularregular", sans-serif;
  font-size: 1em;
}
@media (max-width: 991.98px) {
  .tx-cs2-tippps-website .event-list .event-card .timestamp {
    font-size: 0.9em;
  }
}
.tx-cs2-tippps-website .event-list .event-card .date {
  font-size: 1.625em;
  font-family: "simplon_bp_mediummedium", sans-serif;
  margin: 0;
  /* color: #488bb6; */
}
.tx-cs2-tippps-website .event-list .event-card .separator {
  line-height: 1.5;
  display: block;
  font-size: 2em;
  text-align: center;
  margin: -0.7em 0 -0.6em -0.3em;
}
.tx-cs2-tippps-website .event-list .event-card .text {
  float: left;
  width: 200px;
  width: -webkit-calc(100% - 1em);
  width: calc(100% - 1em);
}
.tx-cs2-tippps-website .event-list .event-card .title {
  font-size: 1em;
  margin: 0.4em 0 0.3em;
}
.tx-cs2-tippps-website .event-list .event-card .title a {
  color: #444444;
}
.tx-cs2-tippps-website .event-list .event-card .meta {
  margin: 0.6em 0 0;
  font-size: 0.875em;
  line-height: 1.3;
}
.tx-cs2-tippps-website .event-list .event-card .meta p {
  font-size: 1em;
}

.tx-cs2blog .blog-list-items .blog-list-item {
  color: #888888;
  font-family: "simplon_bp_regularregular", sans-serif;
  margin-bottom: 50px;
}
.tx-cs2blog .blog-list-items .blog-list-item .top-line {
  font-size: 14px;
  line-height: 18px;
}
.tx-cs2blog .blog-list-items .blog-list-item .top-line .author {
  float: right;
}
.tx-cs2blog .blog-list-items .blog-list-item img {
  max-width: 100%;
}
.tx-cs2blog .blog-list-items .blog-list-item .link {
  font-family: "FFMetaWebBook", sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 15px;
  line-height: 24px;
  color: #468AB2;
}
.tx-cs2blog .blog-list-items .blog-list-item .blog-image {
  margin-top: 5px;
  margin-bottom: 5px;
}
.tx-cs2blog .blog-list-items .blog-list-item .title {
  font-family: "simplon_bp_mediummedium", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #23527C;
  margin-bottom: 10px;
}
.tx-cs2blog .blog-list-items .blog-list-item .leadIn {
  color: #333333;
  margin-bottom: 10px;
}
.tx-cs2blog .blog-list-items .blog-list-item .leadIn p {
  font-family: "FFMetaWebBook", sans-serif;
  font-weight: 450;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}
.tx-cs2blog .blog-detail-container {
  color: #888888;
  font-family: "simplon_bp_regularregular", sans-serif;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.tx-cs2blog .blog-detail-container .title {
  font-family: "simplon_bp_lightlight", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
  color: #333333;
  margin-bottom: 20px;
}
.tx-cs2blog .blog-detail-container .top-line {
  font-family: "FFMetaWebBook", sans-serif;
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  color: #888888;
}
.tx-cs2blog .blog-detail-container .top-line .info-wrap {
  padding-top: 1.5rem;
}
.tx-cs2blog .blog-detail-container .blog-image {
  margin-top: 15px;
  margin-bottom: 20px;
}
.tx-cs2blog .blog-detail-container .blog-image img {
  vertical-align: middle;
  max-width: 100%;
}
.tx-cs2blog .blog-detail-container .leadIn {
  color: #333333;
  margin-bottom: 20px;
}
.tx-cs2blog .blog-backbutton-container {
  width: 60%;
  margin: 0 auto;
}

.socialmediasharing .-social-media {
  display: inline-block;
  width: 158px;
  border-bottom: 1px solid #a2a2a2;
  /* padding-bottom: 0.25em; */
}
.socialmediasharing .-social-media ul {
  margin: 0;
}
.socialmediasharing .-social-media ul > :first-child {
  margin-left: 0 !important;
}
.socialmediasharing .-social-media ul li {
  display: inline-block;
  margin: 0 0.3125em;
}
.socialmediasharing .-social-media ul li a {
  display: inline-block;
  font-size: 2.125em;
  text-decoration: none;
  color: #a2a2a2;
  line-height: 1.2em;
}
.socialmediasharing .-social-media ul li a:hover {
  color: #488BB6;
}

#gdrp-cookieoverlay {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 99999;
  background: #EBEBEB !important;
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.15);
  border: 0 !important;
  padding: 0;
}
#gdrp-cookieoverlay .row {
  margin-bottom: 0 !important;
}
#gdrp-cookieoverlay .cs2gdpr-cookiebanner {
  background-color: transparent;
  padding: 25px 15px !important;
}
#gdrp-cookieoverlay .cs2gdpr-category-bar {
  color: white;
  background-color: #488bb6;
  min-height: 600px;
}
#gdrp-cookieoverlay .cs2gdpr-category-bar ul li {
  list-style-type: none;
}
#gdrp-cookieoverlay .cs2gdpr-category-bar .cs2gdpr-info-bar {
  padding-top: 15px;
  text-align: left;
}
#gdrp-cookieoverlay .cs2gdpr-category-bar .cs2gdpr-info-bar ul li {
  list-style-type: none;
}
#gdrp-cookieoverlay .cs2gdpr-category-bar li, #gdrp-cookieoverlay .cs2gdpr-category-bar h2 {
  cursor: pointer;
}
#gdrp-cookieoverlay #cs2gdprmodal .modal-content {
  height: 80%;
}
#gdrp-cookieoverlay #cs2gdprmodal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
#gdrp-cookieoverlay .btn {
  width: unset;
  padding: 9px 70px;
  border: 1px solid #FFFFFF;
}
#gdrp-cookieoverlay .btn-primary {
  color: #fff;
}
#gdrp-cookieoverlay .btn-secondary {
  background-color: #cdcdcd;
  color: #000 !important;
  box-shadow: none;
}
#gdrp-cookieoverlay .cs2gdpr-info-bar-container {
  min-height: 600px;
  position: relative;
}
#gdrp-cookieoverlay .cs2gdpr-info-bar {
  position: absolute;
  vertical-align: top;
  max-height: 100%;
  overflow-y: scroll;
  padding-right: 15px;
}
#gdrp-cookieoverlay .fingerprint-button {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  right: 18px;
  bottom: 32px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 25px;
}
#gdrp-cookieoverlay .fingerprint-button i {
  color: #FFFFFF;
  margin: 0;
  position: relative;
  left: 11px;
  top: 11px;
  font-size: 17px;
  transition: all 0.3s ease;
}
#gdrp-cookieoverlay #cs2gdpr-form .form-check label,
#gdrp-cookieoverlay #cs2gdpr-form .category-check label {
  padding-left: 10px;
  line-height: 1;
}
#gdrp-cookieoverlay #cs2gdpr-form .category-check {
  margin-top: 10px;
}
#gdrp-cookieoverlay #cs2gdpr-form .form-check {
  display: inline-flex;
}
#gdrp-cookieoverlay #cs2gdpr-form .form-check .form-check-label h2 {
  margin-bottom: 0;
}
#gdrp-cookieoverlay .cs2gdpr-info-bar .h1 {
  margin-bottom: 0px;
  margin-top: 0px;
}

#cs2gdprmodal .modal-header {
  flex-direction: row-reverse;
  align-items: center;
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
#cs2gdprmodal .cs2gdpr-category-bar, #cs2gdprmodal .cs2gdpr-info-bar {
  padding-top: 15px;
  text-align: left;
}

.alternative-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.alternative-content .overlay {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.alternative-content .btn {
  color: #FFFFFF !important;
}

.iframe.embed-responsive {
  height: auto;
}

.socialmedia .alternative-content {
  position: relative;
  margin-bottom: 16px;
}

.iframe-pym + .alternative-content {
  position: relative;
}

.tx-cs2-tippps-website .event-teaser .event-card .timestamp {
  display: table;
}
.tx-cs2-tippps-website .event-teaser .event-card .timestamp.-full {
  width: 100% !important;
}
.tx-cs2-tippps-website .event-teaser .event-card .date {
  font-size: 1.625em;
  font-family: "simplon_bp_mediummedium", sans-serif;
  margin: 0;
  /* color: #488bb6; */
}
.tx-cs2-tippps-website .event-teaser .event-card span {
  display: table-cell;
}
.tx-cs2-tippps-website .event-teaser .event-card .time {
  text-align: right;
}
.tx-cs2-tippps-website .event-card {
  margin-bottom: 10%;
}
.tx-cs2-tippps-website .event-teaser .event-card {
  width: 100%;
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  margin-bottom: 1em;
}
@media (min-width: 62em) {
  .tx-cs2-tippps-website .event-teaser .event-card {
    width: calc(50% - 15px);
  }
  .tx-cs2-tippps-website .event-teaser .event-card:nth-child(2n) {
    margin-right: 15px;
  }
}
.tx-cs2-tippps-website .event-list .event-card {
  margin-bottom: 1em;
}
.tx-cs2-tippps-website .event-card.-compressed {
  margin-bottom: 1em;
}
.tx-cs2-tippps-website .event-card.-compressed p {
  margin-bottom: 0;
}
.tx-cs2-tippps-website .event-card .timestamp {
  float: left;
  width: 4.5em;
  margin-right: 0.5em;
  font-family: "simplon_bp_regularregular", sans-serif;
  font-size: 0.9em;
}
@media (min-width: 34em) {
  .tx-cs2-tippps-website .event-card .timestamp {
    font-size: 1em;
  }
}
.tx-cs2-tippps-website .event-card .date {
  font-size: 1.625em;
  font-family: "simplon_bp_mediummedium", sans-serif;
  margin: 0;
  /* color: #488bb6; */
}
.tx-cs2-tippps-website .event-card .time {
  display: block;
}
.tx-cs2-tippps-website .event-card .separator {
  display: block;
  font-size: 2em;
  text-align: center;
  margin: -0.7em 0 -0.6em -0.3em;
}
.tx-cs2-tippps-website .event-card .text {
  float: left;
  width: 200px;
  width: -webkit-calc(100% - 6em);
  width: calc(100% - 6em);
}
.tx-cs2-tippps-website .event-card .title {
  font-size: 1em;
  margin: 0.4em 0 0.3em;
}
.tx-cs2-tippps-website .event-card .title a {
  color: #444;
}
.tx-cs2-tippps-website .event-card .meta {
  margin: 0;
  font-size: 0.875em;
  line-height: 1.3;
}
.tx-cs2-tippps-website .event-card .tag {
  background-color: #488bb6;
  color: #fff;
  display: inline-block;
  padding: 0.3em 0.5em;
  margin: 0.4em 0;
}

/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.touch .fancybox-nav span {
  visibility: visible !important;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: auto;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/typo3conf/ext/site_package/Resources/Public/Images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/typo3conf/ext/site_package/Resources/Public/Images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/typo3conf/ext/site_package/Resources/Public/Images/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/typo3conf/ext/site_package/Resources/Public/Images/fancybox_overlay.png");
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.peopleteaser .row.equal {
  /*	display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap*/
}

.fancybox-nav span {
  visibility: visible;
}

.fancybox-overlay {
  height: 100% !important;
  position: fixed !important;
  overflow: hidden !important;
}

.people-fancybox-wrap .fancybox-inner {
  width: 100% !important;
  min-height: 500px;
}

.people-fancybox-wrap.fancybox-wrap {
  position: fixed !important;
  top: 50% !important;
  left: calc(50% - 20px) !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 40px) !important;
  max-width: 1060px;
  margin: 0 20px;
}

.hero-header {
  margin-bottom: 2em;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0;
}
@media (min-width: 768px) {
  .hero-header {
    margin-top: -20px;
  }
}
.hero-header img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  max-width: 100%;
}
.hero-header .keytitle {
  color: #FFFFFF;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 35px;
  top: 35px;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .hero-header .keytitle {
    font-size: 39px;
    line-height: 42.9px;
    align-items: flex-end;
  }
}

.header-global {
  position: relative;
  z-index: 140;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  margin-bottom: 5em;
}
.header-global .header-inner {
  background: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 80px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 160;
  top: 0;
  width: 100%;
}
.header-global .header-inner .container.d-flex {
  min-height: 80px;
}
@media (min-width: 768px) {
  .header-global {
    display: block;
    border-bottom: 0;
    padding: 3.3em 0;
    margin-bottom: 1.3em;
  }
}
.header-global .logo {
  width: 110px;
  height: 54px;
  display: block;
  margin: 0;
  /* background: url(../images/logo@2x-new.png) no-repeat center 4px; */
  align-self: center;
  -webkit-transition: none;
  transition: none;
}
.header-global .logo img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .header-global .logo {
    float: left;
    z-index: 0;
    position: relative;
    width: 156px;
    height: 71px;
    background-size: 150px;
  }
}
@media (min-width: 992px) {
  .header-global .logo {
    background-size: 174px;
    width: 178px;
    height: 75px;
  }
}
.header-global .d-flex .logo {
  margin-left: 15px;
}
@media (max-width: 1199.98px) {
  .header-global .d-flex .logo {
    margin-left: 0;
  }
}
.header-global .main-navigation {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  height: auto;
}
.header-global .main-navigation .mainnav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0 auto;
  list-style-type: none;
  padding: 0 30px;
}
.header-global .main-navigation .mainnav .menu-item {
  display: inline-block;
  width: auto;
  position: relative;
}
.header-global .main-navigation .mainnav .menu-item > a {
  padding: 10px 15px;
  display: inline-block;
  color: #333333;
  font-weight: 700;
  text-align: center;
}
.header-global .main-navigation .mainnav .menu-item > a:before {
  display: none;
  height: 100%;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: -100%;
  left: 0;
  content: "";
  z-index: 0;
}
.header-global .main-navigation .mainnav .menu-item > a:after {
  display: block;
  height: 2px;
  width: 0;
  background: #23527C;
  position: absolute;
  bottom: 10px;
  left: 15px;
  content: "";
  transition: width 0.1s ease;
}
.header-global .main-navigation .mainnav .menu-item > a:hover:before {
  display: block;
}
.header-global .main-navigation .mainnav .menu-item > a:hover:after {
  width: calc(100% - 30px);
}
.header-global .main-navigation .mainnav .menu-item .submenutrigger {
  display: none;
}
.header-global .main-navigation .mainnav .menu-item .submenu {
  position: absolute;
  left: -35px;
  background: #FFFFFF;
  padding: 20px 50px;
  list-style-type: none;
  margin: 0;
  transition: all 0.1s ease;
}
.header-global .main-navigation .mainnav .menu-item .submenu li {
  padding: 0.625em 0;
}
.header-global .main-navigation .mainnav .menu-item .submenu li a {
  white-space: nowrap;
  color: #333333;
  font-weight: 700;
  font-family: "simplon_bp_lightlight", sans-serif;
}
.header-global .main-navigation .mainnav .menu-item .submenu li a:hover {
  color: #23527C;
  text-decoration: none;
}
.header-global .main-navigation .right-menu {
  white-space: nowrap;
  text-align: right;
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-top: 40px;
  margin-bottom: 10px;
  position: relative;
  min-height: 55px;
}
.header-global .main-navigation .right-menu .fa {
  font-size: 1.5em;
}
.header-global .main-navigation .right-menu a {
  padding: 12px 0 12px 15px;
  color: #23527C;
}
.header-global .navbar-toggle {
  position: relative;
  display: none;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
@media (max-width: 1199.98px) {
  .header-global .main-navigation {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 1000;
    background: #FFFFFF;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 80px);
  }
  .header-global .main-navigation.show {
    display: block;
    height: auto;
  }
  .header-global .main-navigation .mainnav {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .header-global .main-navigation .mainnav .menu-item {
    width: 100% !important;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header-global .main-navigation .mainnav .menu-item > a {
    width: calc(100% - 80px);
    padding-left: 1em;
    color: #468AB2;
    text-align: left;
  }
  .header-global .main-navigation .mainnav .menu-item .submenutrigger {
    display: inline-block;
    margin-right: 1em;
    cursor: pointer;
  }
  .header-global .main-navigation .mainnav .menu-item .submenutrigger i {
    transform: rotate(-180deg);
    transition: all 0.2s ease;
    font-size: 1.25em;
    display: inline-block;
  }
  .header-global .main-navigation .mainnav .menu-item .submenutrigger.collapsed i {
    transform: rotate(0);
  }
  .header-global .main-navigation .mainnav .menu-item .submenu {
    position: relative;
    left: 0;
    width: 100%;
    box-shadow: none;
    padding: 0;
    margin-left: 1em;
  }
  .header-global .main-navigation .mainnav .menu-item .submenu li {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .header-global .main-navigation .mainnav .menu-item .submenu li a {
    white-space: normal !important;
    display: block;
    width: calc(100% - 52px);
    padding: 5px 1em 5px 1em;
  }
  .header-global .main-navigation .right-menu {
    position: relative;
    bottom: 0;
    width: 100%;
    background: #E7E7E7;
    flex-wrap: wrap;
  }
  .header-global .main-navigation .right-menu .menu-item {
    width: 100%;
  }
  .header-global .main-navigation .right-menu .search-menu-trigger {
    display: none;
  }
  .header-global .main-navigation .right-menu #submenusearchbox {
    position: relative;
    display: block;
    opacity: 1;
    width: 100%;
    padding: 2em;
    background: none;
  }
  .header-global .main-navigation .right-menu ul.top-language-list {
    width: 100%;
    background: #CCCCCC;
    padding: 0;
    margin: 0;
  }
  .header-global .main-navigation .right-menu ul.top-language-list li {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .header-global .navbar-toggle {
    display: inline-block;
    margin: 0;
    float: none;
    z-index: 10;
    position: absolute;
    border: none;
    right: 0.5em;
    top: 1.5em;
  }
  .header-global .navbar-toggle .fas.fa-bars {
    font-size: 1.5rem;
  }
}
.header-global #submenusearchbox {
  position: absolute;
  right: 0;
  background: #FFFFFF;
  padding: 60px 50px 30px 50px;
  width: 666px;
  list-style-type: none;
  margin: 0;
  transition: all 0.2s ease;
}

.submenu-underlay.show {
  opacity: 0.3;
  z-index: 2;
}

.submenu-underlay {
  background: #1d1d1b;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  display: block;
  transition: all 0.3s ease-in-out;
}

.icon-menu:before {
  content: "\e60d";
}

.footer-global {
  font-family: "simplon_bp_regularregular", sans-serif;
  position: relative;
  z-index: 99;
  background: #FFFFFF;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.footer-global #return-to-top {
  position: fixed;
  bottom: 80px;
  right: 18px;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  width: 40px;
  height: 40px;
  text-decoration: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: none;
  transition: all 0.2s ease-in-out;
}
.footer-global #return-to-top i {
  color: #FFFFFF;
  margin: 0;
  position: relative;
  left: 12px;
  top: 8px;
  font-size: 17px;
  transition: all 0.2s ease-in-out;
}
.footer-global #return-to-top:hover {
  background: rgba(0, 0, 0, 0.8);
}
.footer-global #return-to-top:hover i {
  color: #FFFFFF;
  top: 5px;
}
.footer-global .quick-links {
  display: flex;
  background: #468AB2;
  color: #FFFFFF;
  padding: 1.5em 0 2em;
  font-size: 1.125em;
}
.footer-global .quick-links a, .footer-global .quick-links .item {
  padding: 0.6em 1em;
  margin: 0.4em 0;
  color: #FFFFFF;
  display: block;
  font-size: 18px;
}
.footer-global .quick-links ul {
  list-style: none;
  margin: 0;
  text-align: center;
}
.footer-global .quick-links li {
  width: auto;
  display: inline-block;
  float: none;
}
.footer-global .bottom {
  font-size: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.footer-global .bottom li {
  display: inline-block;
  margin: 0;
}
.footer-global .bottom .block {
  margin: 0;
  padding: 0;
  width: 33.3%;
}
.footer-global .bottom .block.-copyright {
  text-align: left;
  margin: 0.7em 0;
}
.footer-global .bottom .block.-language-list {
  float: right;
  padding: 0.7em 0;
  text-align: center;
}
.footer-global .bottom .block.-language-list > li > a, .footer-global .bottom .block.-language-list ul li {
  padding: 0 0.2em 0 0;
}
.footer-global .bottom .block.-language-list > li > a:after, .footer-global .bottom .block.-language-list ul li:after {
  content: "|";
  display: inline-block;
  margin-left: 0.2em;
}
.footer-global .bottom .block.-language-list li:last-child a:after {
  content: none;
}
.footer-global .bottom .block.-social-media {
  float: right;
  text-align: right;
  margin: 0;
}
.footer-global .bottom .block.-social-media a {
  font-size: 2em;
  padding: 0 0.1em;
}
.footer-global .bottom .block.-social-media a .text {
  display: none;
}
.footer-global .bottom .block.-social-media a:focus, .footer-global .bottom .block.-social-media a:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .footer-global .bottom {
    font-size: 0.9em;
  }
  .footer-global .bottom .block {
    width: 100%;
  }
  .footer-global .bottom .block.-copyright {
    margin: 1.2em 0;
    text-align: center;
  }
  .footer-global .bottom .block.-language-list {
    margin: 1.2em 0;
    text-align: center;
  }
  .footer-global .bottom .block.-social-media {
    margin: 1.2em 0;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .footer-global .quick-links {
    font-size: 0.9em;
  }
  .footer-global .quick-links a, .footer-global .quick-links .item {
    display: block;
    padding: 0.5em;
  }
  .footer-global .quick-links ul {
    text-align: unset;
  }
  .footer-global .quick-links ul li {
    display: block;
    float: left;
    width: 50%;
  }
}

@media print {
  a[href]:after {
    display: none;
  }
  a, a:visited {
    text-decoration: none;
  }
  abbr[title]:after {
    display: none;
  }
  .header-print {
    margin-bottom: 15mm;
  }
  .hero-header {
    display: none;
  }
  * {
    font-size: 95%;
  }
  .bsizer-item {
    height: auto !important;
  }
  .main-content li {
    font-size: inherit;
  }
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
[class^=col-] *:first-child, [class*=" col-"] *:first-child {
  margin-top: 0;
}

.pagination li a, .pagination li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination li:first-child a, .pagination li:first-child span {
  margin-left: 0;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.pagination li:last-child a, .pagination li:last-child span {
  margin-left: 0;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-left: 0 !important;
}
.pagination li:focus a, .pagination li:focus span, .pagination li:hover a, .pagination li:hover span {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

#tx-solr-search .results-list {
  margin-top: 1em;
  padding: 0;
}
#tx-solr-search .results-list li {
  list-style: none inside;
  margin-left: 0px;
}

.results-topic {
  font-weight: bold;
  margin-bottom: 5px;
}

.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.results-highlight {
  background: #498bb6;
}

.results-entry {
  border-bottom: 1px dotted #dcdcdc;
  padding-bottom: 1em;
  margin: 3em 0;
}

.video-poster {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  height: 100%;
}
.video-poster:not(.d-none) + iframe {
  z-index: -1;
}
.video-poster .owl-video-play-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='currentColor' class='bi bi-play-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z' fill='white'%3E%3C/path%3E%3Cpath d='M6.271 5.055a.5.5 0 0 1 .52.038l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .271-.445z' fill='white'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  cursor: pointer;
}
.video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=main.css.map */
