@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-family: Lato, Helvetica, Arial, "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f0f0f0;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: #c78810;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(128.1930232558, 87.6093023256, 10.3069767442);
  text-decoration: none;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #336d37;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007fbf;
  --secondary: #c78810;
  --success: #336d37;
  --info: #4a95cc;
  --warning: #ffc107;
  --danger: #b73328;
  --light: #f8f9fa;
  --dark: #343a40;
  --primary-700: #4a95cc;
  --primary-500: #7bafda;
  --primary-300: #afc8e5;
  --primary-1050: rgb(0, 110.0445026178, 165.5);
  --secondary-500: #deb45e;
  --secondary-300: #e9cea2;
  --red-light: #b73328;
  --red-light-500: #e0979e;
  --red-light-300: #e6cad1;
  --red-dark: #9b2e29;
  --red-dark-500: #c99e93;
  --red-dark-300: #e7d2ce;
  --tealish: #3f866c;
  --tealish-500: #adcbbf;
  --tealish-300: #d6e3dd;
  --green: #336d37;
  --green-700: #648c4e;
  --green-500: #92aa84;
  --green-300: #cdd2c6;
  --byline-700: #87888a;
  --byline-500: #c5c6c8;
  --byline-400: #E6E6E6;
  --byline-300: #eceded;
  --byline-100: #fafafa;
  --brown: #c1a497;
  --body-bg: #f0f0f0;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 420px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Lato, Helvetica, Arial, "sans-serif";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: Lato, Helvetica, Arial, "sans-serif";
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 420px) {
  .container {
    max-width: 370px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  display: 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;
}

.col10-xl,
.col10-xl-auto, .col10-xl-10, .col10-xl-9, .col10-xl-8, .col10-xl-7, .col10-xl-6, .col10-xl-5, .col10-xl-4, .col10-xl-3, .col10-xl-2, .col10-xl-1, .col10-lg,
.col10-lg-auto, .col10-lg-10, .col10-lg-9, .col10-lg-8, .col10-lg-7, .col10-lg-6, .col10-lg-5, .col10-lg-4, .col10-lg-3, .col10-lg-2, .col10-lg-1, .col10-md,
.col10-md-auto, .col10-md-10, .col10-md-9, .col10-md-8, .col10-md-7, .col10-md-6, .col10-md-5, .col10-md-4, .col10-md-3, .col10-md-2, .col10-md-1, .col10-sm,
.col10-sm-auto, .col10-sm-10, .col10-sm-9, .col10-sm-8, .col10-sm-7, .col10-sm-6, .col10-sm-5, .col10-sm-4, .col10-sm-3, .col10-sm-2, .col10-sm-1, .col10-xs,
.col10-xs-auto, .col10-xs-10, .col10-xs-9, .col10-xs-8, .col10-xs-7, .col10-xs-6, .col10-xs-5, .col10-xs-4, .col10-xs-3, .col10-xs-2, .col10-xs-1, .col10,
.col10-auto, .col10-10, .col10-9, .col10-8, .col10-7, .col10-6, .col10-5, .col10-4, .col10-3, .col10-2, .col10-1, .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-xs,
.col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 420px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 219.16, 237.08);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 188.44, 221.72);
}

.table-hover .table-primary:hover {
  background-color: rgb(163.2159874608, 208.9280250784, 231.9640125392);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(163.2159874608, 208.9280250784, 231.9640125392);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(239.32, 221.68, 188.08);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(225.88, 193.12, 130.72);
}

.table-hover .table-secondary:hover {
  background-color: rgb(234.4793220339, 211.393559322, 167.4206779661);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(234.4793220339, 211.393559322, 167.4206779661);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(197.88, 214.12, 199);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(148.92, 179.08, 151);
}

.table-hover .table-success:hover {
  background-color: rgb(183.0171428571, 203.4828571429, 184.4285714286);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(183.0171428571, 203.4828571429, 184.4285714286);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(204.32, 225.32, 240.72);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(160.88, 199.88, 228.48);
}

.table-hover .table-info:hover {
  background-color: rgb(184.4256034483, 213.669137931, 235.1143965517);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(184.4256034483, 213.669137931, 235.1143965517);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(234.84, 197.88, 194.8);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(217.56, 148.92, 143.2);
}

.table-hover .table-danger:hover {
  background-color: rgb(228.4427874564, 179.7545644599, 175.6972125436);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(228.4427874564, 179.7545644599, 175.6972125436);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-primary-700,
.table-primary-700 > th,
.table-primary-700 > td {
  background-color: rgb(204.32, 225.32, 240.72);
}
.table-primary-700 th,
.table-primary-700 td,
.table-primary-700 thead th,
.table-primary-700 tbody + tbody {
  border-color: rgb(160.88, 199.88, 228.48);
}

.table-hover .table-primary-700:hover {
  background-color: rgb(184.4256034483, 213.669137931, 235.1143965517);
}
.table-hover .table-primary-700:hover > td,
.table-hover .table-primary-700:hover > th {
  background-color: rgb(184.4256034483, 213.669137931, 235.1143965517);
}

.table-primary-500,
.table-primary-500 > th,
.table-primary-500 > td {
  background-color: rgb(218.04, 232.6, 244.64);
}
.table-primary-500 th,
.table-primary-500 td,
.table-primary-500 thead th,
.table-primary-500 tbody + tbody {
  border-color: rgb(186.36, 213.4, 235.76);
}

.table-hover .table-primary-500:hover {
  background-color: rgb(198.1228402367, 220.5289940828, 239.0571597633);
}
.table-hover .table-primary-500:hover > td,
.table-hover .table-primary-500:hover > th {
  background-color: rgb(198.1228402367, 220.5289940828, 239.0571597633);
}

.table-primary-300,
.table-primary-300 > th,
.table-primary-300 > td {
  background-color: rgb(232.6, 239.6, 247.72);
}
.table-primary-300 th,
.table-primary-300 td,
.table-primary-300 thead th,
.table-primary-300 tbody + tbody {
  border-color: rgb(213.4, 226.4, 241.48);
}

.table-hover .table-primary-300:hover {
  background-color: rgb(213.3547169811, 226.3688679245, 241.4652830189);
}
.table-hover .table-primary-300:hover > td,
.table-hover .table-primary-300:hover > th {
  background-color: rgb(213.3547169811, 226.3688679245, 241.4652830189);
}

.table-primary-1050,
.table-primary-1050 > th,
.table-primary-1050 > td {
  background-color: rgb(183.6, 214.412460733, 229.94);
}
.table-primary-1050 th,
.table-primary-1050 td,
.table-primary-1050 thead th,
.table-primary-1050 tbody + tbody {
  border-color: rgb(122.4, 179.6231413613, 208.46);
}

.table-hover .table-primary-1050:hover {
  background-color: rgb(164.7248185776, 203.682808532, 223.3151814224);
}
.table-hover .table-primary-1050:hover > td,
.table-hover .table-primary-1050:hover > th {
  background-color: rgb(164.7248185776, 203.682808532, 223.3151814224);
}

.table-secondary-500,
.table-secondary-500 > th,
.table-secondary-500 > td {
  background-color: rgb(245.76, 234, 209.92);
}
.table-secondary-500 th,
.table-secondary-500 td,
.table-secondary-500 thead th,
.table-secondary-500 tbody + tbody {
  border-color: rgb(237.84, 216, 171.28);
}

.table-hover .table-secondary-500:hover {
  background-color: rgb(241.422371134, 224.1417525773, 188.757628866);
}
.table-hover .table-secondary-500:hover > td,
.table-hover .table-secondary-500:hover > th {
  background-color: rgb(241.422371134, 224.1417525773, 188.757628866);
}

.table-secondary-300,
.table-secondary-300 > th,
.table-secondary-300 > td {
  background-color: rgb(248.84, 241.28, 228.96);
}
.table-secondary-300 th,
.table-secondary-300 td,
.table-secondary-300 thead th,
.table-secondary-300 tbody + tbody {
  border-color: rgb(243.56, 229.52, 206.64);
}

.table-hover .table-secondary-300:hover {
  background-color: rgb(243.9617391304, 230.4147826087, 208.3382608696);
}
.table-hover .table-secondary-300:hover > td,
.table-hover .table-secondary-300:hover > th {
  background-color: rgb(243.9617391304, 230.4147826087, 208.3382608696);
}

.table-red-light,
.table-red-light > th,
.table-red-light > td {
  background-color: rgb(234.84, 197.88, 194.8);
}
.table-red-light th,
.table-red-light td,
.table-red-light thead th,
.table-red-light tbody + tbody {
  border-color: rgb(217.56, 148.92, 143.2);
}

.table-hover .table-red-light:hover {
  background-color: rgb(228.4427874564, 179.7545644599, 175.6972125436);
}
.table-hover .table-red-light:hover > td,
.table-hover .table-red-light:hover > th {
  background-color: rgb(228.4427874564, 179.7545644599, 175.6972125436);
}

.table-red-light-500,
.table-red-light-500 > th,
.table-red-light-500 > td {
  background-color: rgb(246.32, 225.88, 227.84);
}
.table-red-light-500 th,
.table-red-light-500 td,
.table-red-light-500 thead th,
.table-red-light-500 tbody + tbody {
  border-color: rgb(238.88, 200.92, 204.56);
}

.table-hover .table-red-light-500:hover {
  background-color: rgb(240.4644444444, 206.2355555556, 209.5177777778);
}
.table-hover .table-red-light-500:hover > td,
.table-hover .table-red-light-500:hover > th {
  background-color: rgb(240.4644444444, 206.2355555556, 209.5177777778);
}

.table-red-light-300,
.table-red-light-300 > th,
.table-red-light-300 > td {
  background-color: rgb(248, 240.16, 242.12);
}
.table-red-light-300 th,
.table-red-light-300 td,
.table-red-light-300 thead th,
.table-red-light-300 tbody + tbody {
  border-color: rgb(242, 227.44, 231.08);
}

.table-hover .table-red-light-300:hover {
  background-color: rgb(239.8269230769, 222.8330769231, 227.0815384615);
}
.table-hover .table-red-light-300:hover > td,
.table-hover .table-red-light-300:hover > th {
  background-color: rgb(239.8269230769, 222.8330769231, 227.0815384615);
}

.table-red-dark,
.table-red-dark > th,
.table-red-dark > td {
  background-color: rgb(227, 196.48, 195.08);
}
.table-red-dark th,
.table-red-dark td,
.table-red-dark thead th,
.table-red-dark tbody + tbody {
  border-color: rgb(203, 146.32, 143.72);
}

.table-hover .table-red-dark:hover {
  background-color: rgb(218.8789808917, 179.5070700637, 177.7010191083);
}
.table-hover .table-red-dark:hover > td,
.table-hover .table-red-dark:hover > th {
  background-color: rgb(218.8789808917, 179.5070700637, 177.7010191083);
}

.table-red-dark-500,
.table-red-dark-500 > th,
.table-red-dark-500 > td {
  background-color: rgb(239.88, 227.84, 224.76);
}
.table-red-dark-500 th,
.table-red-dark-500 td,
.table-red-dark-500 thead th,
.table-red-dark-500 tbody + tbody {
  border-color: rgb(226.92, 204.56, 198.84);
}

.table-hover .table-red-dark-500:hover {
  background-color: rgb(231.38, 212.5714814815, 207.76);
}
.table-hover .table-red-dark-500:hover > td,
.table-hover .table-red-dark-500:hover > th {
  background-color: rgb(231.38, 212.5714814815, 207.76);
}

.table-red-dark-300,
.table-red-dark-300 > th,
.table-red-dark-300 > td {
  background-color: rgb(248.28, 242.4, 241.28);
}
.table-red-dark-300 th,
.table-red-dark-300 td,
.table-red-dark-300 thead th,
.table-red-dark-300 tbody + tbody {
  border-color: rgb(242.52, 231.6, 229.52);
}

.table-hover .table-red-dark-300:hover {
  background-color: rgb(239.8964383562, 226.6808219178, 224.1635616438);
}
.table-hover .table-red-dark-300:hover > td,
.table-hover .table-red-dark-300:hover > th {
  background-color: rgb(239.8964383562, 226.6808219178, 224.1635616438);
}

.table-tealish,
.table-tealish > th,
.table-tealish > td {
  background-color: rgb(201.24, 221.12, 213.84);
}
.table-tealish th,
.table-tealish td,
.table-tealish thead th,
.table-tealish tbody + tbody {
  border-color: rgb(155.16, 192.08, 178.56);
}

.table-hover .table-tealish:hover {
  background-color: rgb(185.597827476, 211.262172524, 201.8639616613);
}
.table-hover .table-tealish:hover > td,
.table-hover .table-tealish:hover > th {
  background-color: rgb(185.597827476, 211.262172524, 201.8639616613);
}

.table-tealish-500,
.table-tealish-500 > th,
.table-tealish-500 > td {
  background-color: rgb(232.04, 240.44, 237.08);
}
.table-tealish-500 th,
.table-tealish-500 td,
.table-tealish-500 thead th,
.table-tealish-500 tbody + tbody {
  border-color: rgb(212.36, 227.96, 221.72);
}

.table-hover .table-tealish-500:hover {
  background-color: rgb(216.4355223881, 230.5444776119, 224.9008955224);
}
.table-hover .table-tealish-500:hover > td,
.table-hover .table-tealish-500:hover > th {
  background-color: rgb(216.4355223881, 230.5444776119, 224.9008955224);
}

.table-tealish-300,
.table-tealish-300 > th,
.table-tealish-300 > td {
  background-color: rgb(243.52, 247.16, 245.48);
}
.table-tealish-300 th,
.table-tealish-300 td,
.table-tealish-300 thead th,
.table-tealish-300 tbody + tbody {
  border-color: rgb(233.68, 240.44, 237.32);
}

.table-hover .table-tealish-300:hover {
  background-color: rgb(228.367826087, 236.812173913, 232.9147826087);
}
.table-hover .table-tealish-300:hover > td,
.table-hover .table-tealish-300:hover > th {
  background-color: rgb(228.367826087, 236.812173913, 232.9147826087);
}

.table-green,
.table-green > th,
.table-green > td {
  background-color: rgb(197.88, 214.12, 199);
}
.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: rgb(148.92, 179.08, 151);
}

.table-hover .table-green:hover {
  background-color: rgb(183.0171428571, 203.4828571429, 184.4285714286);
}
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: rgb(183.0171428571, 203.4828571429, 184.4285714286);
}

.table-green-700,
.table-green-700 > th,
.table-green-700 > td {
  background-color: rgb(211.6, 222.8, 205.44);
}
.table-green-700 th,
.table-green-700 td,
.table-green-700 thead th,
.table-green-700 tbody + tbody {
  border-color: rgb(174.4, 195.2, 162.96);
}

.table-hover .table-green-700:hover {
  background-color: rgb(198.0640410959, 212.7571917808, 189.9828082192);
}
.table-hover .table-green-700:hover > td,
.table-hover .table-green-700:hover > th {
  background-color: rgb(198.0640410959, 212.7571917808, 189.9828082192);
}

.table-green-500,
.table-green-500 > th,
.table-green-500 > td {
  background-color: rgb(224.48, 231.2, 220.56);
}
.table-green-500 th,
.table-green-500 td,
.table-green-500 thead th,
.table-green-500 tbody + tbody {
  border-color: rgb(198.32, 210.8, 191.04);
}

.table-hover .table-green-500:hover {
  background-color: rgb(211.1170192308, 220.7793269231, 205.4806730769);
}
.table-hover .table-green-500:hover > td,
.table-hover .table-green-500:hover > th {
  background-color: rgb(211.1170192308, 220.7793269231, 205.4806730769);
}

.table-green-300,
.table-green-300 > th,
.table-green-300 > td {
  background-color: rgb(241, 242.4, 239.04);
}
.table-green-300 th,
.table-green-300 td,
.table-green-300 thead th,
.table-green-300 tbody + tbody {
  border-color: rgb(229, 231.6, 225.36);
}

.table-hover .table-green-300:hover {
  background-color: rgb(228.5, 231.15, 224.79);
}
.table-hover .table-green-300:hover > td,
.table-hover .table-green-300:hover > th {
  background-color: rgb(228.5, 231.15, 224.79);
}

.table-byline-700,
.table-byline-700 > th,
.table-byline-700 > td {
  background-color: rgb(221.4, 221.68, 222.24);
}
.table-byline-700 th,
.table-byline-700 td,
.table-byline-700 thead th,
.table-byline-700 tbody + tbody {
  border-color: rgb(192.6, 193.12, 194.16);
}

.table-hover .table-byline-700:hover {
  background-color: rgb(208.4886075949, 208.8762025316, 209.6513924051);
}
.table-hover .table-byline-700:hover > td,
.table-hover .table-byline-700:hover > th {
  background-color: rgb(208.4886075949, 208.8762025316, 209.6513924051);
}

.table-byline-500,
.table-byline-500 > th,
.table-byline-500 > td {
  background-color: rgb(238.76, 239.04, 239.6);
}
.table-byline-500 th,
.table-byline-500 td,
.table-byline-500 thead th,
.table-byline-500 tbody + tbody {
  border-color: rgb(224.84, 225.36, 226.4);
}

.table-hover .table-byline-500:hover {
  background-color: rgb(225.6715044248, 226.1771681416, 227.1884955752);
}
.table-hover .table-byline-500:hover > td,
.table-hover .table-byline-500:hover > th {
  background-color: rgb(225.6715044248, 226.1771681416, 227.1884955752);
}

.table-byline-400,
.table-byline-400 > th,
.table-byline-400 > td {
  background-color: #f8f8f8;
}
.table-byline-400 th,
.table-byline-400 td,
.table-byline-400 thead th,
.table-byline-400 tbody + tbody {
  border-color: #f2f2f2;
}

.table-hover .table-byline-400:hover {
  background-color: rgb(235.25, 235.25, 235.25);
}
.table-hover .table-byline-400:hover > td,
.table-hover .table-byline-400:hover > th {
  background-color: rgb(235.25, 235.25, 235.25);
}

.table-byline-300,
.table-byline-300 > th,
.table-byline-300 > td {
  background-color: rgb(249.68, 249.96, 249.96);
}
.table-byline-300 th,
.table-byline-300 td,
.table-byline-300 thead th,
.table-byline-300 tbody + tbody {
  border-color: rgb(245.12, 245.64, 245.64);
}

.table-hover .table-byline-300:hover {
  background-color: rgb(236.5854054054, 237.5545945946, 237.5545945946);
}
.table-hover .table-byline-300:hover > td,
.table-hover .table-byline-300:hover > th {
  background-color: rgb(236.5854054054, 237.5545945946, 237.5545945946);
}

.table-byline-100,
.table-byline-100 > th,
.table-byline-100 > td {
  background-color: rgb(253.6, 253.6, 253.6);
}
.table-byline-100 th,
.table-byline-100 td,
.table-byline-100 thead th,
.table-byline-100 tbody + tbody {
  border-color: rgb(252.4, 252.4, 252.4);
}

.table-hover .table-byline-100:hover {
  background-color: rgb(240.85, 240.85, 240.85);
}
.table-hover .table-byline-100:hover > td,
.table-hover .table-byline-100:hover > th {
  background-color: rgb(240.85, 240.85, 240.85);
}

.table-brown,
.table-brown > th,
.table-brown > td {
  background-color: rgb(237.64, 229.52, 225.88);
}
.table-brown th,
.table-brown td,
.table-brown thead th,
.table-brown tbody + tbody {
  border-color: rgb(222.76, 207.68, 200.92);
}

.table-hover .table-brown:hover {
  background-color: rgb(228.1159036145, 215.5410843373, 209.9040963855);
}
.table-hover .table-brown:hover > td,
.table-hover .table-brown:hover > th {
  background-color: rgb(228.1159036145, 215.5410843373, 209.9040963855);
}

.table-body-bg,
.table-body-bg > th,
.table-body-bg > td {
  background-color: rgb(250.8, 250.8, 250.8);
}
.table-body-bg th,
.table-body-bg td,
.table-body-bg thead th,
.table-body-bg tbody + tbody {
  border-color: rgb(247.2, 247.2, 247.2);
}

.table-hover .table-body-bg:hover {
  background-color: rgb(238.05, 238.05, 238.05);
}
.table-hover .table-body-bg:hover > td,
.table-hover .table-body-bg:hover > th {
  background-color: rgb(238.05, 238.05, 238.05);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  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: #495057;
  background-color: #fff;
  border-color: #4a95cc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #afc8e5;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #336d37;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23336d37' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #336d37;
  box-shadow: 0 0 0 0.2rem rgba(51, 109, 55, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #336d37;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23336d37' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #336d37;
  box-shadow: 0 0 0 0.2rem rgba(51, 109, 55, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #336d37;
}
.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: #336d37;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #336d37;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(67.25625, 143.74375, 72.53125);
  background-color: rgb(67.25625, 143.74375, 72.53125);
}
.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(51, 109, 55, 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: #336d37;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #336d37;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #336d37;
  box-shadow: 0 0 0 0.2rem rgba(51, 109, 55, 0.25);
}

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #b73328;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23b73328' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23b73328' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #b73328;
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #b73328;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23b73328' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23b73328' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #b73328;
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #b73328;
}
.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: #b73328;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #b73328;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(212.668161435, 72.9730941704, 61.331838565);
  background-color: rgb(212.668161435, 72.9730941704, 61.331838565);
}
.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(183, 51, 40, 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: #b73328;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #b73328;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #b73328;
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #afc8e5;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007fbf;
  border-color: #007fbf;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 101.5667539267, 152.75);
  border-color: rgb(0, 93.0890052356, 140);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 146.2, 200.6, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007fbf;
  border-color: #007fbf;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 93.0890052356, 140);
  border-color: rgb(0, 84.6112565445, 127.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 146.2, 200.6, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #c78810;
  border-color: #c78810;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(163.5965116279, 111.8046511628, 13.1534883721);
  border-color: rgb(151.7953488372, 103.7395348837, 12.2046511628);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(207.4, 153.85, 51.85, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #c78810;
  border-color: #c78810;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(151.7953488372, 103.7395348837, 12.2046511628);
  border-color: rgb(139.9941860465, 95.6744186047, 11.2558139535);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207.4, 153.85, 51.85, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #336d37;
  border-color: #336d37;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(38.8078125, 82.9421875, 41.8515625);
  border-color: rgb(34.74375, 74.25625, 37.46875);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(81.6, 130.9, 85, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #336d37;
  border-color: #336d37;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(34.74375, 74.25625, 37.46875);
  border-color: rgb(30.6796875, 65.5703125, 33.0859375);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81.6, 130.9, 85, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #4a95cc;
  border-color: #4a95cc;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(52.7036637931, 130.2090517241, 187.0463362069);
  border-color: rgb(49.900862069, 123.2844827586, 177.099137931);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(101.15, 164.9, 211.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #4a95cc;
  border-color: #4a95cc;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(49.900862069, 123.2844827586, 177.099137931);
  border-color: rgb(47.0980603448, 116.3599137931, 167.1519396552);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101.15, 164.9, 211.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #b73328;
  border-color: #b73328;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(151.6109865471, 42.2522421525, 33.1390134529);
  border-color: rgb(141.1479820628, 39.33632287, 30.8520179372);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(193.8, 81.6, 72.25, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #b73328;
  border-color: #b73328;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(141.1479820628, 39.33632287, 30.8520179372);
  border-color: rgb(130.6849775785, 36.4204035874, 28.5650224215);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193.8, 81.6, 72.25, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-primary-700 {
  color: #fff;
  background-color: #4a95cc;
  border-color: #4a95cc;
}
.btn-primary-700:hover {
  color: #fff;
  background-color: rgb(52.7036637931, 130.2090517241, 187.0463362069);
  border-color: rgb(49.900862069, 123.2844827586, 177.099137931);
}
.btn-primary-700:focus, .btn-primary-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(101.15, 164.9, 211.65, 0.5);
}
.btn-primary-700.disabled, .btn-primary-700:disabled {
  color: #fff;
  background-color: #4a95cc;
  border-color: #4a95cc;
}
.btn-primary-700:not(:disabled):not(.disabled):active, .btn-primary-700:not(:disabled):not(.disabled).active, .show > .btn-primary-700.dropdown-toggle {
  color: #fff;
  background-color: rgb(49.900862069, 123.2844827586, 177.099137931);
  border-color: rgb(47.0980603448, 116.3599137931, 167.1519396552);
}
.btn-primary-700:not(:disabled):not(.disabled):active:focus, .btn-primary-700:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101.15, 164.9, 211.65, 0.5);
}

.btn-primary-500 {
  color: #212529;
  background-color: #7bafda;
  border-color: #7bafda;
}
.btn-primary-500:hover {
  color: #fff;
  background-color: rgb(93.124260355, 156.8934911243, 209.625739645);
  border-color: rgb(83.1656804734, 150.8579881657, 206.8343195266);
}
.btn-primary-500:focus, .btn-primary-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(109.5, 154.3, 191.45, 0.5);
}
.btn-primary-500.disabled, .btn-primary-500:disabled {
  color: #212529;
  background-color: #7bafda;
  border-color: #7bafda;
}
.btn-primary-500:not(:disabled):not(.disabled):active, .btn-primary-500:not(:disabled):not(.disabled).active, .show > .btn-primary-500.dropdown-toggle {
  color: #fff;
  background-color: rgb(83.1656804734, 150.8579881657, 206.8343195266);
  border-color: rgb(73.2071005917, 144.8224852071, 204.0428994083);
}
.btn-primary-500:not(:disabled):not(.disabled):active:focus, .btn-primary-500:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(109.5, 154.3, 191.45, 0.5);
}

.btn-primary-300 {
  color: #212529;
  background-color: #afc8e5;
  border-color: #afc8e5;
}
.btn-primary-300:hover {
  color: #212529;
  background-color: rgb(146.1320754717, 180.1533018868, 219.6179245283);
  border-color: rgb(136.5094339623, 173.5377358491, 216.4905660377);
}
.btn-primary-300:focus, .btn-primary-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(153.7, 175.55, 200.8, 0.5);
}
.btn-primary-300.disabled, .btn-primary-300:disabled {
  color: #212529;
  background-color: #afc8e5;
  border-color: #afc8e5;
}
.btn-primary-300:not(:disabled):not(.disabled):active, .btn-primary-300:not(:disabled):not(.disabled).active, .show > .btn-primary-300.dropdown-toggle {
  color: #212529;
  background-color: rgb(136.5094339623, 173.5377358491, 216.4905660377);
  border-color: rgb(126.8867924528, 166.9221698113, 213.3632075472);
}
.btn-primary-300:not(:disabled):not(.disabled):active:focus, .btn-primary-300:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153.7, 175.55, 200.8, 0.5);
}

.btn-primary-1050 {
  color: #fff;
  background-color: rgb(0, 110.0445026178, 165.5);
  border-color: rgb(0, 110.0445026178, 165.5);
}
.btn-primary-1050:hover {
  color: #fff;
  background-color: rgb(0, 84.6112565445, 127.25);
  border-color: rgb(0, 76.1335078534, 114.5);
}
.btn-primary-1050:focus, .btn-primary-1050.focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 131.7878272251, 178.925, 0.5);
}
.btn-primary-1050.disabled, .btn-primary-1050:disabled {
  color: #fff;
  background-color: rgb(0, 110.0445026178, 165.5);
  border-color: rgb(0, 110.0445026178, 165.5);
}
.btn-primary-1050:not(:disabled):not(.disabled):active, .btn-primary-1050:not(:disabled):not(.disabled).active, .show > .btn-primary-1050.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 76.1335078534, 114.5);
  border-color: rgb(0, 67.6557591623, 101.75);
}
.btn-primary-1050:not(:disabled):not(.disabled):active:focus, .btn-primary-1050:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-1050.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 131.7878272251, 178.925, 0.5);
}

.btn-secondary-500 {
  color: #212529;
  background-color: #deb45e;
  border-color: #deb45e;
}
.btn-secondary-500:hover {
  color: #212529;
  background-color: rgb(215.493556701, 165.212628866, 62.256443299);
  border-color: rgb(213.324742268, 160.2835051546, 51.675257732);
}
.btn-secondary-500:focus, .btn-secondary-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(193.65, 158.55, 86.05, 0.5);
}
.btn-secondary-500.disabled, .btn-secondary-500:disabled {
  color: #212529;
  background-color: #deb45e;
  border-color: #deb45e;
}
.btn-secondary-500:not(:disabled):not(.disabled):active, .btn-secondary-500:not(:disabled):not(.disabled).active, .show > .btn-secondary-500.dropdown-toggle {
  color: #212529;
  background-color: rgb(213.324742268, 160.2835051546, 51.675257732);
  border-color: rgb(209.3414948454, 154.7306701031, 42.9085051546);
}
.btn-secondary-500:not(:disabled):not(.disabled):active:focus, .btn-secondary-500:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193.65, 158.55, 86.05, 0.5);
}

.btn-secondary-300 {
  color: #212529;
  background-color: #e9cea2;
  border-color: #e9cea2;
}
.btn-secondary-300:hover {
  color: #212529;
  background-color: rgb(225.6826086957, 189.702173913, 131.0673913043);
  border-color: rgb(223.2434782609, 184.2695652174, 120.7565217391);
}
.btn-secondary-300:focus, .btn-secondary-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 180.65, 143.85, 0.5);
}
.btn-secondary-300.disabled, .btn-secondary-300:disabled {
  color: #212529;
  background-color: #e9cea2;
  border-color: #e9cea2;
}
.btn-secondary-300:not(:disabled):not(.disabled):active, .btn-secondary-300:not(:disabled):not(.disabled).active, .show > .btn-secondary-300.dropdown-toggle {
  color: #212529;
  background-color: rgb(223.2434782609, 184.2695652174, 120.7565217391);
  border-color: rgb(220.8043478261, 178.8369565217, 110.4456521739);
}
.btn-secondary-300:not(:disabled):not(.disabled):active:focus, .btn-secondary-300:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 180.65, 143.85, 0.5);
}

.btn-red-light {
  color: #fff;
  background-color: #b73328;
  border-color: #b73328;
}
.btn-red-light:hover {
  color: #fff;
  background-color: rgb(151.6109865471, 42.2522421525, 33.1390134529);
  border-color: rgb(141.1479820628, 39.33632287, 30.8520179372);
}
.btn-red-light:focus, .btn-red-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(193.8, 81.6, 72.25, 0.5);
}
.btn-red-light.disabled, .btn-red-light:disabled {
  color: #fff;
  background-color: #b73328;
  border-color: #b73328;
}
.btn-red-light:not(:disabled):not(.disabled):active, .btn-red-light:not(:disabled):not(.disabled).active, .show > .btn-red-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(141.1479820628, 39.33632287, 30.8520179372);
  border-color: rgb(130.6849775785, 36.4204035874, 28.5650224215);
}
.btn-red-light:not(:disabled):not(.disabled):active:focus, .btn-red-light:not(:disabled):not(.disabled).active:focus, .show > .btn-red-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193.8, 81.6, 72.25, 0.5);
}

.btn-red-light-500 {
  color: #212529;
  background-color: #e0979e;
  border-color: #e0979e;
}
.btn-red-light-500:hover {
  color: #212529;
  background-color: rgb(215.2166666667, 121.5333333333, 130.5166666667);
  border-color: rgb(212.2888888889, 111.7111111111, 121.3555555556);
}
.btn-red-light-500:focus, .btn-red-light-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(195.35, 133.9, 140.45, 0.5);
}
.btn-red-light-500.disabled, .btn-red-light-500:disabled {
  color: #212529;
  background-color: #e0979e;
  border-color: #e0979e;
}
.btn-red-light-500:not(:disabled):not(.disabled):active, .btn-red-light-500:not(:disabled):not(.disabled).active, .show > .btn-red-light-500.dropdown-toggle {
  color: #fff;
  background-color: rgb(212.2888888889, 111.7111111111, 121.3555555556);
  border-color: rgb(209.3611111111, 101.8888888889, 112.1944444444);
}
.btn-red-light-500:not(:disabled):not(.disabled):active:focus, .btn-red-light-500:not(:disabled):not(.disabled).active:focus, .show > .btn-red-light-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(195.35, 133.9, 140.45, 0.5);
}

.btn-red-light-300 {
  color: #212529;
  background-color: #e6cad1;
  border-color: #e6cad1;
}
.btn-red-light-300:hover {
  color: #212529;
  background-color: rgb(217.7403846154, 176.0096153846, 186.4423076923);
  border-color: rgb(213.6538461538, 167.3461538462, 178.9230769231);
}
.btn-red-light-300:focus, .btn-red-light-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(200.45, 177.25, 183.8, 0.5);
}
.btn-red-light-300.disabled, .btn-red-light-300:disabled {
  color: #212529;
  background-color: #e6cad1;
  border-color: #e6cad1;
}
.btn-red-light-300:not(:disabled):not(.disabled):active, .btn-red-light-300:not(:disabled):not(.disabled).active, .show > .btn-red-light-300.dropdown-toggle {
  color: #212529;
  background-color: rgb(213.6538461538, 167.3461538462, 178.9230769231);
  border-color: rgb(209.5673076923, 158.6826923077, 171.4038461538);
}
.btn-red-light-300:not(:disabled):not(.disabled):active:focus, .btn-red-light-300:not(:disabled):not(.disabled).active:focus, .show > .btn-red-light-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200.45, 177.25, 183.8, 0.5);
}

.btn-red-dark {
  color: #fff;
  background-color: #9b2e29;
  border-color: #9b2e29;
}
.btn-red-dark:hover {
  color: #fff;
  background-color: rgb(124.7512755102, 37.0229591837, 32.9987244898);
  border-color: rgb(114.6683673469, 34.0306122449, 30.3316326531);
}
.btn-red-dark:focus, .btn-red-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 77.35, 73.1, 0.5);
}
.btn-red-dark.disabled, .btn-red-dark:disabled {
  color: #fff;
  background-color: #9b2e29;
  border-color: #9b2e29;
}
.btn-red-dark:not(:disabled):not(.disabled):active, .btn-red-dark:not(:disabled):not(.disabled).active, .show > .btn-red-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(114.6683673469, 34.0306122449, 30.3316326531);
  border-color: rgb(104.5854591837, 31.0382653061, 27.6645408163);
}
.btn-red-dark:not(:disabled):not(.disabled):active:focus, .btn-red-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-red-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 77.35, 73.1, 0.5);
}

.btn-red-dark-500 {
  color: #212529;
  background-color: #c99e93;
  border-color: #c99e93;
}
.btn-red-dark-500:hover {
  color: #fff;
  background-color: rgb(188.25, 135.0972222222, 121.5);
  border-color: rgb(184, 127.462962963, 113);
}
.btn-red-dark-500:focus, .btn-red-dark-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(175.8, 139.85, 131.1, 0.5);
}
.btn-red-dark-500.disabled, .btn-red-dark-500:disabled {
  color: #212529;
  background-color: #c99e93;
  border-color: #c99e93;
}
.btn-red-dark-500:not(:disabled):not(.disabled):active, .btn-red-dark-500:not(:disabled):not(.disabled).active, .show > .btn-red-dark-500.dropdown-toggle {
  color: #fff;
  background-color: rgb(184, 127.462962963, 113);
  border-color: rgb(179.75, 119.8287037037, 104.5);
}
.btn-red-dark-500:not(:disabled):not(.disabled):active:focus, .btn-red-dark-500:not(:disabled):not(.disabled).active:focus, .show > .btn-red-dark-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(175.8, 139.85, 131.1, 0.5);
}

.btn-red-dark-300 {
  color: #212529;
  background-color: #e7d2ce;
  border-color: #e7d2ce;
}
.btn-red-dark-300:hover {
  color: #212529;
  background-color: rgb(218.4246575342, 186.4212328767, 180.3253424658);
  border-color: rgb(214.2328767123, 178.5616438356, 171.7671232877);
}
.btn-red-dark-300:focus, .btn-red-dark-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(201.3, 184.05, 181.25, 0.5);
}
.btn-red-dark-300.disabled, .btn-red-dark-300:disabled {
  color: #212529;
  background-color: #e7d2ce;
  border-color: #e7d2ce;
}
.btn-red-dark-300:not(:disabled):not(.disabled):active, .btn-red-dark-300:not(:disabled):not(.disabled).active, .show > .btn-red-dark-300.dropdown-toggle {
  color: #212529;
  background-color: rgb(214.2328767123, 178.5616438356, 171.7671232877);
  border-color: rgb(210.0410958904, 170.7020547945, 163.2089041096);
}
.btn-red-dark-300:not(:disabled):not(.disabled):active:focus, .btn-red-dark-300:not(:disabled):not(.disabled).active:focus, .show > .btn-red-dark-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201.3, 184.05, 181.25, 0.5);
}

.btn-tealish {
  color: #fff;
  background-color: #3f866c;
  border-color: #3f866c;
}
.btn-tealish:hover {
  color: #fff;
  background-color: rgb(50.7677664975, 107.9822335025, 87.0304568528);
  border-color: rgb(46.6903553299, 99.3096446701, 80.0406091371);
}
.btn-tealish:focus, .btn-tealish.focus {
  box-shadow: 0 0 0 0.2rem rgba(91.8, 152.15, 130.05, 0.5);
}
.btn-tealish.disabled, .btn-tealish:disabled {
  color: #fff;
  background-color: #3f866c;
  border-color: #3f866c;
}
.btn-tealish:not(:disabled):not(.disabled):active, .btn-tealish:not(:disabled):not(.disabled).active, .show > .btn-tealish.dropdown-toggle {
  color: #fff;
  background-color: rgb(46.6903553299, 99.3096446701, 80.0406091371);
  border-color: rgb(42.6129441624, 90.6370558376, 73.0507614213);
}
.btn-tealish:not(:disabled):not(.disabled):active:focus, .btn-tealish:not(:disabled):not(.disabled).active:focus, .show > .btn-tealish.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91.8, 152.15, 130.05, 0.5);
}

.btn-tealish-500 {
  color: #212529;
  background-color: #adcbbf;
  border-color: #adcbbf;
}
.btn-tealish-500:hover {
  color: #212529;
  background-color: rgb(149.5932835821, 188.1567164179, 172.7313432836);
  border-color: rgb(141.7910447761, 183.2089552239, 166.6417910448);
}
.btn-tealish-500:focus, .btn-tealish-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 178.1, 168.5, 0.5);
}
.btn-tealish-500.disabled, .btn-tealish-500:disabled {
  color: #212529;
  background-color: #adcbbf;
  border-color: #adcbbf;
}
.btn-tealish-500:not(:disabled):not(.disabled):active, .btn-tealish-500:not(:disabled):not(.disabled).active, .show > .btn-tealish-500.dropdown-toggle {
  color: #212529;
  background-color: rgb(141.7910447761, 183.2089552239, 166.6417910448);
  border-color: rgb(133.9888059701, 178.2611940299, 160.552238806);
}
.btn-tealish-500:not(:disabled):not(.disabled):active:focus, .btn-tealish-500:not(:disabled):not(.disabled).active:focus, .show > .btn-tealish-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 178.1, 168.5, 0.5);
}

.btn-tealish-300 {
  color: #212529;
  background-color: #d6e3dd;
  border-color: #d6e3dd;
}
.btn-tealish-300:hover {
  color: #212529;
  background-color: rgb(191.2717391304, 211.4782608696, 202.152173913);
  border-color: rgb(183.6956521739, 206.3043478261, 195.8695652174);
}
.btn-tealish-300:focus, .btn-tealish-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(186.85, 198.5, 194, 0.5);
}
.btn-tealish-300.disabled, .btn-tealish-300:disabled {
  color: #212529;
  background-color: #d6e3dd;
  border-color: #d6e3dd;
}
.btn-tealish-300:not(:disabled):not(.disabled):active, .btn-tealish-300:not(:disabled):not(.disabled).active, .show > .btn-tealish-300.dropdown-toggle {
  color: #212529;
  background-color: rgb(183.6956521739, 206.3043478261, 195.8695652174);
  border-color: rgb(176.1195652174, 201.1304347826, 189.5869565217);
}
.btn-tealish-300:not(:disabled):not(.disabled):active:focus, .btn-tealish-300:not(:disabled):not(.disabled).active:focus, .show > .btn-tealish-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(186.85, 198.5, 194, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #336d37;
  border-color: #336d37;
}
.btn-green:hover {
  color: #fff;
  background-color: rgb(38.8078125, 82.9421875, 41.8515625);
  border-color: rgb(34.74375, 74.25625, 37.46875);
}
.btn-green:focus, .btn-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(81.6, 130.9, 85, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #336d37;
  border-color: #336d37;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: rgb(34.74375, 74.25625, 37.46875);
  border-color: rgb(30.6796875, 65.5703125, 33.0859375);
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81.6, 130.9, 85, 0.5);
}

.btn-green-700 {
  color: #fff;
  background-color: #648c4e;
  border-color: #648c4e;
}
.btn-green-700:hover {
  color: #fff;
  background-color: rgb(82.4541284404, 115.4357798165, 64.3142201835);
  border-color: rgb(76.6055045872, 107.247706422, 59.752293578);
}
.btn-green-700:focus, .btn-green-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(123.25, 157.25, 104.55, 0.5);
}
.btn-green-700.disabled, .btn-green-700:disabled {
  color: #fff;
  background-color: #648c4e;
  border-color: #648c4e;
}
.btn-green-700:not(:disabled):not(.disabled):active, .btn-green-700:not(:disabled):not(.disabled).active, .show > .btn-green-700.dropdown-toggle {
  color: #fff;
  background-color: rgb(76.6055045872, 107.247706422, 59.752293578);
  border-color: rgb(70.7568807339, 99.0596330275, 55.1903669725);
}
.btn-green-700:not(:disabled):not(.disabled):active:focus, .btn-green-700:not(:disabled):not(.disabled).active:focus, .show > .btn-green-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(123.25, 157.25, 104.55, 0.5);
}

.btn-green-500 {
  color: #212529;
  background-color: #92aa84;
  border-color: #92aa84;
}
.btn-green-500:hover {
  color: #fff;
  background-color: rgb(125.9555288462, 154.3689903846, 109.3810096154);
  border-color: rgb(119.4663461538, 148.4278846154, 102.5721153846);
}
.btn-green-500:focus, .btn-green-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(129.05, 150.05, 118.35, 0.5);
}
.btn-green-500.disabled, .btn-green-500:disabled {
  color: #212529;
  background-color: #92aa84;
  border-color: #92aa84;
}
.btn-green-500:not(:disabled):not(.disabled):active, .btn-green-500:not(:disabled):not(.disabled).active, .show > .btn-green-500.dropdown-toggle {
  color: #fff;
  background-color: rgb(119.4663461538, 148.4278846154, 102.5721153846);
  border-color: rgb(113.3978365385, 140.8882211538, 97.3617788462);
}
.btn-green-500:not(:disabled):not(.disabled):active:focus, .btn-green-500:not(:disabled):not(.disabled).active:focus, .show > .btn-green-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129.05, 150.05, 118.35, 0.5);
}

.btn-green-300 {
  color: #212529;
  background-color: #cdd2c6;
  border-color: #cdd2c6;
}
.btn-green-300:hover {
  color: #212529;
  background-color: rgb(186.25, 193.125, 176.625);
  border-color: rgb(180, 187.5, 169.5);
}
.btn-green-300:focus, .btn-green-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(179.2, 184.05, 174.45, 0.5);
}
.btn-green-300.disabled, .btn-green-300:disabled {
  color: #212529;
  background-color: #cdd2c6;
  border-color: #cdd2c6;
}
.btn-green-300:not(:disabled):not(.disabled):active, .btn-green-300:not(:disabled):not(.disabled).active, .show > .btn-green-300.dropdown-toggle {
  color: #212529;
  background-color: rgb(180, 187.5, 169.5);
  border-color: rgb(173.75, 181.875, 162.375);
}
.btn-green-300:not(:disabled):not(.disabled):active:focus, .btn-green-300:not(:disabled):not(.disabled).active:focus, .show > .btn-green-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(179.2, 184.05, 174.45, 0.5);
}

.btn-byline-700 {
  color: #fff;
  background-color: #87888a;
  border-color: #87888a;
}
.btn-byline-700:hover {
  color: #fff;
  background-color: rgb(115.8892405063, 116.8797468354, 118.8607594937);
  border-color: rgb(109.5949367089, 110.5316455696, 112.4050632911);
}
.btn-byline-700:focus, .btn-byline-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 153.85, 155.55, 0.5);
}
.btn-byline-700.disabled, .btn-byline-700:disabled {
  color: #fff;
  background-color: #87888a;
  border-color: #87888a;
}
.btn-byline-700:not(:disabled):not(.disabled):active, .btn-byline-700:not(:disabled):not(.disabled).active, .show > .btn-byline-700.dropdown-toggle {
  color: #fff;
  background-color: rgb(109.5949367089, 110.5316455696, 112.4050632911);
  border-color: rgb(103.3006329114, 104.1835443038, 105.9493670886);
}
.btn-byline-700:not(:disabled):not(.disabled):active:focus, .btn-byline-700:not(:disabled):not(.disabled).active:focus, .show > .btn-byline-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 153.85, 155.55, 0.5);
}

.btn-byline-500 {
  color: #212529;
  background-color: #c5c6c8;
  border-color: #c5c6c8;
}
.btn-byline-500:hover {
  color: #212529;
  background-color: rgb(177.3672566372, 178.7057522124, 181.3827433628);
  border-color: rgb(170.8230088496, 172.2743362832, 175.1769911504);
}
.btn-byline-500:focus, .btn-byline-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(172.4, 173.85, 176.15, 0.5);
}
.btn-byline-500.disabled, .btn-byline-500:disabled {
  color: #212529;
  background-color: #c5c6c8;
  border-color: #c5c6c8;
}
.btn-byline-500:not(:disabled):not(.disabled):active, .btn-byline-500:not(:disabled):not(.disabled).active, .show > .btn-byline-500.dropdown-toggle {
  color: #212529;
  background-color: rgb(170.8230088496, 172.2743362832, 175.1769911504);
  border-color: rgb(164.2787610619, 165.842920354, 168.9712389381);
}
.btn-byline-500:not(:disabled):not(.disabled):active:focus, .btn-byline-500:not(:disabled):not(.disabled).active:focus, .show > .btn-byline-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(172.4, 173.85, 176.15, 0.5);
}

.btn-byline-400 {
  color: #212529;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}
.btn-byline-400:hover {
  color: #212529;
  background-color: rgb(210.875, 210.875, 210.875);
  border-color: rgb(204.5, 204.5, 204.5);
}
.btn-byline-400:focus, .btn-byline-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(200.45, 201.05, 201.65, 0.5);
}
.btn-byline-400.disabled, .btn-byline-400:disabled {
  color: #212529;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}
.btn-byline-400:not(:disabled):not(.disabled):active, .btn-byline-400:not(:disabled):not(.disabled).active, .show > .btn-byline-400.dropdown-toggle {
  color: #212529;
  background-color: rgb(204.5, 204.5, 204.5);
  border-color: rgb(198.125, 198.125, 198.125);
}
.btn-byline-400:not(:disabled):not(.disabled):active:focus, .btn-byline-400:not(:disabled):not(.disabled).active:focus, .show > .btn-byline-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200.45, 201.05, 201.65, 0.5);
}

.btn-byline-300 {
  color: #212529;
  background-color: #eceded;
  border-color: #eceded;
}
.btn-byline-300:hover {
  color: #212529;
  background-color: rgb(216.3581081081, 218.3918918919, 218.3918918919);
  border-color: rgb(209.8108108108, 212.1891891892, 212.1891891892);
}
.btn-byline-300:focus, .btn-byline-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(205.55, 207, 207.6, 0.5);
}
.btn-byline-300.disabled, .btn-byline-300:disabled {
  color: #212529;
  background-color: #eceded;
  border-color: #eceded;
}
.btn-byline-300:not(:disabled):not(.disabled):active, .btn-byline-300:not(:disabled):not(.disabled).active, .show > .btn-byline-300.dropdown-toggle {
  color: #212529;
  background-color: rgb(209.8108108108, 212.1891891892, 212.1891891892);
  border-color: rgb(203.2635135135, 205.9864864865, 205.9864864865);
}
.btn-byline-300:not(:disabled):not(.disabled):active:focus, .btn-byline-300:not(:disabled):not(.disabled).active:focus, .show > .btn-byline-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205.55, 207, 207.6, 0.5);
}

.btn-byline-100 {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-byline-100:hover {
  color: #212529;
  background-color: rgb(230.875, 230.875, 230.875);
  border-color: rgb(224.5, 224.5, 224.5);
}
.btn-byline-100:focus, .btn-byline-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(217.45, 218.05, 218.65, 0.5);
}
.btn-byline-100.disabled, .btn-byline-100:disabled {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-byline-100:not(:disabled):not(.disabled):active, .btn-byline-100:not(:disabled):not(.disabled).active, .show > .btn-byline-100.dropdown-toggle {
  color: #212529;
  background-color: rgb(224.5, 224.5, 224.5);
  border-color: rgb(218.125, 218.125, 218.125);
}
.btn-byline-100:not(:disabled):not(.disabled):active:focus, .btn-byline-100:not(:disabled):not(.disabled).active:focus, .show > .btn-byline-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217.45, 218.05, 218.65, 0.5);
}

.btn-brown {
  color: #212529;
  background-color: #c1a497;
  border-color: #c1a497;
}
.btn-brown:hover {
  color: #212529;
  background-color: rgb(178.7138554217, 143.031626506, 127.0361445783);
  border-color: rgb(173.9518072289, 136.0421686747, 119.0481927711);
}
.btn-brown:focus, .btn-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(169, 144.95, 134.5, 0.5);
}
.btn-brown.disabled, .btn-brown:disabled {
  color: #212529;
  background-color: #c1a497;
  border-color: #c1a497;
}
.btn-brown:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active, .show > .btn-brown.dropdown-toggle {
  color: #fff;
  background-color: rgb(173.9518072289, 136.0421686747, 119.0481927711);
  border-color: rgb(169.1897590361, 129.0527108434, 111.0602409639);
}
.btn-brown:not(:disabled):not(.disabled):active:focus, .btn-brown:not(:disabled):not(.disabled).active:focus, .show > .btn-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(169, 144.95, 134.5, 0.5);
}

.btn-body-bg {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-body-bg:hover {
  color: #212529;
  background-color: rgb(220.875, 220.875, 220.875);
  border-color: rgb(214.5, 214.5, 214.5);
}
.btn-body-bg:focus, .btn-body-bg.focus {
  box-shadow: 0 0 0 0.2rem rgba(208.95, 209.55, 210.15, 0.5);
}
.btn-body-bg.disabled, .btn-body-bg:disabled {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-body-bg:not(:disabled):not(.disabled):active, .btn-body-bg:not(:disabled):not(.disabled).active, .show > .btn-body-bg.dropdown-toggle {
  color: #212529;
  background-color: rgb(214.5, 214.5, 214.5);
  border-color: rgb(208.125, 208.125, 208.125);
}
.btn-body-bg:not(:disabled):not(.disabled):active:focus, .btn-body-bg:not(:disabled):not(.disabled).active:focus, .show > .btn-body-bg.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208.95, 209.55, 210.15, 0.5);
}

.btn-outline-primary {
  color: #007fbf;
  border-color: #007fbf;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007fbf;
  border-color: #007fbf;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 127, 191, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007fbf;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007fbf;
  border-color: #007fbf;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 127, 191, 0.5);
}

.btn-outline-secondary {
  color: #c78810;
  border-color: #c78810;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #c78810;
  border-color: #c78810;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 136, 16, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #c78810;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #c78810;
  border-color: #c78810;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 136, 16, 0.5);
}

.btn-outline-success {
  color: #336d37;
  border-color: #336d37;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #336d37;
  border-color: #336d37;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 109, 55, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #336d37;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #336d37;
  border-color: #336d37;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 109, 55, 0.5);
}

.btn-outline-info {
  color: #4a95cc;
  border-color: #4a95cc;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #4a95cc;
  border-color: #4a95cc;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 149, 204, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #4a95cc;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #4a95cc;
  border-color: #4a95cc;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 149, 204, 0.5);
}

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

.btn-outline-danger {
  color: #b73328;
  border-color: #b73328;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #b73328;
  border-color: #b73328;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #b73328;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #b73328;
  border-color: #b73328;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 0.5);
}

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

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

.btn-outline-primary-700 {
  color: #4a95cc;
  border-color: #4a95cc;
}
.btn-outline-primary-700:hover {
  color: #fff;
  background-color: #4a95cc;
  border-color: #4a95cc;
}
.btn-outline-primary-700:focus, .btn-outline-primary-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 149, 204, 0.5);
}
.btn-outline-primary-700.disabled, .btn-outline-primary-700:disabled {
  color: #4a95cc;
  background-color: transparent;
}
.btn-outline-primary-700:not(:disabled):not(.disabled):active, .btn-outline-primary-700:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-700.dropdown-toggle {
  color: #fff;
  background-color: #4a95cc;
  border-color: #4a95cc;
}
.btn-outline-primary-700:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 149, 204, 0.5);
}

.btn-outline-primary-500 {
  color: #7bafda;
  border-color: #7bafda;
}
.btn-outline-primary-500:hover {
  color: #212529;
  background-color: #7bafda;
  border-color: #7bafda;
}
.btn-outline-primary-500:focus, .btn-outline-primary-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 175, 218, 0.5);
}
.btn-outline-primary-500.disabled, .btn-outline-primary-500:disabled {
  color: #7bafda;
  background-color: transparent;
}
.btn-outline-primary-500:not(:disabled):not(.disabled):active, .btn-outline-primary-500:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-500.dropdown-toggle {
  color: #212529;
  background-color: #7bafda;
  border-color: #7bafda;
}
.btn-outline-primary-500:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 175, 218, 0.5);
}

.btn-outline-primary-300 {
  color: #afc8e5;
  border-color: #afc8e5;
}
.btn-outline-primary-300:hover {
  color: #212529;
  background-color: #afc8e5;
  border-color: #afc8e5;
}
.btn-outline-primary-300:focus, .btn-outline-primary-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 200, 229, 0.5);
}
.btn-outline-primary-300.disabled, .btn-outline-primary-300:disabled {
  color: #afc8e5;
  background-color: transparent;
}
.btn-outline-primary-300:not(:disabled):not(.disabled):active, .btn-outline-primary-300:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-300.dropdown-toggle {
  color: #212529;
  background-color: #afc8e5;
  border-color: #afc8e5;
}
.btn-outline-primary-300:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 200, 229, 0.5);
}

.btn-outline-primary-1050 {
  color: rgb(0, 110.0445026178, 165.5);
  border-color: rgb(0, 110.0445026178, 165.5);
}
.btn-outline-primary-1050:hover {
  color: #fff;
  background-color: rgb(0, 110.0445026178, 165.5);
  border-color: rgb(0, 110.0445026178, 165.5);
}
.btn-outline-primary-1050:focus, .btn-outline-primary-1050.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 110.0445026178, 165.5, 0.5);
}
.btn-outline-primary-1050.disabled, .btn-outline-primary-1050:disabled {
  color: rgb(0, 110.0445026178, 165.5);
  background-color: transparent;
}
.btn-outline-primary-1050:not(:disabled):not(.disabled):active, .btn-outline-primary-1050:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-1050.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 110.0445026178, 165.5);
  border-color: rgb(0, 110.0445026178, 165.5);
}
.btn-outline-primary-1050:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-1050:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-1050.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 110.0445026178, 165.5, 0.5);
}

.btn-outline-secondary-500 {
  color: #deb45e;
  border-color: #deb45e;
}
.btn-outline-secondary-500:hover {
  color: #212529;
  background-color: #deb45e;
  border-color: #deb45e;
}
.btn-outline-secondary-500:focus, .btn-outline-secondary-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 180, 94, 0.5);
}
.btn-outline-secondary-500.disabled, .btn-outline-secondary-500:disabled {
  color: #deb45e;
  background-color: transparent;
}
.btn-outline-secondary-500:not(:disabled):not(.disabled):active, .btn-outline-secondary-500:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-500.dropdown-toggle {
  color: #212529;
  background-color: #deb45e;
  border-color: #deb45e;
}
.btn-outline-secondary-500:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 180, 94, 0.5);
}

.btn-outline-secondary-300 {
  color: #e9cea2;
  border-color: #e9cea2;
}
.btn-outline-secondary-300:hover {
  color: #212529;
  background-color: #e9cea2;
  border-color: #e9cea2;
}
.btn-outline-secondary-300:focus, .btn-outline-secondary-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 206, 162, 0.5);
}
.btn-outline-secondary-300.disabled, .btn-outline-secondary-300:disabled {
  color: #e9cea2;
  background-color: transparent;
}
.btn-outline-secondary-300:not(:disabled):not(.disabled):active, .btn-outline-secondary-300:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-300.dropdown-toggle {
  color: #212529;
  background-color: #e9cea2;
  border-color: #e9cea2;
}
.btn-outline-secondary-300:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 206, 162, 0.5);
}

.btn-outline-red-light {
  color: #b73328;
  border-color: #b73328;
}
.btn-outline-red-light:hover {
  color: #fff;
  background-color: #b73328;
  border-color: #b73328;
}
.btn-outline-red-light:focus, .btn-outline-red-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 0.5);
}
.btn-outline-red-light.disabled, .btn-outline-red-light:disabled {
  color: #b73328;
  background-color: transparent;
}
.btn-outline-red-light:not(:disabled):not(.disabled):active, .btn-outline-red-light:not(:disabled):not(.disabled).active, .show > .btn-outline-red-light.dropdown-toggle {
  color: #fff;
  background-color: #b73328;
  border-color: #b73328;
}
.btn-outline-red-light:not(:disabled):not(.disabled):active:focus, .btn-outline-red-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 0.5);
}

.btn-outline-red-light-500 {
  color: #e0979e;
  border-color: #e0979e;
}
.btn-outline-red-light-500:hover {
  color: #212529;
  background-color: #e0979e;
  border-color: #e0979e;
}
.btn-outline-red-light-500:focus, .btn-outline-red-light-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 151, 158, 0.5);
}
.btn-outline-red-light-500.disabled, .btn-outline-red-light-500:disabled {
  color: #e0979e;
  background-color: transparent;
}
.btn-outline-red-light-500:not(:disabled):not(.disabled):active, .btn-outline-red-light-500:not(:disabled):not(.disabled).active, .show > .btn-outline-red-light-500.dropdown-toggle {
  color: #212529;
  background-color: #e0979e;
  border-color: #e0979e;
}
.btn-outline-red-light-500:not(:disabled):not(.disabled):active:focus, .btn-outline-red-light-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-light-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 151, 158, 0.5);
}

.btn-outline-red-light-300 {
  color: #e6cad1;
  border-color: #e6cad1;
}
.btn-outline-red-light-300:hover {
  color: #212529;
  background-color: #e6cad1;
  border-color: #e6cad1;
}
.btn-outline-red-light-300:focus, .btn-outline-red-light-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 202, 209, 0.5);
}
.btn-outline-red-light-300.disabled, .btn-outline-red-light-300:disabled {
  color: #e6cad1;
  background-color: transparent;
}
.btn-outline-red-light-300:not(:disabled):not(.disabled):active, .btn-outline-red-light-300:not(:disabled):not(.disabled).active, .show > .btn-outline-red-light-300.dropdown-toggle {
  color: #212529;
  background-color: #e6cad1;
  border-color: #e6cad1;
}
.btn-outline-red-light-300:not(:disabled):not(.disabled):active:focus, .btn-outline-red-light-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-light-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 202, 209, 0.5);
}

.btn-outline-red-dark {
  color: #9b2e29;
  border-color: #9b2e29;
}
.btn-outline-red-dark:hover {
  color: #fff;
  background-color: #9b2e29;
  border-color: #9b2e29;
}
.btn-outline-red-dark:focus, .btn-outline-red-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 46, 41, 0.5);
}
.btn-outline-red-dark.disabled, .btn-outline-red-dark:disabled {
  color: #9b2e29;
  background-color: transparent;
}
.btn-outline-red-dark:not(:disabled):not(.disabled):active, .btn-outline-red-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-red-dark.dropdown-toggle {
  color: #fff;
  background-color: #9b2e29;
  border-color: #9b2e29;
}
.btn-outline-red-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-red-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 46, 41, 0.5);
}

.btn-outline-red-dark-500 {
  color: #c99e93;
  border-color: #c99e93;
}
.btn-outline-red-dark-500:hover {
  color: #212529;
  background-color: #c99e93;
  border-color: #c99e93;
}
.btn-outline-red-dark-500:focus, .btn-outline-red-dark-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 158, 147, 0.5);
}
.btn-outline-red-dark-500.disabled, .btn-outline-red-dark-500:disabled {
  color: #c99e93;
  background-color: transparent;
}
.btn-outline-red-dark-500:not(:disabled):not(.disabled):active, .btn-outline-red-dark-500:not(:disabled):not(.disabled).active, .show > .btn-outline-red-dark-500.dropdown-toggle {
  color: #212529;
  background-color: #c99e93;
  border-color: #c99e93;
}
.btn-outline-red-dark-500:not(:disabled):not(.disabled):active:focus, .btn-outline-red-dark-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-dark-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 158, 147, 0.5);
}

.btn-outline-red-dark-300 {
  color: #e7d2ce;
  border-color: #e7d2ce;
}
.btn-outline-red-dark-300:hover {
  color: #212529;
  background-color: #e7d2ce;
  border-color: #e7d2ce;
}
.btn-outline-red-dark-300:focus, .btn-outline-red-dark-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 210, 206, 0.5);
}
.btn-outline-red-dark-300.disabled, .btn-outline-red-dark-300:disabled {
  color: #e7d2ce;
  background-color: transparent;
}
.btn-outline-red-dark-300:not(:disabled):not(.disabled):active, .btn-outline-red-dark-300:not(:disabled):not(.disabled).active, .show > .btn-outline-red-dark-300.dropdown-toggle {
  color: #212529;
  background-color: #e7d2ce;
  border-color: #e7d2ce;
}
.btn-outline-red-dark-300:not(:disabled):not(.disabled):active:focus, .btn-outline-red-dark-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-dark-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 210, 206, 0.5);
}

.btn-outline-tealish {
  color: #3f866c;
  border-color: #3f866c;
}
.btn-outline-tealish:hover {
  color: #fff;
  background-color: #3f866c;
  border-color: #3f866c;
}
.btn-outline-tealish:focus, .btn-outline-tealish.focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 134, 108, 0.5);
}
.btn-outline-tealish.disabled, .btn-outline-tealish:disabled {
  color: #3f866c;
  background-color: transparent;
}
.btn-outline-tealish:not(:disabled):not(.disabled):active, .btn-outline-tealish:not(:disabled):not(.disabled).active, .show > .btn-outline-tealish.dropdown-toggle {
  color: #fff;
  background-color: #3f866c;
  border-color: #3f866c;
}
.btn-outline-tealish:not(:disabled):not(.disabled):active:focus, .btn-outline-tealish:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tealish.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 134, 108, 0.5);
}

.btn-outline-tealish-500 {
  color: #adcbbf;
  border-color: #adcbbf;
}
.btn-outline-tealish-500:hover {
  color: #212529;
  background-color: #adcbbf;
  border-color: #adcbbf;
}
.btn-outline-tealish-500:focus, .btn-outline-tealish-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 203, 191, 0.5);
}
.btn-outline-tealish-500.disabled, .btn-outline-tealish-500:disabled {
  color: #adcbbf;
  background-color: transparent;
}
.btn-outline-tealish-500:not(:disabled):not(.disabled):active, .btn-outline-tealish-500:not(:disabled):not(.disabled).active, .show > .btn-outline-tealish-500.dropdown-toggle {
  color: #212529;
  background-color: #adcbbf;
  border-color: #adcbbf;
}
.btn-outline-tealish-500:not(:disabled):not(.disabled):active:focus, .btn-outline-tealish-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tealish-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 203, 191, 0.5);
}

.btn-outline-tealish-300 {
  color: #d6e3dd;
  border-color: #d6e3dd;
}
.btn-outline-tealish-300:hover {
  color: #212529;
  background-color: #d6e3dd;
  border-color: #d6e3dd;
}
.btn-outline-tealish-300:focus, .btn-outline-tealish-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 227, 221, 0.5);
}
.btn-outline-tealish-300.disabled, .btn-outline-tealish-300:disabled {
  color: #d6e3dd;
  background-color: transparent;
}
.btn-outline-tealish-300:not(:disabled):not(.disabled):active, .btn-outline-tealish-300:not(:disabled):not(.disabled).active, .show > .btn-outline-tealish-300.dropdown-toggle {
  color: #212529;
  background-color: #d6e3dd;
  border-color: #d6e3dd;
}
.btn-outline-tealish-300:not(:disabled):not(.disabled):active:focus, .btn-outline-tealish-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tealish-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 227, 221, 0.5);
}

.btn-outline-green {
  color: #336d37;
  border-color: #336d37;
}
.btn-outline-green:hover {
  color: #fff;
  background-color: #336d37;
  border-color: #336d37;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 109, 55, 0.5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #336d37;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #336d37;
  border-color: #336d37;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 109, 55, 0.5);
}

.btn-outline-green-700 {
  color: #648c4e;
  border-color: #648c4e;
}
.btn-outline-green-700:hover {
  color: #fff;
  background-color: #648c4e;
  border-color: #648c4e;
}
.btn-outline-green-700:focus, .btn-outline-green-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 140, 78, 0.5);
}
.btn-outline-green-700.disabled, .btn-outline-green-700:disabled {
  color: #648c4e;
  background-color: transparent;
}
.btn-outline-green-700:not(:disabled):not(.disabled):active, .btn-outline-green-700:not(:disabled):not(.disabled).active, .show > .btn-outline-green-700.dropdown-toggle {
  color: #fff;
  background-color: #648c4e;
  border-color: #648c4e;
}
.btn-outline-green-700:not(:disabled):not(.disabled):active:focus, .btn-outline-green-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 140, 78, 0.5);
}

.btn-outline-green-500 {
  color: #92aa84;
  border-color: #92aa84;
}
.btn-outline-green-500:hover {
  color: #212529;
  background-color: #92aa84;
  border-color: #92aa84;
}
.btn-outline-green-500:focus, .btn-outline-green-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 170, 132, 0.5);
}
.btn-outline-green-500.disabled, .btn-outline-green-500:disabled {
  color: #92aa84;
  background-color: transparent;
}
.btn-outline-green-500:not(:disabled):not(.disabled):active, .btn-outline-green-500:not(:disabled):not(.disabled).active, .show > .btn-outline-green-500.dropdown-toggle {
  color: #212529;
  background-color: #92aa84;
  border-color: #92aa84;
}
.btn-outline-green-500:not(:disabled):not(.disabled):active:focus, .btn-outline-green-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 170, 132, 0.5);
}

.btn-outline-green-300 {
  color: #cdd2c6;
  border-color: #cdd2c6;
}
.btn-outline-green-300:hover {
  color: #212529;
  background-color: #cdd2c6;
  border-color: #cdd2c6;
}
.btn-outline-green-300:focus, .btn-outline-green-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 210, 198, 0.5);
}
.btn-outline-green-300.disabled, .btn-outline-green-300:disabled {
  color: #cdd2c6;
  background-color: transparent;
}
.btn-outline-green-300:not(:disabled):not(.disabled):active, .btn-outline-green-300:not(:disabled):not(.disabled).active, .show > .btn-outline-green-300.dropdown-toggle {
  color: #212529;
  background-color: #cdd2c6;
  border-color: #cdd2c6;
}
.btn-outline-green-300:not(:disabled):not(.disabled):active:focus, .btn-outline-green-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 210, 198, 0.5);
}

.btn-outline-byline-700 {
  color: #87888a;
  border-color: #87888a;
}
.btn-outline-byline-700:hover {
  color: #fff;
  background-color: #87888a;
  border-color: #87888a;
}
.btn-outline-byline-700:focus, .btn-outline-byline-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 136, 138, 0.5);
}
.btn-outline-byline-700.disabled, .btn-outline-byline-700:disabled {
  color: #87888a;
  background-color: transparent;
}
.btn-outline-byline-700:not(:disabled):not(.disabled):active, .btn-outline-byline-700:not(:disabled):not(.disabled).active, .show > .btn-outline-byline-700.dropdown-toggle {
  color: #fff;
  background-color: #87888a;
  border-color: #87888a;
}
.btn-outline-byline-700:not(:disabled):not(.disabled):active:focus, .btn-outline-byline-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-byline-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 136, 138, 0.5);
}

.btn-outline-byline-500 {
  color: #c5c6c8;
  border-color: #c5c6c8;
}
.btn-outline-byline-500:hover {
  color: #212529;
  background-color: #c5c6c8;
  border-color: #c5c6c8;
}
.btn-outline-byline-500:focus, .btn-outline-byline-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 198, 200, 0.5);
}
.btn-outline-byline-500.disabled, .btn-outline-byline-500:disabled {
  color: #c5c6c8;
  background-color: transparent;
}
.btn-outline-byline-500:not(:disabled):not(.disabled):active, .btn-outline-byline-500:not(:disabled):not(.disabled).active, .show > .btn-outline-byline-500.dropdown-toggle {
  color: #212529;
  background-color: #c5c6c8;
  border-color: #c5c6c8;
}
.btn-outline-byline-500:not(:disabled):not(.disabled):active:focus, .btn-outline-byline-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-byline-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 198, 200, 0.5);
}

.btn-outline-byline-400 {
  color: #E6E6E6;
  border-color: #E6E6E6;
}
.btn-outline-byline-400:hover {
  color: #212529;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}
.btn-outline-byline-400:focus, .btn-outline-byline-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.btn-outline-byline-400.disabled, .btn-outline-byline-400:disabled {
  color: #E6E6E6;
  background-color: transparent;
}
.btn-outline-byline-400:not(:disabled):not(.disabled):active, .btn-outline-byline-400:not(:disabled):not(.disabled).active, .show > .btn-outline-byline-400.dropdown-toggle {
  color: #212529;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}
.btn-outline-byline-400:not(:disabled):not(.disabled):active:focus, .btn-outline-byline-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-byline-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}

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

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

.btn-outline-brown {
  color: #c1a497;
  border-color: #c1a497;
}
.btn-outline-brown:hover {
  color: #212529;
  background-color: #c1a497;
  border-color: #c1a497;
}
.btn-outline-brown:focus, .btn-outline-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 164, 151, 0.5);
}
.btn-outline-brown.disabled, .btn-outline-brown:disabled {
  color: #c1a497;
  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: #212529;
  background-color: #c1a497;
  border-color: #c1a497;
}
.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: 0 0 0 0.2rem rgba(193, 164, 151, 0.5);
}

.btn-outline-body-bg {
  color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-outline-body-bg:hover {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-outline-body-bg:focus, .btn-outline-body-bg.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}
.btn-outline-body-bg.disabled, .btn-outline-body-bg:disabled {
  color: #f0f0f0;
  background-color: transparent;
}
.btn-outline-body-bg:not(:disabled):not(.disabled):active, .btn-outline-body-bg:not(:disabled):not(.disabled).active, .show > .btn-outline-body-bg.dropdown-toggle {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-outline-body-bg:not(:disabled):not(.disabled):active:focus, .btn-outline-body-bg:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-body-bg.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #c78810;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(128.1930232558, 87.6093023256, 10.3069767442);
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(0, 76.1335078534, 114.5);
  text-decoration: none;
  background-color: rgba(175, 200, 229, 0.4);
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: rgba(175, 200, 229, 0.6);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: 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: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.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%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: 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-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.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.4em + 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.4;
  border-radius: 0;
}

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007fbf;
  background-color: #007fbf;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem #afc8e5;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4a95cc;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(114.5, 207.9214659686, 255);
  border-color: rgb(114.5, 207.9214659686, 255);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007fbf;
  background-color: #007fbf;
}
.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' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 127, 191, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 127, 191, 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' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 127, 191, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 127, 191, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none;
}
.custom-select:focus {
  border-color: #4a95cc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #afc8e5;
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #4a95cc;
  box-shadow: 0 0 0 0.2rem #afc8e5;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input:lang(de) ~ .custom-file-label::after {
  content: "Upload";
}
.custom-file-input:lang(fr) ~ .custom-file-label::after {
  content: "Upload";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

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

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f0f0f0, 0 0 0 0.2rem #afc8e5;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f0f0f0, 0 0 0 0.2rem #afc8e5;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f0f0f0, 0 0 0 0.2rem #afc8e5;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007fbf;
  border: 0;
  border-radius: 1rem;
  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-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(114.5, 207.9214659686, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007fbf;
  border: 0;
  border-radius: 1rem;
  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-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(114.5, 207.9214659686, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007fbf;
  border: 0;
  border-radius: 1rem;
  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-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(114.5, 207.9214659686, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f0f0f0;
  border-color: #dee2e6 #dee2e6 #f0f0f0;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007fbf;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

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

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

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

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

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

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

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

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

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

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

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

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

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

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

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

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-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 > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #7bafda;
  content: "|";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #c78810;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(128.1930232558, 87.6093023256, 10.3069767442);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #afc8e5;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007fbf;
  border-color: #007fbf;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

.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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007fbf;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 93.0890052356, 140);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 127, 191, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #c78810;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(151.7953488372, 103.7395348837, 12.2046511628);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(199, 136, 16, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #336d37;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(34.74375, 74.25625, 37.46875);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 109, 55, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #4a95cc;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(49.900862069, 123.2844827586, 177.099137931);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(74, 149, 204, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #b73328;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(141.1479820628, 39.33632287, 30.8520179372);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-primary-700 {
  color: #fff;
  background-color: #4a95cc;
}
a.badge-primary-700:hover, a.badge-primary-700:focus {
  color: #fff;
  background-color: rgb(49.900862069, 123.2844827586, 177.099137931);
}
a.badge-primary-700:focus, a.badge-primary-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(74, 149, 204, 0.5);
}

.badge-primary-500 {
  color: #212529;
  background-color: #7bafda;
}
a.badge-primary-500:hover, a.badge-primary-500:focus {
  color: #212529;
  background-color: rgb(83.1656804734, 150.8579881657, 206.8343195266);
}
a.badge-primary-500:focus, a.badge-primary-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(123, 175, 218, 0.5);
}

.badge-primary-300 {
  color: #212529;
  background-color: #afc8e5;
}
a.badge-primary-300:hover, a.badge-primary-300:focus {
  color: #212529;
  background-color: rgb(136.5094339623, 173.5377358491, 216.4905660377);
}
a.badge-primary-300:focus, a.badge-primary-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(175, 200, 229, 0.5);
}

.badge-primary-1050 {
  color: #fff;
  background-color: rgb(0, 110.0445026178, 165.5);
}
a.badge-primary-1050:hover, a.badge-primary-1050:focus {
  color: #fff;
  background-color: rgb(0, 76.1335078534, 114.5);
}
a.badge-primary-1050:focus, a.badge-primary-1050.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 110.0445026178, 165.5, 0.5);
}

.badge-secondary-500 {
  color: #212529;
  background-color: #deb45e;
}
a.badge-secondary-500:hover, a.badge-secondary-500:focus {
  color: #212529;
  background-color: rgb(213.324742268, 160.2835051546, 51.675257732);
}
a.badge-secondary-500:focus, a.badge-secondary-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 180, 94, 0.5);
}

.badge-secondary-300 {
  color: #212529;
  background-color: #e9cea2;
}
a.badge-secondary-300:hover, a.badge-secondary-300:focus {
  color: #212529;
  background-color: rgb(223.2434782609, 184.2695652174, 120.7565217391);
}
a.badge-secondary-300:focus, a.badge-secondary-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 206, 162, 0.5);
}

.badge-red-light {
  color: #fff;
  background-color: #b73328;
}
a.badge-red-light:hover, a.badge-red-light:focus {
  color: #fff;
  background-color: rgb(141.1479820628, 39.33632287, 30.8520179372);
}
a.badge-red-light:focus, a.badge-red-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 0.5);
}

.badge-red-light-500 {
  color: #212529;
  background-color: #e0979e;
}
a.badge-red-light-500:hover, a.badge-red-light-500:focus {
  color: #212529;
  background-color: rgb(212.2888888889, 111.7111111111, 121.3555555556);
}
a.badge-red-light-500:focus, a.badge-red-light-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(224, 151, 158, 0.5);
}

.badge-red-light-300 {
  color: #212529;
  background-color: #e6cad1;
}
a.badge-red-light-300:hover, a.badge-red-light-300:focus {
  color: #212529;
  background-color: rgb(213.6538461538, 167.3461538462, 178.9230769231);
}
a.badge-red-light-300:focus, a.badge-red-light-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 202, 209, 0.5);
}

.badge-red-dark {
  color: #fff;
  background-color: #9b2e29;
}
a.badge-red-dark:hover, a.badge-red-dark:focus {
  color: #fff;
  background-color: rgb(114.6683673469, 34.0306122449, 30.3316326531);
}
a.badge-red-dark:focus, a.badge-red-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(155, 46, 41, 0.5);
}

.badge-red-dark-500 {
  color: #212529;
  background-color: #c99e93;
}
a.badge-red-dark-500:hover, a.badge-red-dark-500:focus {
  color: #212529;
  background-color: rgb(184, 127.462962963, 113);
}
a.badge-red-dark-500:focus, a.badge-red-dark-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(201, 158, 147, 0.5);
}

.badge-red-dark-300 {
  color: #212529;
  background-color: #e7d2ce;
}
a.badge-red-dark-300:hover, a.badge-red-dark-300:focus {
  color: #212529;
  background-color: rgb(214.2328767123, 178.5616438356, 171.7671232877);
}
a.badge-red-dark-300:focus, a.badge-red-dark-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(231, 210, 206, 0.5);
}

.badge-tealish {
  color: #fff;
  background-color: #3f866c;
}
a.badge-tealish:hover, a.badge-tealish:focus {
  color: #fff;
  background-color: rgb(46.6903553299, 99.3096446701, 80.0406091371);
}
a.badge-tealish:focus, a.badge-tealish.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(63, 134, 108, 0.5);
}

.badge-tealish-500 {
  color: #212529;
  background-color: #adcbbf;
}
a.badge-tealish-500:hover, a.badge-tealish-500:focus {
  color: #212529;
  background-color: rgb(141.7910447761, 183.2089552239, 166.6417910448);
}
a.badge-tealish-500:focus, a.badge-tealish-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 203, 191, 0.5);
}

.badge-tealish-300 {
  color: #212529;
  background-color: #d6e3dd;
}
a.badge-tealish-300:hover, a.badge-tealish-300:focus {
  color: #212529;
  background-color: rgb(183.6956521739, 206.3043478261, 195.8695652174);
}
a.badge-tealish-300:focus, a.badge-tealish-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(214, 227, 221, 0.5);
}

.badge-green {
  color: #fff;
  background-color: #336d37;
}
a.badge-green:hover, a.badge-green:focus {
  color: #fff;
  background-color: rgb(34.74375, 74.25625, 37.46875);
}
a.badge-green:focus, a.badge-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 109, 55, 0.5);
}

.badge-green-700 {
  color: #fff;
  background-color: #648c4e;
}
a.badge-green-700:hover, a.badge-green-700:focus {
  color: #fff;
  background-color: rgb(76.6055045872, 107.247706422, 59.752293578);
}
a.badge-green-700:focus, a.badge-green-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(100, 140, 78, 0.5);
}

.badge-green-500 {
  color: #212529;
  background-color: #92aa84;
}
a.badge-green-500:hover, a.badge-green-500:focus {
  color: #212529;
  background-color: rgb(119.4663461538, 148.4278846154, 102.5721153846);
}
a.badge-green-500:focus, a.badge-green-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(146, 170, 132, 0.5);
}

.badge-green-300 {
  color: #212529;
  background-color: #cdd2c6;
}
a.badge-green-300:hover, a.badge-green-300:focus {
  color: #212529;
  background-color: rgb(180, 187.5, 169.5);
}
a.badge-green-300:focus, a.badge-green-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(205, 210, 198, 0.5);
}

.badge-byline-700 {
  color: #fff;
  background-color: #87888a;
}
a.badge-byline-700:hover, a.badge-byline-700:focus {
  color: #fff;
  background-color: rgb(109.5949367089, 110.5316455696, 112.4050632911);
}
a.badge-byline-700:focus, a.badge-byline-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(135, 136, 138, 0.5);
}

.badge-byline-500 {
  color: #212529;
  background-color: #c5c6c8;
}
a.badge-byline-500:hover, a.badge-byline-500:focus {
  color: #212529;
  background-color: rgb(170.8230088496, 172.2743362832, 175.1769911504);
}
a.badge-byline-500:focus, a.badge-byline-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(197, 198, 200, 0.5);
}

.badge-byline-400 {
  color: #212529;
  background-color: #E6E6E6;
}
a.badge-byline-400:hover, a.badge-byline-400:focus {
  color: #212529;
  background-color: rgb(204.5, 204.5, 204.5);
}
a.badge-byline-400:focus, a.badge-byline-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}

.badge-byline-300 {
  color: #212529;
  background-color: #eceded;
}
a.badge-byline-300:hover, a.badge-byline-300:focus {
  color: #212529;
  background-color: rgb(209.8108108108, 212.1891891892, 212.1891891892);
}
a.badge-byline-300:focus, a.badge-byline-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(236, 237, 237, 0.5);
}

.badge-byline-100 {
  color: #212529;
  background-color: #fafafa;
}
a.badge-byline-100:hover, a.badge-byline-100:focus {
  color: #212529;
  background-color: rgb(224.5, 224.5, 224.5);
}
a.badge-byline-100:focus, a.badge-byline-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}

.badge-brown {
  color: #212529;
  background-color: #c1a497;
}
a.badge-brown:hover, a.badge-brown:focus {
  color: #212529;
  background-color: rgb(173.9518072289, 136.0421686747, 119.0481927711);
}
a.badge-brown:focus, a.badge-brown.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(193, 164, 151, 0.5);
}

.badge-body-bg {
  color: #212529;
  background-color: #f0f0f0;
}
a.badge-body-bg:hover, a.badge-body-bg:focus {
  color: #212529;
  background-color: rgb(214.5, 214.5, 214.5);
}
a.badge-body-bg:focus, a.badge-body-bg.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(0, 66.04, 99.32);
  background-color: rgb(204, 229.4, 242.2);
  border-color: rgb(102, 178.2, 216.6);
}
.alert-primary hr {
  border-top-color: rgb(81.6159874608, 167.9680250784, 211.4840125392);
}
.alert-primary .alert-link {
  color: rgb(0, 32.1290052356, 48.32);
}

.alert-secondary {
  color: rgb(103.48, 70.72, 8.32);
  background-color: rgb(243.8, 231.2, 207.2);
  border-color: rgb(221.4, 183.6, 111.6);
}
.alert-secondary hr {
  border-top-color: rgb(216.5593220339, 173.313559322, 90.9406779661);
}
.alert-secondary .alert-link {
  color: rgb(56.2753488372, 38.4595348837, 4.5246511628);
}

.alert-success {
  color: rgb(26.52, 56.68, 28.6);
  background-color: rgb(214.2, 225.8, 215);
  border-color: rgb(132.6, 167.4, 135);
}
.alert-success hr {
  border-top-color: rgb(117.7371428571, 156.7628571429, 120.4285714286);
}
.alert-success .alert-link {
  color: rgb(10.26375, 21.93625, 11.06875);
}

.alert-info {
  color: rgb(38.48, 77.48, 106.08);
  background-color: rgb(218.8, 233.8, 244.8);
  border-color: rgb(146.4, 191.4, 224.4);
}
.alert-info hr {
  border-top-color: rgb(126.5056034483, 179.749137931, 218.7943965517);
}
.alert-info .alert-link {
  color: rgb(24.9044604317, 50.1454676259, 68.6555395683);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 217.8, 106.2);
}
.alert-warning hr {
  border-top-color: rgb(255, 211.425, 80.7);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(95.16, 26.52, 20.8);
  background-color: rgb(240.6, 214.2, 212);
  border-color: rgb(211.8, 132.6, 126);
}
.alert-danger hr {
  border-top-color: rgb(205.4027874564, 114.4745644599, 106.8972125436);
}
.alert-danger .alert-link {
  color: rgb(53.3079820628, 14.85632287, 11.6520179372);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(250.8, 251.4, 252);
}
.alert-light hr {
  border-top-color: rgb(235.925, 238.65, 241.375);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(133.2, 136.8, 140.4);
}
.alert-dark hr {
  border-top-color: rgb(120.2718274112, 124.05, 127.8281725888);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

.alert-primary-700 {
  color: rgb(38.48, 77.48, 106.08);
  background-color: rgb(218.8, 233.8, 244.8);
  border-color: rgb(146.4, 191.4, 224.4);
}
.alert-primary-700 hr {
  border-top-color: rgb(126.5056034483, 179.749137931, 218.7943965517);
}
.alert-primary-700 .alert-link {
  color: rgb(24.9044604317, 50.1454676259, 68.6555395683);
}

.alert-primary-500 {
  color: rgb(63.96, 91, 113.36);
  background-color: rgb(228.6, 239, 247.6);
  border-color: rgb(175.8, 207, 232.8);
}
.alert-primary-500 hr {
  border-top-color: rgb(155.8828402367, 194.9289940828, 227.2171597633);
}
.alert-primary-500 .alert-link {
  color: rgb(45.5641055718, 64.8269794721, 80.7558944282);
}

.alert-primary-300 {
  color: rgb(91, 104, 119.08);
  background-color: rgb(239, 244, 249.8);
  border-color: rgb(207, 222, 239.4);
}
.alert-primary-300 hr {
  border-top-color: rgb(187.7547169811, 208.7688679245, 233.1452830189);
}
.alert-primary-300 .alert-link {
  color: rgb(68.9084158416, 78.7524752475, 90.1715841584);
}

.alert-primary-1050 {
  color: rgb(0, 57.2231413613, 86.06);
  background-color: rgb(204, 226.0089005236, 237.1);
  border-color: rgb(102, 168.0267015707, 201.3);
}
.alert-primary-1050 hr {
  border-top-color: rgb(83.1248185776, 157.2970493697, 194.6751814224);
}
.alert-primary-1050 .alert-link {
  color: rgb(0, 23.3121465969, 35.06);
}

.alert-secondary-500 {
  color: rgb(115.44, 93.6, 48.88);
  background-color: rgb(248.4, 240, 222.8);
  border-color: rgb(235.2, 210, 158.4);
}
.alert-secondary-500 hr {
  border-top-color: rgb(230.862371134, 200.1417525773, 137.237628866);
}
.alert-secondary-500 .alert-link {
  color: rgb(79.6108860759, 64.5493670886, 33.7091139241);
}

.alert-secondary-300 {
  color: rgb(121.16, 107.12, 84.24);
  background-color: rgb(250.6, 245.2, 236.4);
  border-color: rgb(241.8, 225.6, 199.2);
}
.alert-secondary-300 hr {
  border-top-color: rgb(236.9217391304, 214.7347826087, 178.5782608696);
}
.alert-secondary-300 .alert-link {
  color: rgb(91.0764556962, 80.5225316456, 63.3235443038);
}

.alert-red-light {
  color: rgb(95.16, 26.52, 20.8);
  background-color: rgb(240.6, 214.2, 212);
  border-color: rgb(211.8, 132.6, 126);
}
.alert-red-light hr {
  border-top-color: rgb(205.4027874564, 114.4745644599, 106.8972125436);
}
.alert-red-light .alert-link {
  color: rgb(53.3079820628, 14.85632287, 11.6520179372);
}

.alert-red-light-500 {
  color: rgb(116.48, 78.52, 82.16);
  background-color: rgb(248.8, 234.2, 235.6);
  border-color: rgb(236.4, 192.6, 196.8);
}
.alert-red-light-500 hr {
  border-top-color: rgb(230.5444444444, 172.9555555556, 178.4777777778);
}
.alert-red-light-500 .alert-link {
  color: rgb(86.016, 57.984, 60.672);
}

.alert-red-light-300 {
  color: rgb(119.6, 105.04, 108.68);
  background-color: rgb(250, 244.4, 245.8);
  border-color: rgb(240, 223.2, 227.4);
}
.alert-red-light-300 hr {
  border-top-color: rgb(231.8269230769, 205.8730769231, 212.3615384615);
}
.alert-red-light-300 .alert-link {
  color: rgb(92.4472222222, 81.1927777778, 84.0063888889);
}

.alert-red-dark {
  color: rgb(80.6, 23.92, 21.32);
  background-color: rgb(235, 213.2, 212.2);
  border-color: rgb(195, 129.6, 126.6);
}
.alert-red-dark hr {
  border-top-color: rgb(186.8789808917, 112.6270700637, 109.2210191083);
}
.alert-red-dark .alert-link {
  color: rgb(40.2683673469, 11.9506122449, 10.6516326531);
}

.alert-red-dark-500 {
  color: rgb(104.52, 82.16, 76.44);
  background-color: rgb(244.2, 235.6, 233.4);
  border-color: rgb(222.6, 196.8, 190.2);
}
.alert-red-dark-500 hr {
  border-top-color: rgb(214.1, 181.5314814815, 173.2);
}
.alert-red-dark-500 .alert-link {
  color: rgb(75.0631034483, 59.0048275862, 54.8968965517);
}

.alert-red-dark-300 {
  color: rgb(120.12, 109.2, 107.12);
  background-color: rgb(250.2, 246, 245.2);
  border-color: rgb(240.6, 228, 225.6);
}
.alert-red-dark-300 hr {
  border-top-color: rgb(232.2164383562, 212.2808219178, 208.4835616438);
}
.alert-red-dark-300 .alert-link {
  color: rgb(93.1611899314, 84.6919908467, 83.0788100686);
}

.alert-tealish {
  color: rgb(32.76, 69.68, 56.16);
  background-color: rgb(216.6, 230.8, 225.6);
  border-color: rgb(139.8, 182.4, 166.8);
}
.alert-tealish hr {
  border-top-color: rgb(124.157827476, 172.542172524, 154.8239616613);
}
.alert-tealish .alert-link {
  color: rgb(16.4503553299, 34.9896446701, 28.2006091371);
}

.alert-tealish-500 {
  color: rgb(89.96, 105.56, 99.32);
  background-color: rgb(238.6, 244.6, 242.2);
  border-color: rgb(205.8, 223.8, 216.6);
}
.alert-tealish-500 hr {
  border-top-color: rgb(190.1955223881, 213.9044776119, 204.4208955224);
}
.alert-tealish-500 .alert-link {
  color: rgb(66.4945744681, 78.0254255319, 73.4130851064);
}

.alert-tealish-300 {
  color: rgb(111.28, 118.04, 114.92);
  background-color: rgb(246.8, 249.4, 248.2);
  border-color: rgb(230.4, 238.2, 234.6);
}
.alert-tealish-300 hr {
  border-top-color: rgb(215.247826087, 227.852173913, 222.0347826087);
}
.alert-tealish-300 .alert-link {
  color: rgb(86.5317006803, 91.7882993197, 89.3621768707);
}

.alert-green {
  color: rgb(26.52, 56.68, 28.6);
  background-color: rgb(214.2, 225.8, 215);
  border-color: rgb(132.6, 167.4, 135);
}
.alert-green hr {
  border-top-color: rgb(117.7371428571, 156.7628571429, 120.4285714286);
}
.alert-green .alert-link {
  color: rgb(10.26375, 21.93625, 11.06875);
}

.alert-green-700 {
  color: rgb(52, 72.8, 40.56);
  background-color: rgb(224, 232, 219.6);
  border-color: rgb(162, 186, 148.8);
}
.alert-green-700 hr {
  border-top-color: rgb(148.4640410959, 175.9571917808, 133.3428082192);
}
.alert-green-700 .alert-link {
  color: rgb(28.6055045872, 40.047706422, 22.312293578);
}

.alert-green-500 {
  color: rgb(75.92, 88.4, 68.64);
  background-color: rgb(233.2, 238, 230.4);
  border-color: rgb(189.6, 204, 181.2);
}
.alert-green-500 hr {
  border-top-color: rgb(176.2370192308, 193.5793269231, 166.1206730769);
}
.alert-green-500 .alert-link {
  color: rgb(51.2643708609, 59.6913907285, 46.3486092715);
}

.alert-green-300 {
  color: rgb(106.6, 109.2, 102.96);
  background-color: rgb(245, 246, 243.6);
  border-color: rgb(225, 228, 220.8);
}
.alert-green-300 hr {
  border-top-color: rgb(212.5, 216.75, 206.55);
}
.alert-green-300 .alert-link {
  color: rgb(80.975, 82.95, 78.21);
}

.alert-byline-700 {
  color: rgb(70.2, 70.72, 71.76);
  background-color: rgb(231, 231.2, 231.6);
  border-color: rgb(183, 183.6, 184.8);
}
.alert-byline-700 hr {
  border-top-color: rgb(170.0886075949, 170.7962025316, 172.2113924051);
}
.alert-byline-700 .alert-link {
  color: rgb(44.9802197802, 45.3134065934, 45.9797802198);
}

.alert-byline-500 {
  color: rgb(102.44, 102.96, 104);
  background-color: rgb(243.4, 243.6, 244);
  border-color: rgb(220.2, 220.8, 222);
}
.alert-byline-500 hr {
  border-top-color: rgb(207.1115044248, 207.9371681416, 209.5884955752);
}
.alert-byline-500 .alert-link {
  color: rgb(77.1326952141, 77.524231738, 78.3073047859);
}

.alert-byline-400 {
  color: rgb(119.6, 119.6, 119.6);
  background-color: #fafafa;
  border-color: #f0f0f0;
}
.alert-byline-400 hr {
  border-top-color: rgb(227.25, 227.25, 227.25);
}
.alert-byline-400 .alert-link {
  color: rgb(94.1, 94.1, 94.1);
}

.alert-byline-300 {
  color: rgb(122.72, 123.24, 123.24);
  background-color: rgb(251.2, 251.4, 251.4);
  border-color: rgb(243.6, 244.2, 244.2);
}
.alert-byline-300 hr {
  border-top-color: rgb(230.5054054054, 231.7945945946, 231.7945945946);
}
.alert-byline-300 .alert-link {
  color: rgb(97.2739112051, 97.6860887949, 97.6860887949);
}

.alert-byline-100 {
  color: #828282;
  background-color: #fefefe;
  border-color: #fcfcfc;
}
.alert-byline-100 hr {
  border-top-color: rgb(239.25, 239.25, 239.25);
}
.alert-byline-100 .alert-link {
  color: rgb(104.5, 104.5, 104.5);
}

.alert-brown {
  color: rgb(100.36, 85.28, 78.52);
  background-color: rgb(242.6, 236.8, 234.2);
  border-color: rgb(217.8, 200.4, 192.6);
}
.alert-brown hr {
  border-top-color: rgb(208.2759036145, 186.4210843373, 176.6240963855);
}
.alert-brown .alert-link {
  color: rgb(71.746627907, 60.9660465116, 56.133372093);
}

.alert-body-bg {
  color: rgb(124.8, 124.8, 124.8);
  background-color: #fcfcfc;
  border-color: #f6f6f6;
}
.alert-body-bg hr {
  border-top-color: rgb(233.25, 233.25, 233.25);
}
.alert-body-bg .alert-link {
  color: rgb(99.3, 99.3, 99.3);
}

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

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

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

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

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

.media-body {
  flex: 1;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007fbf;
  border-color: #007fbf;
}

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

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

.list-group-item-primary {
  color: rgb(0, 66.04, 99.32);
  background-color: rgb(183.6, 219.16, 237.08);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 66.04, 99.32);
  background-color: rgb(163.2159874608, 208.9280250784, 231.9640125392);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 66.04, 99.32);
  border-color: rgb(0, 66.04, 99.32);
}

.list-group-item-secondary {
  color: rgb(103.48, 70.72, 8.32);
  background-color: rgb(239.32, 221.68, 188.08);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(103.48, 70.72, 8.32);
  background-color: rgb(234.4793220339, 211.393559322, 167.4206779661);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(103.48, 70.72, 8.32);
  border-color: rgb(103.48, 70.72, 8.32);
}

.list-group-item-success {
  color: rgb(26.52, 56.68, 28.6);
  background-color: rgb(197.88, 214.12, 199);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(26.52, 56.68, 28.6);
  background-color: rgb(183.0171428571, 203.4828571429, 184.4285714286);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(26.52, 56.68, 28.6);
  border-color: rgb(26.52, 56.68, 28.6);
}

.list-group-item-info {
  color: rgb(38.48, 77.48, 106.08);
  background-color: rgb(204.32, 225.32, 240.72);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(38.48, 77.48, 106.08);
  background-color: rgb(184.4256034483, 213.669137931, 235.1143965517);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(38.48, 77.48, 106.08);
  border-color: rgb(38.48, 77.48, 106.08);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(95.16, 26.52, 20.8);
  background-color: rgb(234.84, 197.88, 194.8);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(95.16, 26.52, 20.8);
  background-color: rgb(228.4427874564, 179.7545644599, 175.6972125436);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(95.16, 26.52, 20.8);
  border-color: rgb(95.16, 26.52, 20.8);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.list-group-item-primary-700 {
  color: rgb(38.48, 77.48, 106.08);
  background-color: rgb(204.32, 225.32, 240.72);
}
.list-group-item-primary-700.list-group-item-action:hover, .list-group-item-primary-700.list-group-item-action:focus {
  color: rgb(38.48, 77.48, 106.08);
  background-color: rgb(184.4256034483, 213.669137931, 235.1143965517);
}
.list-group-item-primary-700.list-group-item-action.active {
  color: #fff;
  background-color: rgb(38.48, 77.48, 106.08);
  border-color: rgb(38.48, 77.48, 106.08);
}

.list-group-item-primary-500 {
  color: rgb(63.96, 91, 113.36);
  background-color: rgb(218.04, 232.6, 244.64);
}
.list-group-item-primary-500.list-group-item-action:hover, .list-group-item-primary-500.list-group-item-action:focus {
  color: rgb(63.96, 91, 113.36);
  background-color: rgb(198.1228402367, 220.5289940828, 239.0571597633);
}
.list-group-item-primary-500.list-group-item-action.active {
  color: #fff;
  background-color: rgb(63.96, 91, 113.36);
  border-color: rgb(63.96, 91, 113.36);
}

.list-group-item-primary-300 {
  color: rgb(91, 104, 119.08);
  background-color: rgb(232.6, 239.6, 247.72);
}
.list-group-item-primary-300.list-group-item-action:hover, .list-group-item-primary-300.list-group-item-action:focus {
  color: rgb(91, 104, 119.08);
  background-color: rgb(213.3547169811, 226.3688679245, 241.4652830189);
}
.list-group-item-primary-300.list-group-item-action.active {
  color: #fff;
  background-color: rgb(91, 104, 119.08);
  border-color: rgb(91, 104, 119.08);
}

.list-group-item-primary-1050 {
  color: rgb(0, 57.2231413613, 86.06);
  background-color: rgb(183.6, 214.412460733, 229.94);
}
.list-group-item-primary-1050.list-group-item-action:hover, .list-group-item-primary-1050.list-group-item-action:focus {
  color: rgb(0, 57.2231413613, 86.06);
  background-color: rgb(164.7248185776, 203.682808532, 223.3151814224);
}
.list-group-item-primary-1050.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 57.2231413613, 86.06);
  border-color: rgb(0, 57.2231413613, 86.06);
}

.list-group-item-secondary-500 {
  color: rgb(115.44, 93.6, 48.88);
  background-color: rgb(245.76, 234, 209.92);
}
.list-group-item-secondary-500.list-group-item-action:hover, .list-group-item-secondary-500.list-group-item-action:focus {
  color: rgb(115.44, 93.6, 48.88);
  background-color: rgb(241.422371134, 224.1417525773, 188.757628866);
}
.list-group-item-secondary-500.list-group-item-action.active {
  color: #fff;
  background-color: rgb(115.44, 93.6, 48.88);
  border-color: rgb(115.44, 93.6, 48.88);
}

.list-group-item-secondary-300 {
  color: rgb(121.16, 107.12, 84.24);
  background-color: rgb(248.84, 241.28, 228.96);
}
.list-group-item-secondary-300.list-group-item-action:hover, .list-group-item-secondary-300.list-group-item-action:focus {
  color: rgb(121.16, 107.12, 84.24);
  background-color: rgb(243.9617391304, 230.4147826087, 208.3382608696);
}
.list-group-item-secondary-300.list-group-item-action.active {
  color: #fff;
  background-color: rgb(121.16, 107.12, 84.24);
  border-color: rgb(121.16, 107.12, 84.24);
}

.list-group-item-red-light {
  color: rgb(95.16, 26.52, 20.8);
  background-color: rgb(234.84, 197.88, 194.8);
}
.list-group-item-red-light.list-group-item-action:hover, .list-group-item-red-light.list-group-item-action:focus {
  color: rgb(95.16, 26.52, 20.8);
  background-color: rgb(228.4427874564, 179.7545644599, 175.6972125436);
}
.list-group-item-red-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(95.16, 26.52, 20.8);
  border-color: rgb(95.16, 26.52, 20.8);
}

.list-group-item-red-light-500 {
  color: rgb(116.48, 78.52, 82.16);
  background-color: rgb(246.32, 225.88, 227.84);
}
.list-group-item-red-light-500.list-group-item-action:hover, .list-group-item-red-light-500.list-group-item-action:focus {
  color: rgb(116.48, 78.52, 82.16);
  background-color: rgb(240.4644444444, 206.2355555556, 209.5177777778);
}
.list-group-item-red-light-500.list-group-item-action.active {
  color: #fff;
  background-color: rgb(116.48, 78.52, 82.16);
  border-color: rgb(116.48, 78.52, 82.16);
}

.list-group-item-red-light-300 {
  color: rgb(119.6, 105.04, 108.68);
  background-color: rgb(248, 240.16, 242.12);
}
.list-group-item-red-light-300.list-group-item-action:hover, .list-group-item-red-light-300.list-group-item-action:focus {
  color: rgb(119.6, 105.04, 108.68);
  background-color: rgb(239.8269230769, 222.8330769231, 227.0815384615);
}
.list-group-item-red-light-300.list-group-item-action.active {
  color: #fff;
  background-color: rgb(119.6, 105.04, 108.68);
  border-color: rgb(119.6, 105.04, 108.68);
}

.list-group-item-red-dark {
  color: rgb(80.6, 23.92, 21.32);
  background-color: rgb(227, 196.48, 195.08);
}
.list-group-item-red-dark.list-group-item-action:hover, .list-group-item-red-dark.list-group-item-action:focus {
  color: rgb(80.6, 23.92, 21.32);
  background-color: rgb(218.8789808917, 179.5070700637, 177.7010191083);
}
.list-group-item-red-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(80.6, 23.92, 21.32);
  border-color: rgb(80.6, 23.92, 21.32);
}

.list-group-item-red-dark-500 {
  color: rgb(104.52, 82.16, 76.44);
  background-color: rgb(239.88, 227.84, 224.76);
}
.list-group-item-red-dark-500.list-group-item-action:hover, .list-group-item-red-dark-500.list-group-item-action:focus {
  color: rgb(104.52, 82.16, 76.44);
  background-color: rgb(231.38, 212.5714814815, 207.76);
}
.list-group-item-red-dark-500.list-group-item-action.active {
  color: #fff;
  background-color: rgb(104.52, 82.16, 76.44);
  border-color: rgb(104.52, 82.16, 76.44);
}

.list-group-item-red-dark-300 {
  color: rgb(120.12, 109.2, 107.12);
  background-color: rgb(248.28, 242.4, 241.28);
}
.list-group-item-red-dark-300.list-group-item-action:hover, .list-group-item-red-dark-300.list-group-item-action:focus {
  color: rgb(120.12, 109.2, 107.12);
  background-color: rgb(239.8964383562, 226.6808219178, 224.1635616438);
}
.list-group-item-red-dark-300.list-group-item-action.active {
  color: #fff;
  background-color: rgb(120.12, 109.2, 107.12);
  border-color: rgb(120.12, 109.2, 107.12);
}

.list-group-item-tealish {
  color: rgb(32.76, 69.68, 56.16);
  background-color: rgb(201.24, 221.12, 213.84);
}
.list-group-item-tealish.list-group-item-action:hover, .list-group-item-tealish.list-group-item-action:focus {
  color: rgb(32.76, 69.68, 56.16);
  background-color: rgb(185.597827476, 211.262172524, 201.8639616613);
}
.list-group-item-tealish.list-group-item-action.active {
  color: #fff;
  background-color: rgb(32.76, 69.68, 56.16);
  border-color: rgb(32.76, 69.68, 56.16);
}

.list-group-item-tealish-500 {
  color: rgb(89.96, 105.56, 99.32);
  background-color: rgb(232.04, 240.44, 237.08);
}
.list-group-item-tealish-500.list-group-item-action:hover, .list-group-item-tealish-500.list-group-item-action:focus {
  color: rgb(89.96, 105.56, 99.32);
  background-color: rgb(216.4355223881, 230.5444776119, 224.9008955224);
}
.list-group-item-tealish-500.list-group-item-action.active {
  color: #fff;
  background-color: rgb(89.96, 105.56, 99.32);
  border-color: rgb(89.96, 105.56, 99.32);
}

.list-group-item-tealish-300 {
  color: rgb(111.28, 118.04, 114.92);
  background-color: rgb(243.52, 247.16, 245.48);
}
.list-group-item-tealish-300.list-group-item-action:hover, .list-group-item-tealish-300.list-group-item-action:focus {
  color: rgb(111.28, 118.04, 114.92);
  background-color: rgb(228.367826087, 236.812173913, 232.9147826087);
}
.list-group-item-tealish-300.list-group-item-action.active {
  color: #fff;
  background-color: rgb(111.28, 118.04, 114.92);
  border-color: rgb(111.28, 118.04, 114.92);
}

.list-group-item-green {
  color: rgb(26.52, 56.68, 28.6);
  background-color: rgb(197.88, 214.12, 199);
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: rgb(26.52, 56.68, 28.6);
  background-color: rgb(183.0171428571, 203.4828571429, 184.4285714286);
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: rgb(26.52, 56.68, 28.6);
  border-color: rgb(26.52, 56.68, 28.6);
}

.list-group-item-green-700 {
  color: rgb(52, 72.8, 40.56);
  background-color: rgb(211.6, 222.8, 205.44);
}
.list-group-item-green-700.list-group-item-action:hover, .list-group-item-green-700.list-group-item-action:focus {
  color: rgb(52, 72.8, 40.56);
  background-color: rgb(198.0640410959, 212.7571917808, 189.9828082192);
}
.list-group-item-green-700.list-group-item-action.active {
  color: #fff;
  background-color: rgb(52, 72.8, 40.56);
  border-color: rgb(52, 72.8, 40.56);
}

.list-group-item-green-500 {
  color: rgb(75.92, 88.4, 68.64);
  background-color: rgb(224.48, 231.2, 220.56);
}
.list-group-item-green-500.list-group-item-action:hover, .list-group-item-green-500.list-group-item-action:focus {
  color: rgb(75.92, 88.4, 68.64);
  background-color: rgb(211.1170192308, 220.7793269231, 205.4806730769);
}
.list-group-item-green-500.list-group-item-action.active {
  color: #fff;
  background-color: rgb(75.92, 88.4, 68.64);
  border-color: rgb(75.92, 88.4, 68.64);
}

.list-group-item-green-300 {
  color: rgb(106.6, 109.2, 102.96);
  background-color: rgb(241, 242.4, 239.04);
}
.list-group-item-green-300.list-group-item-action:hover, .list-group-item-green-300.list-group-item-action:focus {
  color: rgb(106.6, 109.2, 102.96);
  background-color: rgb(228.5, 231.15, 224.79);
}
.list-group-item-green-300.list-group-item-action.active {
  color: #fff;
  background-color: rgb(106.6, 109.2, 102.96);
  border-color: rgb(106.6, 109.2, 102.96);
}

.list-group-item-byline-700 {
  color: rgb(70.2, 70.72, 71.76);
  background-color: rgb(221.4, 221.68, 222.24);
}
.list-group-item-byline-700.list-group-item-action:hover, .list-group-item-byline-700.list-group-item-action:focus {
  color: rgb(70.2, 70.72, 71.76);
  background-color: rgb(208.4886075949, 208.8762025316, 209.6513924051);
}
.list-group-item-byline-700.list-group-item-action.active {
  color: #fff;
  background-color: rgb(70.2, 70.72, 71.76);
  border-color: rgb(70.2, 70.72, 71.76);
}

.list-group-item-byline-500 {
  color: rgb(102.44, 102.96, 104);
  background-color: rgb(238.76, 239.04, 239.6);
}
.list-group-item-byline-500.list-group-item-action:hover, .list-group-item-byline-500.list-group-item-action:focus {
  color: rgb(102.44, 102.96, 104);
  background-color: rgb(225.6715044248, 226.1771681416, 227.1884955752);
}
.list-group-item-byline-500.list-group-item-action.active {
  color: #fff;
  background-color: rgb(102.44, 102.96, 104);
  border-color: rgb(102.44, 102.96, 104);
}

.list-group-item-byline-400 {
  color: rgb(119.6, 119.6, 119.6);
  background-color: #f8f8f8;
}
.list-group-item-byline-400.list-group-item-action:hover, .list-group-item-byline-400.list-group-item-action:focus {
  color: rgb(119.6, 119.6, 119.6);
  background-color: rgb(235.25, 235.25, 235.25);
}
.list-group-item-byline-400.list-group-item-action.active {
  color: #fff;
  background-color: rgb(119.6, 119.6, 119.6);
  border-color: rgb(119.6, 119.6, 119.6);
}

.list-group-item-byline-300 {
  color: rgb(122.72, 123.24, 123.24);
  background-color: rgb(249.68, 249.96, 249.96);
}
.list-group-item-byline-300.list-group-item-action:hover, .list-group-item-byline-300.list-group-item-action:focus {
  color: rgb(122.72, 123.24, 123.24);
  background-color: rgb(236.5854054054, 237.5545945946, 237.5545945946);
}
.list-group-item-byline-300.list-group-item-action.active {
  color: #fff;
  background-color: rgb(122.72, 123.24, 123.24);
  border-color: rgb(122.72, 123.24, 123.24);
}

.list-group-item-byline-100 {
  color: #828282;
  background-color: rgb(253.6, 253.6, 253.6);
}
.list-group-item-byline-100.list-group-item-action:hover, .list-group-item-byline-100.list-group-item-action:focus {
  color: #828282;
  background-color: rgb(240.85, 240.85, 240.85);
}
.list-group-item-byline-100.list-group-item-action.active {
  color: #fff;
  background-color: #828282;
  border-color: #828282;
}

.list-group-item-brown {
  color: rgb(100.36, 85.28, 78.52);
  background-color: rgb(237.64, 229.52, 225.88);
}
.list-group-item-brown.list-group-item-action:hover, .list-group-item-brown.list-group-item-action:focus {
  color: rgb(100.36, 85.28, 78.52);
  background-color: rgb(228.1159036145, 215.5410843373, 209.9040963855);
}
.list-group-item-brown.list-group-item-action.active {
  color: #fff;
  background-color: rgb(100.36, 85.28, 78.52);
  border-color: rgb(100.36, 85.28, 78.52);
}

.list-group-item-body-bg {
  color: rgb(124.8, 124.8, 124.8);
  background-color: rgb(250.8, 250.8, 250.8);
}
.list-group-item-body-bg.list-group-item-action:hover, .list-group-item-body-bg.list-group-item-action:focus {
  color: rgb(124.8, 124.8, 124.8);
  background-color: rgb(238.05, 238.05, 238.05);
}
.list-group-item-body-bg.list-group-item-action.active {
  color: #fff;
  background-color: rgb(124.8, 124.8, 124.8);
  border-color: rgb(124.8, 124.8, 124.8);
}

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

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

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

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

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

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

.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);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-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);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato, Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-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: 0s 0.6s opacity;
}
@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%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 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: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 93.0890052356, 140) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(151.7953488372, 103.7395348837, 12.2046511628) !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(34.74375, 74.25625, 37.46875) !important;
}

.bg-info {
  background-color: #4a95cc !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(49.900862069, 123.2844827586, 177.099137931) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(141.1479820628, 39.33632287, 30.8520179372) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-primary-700 {
  background-color: #4a95cc !important;
}

a.bg-primary-700:hover, a.bg-primary-700:focus,
button.bg-primary-700:hover,
button.bg-primary-700:focus {
  background-color: rgb(49.900862069, 123.2844827586, 177.099137931) !important;
}

.bg-primary-500 {
  background-color: #7bafda !important;
}

a.bg-primary-500:hover, a.bg-primary-500:focus,
button.bg-primary-500:hover,
button.bg-primary-500:focus {
  background-color: rgb(83.1656804734, 150.8579881657, 206.8343195266) !important;
}

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

a.bg-primary-300:hover, a.bg-primary-300:focus,
button.bg-primary-300:hover,
button.bg-primary-300:focus {
  background-color: rgb(136.5094339623, 173.5377358491, 216.4905660377) !important;
}

.bg-primary-1050 {
  background-color: rgb(0, 110.0445026178, 165.5) !important;
}

a.bg-primary-1050:hover, a.bg-primary-1050:focus,
button.bg-primary-1050:hover,
button.bg-primary-1050:focus {
  background-color: rgb(0, 76.1335078534, 114.5) !important;
}

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

a.bg-secondary-500:hover, a.bg-secondary-500:focus,
button.bg-secondary-500:hover,
button.bg-secondary-500:focus {
  background-color: rgb(213.324742268, 160.2835051546, 51.675257732) !important;
}

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

a.bg-secondary-300:hover, a.bg-secondary-300:focus,
button.bg-secondary-300:hover,
button.bg-secondary-300:focus {
  background-color: rgb(223.2434782609, 184.2695652174, 120.7565217391) !important;
}

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

a.bg-red-light:hover, a.bg-red-light:focus,
button.bg-red-light:hover,
button.bg-red-light:focus {
  background-color: rgb(141.1479820628, 39.33632287, 30.8520179372) !important;
}

.bg-red-light-500 {
  background-color: #e0979e !important;
}

a.bg-red-light-500:hover, a.bg-red-light-500:focus,
button.bg-red-light-500:hover,
button.bg-red-light-500:focus {
  background-color: rgb(212.2888888889, 111.7111111111, 121.3555555556) !important;
}

.bg-red-light-300 {
  background-color: #e6cad1 !important;
}

a.bg-red-light-300:hover, a.bg-red-light-300:focus,
button.bg-red-light-300:hover,
button.bg-red-light-300:focus {
  background-color: rgb(213.6538461538, 167.3461538462, 178.9230769231) !important;
}

.bg-red-dark {
  background-color: #9b2e29 !important;
}

a.bg-red-dark:hover, a.bg-red-dark:focus,
button.bg-red-dark:hover,
button.bg-red-dark:focus {
  background-color: rgb(114.6683673469, 34.0306122449, 30.3316326531) !important;
}

.bg-red-dark-500 {
  background-color: #c99e93 !important;
}

a.bg-red-dark-500:hover, a.bg-red-dark-500:focus,
button.bg-red-dark-500:hover,
button.bg-red-dark-500:focus {
  background-color: rgb(184, 127.462962963, 113) !important;
}

.bg-red-dark-300 {
  background-color: #e7d2ce !important;
}

a.bg-red-dark-300:hover, a.bg-red-dark-300:focus,
button.bg-red-dark-300:hover,
button.bg-red-dark-300:focus {
  background-color: rgb(214.2328767123, 178.5616438356, 171.7671232877) !important;
}

.bg-tealish {
  background-color: #3f866c !important;
}

a.bg-tealish:hover, a.bg-tealish:focus,
button.bg-tealish:hover,
button.bg-tealish:focus {
  background-color: rgb(46.6903553299, 99.3096446701, 80.0406091371) !important;
}

.bg-tealish-500 {
  background-color: #adcbbf !important;
}

a.bg-tealish-500:hover, a.bg-tealish-500:focus,
button.bg-tealish-500:hover,
button.bg-tealish-500:focus {
  background-color: rgb(141.7910447761, 183.2089552239, 166.6417910448) !important;
}

.bg-tealish-300 {
  background-color: #d6e3dd !important;
}

a.bg-tealish-300:hover, a.bg-tealish-300:focus,
button.bg-tealish-300:hover,
button.bg-tealish-300:focus {
  background-color: rgb(183.6956521739, 206.3043478261, 195.8695652174) !important;
}

.bg-green {
  background-color: #336d37 !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: rgb(34.74375, 74.25625, 37.46875) !important;
}

.bg-green-700 {
  background-color: #648c4e !important;
}

a.bg-green-700:hover, a.bg-green-700:focus,
button.bg-green-700:hover,
button.bg-green-700:focus {
  background-color: rgb(76.6055045872, 107.247706422, 59.752293578) !important;
}

.bg-green-500 {
  background-color: #92aa84 !important;
}

a.bg-green-500:hover, a.bg-green-500:focus,
button.bg-green-500:hover,
button.bg-green-500:focus {
  background-color: rgb(119.4663461538, 148.4278846154, 102.5721153846) !important;
}

.bg-green-300 {
  background-color: #cdd2c6 !important;
}

a.bg-green-300:hover, a.bg-green-300:focus,
button.bg-green-300:hover,
button.bg-green-300:focus {
  background-color: rgb(180, 187.5, 169.5) !important;
}

.bg-byline-700 {
  background-color: #87888a !important;
}

a.bg-byline-700:hover, a.bg-byline-700:focus,
button.bg-byline-700:hover,
button.bg-byline-700:focus {
  background-color: rgb(109.5949367089, 110.5316455696, 112.4050632911) !important;
}

.bg-byline-500 {
  background-color: #c5c6c8 !important;
}

a.bg-byline-500:hover, a.bg-byline-500:focus,
button.bg-byline-500:hover,
button.bg-byline-500:focus {
  background-color: rgb(170.8230088496, 172.2743362832, 175.1769911504) !important;
}

.bg-byline-400 {
  background-color: #E6E6E6 !important;
}

a.bg-byline-400:hover, a.bg-byline-400:focus,
button.bg-byline-400:hover,
button.bg-byline-400:focus {
  background-color: rgb(204.5, 204.5, 204.5) !important;
}

.bg-byline-300 {
  background-color: #eceded !important;
}

a.bg-byline-300:hover, a.bg-byline-300:focus,
button.bg-byline-300:hover,
button.bg-byline-300:focus {
  background-color: rgb(209.8108108108, 212.1891891892, 212.1891891892) !important;
}

.bg-byline-100 {
  background-color: #fafafa !important;
}

a.bg-byline-100:hover, a.bg-byline-100:focus,
button.bg-byline-100:hover,
button.bg-byline-100:focus {
  background-color: rgb(224.5, 224.5, 224.5) !important;
}

.bg-brown {
  background-color: #c1a497 !important;
}

a.bg-brown:hover, a.bg-brown:focus,
button.bg-brown:hover,
button.bg-brown:focus {
  background-color: rgb(173.9518072289, 136.0421686747, 119.0481927711) !important;
}

.bg-body-bg {
  background-color: #f0f0f0 !important;
}

a.bg-body-bg:hover, a.bg-body-bg:focus,
button.bg-body-bg:hover,
button.bg-body-bg:focus {
  background-color: rgb(214.5, 214.5, 214.5) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #4a95cc !important;
}

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

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

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

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

.border-primary-700 {
  border-color: #4a95cc !important;
}

.border-primary-500 {
  border-color: #7bafda !important;
}

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

.border-primary-1050 {
  border-color: rgb(0, 110.0445026178, 165.5) !important;
}

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

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

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

.border-red-light-500 {
  border-color: #e0979e !important;
}

.border-red-light-300 {
  border-color: #e6cad1 !important;
}

.border-red-dark {
  border-color: #9b2e29 !important;
}

.border-red-dark-500 {
  border-color: #c99e93 !important;
}

.border-red-dark-300 {
  border-color: #e7d2ce !important;
}

.border-tealish {
  border-color: #3f866c !important;
}

.border-tealish-500 {
  border-color: #adcbbf !important;
}

.border-tealish-300 {
  border-color: #d6e3dd !important;
}

.border-green {
  border-color: #336d37 !important;
}

.border-green-700 {
  border-color: #648c4e !important;
}

.border-green-500 {
  border-color: #92aa84 !important;
}

.border-green-300 {
  border-color: #cdd2c6 !important;
}

.border-byline-700 {
  border-color: #87888a !important;
}

.border-byline-500 {
  border-color: #c5c6c8 !important;
}

.border-byline-400 {
  border-color: #E6E6E6 !important;
}

.border-byline-300 {
  border-color: #eceded !important;
}

.border-byline-100 {
  border-color: #fafafa !important;
}

.border-brown {
  border-color: #c1a497 !important;
}

.border-body-bg {
  border-color: #f0f0f0 !important;
}

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0 !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: 420px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 420px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-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: 420px) {
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-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;
  }
}
.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;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

.shadow {
  box-shadow: 0 2px 4px 0 rgba(70, 48, 6, 0.25) !important;
}

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

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

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

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

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

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

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

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

.w-66 {
  width: 66% !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;
}

.h-33 {
  height: 33% !important;
}

.h-66 {
  height: 66% !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;
}

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

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

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

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

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

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

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

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

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

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

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

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 420px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n3 {
    margin: -1rem !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important;
  }
  .m-xs-n4 {
    margin: -1.5rem !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xs-n5 {
    margin: -3rem !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.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: 420px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 76.1335078534, 114.5) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(128.1930232558, 87.6093023256, 10.3069767442) !important;
}

.text-success {
  color: #336d37 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(26.615625, 56.884375, 28.703125) !important;
}

.text-info {
  color: #4a95cc !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(44.2952586207, 109.4353448276, 157.2047413793) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(120.2219730942, 33.5044843049, 26.2780269058) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-primary-700 {
  color: #4a95cc !important;
}

a.text-primary-700:hover, a.text-primary-700:focus {
  color: rgb(44.2952586207, 109.4353448276, 157.2047413793) !important;
}

.text-primary-500 {
  color: #7bafda !important;
}

a.text-primary-500:hover, a.text-primary-500:focus {
  color: rgb(63.2485207101, 138.7869822485, 201.2514792899) !important;
}

.text-primary-300 {
  color: #afc8e5 !important;
}

a.text-primary-300:hover, a.text-primary-300:focus {
  color: rgb(117.2641509434, 160.3066037736, 210.2358490566) !important;
}

.text-primary-1050 {
  color: rgb(0, 110.0445026178, 165.5) !important;
}

a.text-primary-1050:hover, a.text-primary-1050:focus {
  color: rgb(0, 59.1780104712, 89) !important;
}

.text-secondary-500 {
  color: #deb45e !important;
}

a.text-secondary-500:hover, a.text-secondary-500:focus {
  color: rgb(198.7603092784, 146.9097938144, 40.7396907216) !important;
}

.text-secondary-300 {
  color: #e9cea2 !important;
}

a.text-secondary-300:hover, a.text-secondary-300:focus {
  color: rgb(218.3652173913, 173.4043478261, 100.1347826087) !important;
}

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

a.text-red-light:hover, a.text-red-light:focus {
  color: rgb(120.2219730942, 33.5044843049, 26.2780269058) !important;
}

.text-red-light-500 {
  color: #e0979e !important;
}

a.text-red-light-500:hover, a.text-red-light-500:focus {
  color: rgb(206.4333333333, 92.0666666667, 103.0333333333) !important;
}

.text-red-light-300 {
  color: #e6cad1 !important;
}

a.text-red-light-300:hover, a.text-red-light-300:focus {
  color: rgb(205.4807692308, 150.0192307692, 163.8846153846) !important;
}

.text-red-dark {
  color: #9b2e29 !important;
}

a.text-red-dark:hover, a.text-red-dark:focus {
  color: rgb(94.5025510204, 28.0459183673, 24.9974489796) !important;
}

.text-red-dark-500 {
  color: #c99e93 !important;
}

a.text-red-dark-500:hover, a.text-red-dark-500:focus {
  color: rgb(175.5, 112.1944444444, 96) !important;
}

.text-red-dark-300 {
  color: #e7d2ce !important;
}

a.text-red-dark-300:hover, a.text-red-dark-300:focus {
  color: rgb(205.8493150685, 162.8424657534, 154.6506849315) !important;
}

.text-tealish {
  color: #3f866c !important;
}

a.text-tealish:hover, a.text-tealish:focus {
  color: rgb(38.5355329949, 81.9644670051, 66.0609137056) !important;
}

.text-tealish-500 {
  color: #adcbbf !important;
}

a.text-tealish-500:hover, a.text-tealish-500:focus {
  color: rgb(126.1865671642, 173.3134328358, 154.4626865672) !important;
}

.text-tealish-300 {
  color: #d6e3dd !important;
}

a.text-tealish-300:hover, a.text-tealish-300:focus {
  color: rgb(168.5434782609, 195.9565217391, 183.3043478261) !important;
}

.text-green {
  color: #336d37 !important;
}

a.text-green:hover, a.text-green:focus {
  color: rgb(26.615625, 56.884375, 28.703125) !important;
}

.text-green-700 {
  color: #648c4e !important;
}

a.text-green-700:hover, a.text-green-700:focus {
  color: rgb(64.9082568807, 90.871559633, 50.628440367) !important;
}

.text-green-500 {
  color: #92aa84 !important;
}

a.text-green-500:hover, a.text-green-500:focus {
  color: rgb(107.3293269231, 133.3485576923, 92.1514423077) !important;
}

.text-green-300 {
  color: #cdd2c6 !important;
}

a.text-green-300:hover, a.text-green-300:focus {
  color: rgb(167.5, 176.25, 155.25) !important;
}

.text-byline-700 {
  color: #87888a !important;
}

a.text-byline-700:hover, a.text-byline-700:focus {
  color: rgb(97.0063291139, 97.835443038, 99.4936708861) !important;
}

.text-byline-500 {
  color: #c5c6c8 !important;
}

a.text-byline-500:hover, a.text-byline-500:focus {
  color: rgb(157.7345132743, 159.4115044248, 162.7654867257) !important;
}

.text-byline-400 {
  color: #E6E6E6 !important;
}

a.text-byline-400:hover, a.text-byline-400:focus {
  color: rgb(191.75, 191.75, 191.75) !important;
}

.text-byline-300 {
  color: #eceded !important;
}

a.text-byline-300:hover, a.text-byline-300:focus {
  color: rgb(196.7162162162, 199.7837837838, 199.7837837838) !important;
}

.text-byline-100 {
  color: #fafafa !important;
}

a.text-byline-100:hover, a.text-byline-100:focus {
  color: rgb(211.75, 211.75, 211.75) !important;
}

.text-brown {
  color: #c1a497 !important;
}

a.text-brown:hover, a.text-brown:focus {
  color: rgb(164.4277108434, 122.063253012, 103.0722891566) !important;
}

.text-body-bg {
  color: #f0f0f0 !important;
}

a.text-body-bg:hover, a.text-body-bg:focus {
  color: rgb(201.75, 201.75, 201.75) !important;
}

.text-body {
  color: #212529 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.toast {
  max-width: 50rem;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

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

.gw-rounded-box {
  background-color: white;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(70, 48, 6, 0.25);
  padding: 1rem;
  position: relative;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .gw-rounded-box {
    padding: 1.5rem;
  }
}

.gw-crosslink.gw-orange {
  background-color: #deb45e !important;
}

.gw-stickynote.gw-orange .gw-behind span {
  background-color: rgb(174.8103092784, 138.6769813144, 64.6896907216) !important;
  box-shadow: 0.5rem 0 0 rgb(174.8103092784, 138.6769813144, 64.6896907216), -0.25rem 0 0 rgb(174.8103092784, 138.6769813144, 64.6896907216);
  background-color: rgb(174.8103092784, 138.6769813144, 64.6896907216);
}

.gw-crosslink.gw-red {
  background-color: #e0979e !important;
}

.gw-stickynote.gw-red .gw-behind span {
  background-color: rgb(185.2833333333, 113.2166666667, 120.1271689498) !important;
  box-shadow: 0.5rem 0 0 rgb(185.2833333333, 113.2166666667, 120.1271689498), -0.25rem 0 0 rgb(185.2833333333, 113.2166666667, 120.1271689498);
  background-color: rgb(185.2833333333, 113.2166666667, 120.1271689498);
}

.gw-crosslink.gw-green {
  background-color: #92aa84 !important;
}

.gw-stickynote.gw-green .gw-behind span {
  background-color: rgb(112.75, 112.75, 112.75) !important;
  box-shadow: 0.5rem 0 0 rgb(112.75, 112.75, 112.75), -0.25rem 0 0 rgb(112.75, 112.75, 112.75);
  background-color: rgb(112.75, 112.75, 112.75);
}

.gw-crosslink.gw-teal {
  background-color: rgb(76.047715736, 161.752284264, 130.3675126904) !important;
}

.gw-stickynote.gw-teal .gw-behind span {
  background-color: rgb(67.713248731, 93.586751269, 84.1119475227) !important;
  box-shadow: 0.5rem 0 0 rgb(67.713248731, 93.586751269, 84.1119475227), -0.25rem 0 0 rgb(67.713248731, 93.586751269, 84.1119475227);
  background-color: rgb(67.713248731, 93.586751269, 84.1119475227);
}

.gw-crosslink.gw-red-dark {
  background-color: rgb(210.6530612245, 92.7551020408, 87.3469387755) !important;
}

.gw-stickynote.gw-red-dark .gw-behind span {
  background-color: rgb(153.0158163265, 72.1917114214, 68.4841836735) !important;
  box-shadow: 0.5rem 0 0 rgb(153.0158163265, 72.1917114214, 68.4841836735), -0.25rem 0 0 rgb(153.0158163265, 72.1917114214, 68.4841836735);
  background-color: rgb(153.0158163265, 72.1917114214, 68.4841836735);
}

.gw-crosslink.gw-blue {
  background-color: #7bafda !important;
}

.gw-stickynote.gw-blue .gw-behind span {
  background-color: rgb(87.7985207101, 136.4611927748, 176.7014792899) !important;
  box-shadow: 0.5rem 0 0 rgb(87.7985207101, 136.4611927748, 176.7014792899), -0.25rem 0 0 rgb(87.7985207101, 136.4611927748, 176.7014792899);
  background-color: rgb(87.7985207101, 136.4611927748, 176.7014792899);
}

.gw-rot00 {
  transform: rotate(0deg);
}
.gw-rot00 [class*=-derotate] {
  transform: rotate(0deg);
}
.gw-rot00:hover {
  transform: rotate(0deg);
}
.gw-rot00:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot01 {
  transform: rotate(-2.3deg);
}
.gw-rot01 [class*=-derotate] {
  transform: rotate(2.3deg);
}
.gw-rot01:hover {
  transform: rotate(0deg);
}
.gw-rot01:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot02 {
  transform: rotate(5deg);
}
.gw-rot02 [class*=-derotate] {
  transform: rotate(-5deg);
}
.gw-rot02:hover {
  transform: rotate(0deg);
}
.gw-rot02:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot03 {
  transform: rotate(-1.7deg);
}
.gw-rot03 [class*=-derotate] {
  transform: rotate(1.7deg);
}
.gw-rot03:hover {
  transform: rotate(0deg);
}
.gw-rot03:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot04 {
  transform: rotate(1.4deg);
}
.gw-rot04 [class*=-derotate] {
  transform: rotate(-1.4deg);
}
.gw-rot04:hover {
  transform: rotate(0deg);
}
.gw-rot04:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot05 {
  transform: rotate(-3.4deg);
}
.gw-rot05 [class*=-derotate] {
  transform: rotate(3.4deg);
}
.gw-rot05:hover {
  transform: rotate(0deg);
}
.gw-rot05:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot06 {
  transform: rotate(2.1deg);
}
.gw-rot06 [class*=-derotate] {
  transform: rotate(-2.1deg);
}
.gw-rot06:hover {
  transform: rotate(0deg);
}
.gw-rot06:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot07 {
  transform: rotate(-1.25deg);
}
.gw-rot07 [class*=-derotate] {
  transform: rotate(1.25deg);
}
.gw-rot07:hover {
  transform: rotate(0deg);
}
.gw-rot07:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot08 {
  transform: rotate(4.3deg);
}
.gw-rot08 [class*=-derotate] {
  transform: rotate(-4.3deg);
}
.gw-rot08:hover {
  transform: rotate(0deg);
}
.gw-rot08:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot09 {
  transform: rotate(-2.7deg);
}
.gw-rot09 [class*=-derotate] {
  transform: rotate(2.7deg);
}
.gw-rot09:hover {
  transform: rotate(0deg);
}
.gw-rot09:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot10 {
  transform: rotate(1.8deg);
}
.gw-rot10 [class*=-derotate] {
  transform: rotate(-1.8deg);
}
.gw-rot10:hover {
  transform: rotate(0deg);
}
.gw-rot10:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot11 {
  transform: rotate(-4.6deg);
}
.gw-rot11 [class*=-derotate] {
  transform: rotate(4.6deg);
}
.gw-rot11:hover {
  transform: rotate(0deg);
}
.gw-rot11:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot12 {
  transform: rotate(3.2deg);
}
.gw-rot12 [class*=-derotate] {
  transform: rotate(-3.2deg);
}
.gw-rot12:hover {
  transform: rotate(0deg);
}
.gw-rot12:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.embed-responsive-5by4::before {
  padding-top: 80%;
}

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

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

.w-66 {
  width: 66% !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;
}

.h-33 {
  height: 33% !important;
}

.h-66 {
  height: 66% !important;
}

@media (min-width: 420px) {
  .w-xs-25 {
    width: 25% !important;
  }
  .w-xs-50 {
    width: 50% !important;
  }
  .w-xs-75 {
    width: 75% !important;
  }
  .w-xs-100 {
    width: 100% !important;
  }
  .w-xs-auto {
    width: auto !important;
  }
  .w-xs-33 {
    width: 33% !important;
  }
  .w-xs-66 {
    width: 66% !important;
  }
  .h-xs-25 {
    height: 25% !important;
  }
  .h-xs-50 {
    height: 50% !important;
  }
  .h-xs-75 {
    height: 75% !important;
  }
  .h-xs-100 {
    height: 100% !important;
  }
  .h-xs-auto {
    height: auto !important;
  }
  .h-xs-33 {
    height: 33% !important;
  }
  .h-xs-66 {
    height: 66% !important;
  }
}
@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-33 {
    width: 33% !important;
  }
  .w-sm-66 {
    width: 66% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-33 {
    height: 33% !important;
  }
  .h-sm-66 {
    height: 66% !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-33 {
    width: 33% !important;
  }
  .w-md-66 {
    width: 66% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .h-md-33 {
    height: 33% !important;
  }
  .h-md-66 {
    height: 66% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-33 {
    width: 33% !important;
  }
  .w-lg-66 {
    width: 66% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-33 {
    height: 33% !important;
  }
  .h-lg-66 {
    height: 66% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-33 {
    width: 33% !important;
  }
  .w-xl-66 {
    width: 66% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .h-xl-33 {
    height: 33% !important;
  }
  .h-xl-66 {
    height: 66% !important;
  }
}
.gw-orange {
  background-color: #deb45e !important;
}

.gw-red {
  background-color: #e0979e !important;
}

.gw-green {
  background-color: #92aa84 !important;
}

.gw-teal {
  background-color: rgb(76.047715736, 161.752284264, 130.3675126904) !important;
}

.gw-red-dark {
  background-color: rgb(210.6530612245, 92.7551020408, 87.3469387755) !important;
}

.gw-blue {
  background-color: #7bafda !important;
}

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

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

.col10-1 {
  flex: 0 0 10%;
  max-width: 10%;
}

.col10-2 {
  flex: 0 0 20%;
  max-width: 20%;
}

.col10-3 {
  flex: 0 0 30%;
  max-width: 30%;
}

.col10-4 {
  flex: 0 0 40%;
  max-width: 40%;
}

.col10-5 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col10-6 {
  flex: 0 0 60%;
  max-width: 60%;
}

.col10-7 {
  flex: 0 0 70%;
  max-width: 70%;
}

.col10-8 {
  flex: 0 0 80%;
  max-width: 80%;
}

.col10-9 {
  flex: 0 0 90%;
  max-width: 90%;
}

.col10-10 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order10-first {
  order: -1;
}

.order10-1 {
  order: 1;
}

.order10-2 {
  order: 2;
}

.order10-3 {
  order: 3;
}

.order10-4 {
  order: 4;
}

.order10-5 {
  order: 5;
}

.order10-6 {
  order: 6;
}

.order10-7 {
  order: 7;
}

.order10-8 {
  order: 8;
}

.order10-9 {
  order: 9;
}

.order10-10 {
  order: 10;
}

.offset10-1 {
  margin-left: 10%;
}

.offset10-2 {
  margin-left: 20%;
}

.offset10-3 {
  margin-left: 30%;
}

.offset10-4 {
  margin-left: 40%;
}

.offset10-5 {
  margin-left: 50%;
}

.offset10-6 {
  margin-left: 60%;
}

.offset10-7 {
  margin-left: 70%;
}

.offset10-8 {
  margin-left: 80%;
}

.offset10-9 {
  margin-left: 90%;
}

@media (min-width: 420px) {
  .col10-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col10-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col10-xs-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col10-xs-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col10-xs-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col10-xs-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col10-xs-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col10-xs-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col10-xs-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col10-xs-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col10-xs-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col10-xs-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order10-xs-first {
    order: -1;
  }
  .order10-xs-1 {
    order: 1;
  }
  .order10-xs-2 {
    order: 2;
  }
  .order10-xs-3 {
    order: 3;
  }
  .order10-xs-4 {
    order: 4;
  }
  .order10-xs-5 {
    order: 5;
  }
  .order10-xs-6 {
    order: 6;
  }
  .order10-xs-7 {
    order: 7;
  }
  .order10-xs-8 {
    order: 8;
  }
  .order10-xs-9 {
    order: 9;
  }
  .order10-xs-10 {
    order: 10;
  }
  .offset10-xs-0 {
    margin-left: 0;
  }
  .offset10-xs-1 {
    margin-left: 10%;
  }
  .offset10-xs-2 {
    margin-left: 20%;
  }
  .offset10-xs-3 {
    margin-left: 30%;
  }
  .offset10-xs-4 {
    margin-left: 40%;
  }
  .offset10-xs-5 {
    margin-left: 50%;
  }
  .offset10-xs-6 {
    margin-left: 60%;
  }
  .offset10-xs-7 {
    margin-left: 70%;
  }
  .offset10-xs-8 {
    margin-left: 80%;
  }
  .offset10-xs-9 {
    margin-left: 90%;
  }
}
@media (min-width: 576px) {
  .col10-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col10-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col10-sm-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col10-sm-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col10-sm-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col10-sm-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col10-sm-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col10-sm-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col10-sm-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col10-sm-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col10-sm-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col10-sm-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order10-sm-first {
    order: -1;
  }
  .order10-sm-1 {
    order: 1;
  }
  .order10-sm-2 {
    order: 2;
  }
  .order10-sm-3 {
    order: 3;
  }
  .order10-sm-4 {
    order: 4;
  }
  .order10-sm-5 {
    order: 5;
  }
  .order10-sm-6 {
    order: 6;
  }
  .order10-sm-7 {
    order: 7;
  }
  .order10-sm-8 {
    order: 8;
  }
  .order10-sm-9 {
    order: 9;
  }
  .order10-sm-10 {
    order: 10;
  }
  .offset10-sm-0 {
    margin-left: 0;
  }
  .offset10-sm-1 {
    margin-left: 10%;
  }
  .offset10-sm-2 {
    margin-left: 20%;
  }
  .offset10-sm-3 {
    margin-left: 30%;
  }
  .offset10-sm-4 {
    margin-left: 40%;
  }
  .offset10-sm-5 {
    margin-left: 50%;
  }
  .offset10-sm-6 {
    margin-left: 60%;
  }
  .offset10-sm-7 {
    margin-left: 70%;
  }
  .offset10-sm-8 {
    margin-left: 80%;
  }
  .offset10-sm-9 {
    margin-left: 90%;
  }
}
@media (min-width: 768px) {
  .col10-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col10-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col10-md-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col10-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col10-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col10-md-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col10-md-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col10-md-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col10-md-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col10-md-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col10-md-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col10-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order10-md-first {
    order: -1;
  }
  .order10-md-1 {
    order: 1;
  }
  .order10-md-2 {
    order: 2;
  }
  .order10-md-3 {
    order: 3;
  }
  .order10-md-4 {
    order: 4;
  }
  .order10-md-5 {
    order: 5;
  }
  .order10-md-6 {
    order: 6;
  }
  .order10-md-7 {
    order: 7;
  }
  .order10-md-8 {
    order: 8;
  }
  .order10-md-9 {
    order: 9;
  }
  .order10-md-10 {
    order: 10;
  }
  .offset10-md-0 {
    margin-left: 0;
  }
  .offset10-md-1 {
    margin-left: 10%;
  }
  .offset10-md-2 {
    margin-left: 20%;
  }
  .offset10-md-3 {
    margin-left: 30%;
  }
  .offset10-md-4 {
    margin-left: 40%;
  }
  .offset10-md-5 {
    margin-left: 50%;
  }
  .offset10-md-6 {
    margin-left: 60%;
  }
  .offset10-md-7 {
    margin-left: 70%;
  }
  .offset10-md-8 {
    margin-left: 80%;
  }
  .offset10-md-9 {
    margin-left: 90%;
  }
}
@media (min-width: 992px) {
  .col10-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col10-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col10-lg-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col10-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col10-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col10-lg-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col10-lg-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col10-lg-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col10-lg-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col10-lg-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col10-lg-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col10-lg-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order10-lg-first {
    order: -1;
  }
  .order10-lg-1 {
    order: 1;
  }
  .order10-lg-2 {
    order: 2;
  }
  .order10-lg-3 {
    order: 3;
  }
  .order10-lg-4 {
    order: 4;
  }
  .order10-lg-5 {
    order: 5;
  }
  .order10-lg-6 {
    order: 6;
  }
  .order10-lg-7 {
    order: 7;
  }
  .order10-lg-8 {
    order: 8;
  }
  .order10-lg-9 {
    order: 9;
  }
  .order10-lg-10 {
    order: 10;
  }
  .offset10-lg-0 {
    margin-left: 0;
  }
  .offset10-lg-1 {
    margin-left: 10%;
  }
  .offset10-lg-2 {
    margin-left: 20%;
  }
  .offset10-lg-3 {
    margin-left: 30%;
  }
  .offset10-lg-4 {
    margin-left: 40%;
  }
  .offset10-lg-5 {
    margin-left: 50%;
  }
  .offset10-lg-6 {
    margin-left: 60%;
  }
  .offset10-lg-7 {
    margin-left: 70%;
  }
  .offset10-lg-8 {
    margin-left: 80%;
  }
  .offset10-lg-9 {
    margin-left: 90%;
  }
}
@media (min-width: 1200px) {
  .col10-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col10-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col10-xl-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col10-xl-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col10-xl-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col10-xl-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col10-xl-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col10-xl-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col10-xl-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col10-xl-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col10-xl-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col10-xl-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order10-xl-first {
    order: -1;
  }
  .order10-xl-1 {
    order: 1;
  }
  .order10-xl-2 {
    order: 2;
  }
  .order10-xl-3 {
    order: 3;
  }
  .order10-xl-4 {
    order: 4;
  }
  .order10-xl-5 {
    order: 5;
  }
  .order10-xl-6 {
    order: 6;
  }
  .order10-xl-7 {
    order: 7;
  }
  .order10-xl-8 {
    order: 8;
  }
  .order10-xl-9 {
    order: 9;
  }
  .order10-xl-10 {
    order: 10;
  }
  .offset10-xl-0 {
    margin-left: 0;
  }
  .offset10-xl-1 {
    margin-left: 10%;
  }
  .offset10-xl-2 {
    margin-left: 20%;
  }
  .offset10-xl-3 {
    margin-left: 30%;
  }
  .offset10-xl-4 {
    margin-left: 40%;
  }
  .offset10-xl-5 {
    margin-left: 50%;
  }
  .offset10-xl-6 {
    margin-left: 60%;
  }
  .offset10-xl-7 {
    margin-left: 70%;
  }
  .offset10-xl-8 {
    margin-left: 80%;
  }
  .offset10-xl-9 {
    margin-left: 90%;
  }
}
.minw-1 {
  min-width: 1rem;
}

.minw-2 {
  min-width: 2rem;
}

.minw-3 {
  min-width: 3rem;
}

.minw-4 {
  min-width: 4rem;
}

.minw-5 {
  min-width: 5rem;
}

.minw-6 {
  min-width: 6rem;
}

.minw-7 {
  min-width: 7rem;
}

.minw-8 {
  min-width: 8rem;
}

.minw-9 {
  min-width: 9rem;
}

.minw-10 {
  min-width: 10rem;
}

.minw-11 {
  min-width: 11rem;
}

.minw-12 {
  min-width: 12rem;
}

.minw-13 {
  min-width: 13rem;
}

.minw-14 {
  min-width: 14rem;
}

.minw-15 {
  min-width: 15rem;
}

.h-90 {
  height: 90%;
}

.hyphens-auto {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

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

.gw-colcount-2 {
  column-count: 2;
}

.gw-border-bottom-primary {
  border-bottom: 1px solid #007fbf;
}

.gw-border-bottom-secondary {
  border-bottom: 1px solid #c78810;
}

.gw-border-bottom-success {
  border-bottom: 1px solid #336d37;
}

.gw-border-bottom-info {
  border-bottom: 1px solid #4a95cc;
}

.gw-border-bottom-warning {
  border-bottom: 1px solid #ffc107;
}

.gw-border-bottom-danger {
  border-bottom: 1px solid #b73328;
}

.gw-border-bottom-light {
  border-bottom: 1px solid #f8f9fa;
}

.gw-border-bottom-dark {
  border-bottom: 1px solid #343a40;
}

.gw-border-bottom-primary-700 {
  border-bottom: 1px solid #4a95cc;
}

.gw-border-bottom-primary-500 {
  border-bottom: 1px solid #7bafda;
}

.gw-border-bottom-primary-300 {
  border-bottom: 1px solid #afc8e5;
}

.gw-border-bottom-primary-1050 {
  border-bottom: 1px solid rgb(0, 110.0445026178, 165.5);
}

.gw-border-bottom-secondary-500 {
  border-bottom: 1px solid #deb45e;
}

.gw-border-bottom-secondary-300 {
  border-bottom: 1px solid #e9cea2;
}

.gw-border-bottom-red-light {
  border-bottom: 1px solid #b73328;
}

.gw-border-bottom-red-light-500 {
  border-bottom: 1px solid #e0979e;
}

.gw-border-bottom-red-light-300 {
  border-bottom: 1px solid #e6cad1;
}

.gw-border-bottom-red-dark {
  border-bottom: 1px solid #9b2e29;
}

.gw-border-bottom-red-dark-500 {
  border-bottom: 1px solid #c99e93;
}

.gw-border-bottom-red-dark-300 {
  border-bottom: 1px solid #e7d2ce;
}

.gw-border-bottom-tealish {
  border-bottom: 1px solid #3f866c;
}

.gw-border-bottom-tealish-500 {
  border-bottom: 1px solid #adcbbf;
}

.gw-border-bottom-tealish-300 {
  border-bottom: 1px solid #d6e3dd;
}

.gw-border-bottom-green {
  border-bottom: 1px solid #336d37;
}

.gw-border-bottom-green-700 {
  border-bottom: 1px solid #648c4e;
}

.gw-border-bottom-green-500 {
  border-bottom: 1px solid #92aa84;
}

.gw-border-bottom-green-300 {
  border-bottom: 1px solid #cdd2c6;
}

.gw-border-bottom-byline-700 {
  border-bottom: 1px solid #87888a;
}

.gw-border-bottom-byline-500 {
  border-bottom: 1px solid #c5c6c8;
}

.gw-border-bottom-byline-400 {
  border-bottom: 1px solid #E6E6E6;
}

.gw-border-bottom-byline-300 {
  border-bottom: 1px solid #eceded;
}

.gw-border-bottom-byline-100 {
  border-bottom: 1px solid #fafafa;
}

.gw-border-bottom-brown {
  border-bottom: 1px solid #c1a497;
}

.gw-border-bottom-body-bg {
  border-bottom: 1px solid #f0f0f0;
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.gw-first-letter-capitalized::first-letter {
  text-transform: capitalize;
}

@font-face {
  src: url("../fonts/FoobarPro-Regular/font.eot");
  font-family: "FoobarPro-Regular";
  font-display: swap;
  src: url("../fonts/FoobarPro-Regular/font.woff2") format("woff2"), url("../fonts/FoobarPro-Regular/font.woff") format("woff"), url("../fonts/FoobarPro-Regular/font.eot?#iefix") format("embedded-opentype"), url("../fonts/FoobarPro-Regular/font.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Lato/Lato-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Lato/Lato-ThinItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Lato/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Lato/Lato-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Lato/Lato-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Lato/Lato-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Lato/Lato-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Lato/Lato-BlackItalic.ttf") format("truetype");
}
body {
  position: relative;
  line-height: 1.5;
}
body.gw-overhide {
  background-color: #4a95cc;
}
@media (min-width: 420px) {
  body.gw-overhide {
    background-color: #f0f0f0;
  }
}

@media (min-width: 768px) {
  body {
    line-height: 1.4;
  }
}
@media (min-width: 420px) {
  .gw-keybox .container,
  .gw-navbox {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .gw-keybox .container,
  .gw-navbox {
    max-width: 1200px;
  }
}
.gw-overhide {
  overflow-x: hidden;
  width: 100%;
}

header {
  background: #fff;
  position: relative;
  z-index: 1;
}

.gw-keybox {
  position: relative;
  background-color: rgb(225.13125, 221.6843237705, 215.11875);
}
.gw-keybox.gw-has-keyvis {
  overflow: hidden;
}
.gw-keybox.gw-has-no-keyvis {
  margin-bottom: 2rem;
}
.gw-keybox.gw-has-no-keyvis .gw-keyvis img {
  display: none;
}
.gw-keybox .gw-keyvis-back {
  position: absolute;
  filter: blur(11px) brightness(1.25) grayscale(70%);
  -webkit-filter: blur(11px) brightness(1.25) grayscale(70%);
  -moz-filter: blur(11px) brightness(1.25) grayscale(70%);
  -o-filter: blur(11px) brightness(1.25) grayscale(70%);
  -ms-filter: blur(11px) brightness(1.25) grayscale(70%);
  transform: scale(1.05);
  width: 100%;
  height: 100%;
}
.gw-keybox .gw-keyvis-back.blur-ie {
  opacity: 0.8;
}
.gw-keybox .gw-keyvis-back.blur-ie.last {
  transform: translateX(60%);
}
.gw-keybox .gw-keyvis {
  position: relative;
  background-color: rgb(199.1875, 181.6731557377, 148.3125);
  transition: transform 0.3s ease;
}
.gw-keybox .gw-keyvis.gw-is-slided {
  transform: translateX(100%);
}
@media (min-width: 420px) {
  .gw-keybox .gw-keyvis.gw-is-slided {
    transform: translateX(22em);
  }
}

html[data-agent*=Trident] .gw-keyvis-back.blur {
  display: none;
}

/* IE10+ detection */
html[data-agent*=Trident] .gw-keyvis-back.blur-ie {
  display: block;
}

.gw-login-mask-logo {
  width: 300px;
}

.gw-login-mask {
  min-width: 300px;
}

@media (min-width: 768px) {
  .gw-login-mask {
    min-width: 400px;
  }
  .gw-login-mask-logo {
    width: 400px;
  }
}
main#main {
  /*z-index: -1;*/
}

.gw-crosslinks {
  border-top: 2px solid #7bafda;
  margin-bottom: -1px;
}
.gw-crosslinks .container {
  transition: transform 0.3s ease;
}
.gw-crosslinks .container.gw-is-slided {
  transform: translateX(100%);
}
@media (min-width: 420px) {
  .gw-crosslinks .container.gw-is-slided {
    transform: translateX(22em);
  }
}

@media (min-width: 768px) {
  .gw-crosslinks {
    margin-top: 2rem;
  }
}
.gw-intrabox .container, .gw-breadbox .container {
  transition: transform 0.3s ease;
}
.gw-intrabox .container.gw-is-slided, .gw-breadbox .container.gw-is-slided {
  transform: translateX(100%);
}
@media (min-width: 420px) {
  .gw-intrabox .container.gw-is-slided, .gw-breadbox .container.gw-is-slided {
    transform: translateX(22em);
  }
}

footer {
  background-color: #7bafda;
  color: white;
  padding-top: 2rem;
}
footer .gw-footerbox .nav-link, footer .gw-footerbox address {
  font-size: 0.85rem;
}
footer .container {
  transition: transform 0.3s ease;
}
footer .container.gw-is-slided {
  transform: translateX(100%);
}
@media (min-width: 420px) {
  footer .container.gw-is-slided {
    transform: translateX(22em);
  }
}

sup {
  font-weight: 300 !important;
}

mark {
  color: #c78810;
  background-color: rgb(247.6347826087, 238.5956521739, 223.8652173913);
}

blockquote p {
  position: relative;
  font-size: 1.8rem !important;
  font-style: italic;
  color: rgb(160.8227848101, 161.6075949367, 163.1772151899);
  margin: 3rem 2rem;
}
@media (min-width: 768px) {
  blockquote p {
    margin: 4rem;
  }
}
blockquote p {
  line-height: 1.7;
  quotes: "“" "”";
}
blockquote p:before {
  content: open-quote;
  position: absolute;
  top: 0.2em;
  left: -0.15em;
  color: rgba(0, 0, 0, 0.06);
  font-size: 6em;
  line-height: 1.5rem;
  font-family: Arial, serif;
}
blockquote p:after {
  content: close-quote;
  position: absolute;
  bottom: -0.3em;
  color: rgba(0, 0, 0, 0.06);
  font-size: 6em;
  line-height: 1.5rem;
  font-family: Arial, serif;
}

.dropdown-item.active, .dropdown-item:active {
  color: #000;
}

@media (min-width: 992px) {
  @supports (position: sticky) {
    .gw-lg-sticky-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
}
@media (min-width: 768px) {
  @supports (position: sticky) {
    .sticky-top {
      position: -webkit-sticky;
    }
  }
}
::selection {
  background: #c78810;
  color: white;
}

.lead a {
  font-weight: 500;
}

.gw-logo {
  max-width: 68%;
}

@media (min-width: 420px) {
  .gw-logo {
    max-width: 72%;
  }
}
@media (min-width: 768px) {
  .gw-logo {
    max-width: 300px;
  }
}
.gw-topbar {
  z-index: 3;
  position: relative;
}
.gw-topbar.fixed-top {
  position: fixed;
}
.gw-topbar.navbar-light .navbar-toggler {
  border: none;
  padding-right: 0;
}
.gw-topbar.navbar-light .navbar-toggler:focus {
  outline: none;
}
.gw-topbar.navbar-light .navbar-toggler > i {
  font-size: 5vw;
}
@media (min-width: 420px) {
  .gw-topbar.navbar-light .navbar-toggler > i {
    font-size: 1.5rem;
  }
}
.gw-topbar.navbar {
  padding-left: 0;
  padding-right: 0;
}
.gw-topbar .nav-item.gw-iconitem {
  display: inline;
}
.gw-topbar .nav-item.gw-iconitem a {
  display: inline-block;
}
.gw-topbar .gw-login-indicator {
  font-size: 4.5vw;
  margin-left: 1.25vw;
  color: #c78810;
}
@media (min-width: 420px) {
  .gw-topbar .gw-login-indicator {
    font-size: 3.25vw;
  }
}

.gw-metabox .nav-link {
  color: #212529 !important;
  font-weight: 200;
}
.gw-metabox .nav-link i {
  display: none;
}

@media (min-width: 768px) {
  .gw-metabox .nav-link i {
    display: inherit;
  }
  .gw-metabox .nav-link span {
    display: none;
  }
  .gw-metabox .mx-auto {
    margin-left: 1rem !important;
  }
}
@media (min-width: 992px) {
  .gw-metabox .gw-metahide .nav-link i {
    display: none;
  }
  .gw-metabox .gw-metahide .nav-link span {
    display: inherit;
  }
  .gw-metabox .mx-auto {
    margin-left: auto !important;
  }
}
.gw-langnav a {
  color: #212529;
  font-weight: 200;
}
.gw-langnav .dropdown-menu {
  min-width: inherit;
  border-radius: 0;
  margin-top: -0.5rem;
}
.gw-langnav .dropdown-menu a.active {
  display: none;
}
.gw-langnav .dropdown-item {
  padding: 0.25rem 0.75rem;
}
.gw-langnav .dropdown-menu.show {
  display: none;
}
@media (min-width: 768px) {
  .gw-langnav .dropdown-menu.show {
    display: block;
  }
}
.gw-langnav div.dropdown-toggle::after {
  display: none;
  margin-left: 0.15em;
}
@media (min-width: 768px) {
  .gw-langnav div.dropdown-toggle::after {
    display: inline-block;
  }
  .gw-langnav .gw-inline-a:not(.active) {
    display: none;
  }
}

@media (min-width: 992px) {
  .gw-metahide {
    display: inherit;
  }
}
.gw-inline-a {
  padding-right: 1rem;
}
.gw-inline-a.active {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .gw-inline-a {
    padding-right: 0;
  }
  .gw-inline-a.active {
    opacity: 1;
  }
}
.gw-loginnav {
  position: absolute;
  right: 0;
  bottom: 0.75rem;
}
.gw-loginnav .gw-tinytext {
  margin: -0.5rem 0 1rem;
}
@media (min-width: 768px) {
  .gw-loginnav > a {
    max-width: 6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (min-width: 992px) {
  .gw-loginnav > a {
    max-width: 20rem;
  }
}
.gw-loginnav a {
  font-weight: 400;
}
.gw-loginnav a i:before {
  margin-right: 0.33rem;
}
.gw-loginnav .dropdown-menu {
  border-radius: 0;
  max-width: 30rem;
}
.gw-loginnav .dropdown-menu.dropdown-menu-right {
  right: 0;
  left: auto;
}
.gw-loginnav .dropdown-menu .form-group {
  margin-bottom: 0.33rem;
}
.gw-loginnav .dropdown-menu .gw-login-button {
  padding-left: 2rem;
  padding-right: 2rem;
}
.gw-loginnav .dropdown-item {
  padding: 0.25rem 0.75rem;
}
.gw-loginnav form.dropdown-item {
  margin-bottom: 0;
}
.gw-loginnav .btn-sm, .gw-loginnav .btn-group-sm > .btn {
  font-size: inherit;
  padding: 0.1rem 0.5rem;
}
.gw-loginnav .gw-login-button {
  margin-top: 0.5rem;
}
.gw-loginnav .gw-loginnav-button {
  padding-left: 2rem;
  padding-right: 2rem;
}

.gw-login-true .gw-dropdown-login-false {
  display: none;
}
.gw-login-true .gw-dropdown-login-true [class^=gw-dropdown-items-] {
  display: none;
}
.gw-login-true .gw-loginnav > a i:before {
  content: "\e950";
}
.gw-login-true .gw-loginnav .dropdown-menu {
  min-width: none;
}

.gw-login-false .gw-dropdown-login-true {
  display: none;
}
.gw-login-false .gw-loginnav .dropdown-menu {
  min-width: 260px;
}
@media (min-width: 576px) {
  .gw-login-false .gw-loginnav .dropdown-menu {
    min-width: 300px;
  }
}
.gw-login-false .gw-login-indicator {
  display: none !important;
}

@media (min-width: 992px) {
  .gw-loginnav {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
.gw-keyvis {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.gw-keyvis img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 100vh;
  transition: max-height 0.3s ease;
}

.gw-colorbar {
  height: 0.677rem;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(74, 149, 204, 0.5);
  z-index: 0;
}

@media (min-width: 768px) {
  .gw-colorbar {
    height: 1rem;
  }
}
/* add by gateway.one */
header {
  z-index: 3;
}

.gw-footerbox {
  margin-bottom: 2em;
}
.gw-footerbox h4 {
  font-size: 0.6rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.gw-footerbox a,
.gw-footerbox .nav-link {
  color: #fff;
  transition: color 0.3s ease;
}
.gw-footerbox a:not(.btn):hover,
.gw-footerbox .nav-link:not(.btn):hover {
  color: rgb(0, 76.1335078534, 114.5);
  text-decoration: none;
}
.gw-footerbox .nav-link {
  padding: 0;
}
.gw-footerbox .gw-socialbox i {
  font-size: 2.4rem;
}
.gw-footerbox .gw-socialbox a.col {
  margin-bottom: 0.33rem;
  opacity: 0.75;
  transition: opacity 0.3s ease, color 0.3s ease;
  max-width: 3rem;
}
.gw-footerbox .gw-socialbox a.col:hover {
  opacity: 1;
}
.gw-footerbox .gw-iconbox i {
  font-size: 1.4rem;
}
.gw-footerbox .gw-iconbox a.col {
  margin-bottom: 0.33rem;
  opacity: 0.75;
  transition: opacity 0.3s ease, color 0.3s ease;
  max-width: 2.5rem;
}
.gw-footerbox .gw-iconbox a.col:hover {
  opacity: 1;
}
.gw-footerbox address {
  margin-bottom: 0;
}

footer .gw-close {
  background-color: #7bafda;
  height: 3em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 575.98px) {
  .gw-footerbox a.nav-link {
    padding: 0.75rem 0;
    font-size: 1rem;
  }
  .gw-footerbox .gw-socialbox a.col {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-bottom: 0;
  }
  .gw-footerbox .gw-langnav a {
    margin: 0 !important;
    padding-right: 1.8rem;
  }
}
.gw-menu {
  position: absolute;
  top: 0;
  z-index: 1;
  /*width: 100%;*/
}

.gw-menutoggler {
  background-color: #7bafda;
  display: inline-block;
  padding: 0.25em;
  line-height: 1;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.gw-menutoggler:hover {
  background-color: #007fbf;
}
.gw-menutoggler.gw-menu-open {
  width: 100%;
  text-align: left;
}
.gw-menutoggler.gw-menu-open i:before {
  content: "\e934";
}

@media (min-width: 420px) {
  .gw-menu,
  .gw-menutoggler.gw-menu-open {
    width: auto;
  }
}
.gw-globalnav {
  position: absolute;
  top: 0;
  width: 0;
  padding-bottom: 2rem;
  min-height: 33rem;
  height: 900px;
  background: #4a95cc none repeat scroll 0 0;
  overflow: hidden;
  transition: width 0.3s ease, height 0.3s ease;
}
.gw-globalnav:not(.gw-is-slided) {
  height: 900px !important;
}
.gw-globalnav.gw-is-slided {
  width: 100%;
}
@media (min-width: 420px) {
  .gw-globalnav.gw-is-slided {
    width: 22em;
  }
}
.gw-globalnav.gw-is-slided ul {
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s ease 0.2s;
}
.gw-globalnav a {
  color: #fff;
}
.gw-globalnav ul {
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
  opacity: 0;
  transition: opacity 0.1s ease;
  background-color: #4a95cc;
  padding: 0;
  margin: 0;
}
.gw-globalnav ul.gw-level-shown {
  width: 100%;
}
@media (min-width: 420px) {
  .gw-globalnav ul.gw-level-shown {
    width: 22em;
  }
}
.gw-globalnav ul ul.gw-level-hidden {
  left: -100%;
  transition: left 0.3s ease;
}
.gw-globalnav ul ul.gw-level-shown {
  left: 0;
  transition: left 0.3s ease;
}
.gw-globalnav ul.gw-level-parent > li:not(.gw-sub-open) {
  position: relative;
  left: 100%;
  transition: left 0.3s ease;
}
.gw-globalnav ul.gw-level-parent > li:not(.gw-sub-open) .gw-level-hidden {
  visibility: hidden;
}
.gw-globalnav ul.gw-level-parent .gw-sub-open {
  border-bottom: 0;
}
.gw-globalnav ul.gw-level-parent .gw-sub-open > a, .gw-globalnav ul.gw-level-parent .gw-sub-open > .gw-nextlevel {
  display: none;
}
.gw-globalnav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.gw-globalnav ul li a {
  display: block;
  padding: 0.75rem 0.5rem 0.75rem 15px;
  font-size: 1.25rem;
  font-weight: 300;
  background-color: transparent;
  transition: background 0.3s ease;
}
.gw-globalnav ul li a.active {
  background-color: #007fbf;
  cursor: default;
}
.gw-globalnav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.gw-globalnav ul li.gw-has-sub > a {
  width: calc(100% - 3rem);
}
.gw-globalnav ul li.gw-has-sub .gw-nextlevel {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  width: 3rem;
  padding: 0.75rem 0.5rem;
  cursor: pointer;
  font-size: 1.25rem;
  background-color: transparent;
  transition: background 0.3s ease;
}
.gw-globalnav ul li.gw-has-sub .gw-nextlevel:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.gw-globalnav ul li.gw-has-sub .gw-nextlevel i {
  color: #fff;
  padding-left: 0.33rem;
}
.gw-globalnav ul li .gw-goback {
  padding: 0.75rem 0.5rem 0.75rem 12px;
  background-color: transparent;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: color 0.3s ease;
}
.gw-globalnav ul li .gw-goback i {
  color: rgba(255, 255, 255, 0.75);
  padding-right: 0.33rem;
}
.gw-globalnav ul li .gw-goback:hover {
  color: rgba(255, 255, 255, 0.8);
}
.gw-globalnav ul li .gw-goback:hover i {
  color: white;
}
@media (min-width: 420px) {
  .gw-globalnav ul li a {
    padding-left: 3rem;
  }
  .gw-globalnav ul li li.gw-goback {
    padding-left: 1.45rem;
  }
}
.gw-globalnav > ul {
  top: 97px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.gw-globalnav sup {
  position: static;
  vertical-align: super;
}

.gw-intrabox {
  background-color: #fff;
}

.navbar.gw-intrabar {
  padding-left: 0;
  padding-right: 0;
}
.navbar.gw-intrabar .navbar-nav {
  flex-wrap: wrap;
}
.navbar.gw-intrabar a {
  font-weight: 400;
}
.navbar.gw-intrabar a i {
  font-size: 1rem;
}
.navbar.gw-intrabar a i:before {
  margin-right: 0.33rem;
}
.navbar.gw-intrabar a span {
  font-size: 0.85rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .navbar.gw-intrabar a span {
    display: inline-block;
    display: initial;
  }
}
.navbar.gw-intrabar .nav-item.active .nav-link {
  background-color: rgba(175, 200, 229, 0.6);
}
.navbar.gw-intrabar.navbar-expand .navbar-nav li.nav-item:first-of-type > a {
  margin-left: -1vw;
}
.navbar.gw-intrabar .dropdown-menu {
  border-radius: 0;
  z-index: 1050;
}
.navbar.gw-intrabar .dropdown-menu a {
  font-size: 0.85rem;
  color: #007fbf;
}
.navbar.gw-intrabar .dropdown-menu a.disabled {
  color: #6c757d;
}
@media (max-width: 991.98px) {
  .navbar.gw-intrabar li:last-child .dropdown-menu {
    left: initial;
    right: 0;
  }
}
.navbar.gw-intrabar.navbar-expand .navbar-nav .nav-link {
  padding-left: 1vw;
  padding-right: 5vw;
}
@media (min-width: 768px) {
  .navbar.gw-intrabar.navbar-expand .navbar-nav .nav-link {
    padding-right: 1vw;
  }
}
.navbar.gw-intrabar.navbar-light .navbar-nav .nav-link {
  color: #007fbf;
  transition: color 0.3s ease;
}
.navbar.gw-intrabar.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(0, 76.1335078534, 114.5);
}
.navbar.gw-intrabar.navbar-light .navbar-nav .nav-link.disabled {
  color: #6c757d;
}

.gw-badge-counter {
  position: relative;
  top: -0.2rem;
  display: initial;
  vertical-align: top;
  margin-left: -0.7rem;
  background-clip: padding-box;
  font-size: 0.65rem;
  z-index: 2;
}
@media (min-width: 768px) {
  .gw-badge-counter {
    margin-right: 0.2rem;
    vertical-align: text-top;
    top: 0;
  }
}
.gw-badge-counter span {
  font-size: inherit !important;
  display: inline-block !important;
}
.gw-badge-counter + .gw-badge-counter {
  z-index: 1;
  padding-left: 0.85rem;
  margin-left: -0.85rem;
}
@media (min-width: 768px) {
  .gw-badge-counter + .gw-badge-counter {
    padding-left: 0.75rem;
  }
}

.active .gw-badge-counter {
  border: none;
}

@media (min-width: 768px) {
  .gw-intrabar .gw-badge-counter {
    top: -0.3rem;
  }
}

.gw-breadbox {
  background-color: #f0f0f0;
}
.gw-breadbox .breadcrumb {
  padding-left: 0;
  font-weight: 300;
  font-size: 0.85rem;
}
.gw-breadbox .breadcrumb-item i:before {
  margin-right: 0.25rem;
}

@media (max-width: 991.98px) {
  .navbar.gw-intrabar.gw-intrabar-inline {
    padding-right: 1rem;
  }
  .navbar.gw-intrabar.gw-intrabar-inline:after {
    content: "\e93d";
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: #87888a;
    font-family: "gateicons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  }
}
.navbar.gw-intrabar.gw-intrabar-inline .navbar-nav {
  overflow-x: auto;
}
.navbar.gw-intrabar.gw-intrabar-inline .navbar-nav .nav-link {
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .navbar.gw-intrabar.gw-intrabar-inline .navbar-nav .nav-link {
    padding-left: 2vw;
    padding-right: 2vw;
    margin-right: 0.5rem;
  }
}
.navbar.gw-intrabar.gw-intrabar-inline .navbar-nav li.nav-item:first-of-type > a {
  margin-left: 0;
}

.navbar.gw-intrabar.navbar-expand .navbar-nav .nav-link {
  padding-left: 3vw;
  padding-right: 3vw;
}
@media (min-width: 768px) {
  .navbar.gw-intrabar.navbar-expand .navbar-nav .nav-link {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

.gw-content {
  transition: transform 0.3s ease;
}
.gw-content.gw-is-slided {
  transform: translateX(100%);
}
@media (min-width: 420px) {
  .gw-content.gw-is-slided {
    transform: translateX(22em);
  }
}
.gw-content .gw-row-minheight {
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 400px;
}
.gw-content .gw-contentbox:not(.gw-aside) {
  margin-bottom: 1rem;
}
.gw-content a, .gw-content .gw-likealink {
  transition: color 0.3s ease;
}
.gw-content a:hover .gw-likealink,
.gw-content .gw-likealink:hover {
  color: rgb(128.1930232558, 87.6093023256, 10.3069767442);
}
.gw-content img {
  max-width: 100%;
  height: auto;
}
.gw-content .gw-conotation {
  border-left: 1px solid #c78810;
  padding: 0 2.2rem;
  margin-top: 0.5rem;
  font-size: 0.85rem;
}

ul.gw-stamped, .gw-stamped ul {
  padding: 0;
  list-style: none;
}
ul.gw-stamped:not(.gw-nobullets), .gw-stamped ul:not(.gw-nobullets) {
  padding-left: 1.25rem;
}
ul.gw-stamped:not(.gw-nobullets) li, .gw-stamped ul:not(.gw-nobullets) li {
  padding-left: 0.25rem;
  margin-bottom: 0.5rem;
}
ul.gw-stamped:not(.gw-nobullets) li:before, .gw-stamped ul:not(.gw-nobullets) li:before {
  font-family: "gateicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #007fbf;
  margin-left: -1.5rem;
  margin-right: 0.5rem;
}
ul.gw-stamped.gw-ul-compact li, .gw-stamped ul.gw-ul-compact li {
  margin-bottom: 0;
}

.gw-stamped.gw-ul-compact ul li {
  margin-bottom: 0;
}

ul.gw-nobullets, .gw-nobullets ul {
  padding-left: 1.5rem;
  list-style: none;
}
ul.gw-nobullets li:before, .gw-nobullets ul li:before {
  content: none;
}

[class^=float-], [class*=" float-"] {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  [class^=float-left], [class*=" float-left"],
  [class^=float-md-left], [class*=" float-md-left"] {
    margin-right: 0.5rem;
  }
  [class^=float-right], [class*=" float-right"],
  [class^=float-md-right], [class*=" float-md-right"] {
    margin-left: 0.5rem;
  }
}
.gw-aside {
  font-size: 0.9rem;
  background-color: rgb(247.65, 247.65, 247.65);
  padding-top: 1rem;
}
.gw-aside.gw-contentbox {
  padding-bottom: 2rem;
}
.gw-aside h3 {
  font-size: 1.6rem;
}
.gw-aside:empty {
  display: none;
}

@media (min-width: 768px) {
  .gw-aside {
    background: transparent;
  }
}
[class^=gw-icn-]:after, [class*=" gw-icn-"]:after {
  font-family: "gateicons" !important;
  font-size: 1rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: 0.15rem;
}

.gw-icn-outlink:after {
  content: "\e91e";
  margin-left: 0.3rem;
  margin-right: 0.15rem;
}

.gw-icn-png:after {
  content: "\e951";
}
.gw-icn-png:hover:after {
  content: "\e952";
}

.gw-icn-pdf:after {
  content: "\e953";
}
.gw-icn-pdf:hover:after {
  content: "\e954";
}

.gw-icn-mp3:after {
  content: "\e955";
}
.gw-icn-mp3:hover:after {
  content: "\e956";
}

.gw-icn-jpg:after {
  content: "\e957";
}
.gw-icn-jpg:hover:after {
  content: "\e958";
}

.gw-icn-eps:after {
  content: "\e959";
}
.gw-icn-eps:hover:after {
  content: "\e95a";
}

.gw-icn-tif:after, .gw-icn-tiff:after {
  content: "\e95b";
}
.gw-icn-tif:hover:after, .gw-icn-tiff:hover:after {
  content: "\e95c";
}

.gw-icn-doc:after {
  content: "\e95d";
}
.gw-icn-doc:hover:after {
  content: "\e95e";
}

.gw-icn-xls:after {
  content: "\e95f";
}
.gw-icn-xls:hover:after {
  content: "\e960";
}

.gw-icn-docx:after {
  content: "\e961";
}
.gw-icn-docx:hover:after {
  content: "\e962";
}

.gw-icn-ppt:after {
  content: "\e963";
}
.gw-icn-ppt:hover:after {
  content: "\e964";
}

.gw-icn-xml:after {
  content: "\e965";
}
.gw-icn-xml:hover:after {
  content: "\e966";
}

.gw-icn-xlsx:after {
  content: "\e967";
}
.gw-icn-xlsx:hover:after {
  content: "\e968";
}

.gw-icn-txt:after {
  content: "\e969";
}
.gw-icn-txt:hover:after {
  content: "\e96a";
}

.gw-icn-rtf:after {
  content: "\e96b";
}
.gw-icn-rtf:hover:after {
  content: "\e96c";
}

.gw-icn-m4v:after {
  content: "\e96d";
}
.gw-icn-m4v:hover:after {
  content: "\e96e";
}

.gw-icn-zip:after {
  content: "\e96f";
}
.gw-icn-zip:hover:after {
  content: "\e970";
}

.gw-likealink {
  color: #c78810;
}
.gw-likealink i:before {
  margin-right: 0.3rem;
}

.gw-likealink-underline:hover .gw-linktext {
  text-decoration: underline;
}

.gw-event-date {
  color: #92aa84;
}

.gw-smalltext {
  font-size: 0.85rem;
}

.gw-tinytext {
  font-size: 0.75rem;
}

div.gw-textcols-2 {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .gw-textcols-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 100px;
    -moz-column-width: 100px;
    column-width: 100px;
  }
}
.gw-contentbox h1 {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 768px) {
  .gw-contentbox h1 {
    -ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
  }
}

.gw-table-border-blue thead th, .gw-table-border-blue th, .gw-table-border-blue td {
  border-color: #afc8e5;
  border-bottom-color: #afc8e5;
}
.gw-table-border-blue .table-primary thead th, .gw-table-border-blue .table-primary th, .gw-table-border-blue .table-primary td {
  border-color: #4a95cc;
  border-bottom-color: #4a95cc;
}

.table-primary.gw-primary, .gw-primary .table-primary {
  background-color: rgb(213.4905660377, 226.4622641509, 241.5094339623);
}
.table-primary.gw-primary thead th, .gw-primary .table-primary thead th {
  border-color: #4a95cc;
}
.table-primary.gw-primary tbody td, .gw-primary .table-primary tbody td {
  border-color: #afc8e5;
}

.table-light {
  margin-bottom: 1.5rem;
  border-collapse: separate;
  border-radius: 1rem;
}
.table-light th, .table-light td, .table-light thead th {
  border-color: #eceded;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.bootstrap-table {
  margin-bottom: 1.5rem !important;
}

.gw-table-sm {
  font-size: 0.85rem;
}

.gw-table-boxes .spacer td, .gw-table-boxes .spacer th {
  background: #f0f0f0;
}
.gw-table-boxes tbody td, .gw-table-boxes thead th {
  border: none;
}

.gw-table-valign-middle td {
  vertical-align: middle;
}

.gw-table-first-column-pl-4 th:first-child,
.gw-table-first-column-pl-4 td:first-child {
  padding-left: 1.5rem;
}

figcaption {
  font-size: 0.85rem;
  margin-top: 0.33rem;
}

.btn.gw-mc-select {
  font-weight: 400;
  font-size: 1rem;
  max-width: 100%;
}

@media (min-width: 768px) {
  .btn.gw-mc-select {
    font-size: 1.25rem;
  }
}
.gw-mc-area-dropdown .dropdown-menu {
  border-radius: 0;
}

.gw-scrollblur {
  position: relative;
}
.gw-scrollblur:before, .gw-scrollblur:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  pointer-events: none;
  width: 100%;
  height: 0.25rem;
}
.gw-scrollblur:before {
  top: 0;
  background-image: linear-gradient(to top, rgba(240, 240, 240, 0), #f0f0f0 90%);
}
.gw-scrollblur:after {
  bottom: 0;
  height: 4rem;
  background-image: linear-gradient(to bottom, rgba(240, 240, 240, 0), #f0f0f0 90%);
}
.gw-scrollblur > * {
  overflow-y: auto;
  max-height: 30rem;
  padding-bottom: 4rem !important;
}
.gw-scrollblur li:last-child {
  margin-bottom: 3rem;
}

.gw-logo-grid {
  margin-top: 2rem;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.gw-logo-grid .gw-ep-logo {
  margin-bottom: 0.6rem;
}
.gw-logo-grid a.gw-ep-logo {
  transition: transform 0.4s ease;
}
.gw-logo-grid a.gw-ep-logo img {
  box-shadow: 0 0 6px rgba(70, 48, 6, 0);
  transition: box-shadow 0.4s ease;
}
.gw-logo-grid a.gw-ep-logo:hover {
  transform: scale(1.1);
  transition: transform 0.1s ease;
}
.gw-logo-grid a.gw-ep-logo:hover img {
  box-shadow: 2px 2px 6px rgba(70, 48, 6, 0.25);
  transition: box-shadow 0.1s ease;
}
.gw-logo-grid [class^=col-], .gw-logo-grid [class*=" col-"], .gw-logo-grid [class^=col10-], .gw-logo-grid [class*=" col10-"] {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.gw-list-group .list-group-item {
  border-radius: 0;
}
.gw-list-group .list-group-item.row,
.gw-list-group .list-group-item .row {
  background-color: #fff;
}
.gw-list-group .list-group-item.row > div,
.gw-list-group .list-group-item .row > div {
  margin-bottom: 0.5rem;
}
.gw-list-group .list-group-item.row > div:last-of-type,
.gw-list-group .list-group-item .row > div:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .gw-list-group .list-group-item.row > div,
  .gw-list-group .list-group-item .row > div {
    margin-bottom: 0;
  }
}
.gw-list-group .btn {
  margin-bottom: 0.25rem;
}

.gw-contentbox > .form-check {
  padding-left: 1.25rem;
}

.gw-title-byline {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 2rem;
  margin-left: 0.25rem;
}
.gw-title-byline span {
  background: rgba(135, 136, 138, 0.6);
  padding: 0.25rem 0.25rem 0.25rem 0;
  box-shadow: 0.5rem 0 0 rgba(135, 136, 138, 0.6), -0.25rem 0 0 rgba(135, 136, 138, 0.6);
  box-decoration-break: clone;
}

/* for content expense */
@media (min-width: 992px) {
  .gw-ml-lg-n {
    margin-left: -4rem;
  }
  .gw-mr-lg-n {
    margin-right: -4rem;
  }
}
.gw-translateY-12 {
  transform: translateY(12rem);
}

.gw-translateY-n3 {
  transform: translateY(-3rem);
}

@media (min-width: 992px) {
  .gw-translateY-lg-n3 {
    transform: translateY(-3rem);
  }
}
.gw-ol-airy li {
  margin-bottom: 0.5rem;
}

.gw-logo-grid a.gw-ep-logo img {
  border-radius: 0.25rem;
}

.gw-table table {
  width: 100%;
}
.gw-table table tr th {
  background-color: #4a95cc;
  color: white;
  padding: 0.5rem 1rem;
  border: 5px solid #f0f0f0;
}
.gw-table table tr th.head_0 {
  background-color: transparent;
}
.gw-table table tr td {
  background-color: #afc8e5;
  color: black;
  padding: 0.5rem 1rem;
  border: 5px solid #f0f0f0;
  text-align: right;
}
.gw-table.gw-table-bb tr:nth-child(3) td,
.gw-table.gw-table-bb tr:nth-child(4) td,
.gw-table.gw-table-bb tr:nth-child(5) td {
  background-color: #E6E6E6;
  height: 0;
}
.gw-table.gw-table-bb tr:nth-child(3) th,
.gw-table.gw-table-bb tr:nth-child(4) th,
.gw-table.gw-table-bb tr:nth-child(5) th {
  background-color: #c5c6c8;
  height: 0;
  color: black;
}
.gw-table.gw-table-regions tr th {
  background-color: #007fbf;
}
.gw-table.gw-table-regions tr td {
  background-color: #afc8e5;
  text-align: left;
}
.gw-table.gw-table-regions tr:nth-child(9) td {
  background-color: #7bafda;
}
.gw-table.gw-table-regions tr:nth-child(10) td {
  background-color: #4a95cc;
}

.gw-row-sameheight > [class*=col] {
  display: flex;
}
.gw-row-sameheight > [class*=col] > div {
  align-self: stretch !important;
}

.gw-popular-professions a.list-group-item:hover {
  background: #fafafa;
}

.gw-professionlist a.list-group-item:hover {
  background: #fafafa;
}

.gw-crosslinkbox {
  padding-top: 1.667rem;
  padding-bottom: 1rem;
}
.gw-crosslinkbox .gw-crosslink {
  background-color: #87888a;
  color: #fff;
  padding: 0.5rem;
  margin-bottom: 1rem;
  margin-right: 0.1667rem;
  display: inline-block;
  vertical-align: top;
  opacity: 0.75;
  transition: opacity 0.3s ease, width 0.3s ease;
  width: 132px;
}
.gw-crosslinkbox .gw-crosslink .gw-inner {
  border: 1px solid rgba(240, 240, 240, 0.7);
  padding: 1rem 0.8rem 0.8rem;
  overflow: hidden;
}
.gw-crosslinkbox .gw-crosslink .gw-short {
  font-size: 0.6rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: font-size 0.3s ease;
}
.gw-crosslinkbox .gw-crosslink .gw-short::first-letter {
  font-weight: 900;
  font-size: 1.25rem;
}
.gw-crosslinkbox .gw-crosslink .gw-teasetxt {
  font-size: 0.8rem;
  margin-bottom: 0.33rem;
  height: 0;
  opacity: 0;
  transition: height 0.5s ease, opacity 0.3s ease;
  transition-delay: 0.15s;
}
.gw-crosslinkbox .gw-crosslink:hover, .gw-crosslinkbox .gw-crosslink.gw-expanded {
  opacity: 1;
  width: 222px;
  transition: width 0.3s ease;
}
.gw-crosslinkbox .gw-crosslink:hover .gw-short, .gw-crosslinkbox .gw-crosslink.gw-expanded .gw-short {
  font-size: 1.25rem;
}
.gw-crosslinkbox .gw-crosslink:hover .gw-short::first-letter, .gw-crosslinkbox .gw-crosslink.gw-expanded .gw-short::first-letter {
  font-weight: 400;
}
.gw-crosslinkbox .gw-crosslink:hover .gw-teasetxt, .gw-crosslinkbox .gw-crosslink.gw-expanded .gw-teasetxt {
  height: 50px;
  opacity: 1;
}

.btn {
  font-weight: 700;
}
.btn.btn-link {
  font-weight: 400;
}
.btn:hover {
  cursor: pointer;
}
.btn.gw-btn-giant {
  font-size: 5vw;
  padding: 0.75rem 2.5rem;
  box-shadow: 2px 2px 6px rgba(70, 48, 6, 0.25);
  margin: 1rem 0;
  max-width: 100%;
  overflow: hidden;
}

@media (min-width: 420px) {
  .btn.gw-btn-giant {
    font-size: 3.8vw;
  }
}
@media (min-width: 768px) {
  .btn.gw-btn-giant {
    font-size: 1.5rem;
  }
}
.gw-pola .btn-lg, .gw-pola .btn-group-lg > .btn {
  padding: 0.4rem 1.5rem;
}

.gw-outline-btn {
  padding: 0.333rem;
  background-color: #fff;
  transition: background 0.3s ease, color 0.3s ease !important;
}
.gw-outline-btn .gw-btn-inner {
  border: 1px solid rgba(135, 136, 138, 0.5);
  padding: 0.375rem 0.375rem;
  transition: border 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gw-outline-btn .gw-btn-inner i:before {
  margin-right: 0.25rem;
}
.gw-outline-btn .gw-btn-inner span {
  font-size: 0.95rem;
}
.gw-outline-btn[class*=secondary] {
  border-color: rgba(199, 136, 16, 0.75);
}
.gw-outline-btn[class*=secondary] .gw-btn-inner {
  border-color: rgba(199, 136, 16, 0.75);
}
.gw-outline-btn:hover .gw-btn-inner {
  border-color: rgba(255, 255, 255, 0.5);
}
.gw-outline-btn.gw-simple-outline {
  box-shadow: none;
}
.gw-outline-btn.gw-simple-outline i.icon-launch {
  font-size: 0.85rem;
}
.gw-outline-btn.gw-simple-outline i:before {
  margin-left: 0.25rem;
}

@media (min-width: 576px) {
  .gw-outline-btn .gw-btn-inner span {
    font-size: 2vw;
  }
}
@media (min-width: 768px) {
  .gw-outline-btn .gw-btn-inner span {
    font-size: 1.5vw;
  }
}
@media (min-width: 992px) {
  .gw-outline-btn .gw-btn-inner span {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .gw-outline-btn .gw-btn-inner span {
    font-size: 0.85rem;
  }
}
.gw-buttonrow {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.gw-buttonrow .btn {
  width: 100%;
  margin-bottom: 0.5rem;
}
.gw-buttonrow [class^=col-], .gw-buttonrow [class*=" col-"] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.btn.btn-green-500 {
  color: #fff;
}

.gw-btn-rounded {
  border-radius: 0.4rem;
}

.gw-btn-svg {
  max-width: 1rem;
  max-height: 1rem;
}

.btn-sm .gw-btn-svg, .btn-group-sm > .btn .gw-btn-svg {
  max-width: 0.7rem;
  max-height: 0.7rem;
}

.btn-lg .gw-btn-svg, .btn-group-lg > .btn .gw-btn-svg {
  max-width: 1.3rem;
  max-height: 1.3rem;
}

.btn-white {
  background-color: white;
}
.btn-white:hover {
  background-color: #eceded;
}

.btn-link {
  border-radius: 0.25rem;
}
.btn-link:hover {
  background: #eceded;
}

.gw-btn-edit {
  color: #007fbf;
  border-radius: 0.25rem;
  transition: background ease 0.3s;
}
.gw-btn-edit:hover, .gw-btn-edit:active {
  color: #007fbf;
  background: #eceded;
}

.gw-btn-delete {
  color: #b73328;
  transition: background ease 0.3s;
}
.gw-btn-delete:hover, .gw-btn-delete:active {
  color: #b73328;
  background: #eceded;
}

.gw-btn-add {
  color: #c78810;
  transition: background ease 0.3s;
}
.gw-btn-add:hover, .gw-btn-add:active {
  color: #c78810;
  background: #eceded;
}

.gw-btn-more {
  color: #343a40;
}
.gw-btn-more:hover {
  color: #343a40;
}

.gw-polabox.embed-responsive {
  overflow: visible;
  color: #212529;
}
@media (min-width: 768px) {
  .gw-polabox.embed-responsive {
    margin: 1rem 0 1.5rem 0;
  }
}

.gw-pola-text {
  margin: 1.5rem 0 2rem 0;
}
@media (min-width: 768px) {
  .gw-pola-text {
    margin: 1rem 0 1.5rem 0;
  }
}

.gw-polabox:hover {
  z-index: 999;
}

.gw-aside .gw-polabox {
  margin-bottom: 1.5rem;
}

.gw-pola {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(70, 48, 6, 0.25);
  padding: 4% 4% 12% 4%;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.gw-pola .gw-pola-outer {
  background-color: rgb(248.2279069767, 221.5627906977, 170.7720930233);
  box-shadow: inset 0 0 2.5rem rgba(0, 125.3044502618, 188.45, 0.15);
  height: 100%;
}
.gw-pola .gw-pola-inner {
  padding: 0.75rem;
  box-shadow: inset 0 0 0.5rem rgba(196.6397674419, 134.3869767442, 15.8102325581, 0.5);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.gw-pola .gw-pola-derotate {
  transition: transform 0.5s ease;
  padding: 0 0.25rem;
  position: absolute;
  bottom: 1rem;
}
.gw-pola .gw-pola-derotate h2 {
  font-size: 6vw;
  font-weight: 700;
}
.gw-pola .gw-pola-derotate .btn-lg, .gw-pola .gw-pola-derotate .btn-group-lg > .btn {
  font-size: 6vw;
}
.gw-pola:hover {
  box-shadow: 0 4px 7px 0 rgba(70, 48, 6, 0.35);
  transform: scale(1.0667);
}
.gw-pola .gw-behind {
  display: inline;
  line-height: 1.85;
}
.gw-pola .gw-behind span {
  padding: 0.25rem 0.25rem 0.25rem 0;
  box-shadow: none;
  background-color: rgba(135, 136, 138, 0.7);
  color: #fff;
}
.gw-pola.gw-pola-pic {
  padding-bottom: 15%;
}
.gw-pola.gw-pola-pic .gw-pola-outer {
  background-color: rgb(70.55, 171.5515706806, 222.45);
  box-shadow: inset 0 0 3rem rgb(0, 124.4566753927, 187.175), inset 0 0 1rem rgb(0, 124.4566753927, 187.175) 0.5rem;
}
.gw-pola.gw-pola-pic .gw-pola-inner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 1rem rgba(0, 125.3044502618, 188.45, 0.5);
}
.gw-pola.gw-pola-pic .gw-pola-derotate {
  top: 0.75rem;
  bottom: auto;
}
.gw-pola.gw-pola-pic .gw-pola-derotate h2 {
  font-size: 10vw;
  color: #fff;
  white-space: nowrap;
}
.gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer {
  top: auto;
  bottom: 0.5rem;
  right: 1rem;
}
.gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer img {
  max-height: 7vw;
}
.gw-pola.gw-pola-pic .gw-behind {
  line-height: 1.375;
}
.gw-pola.gw-pola-pic .gw-behind span {
  padding: 0.06667rem 0.25rem 0.06667rem 0;
  box-shadow: none;
  background-color: rgba(74, 149, 204, 0.7);
}

@media (min-width: 992px) {
  .gw-contentbox.col-md-8 .col-lg-4 .gw-polabox {
    transform: scale(1.125);
  }
  .gw-contentbox.col-md-8 .col-lg-4 .gw-pola .gw-pola-derotate h2 {
    font-size: 1vw;
  }
  .gw-contentbox.col-md-8 .col-lg-4 .gw-pola .gw-pola-derotate .btn-lg, .gw-contentbox.col-md-8 .col-lg-4 .gw-pola .gw-pola-derotate .btn-group-lg > .btn {
    font-size: 1vw;
  }
  .gw-contentbox.col-md-8 .col-lg-4 .gw-pola.gw-pola-pic .gw-pola-derotate h2 {
    font-size: 1.85vw;
  }
  .gw-contentbox.col-md-8 .col-lg-4 .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer {
    bottom: 0.25rem;
  }
  .gw-contentbox.col-md-8 .col-lg-4 .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer img {
    max-height: 1.1vw;
  }
}
@media (min-width: 1200px) {
  .gw-contentbox.col-md-8 .col-lg-4 .gw-pola .gw-pola-derotate h2 {
    font-size: 0.85rem;
  }
  .gw-contentbox.col-md-8 .col-lg-4 .gw-pola .gw-pola-derotate .btn-lg, .gw-contentbox.col-md-8 .col-lg-4 .gw-pola .gw-pola-derotate .btn-group-lg > .btn {
    font-size: 1rem;
  }
  .gw-contentbox.col-md-8 .col-lg-4 .gw-pola.gw-pola-pic .gw-pola-derotate h2 {
    font-size: 1.6rem;
  }
  .gw-contentbox.col-md-8 .col-lg-4 .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer {
    bottom: 0.5rem;
  }
  .gw-contentbox.col-md-8 .col-lg-4 .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer img {
    max-height: 16px;
  }
}

@media (min-width: 420px) {
  .gw-pola .gw-pola-derotate h2 {
    font-size: 4.75vw;
  }
  .gw-pola .gw-pola-derotate .btn-lg, .gw-pola .gw-pola-derotate .btn-group-lg > .btn {
    font-size: 4.25vw;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate h2 {
    font-size: 7.5vw;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer {
    bottom: 1rem;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer img {
    max-height: 5vw;
  }
}
@media (min-width: 576px) {
  .gw-pola .gw-pola-derotate h2 {
    font-size: 5.75vw;
  }
  .gw-pola .gw-pola-derotate .btn-lg, .gw-pola .gw-pola-derotate .btn-group-lg > .btn {
    font-size: 4.75vw;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate h2 {
    font-size: 7.75vw;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer {
    bottom: 1rem;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer img {
    max-height: 4.5vw;
  }
}
@media (min-width: 768px) {
  .gw-pola .gw-pola-derotate h2 {
    font-size: 0.85rem;
  }
  .gw-pola .gw-pola-derotate .btn-lg, .gw-pola .gw-pola-derotate .btn-group-lg > .btn {
    font-size: 0.85rem;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate h2 {
    font-size: 4.5vw;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer {
    bottom: 0.5rem;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer img {
    max-height: 2.666vw;
  }
  .gw-aside .gw-pola.gw-pola-pic .gw-pola-derotate h2 {
    font-size: 2.75vw;
  }
  .gw-aside .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer img {
    max-height: 1.5vw;
  }
  .gw-polabox.embed-responsive {
    margin-bottom: 1rem;
  }
  .gw-aside .gw-polabox.embed-responsive {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .gw-pola .gw-pola-derotate h2 {
    font-size: 1.1rem;
  }
  .gw-pola .gw-pola-derotate .btn-lg, .gw-pola .gw-pola-derotate .btn-group-lg > .btn {
    font-size: 1.3rem;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate h2 {
    font-size: 2.666vw;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer {
    bottom: 0.5rem;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer img {
    max-height: 1.666vw;
  }
}
@media (min-width: 1200px) {
  .gw-pola .gw-pola-derotate h2 {
    font-size: 1.25rem;
  }
  .gw-pola .gw-pola-derotate .btn-lg, .gw-pola .gw-pola-derotate .btn-group-lg > .btn {
    font-size: 1.4rem;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate h2,
  .gw-aside .gw-pola.gw-pola-pic .gw-pola-derotate h2 {
    font-size: 2.45rem;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer,
  .gw-aside .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer {
    bottom: 1rem;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer img,
  .gw-aside .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer img {
    max-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html[lang=fr-CH] .gw-pola:not(.gw-pola-pic) .gw-pola-derotate h2 {
    font-size: 0.75rem;
  }
  html[lang=fr-CH] .gw-pola:not(.gw-pola-pic) .gw-pola-derotate .btn-lg, html[lang=fr-CH] .gw-pola:not(.gw-pola-pic) .gw-pola-derotate .btn-group-lg > .btn {
    font-size: 0.85rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html[lang=fr-CH] .gw-pola:not(.gw-pola-pic) .gw-pola-derotate h2 {
    font-size: 1rem;
  }
  html[lang=fr-CH] .gw-pola:not(.gw-pola-pic) .gw-pola-derotate .btn-lg, html[lang=fr-CH] .gw-pola:not(.gw-pola-pic) .gw-pola-derotate .btn-group-lg > .btn {
    font-size: 1rem;
  }
}
.gw-bubblebox {
  margin-bottom: 3rem;
}
.gw-bubblebox.embed-responsive {
  overflow: visible;
  max-width: 85%;
  margin-left: 7%;
}
@media (min-width: 420px) {
  .gw-bubblebox.embed-responsive {
    max-width: 80%;
    margin-left: 10%;
  }
}
@media (min-width: 576px) {
  .gw-bubblebox.embed-responsive {
    max-width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .gw-bubblebox.embed-responsive {
    margin-bottom: 3rem;
    max-width: 80%;
    margin-left: 10%;
  }
}
@media (min-width: 992px) {
  .gw-bubblebox.embed-responsive {
    margin-bottom: 1rem;
    max-width: 100%;
    margin-left: 0;
  }
}

.gw-bubble {
  transition: transform 0.5s ease;
  border-radius: 0 0 2rem 2rem;
  background-color: #fff;
  position: relative;
  box-shadow: 1px 2px 4px rgba(70, 48, 6, 0.25);
}
.gw-bubble.embed-responsive-item {
  border: 3px solid #c78810;
}
.gw-bubble h3 {
  padding: 0.5rem 1rem;
  margin: 0;
  font-size: 1.5rem;
  border-bottom: 3px solid #c78810;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .gw-bubble h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .gw-bubble h3 {
    font-size: 1.5rem;
  }
}
.gw-bubble .gw-bubble-inner {
  padding: 0.5rem 1rem 1rem;
  overflow: hidden;
}
.gw-bubble .gw-bubble-inner p {
  color: #212529;
  font-size: 0.95rem;
  line-height: 1.3;
}
.gw-bubble .gw-bubble-inner .gw-likealink {
  font-size: 0.85rem;
  color: #007fbf;
  text-transform: uppercase;
  text-align: right;
}
.gw-bubble:before, .gw-bubble:after {
  content: "";
  display: block;
  position: absolute;
  right: 20%;
  bottom: -1.25rem;
  width: 2rem;
  height: 2rem;
  border: 3px solid #c78810;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 1px 2px 4px rgba(70, 48, 6, 0.25);
}
.gw-bubble:after {
  width: 1rem;
  height: 1rem;
  bottom: -2rem;
  right: calc(20% + 1.5rem);
}
.gw-bubble:hover .gw-bubble-inner .gw-likealink {
  color: rgb(0, 76.1335078534, 114.5);
}

@media (min-width: 768px) {
  .gw-bubblebox {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .gw-bubble h3 {
    padding: 0.4rem 0.6rem;
    border-width: 2px;
  }
  .gw-bubble.embed-responsive-item, .gw-bubble:before, .gw-bubble:after {
    border-width: 2px;
  }
  .gw-bubble .gw-bubble-inner {
    padding: 0.4rem 0.6rem;
  }
  .gw-bubble .gw-bubble-inner p, .gw-bubble .gw-bubble-inner .gw-likealink {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .gw-bubble h3 {
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    border-width: 3px;
  }
  .gw-bubble.embed-responsive-item, .gw-bubble:before, .gw-bubble:after {
    border-width: 3px;
  }
  .gw-bubble .gw-bubble-inner {
    padding: 0.5rem 1rem;
  }
  .gw-bubble .gw-bubble-inner p, .gw-bubble .gw-bubble-inner .gw-likealink {
    font-size: 0.85rem;
  }
}
.gw-sticky-note {
  margin-top: 1em;
  color: #212529;
  font-size: 0.8rem;
  transform: translateY(0);
  transition: transform 0.33s ease;
}
.gw-sticky-note .gw-sticky-note-inner {
  padding: 0.5rem 4% 1rem 5%;
  border-radius: 0 0 80% 0/0 0 12% 0;
  box-shadow: 1px 1px 4px rgba(70, 48, 6, 0.25);
  background-color: #fff;
  position: relative;
  z-index: auto;
  transition: box-shadow 0.33s ease;
}
.gw-sticky-note .gw-sticky-note-inner:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 19px;
  right: 2px;
  left: auto;
  width: 50%;
  top: 70%;
  border-radius: 0 0 100% 0/0 0 50% 0;
  background: transparent;
  box-shadow: 0 18px 10px rgba(70, 48, 6, 0.25);
  transform: rotate(1.5deg);
  transition: all 0.33s ease;
}
.gw-sticky-note .gw-behind {
  font-size: 1rem;
}
.gw-sticky-note:hover {
  transform: translateY(-0.25rem);
}
.gw-sticky-note:hover .gw-sticky-note-inner {
  box-shadow: 2px 2px 6px rgba(70, 48, 6, 0.25);
}
.gw-sticky-note:hover .gw-sticky-note-inner:after {
  transform: rotate(4deg);
  right: 1px;
  bottom: 16px;
}
.gw-sticky-note .gw-datum {
  font-weight: 700;
}

.gw-stickynote-checked .gw-sticky-note {
  position: relative;
  transform: translateY(-0.25rem) scale(1.03);
}
.gw-stickynote-checked .gw-sticky-note .gw-sticky-note-inner {
  box-shadow: 2px 2px 6px rgb(128.1930232558, 87.6093023256, 10.3069767442);
}
.gw-stickynote-checked .gw-sticky-note:after {
  content: "\e936";
  width: 2rem;
  height: 2rem;
  background: #4a95cc;
  position: absolute;
  right: 1rem;
  bottom: -0.9rem;
  border-radius: 1rem;
  font-family: "gateicons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 2;
  color: white;
  text-align: center;
  font-size: 1rem;
  -webkit-animation-name: icon-drop;
  animation-name: icon-drop;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  opacity: 0;
}

.gw-aside .gw-sticky-note {
  margin-bottom: 1.5rem;
}

.gw-catname {
  display: block;
  text-transform: uppercase;
  font-size: 0.6rem;
  text-align: right;
  margin-bottom: 0.2rem;
}

.gw-behindbox {
  margin-bottom: 0.2rem;
}

.gw-behind {
  display: inline;
  line-height: 1.85;
}
.gw-behind span {
  padding: 0.25rem 0.25rem 0.25rem 0;
  box-shadow: 0.5rem 0 0 rgba(135, 136, 138, 0.7), -0.25rem 0 0 rgba(135, 136, 138, 0.7);
  background-color: rgba(135, 136, 138, 0.7);
  color: #fff;
  box-decoration-break: clone;
}

@media (min-width: 992px) {
  .gw-sticky-note {
    font-size: 0.7rem;
  }
}
@media (min-width: 1200px) {
  .gw-sticky-note {
    font-size: 0.8rem;
  }
}
.gw-stickynote .gw-sticky-note .gw-sticky-note-figure {
  margin: -0.5rem -1rem 0.5rem -1rem;
}
.gw-stickynote .gw-sticky-note .gw-sticky-note-inner-rounded {
  background: white;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  transition: box-shadow 0.33s ease;
  overflow: hidden;
}
.gw-stickynote .gw-sticky-note .gw-sticky-note-inner-rounded:hover {
  box-shadow: 0 3px 6px rgba(70, 48, 6, 0.25);
  transition: box-shadow 0.1s ease;
}
.gw-stickynote.gw-tealish .gw-behind span {
  background-color: rgba(63, 134, 108, 0.9);
  box-shadow: 0.5rem 0 0 rgba(63, 134, 108, 0.9), -0.25rem 0 0 rgba(63, 134, 108, 0.9);
}

@font-face {
  font-family: "gateicons";
  src: url("../fonts/gateicons.eot?sf1h5f");
  src: url("../fonts/gateicons.eot?sf1h5f#iefix") format("embedded-opentype"), url("../fonts/gateicons.woff2?sf1h5f") format("woff2"), url("../fonts/gateicons.ttf?sf1h5f") format("truetype"), url("../fonts/gateicons.woff?sf1h5f") format("woff"), url("../fonts/gateicons.svg?sf1h5f#gateicons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "gateicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-].icon-round, [class*=" icon-"].icon-round {
  padding: 4px;
  font-size: 0.6rem;
  border-radius: 1rem;
}

.icon-stempel-bullet:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-xing:before {
  content: "\e902";
}

.icon-google:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-home:before {
  content: "\e905";
}

.icon-pencil:before {
  content: "\e906";
}

.icon-lock:before {
  content: "\e907";
}

.icon-unlock:before {
  content: "\e908";
}

.icon-cog:before {
  content: "\e909";
}

.icon-trash:before {
  content: "\e90a";
}

.icon-heart:before {
  content: "\e90b";
}

.icon-star:before {
  content: "\e90c";
}

.icon-envelope:before {
  content: "\e90d";
}

.icon-paperclip:before {
  content: "\e90e";
}

.icon-paper-plane:before {
  content: "\e90f";
}

.icon-reply:before {
  content: "\e910";
}

.icon-hdd-down:before {
  content: "\e911";
}

.icon-hdd-up:before {
  content: "\e912";
}

.icon-file-empty:before {
  content: "\e913";
}

.icon-folder:before {
  content: "\e914";
}

.icon-clipboard-user:before {
  content: "\e915";
}

.icon-enter:before {
  content: "\e916";
}

.icon-exit:before {
  content: "\e917";
}

.icon-equalizer:before {
  content: "\e918";
}

.icon-user:before {
  content: "\e919";
}

.icon-cart-empty:before {
  content: "\e91a";
}

.icon-map-marker:before {
  content: "\e91b";
}

.icon-calendar-full:before {
  content: "\e91c";
}

.icon-laptop-phone:before {
  content: "\e91d";
}

.icon-launch:before {
  content: "\e91e";
}

.icon-lamp:before {
  content: "\e91f";
}

.icon-quote-open:before {
  content: "\e920";
}

.icon-quote-close:before {
  content: "\e921";
}

.icon-chart-settings:before {
  content: "\e922";
}

.icon-happy:before {
  content: "\e923";
}

.icon-smile:before {
  content: "\e924";
}

.icon-grin:before {
  content: "\e925";
}

.icon-tongue:before {
  content: "\e926";
}

.icon-sad:before {
  content: "\e927";
}

.icon-wink:before {
  content: "\e928";
}

.icon-dream:before {
  content: "\e929";
}

.icon-shocked:before {
  content: "\e92a";
}

.icon-shocked2:before {
  content: "\e92b";
}

.icon-tongue2:before {
  content: "\e92c";
}

.icon-neutral:before {
  content: "\e92d";
}

.icon-happy-grin:before {
  content: "\e92e";
}

.icon-cool:before {
  content: "\e92f";
}

.icon-download:before {
  content: "\e930";
}

.icon-upload:before {
  content: "\e931";
}

.icon-file-image:before {
  content: "\e932";
}

.icon-magnifier:before {
  content: "\e933";
}

.icon-cross:before {
  content: "\e934";
}

.icon-menu:before {
  content: "\e935";
}

.icon-check:before {
  content: "\e936";
}

.icon-cross-big:before {
  content: "\e937";
}

.icon-plus:before {
  content: "\e938";
}

.icon-minus:before {
  content: "\e939";
}

.icon-chevron-up:before {
  content: "\e93a";
}

.icon-chevron-down:before {
  content: "\e93b";
}

.icon-chevron-left:before {
  content: "\e93c";
}

.icon-chevron-right:before {
  content: "\e93d";
}

.icon-arrow-up:before {
  content: "\e93e";
}

.icon-arrow-down:before {
  content: "\e93f";
}

.icon-arrow-left:before {
  content: "\e940";
}

.icon-arrow-right:before {
  content: "\e941";
}

.icon-warning:before {
  content: "\e942";
}

.icon-play-circle:before {
  content: "\e943";
}

.icon-square:before {
  content: "\e944";
}

.icon-plus-square:before {
  content: "\e945";
}

.icon-minus-square:before {
  content: "\e946";
}

.icon-chevron-up-square:before {
  content: "\e947";
}

.icon-chevron-down-square:before {
  content: "\e948";
}

.icon-chevron-left-square:before {
  content: "\e949";
}

.icon-chevron-right-square:before {
  content: "\e94a";
}

.icon-check-square:before {
  content: "\e94b";
}

.icon-cross-square:before {
  content: "\e94c";
}

.icon-ellipsis:before {
  content: "\e94d";
}

.icon-search:before {
  content: "\e94e";
}

.icon-avatar:before {
  content: "\e94f";
}

.icon-avatar-full:before {
  content: "\e950";
}

.icon-file-png:before {
  content: "\e951";
}

.icon-file-png-full:before {
  content: "\e952";
}

.icon-file-pdf:before {
  content: "\e953";
}

.icon-file-pdf-full:before {
  content: "\e954";
}

.icon-file-mp3:before {
  content: "\e955";
}

.icon-file-mp3-full:before {
  content: "\e956";
}

.icon-file-jpg:before {
  content: "\e957";
}

.icon-file-jpg-full:before {
  content: "\e958";
}

.icon-file-eps:before {
  content: "\e959";
}

.icon-file-eps-full:before {
  content: "\e95a";
}

.icon-file-tiff:before {
  content: "\e95b";
}

.icon-file-tiff-full:before {
  content: "\e95c";
}

.icon-file-doc:before {
  content: "\e95d";
}

.icon-file-doc-full:before {
  content: "\e95e";
}

.icon-file-xls:before {
  content: "\e95f";
}

.icon-file-xls-full:before {
  content: "\e960";
}

.icon-file-docx:before {
  content: "\e961";
}

.icon-file-docx-full:before {
  content: "\e962";
}

.icon-file-ppt:before {
  content: "\e963";
}

.icon-file-ppt-full:before {
  content: "\e964";
}

.icon-file-xml:before {
  content: "\e965";
}

.icon-file-xml-full:before {
  content: "\e966";
}

.icon-file-xlsx:before {
  content: "\e967";
}

.icon-file-xlsx-full:before {
  content: "\e968";
}

.icon-file-txt:before {
  content: "\e969";
}

.icon-file-txt-full:before {
  content: "\e96a";
}

.icon-file-rtf:before {
  content: "\e96b";
}

.icon-file-rtf-full:before {
  content: "\e96c";
}

.icon-file-m4v:before {
  content: "\e96d";
}

.icon-file-m4v-full:before {
  content: "\e96e";
}

.icon-file-zip:before {
  content: "\e96f";
}

.icon-file-zip-full:before {
  content: "\e970";
}

.icon-document-png:before {
  content: "\e971";
}

.icon-document-png-full:before {
  content: "\e972";
}

.icon-document-pdf:before {
  content: "\e973";
}

.icon-document-pdf-full:before {
  content: "\e974";
}

.icon-document-mp3:before {
  content: "\e975";
}

.icon-document-mp3-full:before {
  content: "\e976";
}

.icon-document-jpg:before {
  content: "\e977";
}

.icon-document-jpg-full:before {
  content: "\e978";
}

.icon-document-eps:before {
  content: "\e979";
}

.icon-document-eps-full:before {
  content: "\e97a";
}

.icon-document-tiff:before {
  content: "\e97b";
}

.icon-document-tiff-full:before {
  content: "\e97c";
}

.icon-document-doc:before {
  content: "\e97d";
}

.icon-document-doc-full:before {
  content: "\e97e";
}

.icon-document-xls:before {
  content: "\e97f";
}

.icon-document-xls-full:before {
  content: "\e980";
}

.icon-document-docx:before {
  content: "\e981";
}

.icon-document-docx2:before {
  content: "\e982";
}

.icon-document-ppt:before {
  content: "\e983";
}

.icon-document-ppt-full:before {
  content: "\e984";
}

.icon-document-xml:before {
  content: "\e985";
}

.icon-document-xml-full:before {
  content: "\e986";
}

.icon-document-xlsx:before {
  content: "\e987";
}

.icon-document-xlsx-full:before {
  content: "\e988";
}

.icon-document-diagrams:before {
  content: "\e995";
}

.icon-document-certificate:before {
  content: "\e996";
}

.icon-question-circle:before {
  content: "\e989";
}

.icon-arrow-left-square:before {
  content: "\e98a";
}

.icon-arrow-right-square:before {
  content: "\e98b";
}

.icon-bigarrow-left:before {
  content: "\e98c";
}

.icon-bigarrow-right:before {
  content: "\e98d";
}

.icon-checkstamp:before {
  content: "\e98e";
}

.icon-blog:before {
  content: "\e98f";
}

.icon-news:before {
  content: "\e990";
}

.icon-team:before {
  content: "\e991";
}

.icon-cake:before {
  content: "\e7fe";
}

.icon-telephone:before {
  content: "\e76a";
}

.icon-smartphone:before {
  content: "\e7a6";
}

.icon-star-full:before {
  content: "\e997";
}

.icon-bubble:before {
  content: "\e7d6";
}

.icon-earth:before {
  content: "\e884";
}

.icon-alarm:before {
  content: "\e8aa";
}

.icon-envelope-open:before {
  content: "\e697";
}

.icon-reply-all:before {
  content: "\e69b";
}

.icon-inbox:before {
  content: "\e69c";
}

.icon-envelope-dot:before {
  content: "\e998";
}

.icon-couvert:before {
  content: "\e999";
}

.icon-couvert-dot:before {
  content: "\e99a";
}

.icon-couvert-open:before {
  content: "\e99b";
}

.icon-analysis:before {
  content: "\e7fc";
}

.icon-certificate:before {
  content: "\e992";
}

.icon-youtube:before {
  content: "\e993";
}

.icon-twitter:before {
  content: "\e994";
}

.icon-map:before {
  content: "\e99c";
}

.icon-pro-chevron-circle:before {
  content: "\e99d";
}

.icon-pro-chevron:before {
  content: "\e99e";
}

.icon-linkedin:before {
  content: "\e99f";
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.gw-icon-rotation-3s {
  -webkit-animation: rotation 3s infinite linear;
  -moz-animation: rotation 3s infinite linear;
  animation: rotation 3s infinite linear;
}

@-webkit-keyframes icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
@keyframes icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
.gw-icon-drop {
  opacity: 0;
  -webkit-animation-name: icon-drop;
  animation-name: icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

@-webkit-keyframes icon-pulse {
  25% {
    -webkit-transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
  }
}
@keyframes icon-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.gw-icon-pulse {
  -webkit-animation-name: icon-pulse;
  animation-name: icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.gw-icon-addon-missing {
  position: relative;
  margin-right: 1rem;
  color: #9b2e29;
}
.gw-icon-addon-missing:after {
  content: " ? ";
  font-family: Lato, sans-serif;
  font-weight: 900;
  background: #9b2e29;
  border-radius: 2rem;
  width: 1rem;
  position: absolute;
  text-align: center;
  right: -10px;
  color: white;
  font-size: 1rem;
  bottom: -7px;
}

::placeholder {
  font-weight: 300;
}

form {
  margin-bottom: 1rem;
}
form .form-explanation {
  color: #007fbf;
  margin-top: 2.25rem;
}
form label:not(.custom-file-label):not(.custom-control-label):not(.form-check-label),
form fieldset.form-group legend {
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.33rem;
}
form label.form-check-label {
  font-weight: 400;
}
form label.custom-file {
  font-weight: 400;
  font-size: 1rem;
}
form .form-row {
  margin-bottom: 1rem;
}
form .form-control[type=date] {
  min-height: 2.375em;
}
form .gw-fold {
  margin-bottom: 1rem;
}
form .gw-fold > legend {
  border-bottom: 1px solid #7bafda;
  position: relative;
  cursor: pointer;
}
form .gw-fold > legend:before {
  font-family: "gateicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e93a";
  color: #007fbf;
  position: absolute;
  right: 0;
  bottom: 0;
}
form .gw-fold > legend.collapsed:before {
  content: "\e93b";
}
form .gw-fieldset {
  border: 1px solid #aaa;
  padding: 0.5rem 1rem 0;
  margin-bottom: 1rem;
}
form .gw-fieldset legend {
  width: auto;
  padding: 0 0.5rem;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0;
}
form .custom-file-label {
  white-space: nowrap;
  padding-right: 7rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
form .custom-file-label:after {
  color: #fff;
  background-color: #c78810;
  font-weight: 700;
  border-color: #c78810;
}
form .custom-file-label.gw-green-500:after {
  background-color: #92aa84;
  border-color: #92aa84;
}
form .gw-file-input.is-invalid + .custom-file-label:after {
  background-color: #9b2e29;
  border-color: #9b2e29;
}
form .gw-custom-file {
  height: calc(2.8rem + 2px);
}
form .gw-custom-file .custom-file-input {
  height: calc(2.8rem + 2px);
  min-width: 10rem;
  width: 8rem;
}
form .gw-custom-file .custom-file-label {
  background-color: #c78810;
  border-color: #c78810;
  font-size: 1.3rem;
  height: calc(2.8rem + 2px);
}
form .gw-custom-file .custom-file-label:after {
  font-family: "gateicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  height: calc(2.8rem + 2px);
}
form .gw-custom-file .custom-file-label:before {
  height: calc(2.8rem + 2px);
  font-weight: 400;
}
form .gw-custom-file .custom-file-label:lang(de):empty::after, form .gw-custom-file .custom-file-label:lang(fr):empty::after, form .gw-custom-file .custom-file-label:lang(it):empty::after, form .gw-custom-file .custom-file-label:lang(en):empty::after {
  content: "\e931";
}
form .gw-custom-file.gw-green .custom-file-label {
  background-color: #92aa84;
  border-color: #92aa84;
}
form .gw-custom-file.gw-green .custom-file-label:before {
  background-color: #92aa84;
  border-color: #92aa84;
}
form .gw-custom-file.gw-custom-file-pic .custom-file-control:lang(de):empty::after,
form .gw-custom-file.gw-custom-file-pic .custom-file-control:lang(fr):empty::after,
form .gw-custom-file.gw-custom-file-pic .custom-file-control:lang(it):empty::after,
form .gw-custom-file.gw-custom-file-pic .custom-file-control:lang(en):empty::after {
  content: "\e932";
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.gw-cr {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.gw-cr .gw-cr-wrapper {
  flex-grow: 1;
}
.gw-cr .gw-cr-scale {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #87888a;
  margin: 0;
}
.gw-cr .gw-cr-scale span {
  text-align: center;
  min-width: 1rem;
}
.gw-cr .gw-cr-scale span:first-child {
  text-align: left;
}
.gw-cr .gw-cr-scale span:last-child {
  text-align: right;
}
.gw-cr .gw-cr-output {
  background-color: #eceded;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  min-width: 4.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .gw-cr {
    flex-direction: row;
    align-items: center;
  }
  .gw-cr .gw-cr-scale span {
    min-width: 2rem;
  }
}

.gw-dropdown-select .btn {
  text-align: left;
}
.gw-dropdown-select .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0.7rem;
}
.gw-dropdown-select .dropdown-menu {
  min-width: 100%;
  max-height: 25rem;
  /*overflow-y: auto;*/
}

.gw-input-border-green-500 {
  border: 2px solid #92aa84;
}
.gw-input-border-green-500:focus {
  border-color: #92aa84;
  box-shadow: 0 0 0 0.2rem rgba(146, 170, 132, 0.5);
}

.gw-kendo-filter-autocomplete-primary:focus {
  border-color: #7bafda;
  box-shadow: 0 0 0 0.2rem rgba(123, 175, 218, 0.5);
}

.gw-custom-checkbox {
  padding-left: 2.5rem;
  background: #fafafa;
}
.gw-custom-checkbox:hover {
  background: #e9ecef;
}
.gw-custom-checkbox .custom-control-label {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-right: 1rem;
  cursor: pointer;
  width: 100%;
  font-size: 0.85rem;
  font-weight: 700;
}
.gw-custom-checkbox .custom-control-label:before, .gw-custom-checkbox .custom-control-label:after {
  top: 0.6rem;
}
.gw-custom-checkbox.gw-custom-checkbox-highlight .custom-control-input:not(:checked) + .custom-control-label {
  color: #6c757d;
}
.gw-custom-checkbox.gw-custom-checkbox-highlight.gw-custom-checkbox-highlight-green-700 .custom-control-input:not(:checked) + .custom-control-label {
  color: #c5c6c8;
}
.gw-custom-checkbox.gw-custom-checkbox-highlight.gw-custom-checkbox-highlight-green-700 .custom-control-input:checked + .custom-control-label {
  color: #648c4e;
}
.gw-custom-checkbox.gw-custom-checkbox-small .custom-control-label {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.gw-custom-checkbox.gw-custom-checkbox-small .custom-control-label:before, .gw-custom-checkbox.gw-custom-checkbox-small .custom-control-label:after {
  top: 0.4rem;
}
.gw-custom-checkbox.gw-custom-checkbox-empty {
  padding-left: 0;
}
.gw-custom-checkbox.gw-custom-checkbox-empty .custom-control-label:empty {
  min-height: 3rem;
}
.gw-custom-checkbox.gw-custom-checkbox-empty .custom-control-label:before, .gw-custom-checkbox.gw-custom-checkbox-empty .custom-control-label:after {
  left: 1.25rem;
}

.gw-custom-checkbox-smalltext label {
  font-size: 0.85rem;
  line-height: 1.4rem;
}

.gw-custom-file-input-edit-btn {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.gw-custom-file-input-edit-btn input[type=file] {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 100px;
  z-index: 2;
  opacity: 0; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=0); /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)"; /* IE 8 */
  -khtml-opacity: 0; /* Safari 1.x */
  -moz-opacity: 0; /* FF lt 1.5, Netscape */
}

.gw-custom-multiselect-checkboxes {
  max-height: 30rem;
  overflow-y: scroll;
}
.gw-custom-multiselect-checkboxes .collapse-toggle {
  transition: transform ease 0.3s;
}
.gw-custom-multiselect-checkboxes .collapse-toggle.collapsed {
  transform: rotate(180deg);
}
.gw-custom-multiselect-checkboxes .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #4a95cc;
  border-color: #4a95cc;
}

.gw-custom-switch {
  background: white;
  padding-left: 3.5rem;
}
.gw-custom-switch .custom-control-label {
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
  width: 100%;
  font-size: 0.85rem;
  font-weight: 700;
}
.gw-custom-switch .custom-control-label:before {
  top: 1.1rem;
}
.gw-custom-switch .custom-control-label:after {
  top: calc(1.1rem + 2px);
}

.gw-custom-indeterminate-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: #c5c6c8;
  border-color: #c5c6c8;
}

.custom-checkbox.gw-custom-checkbox-lg {
  min-height: 3.5rem;
  padding-left: 3rem;
}
.custom-checkbox.gw-custom-checkbox-lg .custom-control-label:after, .custom-checkbox.gw-custom-checkbox-lg .custom-control-label:before {
  width: 3rem;
  height: 3rem;
  left: -3rem;
  cursor: pointer;
}

.custom-radio.gw-custom-radio-lg {
  min-height: 3.5rem;
  padding-left: 3rem;
}
.custom-radio.gw-custom-radio-lg .custom-control-label:after, .custom-radio.gw-custom-radio-lg .custom-control-label:before {
  width: 3rem;
  height: 3rem;
  left: -3rem;
  border-radius: 0;
  cursor: pointer;
}

.gw-custom-select {
  opacity: 0;
  height: 60px;
}

.gw-custom-selectbox .gw-custom-select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.gw-custom-selectbox {
  position: relative;
  min-height: 2.75rem;
}
.gw-custom-selectbox .gw-custom-selectwrapper {
  position: absolute;
  background: white;
  border-radius: 0;
  width: 100%;
  border: 1px solid #ced4da;
  overflow: hidden;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-btn {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  color: #343a40;
  white-space: nowrap;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-btn .icon {
  position: relative;
  padding-right: 1rem;
  margin-right: 1rem;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-btn .icon path {
  fill: #c5c6c8;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-btn .icon:after {
  content: "";
  width: 1px;
  height: 1rem;
  background: #c5c6c8;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-btn .vr {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.5rem;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-btn .text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-btn .text.gw-placeholder {
  color: #87888a;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-list ul {
  font-size: 1rem;
  padding: 0 0.375rem 0.375rem;
  margin: 0;
  list-style: none;
  max-height: 30rem;
  overflow-y: auto;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-list ul li {
  padding: 0.5rem 1rem;
  margin: 3px 0;
  position: relative;
  cursor: pointer;
  color: #87888a;
  hyphens: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-list ul li.active {
  color: #343a40;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-list ul li.gw-selected {
  color: #343a40;
  position: relative;
  padding-right: 2rem;
  background-color: rgba(250, 250, 250, 0.5);
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-list ul li.gw-selected:before {
  position: absolute;
  right: 0.5rem;
  color: #007fbf;
  content: "\e936";
  font-family: "gateicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-list ul li:hover {
  background: rgba(175, 200, 229, 0.5);
}
.gw-custom-selectbox .gw-custom-selectwrapper.active {
  border: 1px solid #007fbf;
  box-shadow: 0 0 0 0.2rem #afc8e5;
  z-index: 4;
}
.gw-custom-selectbox .gw-custom-selectwrapper.active .gw-custom-select-btn {
  color: #007fbf;
}
.gw-custom-selectbox .gw-custom-selectwrapper.active .gw-custom-select-btn i.fi {
  transform: rotate(180deg);
}
.gw-custom-selectbox .gw-custom-selectwrapper.moving {
  z-index: 3;
}
.gw-custom-selectbox .gw-livesearchbox {
  padding: 0 1rem 0.5rem;
}
.gw-custom-selectbox .gw-livesearchbox .gw-custom-textinput {
  margin: 0;
}
@media (min-width: 992px) {
  .gw-custom-selectbox.gw-custom-selectbox-lg-large {
    min-height: 6rem;
  }
  .gw-custom-selectbox.gw-custom-selectbox-lg-large .gw-custom-select-btn {
    padding: 0.5rem 1rem;
  }
}
.gw-custom-selectbox.gw-has-icon .gw-custom-select-btn {
  justify-content: flex-start;
}
.gw-custom-selectbox .gw-custom-select:disabled + .gw-custom-selectwrapper .gw-custom-select-btn {
  cursor: not-allowed;
  background-color: #e9ecef;
}
.gw-custom-selectbox[data-style=form-control-sm] {
  min-height: auto;
}
.gw-custom-selectbox[data-style=form-control-sm] .gw-custom-selectwrapper {
  border-radius: 1rem;
}
.gw-custom-selectbox[data-style=form-control-sm] .gw-custom-selectwrapper .gw-custom-select-btn {
  padding: 0.25rem 0.5rem;
}
.gw-custom-selectbox .gw-optgroup-label {
  padding: 2rem 1rem 0.75rem;
  color: #87888a;
  margin-bottom: 0;
  position: relative;
}
.gw-custom-selectbox .gw-optgroup-label::after {
  content: "";
  width: 1rem;
  height: 1px;
  background: #c5c6c8;
  display: block;
  position: absolute;
  bottom: 0;
}

.gw-custom-selectbox.is-invalid .gw-custom-select + .gw-custom-selectwrapper {
  border-color: #dc3545;
}
.gw-custom-selectbox.is-invalid + .invalid-feedback {
  display: block;
}

.gw-jobs .gw-company-logo {
  max-width: 100%;
  max-height: 10rem;
}
.gw-jobs .gw-content .gw-jobindicator {
  font-size: 1.33rem;
}

@media (min-width: 768px) {
  .gw-home .gw-content {
    z-index: 1;
    padding-top: 0;
  }
  .gw-home .gw-content .gw-contentbox .gw-polarow {
    margin-top: -3rem;
    background: none;
  }
  .gw-home .gw-polabox:not(.gw-polabox-color) {
    transform: scale(1.1);
  }
}
.gw-home .gw-polarow {
  margin-bottom: 1.5rem;
}
.gw-home .gw-stickyrow {
  margin-bottom: 1.5rem;
}
.gw-home .ui-autocomplete {
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  max-width: 40rem;
}
.gw-home .ui-autocomplete .ui-menu-item {
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  /*white-space: nowrap;*/
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.gw-home .ui-autocomplete .ui-menu-item:hover, .gw-home .ui-autocomplete .ui-menu-item:focus {
  color: rgb(0, 76.1335078534, 114.5);
  text-decoration: none;
  background-color: rgba(175, 200, 229, 0.4);
}
.gw-home .ui-helper-hidden-accessible {
  display: none;
}

.gw-searchbox {
  margin-bottom: 2rem;
}
.gw-searchbox .gw-searchtitle {
  margin-bottom: 1rem;
  transform: rotate(-1.75deg);
}
.gw-searchbox .gw-searchtitle .gw-behind {
  line-height: 1.6;
  font-weight: 700;
}
.gw-searchbox .gw-searchtitle .gw-behind span {
  box-shadow: none;
  background-color: #7bafda;
  hyphens: none;
}
.gw-searchbox .nav-tabs .nav-item {
  background-color: rgba(123, 175, 218, 0.5);
  padding-left: 0.5rem;
  margin-right: 3px;
  transition: background 0.3s ease, border 0.3s ease;
  font-size: 0.8rem;
}
@media (min-width: 420px) {
  .gw-searchbox .nav-tabs .nav-item {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) {
  .gw-searchbox .nav-tabs .nav-item {
    font-size: 1rem;
  }
}
.gw-searchbox .nav-tabs .nav-item.nav-link {
  color: #fff;
}
.gw-searchbox .nav-tabs .nav-item:hover {
  background-color: #4a95cc;
  border-color: #4a95cc;
}
.gw-searchbox .nav-tabs .nav-item.active, .gw-searchbox .nav-tabs .nav-item.active:hover {
  background-color: #7bafda;
  border-color: #7bafda;
  cursor: default;
}
.gw-searchbox .tab-pane {
  background-color: #7bafda;
  padding-top: 1rem;
}
.gw-searchbox .tab-pane .form-control {
  border-color: #7bafda;
  border-bottom: 2px solid #007fbf;
  margin-bottom: 0.5rem;
}
.gw-searchbox .tab-pane .form-group.row {
  background-color: transparent;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0.25rem;
}
.gw-searchbox .tab-pane [class^=col-], .gw-searchbox .tab-pane [class*=" col-"] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.gw-searchbox .tab-pane .btn.btn-primary {
  width: 100%;
  padding: 0.25rem 0.75rem;
  background-color: rgba(123, 175, 218, 0.5);
  border: rgba(123, 175, 218, 0.5);
}
.gw-searchbox .tab-pane .btn.btn-primary i {
  font-size: 1.6rem;
  transition: color 0.3s ease;
}
.gw-searchbox .tab-pane .btn.btn-primary:hover i {
  color: #007fbf;
}

html[lang=fr-CH] .gw-home .gw-searchbox .nav-tabs .nav-item {
  width: calc(50% - 1px);
  max-width: 50%;
  margin-right: 0;
  margin-bottom: 2px;
  text-align: center;
}
html[lang=fr-CH] .gw-home .gw-searchbox .nav-tabs .nav-item:first-child() {
  margin-right: 2px;
}
html[lang=fr-CH] .gw-home .gw-searchbox .nav-tabs .nav-item:last-child() {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  html[lang=fr-CH] .gw-home .gw-searchbox .nav-tabs .nav-item {
    width: unset;
    width: auto;
    margin-right: 3px;
    margin-bottom: -1px;
    text-align: left;
  }
  html[lang=fr-CH] .gw-home .gw-searchbox .nav-tabs .nav-item:first-child() {
    border-right: none;
  }
  html[lang=fr-CH] .gw-home .gw-searchbox .nav-tabs .nav-item:last-child() {
    width: unset;
    width: auto;
  }
}
@media (min-width: 992px) {
  html[lang=fr-CH] .gw-home .gw-searchbox .nav-tabs .nav-item {
    font-size: 0.9rem;
  }
}

@media (min-width: 768px) {
  .gw-bubblerow {
    margin-bottom: 0.75rem;
  }
}
.gw-sensebox {
  padding: 0.5rem;
  background-color: rgba(146, 170, 132, 0.3);
  margin: 0.5rem 0;
}
.gw-sensebox .gw-claimbox {
  position: static;
  padding: 1rem;
  background-color: rgba(51, 109, 55, 0.3);
}
.gw-sensebox .gw-claimbox h2 {
  font-size: 1.45rem;
  color: #fff;
}
@media (min-width: 768px) {
  .gw-sensebox .gw-claimbox h2 {
    font-size: 1.95rem;
  }
}
@media print {
  .gw-sensebox .gw-claimbox h2 {
    color: #000;
  }
}
.gw-sensebox .gw-claimbox h2.gw-behind {
  line-height: 1.275;
}
.gw-sensebox .gw-claimbox h2.gw-behind span {
  padding: 0.06667rem 0.25rem 0.06667rem 0;
  box-shadow: 0.5rem 0 0 rgba(74, 149, 204, 0.7), -0.25rem 0 0 rgba(74, 149, 204, 0.7);
  background-color: rgba(74, 149, 204, 0.7);
}

.gw-jobsearch-autocomplete .ui-autocomplete {
  z-index: 1060;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  max-width: 40rem;
}
.gw-jobsearch-autocomplete .ui-autocomplete .ui-menu-item {
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  /*white-space: nowrap;*/
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.gw-jobsearch-autocomplete .ui-autocomplete .ui-menu-item:hover, .gw-jobsearch-autocomplete .ui-autocomplete .ui-menu-item:focus {
  color: rgb(0, 76.1335078534, 114.5);
  text-decoration: none;
  background-color: rgba(175, 200, 229, 0.4);
}
.gw-jobsearch-autocomplete .ui-helper-hidden-accessible {
  display: none;
}

@media print {
  @page {
    size: 210mm 297mm;
    margin: 12mm 10mm 12mm 12mm;
  }
}
@media print {
  body {
    font-size: 0.85rem;
  }
  .gw-menu,
  .navbar-toggler,
  .navbar-expand-md .navbar-collapse.gw-metabox,
  .gw-navbox {
    display: none !important;
  }
  footer a,
  a.gw-stickynote,
  a.gw-crosslink,
  a.btn,
  .gw-intrabar a {
    text-decoration: none;
  }
  footer a:visited,
  a.gw-stickynote:visited,
  a.gw-crosslink:visited,
  a.btn:visited,
  .gw-intrabar a:visited {
    text-decoration: none;
  }
  .badge {
    background: none;
  }
  .badge,
  .badge-pill,
  th {
    color: black !important;
  }
}
.spinner {
  margin: auto;
  width: 50px;
  height: 24px;
  text-align: center;
  font-size: 10px;
}

.spinner.large {
  margin: 100px auto;
  height: 40px;
}

.btn-lg .spinner, .btn-group-lg > .btn .spinner {
  height: 28px;
}

.gw-btn-inner .spinner {
  height: 32px;
  margin: 0 -14.3px;
}

.spinner div {
  background-color: #4a95cc;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.btn .spinner div {
  background-color: #fff;
}
.btn.btn-outline-red-dark .spinner div {
  background-color: #9b2e29;
}
.btn.text-secondary .spinner div {
  background-color: #c78810;
}

.spinner.spinner-white div {
  background-color: white;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.alert i[class^=icon-] {
  font-size: 1.4rem;
}

.gw-alert-ul {
  padding-left: 0;
}

.badge-thin {
  font-size: 11px;
  font-weight: normal;
}

.badge-outline-primary {
  background-color: white;
  border: 1px solid #007fbf;
  color: #007fbf;
}

.badge-outline-secondary {
  background-color: white;
  border: 1px solid #c78810;
  color: #c78810;
}

.badge-outline-success {
  background-color: white;
  border: 1px solid #336d37;
  color: #336d37;
}

.badge-outline-info {
  background-color: white;
  border: 1px solid #4a95cc;
  color: #4a95cc;
}

.badge-outline-warning {
  background-color: white;
  border: 1px solid #ffc107;
  color: #ffc107;
}

.badge-outline-danger {
  background-color: white;
  border: 1px solid #b73328;
  color: #b73328;
}

.badge-outline-light {
  background-color: white;
  border: 1px solid #f8f9fa;
  color: #f8f9fa;
}

.badge-outline-dark {
  background-color: white;
  border: 1px solid #343a40;
  color: #343a40;
}

.badge-outline-primary-700 {
  background-color: white;
  border: 1px solid #4a95cc;
  color: #4a95cc;
}

.badge-outline-primary-500 {
  background-color: white;
  border: 1px solid #7bafda;
  color: #7bafda;
}

.badge-outline-primary-300 {
  background-color: white;
  border: 1px solid #afc8e5;
  color: #afc8e5;
}

.badge-outline-primary-1050 {
  background-color: white;
  border: 1px solid rgb(0, 110.0445026178, 165.5);
  color: rgb(0, 110.0445026178, 165.5);
}

.badge-outline-secondary-500 {
  background-color: white;
  border: 1px solid #deb45e;
  color: #deb45e;
}

.badge-outline-secondary-300 {
  background-color: white;
  border: 1px solid #e9cea2;
  color: #e9cea2;
}

.badge-outline-red-light {
  background-color: white;
  border: 1px solid #b73328;
  color: #b73328;
}

.badge-outline-red-light-500 {
  background-color: white;
  border: 1px solid #e0979e;
  color: #e0979e;
}

.badge-outline-red-light-300 {
  background-color: white;
  border: 1px solid #e6cad1;
  color: #e6cad1;
}

.badge-outline-red-dark {
  background-color: white;
  border: 1px solid #9b2e29;
  color: #9b2e29;
}

.badge-outline-red-dark-500 {
  background-color: white;
  border: 1px solid #c99e93;
  color: #c99e93;
}

.badge-outline-red-dark-300 {
  background-color: white;
  border: 1px solid #e7d2ce;
  color: #e7d2ce;
}

.badge-outline-tealish {
  background-color: white;
  border: 1px solid #3f866c;
  color: #3f866c;
}

.badge-outline-tealish-500 {
  background-color: white;
  border: 1px solid #adcbbf;
  color: #adcbbf;
}

.badge-outline-tealish-300 {
  background-color: white;
  border: 1px solid #d6e3dd;
  color: #d6e3dd;
}

.badge-outline-green {
  background-color: white;
  border: 1px solid #336d37;
  color: #336d37;
}

.badge-outline-green-700 {
  background-color: white;
  border: 1px solid #648c4e;
  color: #648c4e;
}

.badge-outline-green-500 {
  background-color: white;
  border: 1px solid #92aa84;
  color: #92aa84;
}

.badge-outline-green-300 {
  background-color: white;
  border: 1px solid #cdd2c6;
  color: #cdd2c6;
}

.badge-outline-byline-700 {
  background-color: white;
  border: 1px solid #87888a;
  color: #87888a;
}

.badge-outline-byline-500 {
  background-color: white;
  border: 1px solid #c5c6c8;
  color: #c5c6c8;
}

.badge-outline-byline-400 {
  background-color: white;
  border: 1px solid #E6E6E6;
  color: #E6E6E6;
}

.badge-outline-byline-300 {
  background-color: white;
  border: 1px solid #eceded;
  color: #eceded;
}

.badge-outline-byline-100 {
  background-color: white;
  border: 1px solid #fafafa;
  color: #fafafa;
}

.badge-outline-brown {
  background-color: white;
  border: 1px solid #c1a497;
  color: #c1a497;
}

.badge-outline-body-bg {
  background-color: white;
  border: 1px solid #f0f0f0;
  color: #f0f0f0;
}

.gw-badge-headline {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .gw-banner .gw-banner-exclamation {
    font-size: 5rem;
  }
}

@media (max-width: 1199.98px) {
  .gw-overflow-x-lg-auto {
    overflow-x: auto;
  }
}
.gw-berufsbildungssystem {
  min-width: 65rem;
  background-position: center;
  background-size: cover;
}
.gw-berufsbildungssystem .gw-buttonlike {
  font-size: 1.25rem;
  font-weight: 300;
  cursor: pointer;
  margin: 0;
}
.gw-berufsbildungssystem .gw-buttonlike:hover {
  text-decoration: underline;
}
.gw-berufsbildungssystem .gw-sekundar {
  background: rgb(111.4771573604, 187.5228426396, 159.6751269036);
  cursor: pointer;
}
.gw-berufsbildungssystem .gw-sekundar:hover {
  background: rgb(94.1319796954, 179.3680203046, 148.154822335);
}
.gw-berufsbildungssystem .gw-sekundar-2 {
  background: rgb(71.154822335, 151.345177665, 121.9796954315);
  cursor: pointer;
}
.gw-berufsbildungssystem .gw-zwischenzeit:hover {
  cursor: pointer;
  background: rgb(183.9115044248, 185.1371681416, 187.5884955752) !important;
}

.gw-berufsfeld {
  transition: ease 0.3s all;
  position: relative;
}
.gw-berufsfeld:hover {
  transform: scale(1.05);
}

.gw-bgimage-rounded {
  width: 6rem;
  height: 6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white;
  border-radius: 10rem;
}

.gw-blog-wrapper {
  background: rgba(231, 210, 206, 0.6);
}

.gw-blogger-media {
  font-size: 0.8rem;
  transition: transform 0.33s ease;
}
.gw-blogger-media:hover {
  transform: translateY(-0.25rem);
}

.gw-layout-full-blog .gw-head {
  margin-bottom: 1.5rem;
}
.gw-layout-full-blog .gw-subheader {
  font-size: 1.5rem;
  font-style: italic;
}
.gw-layout-full-blog h3 {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .gw-layout-full-blog h3 {
    margin-top: 3rem;
  }
}
.gw-layout-full-blog h4 {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .gw-layout-full-blog h4 {
    margin-top: 2rem;
  }
}
.gw-layout-full-blog .gw-blog-mark {
  background: inherit;
  color: inherit;
  box-shadow: inset 0 -8px rgb(232, 211, 207);
  padding: 0;
}
.gw-layout-full-blog .gw-blog-question {
  font-style: italic;
  padding-left: 2rem;
  font-size: 1.5rem;
  position: relative;
  margin-top: 2.5rem;
}
.gw-layout-full-blog .gw-blog-question:before {
  position: absolute;
  content: "\e7d6";
  font-family: "gateicons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  left: 0;
  top: 5px;
}
.gw-layout-full-blog .info {
  font-family: "Courier New", serif;
}

.gw-blog-share .gw-toggler .gw-toggler-span {
  font-size: 3rem;
  transition: ease transform 0.5s;
}
.gw-blog-share .gw-toggler:not(.collapsed) .gw-toggler-span {
  transform: rotate(-45deg);
}
.gw-box-group {
  position: relative;
  display: inline-flex;
}
.gw-box-group .gw-box {
  border: 1px solid #c5c6c8;
  color: #c5c6c8;
  padding: 0.375rem 1rem;
  margin-bottom: 0;
}
.gw-box-group .gw-box + .gw-box {
  margin-left: -1px;
}
.gw-box-group .gw-box:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.gw-box-group .gw-box:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.gw-box-group.gw-box-group-evaluation:not(.active) .gw-box:first-child {
  background: #eceded;
  color: #87888a;
}
.gw-box-group.gw-box-group-evaluation.active .gw-box {
  border: 1px solid #4a95cc;
  color: #4a95cc;
  font-weight: bold;
}
.gw-box-group.gw-box-group-evaluation.active .gw-box.active {
  background: #4a95cc;
  color: white;
}

.gw-btn-collapse-icon.collapsed i.icon-chevron-up:before {
  content: "\e93b";
}

.gw-btn-color-picker + .dropdown-menu .dropdown-item {
  color: white !important;
  font-weight: bold;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.gw-btn-group-evaluation {
  margin-right: 1rem;
}
.gw-btn-group-evaluation .btn {
  padding-left: 1rem;
  padding-right: 1rem;
}
.gw-btn-group-evaluation:not(.active) .btn:not(:hover) {
  border-color: #c5c6c8;
  color: #c5c6c8;
}
.gw-btn-group-evaluation:not(.active) .btn:not(:hover):first-child {
  background: #eceded;
  color: #87888a;
}

.gw-btn-group-rounded .btn:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.gw-btn-group-rounded .btn:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.gw-btn-nowrap {
  white-space: normal;
  text-align: left;
}

.gw-btnrow-rubriquebox .btn {
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
  border-left-width: 0px;
}
@media (min-width: 768px) {
  .gw-btnrow-rubriquebox .btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.gw-btnrow-rubriquebox .btn:first-child {
  border-left-width: 1px;
}
.gw-btnrow-rubriquebox .btn:hover {
  color: #212529;
}
.gw-btnrow-rubriquebox [class*=btn-outline-]:hover {
  color: white;
}

@media (max-width: 767.98px) {
  .gw-aside .gw-button-further .bg-light {
    background-color: #f0f0f0 !important;
  }
}
.gw-circle {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 100%;
  font-size: 0.85rem;
  color: #fff;
  line-height: 2.2rem;
  text-align: center;
}

.gw-container-max1600 {
  max-width: 1600px;
}

@media (min-width: 992px) {
  .gw-overhide .gw-container-max1600 {
    transform: translateX(35em);
  }
}
.gw-overhide .gw-container-max1600 .row {
  background-color: transparent;
}

.gw-cookiebar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #eceded;
  padding: 1rem 0;
  z-index: 1030;
  font-size: 0.8rem;
  border-top: 1px solid #c5c6c8;
}
.gw-cookiebar p {
  margin-bottom: 0;
}

.gw-dashboard-box {
  background: white;
  padding: 1.5rem;
  margin-bottom: 3rem;
}
.gw-dashboard-box .gw-filter-row {
  background: #eceded;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .gw-dashboard-box .gw-filter-row {
    border-radius: 50rem;
  }
}

.gw-evaluation-char {
  width: 4rem;
  padding: 0.25rem;
  border-radius: 0.5rem;
  background-color: #007fbf;
  color: white;
  font-weight: bold;
  font-size: 1.1375rem;
  text-align: center;
  margin-bottom: 1rem;
}

.gw-evaluation-score {
  background: #fafafa;
  border: 2px solid #dee2e6;
  border-radius: 0.5rem;
  color: #6c757d;
  text-align: center;
  display: inline-block;
  padding: 0 1rem;
}
.gw-evaluation-score .score {
  font-size: 1.8rem;
  font-weight: 300;
}
.gw-evaluation-score.small {
  padding: 0 0.5rem;
  width: 4rem;
}
.gw-evaluation-score.small span {
  font-size: 1.2rem;
}
.gw-evaluation-score.large {
  padding: 0 2rem;
}
.gw-evaluation-score.large .score {
  font-size: 5rem;
}

.gw-filter-btn {
  background: #f8f9fa;
  padding: 1rem;
  text-align: center;
  color: #87888a;
  position: relative;
  box-shadow: 0px 0px 6px rgba(70, 48, 6, 0);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 992px) {
  .gw-filter-btn {
    height: 100%;
  }
}
.gw-filter-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #4a95cc;
  transition: height 0.3s ease;
}
.gw-filter-btn.active {
  background: white;
  color: #4a95cc;
}
.gw-filter-btn.active:before {
  height: 5px;
}
.gw-filter-btn:hover {
  box-shadow: 2px 2px 6px rgba(70, 48, 6, 0.25);
  transition: background 0.3s ease, box-shadow 0.1s ease;
  cursor: pointer;
}
.gw-filter-btn.gw-my-filter {
  padding: 0.5rem;
}
.gw-filter-btn.gw-my-filter .filter-link {
  color: #87888a;
}
.gw-filter-btn.gw-my-filter .filter-load {
  transition: opacity ease 0.3s;
}
.gw-filter-btn.gw-my-filter.active .dropdown .btn-light:not(:hover) {
  background: transparent !important;
  border-color: transparent;
  box-shadow: none;
}
.gw-filter-btn.gw-my-filter.active .filter-link {
  color: #4a95cc;
}
.gw-filter-btn.gw-my-filter.active .filter-load {
  opacity: 0;
}

.gw-filter-box {
  background: #f8f9fa;
  padding: 1rem;
  color: #87888a;
  position: relative;
}
.gw-filter-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #4a95cc;
  transition: height 0.3s ease;
}
.gw-filter-box.active {
  background: white;
  color: #4a95cc;
}
.gw-filter-box.active:before {
  height: 5px;
}

.gw-filter-container {
  border: 1px solid #c5c6c8;
  padding: 2rem 3rem;
}

.gw-filter-option-divider {
  background-color: #c5c6c8;
  margin: 3rem 0;
}

.gw-searchinfo-content {
  max-width: 15rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translateY(1px);
}

.gw-flag.gw-flag-ch {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgMzIwIj4NCjxwYXRoIGZpbGw9IiNkNTJiMWUiIGQ9Im0wLDBoMzIwdjMyMGgtMzIweiIvPg0KPGcgZmlsbD0iI2ZmZiI+DQo8cGF0aCBkPSJtNjAsMTMwaDIwMHY2MGgtMjAweiIvPg0KPHBhdGggZD0ibTEzMCw2MGg2MHYyMDBoLTYweiIvPg0KPC9nPg0KPC9zdmc+DQo=");
}
.gw-flag.gw-flag-fr {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj4NCjxwYXRoIGZpbGw9IiNlZDI5MzkiIGQ9Im0wLDBoOTAwdjYwMGgtOTAweiIvPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0ibTAsMGg2MDB2NjAwaC02MDB6Ii8+DQo8cGF0aCBmaWxsPSIjMDAyMzk1IiBkPSJtMCwwaDMwMHY2MDBoLTMwMHoiLz4NCjwvc3ZnPg0K");
}
.gw-flag.gw-flag-it {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjEwMDAiIHZpZXdCb3g9IjAgMCAzIDIiPg0KPHBhdGggZmlsbD0iIzAwOTI0NiIgZD0ibTAsMGgxdjJoLTF6Ii8+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJtMSwwaDF2MmgtMXoiLz4NCjxwYXRoIGZpbGw9IiNjZTJiMzciIGQ9Im0yLDBoMXYyaC0xeiIvPg0KPC9zdmc+DQo=");
}
.gw-flag.gw-flag-de {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjYwMCIgdmlld0JveD0iMCAwIDUgMyI+DQo8cGF0aCBkPSJtMCwwaDV2M2gtNXoiLz4NCjxwYXRoIGZpbGw9IiNkMDAiIGQ9Im0wLDFoNXYyaC01eiIvPg0KPHBhdGggZmlsbD0iI2ZmY2UwMCIgZD0ibTAsMmg1djFoLTV6Ii8+DQo8L3N2Zz4NCg==");
}
.gw-flag.gw-flag-li {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMDI0IDc2OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAyNCA3Njg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMwMDI3ODA7fQ0KCS5zdDF7ZmlsbDojQ0YwODIxO30NCjwvc3R5bGU+DQo8Zz4NCgk8cmVjdCB4PSIxMiIgeT0iNjgiIGNsYXNzPSJzdDAiIHdpZHRoPSIxMDAwIiBoZWlnaHQ9IjMwMCIvPg0KCTxyZWN0IHg9IjEyIiB5PSIzNjgiIGNsYXNzPSJzdDEiIHdpZHRoPSIxMDAwIiBoZWlnaHQ9IjMwMCIvPg0KPC9nPg0KPC9zdmc+DQo=");
}
.gw-flag.gw-flag-at {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxOTIgMTI2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOTIgMTI2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRUQyOTM5O30NCgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHJlY3QgeT0iMCIgY2xhc3M9InN0MCIgd2lkdGg9IjE5MiIgaGVpZ2h0PSIxMjYiLz4NCjxyZWN0IHk9IjQzIiBjbGFzcz0ic3QxIiB3aWR0aD0iMTkyIiBoZWlnaHQ9IjQwLjIiLz4NCjwvc3ZnPg0K");
}
.gw-flag {
  width: 100%;
  height: 100%;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
}

.gw-further-link {
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  margin-bottom: 1rem;
  background: #007fbf !important;
  transition: all 0.4s ease;
  color: white;
  transition: ease background 0.3s;
}
@media-brekpoint-up (lg) {
  .gw-further-link {
    padding: 1.5rem;
  }
}
.gw-further-link p {
  font-size: 1rem;
  color: white;
  font-weight: bold;
  margin-bottom: 0;
}
.gw-further-link p.text-muted {
  color: white !important;
}
.gw-further-link:hover {
  background: rgb(0, 110.0445026178, 165.5);
}

.gw-hotline {
  display: none;
}

.gw-hr {
  max-width: 10rem;
  text-align: center;
  margin: 5rem auto !important;
  border-color: #888;
}

[class^=gw-icon-] {
  width: 13px;
  height: 13px;
}
@media (min-width: 576px) {
  [class^=gw-icon-] {
    width: 16px;
    height: 16px;
  }
}

.gw-icon-first {
  border-left: 1px solid rgb(74.8620689655, 83.5, 92.1379310345);
  position: relative;
}
.gw-icon-first:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-left: 1px solid rgb(74.8620689655, 83.5, 92.1379310345);
  border-bottom: 1px solid rgb(74.8620689655, 83.5, 92.1379310345);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 576px) {
  .gw-icon-first:before {
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
  }
}

.gw-icon-last {
  border-right: 1px solid rgb(74.8620689655, 83.5, 92.1379310345);
  position: relative;
}
.gw-icon-last:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 9px;
  height: 9px;
  border-right: 1px solid rgb(74.8620689655, 83.5, 92.1379310345);
  border-top: 1px solid rgb(74.8620689655, 83.5, 92.1379310345);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 576px) {
  .gw-icon-last:before {
    top: 3px;
    right: 3px;
    width: 11px;
    height: 11px;
  }
}

.gw-input-group-phone .input-group-prepend button span {
  display: none;
}
.gw-input-group-phone .input-group-prepend .gw-flag {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
}
.gw-input-group-phone .input-group-prepend .dropdown-menu .gw-flag {
  margin-right: 0.5rem;
}
.gw-input-group-phone .input-group-prepend .dropdown-menu .gw-location-name {
  margin-right: 0.25rem;
}

/* job page on contao */
.gw-jobs-we-are {
  width: 100%;
  height: calc(100% + 4rem);
  position: absolute;
  top: 0;
  margin-left: -4rem;
}
@media (min-width: 992px) {
  .gw-jobs-we-are {
    width: 50rem;
  }
}

.gw-joboffers {
  margin-top: 1.8rem;
}
.gw-joboffers thead th.gw-joboffers-no-entries {
  background: #f0f0f0;
  padding: 0;
  margin: 0;
}
.gw-joboffers {
  /*
  @include media-breakpoint-up(lg){
      tbody tr:not(.spacer) {
          transition: ease transform 0.4s;
          background: white;
          @include media-breakpoint-up(md){
              &:hover {
                  transition: ease transform 0.2s;
                  transform: scale(1.05);
              }
          }
      }
  }
  */
}
.gw-joboffers .company-recommendation {
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .gw-joboffers .company-recommendation {
    border-bottom-right-radius: 0.8rem;
  }
}
.gw-joboffers .company-logo {
  min-width: 10rem;
  transition: all 0.4s ease;
}
.gw-joboffers .company-logo:hover {
  transition: all 0.1s ease;
  transform: scale(1.1);
  box-shadow: 2px 2px 6px rgba(70, 48, 6, 0.25);
}
.gw-joboffers .location, .gw-joboffers .date {
  font-size: 0.9rem;
}
.gw-joboffers .d-flex.flex-column.w-100.h-100.bg-white .d-flex.align-items-center .ml-auto.text-right {
  max-width: 50%;
}
.gw-joboffers .date {
  display: flex;
  justify-content: flex-end;
}
.gw-joboffers .date span {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
  white-space: nowrap;
}

.list-berufe .list-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.5em;
  display: inline-block;
  width: 1.5em;
  border-bottom: 8px #4a95cc solid;
  color: #343a40;
}

.gw-list-group-versions .list-group-item {
  color: #343a40;
  padding: 0.25rem 0.5rem;
}
.gw-list-group-versions .list-group-item.active {
  background-color: rgba(175, 200, 229, 0.3);
  border-color: rgba(175, 200, 229, 0.5);
  color: #007fbf;
  font-weight: bold;
}
.gw-list-group-versions .list-group-item.online {
  color: #92aa84;
  font-weight: bold;
}
.gw-list-group-versions .list-group-item.online i[class^=icon-] {
  color: #92aa84;
}
.gw-list-group-versions .list-group-item.online.active {
  color: white;
  background-color: rgba(146, 170, 132, 0.5);
}
.gw-list-group-versions .list-group-item.online.active i[class^=icon-] {
  color: white;
}

.gw-list-group-selectable .list-group-item {
  color: #343a40;
}
.gw-list-group-selectable .list-group-item .gw-hint {
  visibility: hidden;
}
.gw-list-group-selectable .list-group-item:not(.gw-limitation):hover {
  background-color: rgba(236, 237, 237, 0.4);
}
.gw-list-group-selectable .list-group-item:not(.gw-limitation):hover .gw-hint {
  visibility: visible;
}
.gw-list-group-selectable .list-group-item:not(.gw-limitation):active {
  border-color: #007fbf;
  color: #007fbf;
  background-color: rgba(175, 200, 229, 0.3);
}
.gw-list-group-selectable .list-group-item.gw-limitation {
  cursor: initial;
  color: #87888a;
  border-color: transparent;
}

.gw-message-box {
  max-width: 40rem;
  text-align: center;
  margin-top: 2rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.gw-message-box > div {
  padding: 1rem;
}
.gw-message-box .header {
  font-size: 1.8rem;
}
.gw-message-box .body {
  background: white;
}
.gw-message-box .footer {
  color: #87888a;
}
@media (min-width: 768px) {
  .gw-message-box > div {
    padding: 2rem;
  }
  .gw-message-box .header {
    font-size: 2rem;
  }
}

.gw-modal .modal-content {
  background-color: #f0f0f0;
}

.gw-modal .modal-header, .gw-modal .modal-footer {
  border: none;
}

.gw-mobile-navigation-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 576px) {
  .gw-mobile-navigation-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.gw-mobile-navigation-wrapper [class^=icon-chevron] {
  margin-top: 0.25rem;
  color: #007fbf;
}

.gw-nav-metanav .nav-link {
  color: rgb(109.5949367089, 110.5316455696, 112.4050632911);
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.gw-nav-metanav .nav-link:hover {
  background: #eceded;
  border: 1px solid #c5c6c8;
}

.gw-nav-pills {
  overflow-x: scroll;
  overflow-y: hidden;
}
.gw-nav-pills .nav-link {
  background: white;
  color: #007fbf;
}
.gw-nav-pills .nav-link:hover {
  color: rgb(0, 76.1335078534, 114.5);
}
.gw-nav-pills .nav-link.active {
  color: #007fbf;
  background-color: rgba(175, 200, 229, 0.6);
}
.gw-nav-pills .nav-item {
  margin-right: 0.8rem;
}
.gw-nav-pills .nav-item:last-child {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .gw-nav-pills-tabstrip {
    background: #f8f9fa;
  }
}
.gw-nav-pills-tabstrip .nav-item {
  margin-right: 0.5rem;
  position: relative;
}
.gw-nav-pills-tabstrip .nav-item .nav-link {
  color: #007fbf;
  background: white;
}
.gw-nav-pills-tabstrip .nav-item .nav-link .text {
  margin-left: 0.25rem;
}
@media (max-width: 991.98px) {
  .gw-nav-pills-tabstrip .nav-item .nav-link .text {
    display: none;
  }
}
.gw-nav-pills-tabstrip .nav-item:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 5px solid #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .gw-nav-pills-tabstrip .nav-item:before {
    border-left-color: #f8f9fa;
  }
}
.gw-nav-pills-tabstrip .nav-item:first-of-type:before {
  display: none;
}
.gw-nav-pills-tabstrip .nav-item:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 5px solid white;
  position: absolute;
  top: 0;
  right: -5px;
}
.gw-nav-pills-tabstrip .nav-item.active {
  display: block;
}
.gw-nav-pills-tabstrip .nav-item.active .nav-link {
  background: rgba(175, 200, 229, 0.4);
}
@media (min-width: 768px) {
  .gw-nav-pills-tabstrip .nav-item.active .nav-link .text {
    display: inline-block;
  }
}
.gw-nav-pills-tabstrip .nav-item.active:after {
  border-left-color: rgba(175, 200, 229, 0.4);
}
.gw-nav-pills-tabstrip .nav-item.disabled .nav-link {
  color: #87888a;
}

@media (min-width: 992px) {
  .gw-nav-pills {
    overflow-x: inherit;
    overflow-x: initial;
  }
  .gw-nav-pills .nav-link {
    font-size: 1.2rem;
  }
}
.gw-nav-tabnavigation li {
  position: relative;
  z-index: 1;
  margin: 0 1rem 0 0;
}
.gw-nav-tabnavigation .nav-link {
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #87888a;
  margin-top: 0.5rem;
}
.gw-nav-tabnavigation .nav-link:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100.5%;
  background: #d2d8d6;
  background: #adcbbf;
  content: "";
  -webkit-transition: border 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: border 0.3s, background-color 0.3s, transform 0.3s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -1.5px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -1.5px, 0);
}
.gw-nav-tabnavigation .nav-link:hover {
  color: rgb(141.7910447761, 183.2089552239, 166.6417910448);
}
.gw-nav-tabnavigation .nav-link:hover:after {
  background: #adcbbf;
}
.gw-nav-tabnavigation .nav-link.active {
  color: white;
}
.gw-nav-tabnavigation .nav-link.active:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #adcbbf;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.gw-nav-tabnavigation-tab-pane {
  border: 1px solid #adcbbf;
  padding: 2.5rem 2rem;
}

.gw-vertical-nav .active {
  background: white;
  border-radius: 0.25rem;
}

.gw-nav-tabs {
  overflow-x: scroll;
  overflow-y: hidden;
}
.gw-nav-tabs .nav-link {
  border-radius: 0;
  border: none;
  color: #007fbf;
  white-space: nowrap;
}
.gw-nav-tabs .nav-link:hover {
  background-color: #e7e7e7;
}
.gw-nav-tabs .nav-link.active {
  background-color: white;
}
@media (min-width: 992px) {
  .gw-nav-tabs {
    overflow-x: inherit;
    overflow-x: initial;
  }
}

.gw-nav-tabs-dark .nav-item {
  margin-right: 1rem;
}
.gw-nav-tabs-dark .nav-item:last-child {
  margin-right: 0;
}
.gw-nav-tabs-dark .nav-item .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #87888a;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.gw-nav-tabs-dark .nav-item .nav-link.active {
  border-bottom: 2px solid #343a40;
  color: #343a40;
}

.gw-pagination {
  padding: 0.5rem !important;
  border-color: transparent !important;
}
.gw-pagination .gw-pagination-inner {
  padding: 0.75rem 0;
}
.gw-pagination.dark .page-link {
  background: transparent;
  border-radius: 4px;
}
.gw-pagination.dark .page-link:hover {
  background: #c8c8c8 !important;
}
.gw-pagination.dark .page-link-heavy {
  background: white;
  transition: none;
}
.gw-pagination.dark .page-link-heavy:hover {
  background: #c78810 !important;
  color: white !important;
}
@media (max-width: 575.98px) {
  .gw-pagination.dark .page-item {
    font-size: 0.8rem;
  }
}
.gw-pagination.dark .page-link.selected {
  background: #c78810 !important;
  color: white !important;
}
.gw-pagination .page-link.selected {
  cursor: inherit;
  cursor: initial;
}

.gw-row-table .row {
  background: white;
  border-top: 1px solid #eceded;
}
.gw-row-table .gw-row-header {
  font-weight: bold;
  color: white;
  background: #4a95cc;
  border-color: none;
}
.gw-row-table [class^=col-] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gw-row-table .gw-fold.gw-fold-trigger {
  position: relative;
}
.gw-row-table .gw-fold.gw-fold-trigger:after {
  position: absolute;
  right: 0.5rem;
  top: 0.75rem;
}
.gw-row-table .row.collapse, .gw-row-table .row.collapsing {
  background: #fafafa;
}
.gw-row-table .row.collapse .w-100, .gw-row-table .row.collapsing .w-100 {
  border-top: 1px solid #eceded;
}
.gw-row-table.gw-row-table-hover .row.collapse .row:hover {
  background: rgb(225.0377358491, 234.4009433962, 245.2622641509) !important;
}

.gw-paket-info {
  background: #7bafda;
  transition: ease background 0.3s;
}
.gw-paket-info .gw-paket-title {
  margin-right: -15px !important;
}

.gw-paket-intro p {
  margin-bottom: 0;
}

.gw-paket-header:hover {
  cursor: pointer;
  background: #fafafa;
}
.gw-paket-header:hover .gw-paket-more i:before {
  color: rgb(0, 76.1335078534, 114.5);
}

.gw-paket-header:not(.collapsed) {
  background: #fafafa;
}
.gw-paket-header:not(.collapsed) .gw-paket-info {
  background: #007fbf;
}
.gw-paket-header:not(.collapsed) .gw-paket-more i:before {
  content: "\e946";
  color: rgb(0, 76.1335078534, 114.5);
}

@media (min-width: 992px) {
  .gw-ul-colcount-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    hyphens: auto;
  }
  .gw-ul-colcount-2 li {
    break-inside: avoid;
  }
}
/* gateway profiles */
.gw-profile td, .gw-profile th {
  border: none;
}
.gw-profile thead td {
  vertical-align: bottom;
  padding: 0;
}
.gw-profile thead .head-wrapper.lena, .gw-profile thead .head-wrapper.light {
  padding: 0 1%;
}
.gw-profile .head-info {
  text-align: center;
  padding: 8px 14px;
  background-color: #7bafda;
  color: #fff;
}
.gw-profile .head-info .zusatz {
  position: relative;
  left: 14px;
  background: #a1b8cd;
  color: #fff;
  margin: 10px 0 13px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 0.9rem;
}
.gw-profile .head-info .zusatz:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 30px 10px 0 0;
  border-color: #7bafda transparent transparent transparent;
}
.gw-profile .head-info.highlight {
  background-color: rgb(62.063362069, 142.0094827586, 200.636637931);
}
.gw-profile .head-info.highlight .zusatz {
  background: #92aa84;
  color: white;
  font-weight: 700;
}
.gw-profile .head-info.highlight .zusatz:before {
  border-color: rgb(62.063362069, 142.0094827586, 200.636637931) transparent transparent transparent;
}
.gw-profile .head-info .ttl {
  font-size: 1.5rem;
  color: #fff;
  padding-bottom: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}
.gw-profile .head-info .pusher {
  height: 2rem;
}
.gw-profile .head-info.basic .pusher {
  height: 3.5rem;
}
.gw-profile .head-info.light .pusher {
  height: 5.5rem;
}
.gw-profile .head-info.highlight .pusher {
  height: 7.5rem;
}
.gw-profile .head-info .price {
  font-size: 1.4rem;
  margin-bottom: 2px;
}
.gw-profile .head-info .per-year {
  font-size: 0.8rem;
  color: #b2d3ea;
  margin-bottom: 2rem;
}
.gw-profile tbody tr.property {
  transition: ease 0.2s background;
}
.gw-profile tbody tr.property td {
  vertical-align: middle;
  transition: ease 0.2s background;
}
.gw-profile tbody tr.even {
  background: #eaeaea;
  background: rgb(232.35, 232.35, 232.35);
}
.gw-profile tbody tr.even td.highlight, .gw-profile tbody tr.even td.basic {
  background: #dfe3e6;
  background: rgba(228.04875, 229.92375, 232.09875, 0.575);
}
.gw-profile tbody tr.odd td.highlight, .gw-profile tbody tr.odd td.basic {
  background: #f1f4f8;
  background: rgba(175, 200, 229, 0.15);
}
.gw-profile tbody tr.property:hover {
  background: #afc8e5;
  background: rgb(198.2702830189, 213.5292802236, 231.2297169811);
}
.gw-profile tbody tr.property:hover td.basic, .gw-profile tbody tr.property:hover td.highlight {
  background: #afc8e5;
  background: rgb(198.2702830189, 213.5292802236, 231.2297169811);
}
.gw-profile tbody .table-caption {
  font-size: 1.2rem;
}

/* mobile */
#profiles-carousel {
  margin-top: 3rem;
}
#profiles-carousel .carousel-inner {
  width: 84%;
  padding-bottom: 4rem;
  margin: 0 8%;
}
#profiles-carousel .carousel-item .wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 27rem;
  width: 95%;
}
#profiles-carousel .carousel-item .ttl {
  background: #4a95cc;
  color: #fff;
  margin: 0;
  padding: 0.5rem 1rem;
}
#profiles-carousel .carousel-item .lena .ttl {
  background: #afc8e5;
}
#profiles-carousel .carousel-item .zusatz {
  position: absolute;
  right: -8px;
  top: 3rem;
  background: #a1b8cd;
  color: #fff;
  padding: 0.5rem;
  height: 2.5rem;
}
#profiles-carousel .carousel-item .zusatz:before {
  content: "";
  position: absolute;
  left: -1.45rem;
  top: 0;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 2.5em 1.5em;
  border-color: transparent transparent #a1b8cd transparent;
}
#profiles-carousel .carousel-item .zusatz:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #778b9f transparent transparent transparent;
}
#profiles-carousel .carousel-item .lena .zusatz {
  background: #e9e9e9;
  color: #7bafda;
}
#profiles-carousel .carousel-item .lena .zusatz:before {
  border-color: transparent transparent #e9e9e9 transparent;
}
#profiles-carousel .carousel-item .content {
  border-left: 2px solid #8f8f8f;
  border-right: 2px solid #8f8f8f;
  border-bottom: 2px solid #8f8f8f;
  padding: 3rem 1rem 1rem;
}
#profiles-carousel .carousel-item .content select.form-control {
  margin: 1rem 0 2rem;
  height: 30px;
  padding: 4px 6px;
  border-color: #8f8f8f;
  color: #747474;
  background: none;
}
#profiles-carousel .carousel-item .content .price {
  font-size: 22px;
  margin-bottom: 2px;
  text-align: center;
}
#profiles-carousel .carousel-item .content .per-year {
  font-size: 13px;
  color: #c0c0c0;
  margin-bottom: 2rem;
  text-align: center;
}
#profiles-carousel .carousel-item .content .caption {
  font-size: 18px;
  margin: 2rem 0 1rem;
  font-weight: 700;
}
#profiles-carousel .carousel-item .content .property {
  margin: 0 0 0.5rem 1.5rem;
}
#profiles-carousel .carousel-indicators li {
  background-color: #7bafda;
  border: none;
}
#profiles-carousel .carousel-indicators li.active {
  background-color: #007fbf;
}
#profiles-carousel [class*=carousel-control-] {
  width: 8%;
}
#profiles-carousel [class*=carousel-control-] [class*=icon-] {
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
  bottom: 20%;
  color: #007fbf;
  font-size: 1.8rem;
}

.gw-news-layout-full {
  background: white;
  padding: 2rem 0;
}
.gw-news-layout-full .gw-news-header {
  margin-left: 2rem;
  margin-right: 2rem;
}
.gw-news-layout-full .ce_text {
  padding-left: 2rem;
  padding-right: 2rem;
}
.gw-news-layout-full .ce_text p {
  font-size: 1.15rem;
  line-height: 1.6;
}
@media (max-width: 991.98px) {
  .gw-news-layout-full .ce_text p {
    hyphens: auto;
  }
}
.gw-news-layout-full .ce_text ul {
  line-height: 1.6;
  font-weight: bold;
  hyphens: auto;
}
.gw-news-layout-full h2 {
  margin-top: 4rem;
}
.gw-news-layout-full h3 {
  margin-top: 3rem;
}
.gw-news-layout-full h4 {
  margin-top: 2rem;
}
.gw-news-layout-full .gw-news-text-highlight {
  padding-left: 2rem;
  padding-right: 2rem;
}
.gw-news-layout-full mark.gw-blog-mark {
  box-decoration-break: clone;
}
.gw-news-layout-full .gw-news-button {
  margin-left: 2rem;
}
@media (min-width: 576px) {
  .gw-news-layout-full {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .gw-news-layout-full {
    padding: 2rem 7rem 4rem;
  }
  .gw-news-layout-full .gw-news-header {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .gw-news-layout-full .gw-news-text-highlight {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .gw-news-layout-full .ce_text {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .gw-news-layout-full .mod_newsreader .ce_text {
    padding-left: 0;
    padding-right: 0;
  }
  .gw-news-layout-full .gw-news-button {
    margin-left: 3rem;
  }
}

.gw-preview-image-container {
  position: relative;
}

.gw-preview-image {
  width: 3rem;
  height: 3rem;
  background-size: cover;
  background-position: center;
  border-radius: 3rem;
  overflow: hidden;
  margin-right: 1rem;
}

.gw-table-row-unread .gw-preview-image {
  border: 2px solid #4a95cc;
}

.gw-preview-image-large {
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  margin-right: 2rem;
}

.gw-preview-image-giant {
  width: 12rem;
  height: 12rem;
  border-radius: 10rem;
  margin-right: 2rem;
}

.gw-preview-image-counter {
  position: absolute;
  top: 0.5rem;
  right: 1.6rem;
  border: 2px solid #f6f6f6;
  line-height: 0.8;
}

.gw-progress {
  height: 1.2rem;
}
.gw-progress.gw-progress-big {
  height: 1.5rem;
}
.gw-progress .progress-dot {
  width: 2rem;
  height: 1.2rem;
  margin-left: -0.6rem;
  color: white;
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: bold;
  text-align: center;
}

.gw-progress-animation .progress-bar {
  transition-duration: 1.5s;
}

.gw-progress-zero .progress-bar {
  width: 0% !important;
  transition: none;
}

.gw-quote-front {
  max-width: 65rem;
  z-index: 100;
  position: relative;
  display: inline-block;
}
.gw-quote-front blockquote p {
  margin: 2rem;
}
@media (min-width: 768px) {
  .gw-quote-front blockquote p {
    margin: 4rem;
  }
}

.gw-regi-toolzone, .gw-supervisor-toolzone {
  background: rgba(74, 149, 204, 0.2);
}
.gw-regi-toolzone .custom-checkbox .custom-control-input:not(:checked) .custom-control-label::before, .gw-supervisor-toolzone .custom-checkbox .custom-control-input:not(:checked) .custom-control-label::before {
  background: white;
}
.gw-regi-toolzone .gw-colorbar, .gw-supervisor-toolzone .gw-colorbar {
  position: static;
  height: 0.333rem;
}

.gw-regi-list-group .list-group-item {
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .gw-regi-list-group .list-group-item:after {
    content: "";
    position: absolute;
    right: -1px;
    top: calc(50% - 0.5rem);
    height: 1rem;
    width: 0.6rem;
    background: #f0f0f0;
    border: 1px solid #dfdfdf;
    border-right-color: #f0f0f0;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
.gw-regi-list-group .list-group-item .row {
  background-color: #FFFFFF;
}
.gw-regi-list-group .list-group-item:first-child, .gw-regi-list-group .list-group-item:last-child {
  border-radius: 0;
}

.gw-regi-date {
  display: inline-block;
  background: #4a95cc;
  width: 5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.7rem;
  font-weight: bold;
  border-radius: 0.25rem;
  margin-right: 0.3rem;
}
.gw-regi-date .day {
  font-size: 1.5rem;
  margin: -3px;
}
.gw-regi-date.gw-regi-date-time {
  background: #f0f0f0;
  text-transform: uppercase;
  color: #343a40;
}
.gw-regi-date.gw-regi-date-time .time {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.gw-regi-place .label, .gw-regi-analyse .label {
  color: #87888a;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .gw-regi-place .label, .gw-regi-analyse .label {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .gw-regi-place .wrapper, .gw-regi-analyse .wrapper {
    background: #fafafa;
    padding: 0.4rem 0.5rem;
    border-radius: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
.gw-regi-place .title, .gw-regi-analyse .title {
  margin-bottom: 0.25rem;
  font-weight: bold;
  font-size: 1.25rem;
}

.gw-regi-analyse .title {
  font-size: 1rem;
}

.gw-regi-price {
  display: flex;
  align-items: center;
  align-self: stretch;
}
@media (max-width: 991.98px) {
  .gw-regi-price {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .gw-regi-price {
    justify-content: center;
  }
}
.gw-regi-price .value {
  font-size: 0.85rem;
  font-weight: bold;
}

.gw-regi-month {
  list-style: none;
}
.gw-regi-month p {
  margin: 1rem 0 0.5rem;
  font-weight: bold;
  color: #87888a;
}

.salery-value:not(:empty):after {
  content: "CHF";
  padding-left: 0.5rem;
}

.lohn-liste.fade-in {
  animation: fadeIn 0.3s;
  animation-fill-mode: forwards;
}

.gw-stepslist .gw-likealink {
  cursor: pointer;
  color: #343a40;
}
.gw-stepslist .gw-likealink:hover {
  color: #343a40;
}
.gw-stepslist .gw-likealink:hover .gw-linktext {
  text-decoration: underline;
}

.gw-sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 2;
}

.gw-table-regi-detail td {
  vertical-align: top;
  padding: 0.25rem 2rem 0.25rem 0;
}

.table.gw-table-va-middle thead th, .table.gw-table-va-middle tbody td {
  vertical-align: middle;
}

.table.gw-table-va-bottom thead th, .table.gw-table-va-bottom tbody td {
  vertical-align: bottom;
}

.gw-dashboard-table .gw-header {
  background-color: #fafafa;
}
.gw-dashboard-table .gw-row:nth-child(2n+1) .row {
  background-color: #fafafa;
}
.gw-dashboard-table .gw-row .row {
  background-color: white;
}
.gw-dashboard-table .gw-row .row:hover {
  background-color: rgb(239.8, 239.8, 239.8);
}
.gw-dashboard-table [class*=col] {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.gw-dashboard-table .gw-link-dark {
  color: #343a40;
}
.gw-dashboard-table .gw-link-dark:hover {
  color: rgb(29.1379310345, 32.5, 35.8620689655);
}

.gw-table-hover thead th {
  border-width: 2px;
  border-top: none;
  background-clip: padding-box;
}
.gw-table-hover tbody .checkbox-container {
  margin-right: 1rem;
  transition: ease opacity 0.3s;
  opacity: 0;
  min-width: 1.5rem;
}
.gw-table-hover tbody .checkbox-container ~ div {
  transform: translateX(-2rem);
  transition: ease transform 0.3s;
}
.gw-table-hover tbody td {
  border-bottom-width: 0;
  border-top: 4px solid #f0f0f0;
  min-width: 6rem;
  max-width: 10rem;
}
.gw-table-hover tbody td.applicant {
  min-width: 10rem;
  max-width: 15rem;
}
.gw-table-hover tbody td.applicant .gw-preview-image-large {
  min-width: 5rem;
}
.gw-table-hover tbody td.applicant .applicant-details {
  min-width: 10rem;
}
.gw-table-hover tbody td.evaluation {
  max-width: 7rem;
  width: 7rem;
}
.gw-table-hover tbody .gw-table-row-content th, .gw-table-hover tbody .gw-table-row-content td {
  -webkit-transition: ease background-color 0.3s;
  transition: ease background-color 0.3s;
}
.gw-table-hover tbody .gw-table-row-content:hover th, .gw-table-hover tbody .gw-table-row-content:hover td {
  background-color: #f4f4f4;
}
.gw-table-hover tbody .gw-table-row-content.marked th, .gw-table-hover tbody .gw-table-row-content.marked td {
  background-color: rgba(175, 200, 229, 0.3);
}
.gw-table-hover tbody .gw-table-row-inactive:not(:hover) .gw-preview-image {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.gw-table-hover tbody .gw-table-row-inactive:not(:hover) .text-primary-700, .gw-table-hover tbody .gw-table-row-inactive:not(:hover) .text-tealish, .gw-table-hover tbody .gw-table-row-inactive:not(:hover) a {
  color: #6c757d !important;
}
.gw-table-hover tbody .gw-table-row-inactive:not(:hover) .badge-red-dark {
  background-color: #87888a;
}
.gw-table-hover tbody .gw-table-row-inactive:not(:hover) .badge-outline-primary-700 {
  border-color: #87888a;
  color: #87888a;
}
.gw-table-hover tbody .gw-table-row-inactive:not(:hover) .text-green-500 {
  color: #6c757d !important;
}
.gw-table-hover.gw-table-hover-pointer tbody .gw-table-row-content:hover th, .gw-table-hover.gw-table-hover-pointer tbody .gw-table-row-content:hover td {
  cursor: pointer;
}
.gw-table-hover.edit-modus.gw-table-hover-pointer tbody .gw-table-row-content:hover th, .gw-table-hover.edit-modus.gw-table-hover-pointer tbody .gw-table-row-content:hover td {
  cursor: initial;
}
.gw-table-hover.edit-modus .checkbox-container {
  opacity: 1;
}
.gw-table-hover.edit-modus .checkbox-container ~ div {
  transform: translateX(0);
}
.gw-table-hover tfoot td {
  border-width: 0px;
}

.gw-teammember .abteilung {
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0.5;
}
.gw-teammember .name {
  font-weight: 700;
}
.gw-teammember .title {
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
}
.gw-teammember .funktion {
  font-size: 14px;
}

.gw-text-box {
  background: white;
  padding: 0.5rem 1rem;
}

@media (min-width: 768px) {
  .gw-text-box {
    padding: 1.5rem 3rem;
  }
}
.gw-toast-container {
  position: fixed;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1060;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media (min-width: 992px) {
  .gw-toast-container {
    bottom: 8rem;
  }
}

.toast {
  min-width: 20rem;
}
.toast .toast-header i {
  border-radius: 100%;
  padding: 0.5rem;
  margin-right: 1.5rem;
}
.toast .toast-header p {
  margin-right: auto;
  margin-bottom: 0;
}
.toast .toast-header button.close {
  margin-left: auto !important;
  padding-left: 2rem;
}
.toast.gw-toast-success .toast-header {
  border-left: 4px solid #336d37;
}
.toast.gw-toast-success .toast-header i {
  color: #336d37;
  background-color: #cdd2c6;
}
.toast.gw-toast-danger .toast-header {
  border-left: 4px solid #dc3545;
}
.toast.gw-toast-danger .toast-header i {
  color: #9b2e29;
  background-color: #e7d2ce;
}
.toast.gw-toast-info .toast-header {
  border-left: 4px solid #7bafda;
}
.toast.gw-toast-info .toast-header i {
  color: #007fbf;
  background-color: #afc8e5;
}
.toast.gw-toast-warning .toast-header {
  border-left: 4px solid #deb45e;
}
.toast.gw-toast-warning .toast-header i {
  color: #c78810;
  background-color: #e9cea2;
}

header.gw-be-header ~ .gw-toast-container {
  top: unset;
  bottom: 0;
  height: initial;
}
header.gw-be-header ~ .gw-toast-container .gw-toast-inner {
  position: relative;
}

.gw-timeline {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.gw-timeline:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  width: 5px;
  background: #87888a;
  left: 15%;
  margin-left: -2.5px;
}
.gw-timeline > li {
  position: relative;
  min-height: 50px;
  padding: 0.25rem 0;
}
.gw-timeline .gw-timeline-time {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 30%;
  text-align: center;
}
.gw-timeline .gw-timeline-body {
  margin-left: 33%;
  margin-right: 10%;
  background: white;
  position: relative;
  padding: 1rem 1.3rem;
  border-radius: 6px;
}
.gw-timeline .gw-timeline-body:before {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-right-color: transparent;
  border-right-color: #fff;
  left: -20px;
  top: 20px;
}
@media (min-width: 768px) {
  .gw-timeline:before {
    left: 10%;
  }
  .gw-timeline .gw-timeline-time {
    width: 20%;
  }
  .gw-timeline .gw-timeline-body {
    margin-left: 21%;
  }
}

.gw-confirmation-popup {
  z-index: 9999;
}

.modal-content .gw-confirmation-popup ~ div, .modal-content .gw-confirmation-popup ~ form > div {
  transition: ease opacity 0.3s;
}
.modal-content .gw-confirmation-popup.show ~ div, .modal-content .gw-confirmation-popup.show ~ form > div, .modal-content .gw-confirmation-popup.collapsing ~ div, .modal-content .gw-confirmation-popup.collapsing ~ form > div {
  opacity: 0.5;
}

.gw-counter-list {
  list-style: none;
  counter-reset: list-counter;
  padding-left: 0;
}
.gw-counter-list li.nav-link {
  display: flex;
  align-items: center;
  color: #c78810;
  counter-increment: list-counter;
  transition: ease color 0.3s;
  cursor: pointer;
  font-weight: bold;
  padding: 0.5rem 0;
}
.gw-counter-list li.nav-link:before {
  position: relative;
  content: counter(list-counter);
  margin-right: 0.75rem;
  color: #c78810;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #c78810;
  border-radius: 50%;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.5rem;
  transition: ease all 0.3s;
  font-weight: bold;
}
.gw-counter-list li.nav-link:hover, .gw-counter-list li.nav-link.active {
  color: rgb(128.1930232558, 87.6093023256, 10.3069767442);
  background: #f8f9fa;
  box-shadow: 0.5rem 0 0 #f8f9fa, -0.5rem 0 0 #f8f9fa;
}
.gw-counter-list li.nav-link:hover:before, .gw-counter-list li.nav-link.active:before {
  color: rgb(128.1930232558, 87.6093023256, 10.3069767442);
  border-color: rgb(128.1930232558, 87.6093023256, 10.3069767442);
}

.gw-highlight-box {
  background-color: #fafafa;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.birthdate-dot {
  margin-right: 0.125rem;
}

.gw-pre-line {
  white-space: pre-line;
}

#CustomConfirmDialog .modal-content.gw-confirm-orange .modal-body .text-red-dark {
  color: #c78810 !important;
}
#CustomConfirmDialog .modal-content.gw-confirm-orange .modal-footer #CustomConfirmDialogYes.btn-red-dark {
  background: #c78810;
  border-color: #c78810;
}
#CustomConfirmDialog .modal-content.gw-confirm-orange .modal-footer #CustomConfirmDialogYes.btn-red-dark:hover, #CustomConfirmDialog .modal-content.gw-confirm-orange .modal-footer #CustomConfirmDialogYes.btn-red-dark:active {
  background: rgb(161.2362790698, 110.191627907, 12.9637209302);
  border-color: rgb(161.2362790698, 110.191627907, 12.9637209302);
}
#CustomConfirmDialog .modal-content.gw-confirm-orange .modal-footer #CustomConfirmDialogYes.btn-red-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 180, 94, 0.5);
}

.gw-mobile-navigation-wrapper + .row .profession-description ~ h4 {
  position: sticky;
  top: 0;
  padding: 1rem 0;
  background: #f0f0f0;
  z-index: 1;
}
.gw-mobile-navigation-wrapper + .row .col-md-8 {
  margin-bottom: 1rem;
}

/*
.card.message-out {
    margin-left: 1rem;
    border-width: 0;

    .card-header {
        background: #ccddf0;
        border-color: white;
        border-width: 2px;
    }

    .card-body {
        background: #dfeaf6;
    }
    &.deleted {
        .card-header {
            background: #e1e1e1;
        }
        .card-body {
            background: #eee;
        }
    }
}

.card.message-in {
    margin-right: 1rem;
    &.deleted {
        border-width: 0;
        .card-header {
            background: #e1e1e1;
            border-width: 2px;
            border-color: white;
        }
        .card-body {
            background: #eee;
        }
    }
}


@include media-breakpoint-up(md) {
    .card.message-out {
        margin-left: 3rem;
    }

    .card.message-in {
        margin-right: 3rem;
    }
}
    */
#CompanyLocationProfileInfosGrid .btn.btn-outline-primary-700:not(:hover), #Company_CompanyLocationProfession_Index_Container .btn.btn-outline-primary-700:not(:hover),
#Company_Apprenticeship_Index_Container .btn.btn-outline-primary-700:not(:hover), #Company_CompanyPersonAdministration_Index_Container .btn.btn-outline-primary-700:not(:hover),
#Company_WorkflowStates_Index_Holder .btn.btn-outline-primary-700:not(:hover), #Company_MessageTemplates_Index .btn.btn-outline-primary-700:not(:hover),
#Company_CompanyProfileRating_Index_Container .btn.btn-outline-primary-700:not(:hover), #Company_ApplicantNoteTemplatesGrid_Container .btn.btn-outline-primary-700:not(:hover) {
  color: #007fbf;
  border-color: transparent;
  transition: ease background 0.3s;
}
#CompanyLocationProfileInfosGrid .btn.btn-outline-primary-700:hover, #CompanyLocationProfileInfosGrid .btn.btn-outline-primary-700:active, #Company_CompanyLocationProfession_Index_Container .btn.btn-outline-primary-700:hover, #Company_CompanyLocationProfession_Index_Container .btn.btn-outline-primary-700:active,
#Company_Apprenticeship_Index_Container .btn.btn-outline-primary-700:hover,
#Company_Apprenticeship_Index_Container .btn.btn-outline-primary-700:active, #Company_CompanyPersonAdministration_Index_Container .btn.btn-outline-primary-700:hover, #Company_CompanyPersonAdministration_Index_Container .btn.btn-outline-primary-700:active,
#Company_WorkflowStates_Index_Holder .btn.btn-outline-primary-700:hover,
#Company_WorkflowStates_Index_Holder .btn.btn-outline-primary-700:active, #Company_MessageTemplates_Index .btn.btn-outline-primary-700:hover, #Company_MessageTemplates_Index .btn.btn-outline-primary-700:active,
#Company_CompanyProfileRating_Index_Container .btn.btn-outline-primary-700:hover,
#Company_CompanyProfileRating_Index_Container .btn.btn-outline-primary-700:active, #Company_ApplicantNoteTemplatesGrid_Container .btn.btn-outline-primary-700:hover, #Company_ApplicantNoteTemplatesGrid_Container .btn.btn-outline-primary-700:active {
  color: #007fbf;
  border-color: transparent;
  background: #eceded;
}

.gw-btn-edulog-login {
  transition: ease opacity 0.3s;
}
.gw-btn-edulog-login:hover {
  opacity: 0.7;
}

.gw-abo-wrapper {
  height: 100% !important;
}

.gw-abo-box {
  padding: 0 0 1rem 0;
  background: #eceded;
  color: white;
  text-align: center;
}
.gw-abo-box .gw-abo-header {
  background: #007fbf;
  min-height: 1rem;
  opacity: 0;
}
.gw-abo-box .gw-abo-zusatz {
  margin: 1rem 0;
  background: #a1b8cd;
  margin-left: 3rem;
  height: 2rem;
  line-height: 2rem;
  position: relative;
  opacity: 0.5;
}
.gw-abo-box .gw-abo-zusatz:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 0.5rem 0 0;
  border-color: #eceded transparent transparent transparent;
}
.gw-abo-box .gw-abo-zusatz.premium {
  background: #648c4e;
}
.gw-abo-box.included {
  background: #afc8e5;
}
.gw-abo-box.included .gw-abo-zusatz {
  opacity: 1;
}
.gw-abo-box.included .gw-abo-zusatz:after {
  border-top-color: #afc8e5;
}
.gw-abo-box.active {
  background: #afc8e5;
}
.gw-abo-box.active .gw-abo-header {
  opacity: 1;
}
.gw-abo-box.active .gw-abo-zusatz {
  opacity: 1;
}
.gw-abo-box.active .gw-abo-zusatz:after {
  border-top-color: #afc8e5;
}
@media (min-width: 992px) {
  .gw-abo-box.box-1 {
    min-height: 11rem;
    height: 11rem;
  }
  .gw-abo-box.box-2 {
    min-height: 14rem;
    height: 14rem;
  }
  .gw-abo-box.box-3 {
    min-height: 17rem;
    height: 17rem;
  }
  .gw-abo-box.box-4 {
    min-height: 20rem;
    height: 20rem;
  }
}
.gw-abo-box .gw-abo-title {
  text-transform: uppercase;
  font-weight: bold;
}

.gw-wayfi-execution-professionareas-top3 .gw-pa-image {
  border-radius: 0;
}

.gw-company-applicant-new-message .gw-company-applicant-name {
  color: #007fbf;
}
.gw-company-applicant-new-message .gw-company-applicant-name:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #007fbf;
  position: absolute;
  margin-left: -0.7rem;
  border-radius: 1rem;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .gw-company-applicant-new-message .gw-company-applicant-name:before {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: -1.5rem;
    margin-top: 10px;
  }
}

.gw-company-chat-application {
  background: white;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.gw-company-chat-application .gw-header [class^=col] {
  background: #d6e3dd;
  color: #3f866c;
}
.gw-company-chat-application .gw-header .gw-text {
  padding: 0.25rem 0 0.25rem 0.75rem;
}
.gw-company-chat-application .gw-header .gw-note {
  text-align: right;
  padding: 0.25rem 0.5rem 0.25rem 0;
}
.gw-company-chat-application .gw-body {
  padding: 0.25rem 0.75rem 0;
}
.gw-company-chat-application .gw-footer {
  padding: 0.25rem 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  color: #6c757d;
}
.gw-company-chat-application.deleted .gw-header [class^=col] {
  background: #e7d2ce;
  color: #9b2e29;
}
.gw-company-chat-application .gw-company-chat-application-counter {
  font-size: 90%;
}
.gw-company-chat-application.unread .gw-application-title {
  color: #007fbf;
}
.gw-company-chat-application.unread .gw-application-title:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: #007fbf;
  position: absolute;
  margin-left: -1.2rem;
  border-radius: 1rem;
  margin-top: 6px;
}
.gw-company-chat-application .gw-application-footer {
  border-top: 1px solid #ccc;
  padding-top: 0.5rem;
}
.gw-company-chat-application.new {
  border: 2px dashed #ddd;
  background: #f6f6f6;
}
.gw-company-chat-application.new:hover {
  background: white;
}

.gw-message {
  border: 1px solid #ccc;
  padding-left: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}
.gw-message .gw-message-part {
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 0.5rem 0.5rem 0;
  word-wrap: break-word;
}
.gw-message .gw-message-part p {
  word-wrap: break-word;
}
.gw-message .gw-message-part:last-of-type {
  border-bottom: none;
}
.gw-message .gw-message-part.attachment .gw-message-downloads .gw-message-download {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  border-radius: 0.25rem;
}
@media (min-width: 576px) {
  .gw-message .gw-message-part.attachment .gw-message-downloads .gw-message-download {
    width: 13rem;
    max-width: 13rem;
  }
}
.gw-message .gw-message-part.attachment .gw-message-downloads .gw-message-download i {
  font-size: 1.25rem;
}
.gw-message .gw-message-part.attachment .gw-message-downloads .gw-message-download span {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.25rem;
}
.gw-message .gw-message-part a {
  word-break: break-all;
}
.gw-message .gw-message-part-details {
  background-color: rgba(130, 130, 130, 0.05);
}
.gw-message.out {
  margin-left: 3rem;
  background: #f0f0f0;
}
.gw-message.in {
  margin-right: 3rem;
  /* uncomment when GAT started 
  &:not(.deleted) .subject-title:hover:before {
      content: '';
      width: .5rem;
      height: .5rem;
      background: $byline-500;
      position: absolute;
      margin-left: -.7rem;
      border-radius: 1rem;
      margin-top: 8px;
  }
  */
}
.gw-message.in.unread .subject {
  color: #007fbf;
}
.gw-message.in.unread .subject:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #007fbf;
  position: absolute;
  margin-left: -0.7rem;
  border-radius: 1rem;
  margin-top: 8px;
}
.gw-message.in.unread .subject-title {
  color: #007fbf;
}
.gw-message.in.unread .subject-title:before, .gw-message.in.unread .subject-title:hover:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #007fbf;
  position: absolute;
  margin-left: -0.7rem;
  border-radius: 1rem;
  margin-top: 8px;
}
.gw-message.deleted {
  border-color: #c99e93;
  color: #888;
}
.gw-message.deleted .gw-message-part {
  border-color: #c99e93;
}
.gw-message.deleted [class^=gw-border-bottom-] {
  border-color: #c99e93;
}
.gw-message.reply .gw-message-reply-header {
  cursor: pointer;
  text-align: center;
  color: #c78810;
  padding: 0.5rem 0;
}
.gw-message.reply .gw-message-reply-header:hover {
  color: rgb(128.1930232558, 87.6093023256, 10.3069767442);
}
@media (min-width: 768px) {
  .gw-message {
    padding-left: 2rem;
  }
  .gw-message .gw-message-part {
    padding: 0.5rem 1.5rem 0.5rem 0;
  }
  .gw-message .message {
    width: 85%;
  }
  .gw-message.in.unread .subject:before {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: -1.5rem;
    margin-top: 4px;
  }
  .gw-message.in:not(.deleted) .subject-title:hover:before {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: -1.5rem;
    margin-top: 4px;
  }
  .gw-message.in.unread .subject-title:before {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: -1.5rem;
    margin-top: 4px;
  }
}

@media (min-width: 768px) {
  .gw-column-count-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.gw-customlist-openpositions {
  padding: 0 1rem 2rem;
}
.gw-customlist-openpositions .gw-header {
  font-weight: bold;
  align-items: center;
  border-top: 1px solid #7bafda;
  border-bottom: 1px solid #7bafda;
}
@media (min-width: 1200px) {
  .gw-customlist-openpositions .gw-header {
    font-size: 0.85rem;
  }
}
.gw-customlist-openpositions .gw-header > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gw-customlist-openpositions .gw-header div + div {
  text-align: center;
  display: none;
}
@media (min-width: 1200px) {
  .gw-customlist-openpositions .gw-header div + div {
    display: block;
  }
}
.gw-customlist-openpositions .gw-contentrow {
  border-top: 1px solid #7bafda;
}
.gw-customlist-openpositions .gw-contentrow > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gw-customlist-openpositions .gw-contentrow div + div {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .gw-customlist-openpositions .gw-contentrow div + div {
    text-align: center;
    padding-top: 0.5rem;
  }
}
.gw-customlist-openpositions .gw-contentrow .gw-typelabel {
  margin-right: 0.5rem;
  color: #6c757d;
}
@media (min-width: 1200px) {
  .gw-customlist-openpositions .gw-contentrow .gw-typelabel {
    display: none;
  }
}
.gw-customlist-openpositions .gw-contentrow .gw-jobindicator {
  font-size: 1.33rem;
}

.gw-table-messages tr.unread {
  background-color: #f6f6f6;
  border-left: 2px solid #007fbf;
}
.gw-table-messages tr.unread .date, .gw-table-messages tr.unread .caption {
  color: #007fbf;
  font-weight: bold;
}
.gw-table-messages {
  /*
  .unread .message-type i[class^=icon-]:after {
      content: '';
      width: 8px;
      height: 8px;
      background: #007fbf;
      top: -9px;
      position: relative;
      display: inline-block;
      border-radius: 1rem;
      right: 5px;
  }
  */
}
.gw-table-messages .candidate {
  max-width: 14rem;
}
.gw-table-messages td:nth-child(even), .gw-table-messages th:nth-child(even) {
  padding-left: 0;
  padding-right: 0;
}
.gw-table-messages td:nth-child(3n), .gw-table-messages th:nth-child(3n) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.gw-table-messages tr.deactivated {
  color: #87888a;
}
.gw-table-messages tr.deactivated .content {
  font-style: italic;
}

.gw-process-config {
  border: 1px solid #c5c6c8;
  background: #fafafa;
  padding: 2rem;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
}
.gw-process-config .gw-process-step {
  border-top: 2px solid #E6E6E6;
}

ul.gw-process-list:not(.gw-nobullets) {
  padding-left: 1.25rem;
  list-style: none;
}
ul.gw-process-list:not(.gw-nobullets) li {
  margin-bottom: 0.5rem;
}
ul.gw-process-list:not(.gw-nobullets) li:before {
  content: "";
  display: inline-block;
  margin-left: -1.25rem;
  margin-right: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #adcbbf;
}
ul.gw-process-list:not(.gw-nobullets) li.active {
  font-weight: bold;
}
ul.gw-process-list:not(.gw-nobullets) li.active.secondary:before {
  background: #c78810;
}
ul.gw-process-list:not(.gw-nobullets) li.active.red-dark:before {
  background: #9b2e29;
}
ul.gw-process-list:not(.gw-nobullets) li.active ~ li:before {
  background: transparent;
  border: 1px solid #c5c6c8;
}
ul.gw-process-list:not(.gw-nobullets) li .badge {
  max-width: 85%;
  color: white;
}

.gw-product {
  padding: 1rem;
  background: #f6f6f6;
  border: 2px dashed #ddd;
  text-align: center;
  color: #87888a;
}
.gw-product:hover {
  background: #fafafa;
}
.gw-product.booked {
  background: #afc8e5;
  border: 3px solid #afc8e5;
  color: white;
}

.gw-profile-card {
  background: white;
  border-radius: 0.4rem;
  overflow: hidden;
  transition: box-shadow 0.4s ease;
}
.gw-profile-card .gw-profile-card-body {
  border: 1px solid #eceded;
  border-bottom: none;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.gw-profile-card:hover {
  box-shadow: 2px 2px 6px rgba(70, 48, 6, 0.25);
  transition: box-shadow 0.1s ease;
}

.gw-collapse-saveadvancedfilter {
  min-width: 100%;
}
.gw-collapse-saveadvancedfilter.collapsed {
  min-width: 3rem;
}

.table-byline-300 td {
  border-color: #c5c6c8 !important;
}

.table-byline-300 th {
  border-bottom-color: #c5c6c8 !important;
  border-top-color: transparent !important;
}

.table.gw-valign-middle td {
  vertical-align: middle;
}

.gw-variables-list li {
  padding: 0.25rem 3px;
  border-bottom: 1px solid #87888a;
  cursor: pointer;
}
.gw-variables-list li:hover {
  background: #c5c6c8;
}
.gw-variables-list li.star:after {
  content: "*";
  margin-left: 0.25rem;
}
.gw-variables-list li.doubleStar:after {
  content: "**";
  margin-left: 0.25rem;
}
.gw-variables-list li.disabled:hover {
  cursor: not-allowed;
  background: none;
}

.company-description ul, .profession-description ul, .triffuns-description ul {
  padding: 0;
}
.company-description ul:not(.gw-nobullets), .profession-description ul:not(.gw-nobullets), .triffuns-description ul:not(.gw-nobullets) {
  padding-left: 1.25rem;
}
.company-description ul:not(.gw-nobullets) li, .profession-description ul:not(.gw-nobullets) li, .triffuns-description ul:not(.gw-nobullets) li {
  padding-left: 0.25rem;
  margin-bottom: 0.5rem;
  position: relative;
}

.gw-gallery-nav .gw-selector {
  margin-bottom: 0.75rem;
  width: 100%;
  height: 3.5rem;
  background-position: center;
  background-size: cover;
  filter: brightness(0.7);
  transition: ease filter 0.3s;
}
@media (min-width: 768px) {
  .gw-gallery-nav .gw-selector {
    height: 3.5rem;
  }
  .gw-gallery-nav .gw-selector.active {
    transform: scale(1.03);
  }
}
@media (min-width: 992px) {
  .gw-gallery-nav .gw-selector {
    height: 2.7rem;
  }
}
@media (min-width: 1200px) {
  .gw-gallery-nav .gw-selector {
    height: 3.4rem;
  }
}
.gw-gallery-nav .gw-selector:hover {
  filter: brightness(1);
}
.gw-gallery-nav .gw-selector.active {
  filter: brightness(1);
}

.gw-company-header {
  background: white;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.gw-company-header .gw-company-image {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1296/368;
  background-position: center;
}
.gw-company-header .gw-company-detail-wrapper {
  padding: 1rem;
}
.gw-company-header .gw-company-detail-wrapper h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .gw-company-header .gw-company-detail-wrapper {
    padding: 1.5rem;
  }
}
.gw-company-header .gw-company-logo {
  width: 10rem;
  height: 10rem;
  border-radius: 0.25rem;
  background: white;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  border: 1px solid #dee2e6;
}
@media (min-width: 768px) {
  .gw-company-header .gw-company-logo {
    margin-bottom: 0;
  }
}
.gw-company-header .gw-company-logo img {
  max-height: 100%;
}
.gw-company-header .gw-company-facts {
  flex-basis: 320px;
  flex-grow: 1;
}
.gw-company-header .gw-company-facts .gw-offer-startdate {
  background: #d6e3dd;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  font-size: 0.85rem;
}
.gw-company-header .gw-company-facts .gw-offer-startdate p {
  margin-bottom: 0;
}
.gw-company-header .gw-company-facts .gw-offer-startdate p .gw-title {
  color: #3f866c;
}
.gw-company-header .gw-divider {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .gw-company-header .gw-divider {
    padding: 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .gw-company-header .gw-company-navbar {
    padding: 0 1.5rem;
  }
}
.gw-company-header .gw-company-navbar .navbar-nav {
  white-space: nowrap;
  overflow-x: auto;
}
.gw-company-header .gw-company-navbar .nav-item {
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.gw-company-header .gw-company-navbar .nav-item.active {
  background: rgba(175, 200, 229, 0.6);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.gw-company-header .gw-company-navbar .nav-item.active:first-child {
  margin-left: 0;
}
.gw-company-header .gw-company-navbar .nav-item .nav-link:not(.disabled) {
  color: #007fbf;
}
.gw-company-header .gw-company-navbar .nav-item .nav-link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 0.25rem;
}
.gw-company-header .gw-company-navbar .nav-item .nav-link span.badge {
  padding-left: 0.525rem;
  padding-right: 0.525rem;
}
.gw-company-header .gw-company-navbar .nav-item .nav-link:hover:not(.disabled) {
  color: rgb(0, 76.1335078534, 114.5);
  background: #eceded;
}
.gw-company-header .gw-company-navbar .nav-item .nav-link:hover:not(.disabled) .badge-byline-300 {
  background: white !important;
}
@media (min-width: 768px) {
  .gw-company-header .gw-ul-split {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .gw-company-header .gw-ul-split li {
    break-inside: avoid-column;
  }
}

.gw-pro .gw-company-header .gw-company-image {
  aspect-ratio: 1044/368;
}

.gw-c-images-wrapper a img {
  transition: box-shadow 0.33s ease, transform 0.33s ease;
  border-radius: 0 !important;
}
.gw-c-images-wrapper a img:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 3px 6px rgba(70, 48, 6, 0.25);
  transition: box-shadow 0.1s ease, transform 0.33s ease;
}

.gw-c-flavio-teaser {
  background: #fafafa;
  padding: 1.5rem;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
}

.gw-c-flavio-tipp {
  background: white;
  padding: 1.5rem;
  border-left: 0.5rem solid #c78810;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
}

.gw-c-flavio-info {
  border: 1px solid #c5c6c8;
  padding: 1.5rem;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
}
.gw-c-flavio-info.triffuns-description a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
}

.gw-c-flavio-details {
  background: #fafafa;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.gw-c-flavio-details .gw-detail-color, .gw-c-flavio-details .text-tealish {
  color: #007fbf !important;
}

.gw-image-wrap-16by9 {
  position: relative;
  padding-bottom: 54%;
}
.gw-image-wrap-16by9 img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gw-profession-teaser {
  transition: box-shadow 0.33s ease, transform 0.33s ease;
  height: 100%;
}
.gw-profession-teaser:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 3px 6px rgba(70, 48, 6, 0.25);
  transition: box-shadow 0.1s ease, transform 0.33s ease;
}

.gw-list-group-item-offerlist {
  background: #f8f9fa;
}

.gw-c-open-offers {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(70, 48, 6, 0.25);
}
.gw-c-open-offers .gw-c-open-apprenticeships, .gw-c-open-offers .gw-c-open-trialapprenticeships, .gw-c-open-offers .gw-c-open-internships {
  padding: 0.75rem 1.25rem;
}

.gw-list-group-collapse {
  margin-bottom: 1.5rem;
}
.gw-list-group-collapse .list-group-item-action {
  transition: margin ease 0.3s;
}
.gw-list-group-collapse .list-group-item-action:not(.collapsed) {
  margin-top: 1rem;
}
.gw-list-group-collapse .list-group-item-action:not(.collapsed):first-child {
  margin-top: 0;
}
.gw-list-group-collapse .list-group-item-action:not(.collapsed) + .collapse {
  margin-bottom: 1rem;
}
.gw-list-group-collapse .list-group-item-action:not(.collapsed) i.icon-chevron-right {
  transform: rotate(90deg) translateY(5px);
}

.gw-joboffer-results .gw-ep-logo-nolink {
  max-width: 156px;
}

/* Applicant Certificate Download */
.gw-certificate-head {
  margin-bottom: 1.5rem;
}
.gw-certificate-head .text {
  font-size: 1.25rem;
  font-weight: 700;
}

.gw-certificates-by-profession {
  margin-bottom: 1rem;
}
.gw-certificates-by-profession .title {
  margin-bottom: 0.5rem;
}
.gw-certificates-by-profession .reorder {
  margin-top: 1.5rem;
}

.gw-certificate-one-profession {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.gw-certificate-one-profession:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}
.gw-certificate-one-profession .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.gw-certificate-one-profession .wrapper .left {
  width: 100%;
}
.gw-certificate-one-profession .wrapper .tags {
  margin-bottom: 0.25rem;
}
.gw-certificate-one-profession .btn {
  padding: 0.25rem 0.5rem;
}

@media (min-width: 768px) {
  .gw-certificate-one-profession .wrapper {
    flex-direction: row;
  }
  .gw-certificate-one-profession .wrapper .left {
    width: auto;
  }
}
.gw-list-group-candidate-booking-list .list-group-item {
  cursor: pointer;
}
.gw-list-group-candidate-booking-list .list-group-item[data-toggle=collapse]:not(.collapsed) {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  font-weight: bold;
}
.gw-list-group-candidate-booking-list .list-group-item[data-toggle=collapse]:not(.collapsed) .btn .icon-chevron-down:before {
  content: "\e93a";
}

.gw-applicant-firstsee.gw-hide .gw-fs-button {
  opacity: 0;
  transform: translateY(6rem);
  transition: ease 0.6s opacity, ease-in 0.7s transform;
}
.gw-applicant-firstsee.gw-hide .gw-fs-text {
  opacity: 0;
  transform: translateY(7rem);
  transition: ease 0.8s opacity, ease-in 0.85s transform;
  transition-delay: 0.1s;
}
.gw-applicant-firstsee.gw-hide .gw-fs-image {
  opacity: 0;
  transform: translateY(8rem);
  transition: ease 1s opacity, ease-in 1s transform;
  transition-delay: 0.2s;
}

.gw-applicant-editarea .gw-applicant-editform {
  transition: ease-out 0.5s all;
  transform: translateY(-2rem);
  opacity: 0;
}
.gw-applicant-editarea .gw-applicant-editform.gw-show {
  opacity: 1;
  transform: none;
}

.gw-applicant-overview-youtube {
  min-height: 10rem;
}

@media (min-width: 576px) {
  .gw-applicant-overview-youtube {
    min-height: 16rem;
  }
}
@media (min-width: 768px) {
  .gw-applicant-overview-youtube {
    min-height: 14rem;
  }
}
@media (min-width: 992px) {
  .gw-applicant-overview-youtube {
    min-height: 17rem;
  }
}
@media (min-width: 1200px) {
  .gw-applicant-overview-youtube {
    min-height: 20.5rem;
  }
}
.gw-profilepicture-placeholder {
  font-size: 10rem;
  line-height: 11rem;
}

.gw-applicant-supervisor-disabled img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.7;
}

.gw-applicant-table .gw-applicant-table-header {
  border-bottom: 1px solid #ccc;
}
.gw-applicant-table .gw-applicant-table-header [class*=col-] {
  font-weight: bold;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gw-applicant-table .gw-applicant-table-row {
  border-top: 1px solid #ccc;
}
.gw-applicant-table .gw-applicant-table-row .inline-header {
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  .gw-applicant-table .gw-applicant-table-row .inline-header {
    display: none;
  }
}

.gw-applicant-sm-icon {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .gw-applicant-sm-icon {
    font-size: 1.75rem;
  }
}

.gw-profile-views {
  background-color: rgba(74, 149, 204, 0.15);
}
.gw-profile-views .gw-profile-views-row {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 2px 3px rgba(0, 0, 0, 0.2);
}

.gw-register-form .custom-control.custom-checkbox {
  margin-bottom: 1rem;
}
.gw-register-form .custom-control.custom-checkbox + .custom-control.custom-checkbox {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .gw-register-form {
    border-radius: 0.5rem;
    overflow: hidden;
    align-items: center;
    background-color: #4a95cc;
    background-image: url("../img/2024/00-Hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .gw-register-form .gw-wrapper {
    padding: 1.5rem;
  }
  .gw-register-form .gw-col-left .gw-h1 {
    color: white;
    font-weight: bold;
    font-size: 3.125rem;
    line-height: 3.4375rem;
    text-shadow: 1px 1px 10px rgba(49, 49, 49, 0.5);
  }
  .gw-register-form .gw-col-right .gw-wrapper {
    margin: 1rem 0;
    padding: 1rem;
    background-color: white;
    border-radius: 1rem;
  }
  .gw-register-form .gw-col-right .badge-primary-500 {
    background-color: transparent !important;
    color: #343a40 !important;
    padding-left: 0 !important;
  }
  .gw-register-form .gw-col-right .badge-primary-500 h4 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .gw-register-form .gw-col-left .gw-h1 {
    font-size: 6rem;
    line-height: 6.25rem;
  }
  .gw-register-form .gw-col-right .gw-wrapper {
    padding: 2rem;
    margin: 6rem 4rem;
  }
}

@media (min-width: 992px) {
  .gw-applicant-profile-inline-form {
    padding: 1rem 1.5rem 1rem 1rem;
  }
}
.gw-applicant-profile-inline-form .gw-inner {
  border: 1px solid #c5c6c8;
  border-radius: 1rem;
  margin: 1rem 0;
}
.gw-applicant-profile-inline-form .gw-inner .gw-row {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #c5c6c8;
}
.gw-applicant-profile-inline-form .gw-inner .gw-row:last-child {
  border: none;
}

.gw-applicant-bookinglist .list-group-item {
  padding-right: 3rem;
}
.gw-applicant-bookinglist .list-group-item:hover {
  z-index: 1;
  box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
}

.gw-current-employer .gw-employer-content {
  position: relative;
}
.gw-current-employer .gw-employer-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #7bafda;
  width: 3px;
  height: 90%;
}

.gw-searchyear-dateyear {
  text-align: center;
  font-weight: 300;
  font-size: 2rem;
  margin: auto;
  background: #eceded;
  width: 4rem;
  height: 1.5rem;
  border-radius: 1.5rem;
}

.gw-searchyear-label {
  text-align: center;
  font-weight: bold;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin: 1rem 0 0;
}

.gw-searchyear-end {
  margin-left: -2px;
}

.gw-searchyear-set .gw-searchyear-dateyear {
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
}
.gw-searchyear-set.gw-searchyear-start .gw-searchyear-dateyear, .gw-searchyear-set.gw-searchyear-start .gw-searchyear-label {
  color: #3f866c;
}
.gw-searchyear-set.gw-searchyear-end .gw-searchyear-dateyear, .gw-searchyear-set.gw-searchyear-end .gw-searchyear-label {
  color: #c78810;
}

.gw-traveldistance {
  text-align: center;
  position: relative;
}
.gw-traveldistance .gw-traveldistance-stroke {
  transform: rotate(-90deg);
}
.gw-traveldistance .gw-traveldistance-stroke circle {
  fill: white;
  stroke: rgb(109.5949367089, 110.5316455696, 112.4050632911);
  stroke-width: 2;
  stroke-dasharray: 570;
  stroke-dashoffset: 570;
  transition: ease stroke-dashoffset 0.4s;
}
.gw-traveldistance .label {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: bold;
  margin-top: 1rem;
}
.gw-traveldistance .value {
  font-weight: 300;
  position: absolute;
  width: 100%;
  top: 7rem;
}

.gw-applicant-chat .gw-applicant-chat-backbutton-row {
  display: none;
}
.gw-applicant-chat .gw-applicant-chat-application {
  background: white;
  text-align: center;
  margin: 0 1rem 1rem 1rem;
  padding: 0.5rem;
  transition: ease all 0.3s;
}
.gw-applicant-chat .gw-applicant-chat-application .gw-application-title {
  color: #c78810;
  font-size: 0.8rem;
  margin: 0.5rem 0;
}
.gw-applicant-chat .gw-applicant-chat-application .gw-application-logo {
  padding: 0 1rem;
}
.gw-applicant-chat .gw-applicant-chat-application:hover .gw-application-title {
  color: rgb(128.1930232558, 87.6093023256, 10.3069767442);
}
.gw-applicant-chat .gw-applicant-chat-application:not(.active) {
  cursor: pointer;
}
.gw-applicant-chat .gw-applicant-chat-application .gw-applicant-chat-application-counter {
  box-shadow: 0 0 0 3px white;
  font-size: 0.9rem;
}
.gw-applicant-chat .gw-applicant-chat-application.deleted {
  padding-top: 0;
  opacity: 0.75;
  border: 1px solid #c99e93;
}
.gw-applicant-chat .gw-applicant-chat-application.deleted .gw-application-logo {
  opacity: 0.5;
}
.gw-applicant-chat .gw-applicant-chat-messages {
  display: none;
}
.gw-applicant-chat .gw-applicant-chat-messages .deleted {
  border: 1px solid #9b2e29;
}
@media (min-width: 992px) {
  .gw-applicant-chat .gw-applicant-chat-application.active {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #4a95cc;
    box-shadow: 0 0 0 0.2rem #afc8e5;
  }
  .gw-applicant-chat .gw-applicant-chat-application.active.deleted {
    opacity: 1;
    border: 1px solid #9b2e29;
    box-shadow: 0 0 0 0.2rem rgba(155, 46, 41, 0.25);
  }
  .gw-applicant-chat .gw-applicant-chat-application.active.deleted .gw-application-logo {
    opacity: 1;
  }
  .gw-applicant-chat .gw-applicant-chat-application.active .gw-application-title {
    color: #343a40;
    font-size: 1rem;
  }
  .gw-applicant-chat .gw-applicant-chat-application.active .gw-application-logo {
    padding: 0;
  }
  .gw-applicant-chat .gw-applicant-chat-messages {
    display: block;
  }
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-backbutton-row {
  display: block;
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application {
  display: none;
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application.active {
  display: block;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #4a95cc;
  box-shadow: 0 0 0 0.2rem #afc8e5;
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application.active.deleted {
  opacity: 1;
  border: 1px solid #9b2e29;
  box-shadow: 0 0 0 0.2rem rgba(155, 46, 41, 0.25);
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application.active.deleted .gw-application-logo {
  opacity: 1;
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application.active .gw-application-title {
  color: #343a40;
  font-size: 1rem;
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application.active .gw-application-logo {
  padding: 0;
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-messages {
  display: block;
}
@media (min-width: 992px) {
  .gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-backbutton-row {
    display: none;
  }
  .gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application {
    display: block;
  }
}

.btn-collapse span.show-collapsed {
  display: none;
}

.btn-collapse.collapsed span.show-collapsed {
  display: inline;
}

.btn-collapse.collapsed span.show-not-collapsed {
  display: none;
}

.gw-location-map-holder {
  background-size: cover;
  background-position: center;
  min-height: 10rem;
}
@media (min-width: 768px) {
  .gw-location-map-holder {
    min-height: 15rem;
  }
}

.gw-dropdown-inside {
  width: calc(100% - 3rem);
  margin-left: 1rem;
}
.gw-dropdown-inside div {
  text-align: left;
}

.applicant-item-inside {
  width: calc(100% - 1rem);
  margin-left: 1rem;
}

.gw-dropdown-applicant-arrow {
  width: 2rem;
  height: auto;
}
.gw-dropdown-applicant-arrow i {
  text-align: center;
}

.gw-dropdown-toggle-applicant {
  box-sizing: border-box;
  width: 100%;
  border: 3px solid white !important;
}
.gw-dropdown-toggle-applicant:after {
  display: none;
}
.gw-dropdown-toggle-applicant:hover {
  border: 3px solid #7bafda !important;
}

.notification-applicant {
  position: absolute;
  left: 1rem;
}

.gw-dropdown-menu {
  width: calc(100% - 2rem);
}

.gw-dropdown-applicant-search {
  width: calc(100% - 1rem);
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
  border: none;
  border-radius: 0;
}
.gw-dropdown-applicant-search:active, .gw-dropdown-applicant-search:focus {
  border-color: #007fbf;
}

.gw-dropdown-item-applicant {
  background-color: white;
}

@media (min-width: 768px) {
  .gw-badge-applicant {
    display: block;
  }
}
.gw-badge-applicant mark {
  padding: 0;
}

.gw-dropdown-applicant.show .btn {
  box-shadow: 0 0 0 0.2rem #afc8e5;
}
.gw-dropdown-applicant.show .btn .gw-dropdown-applicant-arrow i:before {
  content: "\e93a";
}

.gw-dropdown-applicant.show + .row {
  opacity: 0.4;
  transform: scale(0.95);
}

.gw-dropdown-applicant + .row {
  transition: ease all 0.3s;
}

.gw-dropdown-applicant .row {
  background-color: transparent !important;
}

.applicant-item {
  position: relative;
}
.applicant-item:hover {
  background-color: #fafafa !important;
}

.applicant-item-deleted {
  color: #e7d2ce !important;
}
.applicant-item-deleted:hover {
  background-color: white !important;
  color: #e7d2ce !important;
}

.bg-darkergrey {
  background-color: #E6E6E6;
}

.gw-message-applicant-reply-button {
  background-color: #7bafda;
  padding: 0.5rem;
  margin-bottom: 0;
  cursor: pointer;
  text-align: center;
}

.gw-message-applicant-reply {
  color: white;
  margin: 1rem;
  padding: 0.5rem;
  margin-bottom: 2rem;
}

.gw-message-applicant-reply-form {
  background-color: white;
  padding: 1rem;
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.gw-message-applicant {
  background-color: white;
  position: relative;
  margin: 1rem;
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
}
.gw-message-applicant .gw-message-part {
  word-wrap: break-word;
}
.gw-message-applicant p {
  word-wrap: break-word;
}
.gw-message-applicant a {
  word-break: break-all;
}
@media (min-width: 576px) {
  .gw-message-applicant {
    padding-left: 2rem;
  }
}
.gw-message-applicant.in {
  margin-right: 2rem;
}
@media (min-width: 576px) {
  .gw-message-applicant.in {
    margin-right: 3rem;
  }
}
.gw-message-applicant.in:after {
  content: "";
  position: absolute;
  top: 1rem;
  left: -15px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: white;
  border-left: 0;
  border-top: 0;
}
.gw-message-applicant.out {
  margin-left: 2rem;
}
@media (min-width: 576px) {
  .gw-message-applicant.out {
    margin-left: 3rem;
  }
}
.gw-message-applicant.out:after {
  content: "";
  position: absolute;
  top: 1rem;
  right: -15px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: white;
  border-right: 0;
  border-top: 0;
}

.gw-message-applicant-top {
  border-bottom: 1px solid black;
  margin-bottom: 1rem;
}
.gw-message-applicant-top .gw-message-downloads {
  margin-bottom: 0.5rem;
}
.gw-message-applicant-top .gw-message-downloads .gw-message-download {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  border-radius: 0.25rem;
}
@media (min-width: 576px) {
  .gw-message-applicant-top .gw-message-downloads .gw-message-download {
    width: 13rem;
    max-width: 13rem;
  }
}
.gw-message-applicant-top .gw-message-downloads .gw-message-download i {
  font-size: 1.5rem;
}
.gw-message-applicant-top .gw-message-downloads .gw-message-download span {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5rem;
}

.gw-message-applicant-badge {
  padding: 0.2rem 0.5rem;
  font-size: 0.7rem;
  color: white;
  background-color: #7bafda;
  border-radius: 2rem;
  display: inline-block;
  position: absolute;
  top: -0.5rem;
}

.gw-message-applicant-badge-deleted {
  padding: 0.2rem 0.5rem;
  font-size: 0.7rem;
  color: white;
  background-color: #9b2e29;
  border-radius: 2rem;
  display: inline-block;
  position: absolute;
  top: -0.5rem;
}

@media (min-width: 768px) {
  .gw-message-applicant-timestamp {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .gw-message-applicant-timestamp {
    text-align: right;
    margin-bottom: 0;
  }
}
.gw-message-applicant-timestamp {
  color: #c5c6c8;
}

/* GAT-4292 */
.gw-workplace-document-group:not(.deleted) {
  background: #f8f9fa;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.gw-okgt-container .gw-okgt-execution {
  border: 1px solid #BC9333;
}
.gw-okgt-container .gw-okgt-execution .gw-progress-okgt {
  background-color: white;
  border-radius: 0;
  border: 1px solid #BC9333;
  height: 1.2rem;
}
.gw-okgt-container .gw-okgt-execution .gw-progress-okgt .progress-bar {
  background-color: #BC9333;
}
.gw-okgt-container .gw-okgt-execution .btn-okgt {
  background-color: #BC9333;
  color: white;
}
.gw-okgt-container .gw-okgt-execution .btn-okgt:hover {
  background-color: rgb(147.8828451883, 115.6317991632, 40.1171548117);
}
.gw-okgt-container .gw-okgt-execution .btn-okgt-outline {
  border: 1px solid #BC9333;
  color: #BC9333;
}
.gw-okgt-container .gw-okgt-execution .btn-okgt-outline:hover {
  background-color: #BC9333;
  color: white;
}

.bootstrap-select .btn.dropdown-toggle {
  background-color: white;
  border: 1px solid #ced4da;
  font-weight: normal;
  color: #495057;
}
.bootstrap-select .btn.dropdown-toggle:hover {
  color: #495057;
}
.bootstrap-select .btn.dropdown-toggle.btn-green-500 {
  background-color: #92aa84;
  border-color: #92aa84;
  color: white;
}
.bootstrap-select .btn.dropdown-toggle.btn-green-500:hover {
  background-color: rgb(125.9555288462, 154.3689903846, 109.3810096154);
  border-color: rgb(119.4663461538, 148.4278846154, 102.5721153846);
}
.bootstrap-select.show .btn.dropdown-toggle {
  border: 1px solid #4a95cc;
  box-shadow: 0 0 0 0.2rem #afc8e5;
}
.bootstrap-select.show .btn.dropdown-toggle.btn-green-500 {
  background: rgb(119.4663461538, 148.4278846154, 102.5721153846);
  border-color: rgb(113.3978365385, 140.8882211538, 97.3617788462);
  box-shadow: 0 0 0 0.2rem rgba(146, 170, 132, 0.5);
}
.bootstrap-select.is-invalid .btn.dropdown-toggle {
  border: 1px solid #b73328;
}
.bootstrap-select.is-invalid .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 0.25);
}
.bootstrap-select.is-invalid.show .btn.dropdown-toggle {
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 0.25);
}
.bootstrap-select.form-control.is-invalid {
  padding-right: 0;
  background-image: none;
}
.bootstrap-select .dropdown-item.selected {
  color: #007fbf;
}
.bootstrap-select .dropdown-item .text {
  text-wrap: wrap;
}

.bootstrap-select.gat3727 .dropdown-item, .bootstrap-select.gw-bootstrap-select-multiline .dropdown-item {
  white-space: initial;
}

.bootstrap-select.gw-bs-filter .btn.dropdown-toggle:not(.bs-placeholder) {
  color: #007fbf;
  border-color: #007fbf;
  font-weight: bold;
  border-width: 2px;
}

#Company_ActiveSourcing_Index_Holder .bootstrap-select .btn.dropdown-toggle:not(.bs-placeholder):not(.disabled) {
  border-color: #007fbf;
  font-weight: bold;
  border-width: 2px;
}
#Company_ActiveSourcing_Index_Holder .bootstrap-select .btn.dropdown-toggle.bs-placeholder:not(.btn-green-500) {
  color: #87888a;
}

.gw-slider .slider.slider-horizontal {
  width: 94%;
  max-width: 30rem;
  transform: translateX(0.5rem);
}
.gw-slider .slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}
.gw-slider .slider.slider-horizontal .tooltip.tooltip-main {
  transition: ease opacity 0.3s;
}
@media (hover: none) {
  .gw-slider .slider.slider-horizontal {
    margin-top: 2rem;
  }
  .gw-slider .slider.slider-horizontal .tooltip.tooltip-main,
  .gw-slider .slider.slider-horizontal .tooltip.tooltip-main {
    opacity: 0.9;
  }
}
.gw-slider .slider.slider-horizontal:hover .tooltip.tooltip-main {
  opacity: 0.9;
}
.gw-slider .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  font-size: 0.85rem;
  font-weight: bold;
  color: #007fbf;
}
.gw-slider .slider.slider-horizontal .slider-tick {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  filter: none;
  background-color: #fafafa;
}
.gw-slider .slider.slider-horizontal .slider-tick.in-selection {
  background-image: none;
  filter: none;
  background-color: #7bafda;
}
.gw-slider.gw-slider-range .slider.slider-horizontal .slider-tick.in-selection {
  background-color: transparent;
}
.gw-slider.gw-slider-rtl .slider.slider-horizontal .slider-tick {
  background: #7bafda;
}
.gw-slider.gw-slider-rtl .slider.slider-horizontal .slider-tick.in-selection {
  background-color: #fafafa;
  opacity: 1;
}
.gw-slider.gw-slider-rtl .slider-selection.tick-slider-selection {
  background: #fafafa;
}
.gw-slider.gw-slider-rtl .slider-track-low, .gw-slider.gw-slider-rtl .slider-track-high {
  background: #7bafda;
}

.slider.slider-vertical:hover .tooltip.tooltip-main {
  opacity: 0.9;
}

.bootstrap-table .table-hover tbody tr:hover {
  background-color: transparent;
}

#Company_Profile_Apply #applyForm {
  min-height: 23rem;
}
@media (min-width: 768px) {
  #Company_Profile_Apply #applyForm {
    min-height: 28rem;
  }
}
@media (min-width: 992px) {
  #Company_Profile_Apply #applyForm {
    min-height: 23rem;
  }
}

.gw-wayfi-execution {
  background: white;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.gw-wayfi-execution.gw-wayfi-execution-new {
  background: transparent;
  border: 1px solid #c5c6c8;
  color: #87888a;
}
.gw-wayfi-execution.gw-wayfi-execution-new .btn {
  background: #c78810;
  color: white !important;
  transition: opacity ease 0.3s;
}
.gw-wayfi-execution.gw-wayfi-execution-new .btn:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .gw-wayfi-execution {
    padding: 1.5rem;
  }
}
.gw-wayfi-execution .gw-wayfi-execution-professionareas {
  margin-bottom: 1rem;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea {
  padding: 0.5rem 0;
  line-height: 1;
  display: block;
  letter-spacing: -0.1px;
  font-weight: 500;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea .form-row {
  margin: 0 !important;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea .progress-bar {
  background: #7bafda;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea:hover {
  background: #fafafa;
  border-radius: 0.25rem;
  transition: ease background 0.2s;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea:nth-child(-n+3) {
  background: rgba(175, 200, 229, 0.6);
  padding: 0.35rem 0;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea:nth-child(-n+3):hover {
  border-radius: 0;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea:nth-child(1) {
  padding-top: 0.5rem;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea:nth-child(3) {
  padding-bottom: 0.5rem;
}
.gw-wayfi-execution .gw-wayfi-execution-interest {
  background: rgba(175, 200, 229, 0.6);
  margin-bottom: 0.25rem;
  padding: 0.25rem 0 0.25rem 0.25rem;
}
.gw-wayfi-execution .gw-wayfi-execution-interest:hover {
  cursor: pointer;
}
.gw-wayfi-execution .gw-wayfi-execution-interest [data-toggle=collapse]:not(.collapsed) i:before {
  content: "\e93a";
}
.gw-wayfi-execution .gw-wayfi-execution-interest:last-of-type {
  margin-bottom: 1rem;
}
.gw-wayfi-execution .gw-wayfi-execution-interest img {
  max-width: 3rem;
}
.gw-wayfi-execution [data-toggle=collapse].collapsed [data-for=hide] {
  display: none;
}
.gw-wayfi-execution [data-toggle=collapse]:not(.collapsed) [data-for=show] {
  display: none;
}
.gw-wayfi-execution [data-toggle=collapse]:not(.collapsed) i:before {
  content: "\e93a";
}
.gw-wayfi-execution .gw-top3-wrapper p.h5 {
  margin-bottom: 0.5rem;
}
.gw-wayfi-execution .gw-top3-wrapper .progress {
  margin-bottom: 1rem;
}
.gw-wayfi-execution .gw-wayfi-details {
  border: 1px solid #eceded;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-bottom: 0.5rem;
}

/* ******************* */
/* KENDO UI OVERRIDES */
/* ******************* */
/* ********************************* */
/* former kendobootstrapcustom.css */
/* This file is temporary, we store the custom rules for Kendo widgets
    until the development is finished and we can include them in the CDN. */
.breakspace {
  white-space: normal !important;
}

.k-grid-header th.k-header {
  border: none;
  color: #fff;
  font-weight: bold;
}

.k-grid-header .k-header > .k-link {
  color: #343a40;
  font-weight: bold;
}

.k-grid {
  border-width: 0;
}

.k-header {
  background-color: #4a95cc;
  background-image: none;
  color: #fff;
}

.k-grid th {
  background-color: #fff;
  border-left: none;
  border-right: none;
}

.k-grid td {
  background-color: #fff;
  border-left: none;
  border-right: none;
}

.k-grid tr.rowOwnUsername {
  background: white;
}
.k-grid tr.rowOwnUsername td {
  color: #007fbf;
  background-color: rgba(175, 200, 229, 0.4);
  font-weight: bold;
}

.k-grid tr.gw-person-inactive td {
  color: #87888a;
}

.k-pager-wrap {
  background-color: rgb(227, 227, 227);
  background-image: none;
  border-top: none;
  padding: 0.75rem;
}

/* Hide "first" and "last" buttons */
.k-pager-first, .k-pager-last {
  display: none;
}

/* Don't use round buttons in the pager */
.k-pager-numbers .k-link,
.k-pager-numbers .k-link:hover,
.k-pager-numbers .k-state-selected {
  border-radius: 0;
  border: none;
  color: #000;
}

.k-pager-wrap > .k-link {
  border-radius: 0;
  border: none;
}

.k-pager-info {
  color: #87888a;
  font-size: 80%;
  font-weight: 400;
}

.k-state-selected {
  background-color: rgb(192, 192, 192);
  background-image: none;
}

/* Display filter icon on left side */
.k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
  margin-left: -5px !important;
  margin-right: 0 !important;
}

.k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
  float: left !important;
}

.k-grid-filter.k-state-active {
  background-color: transparent;
  color: #004c73;
}

.k-i-filter {
  vertical-align: top;
}

/* Same padding for headers and normal cells */
.k-filter-row th, .k-grid-header th.k-header {
  background-color: white;
  color: #343a40;
  padding: 0.75rem;
}

/* Replace default Kendo gif spinner with our custom one */
.k-loading-image {
  background-image: url("../img/customspinner.gif");
}

.k-grid .k-dropdown-wrap {
  border-radius: 0;
}

.k-grid .k-input {
  border-radius: 0;
}

.k-grid .k-select {
  background-color: #fff;
  border-radius: 0;
}

.k-grid .k-icon {
  color: #000;
}

/* Modify k-autocomplete widgets */
.k-autocomplete.form-control.k-widget {
  padding: 0.375rem 0.75rem;
}

.k-autocomplete.k-widget {
  background-color: #fff;
  border-color: #c5c6c8;
}

.k-autocomplete-clearable .k-input, .k-combobox-clearable .k-input, .k-dropdowntree-clearable .k-input, .k-multiselect-clearable .k-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1.9em;
}

/* Need a class to apply a specific rule designed by Andre */
.border-box {
  box-sizing: border-box;
}

/* Not exactly for Kendo grids, but we need it in the popups */
.form-group.is-invalid input, .form-group.is-invalid textarea {
  border-color: #b73328;
}

.form-group.is-invalid input ~ .invalid-feedback {
  display: block;
}

/* former kendoeditorcustom.css */
/* CSS file for Kendo editors */
.k-editor {
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  position: relative;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow: hidden;
}

.k-editor-toolbar-wrap {
  padding: 0.75rem 1.25rem !important;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.k-editor .k-dropdown-wrap.k-state-default,
.k-editor .k-tool-group.k-button-group {
  color: #212529;
  background-color: #92aa84;
  border-color: #92aa84;
  background-image: none;
  border-radius: 0px;
  border-style: none;
}

.k-editor .k-dropdown .k-input,
.k-editor .k-dropdown .k-state-focused .k-input,
.k-editor .k-menu .k-popup,
.k-editor .k-multiselect .k-button,
.k-editor .k-multiselect .k-button:hover,
.k-editor .k-tool.k-state-hover,
.k-editor span.k-icon,
.k-editor a.k-tool {
  color: white;
  border-color: none;
}

.k-editor .k-button-group .k-tool {
  border-style: none;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.k-editor .k-button-group .k-tool:hover {
  background-color: #7e9a6d;
  background-image: none;
  border-color: #779467;
}

.k-editor .k-editable-area {
  padding: 1rem;
}

.k-editor .k-editable-area.is-invalid {
  padding-bottom: 1.35rem;
}

.k-editor iframe .k-content {
  border-color: #ced4da;
}

.k-editor-toolbar .k-separator {
  /* position: relative; */
  /* top: 1px; */
  border-style: none;
  /* border-width: 0 1px 0 0; */
  margin: 0;
  padding: 0;
  /* font-size: 1.3em; */
}

.k-editor .k-widget .k-dropdown .k-header .k-editor-widget {
  color: #212529;
  background-color: #92aa84;
  border-color: #92aa84;
}

table.k-editor {
  height: inherit;
  padding: 0;
  border-spacing: 0;
}

.k-editor .k-group-start k-tool.k-state.hover {
  color: white;
  background-color: #92aa84;
  border-color: none;
  opacity: 0;
}

/* open window for insert external link in Kendo.Editor*/
div.k-window, div.k-window.k-state-focused {
  border-radius: 0;
  background-color: #f0f0f0;
  border-color: transparent;
}

div.k-window .k-window-titlebar {
  border-radius: 0;
  background-color: transparent;
  border-color: transparent;
  color: #212529;
}

div.k-window .k-content {
  background-color: #f0f0f0;
  margin-top: 1rem;
}

div.k-window .k-content .k-textbox {
  border-radius: 0;
  border-color: #ced4da;
}

div.k-window .k-content .k-textbox:focus {
  box-shadow: 0 0 0 0.2rem #afc8e5;
  border-color: #4a95cc;
}

.k-edit-form-container .k-edit-buttons {
  border-color: transparent;
  background: none;
}

.k-edit-form-container .k-edit-buttons .k-button {
  border-radius: 0;
  background-image: none;
  border-color: transparent;
  font-weight: 700;
}

.k-edit-form-container .k-edit-buttons .k-button.k-dialog-close {
  background: #f8f9fa;
}

.k-edit-form-container .k-edit-buttons .k-button.k-dialog-close:hover {
  background: #e2e6ea;
}

.k-edit-form-container .k-edit-buttons .k-button.k-dialog-insert {
  float: right;
  background-color: #c78810;
  color: white;
}

.k-edit-form-container .k-edit-buttons .k-button.k-dialog-insert:hover {
  background-color: #a4700d;
}

/* open window for insert external link in Kendo.Editor*/
/* ********************************* */
.k-autocomplete .k-input,
.k-multiselect-wrap,
.k-textbox > input {
  border-radius: 0;
}

.k-autocomplete.gw-input-border-green-500.k-state-default,
.k-dropdown-wrap.gw-input-border-green-500.k-state-default,
.k-numeric-wrap.gw-input-border-green-500.k-state-default,
.k-picker-wrap.gw-input-border-green-500.k-state-default {
  border-color: #92aa84;
}
.k-autocomplete.gw-input-border-green-500.k-state-focused,
.k-dropdown-wrap.gw-input-border-green-500.k-state-focused,
.k-numeric-wrap.gw-input-border-green-500.k-state-focused,
.k-picker-wrap.gw-input-border-green-500.k-state-focused {
  box-shadow: 0 0 0 0.2rem rgba(146, 170, 132, 0.5);
}
.k-autocomplete.gw-input-border-green-500 input.k-input.gw-input-border-green-500,
.k-dropdown-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500,
.k-numeric-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500,
.k-picker-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500 {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}
.k-autocomplete.gw-input-border-green-500 input.k-input.gw-input-border-green-500:focus,
.k-dropdown-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500:focus,
.k-numeric-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500:focus,
.k-picker-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500:focus {
  box-shadow: none;
}
.k-autocomplete.gw-kendo-filter-autocomplete-primary.k-state-focused,
.k-dropdown-wrap.gw-kendo-filter-autocomplete-primary.k-state-focused,
.k-numeric-wrap.gw-kendo-filter-autocomplete-primary.k-state-focused,
.k-picker-wrap.gw-kendo-filter-autocomplete-primary.k-state-focused {
  border-color: #4a95cc;
  box-shadow: 0 0 0 0.2rem rgba(74, 149, 204, 0.5);
  border-radius: 0 !important;
}
.k-autocomplete.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary,
.k-dropdown-wrap.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary,
.k-numeric-wrap.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary,
.k-picker-wrap.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}
.k-autocomplete.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary:focus,
.k-dropdown-wrap.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary:focus,
.k-numeric-wrap.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary:focus,
.k-picker-wrap.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary:focus {
  box-shadow: none;
}

#Admin_Edit_CompanyPlan_Container .k-autocomplete input.k-input {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}
#Admin_Edit_CompanyPlan_Container .k-autocomplete.k-state-border-down {
  border-radius: 0;
}
#Admin_Edit_CompanyPlan_Container .k-autocomplete.k-state-focused {
  border-color: #4a95cc;
  box-shadow: 0 0 0 0.2rem rgba(74, 149, 204, 0.5);
  background-image: none;
}
#Admin_Edit_CompanyPlan_Container .k-autocomplete.k-state-focused input.k-input {
  box-shadow: none;
}

.k-popup.k-calendar-container, .k-popup.k-list-container {
  background-color: #fff;
  padding: 0.5rem 0;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.k-listbox .k-item, .k-popup .k-list .k-item {
  padding: 0.25rem 1.5rem;
  border: 0;
}
.k-listbox .k-item.k-state-hover, .k-listbox .k-item.k-state-hover:hover, .k-listbox .k-item.k-state-focus, .k-listbox .k-item.k-state-focus:focus, .k-popup .k-list .k-item.k-state-hover, .k-popup .k-list .k-item.k-state-hover:hover, .k-popup .k-list .k-item.k-state-focus, .k-popup .k-list .k-item.k-state-focus:focus {
  cursor: pointer;
  color: rgb(0, 76.1335078534, 114.5);
  text-decoration: none;
  background-color: rgba(175, 200, 229, 0.4);
  background-image: none;
}

.k-list > .k-state-focused {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-upload.k-header {
  border-color: transparent;
  background-color: transparent;
  border-radius: 0;
}
.k-upload .k-dropzone {
  padding-top: 0;
  padding-left: 0;
}
.k-upload .k-upload-button {
  background-color: #92aa84;
  background-image: none;
  border-color: #92aa84;
  border-radius: 0;
  font-weight: 700;
  color: white;
  padding: 0.375rem 0.75rem;
}
.k-upload .k-upload-button.k-state-focused {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-upload .k-upload-button:hover {
  background-color: rgb(125.9555288462, 154.3689903846, 109.3810096154);
  border-color: rgb(125.9555288462, 154.3689903846, 109.3810096154);
}
.k-upload .k-upload-status.k-upload-status-total {
  color: #87888a;
}
.k-upload .k-upload-status.k-upload-status-total .k-i-check {
  color: #92aa84;
}
.k-upload .k-upload-status.k-upload-status-total .k-i-warning {
  color: #c78810;
}
.k-upload .k-upload-status.k-upload-status-total .k-i-error {
  color: #9b2e29;
}
.k-upload .k-upload-files {
  border-color: transparent;
}
.k-upload .k-upload-files .k-file {
  border-color: transparent;
  background-color: transparent;
}
.k-upload .k-upload-files .k-file .k-file-extension-wrapper {
  display: none;
  color: #343a40;
  border-color: #343a40;
}
.k-upload .k-upload-files .k-file .k-file-extension-wrapper:before {
  border-color: transparent transparent #343a40 #343a40;
}
.k-upload .k-upload-files .k-file .k-file-name-size-wrapper {
  display: none;
}
.k-upload .k-upload-files .k-file .k-upload-status {
  display: none;
}
.k-upload .k-upload-files .k-file.k-file-progress .k-progress {
  background-color: #4a95cc;
}
.k-upload .k-upload-files .k-file.k-file-error .k-file-name {
  color: #9b2e29;
}
.k-upload .k-upload-files .k-file.k-file-error .k-progress {
  background-color: #9b2e29;
}
.k-upload .k-upload-files .k-file.k-file-success .k-file-name {
  color: #92aa84;
}
.k-upload .k-upload-files .k-file.k-file-success .k-progress {
  background-color: #92aa84;
}
.k-upload .k-upload-files .k-file .k-file-size {
  color: #343a40;
}
.k-upload .k-upload-files .k-file .k-upload-status .k-button {
  color: #9b2e29;
}

.k-slider .k-tick:not(.k-tick-large) {
  background-image: none;
}
.k-slider .k-slider-track {
  background-color: #c5c6c8;
}
.k-slider .k-slider-selection {
  background-color: #4a95cc;
}
.k-slider .k-draghandle {
  background-color: #007fbf;
  border-color: #007fbf;
  background-image: none;
}
.k-slider .k-draghandle:hover {
  background-color: rgb(0, 101.5667539267, 152.75);
}
.k-slider .k-draghandle.k-state-selected {
  box-shadow: none;
}

.k-widget.k-tooltip.k-slider-tooltip {
  background-color: white;
  background-image: none;
  border-radius: 0;
  color: #343a40;
}
.k-widget.k-tooltip.k-slider-tooltip .k-callout-s {
  border-top-color: white;
}

.k-link.k-pager-refresh:hover {
  background-image: none;
  background-color: #c8c8c8;
}
.k-link.k-pager-refresh .k-icon {
  color: #87888a;
}

.k-pager-numbers .k-link, .k-pager-numbers .k-state-selected {
  margin-right: 0.25rem;
  border-radius: 4px;
}

.k-pager-wrap .k-pager-numbers .k-state-selected {
  background-color: #c78810;
}
.k-pager-wrap .k-pager-numbers .k-state-selected:hover {
  background: rgb(161.2362790698, 110.191627907, 12.9637209302);
  color: white;
}
.k-pager-wrap .k-pager-numbers .k-state-selected:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 154, 52, 0.5);
}

.k-pager-wrap .k-link:hover {
  background: #c8c8c8;
  border-radius: 4px;
}
.k-pager-wrap .k-link:hover:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 201, 202, 0.5);
}

.k-label.k-pager-sizes {
  font-size: 80%;
  color: #87888a;
}
.k-label.k-pager-sizes .k-dropdown-wrap.k-state-default {
  background-color: white;
  border-color: #ced4da;
}
.k-label.k-pager-sizes .k-dropdown-wrap.k-state-active {
  background-color: white;
  border-color: #4a95cc;
  box-shadow: 0 0 0 0.2rem #afc8e5;
}

.k-popup .k-list .k-item.k-state-selected {
  background-color: rgba(175, 200, 229, 0.6);
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  color: #003f59;
}
.k-popup .k-list .k-item.k-state-selected.k-state-hover {
  background-color: rgba(175, 200, 229, 0.6);
}

.k-nodata {
  color: #9b2e29;
  font-weight: normal;
}

.k-editor-toolbar li {
  margin-bottom: 4px;
}

.k-editor-toolbar .k-dropdown {
  min-width: 150px;
}

.k-editor-toolbar .k-button-group {
  padding: 0;
}

.k-editor .k-button-group .k-tool {
  margin: 0;
}

.k-tool.k-state-focused {
  box-shadow: none;
}

.k-tool.k-state-selected {
  background: #7e9a6d;
}

.k-content {
  border-color: #ced4da;
}

.k-grid .k-grid-filter.k-state-active {
  padding-left: 0.25rem;
  padding-right: 0.5rem;
}

.k-grid .k-grid-filter.k-state-active .k-icon.k-i-filter {
  overflow: visible;
}

.k-grid .k-grid-filter.k-state-active .k-icon.k-i-filter:before {
  color: #343a40;
}

.k-grid .k-grid-filter.k-state-active .k-icon.k-i-filter:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: -0.25rem;
  left: 0;
  background: #deb45e;
  transform: translateX(-0.25rem);
  z-index: -1;
  border-radius: 50%;
}

.k-filter-menu .k-widget {
  margin-bottom: 0.5rem;
  min-width: 100%;
  max-width: 100%;
}

.k-filter-menu .k-action-buttons {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.k-dropdown-wrap.k-state-default {
  background: white;
  border-radius: 0;
  border-color: #ced4da;
}

.k-dropdown-wrap.k-state-focused {
  box-shadow: 0 0 0 0.2rem #afc8e5;
  border-color: #4a95cc;
}

.k-dropdown .k-select {
  color: #495057;
}

.k-list-optionlabel,
.k-list-optionlabel.k-state-hover,
.k-list-optionlabel.k-state-focused,
.k-list-optionlabel.k-state-selected {
  background: none;
  border: none;
  color: #495057;
  font-style: italic;
}

.k-loading-color {
  opacity: 0.7;
}

.gw-be-table.table-sm .k-grid-header th.k-header {
  padding: 0.3rem;
}
.gw-be-table.table-sm tr {
  background: white;
}
.gw-be-table.table-sm tr:hover {
  background: rgba(0, 0, 0, 0.05);
}
.gw-be-table.table-sm td {
  padding: 0.3rem;
  background: transparent;
}
.gw-be-table.table-sm .k-grid-edit-row td {
  background: rgba(0, 0, 0, 0.05);
}
.gw-be-table.table-sm .k-button {
  padding: 0 0.5rem;
  border-radius: 0;
  color: white;
  border: none;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.gw-be-table.table-sm .k-button.k-grid-edit {
  background: transparent;
  color: #007fbf;
}
.gw-be-table.table-sm .k-button.k-grid-edit .k-icon {
  color: #007fbf;
}
.gw-be-table.table-sm .k-button.k-grid-edit:hover {
  background: #007fbf;
  color: white;
}
.gw-be-table.table-sm .k-button.k-grid-edit:hover .k-icon {
  color: white;
}
.gw-be-table.table-sm .k-button.k-grid-edit:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 127, 191, 0.5);
}
.gw-be-table.table-sm .k-button.k-grid-update {
  background: #c78810;
}
.gw-be-table.table-sm .k-button.k-grid-update .k-icon {
  color: white;
}
.gw-be-table.table-sm .k-button.k-grid-update:hover {
  background: rgb(151.7953488372, 103.7395348837, 12.2046511628);
}
.gw-be-table.table-sm .k-button.k-grid-update:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 136, 16, 0.5);
}
.gw-be-table.table-sm .k-button.k-grid-cancel {
  background: #b73328;
}
.gw-be-table.table-sm .k-button.k-grid-cancel .k-icon {
  color: white;
}
.gw-be-table.table-sm .k-button.k-grid-cancel:hover {
  background: rgb(141.1479820628, 39.33632287, 30.8520179372);
}
.gw-be-table.table-sm .k-button.k-grid-cancel:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 0.5);
}

#CompanyDescriptionContentHolder .k-editor .k-toolbar, #MeetUsContentHolder .k-editor .k-toolbar, #ApprenticeshipInfoContentHolder .k-editor .k-toolbar {
  background: none;
  border: none;
}
#CompanyDescriptionContentHolder .k-editor .k-dropdown-wrap.k-state-focused, #MeetUsContentHolder .k-editor .k-dropdown-wrap.k-state-focused, #ApprenticeshipInfoContentHolder .k-editor .k-dropdown-wrap.k-state-focused {
  box-shadow: 0 0 0 0.2rem rgba(129, 150, 118, 0.5);
}
#CompanyDescriptionContentHolder .k-editor .k-tool-group.k-button-group .k-button, #MeetUsContentHolder .k-editor .k-tool-group.k-button-group .k-button, #ApprenticeshipInfoContentHolder .k-editor .k-tool-group.k-button-group .k-button {
  background: #92aa84;
  border-color: #92aa84;
}
#CompanyDescriptionContentHolder .k-editor .k-tool-group.k-button-group .k-button:hover, #CompanyDescriptionContentHolder .k-editor .k-tool-group.k-button-group .k-button.k-state-selected, #MeetUsContentHolder .k-editor .k-tool-group.k-button-group .k-button:hover, #MeetUsContentHolder .k-editor .k-tool-group.k-button-group .k-button.k-state-selected, #ApprenticeshipInfoContentHolder .k-editor .k-tool-group.k-button-group .k-button:hover, #ApprenticeshipInfoContentHolder .k-editor .k-tool-group.k-button-group .k-button.k-state-selected {
  background: rgb(119.4663461538, 148.4278846154, 102.5721153846);
  border-color: rgb(119.4663461538, 148.4278846154, 102.5721153846);
}
#CompanyDescriptionContentHolder .k-editor .k-tool-group.k-button-group .k-button:focus, #MeetUsContentHolder .k-editor .k-tool-group.k-button-group .k-button:focus, #ApprenticeshipInfoContentHolder .k-editor .k-tool-group.k-button-group .k-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 150, 118, 0.5);
}

.k-widget.k-upload.k-upload-async {
  background: none;
  border: none;
}
.k-widget.k-upload.k-upload-async .k-dropzone-hint {
  color: #c5c6c8;
}
.k-widget.k-upload.k-upload-async .k-dropzone {
  background: white;
  border: 3px dashed #c5c6c8;
  padding: 1rem;
  transition: ease-out all 0.3s;
}
.k-widget.k-upload.k-upload-async .k-dropzone.k-dropzone-hovered {
  transform: scale(1.02);
  border-color: #4a95cc;
  color: #4a95cc;
}
.k-widget.k-upload.k-upload-async .k-dropzone.k-dropzone-hovered .k-dropzone-hint {
  color: #7bafda;
}
.k-widget.k-upload.k-upload-async .k-upload-files .k-file-group-wrapper {
  color: #c5c6c8;
}

@media (min-width: 992px) {
  .k-filter-menu.k-popup .k-filter-menu-container,
  .k-grid-filter-popup.k-popup .k-filter-menu-container {
    min-width: 22rem;
  }
}

.k-widget .dropdown-menu .dropdown-item {
  box-sizing: border-box;
}

.gw-onsitenav .gap-3 {
  gap: 1rem;
}

.form-check.is-invalid label {
  color: #b73328;
}
.form-check.is-invalid ~ .invalid-feedback {
  display: block;
}

.gw-identyfibox {
  background: white;
  box-shadow: 0 4px 6px 0 rgba(70, 48, 6, 0.25);
  min-height: 600px;
  padding: 1rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.gw-identyfibox h1 {
  font-size: 2rem;
}

.gw-identyfibox-example {
  box-shadow: 0 4px 6px 0 rgba(70, 48, 6, 0.25);
  padding: 1rem;
}

.gw-if-inner {
  position: relative;
  border: 1px solid rgba(135, 136, 138, 0.4);
  padding: 3rem 1rem 1rem 1rem;
}

@media (min-width: 576px) {
  .gw-if-inner {
    padding: 3rem 2rem 1rem 2rem;
  }
}
@media (min-width: 768px) {
  .gw-if-inner {
    padding: 3rem 2rem 1rem 3.25rem;
  }
}
.gw-wf-btn {
  position: absolute;
}
.gw-wf-btn i {
  font-size: 2rem;
}
.gw-wf-btn.gw-wf-help {
  top: 0.75rem;
  left: 0.75rem;
}
.gw-wf-btn.gw-wf-close {
  top: 0.75rem;
  right: 0.75rem;
}

.gw-if-questionbox {
  padding: 0 0 0 0.25rem;
  margin-bottom: 1.5rem;
}
.gw-if-questionbox > .row {
  background: none;
  padding: 0.5rem 0;
}
.gw-if-questionbox .gw-if-legendrow {
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .gw-if-questionbox {
    margin-bottom: 0;
  }
}
.gw-if-legends {
  padding-left: 0;
  padding-right: 0;
}
.gw-if-legends > .row {
  background: none;
}

.gw-if-legend {
  font-weight: bold;
  font-size: 0.8rem;
  padding: 0.2rem 0;
  background-color: transparent;
  word-spacing: 10vw;
}
.gw-if-legend span {
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  padding: 0.15rem 0.25rem 0.1rem 0;
  line-height: 1.2rem;
  box-decoration-break: clone;
}
.gw-if-legend.gw-if-hashover span {
  box-shadow: 0.5rem 0 0 #007fbf, -0.25rem 0 0 #007fbf;
  background-color: #007fbf;
  color: #fff;
}

.gw-wf-checkbox {
  display: inline-block;
  width: 1.667rem;
  height: 1.667rem;
  border-radius: 0.15rem;
  border: 1px solid #212529;
}

.gw-if-question {
  padding-top: 0.16667rem;
  padding-left: 2px;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .gw-if-question {
    padding-left: 15px;
  }
}
.gw-if-question h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #212529;
}
@media (min-width: 992px) {
  .gw-if-question h3 span {
    line-height: 1.2;
  }
}

.gw-if-answers {
  padding-left: 0;
  padding-right: 0;
}
.gw-if-answers > .row {
  background: none;
}

.gw-if-answer {
  padding: 0.2rem 0;
}
.gw-if-answer img {
  cursor: pointer;
  transition: transform ease 0.3s;
}
.gw-if-answer img:hover {
  transform: scale(1.1);
}

.gw-if-prevnext.gw-outline-btn {
  border: none;
  background-color: #c78810;
  color: #fff;
  box-shadow: none;
  opacity: 0.8;
}
.gw-if-prevnext.gw-outline-btn .gw-btn-inner {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.125rem 2rem;
}
.gw-if-prevnext.gw-outline-btn .gw-btn-inner i {
  line-height: 1.5;
  font-size: 1.333rem;
}
.gw-if-prevnext.gw-outline-btn .gw-btn-inner i:before {
  margin-right: 0;
}
.gw-if-prevnext.gw-outline-btn:hover {
  opacity: 1;
}
.gw-if-prevnext.gw-outline-btn:hover .gw-btn-inner {
  border-color: #fff;
}
.gw-if-prevnext.gw-outline-btn.disabled {
  background-color: #deb45e;
  opacity: 0.6;
}

.gw-identyfi-pro-zwischenversion .card-action.page-content-display {
  color: #92aa84;
  font-weight: bold;
}
.gw-identyfi-pro-zwischenversion .gw-if-inner {
  border: none;
}
.gw-identyfi-pro-zwischenversion .radio-matrix-responsive-row {
  min-height: 73px;
  margin-bottom: 8px;
}
.gw-identyfi-pro-zwischenversion .radio-matrix-radio-label {
  border-radius: 50%;
  border-color: #87888a;
  width: 2rem;
  height: 2rem;
}
.gw-identyfi-pro-zwischenversion .radio-matrix-radio-container:hover input ~ label {
  transform: none;
  border: 3px solid rgba(74, 149, 204, 0.5);
  position: relative;
}
.gw-identyfi-pro-zwischenversion .radio-matrix-radio-container:hover input:active ~ label {
  background-color: #73d0ff;
  border-color: #73d0ff;
}
.gw-identyfi-pro-zwischenversion .radio-matrix-radio-container input:checked ~ .radio-matrix-radio-label::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.gw-identyfi-pro-zwischenversion .default-progress {
  display: none;
}

.gw-wayfibox {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  min-height: 600px;
  padding: 1rem;
  margin-top: 2rem;
}
.gw-wayfibox h1 {
  font-size: 2rem;
}

.gw-wf-inner {
  position: relative;
  padding: 5rem 1rem 1rem 1rem;
}

@media (min-width: 768px) {
  .gw-wf-inner {
    padding: 3rem 12rem 1rem 3.25rem;
  }
}
.gw-wf-btn {
  position: absolute;
}
.gw-wf-btn i {
  font-size: 2rem;
}
.gw-wf-btn.gw-wf-help {
  top: 0.75rem;
  left: 0.75rem;
}
.gw-wf-btn.gw-wf-close {
  top: 0.75rem;
  right: 0.75rem;
}

.gw-wf-questionbox {
  padding: 0 0 0 0.25rem;
  margin-bottom: 1.5rem;
}
.gw-wf-questionbox > .row {
  background: none;
  padding: 1rem 0;
}
.gw-wf-questionbox .gw-wf-legendrow {
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .gw-wf-questionbox {
    margin-bottom: 0;
  }
}
.gw-wf-legends {
  padding-left: 0;
  padding-right: 0;
}
.gw-wf-legends > .row {
  background: none;
}

.gw-wf-legend {
  font-weight: bold;
  font-size: 0.667rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.2rem 0;
  background-color: transparent;
  opacity: 1;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 1s ease;
}
.gw-wf-legend.gw-wf-hashover {
  background-color: #007fbf;
  color: #fff;
  transform: scale(1.1667);
}

.gw-wf-answers {
  padding-left: 0;
  padding-right: 0;
}
.gw-wf-answers > .row {
  background: none;
}

.gw-wf-checkbox {
  display: inline-block;
  width: 1.667rem;
  height: 1.667rem;
  border-radius: 0.15rem;
  border: 1px solid #212529;
}

.gw-wf-answer {
  text-align: center;
  cursor: pointer;
}
.gw-wf-answer .gw-wf-checkbox {
  transition: transform 0.3s ease, border 0.3s ease;
}
.gw-wf-answer:not(.gw-wf-selected):hover .gw-wf-checkbox {
  transform: scale(1.25);
  border-width: 2px;
}
.gw-wf-question {
  padding-top: 0.16667rem;
  margin-bottom: 0.5rem;
}
.gw-wf-question h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 992px) {
  .gw-wf-question .gw-behind {
    line-height: 1.2;
  }
}

.gw-wf-todo .gw-wf-question .gw-behind span {
  color: #212529;
  box-shadow: none;
  background: none;
}
.gw-wf-todo .gw-wf-answer .gw-wf-checkbox {
  border-color: #212529;
}

.gw-wf-active .gw-wf-question .gw-behind span {
  box-shadow: 0.5rem 0 0 #007fbf, -0.25rem 0 0 #007fbf;
  background-color: #007fbf;
}
.gw-wf-active .gw-wf-answer .gw-wf-checkbox {
  border-color: #007fbf;
  background-color: rgba(0, 127, 191, 0.1);
}

.gw-wf-done .gw-wf-question .gw-behind span {
  box-shadow: none;
  background-color: white;
  box-decoration-break: clone;
  color: #c5c6c8;
}
.gw-wf-done .gw-wf-answer .gw-wf-checkbox {
  border-color: rgba(135, 136, 138, 0.5);
}

.gw-wf-answer:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.1rem;
  left: calc(50% - 1rem);
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  opacity: 0;
  box-shadow: 0 0 0.2rem rgba(0, 127, 191, 0.75) inset;
  transform: scale(0.9);
}
.gw-wf-answer.gw-wf-noflare:before {
  content: none !important;
}
.gw-wf-answer.gw-wf-selected {
  position: relative;
}
.gw-wf-answer.gw-wf-selected .gw-wf-checkbox {
  opacity: 0.1;
  transform: scale(0.01) rotate(179deg);
}
.gw-wf-answer.gw-wf-selected .gw-wf-stamp {
  position: absolute;
  top: -0.1667rem;
  left: calc(50% - 1.1rem);
  transform: rotate(0) !important;
}
.gw-wf-answer.gw-wf-selected .gw-wf-stamp:before {
  font-family: "gateicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e94b";
  color: #007fbf;
  font-size: 2.2rem;
}
.gw-wf-answer.gw-wf-selected:before {
  opacity: 1;
  box-shadow: 0 0 1.2rem rgba(0, 127, 191, 0) inset;
  transform: scale(4.4);
  transition: box-shadow 1s ease, transform 1s linear, opacity 0.1s linear;
}

.gw-wf-prevnext.gw-outline-btn {
  border: none;
  background-color: #c78810;
  color: #fff;
  box-shadow: none;
  opacity: 0.8;
}
.gw-wf-prevnext.gw-outline-btn .gw-btn-inner {
  border-color: transparent !important;
  padding: 0.125rem 2rem;
}
.gw-wf-prevnext.gw-outline-btn .gw-btn-inner i {
  line-height: 1.5;
  font-size: 1.333rem;
}
.gw-wf-prevnext.gw-outline-btn .gw-btn-inner i:before {
  margin-right: 0;
}
.gw-wf-prevnext.gw-outline-btn .gw-btn-inner span {
  line-height: 2;
}
.gw-wf-prevnext.gw-outline-btn:hover {
  opacity: 1;
}
.gw-wf-prevnext.gw-outline-btn.disabled {
  background-color: #deb45e;
  opacity: 0.6;
}

.gw-wf-progress {
  position: absolute;
  right: 1rem;
  top: 6.85rem;
  width: 4rem;
}
.gw-wf-progress .gw-wf-progressbar {
  height: 23.8rem;
}

.gw-wf-progress-elem {
  border: 1px solid rgba(135, 136, 138, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 2px;
  height: calc(6.25% - 2px);
}
.gw-wf-progress-elem.gw-wf-progressed {
  border: none;
  background-color: rgba(74, 149, 204, 0.5);
}

.gw-wf-percent {
  text-align: center;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.2;
}

.gw-wf-mobile-progress {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  height: 6px;
}
.gw-wf-mobile-progress .progress-bar {
  height: 100%;
}

.gw-wf-mobile-percent {
  font-weight: 300;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.gw-wf-top1 {
  width: 100%;
}
@media (min-width: 768px) {
  .gw-wf-top1 {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .gw-wf-top1 {
    width: 33%;
  }
}

.gw-wf-top2 {
  width: 90%;
}
@media (min-width: 768px) {
  .gw-wf-top2 {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .gw-wf-top2 {
    width: 33%;
    padding-top: 2rem !important;
  }
}

.gw-wf-top3 {
  width: 80%;
}
@media (min-width: 768px) {
  .gw-wf-top3 {
    width: 55%;
  }
}
@media (min-width: 992px) {
  .gw-wf-top3 {
    width: 33%;
    padding-top: 4rem !important;
  }
}

.gw-wf-percentage {
  position: absolute;
  color: white;
  background: #b73328;
  padding: 0.25rem 0.75rem;
  top: -0.5rem;
  right: -0.5rem;
  border-radius: 0.25rem;
}

.gw-wf-stimulus-img {
  border: 0.5rem solid rgba(255, 255, 255, 0.6);
}

.gw-wf-radio {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.gw-wf-instruction {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.gw-wf-instruction p {
  margin-bottom: 0;
}
.gw-wf-instruction i.icon-lamp {
  border-radius: 50%;
  background-color: rgba(175, 200, 229, 0.5);
  color: #007fbf;
  padding: 0.5rem;
}
.gw-wf-instruction + .gw-wf-instruction i.icon-lamp {
  display: none;
}
@media (min-width: 768px) {
  .gw-wf-instruction {
    margin-bottom: 1rem;
    align-items: center;
    flex-direction: row;
    padding: 1rem;
    gap: 1.5rem;
  }
  .gw-wf-instruction + .gw-wf-instruction i.icon-lamp {
    display: inline-block;
  }
}

.ekko-lightbox {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0 !important;
}

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.ekko-lightbox-nav-overlay a {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 1;
}

.ekko-lightbox-nav-overlay a > * {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ekko-lightbox-nav-overlay a > :focus {
  outline: none;
}

.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}

.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}

.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}

.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}

.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden;
}

.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}

.ekko-lightbox .modal-dialog {
  display: none;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}

.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: a 2s infinite ease-in-out;
}

.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}

.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}

@keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.gw-swiper-container {
  position: relative;
}
.gw-swiper-container .gw-swiper-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 2rem;
  width: 6rem;
  height: 100%;
  color: #87888a;
  transition: ease color 0.3s;
}
.gw-swiper-container .gw-swiper-button:hover {
  color: black;
}
.gw-swiper-container .gw-swiper-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gw-swiper-container .gw-swiper-button.gw-swiper-button-prev {
  left: -6rem;
}
.gw-swiper-container .gw-swiper-button.gw-swiper-button-next {
  right: -6rem;
}
.gw-swiper-container .gw-swiper-button.swiper-button-disabled {
  opacity: 0.3;
  cursor: initial;
}
.gw-swiper-container .swiper-pagination {
  width: 100%;
}
.gw-swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}
.gw-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7bafda;
}

@-webkit-keyframes color_change {
  0% {
    background-color: #007fbf;
  }
  20% {
    background-color: #3f866c;
  }
  40% {
    background-color: rgb(175.3976744186, 119.8697674419, 14.1023255814);
  }
  60% {
    background-color: #9b2e29;
  }
  80% {
    background-color: #87888a;
  }
  100% {
    background-color: #007fbf;
  }
}
@-moz-keyframes color_change {
  0% {
    background-color: #007fbf;
  }
  20% {
    background-color: #3f866c;
  }
  40% {
    background-color: rgb(175.3976744186, 119.8697674419, 14.1023255814);
  }
  60% {
    background-color: #9b2e29;
  }
  80% {
    background-color: #87888a;
  }
  100% {
    background-color: #007fbf;
  }
}
@-ms-keyframes color_change {
  0% {
    background-color: #007fbf;
  }
  20% {
    background-color: #3f866c;
  }
  40% {
    background-color: rgb(175.3976744186, 119.8697674419, 14.1023255814);
  }
  60% {
    background-color: #9b2e29;
  }
  80% {
    background-color: #87888a;
  }
  100% {
    background-color: #007fbf;
  }
}
@-o-keyframes color_change {
  0% {
    background-color: #007fbf;
  }
  20% {
    background-color: #3f866c;
  }
  40% {
    background-color: rgb(175.3976744186, 119.8697674419, 14.1023255814);
  }
  60% {
    background-color: #9b2e29;
  }
  80% {
    background-color: #87888a;
  }
  100% {
    background-color: #007fbf;
  }
}
@keyframes color_change {
  0% {
    background-color: #007fbf;
  }
  20% {
    background-color: #3f866c;
  }
  40% {
    background-color: rgb(175.3976744186, 119.8697674419, 14.1023255814);
  }
  60% {
    background-color: #9b2e29;
  }
  80% {
    background-color: #87888a;
  }
  100% {
    background-color: #007fbf;
  }
}
.gw-bg-color-change {
  background: #3f866c;
  -webkit-animation: color_change 40s infinite;
  -moz-animation: color_change 40s infinite;
  -ms-animation: color_change 40s infinite;
  -o-animation: color_change 40s infinite;
  animation: color_change 40s infinite;
}

/* ADMIN BACKEND */
.gw-be-header.bg-primary-1050 {
  background-color: #007fbf !important;
}

.gw-be-container-scroller {
  overflow: hidden;
}

.gw-be-navbar-brand-wrapper {
  height: 3.7rem;
  width: 4rem;
  -webkit-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -ms-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
@media (min-width: 768px) {
  .gw-be-navbar-brand-wrapper {
    width: 17rem;
  }
}
.gw-be-navbar-brand-wrapper .navbar-brand {
  margin-right: 0;
  display: flex;
}
.gw-be-navbar-brand-wrapper .navbar-brand img {
  width: 10rem;
  max-width: 100%;
  margin: auto;
  vertical-align: middle;
}
.gw-be-navbar-brand-wrapper .navbar-brand.navbar-brand-mini img {
  width: 2.5rem;
}

.gw-be-navbar-menu-wrapper {
  height: 3.7rem;
  width: calc(100% - 4rem);
  -webkit-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -ms-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
@media (min-width: 768px) {
  .gw-be-navbar-menu-wrapper {
    width: calc(100% - 17rem);
  }
}
.gw-be-navbar-menu-wrapper .navbar-nav li {
  margin-right: 0.5rem;
}
.gw-be-navbar-menu-wrapper .gw-be-langnav a {
  font-weight: 200;
  color: #343a40;
}
.gw-be-navbar-menu-wrapper .gw-be-langnav .dropdown-menu {
  min-width: inherit;
  position: absolute;
}
.gw-be-navbar-menu-wrapper .gw-be-langnav .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.75rem;
}
@media (max-width: 575.98px) {
  .gw-be-navbar-menu-wrapper .gw-be-dropdown-login .gw-name {
    display: none;
  }
}

.gw-be-page-body-wrapper {
  padding-top: 3.7rem;
  min-height: calc(100vh - 3.7rem);
  padding-left: 0;
  padding-right: 0;
}
.gw-be-page-body-wrapper .gw-be-sidebar ::selection {
  background: white;
  color: #007fbf;
}
.gw-be-page-body-wrapper .gw-be-sidebar ::-moz-selection {
  background: white;
  color: #007fbf;
}
@media (max-width: 767.98px) {
  .gw-be-page-body-wrapper .gw-be-sidebar {
    position: fixed;
    max-height: calc(100vh - 3.7rem);
    top: 3.7rem;
    bottom: 0;
    overflow: auto;
    right: -17rem;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .gw-be-page-body-wrapper .gw-be-sidebar.active {
    right: 0;
  }
}
.gw-be-page-body-wrapper .gw-be-sidebar {
  min-height: calc(100vh - 3.7rem);
  padding: 0;
  width: 17rem;
  z-index: 11;
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 143.9554973822, 216.5)), to(#007fbf));
  background: linear-gradient(to top, rgb(0, 143.9554973822, 216.5), #007fbf);
}
@media (min-width: 768px) {
  .gw-be-page-body-wrapper .gw-be-sidebar {
    height: auto;
  }
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav {
  -ms-flex-direction: column;
  flex-direction: column;
  flex-wrap: nowrap;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-item.gw-nav-category {
  padding: 0.75rem 0;
  margin: 0 0 0.5rem 1rem;
  color: #c78810;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-link {
  color: white;
  font-weight: bold;
  padding: 0.75rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-link:hover, .gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-link:focus {
  background: #7bafda;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-link .gw-be-menu-arrow {
  margin-left: auto;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-link[aria-expanded=true] .gw-be-menu-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-link .gw-menu-icon {
  display: none;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu {
  margin: 0.25rem 0;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .nav-item .nav-link {
  margin-left: 1rem;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  position: relative;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .nav-item .nav-link:hover {
  background: transparent;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .nav-item a.nav-link:hover {
  background: #7bafda;
  color: white;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .nav-item a.nav-link.active {
  background: #f0f0f0;
  color: #007fbf;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .nav-item a.nav-link.active:before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -50px;
  right: 0;
  height: 50px;
  width: 25px;
  border-top-right-radius: 25px;
  box-shadow: 0 -25px 0 0 #f0f0f0;
  z-index: 1;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .nav-item a.nav-link.active:after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -50px;
  right: 0;
  height: 50px;
  width: 25px;
  border-top-left-radius: 25px;
  box-shadow: 0 -25px 0 0 #f0f0f0;
  transform: rotate(180deg);
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .gw-be-sub-menu-2 .nav-item .nav-link {
  padding-left: 3.5rem;
  font-size: 0.8rem;
}
.gw-be-page-body-wrapper .gw-be-main-panel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .gw-be-page-body-wrapper .gw-be-main-panel {
    min-height: calc(100vh - 3.7rem);
    width: calc(100% - 17rem);
  }
}
.gw-be-page-body-wrapper .gw-be-main-panel ::selection {
  background: #007fbf;
  color: white;
}
.gw-be-page-body-wrapper .gw-be-main-panel ::-moz-selection {
  background: #007fbf;
  color: white;
}
.gw-be-page-body-wrapper .gw-be-main-panel .content-wrapper {
  width: 100%;
  padding: 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-be-card {
  box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
  margin-bottom: 2rem;
  border-color: transparent;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-be-card .card-body {
  padding: 1.8rem;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-be-card .card-body .form-group label {
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.33rem;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-be-label {
  font-weight: bold;
  font-size: 1.05rem;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-inline-edit {
  margin-bottom: 0.25rem;
  align-items: center;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-inline-edit .gw-be-label {
  margin: 0;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-inline-edit .form-control[type=text] {
  height: calc(1.5em + 0.3rem + 2px);
  padding: 0.15rem 0.3rem;
  border-color: transparent;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-inline-edit .form-control[type=text]:hover:not(:focus) {
  border-color: #ced4da;
  background: #fafafa;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-inline-edit select.form-control + .btn {
  padding: 0.15rem 0.3rem;
  border-color: transparent;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-inline-edit select.form-control + .btn:hover:not(:focus) {
  border-color: #ced4da;
  background: #fafafa;
}
.gw-be-page-body-wrapper .gw-be-main-panel footer {
  padding: 1rem;
  font-size: 0.85rem;
  color: white;
}
.gw-be-page-body-wrapper .gw-be-main-panel footer .nav-link {
  color: white;
}
.gw-be-page-body-wrapper .gw-be-main-panel footer .nav-link:hover {
  color: rgb(0, 76.1335078534, 114.5);
}
.gw-be-page-body-wrapper .gw-be-main-panel .k-grid.table-sm .k-grid-header th.k-header {
  padding: 0.25rem;
}
.gw-be-page-body-wrapper .gw-be-main-panel .k-grid.table-bordered tbody td {
  border: 1px solid #dee2e6;
}
.gw-be-page-body-wrapper .gw-be-main-panel .k-grid.table-bordered tbody td:first-child {
  border-left-width: 1px;
}
.gw-be-page-body-wrapper .gw-be-main-panel .k-grid.table-striped .k-alt {
  background: white;
}
.gw-be-page-body-wrapper .gw-be-main-panel .k-grid.table-striped .k-alt td {
  background: rgba(0, 0, 0, 0.05);
}
.gw-be-page-body-wrapper .gw-be-main-panel .k-grid.table table + .k-pager-wrap {
  margin-top: 0.5rem;
}

.gw-sidebar-icon-only .gw-be-navbar-brand-wrapper {
  width: 4rem;
}
.gw-sidebar-icon-only .gw-be-navbar-brand-wrapper .navbar-brand {
  display: none !important;
}
.gw-sidebar-icon-only .gw-be-navbar-brand-wrapper .navbar-brand.navbar-brand-mini {
  display: block !important;
}
.gw-sidebar-icon-only .gw-be-navbar-menu-wrapper {
  width: calc(100% - 4rem);
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar {
  width: 4rem;
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item.gw-nav-category {
  display: none;
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item .nav-link {
  display: block;
  text-align: center;
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item .nav-link .gw-menu-icon {
  display: block;
  font-size: 1.3rem;
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item .nav-link .menu-title, .gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item .nav-link .gw-be-menu-arrow {
  display: none;
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item .collapse, .gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item .collapsing {
  display: none;
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-main-panel {
  width: calc(100% - 4rem);
}

/* RED */
/*frontend*/
@media (min-width: 768px) {
  .gw-ul-md-3col {
    column-count: 2;
    column-gap: 0.75rem;
  }
}
@media (min-width: 992px) {
  .gw-ul-md-3col {
    column-count: 3;
  }
}
.gw-ul-md-3col .list-group-item {
  break-inside: avoid;
  margin-bottom: 0.25rem;
}

/*backend*/
.gw-be-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  min-height: 3.7rem;
  z-index: 2;
}
.gw-be-header .navbar {
  min-height: 3.7rem;
}

.gw-be-sidebar {
  border-bottom: 1px solid #c5c6c8;
}
@media (min-width: 992px) {
  .gw-be-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 3.7rem;
    height: calc(100vh - 3.7rem);
    border-bottom: none;
  }
}
.gw-be-sidebar .gw-be-sidenav .nav-link {
  color: #343a40;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.gw-be-sidebar .gw-be-sidenav .nav-link i[class^=icon-] {
  margin-right: 0.33rem;
}
.gw-be-sidebar .gw-be-sidenav .nav-link:hover {
  background: rgb(223.1769911504, 223.7256637168, 224.8230088496);
}
.gw-be-sidebar .gw-be-sidenav .nav-link.active {
  color: white;
  background-color: #007fbf;
}
.gw-be-sidebar .gw-be-sidenav .nav-link.disabled {
  color: #c5c6c8;
  background: inherit;
}

@media (min-width: 992px) {
  .gw-be-main {
    border-left: 1px solid #c5c6c8;
    border-right: 1px solid #c5c6c8;
  }
}
.gw-be-main .gw-badge-status {
  padding-left: 0.6em;
  padding-right: 0.6em;
  border-radius: 10rem;
  font-size: 45%;
  transform: translateY(-0.2rem);
}
.gw-be-main .gw-btn-status-filter {
  transition: ease width 0.3s;
  width: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gw-be-main .gw-btn-status-filter:hover, .gw-be-main .gw-btn-status-filter.active {
  width: 7rem;
}

.gw-be-infobar {
  border-top: 1px solid #c5c6c8;
}
@media (min-width: 992px) {
  .gw-be-infobar {
    position: -webkit-sticky;
    position: sticky;
    top: 3.7rem;
    height: calc(100vh - 3.7rem);
    border-top: none;
  }
}
.gw-be-infobar .gw-be-infobar-accordion form {
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
}
.gw-be-infobar .gw-be-infobar-accordion form .gw-fold ~ div .gw-collapse-inner, .gw-be-infobar .gw-be-infobar-accordion form .gw-fold:not(.collapsed) {
  background: rgba(255, 255, 255, 0.5);
}
.gw-be-infobar .gw-be-infobar-accordion .gw-fold {
  transition: ease background 0.3s, ease box-shadow 0.3s;
  box-shadow: 0 0 0 15px #f0f0f0;
}
.gw-be-infobar .gw-be-infobar-accordion .gw-fold ~ div .gw-collapse-inner {
  padding: 0.5rem 0;
}
.gw-be-infobar .gw-be-infobar-accordion .gw-fold:not(.collapsed) {
  box-shadow: none;
  margin-bottom: 0 !important;
}
.gw-be-infobar .gw-be-infobar-accordion .gw-fold:not(.collapsed) .gw-hide-on-collapse {
  transition: ease opacity 0.3s;
  opacity: 0;
}

@media (min-width: 992px) {
  .gw-be-main-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 3.7rem;
    z-index: 1;
  }
}

.gw-sortable-container {
  background: rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  border-radius: 0;
  margin-bottom: 0.5rem;
}
.gw-sortable-container .ui-sortable {
  list-style-type: none;
  padding-left: 0;
}
.gw-sortable-container .ui-sortable .gw-sortable-handle {
  background: white;
  padding: 1rem;
  cursor: grab;
  margin-bottom: 1rem;
  border-radius: 0;
}
.gw-sortable-container .ui-sortable .gw-sortable-handle:last-child {
  margin-bottom: 0;
}
.gw-sortable-container .ui-sortable .gw-sortable-handle .dropdown-toggle {
  background: white;
  border: none;
}
.gw-sortable-container .ui-sortable .gw-sortable-handle .dropdown-toggle:after {
  content: none;
}
.gw-sortable-container .ui-sortable .gw-sortable-handle .gw-sortable-grabber {
  visibility: hidden;
}
.gw-sortable-container .ui-sortable .gw-sortable-handle:hover .gw-sortable-grabber {
  visibility: visible;
}
.gw-sortable-container .ui-sortable .gw-sortable-handle.ui-sortable-helper {
  box-shadow: 0 2px 4px 0 rgba(70, 48, 6, 0.25);
}
.gw-sortable-container .gw-add-sortable {
  background: rgba(255, 255, 255, 0.5);
  transition: ease background 0.3s;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.gw-sortable-container .gw-add-sortable:hover {
  background: white;
}
.gw-sortable-container .additional-offer-title,
.gw-sortable-container .additional-offer-link,
.gw-sortable-container .additional-offer-url {
  margin-bottom: 0.25rem;
}

.gw-sortable-wasundwozu {
  background: #e7e7e7;
}

.gw-sortable-karriere {
  background: transparent;
  margin-bottom: 0;
  padding: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.gw-dropdown-toggle-link {
  background: white;
  border: none;
}
.gw-dropdown-toggle-link:after {
  content: none;
}

.profession-addition-select-type {
  background-color: #f0f0f0;
  margin-bottom: -1px;
}
.profession-addition-select-type:active, .profession-addition-select-type:focus {
  background-color: white;
  position: relative;
  z-index: 1;
}

/* form fields */
.gw-berufsfeld-container {
  max-width: 540px;
  margin: 0 auto;
}

.gw-form-control-berufsfeld-title {
  font-size: 2.5rem;
  background: #f0f0f0;
}

.gw-form-control-berufsfeld-teaser {
  font-size: 1.25rem;
  font-weight: 300;
  background: #f0f0f0;
}

.gw-form-control-berufsfeld-between-title {
  background: #f0f0f0;
  font-weight: bold;
}

.gw-form-control-berufsfeld-descr {
  background: #f0f0f0;
}

.gw-form-control-simple-text {
  background: #f0f0f0;
}

.gw-factsbox .gw-form-control-simple-text {
  background: white;
  font-style: italic;
  font-size: 0.85rem;
}

.gw-factsbox.gw-selfbox .gw-form-control-simple-text {
  background: #afc8e5;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  border-color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}
.gw-factsbox.gw-selfbox .gw-form-control-simple-text:focus {
  background: white;
  box-shadow: 0 0 0 0.2rem rgb(136.5094339623, 173.5377358491, 216.4905660377);
}

.gw-wrapper-verbs .form-control {
  font-weight: bold;
  font-style: italic;
  font-size: 1.4rem;
}

.gw-form-control-beruf-spezialisierung-bold {
  background: #f0f0f0;
  font-weight: bold;
  margin-bottom: -1px;
}
.gw-form-control-beruf-spezialisierung-bold:focus {
  z-index: 1;
  position: relative;
}

.gw-form-control-beruf-spezialisierung-teaser {
  background: #f0f0f0;
  margin-bottom: -1px;
}
.gw-form-control-beruf-spezialisierung-teaser:focus {
  z-index: 1;
  position: relative;
}

.gw-form-control-beruf-spezialisierung {
  background: #f0f0f0;
}

.gw-form-control-beruf-fact {
  background: #e9cea2;
  font-size: 0.85rem;
  padding: 0.375rem;
  border-color: rgba(255, 255, 255, 0.5);
  color: #212529;
}

.gw-delete-wrapper {
  position: relative;
  z-index: 1;
  transition: ease transform 0.3s;
  transform-origin: top;
}
.gw-delete-wrapper.gw-mark-as-delete {
  transform: scaleY(0);
}
.gw-delete-wrapper .gw-red-delete {
  opacity: 0;
  position: absolute;
  top: 0;
  right: -2.5rem;
  background: white;
  border-radius: 100%;
  line-height: 2.2rem;
  font-family: "gateicons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e90a";
  color: #b73328;
  transition: ease opacity 0.3s;
  transition-delay: 0.2s;
}
.gw-delete-wrapper .gw-red-delete:hover {
  background: #b73328;
  color: white;
  cursor: pointer;
  transition-delay: 0s;
}
.gw-delete-wrapper:hover .gw-red-delete {
  opacity: 1;
  transition-delay: 0s;
}

.gw-be-infobar .gw-be-infobar-accordion .gw-custom-indeterminate-checkbox .custom-control-input ~ .custom-control-label {
  color: #c78810;
  font-weight: bold;
}
.gw-be-infobar .gw-be-infobar-accordion .gw-custom-indeterminate-checkbox .custom-control-input ~ .custom-control-label:before {
  border-width: 2px;
  border-color: #c78810;
  background-color: rgb(252.023255814, 240.3023255814, 217.976744186);
}
.gw-be-infobar .gw-be-infobar-accordion .gw-custom-indeterminate-checkbox .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgb(250.1255813953, 230.9325581395, 194.3744186047);
}
.gw-be-infobar .gw-be-infobar-accordion .gw-custom-indeterminate-checkbox .custom-control-input:indeterminate ~ .custom-control-label {
  color: #c5c6c8;
  font-weight: normal;
}
.gw-be-infobar .gw-be-infobar-accordion .gw-custom-indeterminate-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  border-width: 1px;
  border-color: #c5c6c8;
  background-color: #E6E6E6;
}
.gw-be-infobar .gw-be-infobar-accordion .gw-custom-indeterminate-checkbox .custom-control-input:indeterminate:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem #E6E6E6;
}
.gw-be-infobar .gw-be-infobar-accordion .gw-custom-indeterminate-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #92aa84;
}
.gw-be-infobar .gw-be-infobar-accordion .gw-custom-indeterminate-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #92aa84;
  border-width: 1px;
  border-color: #92aa84;
}
.gw-be-infobar .gw-be-infobar-accordion .gw-custom-indeterminate-checkbox .custom-control-input:checked:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgb(212.8149038462, 222.1033653846, 207.3966346154);
}

.gw-row-table-checklist a {
  color: #343a40;
}
.gw-row-table-checklist a:hover {
  text-decoration: underline;
}
.gw-row-table-checklist .gw-row-header {
  top: 122px;
  border-top: 0.5rem solid white;
}
.gw-row-table-checklist .gw-smalltext .gw-custom-indeterminate-checkbox .custom-control-label {
  line-height: 1.4rem;
}
.gw-row-table-checklist .gw-custom-indeterminate-checkbox .custom-control-input ~ .custom-control-label {
  color: #c78810;
  font-weight: bold;
}
.gw-row-table-checklist .gw-custom-indeterminate-checkbox .custom-control-input ~ .custom-control-label:before {
  border-width: 2px;
  border-color: #c78810;
  background-color: rgb(252.023255814, 240.3023255814, 217.976744186);
}
.gw-row-table-checklist .gw-custom-indeterminate-checkbox .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgb(250.1255813953, 230.9325581395, 194.3744186047);
}
.gw-row-table-checklist .gw-custom-indeterminate-checkbox .custom-control-input:indeterminate ~ .custom-control-label {
  color: #c5c6c8;
  font-weight: normal;
}
.gw-row-table-checklist .gw-custom-indeterminate-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  border-width: 1px;
  border-color: #c5c6c8;
  background-color: #E6E6E6;
}
.gw-row-table-checklist .gw-custom-indeterminate-checkbox .custom-control-input:indeterminate:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem #eceded;
}
.gw-row-table-checklist .gw-custom-indeterminate-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #92aa84;
}
.gw-row-table-checklist .gw-custom-indeterminate-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #92aa84;
  border-width: 1px;
  border-color: #92aa84;
}
.gw-row-table-checklist .gw-custom-indeterminate-checkbox .custom-control-input:checked:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgb(212.8149038462, 222.1033653846, 207.3966346154);
}

.gw-custom-checkbox-priority .custom-control-input:checked ~ .custom-control-label {
  color: #b73328;
  font-weight: bold;
}
.gw-custom-checkbox-priority .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #b73328;
  border-color: #b73328;
}
.gw-custom-checkbox-priority .custom-control-input:checked:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgb(221.8161434978, 112.3094170404, 103.1838565022);
}

.gw-row-table-checklist .gw-custom-checkbox-priority .custom-control-input ~ .custom-control-label {
  font-size: 0.85rem;
  line-height: 1.4rem;
  color: #c5c6c8;
}
.gw-row-table-checklist .gw-custom-checkbox-priority .custom-control-input:checked ~ .custom-control-label {
  color: #b73328;
  font-weight: bold;
}

.gw-list-group-red-wizard .list-group-item-action:hover {
  cursor: pointer;
}
.gw-list-group-red-wizard .list-group-item-action:not(.active) i[class*=icon-] {
  display: none;
}
.gw-list-group-red-wizard .list-group-item-action.active {
  background-color: #7bafda;
  font-weight: bold;
  border-color: white;
}

.gw-control-catalog-title {
  margin-bottom: 1.5rem;
  color: #4a95cc;
  font-weight: bold;
  font-size: 1.25rem;
  background-color: transparent;
  border-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gw-control-catalog-title:hover {
  /*border-color: $input-border-color;*/
  background-color: #eceded;
}
.gw-control-catalog-title:focus {
  overflow: unset;
  text-overflow: unset;
  background-color: white;
}

.gw-berufsfeldbox {
  margin-bottom: 1rem;
}
.gw-berufsfeldbox .gw-berufsfeld {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(70, 48, 6, 0.35);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  border: 6px solid rgba(255, 255, 255, 0.6);
}
.gw-berufsfeldbox .gw-berufsfeld .gw-derotate {
  margin-top: -1.667rem;
  transition: transform 0.5s ease;
}
.gw-berufsfeldbox .gw-berufsfeld img {
  transform: scale(1.1);
  filter: grayscale(0.25) brightness(0.9);
  transition: filter 0.5s;
}
.gw-berufsfeldbox .gw-berufsfeld:hover img {
  filter: none;
}
.gw-berufsfeldbox .gw-berufsfeld .gw-inner {
  padding: 0.8rem 0.667rem 0.8rem 0.8rem;
}
.gw-berufsfeldbox .gw-berufsfeld .gw-behind span {
  background-color: rgba(74, 149, 204, 0.8);
  box-shadow: 0.5rem 0 0 rgba(74, 149, 204, 0.8), -0.25rem 0 0 rgba(74, 149, 204, 0.8);
}
.gw-berufsfeldbox .gw-berufsfeld:hover {
  box-shadow: 0 5px 9px 0 rgba(70, 48, 6, 0.45);
  transform: scale(1.0667);
}

.gw-intertease.gw-snapchance {
  margin-top: -1rem;
}
@media (min-width: 768px) {
  .gw-intertease.gw-snapchance {
    margin-top: -1.333rem;
  }
}
@media (min-width: 992px) {
  .gw-intertease.gw-snapchance {
    margin-top: -2 rem;
  }
}
.gw-intertease .gw-snapteaser {
  display: block;
  transform: scale(1);
  transition: transform 0.2s ease;
  text-align: right;
}
.gw-intertease .gw-snapteaser:hover {
  transform: scale(1.1);
}
.gw-intertease .gw-snapteaser .img-fluid {
  max-height: 2rem;
}
@media (min-width: 768px) {
  .gw-intertease .gw-snapteaser .img-fluid {
    max-height: 2.75rem;
  }
}
@media (min-width: 1200px) {
  .gw-intertease .gw-snapteaser .img-fluid {
    max-height: initial;
  }
}

.gw-a2z {
  position: relative;
}
.gw-a2z > a {
  width: 2.333rem;
}
.gw-a2z .gw-prof-filtertoggle {
  position: absolute;
  right: 0;
  bottom: -2.4rem;
  font-size: 1.75rem;
  width: auto;
  padding: 0 0.25rem;
  display: inline-block;
  z-index: 22;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.gw-a2z .gw-prof-filtertoggle.collapsed {
  transform: rotate(180deg);
}

.gw-prof-toolzone {
  background-color: rgb(223.1769911504, 223.7256637168, 224.8230088496);
}
.gw-prof-toolzone .gw-colorbar {
  height: 0.333rem;
  position: static;
}
.gw-prof-toolzone.topstick.fixed {
  position: fixed;
  top: 0;
  z-index: 919191919;
}

.gw-prof-filter {
  background-color: #fff;
}
.gw-prof-filter .gw-prof-filtertoggle.btn {
  padding: 0.3rem 1rem;
  line-height: 1.4;
}
.gw-prof-filter .gw-prof-filterhead {
  padding: 1rem;
  padding-bottom: 0.667rem;
}
.gw-prof-filter .gw-prof-filterbox {
  background-color: rgba(74, 149, 204, 0.2);
}
.gw-prof-filter .gw-prof-filterbox > .row {
  background: none;
  padding: 1rem;
  padding-bottom: 0.5rem;
}
.gw-prof-filter .gw-prof-filterbox > .row [class*=col] {
  margin-bottom: 0.5rem;
}
.gw-prof-filter .gw-prof-filterbox label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.33rem;
}
.gw-prof-filter .gw-prof-filterbox input[type=text] {
  line-height: 2.1;
  width: 100%;
  padding-left: 0.667rem;
}
.gw-prof-filter .check-mark.gateicons:before {
  font-family: "gateicons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007fbf;
  font-size: 1.5rem;
}
.gw-prof-filter .bootstrap-select .dropdown-item {
  padding-left: 1rem;
}
.gw-prof-filter .bootstrap-select .dropdown-item.selected {
  color: #4a95cc;
}
.gw-prof-filter .dropdown.bootstrap-select {
  width: 100% !important;
}
.gw-prof-filter .dropdown.bootstrap-select .btn-light:hover {
  border-color: rgba(123, 175, 218, 0.8);
  background-color: #fff;
}

.gw-factsbox {
  padding-top: 0.5rem;
}
.gw-factsbox dl {
  font-size: 0.85rem;
}
.gw-factsbox dt {
  color: #c78810;
}
.gw-factsbox .gw-profil-dimension {
  margin-bottom: 1rem;
}
.gw-factsbox .gw-profil-dimension .progress-bar {
  width: 0%;
  overflow: hidden;
}
.gw-factsbox .gw-profil-dimension .progress-bar span {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.gw-factsbox .gw-profil-dimension .progress-bar.showspan span {
  opacity: 1;
}
.gw-factsbox .gw-profil-dimension .progress-bar.showlabel span {
  transition-delay: 0.5s;
  opacity: 1;
}
.gw-factsbox .gw-profil-dimension .progress-bar.gw-trans {
  transition: width 1.5s ease-out;
}
.gw-factsbox .gw-profil-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 300;
  margin-bottom: 0.2rem;
}
.gw-factsbox.gw-selfbox {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0.5rem;
}
.gw-factsbox .gw-ramp {
  padding-left: 1.5rem;
}
.gw-factsbox .gw-ramp:before {
  font-family: "gateicons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  content: "\e93e";
  margin-right: 0.25rem;
  margin-left: -1.5rem;
  font-size: 1.25rem;
}
.gw-factsbox .gw-ramp:first-of-type:before {
  content: none;
}
.gw-factsbox .gw-ramp-base {
  opacity: 0.5;
}

.gw-breadbox.gw-breadbox-nomargin .breadcrumb {
  margin-bottom: 0;
}

.gw-intertease + .gw-breadbox {
  margin-top: -2.333rem;
}

.gw-rubriquebox a.btn {
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-size: 0.75rem;
}
.gw-rubriquebox + .gw-content > .row:first-of-type {
  padding-top: 0.25rem;
}

.gw-fold.gw-fold-trigger {
  cursor: pointer;
}
.gw-fold.gw-fold-trigger:after {
  font-family: "gateicons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e93a";
  color: #007fbf;
  display: inline-block;
  margin-left: 0.25rem;
}
.gw-fold.gw-fold-trigger.collapsed:after {
  content: "\e93b";
}

/* add by gateway.one */
.gw-a2z .gw-prof-filtertoggle {
  z-index: 4;
}

.gw-berufsfeldbox .gw-berufsfeld img:before {
  content: "";
  display: block;
  padding-top: 53%;
}

.gw-prof-filter .bootstrap-select .dropdown-toggle {
  font-weight: 700;
}
.gw-prof-filter .bootstrap-select .dropdown-toggle.bs-placeholder {
  color: #999;
}

.gw-canton-filter .gw-canton-filterbox .gw-canton-filterhead {
  transition: ease padding 0.5s;
}
.gw-canton-filter .gw-canton-filter-trigger:not(.collapsed) .gw-canton-filterbox {
  background: white;
}
.gw-canton-filter .gw-canton-filter-trigger:not(.collapsed) .gw-canton-filterbox .gw-canton-filterhead {
  background: rgba(74, 149, 204, 0.2);
  padding: 0.4rem;
}

.gw-factsbox dl dd br {
  display: block;
  margin-top: 0.25rem;
}

@media (min-width: 576px) {
  ul.gw-whatandwhy {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 3rem;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
  }
  ul.gw-whatandwhy li {
    break-inside: avoid;
  }
  ul.gw-whatandwhy li:empty {
    display: none;
  }
}
.gw-prof-filter .gw-prof-filterbox form .row [class*=col] {
  margin-bottom: 0.5rem;
}

.gw-prof-toolzone.topstick.fixed {
  z-index: 1030;
}

.gw-srf-video-preview {
  min-height: 108px;
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.gw-srf-video-preview:after, .gw-srf-video-preview:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.gw-srf-video-preview:after {
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 16px;
  border-left: 20px solid #fff;
  margin-top: -14px;
  margin-left: -9px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
}
.gw-srf-video-preview:before {
  margin-top: -32px;
  margin-left: -32px;
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  background: rgba(0, 0, 0, 0.42);
}
.gw-srf-video-preview:hover:before {
  background: rgba(0, 0, 0, 0.7);
}

.gw-profession-inactive {
  max-height: 100vh;
  overflow: hidden;
}
.gw-profession-inactive:before {
  z-index: 1;
  content: "";
  background-image: -webkit-linear-gradient(to bottom, rgba(240, 240, 240, 0), #f0f0f0);
  background-image: linear-gradient(to bottom, rgba(240, 240, 240, 0), #f0f0f0);
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  #ProfessionType[value=detail] ~ h1 {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
.gw-jobmap {
  height: 280px;
  position: relative;
}
@media (min-width: 992px) {
  .gw-jobmap {
    height: 400px;
  }
}
.gw-jobmap .gw-the-map {
  height: 100%;
}

.gw-prof-toolzone {
  position: relative;
}
.gw-prof-toolzone.gw-joboffer {
  background: none;
}

.gw-joboffer .gw-searchbox .nav-tabs .nav-link {
  max-width: 35%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 0.5rem;
}
@media (min-width: 576px) {
  .gw-joboffer .gw-searchbox .nav-tabs .nav-link {
    max-width: none;
    padding-right: 1rem;
    font-size: 1.25rem;
  }
}
.gw-joboffer .gw-searchbox .nav-tabs .nav-link:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .gw-joboffer .gw-searchbox .tab-pane .form-control,
  .gw-joboffer .gw-searchbox .form-group .btn {
    font-size: 1.25rem;
  }
}

.gw-perimeterbox {
  line-height: 1.6;
  background: white;
  padding: 0.2rem 1rem 0.06667rem 1rem;
  display: flex;
  justify-content: space-between;
}
.gw-perimeterbox > span {
  margin: 0 0.3rem;
  font-weight: 700;
}
.gw-perimeterbox .gw-incdec i {
  font-size: 1.333rem;
}
.gw-perimeterbox .gw-incdec + span {
  line-height: 2.1;
}

.gw-maptoggler {
  position: absolute;
  top: 100%;
  right: 4rem;
  z-index: 300;
  background-color: #7bafda;
  display: inline-block;
  padding: 0.25em;
  line-height: 1;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.gw-maptoggler:hover {
  background-color: #007fbf;
}
.gw-maptoggler.gw-map-closed i:before {
  content: "\e99c";
}

.gw-jobmap {
  position: relative;
}
.gw-jobmap > img {
  position: absolute;
  z-index: 200;
  cursor: pointer;
  transform: scale(1) translateY(0);
  transition: transform 0.4s;
}
.gw-jobmap > img:hover {
  transform: scale(1.25) translateY(-3px);
}

.gw-map-trigger i:before {
  margin-left: 0.3rem;
}
.gw-map-trigger.gw-map-open i:before {
  content: "\e93a";
}

/*.row.gw-extended-filter.collapse.show {
    display: flex;
}
.gw-prof-filter .gw-prof-filterbox .row [class*='col'] a {
    margin-bottom: 0;
}
.gw-ext-filtertoggle {
    position: absolute;
    bottom: 0;
    font-size: 1.75rem;
    width: auto;
    padding: 0 0.25rem;
    display: inline-block;
    transform: rotate(-179.9deg);
    transform-origin: 50% 36%;
    //transition: transform 0.3s ease;
    &.collapsed {
        transform: rotate(0deg);
    }
}*/
.gw-searchcritbox {
  margin-bottom: 0.25rem;
  padding: 1rem 1rem 0 1rem;
}

.gw-prof-filter .gw-prof-filterbox .gw-searchcritbox + .row {
  padding-top: 0;
}

.gw-searchcrit {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  background-color: rgba(0, 127, 191, 0.25);
  padding: 0.2rem 0.5rem;
  padding-right: 2.333rem;
  margin-right: 0.333rem;
  margin-bottom: 0.333rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .gw-searchcrit {
    width: auto;
    max-width: 50%;
  }
}

h6.gw-critlabel {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}

.gw-critvalue a.gw-closer {
  display: inline-block;
  position: absolute;
  top: 0.125rem;
  right: 0.2rem;
  font-size: 1.5rem;
  line-height: 0.2;
  margin-left: 1rem;
}

.gw-resultcount {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
}
.gw-resultcount p {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.gw-resultcount p small {
  font-weight: 700;
}

.gw-joboffer-results .list-group-item .row.gw-upper-row > div {
  margin-bottom: 0;
}
.gw-joboffer-results .list-group-item {
  padding-top: 0;
  margin-bottom: 0.5rem;
}
.gw-joboffer-results .list-group-item .gw-upper-row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.gw-joboffer-results .list-group-item .gw-upper-row [class^=col], .gw-joboffer-results .list-group-item .gw-upper-row [class*=col] {
  background-color: #d6e3dd;
  color: #3f866c;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

.gw-junior .gw-joboffer-results .list-group-item {
  margin-bottom: 1.5rem;
  border-radius: 0;
  overflow: hidden;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(70, 48, 6, 0.25);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
.gw-junior .gw-joboffer-results .list-group-item .gw-upper-row {
  order: 1;
  margin: 0;
  justify-content: center;
}
@media (min-width: 768px) {
  .gw-junior .gw-joboffer-results .list-group-item .gw-upper-row {
    justify-content: start;
  }
}
.gw-junior .gw-joboffer-results .list-group-item .gw-upper-row [class^=col], .gw-junior .gw-joboffer-results .list-group-item .gw-upper-row [class*=col] {
  flex-grow: 0;
  background-color: #afc8e5;
  color: #007fbf;
  border-radius: 0;
  margin-right: 0.5rem;
  font-weight: 500;
  flex: 0;
  white-space: nowrap;
}

.gw-upper-row {
  margin-bottom: 0.25rem;
  font-size: 0.8rem;
}
@media (min-width: 420px) {
  .gw-upper-row {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) {
  .gw-upper-row {
    padding-bottom: 0.333rem;
    font-size: 1rem;
  }
}

.gw-lower-row {
  display: flex;
  align-items: center;
}
.gw-lower-row .gw-customer-name {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .gw-lower-row .gw-customer-name {
    justify-content: flex-start;
  }
}
.gw-lower-row .gw-ep-logo {
  display: inline-block;
  transform: scale(1);
  transition: transform 0.4s;
}
.gw-lower-row .gw-ep-logo:hover {
  transform: scale(1.075);
}
.gw-lower-row .gw-ep-logo img {
  max-width: 156px;
}
.gw-lower-row .gw-sqq-seal {
  display: inline-block;
  margin-left: 0.75rem;
  max-width: 20%;
  transform: scale(1);
  transition: transform 0.4s;
}
.gw-lower-row .gw-sqq-seal:hover {
  transform: scale(1.075);
}
.gw-lower-row .gw-sqq-seal img {
  height: 40px;
  max-width: none;
}
.gw-lower-row .gw-nologo {
  width: 210px;
  height: 75px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.125);
}

.gw-customer-name {
  text-align: center;
}
@media (min-width: 768px) {
  .gw-customer-name {
    text-align: left;
  }
}

.gw-apply-button {
  text-align: center;
}
@media (min-width: 768px) {
  .gw-apply-button {
    text-align: right;
  }
}

.gw-list-group .list-group-item .row.gw-lower-row > div.gw-apply-button {
  margin-bottom: 0;
}

.gw-mark-as-favorite {
  position: inherit;
}

.gw-job-favorite {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  padding: 0.25rem;
  outline-style: none !important;
}
.gw-job-favorite:hover:not(:disabled) {
  background-color: #E6E6E6;
}
.gw-job-favorite:disabled {
  -webkit-animation: rotation 3s infinite linear;
  -moz-animation: rotation 3s infinite linear;
  animation: rotation 3s infinite linear;
}
.gw-job-favorite i {
  font-size: 1.5rem;
  color: #343a40;
}
.gw-job-favorite.gw-is-favorite i:before {
  content: "\e997";
}

.gw-list-group .list-group-item .row > div.gw-mark-as-favorite {
  padding-right: 5px;
}
@media (min-width: 768px) {
  .gw-list-group .list-group-item .row > div.gw-mark-as-favorite {
    padding-right: 15px;
  }
}

.tooltip {
  pointer-events: none;
}

.tooltip-inner {
  background-color: #3f866c;
  font-size: 0.85rem;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #3f866c;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #3f866c;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #3f866c;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #3f866c;
}

.gw-marker-popup {
  display: none;
  position: absolute;
  top: 100px;
  left: 300px;
  z-index: 320;
  width: 230px;
  transition: transform 0.5s ease;
}
.gw-marker-popup .gw-bubble-image {
  max-width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gw-marker-popup .gw-bubble-image img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.gw-marker-popup .gw-bubble.embed-responsive-item:before,
.gw-marker-popup .gw-bubble.embed-responsive-item:after {
  content: none;
}
.gw-marker-popup .gw-bubble.embed-responsive-item {
  border-radius: 0;
  border: none;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-bubble-inner {
  padding: 0.4rem 0.6rem;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-top-row {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 0.5rem;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-location-name {
  font-size: 0.85rem;
  color: #3f866c;
}
.gw-marker-popup .gw-bubble.embed-responsive-item p {
  margin-bottom: 0.5rem;
  hyphens: auto;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-closer {
  position: absolute;
  top: 10px;
  right: 10px;
  margin-top: -1px;
  margin-right: -2px;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #212529;
}
.gw-marker-popup .gw-bubble.embed-responsive-item h4.gw-customer-name {
  text-align: left;
  font-size: 1.15rem;
  margin-bottom: 0.2rem;
  font-weight: 700;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-joblink {
  display: flex;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-joblink i {
  margin-right: 0.25rem;
  margin-top: 0.25rem;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-joblink a {
  font-size: 0.85rem;
  color: #007fbf;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-joblink a:hover {
  color: rgb(0, 76.1335078534, 114.5);
}

.gw-compact .gw-filterbox-toggler {
  display: block;
  color: #007fbf;
  font-weight: 700;
  padding: 0.25rem 0 0 1rem;
}
.gw-compact .gw-filterbox-toggler i:before {
  margin-left: 0.25rem;
}
.gw-compact .gw-filterbox-toggler:hover {
  color: rgb(0, 86.3068062827, 129.8);
}
.gw-compact .gw-filterbox-toggler + .gw-searchcritbox {
  padding-top: 0.25rem;
}
@media (min-width: 992px) {
  .gw-compact .gw-filterbox-toggler + .gw-searchcritbox {
    padding-top: 1rem;
  }
}
.gw-compact .gw-filterbox-toggler.gw-filterbox-open i:before {
  content: "\e93a";
}
.gw-compact .gw-searchcritbox {
  display: none;
}
.gw-compact .gw-searchcritbox > .row {
  background: none;
  padding: 0;
}
.gw-compact .gw-searchcritbox > .row [class*=col] {
  margin-bottom: 0.5rem;
}
.gw-compact .gw-joboffer-items.gw-list-group .list-group-item {
  padding-bottom: 0.1rem;
}
.gw-compact .gw-joboffer-items.gw-list-group .list-group-item .gw-lower-row > div {
  margin-bottom: 0.25rem;
}

.gw-resultcount .btn-sm, .gw-resultcount .btn-group-sm > .btn {
  font-size: 80%;
  padding-top: 0;
  padding-bottom: 0;
}

.gw-searchcrit.fadein {
  animation: fadeIn 0.3s;
  animation-fill-mode: forwards;
}

.gw-searchfilter {
  transition: ease 0.2s flex, ease 0.2s padding;
}
.gw-searchfilter.hidden {
  flex: 0;
  padding: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}

.gw-perimeterbox.disabled {
  opacity: 0.65;
}
.gw-perimeterbox.disabled a {
  pointer-events: none;
  color: grey;
}

.gw-joboffer .ui-autocomplete {
  z-index: 919191920;
  max-height: 80vh;
  overflow-y: auto;
}
.gw-joboffer .tooltip {
  z-index: 919191921;
}

.gw-searchcritbox {
  margin-bottom: 0;
}

.gw-prof-filterbox .gw-searchcritbox .k-autocomplete {
  border-radius: 0;
  width: 100%;
}
.gw-prof-filterbox .gw-searchcritbox .k-autocomplete .k-input {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  height: calc(1.5em + 0.75rem + 2px);
}
.gw-prof-filterbox .gw-searchcritbox .k-autocomplete.k-state-focused {
  box-shadow: 0 0 0 0.2rem #afc8e5;
  border-color: #4a95cc;
}
.gw-prof-filterbox .gw-searchcritbox .k-autocomplete .k-i-loading {
  top: 50%;
  transform: translateY(-50%);
  filter: saturate(0);
}

.gw-prof-filterbox .bootstrap-select .filter-option-inner-inner {
  font-weight: 300;
}

.gw-joboffer-results nav ul.pagination .page-item.disabled {
  display: none;
}
.gw-joboffer-results nav ul.pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 198, 200, 0.5);
}
.gw-joboffer-results nav ul.pagination .page-item[title*=e], .gw-joboffer-results nav ul.pagination .page-item[title*=u] {
  text-transform: lowercase;
}
.gw-joboffer-results nav ul.pagination .page-item[title*=e] .page-link, .gw-joboffer-results nav ul.pagination .page-item[title*=u] .page-link {
  background: white;
  color: #c78810 !important;
  transition: none;
}
.gw-joboffer-results nav ul.pagination .page-item[title*=e] .page-link:focus, .gw-joboffer-results nav ul.pagination .page-item[title*=u] .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 136, 16, 0.5);
}
.gw-joboffer-results nav ul.pagination .page-item[title*=e] .page-link:hover, .gw-joboffer-results nav ul.pagination .page-item[title*=u] .page-link:hover {
  background: #c78810 !important;
  color: white !important;
}

.gw-filterbox-toggler {
  display: block;
  color: #007fbf;
  font-weight: 700;
  padding: 0.25rem 0 0 1rem;
}
.gw-filterbox-toggler i:before {
  margin-left: 0.25rem;
}
.gw-filterbox-toggler:hover {
  color: rgb(0, 86.3068062827, 129.8);
}
.gw-filterbox-toggler + .gw-searchcritbox {
  padding-top: 0.25rem;
}
@media (min-width: 992px) {
  .gw-filterbox-toggler + .gw-searchcritbox {
    padding-top: 1rem;
  }
}
.gw-filterbox-toggler.gw-filterbox-open i:before {
  content: "\e93a";
}

.gw-searchcrit:nth-last-child(n+16) .gw-critvalue,
.gw-searchcrit:nth-last-child(n+16) ~ .gw-searchcrit .gw-critvalue {
  font-size: 0.8rem;
}

.gw-joboffer .gw-searchbox .nav-tabs .nav-link {
  max-width: 37%;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-6-6 9:43:0
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-top
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
}
@keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
}
.gw-scale-up-top {
  -webkit-animation: scale-up-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.gw-myway-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 1200px;
  height: 60%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.gw-myway-box.gw-is-slided {
  transform: translateX(100%);
}
@media (min-width: 420px) {
  .gw-myway-box.gw-is-slided {
    transform: translateX(22em);
  }
}
.gw-myway-box.gw-myway-hidden {
  animation: fallBounce 0.8s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.gw-myway-box.gw-myway-hidden .gw-myway {
  transform: scaleY(0);
}
.gw-myway-box.gw-myway-pullup {
  animation: pullUp 0.3s;
  animation-fill-mode: forwards;
}

.gw-myway-toggler {
  background-color: #7bafda;
  display: inline-block;
  position: absolute;
  height: 1.5rem;
  top: -1.5rem;
  right: 0;
  padding: 0.25rem;
  line-height: 1;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  z-index: 999;
  transition: background-color 0.3s ease;
}
.gw-myway-toggler:hover {
  background-color: #007fbf;
}
.gw-myway-toggler.gw-myway-closed i:before {
  content: "\e93a";
}
.gw-myway-toggler.gw-myway-closed .gw-myway-tagtitle {
  animation: typing 0.5s steps(5, end);
  animation-delay: 0.8s;
  animation-fill-mode: both;
  font-family: "FoobarPro-Regular";
}

.gw-myway-tagtitle {
  display: inline-block;
  vertical-align: top;
  color: white;
  font-size: 0.875rem;
  padding-left: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
}

.gw-myway {
  background-color: rgba(74, 149, 204, 0.5);
  color: #fff;
  height: 100%;
  transition: transform 0.3s ease;
  font-size: 33%;
}
@media (min-width: 420px) {
  .gw-myway {
    font-size: 38%;
  }
}
@media (min-width: 576px) {
  .gw-myway {
    font-size: 46%;
  }
}
@media (min-width: 768px) {
  .gw-myway {
    font-size: 75%;
  }
}
@media (min-width: 992px) {
  .gw-myway {
    font-size: 90%;
  }
}
@media (min-width: 1200px) {
  .gw-myway {
    font-size: 100%;
  }
}
.gw-myway .btn {
  font-size: 1em;
}

.gw-myway-titlebar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 15%;
  padding: 0 0.5rem;
}
@media (min-width: 420px) {
  .gw-myway-titlebar {
    padding-bottom: 0.1em;
  }
}
@media (min-width: 768px) {
  .gw-myway-titlebar {
    padding-bottom: 0.2em;
  }
}
.gw-myway-titlebar .gw-myway-leftelem img {
  max-height: 1.333rem;
  max-width: 8vw;
}
.gw-myway-titlebar .gw-myway-leftelem .gw-myway-claim {
  font-size: 0.8em;
  font-weight: 300;
  margin-left: 0.333rem;
}
.gw-myway-titlebar .gw-myway-rightelem {
  font-size: 0.8em;
  font-weight: 300;
}
.gw-myway-titlebar .gw-myway-rightelem a {
  display: inline-block;
  color: #fff;
  transform: scale(1);
  transition: transform 0.3s;
}
.gw-myway-titlebar .gw-myway-rightelem a i {
  margin-right: 0.25rem;
}
.gw-myway-titlebar .gw-myway-rightelem a:hover {
  transform: scale(1.1);
}

.gw-myway-statusbar {
  display: flex;
  align-content: center;
  align-items: flex-end;
  height: 11%;
  background-color: rgba(21.8728448276, 54.0387931034, 77.6271551724, 0.7);
  overflow: hidden;
  padding: 0 0.5rem;
}
@media (min-width: 420px) {
  .gw-myway-statusbar {
    padding-bottom: 0.05em;
  }
}
@media (min-width: 768px) {
  .gw-myway-statusbar {
    padding-bottom: 0.1em;
  }
}
.gw-myway-statusbar > div {
  margin-left: 1rem;
}
.gw-myway-statusbar > div:first-child {
  margin-left: 0;
}

.gw-myway-statuslabel {
  font-size: 4px;
  font-weight: 300;
  letter-spacing: 0.02rem;
  margin-bottom: 0;
  margin-right: 0.2rem;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 420px) {
  .gw-myway-statuslabel {
    font-size: 5px;
  }
}
@media (min-width: 576px) {
  .gw-myway-statuslabel {
    font-size: 6px;
  }
}
@media (min-width: 768px) {
  .gw-myway-statuslabel {
    letter-spacing: 0.075rem;
    font-size: 0.5em;
    margin-right: 0.5rem;
  }
}

.gw-myway-statuscontent {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gw-myway-statusbadges {
  display: inline;
}
.gw-myway-statusbadges svg {
  display: inline-block;
  vertical-align: top;
  width: 8%;
  height: 8%;
  max-width: 1.1em;
  transform: scale(1);
  opacity: 0.4;
  transition: opacity 0.3s;
}
.gw-myway-statusbadges svg .badge-text {
  opacity: 0;
}
.gw-myway-statusbadges svg.gw-myway-achieved {
  opacity: 1;
}
.gw-myway-statusbadges svg.gw-myway-achieved .badge-text {
  opacity: 1;
}
.gw-myway-statusbadges svg.gw-myway-trophy {
  animation: sizeWiggle 0.3s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
}
.gw-myway-statusbadges img.gw-myway-fallback {
  display: none;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.gw-myway-statusbadges img.gw-myway-fallback.gw-myway-achieved {
  opacity: 1;
}
.gw-myway-statusbadges img.gw-myway-fallback.gw-myway-trophy {
  animation: sizeWiggle 0.3s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
}
@media all and (-ms-high-contrast: none) {
  .gw-myway-statusbadges svg {
    display: none;
  }
  .gw-myway-statusbadges img.gw-myway-fallback {
    display: inline;
    height: 1.2em;
  }
  .gw-myway-statusbadges *::-ms-backdrop, .gw-myway-statusbadges svg {
    display: none;
  }
  .gw-myway-statusbadges *::-ms-backdrop, .gw-myway-statusbadges iimg.gw-myway-fallback {
    display: inline;
    max-height: 1.2em;
  }
}

.gw-myway-minibutton.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 4px;
  padding: 0 0.333em;
  margin-left: 0.5em;
}
@media (min-width: 420px) {
  .gw-myway-minibutton.btn {
    font-size: 5px;
  }
}
@media (min-width: 576px) {
  .gw-myway-minibutton.btn {
    font-size: 6px;
  }
}
@media (min-width: 768px) {
  .gw-myway-minibutton.btn {
    font-size: 0.666em;
    margin-top: 0.25em;
    margin-right: 0.666rem;
  }
}

.gw-myway-goal *, .gw-myway-status * {
  opacity: 0;
  animation: fadeIn 0.3s;
  animation-fill-mode: forwards;
}

.gw-myway-levelbar {
  display: flex;
  align-items: stretch;
  border-top: 1px solid rgba(0.4560344828, 13.199071618, 22.5439655172, 0.7);
  height: 74%;
}

.gw-myway-level {
  flex-grow: 1;
  position: relative;
  background-color: rgba(10.661637931, 26.3405172414, 37.838362069, 0.7);
  margin-left: 0.333em;
  width: 0;
  transition: width 0.5s ease, background-color 0.5s, margin 0.5s ease;
}
.gw-myway-level:first-of-type {
  margin-left: 0;
}
.gw-myway-level.gw-active {
  background-color: rgba(1.4672413793, 42.4665782493, 72.5327586207, 0.7);
  width: 66%;
}
.gw-myway-level.gw-active .gw-myway-levelnumber {
  opacity: 1;
}
.gw-myway-level.gw-done {
  background-color: rgba(106.650862069, 114.5537135279, 120.349137931, 0.7);
}

.gw-myway-levelcrop {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.gw-myway-level-1 .gw-myway-levelcrop {
  background-image: url("../img/myway/levelbg-level-1.png");
}

.gw-myway-level-2 .gw-myway-levelcrop {
  background-image: url("../img/myway/levelbg-level-2.png");
}

.gw-myway-level-3 .gw-myway-levelcrop {
  background-image: url("../img/myway/levelbg-level-3.png");
}

.gw-myway-level-4 .gw-myway-levelcrop {
  background-image: url("../img/myway/levelbg-level-4.png");
}

.gw-myway-level-4 .gw-myway-levelswitch {
  display: none;
}

.gw-myway-leveltasks {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
  height: 46%;
  padding: 0.333em 2em 0.333em 1em;
  opacity: 0;
  transition: opacity 0.3s;
}

.gw-myway-levelmessage {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 54%;
  padding: 0.666em 1em;
  background-color: rgba(175, 200, 229, 0.15);
  opacity: 0;
  transition: opacity 0.3s;
}
.gw-myway-levelmessage div, .gw-myway-levelmessage p {
  width: 100%;
  font-size: 1.25em;
  line-height: 1.25;
  text-align: center;
}
.gw-myway-levelmessage p {
  margin-bottom: 0.333rem;
}

.gw-active .gw-myway-leveltasks,
.gw-active .gw-myway-levelmessage {
  opacity: 1;
}

.gw-myway-taskbutton {
  display: inline-block;
  padding: 0.375em 0.75em;
  margin-right: 0.33em;
  margin-top: 0.33em;
  border-width: 2px;
  transition: transform 0.3s ease, background-color 0.3s, border 0.3s, filter 0.5s;
}
.gw-myway-taskbutton.btn-secondary:not(.gw-myway-startbutton) {
  background-color: rgba(199, 136, 16, 0.6);
  border-color: rgba(199, 136, 16, 0.75);
}
.gw-myway-taskbutton.btn-secondary:not(.gw-myway-startbutton):hover {
  background-color: rgb(175.3976744186, 119.8697674419, 14.1023255814);
  border-color: #c78810;
}
.gw-myway-taskbutton.gw-myway-task-done {
  cursor: default;
  pointer-events: none;
  filter: grayscale(0.75) blur(1px);
}

.gw-myway-levelswitch {
  position: absolute;
  top: calc(50% - 1.5em);
  right: -1.25em;
  display: inline-block;
  border-radius: 50%;
  padding: 0.333em;
  color: #fff;
  cursor: pointer;
  transform: scale(1);
  z-index: 9999;
  transition: transform 0.3s;
}
.gw-myway-levelswitch .gw-inner {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 0.85em;
  line-height: 1;
  border-radius: 50%;
  padding: 0.333em;
  box-shadow: 0 0 0 0.333em rgba(199, 136, 16, 0.4);
  background-color: rgba(199, 136, 16, 0.7);
  transition: background-color 0.3s, transform 0.3s;
}
.gw-myway-levelswitch .gw-inner i:before {
  margin-left: 0.1em;
}
.gw-myway-levelswitch.gw-is-hovered {
  transform: scale(1.25);
}
.gw-myway-levelswitch.gw-is-hovered .gw-inner {
  background-color: #c78810;
}

.gw-left-of-active .gw-myway-levelswitch .gw-inner {
  transform: rotate(-179.9deg);
}

.gw-myway-levelnumber {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  opacity: 0.5;
  max-height: 2.5em;
  max-width: 1.667vw;
  transition: opacity 0.3s;
}

.gw-myway-splashscreen {
  display: none;
}

.gw-myway-level:not(.gw-myway-level-gets-trophy) .gw-myway-leveltrophy {
  display: none;
}

.gw-myway-leveltrophy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56%;
  padding-top: 1em;
}

.gw-myway-burst > img {
  opacity: 0.4;
  animation: spin 30s linear infinite, fade04 0.3s linear forwards;
}

.gw-myway-badge-done {
  position: absolute;
}
.gw-myway-badge-done img {
  width: 6.6em;
  transition: width 0.3s ease;
  animation: popOn 0.4s;
}

.gw-myway-level:not(.gw-active) .gw-myway-badge-done img {
  width: 3em;
}

.gw-myway-level.gw-myway-trophy-now .gw-myway-badge-done img {
  animation: sizeWiggle 0.3s;
  animation-fill-mode: forwards;
}

.gw-myway-level-gets-trophy .gw-myway-leveltasks {
  display: none;
}
.gw-myway-level-gets-trophy .gw-myway-levelmessage {
  height: 44%;
  background-color: rgba(1.4672413793, 42.4665782493, 72.5327586207, 0.7);
}

.gw-myway:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/myway/splashburst.svg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: auto 80%;
  opacity: 0;
  transition: opacity 0.3s linear 0.5s;
}

.gw-myway.gw-myway-splash:before {
  opacity: 1;
}
.gw-myway.gw-myway-splash.gw-myway-startup:before {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.gw-myway.gw-myway-splash .gw-myway-splashscreen {
  display: block;
  flex-grow: 1;
  position: relative;
  background-color: rgba(1.4672413793, 42.4665782493, 72.5327586207, 0.7);
  width: 100%;
  transform-origin: center bottom;
  transition: width 0.5s ease, background-color 0.5s, transform 0.3s ease;
}
.gw-myway.gw-myway-splash .gw-myway-splashscreen.gw-myway-splashclosed {
  transform: scaleY(0);
}
.gw-myway.gw-myway-splash .gw-myway-levelmessage,
.gw-myway.gw-myway-splash .gw-myway-leveltasks {
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  opacity: 1;
}
.gw-myway.gw-myway-splash .gw-myway-leveltasks {
  flex-direction: column;
}
.gw-myway.gw-myway-splash .gw-myway-levelmessage {
  flex-direction: row;
}
.gw-myway.gw-myway-splash .gw-myway-taskbutton {
  margin: 0 1em 0 1em;
  font-size: 1.25em;
}
.gw-myway.gw-myway-splash .gw-myway-win-item {
  align-self: flex-end;
  margin-bottom: -0.9em;
  opacity: 0.7;
  transform: scale(1);
  transform-origin: center bottom;
  transition: opacity 0.3s linear, margin-bottom 0.3s ease, transform 0.3s ease;
}
.gw-myway.gw-myway-splash .gw-myway-win-item img {
  max-height: 9em;
}
.gw-myway.gw-myway-splash .gw-myway-win-item:hover {
  opacity: 1;
  margin-bottom: -0.666em;
  transform: scale(1.075);
}
.gw-myway.gw-myway-splash .gw-myway-level,
.gw-myway.gw-myway-splash .gw-myway-leftelem img,
.gw-myway.gw-myway-splash .gw-myway-leftelem span,
.gw-myway.gw-myway-splash .gw-myway-goal *,
.gw-myway.gw-myway-splash .gw-myway-status * {
  opacity: 0;
  animation: none;
}
.gw-myway.gw-myway-splash.gw-myway-startup .gw-myway-goal *, .gw-myway.gw-myway-splash.gw-myway-startup .gw-myway-status * {
  animation: fadeIn 0.5s linear;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.gw-myway.gw-myway-splash .gw-myway-level {
  margin-left: 0;
  width: 0;
  transform: scaleX(0);
}
.gw-myway.gw-myway-splash .gw-myway-leveltasks img {
  max-width: 11em;
  margin-top: 0.5em;
}
.gw-myway.gw-myway-splash .gw-myway-leveltasks p {
  font-size: 1.15em;
  font-weight: 300;
  margin-bottom: 0.25em;
}

@keyframes fallBounce {
  0% {
    height: 60%;
  }
  16% {
    height: 0%;
  }
  28% {
    height: 10%;
    transition-timing-function: cubic-bezier(0.07, 0.36, 0.505, 1);
  }
  44% {
    height: 0%;
  }
  59% {
    height: 3%;
    transition-timing-function: cubic-bezier(0.07, 0.36, 0.505, 1);
  }
  73% {
    height: 0%;
  }
  88% {
    height: 0.7%;
    transition-timing-function: cubic-bezier(0.07, 0.36, 0.505, 1);
  }
  100% {
    height: 0%;
  }
}
@keyframes pullUp {
  from {
    height: 0%;
    transition-timing-function: ease-out;
  }
  to {
    height: 60%;
    transition-timing-function: ease-in;
  }
}
@keyframes typing {
  from {
    padding-right: 0;
  }
  10% {
    padding-left: 0.33em;
  }
  to {
    padding-left: 0.33em;
    padding-right: 3.5em;
  }
}
@keyframes sizeWiggle {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(1.4);
  }
  77% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade04 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes popOn {
  0% {
    transform: scale(0.2) rotate(-490deg);
  }
  40% {
    transform: rotate(0deg) ease-out;
  }
  100% {
    transform: scale(1);
  }
}
.gw-myway-startbutton {
  min-width: 32%;
}
@media (max-width: 767.98px) {
  .gw-myway-startbutton .spinner {
    height: 1em;
  }
}

.gw-myway-hidden.gw-myway-keep-hidden {
  height: 0%;
  animation: none;
}

.gw-myway-statusbar > div {
  white-space: nowrap;
}

.gw-myway-statusbar .gw-myway-statuslabel, .gw-myway-statusbar .gw-myway-statuscontent {
  display: inline-block;
  vertical-align: bottom;
}

.gw-myway-player .gw-myway-statuscontent, .gw-myway-goal .gw-myway-statuscontent {
  max-width: 14em;
}

.gw-myway-finishlevel {
  display: none;
}

@media (max-width: 575.98px) {
  .gw-myway-level.gw-complete .gw-myway-levelmessage p {
    display: none;
  }
}
.gw-myway-level.gw-complete .gw-myway-finishlevel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 991.98px) {
  .gw-myway-level.gw-complete .gw-myway-finishlevel button[data-role=finish-level] .spinner {
    height: 1em;
  }
}
.gw-myway-level.gw-complete.gw-done .gw-myway-finishlevel, .gw-myway-level.gw-complete.gw-myway-level-gets-trophy .gw-myway-finishlevel {
  display: none;
}

.gw-myway-custom-checkbox {
  padding-left: 1.5rem;
  background: rgba(255, 255, 255, 0.4);
  min-height: 1rem;
}
.gw-myway-custom-checkbox .custom-control-label {
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
  padding-right: 0.33rem;
  cursor: pointer;
  font-size: 1em;
}
.gw-myway-custom-checkbox .custom-control-label:before, .gw-myway-custom-checkbox .custom-control-label:after {
  width: 0.7rem;
  height: 0.7rem;
  left: -1rem;
}
@media (min-width: 768px) {
  .gw-myway-custom-checkbox {
    padding-left: 2rem;
    min-height: 1.5rem;
  }
  .gw-myway-custom-checkbox .custom-control-label {
    font-size: 0.75em;
    padding-right: 0.5rem;
  }
  .gw-myway-custom-checkbox .custom-control-label:before, .gw-myway-custom-checkbox .custom-control-label:after {
    width: 1rem;
    height: 1rem;
    top: 0.4rem;
    left: -1.5rem;
  }
}

.gw-myway-goal .gw-myway-statuscontent.gw-myway-sizewiggle, .gw-myway-status .gw-myway-statuscontent.gw-myway-sizewiggle {
  opacity: 1;
  animation: sizeWiggle 0.3s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
}

.gw-myway-levelmessage .gw-myway-fadein {
  animation: fadeIn 0.3s;
  animation-fill-mode: forwards;
}

.gw-myway-manual {
  background-color: rgba(74, 149, 204, 0.5);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.gw-myway-manual .gw-myway-manual-header {
  color: white;
  text-align: center;
  position: relative;
  background-color: rgba(1, 42, 73, 0.7);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.gw-myway-manual .gw-myway-manual-header .gw-myway-manual-header-inner {
  padding: 1.5rem;
}
.gw-myway-manual .gw-myway-manual-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/myway/splashburst.svg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: auto 300%;
}
.gw-myway-manual .gw-myway-manual-sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.gw-myway-manual .gw-myway-manual-navbar {
  background-color: rgba(1, 42, 73, 0.7);
}
.gw-myway-manual .gw-myway-manual-navbar .nav-link {
  cursor: pointer;
  color: white;
}
@media (max-width: 767.98px) {
  .gw-myway-manual .gw-myway-manual-navbar .nav-link {
    padding: 0.25rem 0.5rem;
  }
}
.gw-myway-manual .gw-myway-manual-navbar .nav-link.active {
  background-color: white;
  color: rgb(1, 42, 73);
}
.gw-myway-manual .gw-myway-manual-body-inner {
  background: url(../img/myway/line-with-dot.svg) center center no-repeat;
}

.gw-myway-levelmessage div.spinner {
  width: 50px;
}
.gw-myway-levelmessage div.spinner div {
  width: 6px;
}

.st-question-title {
  font-weight: bold;
  font-size: 1.1rem;
  color: rgb(71.8291139241, 72.4430379747, 73.6708860759);
  margin-bottom: 0.25rem;
  margin-top: 1rem;
}

div.dialog + .card-content .question .st-question-title {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .st-inline-md-up {
    display: block;
  }
}
.st-motivation-title {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
  .st-nav-prevnext {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: white;
    padding: 0.5rem 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    z-index: 1100;
  }
}

.st-questions {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.st-question-title-areas {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  color: rgb(76.4, 101.8, 114.6);
}

.st-question-group {
  margin-bottom: 2rem;
  transition: ease opacity 0.5s;
}
.st-question-group.opacity-0 {
  opacity: 0;
}
.st-question-group.is-invalid {
  box-shadow: 0 0 0 0.5rem rgba(194.15, 41.5653846154, 28.85, 0.05);
  background-color: rgba(194.15, 41.5653846154, 28.85, 0.05);
}
.st-question-group.is-invalid .st-question-title-areas {
  color: rgba(194.15, 41.5653846154, 28.85, 0.8);
}
.st-question-group.is-invalid .invalid-feedback {
  color: rgba(194.15, 41.5653846154, 28.85, 0.8);
  display: block;
  margin-top: 0;
  font-weight: bold;
}

.st-text-input {
  border-width: 0.2rem;
  border-radius: 0.25rem;
  border-color: rgb(124.8, 153.657591623, 168.2);
}
.st-text-input:invalid {
  border-color: #b73328;
  box-shadow: none;
}
.st-text-input:focus {
  border-color: rgb(124.8, 153.657591623, 168.2);
  box-shadow: 0 0 0 0.2rem rgba(76.4, 101.8, 114.6, 0.25);
}

.st-radio-label {
  position: relative;
  padding: 0.5rem 1rem;
  background: rgb(124.8, 153.657591623, 168.2);
  border-radius: 0.25rem;
  color: white;
  cursor: pointer;
  font-weight: bold;
  transition: ease background 0.3s;
  overflow: hidden;
}
.st-radio-label .st-text {
  position: relative;
  z-index: 1020;
}
.st-radio-label:after {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  background: rgb(54.5096446701, 193.4903553299, 142.5960105813);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: 0.4s ease background;
  -moz-transition: 0.4s ease background;
  -webkit-transition: 0.4s ease background;
  z-index: 1010;
}
.st-radio-label:hover {
  background: rgb(76.4, 101.8, 114.6);
}

.st-radio-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.st-radio-input:focus + .st-radio-label {
  box-shadow: 0 0 0 0.2rem rgba(76.4, 101.8, 114.6, 0.25);
}
.st-radio-input:focus:checked + .st-radio-label {
  box-shadow: 0 0 0 0.2rem rgba(63, 134, 108, 0.25);
}
.st-radio-input:checked ~ .st-radio-label:after {
  width: 100%;
  height: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.st-radio-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.st-radio-label.gw-primary-700 {
  background: #eceded;
  color: #343a40;
}
.st-radio-label.gw-primary-700:after {
  background: #4a95cc;
}
.st-radio-label.gw-primary-700:hover {
  background: #c5c6c8;
}

.st-radio-input:checked ~ .st-radio-label.gw-primary-700 {
  color: white;
}

.st-radio-inline-empty .st-radio-label {
  background: white;
  border: 0.2rem solid rgb(124.8, 153.657591623, 168.2);
  padding: 0.3rem 0.8rem;
}
.st-radio-inline-empty .st-radio-label:hover {
  background: rgb(124.8, 153.657591623, 168.2);
}
.st-radio-inline-empty .st-radio-input:checked ~ .st-radio-label {
  background: rgb(124.8, 153.657591623, 168.2);
  border-color: rgb(54.5096446701, 193.4903553299, 142.5960105813);
  transition: ease border-color 0.4s;
}

.st-checkbox-label {
  position: relative;
  padding: 0.5rem 1rem 0.5rem 2rem;
  background: rgb(124.8, 153.657591623, 168.2);
  border-radius: 0.25rem;
  color: white;
  cursor: pointer;
  font-weight: bold;
  transition: ease background 0.3s;
  overflow: hidden;
}
.st-checkbox-label .st-text {
  position: relative;
  z-index: 1050;
}
.st-checkbox-label:before {
  content: "";
  border: 2px solid #f0f0f0;
  border-radius: 0.25rem;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  z-index: 1020;
}
.st-checkbox-label:after {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  background: rgb(54.5096446701, 193.4903553299, 142.5960105813);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: 0.4s ease background;
  -moz-transition: 0.4s ease background;
  -webkit-transition: 0.4s ease background;
  z-index: 1010;
}
.st-checkbox-label:hover {
  background: rgb(76.4, 101.8, 114.6);
}

.st-checkbox-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.st-checkbox-input:focus + .st-checkbox-label {
  box-shadow: 0 0 0 0.2rem rgba(76.4, 101.8, 114.6, 0.25);
}
.st-checkbox-input:focus:checked + .st-checkbox-label {
  box-shadow: 0 0 0 0.2rem rgba(63, 134, 108, 0.25);
}
.st-checkbox-input:checked ~ .st-checkbox-label:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  border: none;
}
.st-checkbox-input:checked ~ .st-checkbox-label:after {
  width: 100%;
  height: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.st-checkbox-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.st-img-zoom {
  padding: 0.25rem;
}
.st-img-zoom:hover {
  border-color: #87888a !important;
}

.st-custom-radio-primary {
  margin-top: 0.75rem;
}
.st-custom-radio-primary input + .custom-control-label {
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
}
.st-custom-radio-primary input + .custom-control-label:before, .st-custom-radio-primary input + .custom-control-label:after {
  top: 0.5rem;
}
.st-custom-radio-primary input + .custom-control-label:hover {
  background: #eceded;
}
.st-custom-radio-primary input + .custom-control-label:active {
  background: rgb(221.1886792453, 231.7547169811, 244.0113207547);
  color: #007fbf;
}
.st-custom-radio-primary input:checked + .custom-control-label {
  background: #4a95cc;
  color: white;
  font-weight: bold;
}
.st-custom-radio-primary input:checked + .custom-control-label:hover {
  background: #007fbf;
}
.st-custom-radio-primary input:checked + .custom-control-label:active {
  background: #4a95cc;
}

.st-custom-radio-image .custom-control-label {
  border: 2px solid #eceded;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  padding: 1px;
}
.st-custom-radio-image input:checked + .custom-control-label {
  border-color: #007fbf;
}
.st-custom-radio-image .custom-control-label:before, .st-custom-radio-image .custom-control-label:after {
  top: 50%;
  transform: translateY(-50%);
}

.st-markup-correction .markup img {
  max-height: 2rem;
}
.st-markup-correction .markup p {
  margin-bottom: 0;
}

.st-custom-checkbox-image .custom-control-label {
  border: 2px solid #eceded;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  padding: 1px;
}
.st-custom-checkbox-image input:checked + .custom-control-label {
  border-color: #007fbf;
}
.st-custom-checkbox-image .custom-control-label:before, .st-custom-checkbox-image .custom-control-label:after {
  top: 50%;
  transform: translateY(-50%);
}

.gw-dragndrop .ui-droppable {
  min-height: 2.5rem;
  border: 2px dashed #c5c6c8;
  border-radius: 5px;
}
.gw-dragndrop .ui-droppable.ui-droppable-disabled {
  border: none;
}
.gw-dragndrop .ui-droppable.ui-droppable-hover {
  border-color: #4a95cc;
}
.gw-dragndrop .ui-draggable {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.5rem;
}
.gw-dragndrop .ui-draggable:hover {
  cursor: move;
}
.gw-dragndrop .ui-draggable.dropped {
  background: #4a95cc;
  color: white;
}
.gw-dragndrop .ui-draggable.ui-draggable-dragging {
  z-index: 1010 !important;
  background: #eceded;
}
.gw-dragndrop .ui-draggable.ui-draggable-dragging.dropped {
  color: #4a95cc;
}

.gw-agvs-inner .card-content {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 768px) {
  .gw-agvs-inner .card-content {
    width: 66% !important;
  }
}
@media (min-width: 992px) {
  .gw-agvs-inner .card-content {
    width: 75% !important;
  }
}
.gw-agvs-inner .card-action .gw-agvs-pagination {
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: -1rem;
}
@media (max-width: 767.98px) {
  .gw-agvs-inner .card-action .gw-agvs-pagination {
    margin-top: 0.5rem;
  }
}
.gw-agvs-inner .card-action .gw-agvs-pagination .nav {
  justify-content: center;
}
.gw-agvs-inner .card-action .gw-agvs-pagination .nav .nav-item {
  position: relative;
  margin-right: 0.3rem;
}
@media (min-width: 992px) {
  .gw-agvs-inner .card-action .gw-agvs-pagination .nav .nav-item {
    width: 20%;
  }
}
.gw-agvs-inner .card-action .gw-agvs-pagination .nav .nav-link {
  background: #fafafa;
  border-radius: 0;
  border-color: rgba(135, 136, 138, 0.4);
}
.gw-agvs-inner .card-action .gw-agvs-pagination .nav .nav-link:hover {
  background: rgb(239.8, 239.8, 239.8);
}
.gw-agvs-inner .card-action .gw-agvs-pagination .nav .nav-link.active {
  background: white;
  border-bottom-color: transparent;
}
.gw-agvs-inner .card-action .gw-agvs-pagination .gw-agvs-buttonrow {
  border-left: 1px solid rgba(135, 136, 138, 0.4);
  border-right: 1px solid rgba(135, 136, 138, 0.4);
  padding: 0.5rem;
}
@media (min-width: 992px) {
  .gw-agvs-inner .card-action .gw-agvs-pagination .gw-agvs-buttonrow {
    text-align: center;
  }
}
.gw-agvs-inner .card-action .gw-agvs-pagination .gw-agvs-buttonrow .btn {
  margin: 0 0.3rem 0.3rem 0;
  min-width: 2.2rem;
  padding: 0.15rem 0.4rem;
}
.gw-agvs-inner .card-action .gw-agvs-pagination .gw-agvs-buttonrow .btn.btn-primary-300 {
  opacity: 0.85;
}
.gw-agvs-inner .card-action .gw-agvs-pagination.gw-agvs-pagination-gas .nav {
  margin-top: 0.5rem;
}
.gw-agvs-inner .card-action .gw-agvs-pagination.gw-agvs-pagination-gas .nav .nav-item {
  width: auto;
  max-width: 11%;
}

.gw-bzt-navigation .dropdown-item {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.25rem;
}
.gw-bzt-navigation .dropdown-item.done {
  background-color: #afc8e5;
  color: #007fbf;
}
.gw-bzt-navigation .dropdown-item.done:hover {
  background-color: rgb(136.5094339623, 173.5377358491, 216.4905660377);
}
.gw-bzt-navigation .dropdown-item.missing {
  background-color: #e6cad1;
  color: #b73328;
}
.gw-bzt-navigation .dropdown-item.missing:hover {
  background-color: rgb(213.6538461538, 167.3461538462, 178.9230769231);
}
.gw-bzt-navigation .dropdown-item.active {
  background-color: #c78810;
  color: white;
}
.gw-bzt-navigation .dropdown-menu {
  max-height: 96vh;
  overflow-y: scroll;
  z-index: 1030;
}

body.mfp-zoom-out-cur .mfp-wrap {
  z-index: 1060;
}

.gw-easy-survey-box {
  padding: 1.5rem 1rem 6rem;
  margin-top: 0.5rem;
  background: white;
}
@media (min-width: 420px) {
  .gw-easy-survey-box {
    border-radius: 1rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 576px) {
  .gw-easy-survey-box {
    min-height: 30rem;
    padding-bottom: 2rem;
  }
}
.gw-easy-survey-box .st-select .btn.dropdown-toggle {
  border: 0.2rem solid rgb(124.8, 153.657591623, 168.2);
  border-radius: 0.25rem;
}
.gw-easy-survey-box .st-select .bootstrap-select.show .btn.dropdown-toggle {
  box-shadow: 0 0 0 0.2rem rgba(76.4, 101.8, 114.6, 0.25);
}
.gw-easy-survey-box .st-select .bootstrap-select .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76.4, 101.8, 114.6, 0.25);
}
.gw-easy-survey-box .st-select .dropdown-item {
  white-space: normal;
}
@media (min-width: 768px) {
  .gw-easy-survey-box .st-nav-prevnext {
    padding-top: 1rem;
  }
}
.gw-easy-survey-box .gw-progress-area {
  margin: 0.5rem 0;
}
@media (min-width: 768px) {
  .gw-easy-survey-box .gw-progress-area {
    margin: 0;
  }
}
.gw-easy-survey-box .gw-progress-area .progress-bar {
  min-width: 8%;
  background: rgb(76.4, 101.8, 114.6);
}
@media (min-width: 768px) {
  .gw-easy-survey-box .gw-progress-area .progress-bar {
    min-width: 7%;
  }
}
@media (min-width: 1200px) {
  .gw-easy-survey-box .gw-progress-area .progress-bar {
    min-width: 5%;
  }
}

.gw-easy-survey-body.gw-survey-primary {
  background: white;
}
@media (min-width: 420px) {
  .gw-easy-survey-body.gw-survey-primary {
    background: rgb(225.4267924528, 236.790873515, 249.9732075472);
  }
  .gw-easy-survey-body.gw-survey-primary header {
    background: rgb(225.4267924528, 236.790873515, 249.9732075472);
  }
}
.gw-easy-survey-body.gw-survey-primary .st-question-title-areas {
  color: #343a40;
}
.gw-easy-survey-body.gw-survey-primary .st-radio-inline .st-radio-label {
  background: #E6E6E6;
  color: #343a40;
}
.gw-easy-survey-body.gw-survey-primary .st-radio-inline .st-radio-label:after {
  background: #4a95cc;
}
.gw-easy-survey-body.gw-survey-primary .st-radio-inline .st-radio-input:checked ~ .st-radio-label {
  color: white;
}
.gw-easy-survey-body.gw-survey-primary .st-radio-inline .st-radio-input:focus ~ .st-radio-label {
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.gw-easy-survey-body.gw-survey-primary .st-radio-inline .st-radio-input:checked:focus ~ .st-radio-label {
  box-shadow: 0 0 0 0.2rem rgba(123, 175, 218, 0.6);
}
.gw-easy-survey-body.gw-survey-primary .st-radio-inline-empty .st-radio-label {
  border: none;
  padding: 0.5rem 1rem;
}
.gw-easy-survey-body.gw-survey-primary .st-radio-inline-empty .st-radio-label:hover {
  background: #c5c6c8;
  transition: ease background 0.1s;
}
.gw-easy-survey-body.gw-survey-primary .st-text-input {
  background: #E6E6E6;
  border-color: #E6E6E6;
}
.gw-easy-survey-body.gw-survey-primary .st-text-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.gw-easy-survey-body.gw-survey-primary .gw-easy-survey-box .gw-progress-area .progress-bar {
  background: #87888a;
}

.gw-stoerer-container > .row {
  justify-content: flex-end;
  padding-right: 4%;
}
@media only screen and (max-width: 992px) {
  .gw-stoerer-container > .row {
    padding-right: 11%;
  }
}
@media (min-width: 992px) {
  .gw-stoerer-container > .row {
    padding-right: 8%;
  }
}
.gw-stoerer-container.gw-is-slided .gw-stoerer {
  transform: rotate(-12deg) translateX(100%);
}
@media (min-width: 420px) {
  .gw-stoerer-container.gw-is-slided .gw-stoerer {
    transform: rotate(-12deg) translateX(22em) translateY(4rem);
  }
}

.gw-stoerer {
  position: absolute;
  width: 30%;
  top: 0;
  transform: rotate(-12deg);
  transition: transform 0.3s ease;
}
@media only screen and (min-width: 576px) and (max-width: 992px) and (orientation: portrait) {
  .gw-stoerer {
    width: 20%;
  }
}
@media only screen and (max-width: 992px) and (orientation: landscape) {
  .gw-stoerer {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .gw-stoerer {
    width: 12%;
    max-width: 160px;
    bottom: 2rem;
  }
}
.gw-stoerer:hover {
  transform: rotate(-6deg) scale(1.1);
  transition: transform 0.5s ease;
}

.gw-stoerer-svg {
  width: 100%;
  height: 100%;
  position: relative;
}

g#mainbox {
  position: absolute;
}
g#mainbox .gw-colorstamp {
  fill: #c78810;
}
g#mainbox .gw-colorstamp.gw-red {
  fill: #b73328;
}
g#mainbox .gw-colorstamp.gw-blue {
  fill: #4a95cc;
}
g#mainbox text {
  fill: #fff;
  text-anchor: middle;
}
g#mainbox .gw-svg-title {
  font-family: "FoobarPro-Regular";
  font-weight: bold;
  font-size: 260%;
}
g#mainbox .gw-svg-text {
  font-size: 140%;
}
g#mainbox .gw-svg-cta {
  text-transform: uppercase;
  font-size: 140%;
  font-weight: 700;
}

.gw-footerbox .nav-link.btn {
  transform: translateX(-0.5rem);
  padding: 0.1rem 0.5rem;
  max-width: 75%;
  overflow: hidden;
}
@media (min-width: 420px) {
  .gw-footerbox .nav-link.btn {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .gw-footerbox .nav-link.btn {
    max-width: 120px;
    text-overflow: ellipsis;
  }
}
@media (min-width: 992px) {
  .gw-footerbox .nav-link.btn {
    max-width: none;
    overflow: visible;
    text-overflow: inherit;
  }
}
.gw-footerbox .gw-langnav a {
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 0.75rem;
}

.gw-pro .gw-logo img {
  margin-bottom: -0.4rem;
}

.gw-pro .gw-keyvis > img {
  object-fit: cover;
  min-height: 39px;
}
.gw-pro.gw-home .gw-keyvis > img {
  object-fit: cover;
  min-height: 120px;
}
.gw-teaserrow {
  padding: 0 0 0.5rem 0;
  align-items: stretch;
}
.gw-teaserrow > [class*=col] {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .gw-teaserrow {
    padding: 2rem 0 1rem 0;
  }
}

.gw-teaserbox {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(70, 48, 6, 0.25);
  padding: 5% 5% 7% 5%;
  height: 100%;
  min-height: 16rem;
  color: #212529;
}
.gw-teaserbox .gw-teaser {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gw-teaserbox h2 {
  font-size: 1.75rem;
  font-weight: 700;
}
.gw-teaserbox h2:not(.gw-behind) {
  color: rgba(74, 149, 204, 0.8);
}
.gw-teaserbox .gw-behind {
  line-height: 1.375;
}
.gw-teaserbox .gw-behind span {
  padding: 0.06667rem 0.25rem 0.06667rem 0;
  box-shadow: 0.5rem 0 0 rgba(74, 149, 204, 0.7), -0.25rem 0 0 rgba(74, 149, 204, 0.7);
  background-color: rgba(74, 149, 204, 0.7);
}
.gw-teaserbox .gw-cornered {
  align-self: flex-end;
}
.gw-teaserbox .gw-cornered i[class*=icon] {
  display: inline-block;
  font-size: 2rem;
  color: rgba(74, 149, 204, 0.7);
  transform: translateX(0);
  transition: color 0.3s, transform 0.3s ease;
}

.gw-content a.gw-teaserbox {
  transform: scale(1);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.gw-content a.gw-teaserbox:hover {
  box-shadow: 0 4px 7px 0 rgba(70, 48, 6, 0.65);
  transform: scale(1.033);
  color: #212529;
}
.gw-content a.gw-teaserbox:hover .gw-cornered i[class*=icon] {
  color: #4a95cc;
  transform: translateX(0.25rem);
}

main .gw-colorbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.2rem;
  width: 100%;
  background-color: rgba(74, 149, 204, 0.8);
}

.gw-pro .gw-stickynote p:last-of-type {
  margin-bottom: 0;
}
.gw-pro .gw-stickynote .gw-cornered {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.gw-pro .gw-stickynote .gw-cornered i[class*=icon] {
  font-size: 1.33rem;
  color: rgba(135, 136, 138, 0.7);
  transform: translateX(-0.3rem);
  transition: transform 0.3s ease;
}
.gw-pro .gw-stickynote:hover .gw-cornered i[class*=icon] {
  transform: translateX(0);
}

.gw-logo-grid .gw-ep-logo.gw-outline-btn {
  box-shadow: none;
}
.gw-logo-grid .gw-ep-logo.gw-outline-btn:hover {
  transform: scale(1) !important;
  z-index: 1000;
}
.gw-logo-grid .gw-ep-logo.gw-outline-btn .gw-btn-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.gw-logo-grid .gw-ep-logo.gw-outline-btn .gw-btn-inner span {
  font-weight: 400;
  font-size: 0.85rem;
  white-space: normal;
}
@media (min-width: 576px) {
  .gw-logo-grid .gw-ep-logo.gw-outline-btn .gw-btn-inner span {
    font-size: 1.2rem;
    text-overflow: inherit;
  }
}
@media (min-width: 768px) {
  .gw-logo-grid .gw-ep-logo.gw-outline-btn .gw-btn-inner span {
    font-size: 1rem;
    overflow: visible;
  }
}

.gw-claimbox {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 1.1rem;
}
.gw-claimbox h2, .gw-claimbox h3, .gw-claimbox * {
  font-family: "FoobarPro-Regular";
}
.gw-claimbox h2, .gw-claimbox h3 {
  margin-bottom: 0.2rem;
}
.gw-claimbox h2 {
  font-size: 1.4rem;
}
.gw-claimbox h3 {
  font-size: 1.1rem;
}
@media (min-width: 576px) {
  .gw-claimbox h2 {
    font-size: 1.6rem;
  }
  .gw-claimbox h3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .gw-claimbox h2 {
    font-size: 2.5rem;
  }
  .gw-claimbox h3 {
    font-size: 1.9rem;
  }
}
.gw-claimbox {
  transition: transform 0.3s ease;
}
.gw-claimbox.gw-is-slided {
  transform: translateX(100%);
}
@media (min-width: 420px) {
  .gw-claimbox.gw-is-slided {
    transform: translateX(22em);
  }
}

.gw-landingbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gw-content img.gw-pro-company-logo {
  max-width: 240px;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.gw-content .gw-landingbox .gw-pro-company-logo {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.gw-landing-doublebox {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.gw-landing-doublebox .gw-inner {
  padding: 1.5rem;
  background-color: #fff;
}
@media (min-width: 992px) {
  .gw-landing-doublebox .gw-inner {
    padding: 1.5rem 2.5rem;
  }
}
.gw-landing-doublebox .row {
  background: none;
}
.gw-landing-doublebox h2.gw-behind {
  line-height: 1.375;
  font-size: 1.75rem;
  font-weight: 700;
}
.gw-landing-doublebox h2.gw-behind span {
  padding: 0.06667rem 0.25rem 0.06667rem 0;
  box-shadow: 0.5rem 0 0 rgba(74, 149, 204, 0.7), -0.25rem 0 0 rgba(74, 149, 204, 0.7);
  background-color: rgba(74, 149, 204, 0.7);
}
.gw-landing-doublebox form {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .gw-landing-doublebox form {
    width: 80%;
  }
}
.gw-landing-doublebox .gw-landing-partbox {
  border-top: 0.2rem solid rgba(74, 149, 204, 0.8);
  padding-top: 2rem;
  margin-top: 1rem;
}
.gw-landing-doublebox .gw-landing-partbox:first-child {
  border: none;
  padding-top: 0;
}
@media (min-width: 768px) {
  .gw-landing-doublebox .gw-landing-partbox {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
    border-left: 0.2rem solid rgba(74, 149, 204, 0.8);
    padding-left: 1.5rem;
  }
  .gw-landing-doublebox .gw-landing-partbox:first-child {
    border: none;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .gw-landing-doublebox .gw-landing-partbox {
    padding-left: 2.5rem;
  }
}

.gw-content .tab-content .gw-jobindicator {
  font-size: 1.33rem;
}

.gw-company-tabs.nav-tabs {
  border-bottom: 0.2rem solid rgba(123, 175, 218, 0.25);
}
.gw-company-tabs.nav-tabs .nav-item {
  order: 2;
}
@media (min-width: 768px) {
  .gw-company-tabs.nav-tabs .nav-item {
    order: 0;
  }
}
.gw-company-tabs.nav-tabs .nav-link {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  border: 0;
  border-bottom: 0.2rem solid rgba(74, 149, 204, 0.25);
  color: #4a95cc;
  padding: 0.25rem 0.75rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  margin-bottom: calc(-0.2rem + 1px);
  transition: border 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .gw-company-tabs.nav-tabs .nav-link {
    padding: 0.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .gw-company-tabs.nav-tabs .nav-link {
    font-size: 1.2rem;
  }
}
.gw-company-tabs.nav-tabs .nav-link:hover {
  background-color: white;
  border-bottom-color: rgba(74, 149, 204, 0.6);
}
.gw-company-tabs.nav-tabs .nav-link.active {
  background-color: white;
  color: #007fbf;
  border-bottom-color: #4a95cc;
}
.gw-company-tabs.nav-tabs .nav-link.active:hover {
  border-bottom-color: #4a95cc;
}
.gw-company-tabs li:last-child {
  flex-grow: 2;
  order: 1;
}
@media (min-width: 576px) {
  .gw-company-tabs li:last-child {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .gw-company-tabs li:last-child {
    order: 0;
    width: auto;
  }
}
.gw-company-tabs li h1 {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .gw-company-tabs li h1 {
    font-size: 1.6rem;
    margin-bottom: 0;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .gw-company-tabs li h1 {
    font-size: 1.75rem;
  }
}

.gw-contentbox {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .gw-contentbox {
    display: block;
  }
}

.gw-first-on-mobile {
  order: 1;
}
@media (min-width: 768px) {
  .gw-first-on-mobile {
    order: 0;
  }
}

.gw-last-on-mobile {
  order: 2;
}
@media (min-width: 768px) {
  .gw-last-on-mobile {
    order: 0;
  }
}

/* add by gateway.one */
.gw-pro.gw-home .gw-searchbox-pro {
  margin-top: -2.9rem;
}
.gw-pro.gw-home .gw-searchbox-pro .nav-tabs {
  border: none;
}
.gw-pro.gw-home .gw-searchbox-pro .nav-tabs .nav-link {
  font-weight: bold;
  font-size: 1.2rem;
  max-width: 48%;
}
@media (min-width: 768px) {
  .gw-pro.gw-home .gw-searchbox-pro .nav-tabs .nav-link {
    font-size: 1.5rem;
  }
}
.gw-pro.gw-home .gw-searchbox-pro .tab-pane {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
@media (min-width: 576px) {
  .gw-pro.gw-home .gw-searchbox-pro {
    margin-top: -3rem;
  }
}
@media (min-width: 768px) {
  .gw-pro.gw-home .gw-searchbox-pro {
    margin-top: -3.2rem;
  }
}

.gw-pro .gw-keybox {
  background-color: rgb(225.13125, 221.6843237705, 215.11875);
}

.text-purple {
  color: #7030a0;
}

#admissionProcedure .badge.badge-pill:not(.d-none) + h3.gw-fold.gw-fold-trigger.collapsed {
  color: #c5c6c8 !important;
}
#admissionProcedure .badge.badge-pill:not(.d-none) + h3.gw-fold.gw-fold-trigger.collapsed:after {
  color: #c5c6c8 !important;
}
#admissionProcedure .badge.badge-pill:not(.d-none) + h3.gw-fold.gw-fold-trigger.collapsed:hover {
  color: #007fbf !important;
}
#admissionProcedure .badge.badge-pill:not(.d-none) + h3.gw-fold.gw-fold-trigger.collapsed:hover:after {
  color: #007fbf !important;
}
#admissionProcedure .gw-plan-appointment {
  background: #fafafa;
}
#admissionProcedure .gw-execute-interview {
  background: #fafafa;
}
#admissionProcedure .gw-execute-interview .gw-execute-interview-title {
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
}
#admissionProcedure .gw-execute-interview .btn-md {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
#admissionProcedure .gw-execute-interview .badge.bg-passed {
  background: #b3df75;
}
#admissionProcedure .gw-execute-interview .badge.bg-not-passed {
  background: #f4755c;
}
#admissionProcedure .gw-admission-procedure-administrate {
  border: 2px solid #adcbbf;
}

.gw-badge-questionaire-perc,
.gw-badge-observation-perc {
  background: rgba(236, 237, 237, 0.4);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
}
.gw-badge-questionaire-perc h6,
.gw-badge-observation-perc h6 {
  margin-bottom: 0.2rem;
}
.gw-badge-questionaire-perc .icon-bubble,
.gw-badge-observation-perc .icon-bubble {
  color: #7030a0;
}
.gw-badge-questionaire-perc .icon-magnifier,
.gw-badge-observation-perc .icon-magnifier {
  color: #007fbf;
}

.gw-badge-questionaire-perc.full {
  background: #e5dfec;
}

.gw-badge-observation-perc.full {
  background: rgba(175, 200, 229, 0.5);
}

.gw-interview-modal .modal-header {
  border-bottom: 1px solid #c5c6c8;
}
.gw-interview-modal .list-group-item-progress {
  padding: 0;
}
.gw-interview-modal .list-group-item-progress .progress {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 0.5rem;
  background: white;
}
.gw-interview-modal .list-group-item-progress .progress .progress-bar {
  min-width: 3%;
  max-width: 98%;
}
.gw-interview-modal .gw-badge-interview-qnumber {
  color: white;
  background: #7030a0;
}
.gw-interview-modal .gw-interview-question {
  color: #7030a0;
  font-weight: bold;
  line-height: 2rem;
}
.gw-interview-modal .gw-badge-interview-bnumber {
  color: white;
  background: #007fbf;
}
.gw-interview-modal .gw-interview-table-head {
  margin-bottom: 0.5rem;
  hyphens: auto;
}
.gw-interview-modal .gw-interview-table-head div {
  background: #E6E6E6;
  padding: 0.25rem 0.5rem;
  font-weight: bold;
}
.gw-interview-modal .gw-interview-table-radio {
  align-self: stretch;
  margin-bottom: 0.5rem;
}
.gw-interview-modal .gw-interview-table-radio > div {
  padding: 0.25rem 0.5rem;
  height: 100%;
  width: 100%;
  background: white;
}
.gw-interview-modal .gw-interview-table-radio > div .custom-control {
  height: 100%;
}
.gw-interview-modal .gw-interview-table-radio > div .custom-control-label {
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-weight: bold;
}
.gw-interview-modal .gw-interview-table-radio.level-3 > div {
  background: #b2a1c7;
}
.gw-interview-modal .gw-interview-table-radio.level-2 > div {
  background: #ccc0d9;
}
.gw-interview-modal .gw-interview-table-radio.level-1 > div {
  background: #e5dfec;
}
.gw-interview-modal .gw-interview-table-anchors {
  align-self: stretch;
  margin-bottom: 0.5rem;
}
.gw-interview-modal .gw-interview-table-anchors > div {
  background: white;
  padding: 0.25rem 0.5rem;
  height: 100%;
}
.gw-interview-modal .gw-interview-table-anchors .gw-interview-or {
  color: #b73328;
}
.gw-interview-modal .gw-interview-table-stimulus {
  align-self: stretch;
  margin-bottom: 0.5rem;
  hyphens: auto;
}
.gw-interview-modal .gw-interview-table-stimulus > div {
  height: 100%;
  background: white;
  padding: 0.25rem 0.5rem;
  font-weight: bold;
}
.gw-interview-modal .gw-interview-table-notes > div {
  background: white;
  padding: 0.25rem 0.5rem;
}
.gw-interview-modal .gw-observations .gw-interview-table-radio.level-3 > div {
  background: #4a95cc;
}
.gw-interview-modal .gw-observations .gw-interview-table-radio.level-2 > div {
  background: #7bafda;
}
.gw-interview-modal .gw-observations .gw-interview-table-radio.level-1 > div {
  background: #afc8e5;
}
.gw-interview-modal .gw-interview-table {
  width: 100%;
}
.gw-interview-modal .gw-interview-table td, .gw-interview-modal .gw-interview-table th {
  padding: 0.25rem 0.75rem;
  border: 5px solid #f0f0f0;
}
.gw-interview-modal .gw-interview-table thead th {
  background: #E6E6E6;
  font-weight: bold;
}
.gw-interview-modal .gw-interview-table tbody td {
  background: white;
}
.gw-interview-modal .gw-interview-table .level-3 td:first-child {
  background: #B693E0;
}
.gw-interview-modal .gw-interview-table .level-2 td:first-child {
  background: #CEB8E0;
}
.gw-interview-modal .gw-interview-table .level-1 td:first-child {
  background: #F3E7FF;
}
.gw-interview-modal .gw-interview-table .gw-interview-or {
  color: #b73328;
}
.gw-interview-modal .bg-passed {
  background: #b3df75;
  font-weight: bold;
}
.gw-interview-modal .bg-partly-passed {
  background: #f7eb8c;
  font-weight: bold;
}
.gw-interview-modal .bg-not-passed {
  background: #f4755c;
  font-weight: bold;
}

.gw-interview-appointments {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.gw-interview-appointment {
  background-color: white;
  border-radius: 1rem;
  border: 1px solid #c5c6c8;
  padding: 1rem;
}
@media (min-width: 768px) {
  .gw-interview-appointment {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.gw-interview-appointment.gw-add-appointment {
  display: flex;
  align-items: center;
}
.gw-interview-appointment.gw-cancelled, .gw-interview-appointment.gw-edited {
  color: #87888a;
}
.gw-interview-appointment.gw-cancelled .text-primary, .gw-interview-appointment.gw-edited .text-primary {
  color: #87888a !important;
}
.gw-interview-appointment.gw-cancelled h5.text-primary, .gw-interview-appointment.gw-edited h5.text-primary {
  display: none;
}

.gw-decision-modal .modal-header {
  border-bottom: 1px solid #c5c6c8;
}
.gw-decision-modal .gw-decision-table-head {
  background: #E6E6E6;
  font-weight: 700;
  text-align: center;
  padding: 0.25rem 0.5rem;
  font-size: 1.5rem;
  border: 0.2rem solid #f0f0f0;
}
.gw-decision-modal .gw-decision-table-subhead {
  background: #E6E6E6;
  font-weight: bold;
  text-align: center;
  padding: 0.25rem 0.5rem;
  border: 0.2rem solid #f0f0f0;
  hyphens: auto;
}
.gw-decision-modal .gw-decision-table-subhead.bg-purple-700 {
  background: #b2a1c7;
  color: white;
}
.gw-decision-modal .gw-decision-table-td {
  background: white;
  padding: 0.25rem 0.5rem;
  border: 0.2rem solid #f0f0f0;
  hyphens: auto;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required {
  background: rgb(242.7565217391, 227.7304347826, 203.2434782609);
  text-align: center;
  height: 100%;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required .btn {
  margin: 0.3rem 0.08rem;
  background: white;
  border-radius: 0.25rem;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required.gw-purple .btn {
  color: #7030a0;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required.gw-purple .btn:focus {
  box-shadow: 0 0 0 0.2rem #ccc0d9;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required.gw-primary .btn {
  color: #007fbf;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required.gw-selected {
  background: white;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required.gw-selected.gw-purple .btn {
  background: #e5dfec;
  color: #b2a1c7;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required.gw-selected.gw-purple .btn.gw-active {
  background: #7030a0;
  color: white;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required.gw-selected.gw-primary .btn {
  background: rgb(213.4905660377, 226.4622641509, 241.5094339623);
  color: #4a95cc;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required.gw-selected.gw-primary .btn.gw-active {
  background: #007fbf;
  color: white;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required .gw-decision-table-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 58, 64, 0.2);
  display: flex;
}
.gw-decision-modal .gw-decision-table-td.bg-purple-300 {
  background: #e5dfec;
}
.gw-decision-modal .gw-decision-table-td.bg-purple-300, .gw-decision-modal .gw-decision-table-td.bg-primary-300 {
  font-weight: bold;
}
.gw-decision-modal .gw-decision-table-td .gw-table-label {
  display: block;
  font-size: 85%;
  color: #87888a;
}
.gw-decision-modal .gw-decision-table .col-2 {
  flex: 0 0 16.666666666%;
  max-width: 16.666666666%;
}
.gw-decision-modal .gw-decision-table .col-5 {
  flex: 0 0 41.666666666%;
  max-width: 41.666666666%;
}
.gw-decision-modal .gw-decision-table .bootstrap-select .bs-placeholder {
  background: #e9cea2;
  color: white;
}
.gw-decision-modal .bg-passed {
  background: #b3df75;
  font-weight: bold;
}
.gw-decision-modal .bg-partly-passed {
  background: #f7eb8c;
  font-weight: bold;
}
.gw-decision-modal .bg-not-passed {
  background: #f4755c;
  font-weight: bold;
}
.gw-decision-modal .bg-unset {
  background: #fafafa;
  color: #87888a;
}
.gw-decision-modal .gw-result-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
  background: white;
  padding: 1rem;
}
.gw-decision-modal .gw-result-wrapper .gw-result {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
.gw-decision-modal .gw-result-wrapper .gw-result.passed {
  background: #b3df75;
}
.gw-decision-modal .gw-result-wrapper .gw-result.partly-passed {
  background: #f7eb8c;
}
.gw-decision-modal .gw-result-wrapper .gw-result.not-passed {
  background: #f4755c;
}
.gw-decision-modal #signaturesForm img {
  border: 1px solid #ced4da;
  padding: 0.5rem;
}

.gw-white-space-nowrap {
  white-space: nowrap;
}

.interview-pdf-notes {
  margin-bottom: 0;
}

.gw-company-dashboard-applicantlist {
  background: #fafafa;
  padding: 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.8rem;
}
.gw-company-dashboard-applicantlist p {
  margin-bottom: 0.25rem;
}

.gw-interviewslotselect h5 ~ .row {
  margin: 1rem 0;
  padding-top: 1rem;
  border-top: 1px solid #87888a;
}

.gw-pagination-admission-procedure-modal {
  gap: 0.25rem;
  flex-wrap: wrap;
}
.gw-pagination-admission-procedure-modal .page-item.filled .page-link {
  background-color: #b3df75;
  border-color: #b3df75;
  color: #212529;
  font-weight: bold;
}
.gw-pagination-admission-procedure-modal .page-item.filled .page-link:focus {
  border-color: #212529;
  box-shadow: 0 0 0 0.2rem #bddd8f;
}
.gw-pagination-admission-procedure-modal .page-item.filled.active .page-link {
  background-color: #47592d;
  border-color: #47592d;
  color: #b3df75;
}
.gw-pagination-admission-procedure-modal .page-item.marked .page-link:after {
  content: "!";
  background: white;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: calc(50% - 0.75rem);
  top: -1rem;
  font-size: 1.125rem;
  color: #f4755c;
  font-weight: 900;
}

.gw-pro .gw-topbar.navbar-expand-md, .gw-compact .gw-topbar.navbar-expand-md {
  justify-content: space-between;
}
.gw-pro .gw-loginnav > a.btn, .gw-compact .gw-loginnav > a.btn {
  max-width: none;
}
.gw-pro .gw-loginnav > a.btn span, .gw-compact .gw-loginnav > a.btn span {
  display: none;
}
@media (min-width: 768px) {
  .gw-pro .gw-loginnav > a.btn span, .gw-compact .gw-loginnav > a.btn span {
    display: inline;
  }
}

.gw-pro .gw-keyvis > img, .gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
  object-fit: cover;
  object-position: center 40%;
  min-height: 39px;
}
.gw-pro.gw-home .gw-keyvis > img, .gw-compact:not(.gw-myway-shown).gw-home .gw-keyvis > img {
  object-position: center 0%;
}
.gw-pro.gw-home .gw-keyvis > img, .gw-pro.gw-compact-big .gw-keyvis > img, .gw-compact:not(.gw-myway-shown).gw-home .gw-keyvis > img, .gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
  min-height: 120px;
}

.gw-no-meta.gw-topbar.navbar-expand-md {
  justify-content: space-between;
}

.gw-compact .gw-metabox {
  display: flex !important;
  align-items: center;
}
.gw-compact .gw-metabox .navbar-nav {
  display: none;
}
@media (min-width: 768px) {
  .gw-compact .gw-metabox .navbar-nav {
    display: flex;
  }
}
.gw-compact .gw-metabox .gw-loginnav {
  position: static;
  right: unset;
  bottom: unset;
}
@media (min-width: 768px) {
  .gw-compact.gw-home .gw-keyvis > img {
    max-height: 38vh;
  }
}

.gw-compact:not(.gw-myway-shown) .gw-snapchance + .gw-content > .row:first-of-type {
  padding-top: 0.25rem;
}
.gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
  object-fit: cover;
  object-position: center 40%;
  min-height: 39px;
  max-height: 39px;
}
@media (min-width: 768px) {
  .gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
    max-height: 12vh;
  }
}
@media (min-width: 1200px) {
  .gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
    max-height: 16vh;
  }
}
.gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
  min-height: 100px;
  max-height: 12vh;
}
@media only screen and (orientation: landscape) {
  .gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
    min-height: 80px;
    max-height: 8vh;
  }
}
@media (min-width: 768px) {
  .gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
    min-height: 120px;
    max-height: 24vh;
  }
}

.gw-keyvis > img {
  display: block;
}

.gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
  min-height: 2.4rem;
}
.gw-compact:not(.gw-myway-shown).gw-home .gw-keyvis > img, .gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
  min-height: 13.95rem;
}

@media (min-width: 768px) {
  .gw-compact.gw-home .gw-keyvis > img {
    min-height: 24.69rem;
  }
}
@media (max-width: 767.98px) {
  .gw-compact .gw-myway-container .spinner.large.gw-myway-box {
    margin: 2rem auto;
  }
}

@media (min-width: 768px) {
  .gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
    min-height: 6.9rem;
  }
}
@media (min-width: 1200px) {
  .gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
    min-height: 9.3rem;
  }
}
.gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
  min-height: 6.9rem;
}
@media (min-width: 768px) {
  .gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
    min-height: 13.95rem;
  }
}

.gw-calendar {
  margin-bottom: 2rem;
}
.gw-calendar thead .head.current {
  text-align: center;
  font-size: 1.2rem;
}
.gw-calendar thead .head.next {
  text-align: right;
}
.gw-calendar thead .head.previous a, .gw-calendar thead .head.next a {
  background: white;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-weight: normal;
  font-size: 0.8rem;
  transition: none;
}
@media (min-width: 768px) {
  .gw-calendar thead .head.previous a, .gw-calendar thead .head.next a {
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
  }
}
.gw-calendar thead .head.previous a:hover, .gw-calendar thead .head.next a:hover {
  background: #c78810;
  color: white;
}
.gw-calendar thead .label {
  text-align: center;
  padding: 2rem 0 0.5rem;
  border-bottom: 1px solid #555;
}
.gw-calendar thead .label span {
  display: none;
}
.gw-calendar thead .weekend.label {
  color: grey;
}
.gw-calendar tbody:before {
  content: "@";
  display: block;
  line-height: 10px;
  text-indent: -99999px;
}
.gw-calendar tbody .header {
  font-family: "FoobarPro-Regular";
  text-align: center;
  padding: 0.5rem;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: table-cell;
  vertical-align: middle;
}
.gw-calendar tbody .today .header {
  background: rgb(212.668161435, 72.9730941704, 61.331838565);
  color: white;
}
.gw-calendar tbody .weekend .header {
  color: grey;
}
.gw-calendar tbody .active .header {
  background: #c78810;
  color: white;
}
.gw-calendar tbody .active .header:hover {
  background: #a4700d;
}
.gw-calendar tbody .active .header:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 154, 52, 0.5);
}

.gw-overflow-hidden {
  overflow-x: hidden;
  overflow-y: hidden;
}

/*Breadcrumb-Menu*/
.gw-breadcrumb-menu {
  margin-top: 2rem;
  border-radius: 0.25rem;
  display: inline-block;
  color: #7C8184;
  width: 100%;
}
.gw-breadcrumb-menu a {
  color: #7C8184;
}
.gw-breadcrumb-menu a:hover {
  color: #303334;
}
.gw-breadcrumb-menu ul {
  list-style-type: none;
  padding: 0;
  padding-bottom: 0.5rem;
  margin: 0;
  width: 100%;
  line-height: 2rem;
  font-size: 0.8rem;
  white-space: nowrap;
  overflow: scroll;
}
.gw-breadcrumb-menu ul li {
  display: none;
  margin-right: 0.25rem;
  line-height: 1rem;
}
.gw-breadcrumb-menu ul li span, .gw-breadcrumb-menu ul li a span {
  display: block;
}
.gw-breadcrumb-menu ul li:after {
  content: "\e93d";
  padding-left: 0.25rem;
  color: #BBBFC1;
  font-family: "gateicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.gw-breadcrumb-menu ul .pseudoli span {
  background-color: #DEDEDE;
  border-radius: 3rem;
  padding: 0.2rem 1rem;
}
.gw-breadcrumb-menu ul .bcn_li_appear {
  display: inline-block !important;
}
.gw-breadcrumb-menu ul :last-child, .gw-breadcrumb-menu ul :nth-last-child(2), .gw-breadcrumb-menu ul :first-child {
  display: inline-block;
}
.gw-breadcrumb-menu ul .active {
  font-weight: bold;
  cursor: default;
}
.gw-breadcrumb-menu ul :last-child:after {
  content: "";
}
.gw-breadcrumb-menu ul :first-child a span {
  display: none;
}
.gw-breadcrumb-menu ul :first-child a:before {
  content: "\e905";
  font-family: "gateicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  .gw-breadcrumb-menu ul {
    overflow: hidden;
  }
  .gw-breadcrumb-menu ul li {
    display: inline-block;
  }
  .gw-breadcrumb-menu ul .pseudoli {
    display: none;
  }
}
/* Style breite navigation - Mobile first */
/* Basics */
.gw-z-index-6 {
  z-index: 6;
}

.gw-menutoggler-wide {
  background-color: #7bafda;
  display: inline-block;
  padding: 0.25em;
  line-height: 1;
  color: white;
  font-size: 1.6em;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.gw_widemenu_container {
  display: none;
  z-index: 5;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.gw_widemenu_container_appears {
  display: block;
  animation-name: gw_widemenu_container_appears;
  animation-duration: 0.2s;
}

.gw_widemenu_box {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
}
.gw_widemenu_box .gw_widemenu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 7;
  margin: 0 auto;
  max-width: 1200px;
  padding: 7rem 2rem 1rem 2rem;
  background-color: #6DACD9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  overflow: scroll;
  overflow-x: hidden;
}
.gw_widemenu_box .gw_widemenu ul {
  padding: 0;
  list-style-type: none;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top a, .gw_widemenu_box .gw_widemenu .gw_widemenu_top span, .gw_widemenu_box .gw_widemenu .gw_widemenu_top strong {
  display: block;
  color: white;
  width: 100%;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top a:hover, .gw_widemenu_box .gw_widemenu .gw_widemenu_top span:hover, .gw_widemenu_box .gw_widemenu .gw_widemenu_top strong:hover {
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 {
  display: flex;
  justify-content: initial;
  flex-wrap: wrap;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 li {
  position: relative;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 li a span, .gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 li strong {
  font-size: 1.25rem;
  font-weight: regular;
  padding: 0.5rem 1rem;
}
@media (min-width: 576px) {
  .gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 li a span, .gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 li strong {
    padding: 0.5rem;
  }
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 li strong {
  cursor: default;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 li .gw-wide-nextlevel {
  color: white;
  font-size: 1.25rem;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.6rem 0.6rem 0.4rem 0.4rem;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 li .gw-wide-nextlevel:hover {
  cursor: pointer;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 .submenu {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 .submenu a {
  display: block;
  color: white;
  border-radius: 0.25rem 0.25rem 0 0;
  width: 100%;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 .submenu > a {
  margin-bottom: 0;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 .submenu > strong {
  margin-bottom: 0;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_2 {
  border-radius: 0 0 4px 4px;
  display: none;
  padding: 0.5rem;
  background-color: #62A5D6;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_2 li a span {
  font-size: 1rem;
  font-weight: 300;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_2 li strong {
  font-size: 1rem;
  font-weight: 300;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: default;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_sub {
  flex-wrap: wrap;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  width: 100%;
  border-top: 2px solid white;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_sub a {
  display: block;
  color: white;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_sub .gw_wide_targetgrouplinks {
  width: 100%;
  margin-bottom: 0.5rem;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_sub .gw_wide_targetgrouplinks a {
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_sub .gw_wide_targetgrouplinks a:hover {
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.gw_widemenu_box .gw_widemenu_appears {
  display: block;
  animation-name: gw_widemenu_appears;
  animation-duration: 0.2s;
}

.gw-wide-mob-hightlight {
  background-color: #4A95CC;
}

@media (min-width: 576px) {
  .gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 .submenu {
    margin-bottom: 1rem;
    width: 50%;
  }
  .gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_2 {
    background-color: transparent;
    padding: 0;
    padding-top: 0.5rem;
    display: block !important;
  }
}
@media (min-width: 768px) {
  .gw-overflow-hidden {
    overflow-y: auto;
  }
  .gw_widemenu_box .gw_widemenu {
    overflow: visible;
    height: auto;
    position: relative;
  }
  .gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 .submenu {
    width: 33%;
  }
  .gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 .submenu a {
    border-radius: 0.25rem;
  }
  .gw_widemenu_box .gw_widemenu .gw_widemenu_sub .gw_wide_targetgrouplinks {
    width: auto;
  }
  .gw_widemenu_box .gw_widemenu .gw_widemenu_sub .gw_wide_targetgrouplinks a {
    margin-bottom: 0;
    display: inline-block;
  }
  .gw_widemenu_box .gw_widemenu .gw_widemenu_sub .gw_wide_roundlinks {
    width: auto;
  }
}
@media (min-width: 992px) {
  .gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 {
    justify-content: space-between;
  }
  .gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 .submenu {
    width: auto;
  }
}
/* CSS-Funktionen */
@keyframes gw_widemenu_container_appears {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gw_widemenu_appears {
  from {
    margin-top: -8rem;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
.gw-flavio-level-1-left {
  position: absolute;
  height: 100% !important;
  top: 0;
  left: 0;
  bottom: 0;
}

.gw-flavio-level-1-right {
  position: absolute;
  height: 100% !important;
  top: 0;
  right: 0;
  bottom: 0;
}

.gw-conotation-flavio {
  background: white;
  padding: 1.5rem;
  border-radius: 0.25rem;
  border-left: 0.5rem solid #c78810;
}

.popover .popover-header {
  font-weight: bold;
  border-width: 0;
}

/* min ready */
div#tarteaucitronMainLineOffset, .tarteaucitronBorder {
  border: 0 !important;
}

#tarteaucitron [aria-pressed=true] {
  font-weight: 700;
}

.tac_visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}

div#tarteaucitronAlertBig:focus {
  outline: 0;
}

.tarteaucitron-modal-open {
  overflow: hidden;
  height: 100%;
}

#tarteaucitronContentWrapper {
  display: unset;
}

/** 10082023 **/
div#tarteaucitronServices {
  border-radius: 8px;
}

button#tarteaucitronClosePanel {
  border-radius: 5px 5px 0 0;
  right: 15px !important;
}

button.tarteaucitron-toggle-group {
  background: transparent !important;
  padding: 10px 0 0;
  cursor: pointer;
}

#tarteaucitronRoot .tarteaucitronIsDenied .tarteaucitronAllow .tarteaucitronCheck::before {
  content: "☐" !important;
}

#tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronAllow .tarteaucitronCheck::before {
  content: "☑" !important;
}

#tarteaucitronRoot .tarteaucitronIsDenied .tarteaucitronDeny .tarteaucitronCross::before {
  content: "☑" !important;
}

#tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronDeny .tarteaucitronCross::before {
  content: "☐" !important;
}

#tarteaucitronRoot .tarteaucitronAllow .tarteaucitronCheck::before {
  content: "☐" !important;
}

#tarteaucitronRoot .tarteaucitronDeny .tarteaucitronCross::before {
  content: "☐" !important;
}

#tarteaucitronRoot #tarteaucitronServices_mandatory .tarteaucitronCheck::before {
  content: "☑" !important;
}

#tarteaucitronRoot .tarteaucitronCheck::before,
#tarteaucitronRoot .tarteaucitronCross::before {
  font-size: 20px;
}

/* hide useless mandatory button */
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronAsk {
  display: none !important;
}

/* remove icon from the banner */
#tarteaucitronRoot button.tarteaucitronCTAButton,
#tarteaucitronRoot button#tarteaucitronCloseAlert,
#tarteaucitronRoot button#tarteaucitronPrivacyUrl {
  border: 0;
  border-radius: 4px;
}

#tarteaucitronRoot button.tarteaucitronCTAButton .tarteaucitronCross,
#tarteaucitronRoot button.tarteaucitronCTAButton .tarteaucitronCheck {
  display: none;
}

/* dont use bold to avoid bigger button */
#tarteaucitronRoot #tarteaucitron [aria-pressed=true] {
  font-weight: initial;
  text-shadow: 0px 0px 1px;
}

/* fix padding if no cookies */
#tarteaucitronRoot #tarteaucitronServices li#tarteaucitronNoServicesTitle {
  padding: 20px;
}

/* hide info about cookies number */
#tarteaucitronRoot .tarteaucitronStatusInfo {
  display: none;
}

#tarteaucitronRoot .tarteaucitronName {
  padding-top: 5px;
}

/***************/
/** 14042021 **/
span.tarteaucitronReadmoreSeparator {
  display: inline !important;
}

/******/
/** 09052021 **/
.tarteaucitronName .tacCurrentStatus, .tarteaucitronName .tarteaucitronReadmoreSeparator {
  color: #333 !important;
  font-size: 12px !important;
  text-transform: capitalize;
}

/**************/
/** 27032021 **/
button.tarteaucitron-toggle-group {
  display: block;
}

span.tarteaucitronH3 {
  font-weight: 700 !important;
}

#tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3 {
  font-weight: 500 !important;
  font-size: 14px;
  margin-top: 7px;
}

.tarteaucitronLine {
  border-left: 0px solid transparent !important;
}

/*****/
/** PARTNERS LIST **/
html body #tarteaucitronRoot #tarteaucitronAlertBig div.tarteaucitronPartnersList {
  text-align: left;
  background: rgba(255, 255, 255, 0.0901960784);
  margin: 15px 0px 10px;
  padding: 15px;
  display: block;
  border-radius: 4px;
}

html body #tarteaucitronRoot #tarteaucitronAlertBig div.tarteaucitronPartnersList b {
  font-weight: 700;
  padding-bottom: 8px;
  display: block;
  font-size: 16px;
}

html body #tarteaucitronRoot #tarteaucitronAlertBig div.tarteaucitronPartnersList ul {
  margin-left: 22px;
}

html body #tarteaucitronRoot #tarteaucitronAlertBig div.tarteaucitronPartnersList ul li {
  list-style: circle;
  font-size: 14px;
}

/**********************/
/** SAVE BUTTON **/
html body #tarteaucitronRoot button#tarteaucitronSaveButton {
  font-size: 18px !important;
  padding: 7px 20px;
  border-radius: 5px;
  cursor: pointer;
}

html body #tarteaucitronRoot div#tarteaucitronSave {
  text-align: right;
  padding: 20px;
  background: #333;
}

/******************/
/** BETTER MOBILE MODE **/
@media screen and (max-width: 767px) {
  html body #tarteaucitronRoot #tarteaucitron ul#tarteaucitronServices_mandatory .tarteaucitronDeny {
    display: none !important;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button,
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronAsk,
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronName {
    width: 100% !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    margin-bottom: 8px !important;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder ul .tarteaucitronLine {
    padding: 16px !important;
  }
  html body #tarteaucitronRoot #tarteaucitron div#tarteaucitronMainLineOffset .tarteaucitronName {
    display: none !important;
  }
  #tarteaucitronServices_mandatory li.tarteaucitronLine .tarteaucitronName span {
    width: 100% !important;
    display: inline-block;
  }
  li.tarteaucitronLine .tarteaucitronName span {
    width: 80% !important;
    display: inline-block;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group {
    width: 10% !important;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0px;
    padding: 10px 0;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:before {
    content: "▾";
    font-weight: 700;
    font-size: 14px;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:before {
    content: "▴";
  }
}
@media screen and (min-width: 768px) {
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:after {
    content: "▾";
    font-weight: 700;
    font-size: 14px;
    margin-left: 15px;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:after {
    content: "▴";
    margin-left: 15px;
  }
}
/****/
/***
* Reset CSS
*/
#tarteaucitronRoot div, #tarteaucitronRoot span, #tarteaucitronRoot applet, #tarteaucitronRoot object, #tarteaucitronRoot iframe, #tarteaucitronRoot h1, #tarteaucitronRoot h2, #tarteaucitronRoot h3, #tarteaucitronRoot h4, #tarteaucitronRoot h5, #tarteaucitronRoot h6, #tarteaucitronRoot p, #tarteaucitronRoot blockquote, #tarteaucitronRoot pre, #tarteaucitronRoot a, #tarteaucitronRoot abbr, #tarteaucitronRoot acronym, #tarteaucitronRoot address, #tarteaucitronRoot big, #tarteaucitronRoot cite, #tarteaucitronRoot code, #tarteaucitronRoot del, #tarteaucitronRoot dfn, #tarteaucitronRoot em, #tarteaucitronRoot img, #tarteaucitronRoot ins, #tarteaucitronRoot kbd, #tarteaucitronRoot q, #tarteaucitronRoot s, #tarteaucitronRoot samp, #tarteaucitronRoot small, #tarteaucitronRoot strike, #tarteaucitronRoot strong, #tarteaucitronRoot sub, #tarteaucitronRoot sup, #tarteaucitronRoot tt, #tarteaucitronRoot var, #tarteaucitronRoot b, #tarteaucitronRoot u, #tarteaucitronRoot i, #tarteaucitronRoot center, #tarteaucitronRoot dl, #tarteaucitronRoot dt, #tarteaucitronRoot dd, #tarteaucitronRoot ol, #tarteaucitronRoot ul, #tarteaucitronRoot li, #tarteaucitronRoot fieldset, #tarteaucitronRoot form, #tarteaucitronRoot label, #tarteaucitronRoot legend, #tarteaucitronRoot table, #tarteaucitronRoot caption, #tarteaucitronRoot tbody, #tarteaucitronRoot tfoot, #tarteaucitronRoot thead, #tarteaucitronRoot tr, #tarteaucitronRoot th, #tarteaucitronRoot td, #tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot canvas, #tarteaucitronRoot details, #tarteaucitronRoot embed, #tarteaucitronRoot figure, #tarteaucitronRoot figcaption, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot output, #tarteaucitronRoot ruby, #tarteaucitronRoot section, #tarteaucitronRoot summary, #tarteaucitronRoot time, #tarteaucitronRoot mark, #tarteaucitronRoot audio, #tarteaucitronRoot video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /*background: initial;*/
  text-align: initial;
  text-shadow: initial;
}

/* Animation */
#tarteaucitronRoot * {
  transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms;
}

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

#tarteaucitronRoot ol, #tarteaucitronRoot ul {
  list-style: none;
}

#tarteaucitronRoot blockquote, #tarteaucitronRoot q {
  quotes: none;
}

#tarteaucitronRoot blockquote:before, #tarteaucitronRoot blockquote:after, #tarteaucitronRoot q:before, #tarteaucitronRoot q:after {
  content: "";
  content: none;
}

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

#tarteaucitronRoot a:focus-visible, #tarteaucitronRoot button:focus-visible {
  outline: 3px dashed #3d86d8;
}

/***
 * Better scroll management
 */
div#tarteaucitronMainLineOffset {
  margin-top: 0 !important;
}

div#tarteaucitronServices {
  margin-top: 21px !important;
}

/*#tarteaucitronServices::-webkit-scrollbar {
    width: 5px;
}

#tarteaucitronServices::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
}

#tarteaucitronServices::-webkit-scrollbar-thumb {
    background-color: #ddd;
    outline: 0px solid slategrey;
}*/
div#tarteaucitronServices {
  box-shadow: 0 40px 60px #545454;
}

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width: 479px) {
  #tarteaucitron .tarteaucitronLine .tarteaucitronName {
    width: 90% !important;
  }
  #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
    float: left !important;
    margin: 10px 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
    background: #fff;
    border: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    width: 100% !important;
  }
  #tarteaucitron .tarteaucitronBorder {
    border: 0 !important;
  }
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    border: 0 !important;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
    text-align: left !important;
  }
  .tarteaucitronName .tarteaucitronH2 {
    max-width: 80%;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    text-align: center !important;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #tarteaucitron {
    border: 0 !important;
    left: 0 !important;
    margin: 0 5% !important;
    max-height: 80% !important;
    width: 90% !important;
  }
}
/***
 * Common value
 */
#tarteaucitronRoot div#tarteaucitron {
  left: 0;
  right: 0;
  margin: auto;
}

#tarteaucitronRoot button#tarteaucitronBack {
  background: #eee;
}

#tarteaucitron .clear {
  clear: both;
}

#tarteaucitron a {
  color: rgb(66, 66, 66);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

#tarteaucitronRoot button {
  background: transparent;
  border: 0;
}

#tarteaucitronAlertBig strong, #tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
  color: #fff;
}

#tarteaucitron strong {
  font-size: 22px;
  font-weight: 500;
}

#tarteaucitron ul {
  padding: 0;
}

#tarteaucitron .tarteaucitronH1, #tarteaucitron .tarteaucitronH2, #tarteaucitron .tarteaucitronH3, #tarteaucitron .tarteaucitronH4, #tarteaucitron .tarteaucitronH5, #tarteaucitron .tarteaucitronH6 {
  display: block;
}

.cookie-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#tarteaucitronRoot * {
  box-sizing: initial;
  color: #333;
  /*font-family: sans-serif !important;*/
  font-size: 14px;
  line-height: normal;
  vertical-align: initial;
}

#tarteaucitronRoot .tarteaucitronH1 {
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  margin: 15px 0 28px;
}

#tarteaucitronRoot .tarteaucitronH2 {
  display: inline-block;
  margin: 12px 0 0 15px;
  color: #fff;
}

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
  margin-left: 0;
}

/***
 * Control panel
 */
#tarteaucitronBack {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

#tarteaucitron {
  display: none;
  max-height: 80%;
  left: 50%;
  margin: 0 auto 0 -430px;
  padding: 0;
  position: fixed;
  top: 6%;
  width: 860px;
  z-index: 2147483647;
}

#tarteaucitron .tarteaucitronBorder {
  background: #fff;
  border: 2px solid #333;
  border-top: 0;
  height: auto;
  overflow: auto;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
  background: #333333;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 70px;
}

#tarteaucitron #tarteaucitronDisclaimer {
  color: #555;
  font-size: 12px;
  margin: 15px auto 0;
  width: 80%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background: rgba(51, 51, 51, 0.07);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  display: none;
  position: relative;
}

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
  width: 100%;
  box-sizing: border-box;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails,
#tarteaucitronRoot .asCatToggleBtn {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0px 0px;
  padding: 5px 20px;
  text-align: left;
  width: auto;
  background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  color: #fff;
  font-weight: 500;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
  text-decoration: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
  font-size: 22px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  font-size: 14px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  padding: 5px 10px;
  margin: 0;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails:not(.tarteaucitronDetailsInline) {
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
  max-width: 270px;
  padding: 20px;
  position: absolute;
  z-index: 2147483647;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle + [id^=tarteaucitronDetails] {
  width: calc(100% - 40px);
  font-weight: 500;
  margin: 0;
  padding: 5px 20px 20px;
  background: rgba(51, 51, 51, 0.2);
  color: #333;
}

#tarteaucitron #tarteaucitronInfo a {
  color: #fff;
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  background: rgba(51, 51, 51, 0.1);
  border-left: 5px solid transparent;
  margin: 0;
  overflow: hidden;
  padding: 15px 5px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
  border-color: #1B870B;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
  border-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #333;
  border: 3px solid #333;
  border-left: 9px solid #333;
  border-top: 5px solid #333;
  margin-bottom: 0;
  margin-top: 21px;
  position: relative;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  margin-left: 15px;
  margin-top: 2px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
  color: #fff;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  margin-top: 0px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  display: inline-block;
  float: left;
  margin-left: 15px;
  text-align: left;
  width: 50%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  display: inline-block;
  float: right;
  margin: 7px 15px 0;
  text-align: right;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  background: #555;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
  border: 0;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
  background-color: #1B870B;
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
  background-color: #9C1A1A;
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow {
  background-color: #1B870B;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow {
  opacity: 0.4;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  color: #333;
  font-size: 12px;
}

#tarteaucitron .tarteaucitronH3 {
  font-size: 18px;
}

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
  width: auto !important;
  margin-left: 0 !important;
  font-size: 14px;
}

.tarteaucitronAlertBigBottom span#tarteaucitronDisclaimerAlert,
.tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert {
  display: inline-flex;
}

span#tarteaucitronDisclaimerAlert {
  padding: 0 10px;
  display: inline-block;
  overflow-y: auto;
  max-height: 50vh;
  line-height: normal;
}

@media only screen and (max-width: 768px) {
  #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    font-size: 16px;
  }
}
#tarteaucitron .tarteaucitronBorder, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border-color: #333 !important;
}

/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
  top: 0;
}

.tarteaucitronAlertBigBottom {
  bottom: 0;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #333;
  color: #fff;
  display: none;
  font-size: 15px !important;
  left: 0;
  position: fixed;
  box-sizing: content-box;
  z-index: 2147483645;
  text-align: center;
  padding: 10px 0 10px 0;
  margin: auto;
  width: 100%;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  /*font: 15px verdana;*/
  color: #fff;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
  cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow {
  background: #008300;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  line-height: 1.2;
  padding: 5px 10px;
  text-decoration: none;
  margin-left: 7px;
}

#tarteaucitronRoot .tarteaucitronDeny {
  background: #9C1A1A;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background: #fff;
  color: #333;
  font-size: 13px;
  margin-bottom: 3px;
  margin-left: 7px;
  padding: 5px 10px;
}

#tarteaucitronPercentage {
  background: #0A0 !important;
  box-shadow: 0 0 2px #fff, 0 1px 2px #555;
  height: 5px;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 2147483644;
}

/***
 * Icon
 */
.tarteaucitronIconBottomRight {
  bottom: 0;
  right: 0;
}

.tarteaucitronIconBottomLeft {
  bottom: 0;
  left: 0;
}

.tarteaucitronIconTopRight {
  top: 0;
  right: 0;
}

.tarteaucitronIconTopLeft {
  top: 0;
  left: 0;
}

.tarteaucitronIconTopLeft #tarteaucitronManager {
  border-radius: 2px 7px 7px 2px;
}

.tarteaucitronIconTopRight #tarteaucitronManager {
  border-radius: 7px 2px 2px 7px;
}

.tarteaucitronIconBottomLeft #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

.tarteaucitronIconBottomRight #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

#tarteaucitronIcon {
  background: transparent;
  position: fixed;
  /*display: none;*/
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronIcon #tarteaucitronManager {
  color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
  border: none;
}

#tarteaucitronIcon #tarteaucitronManager img {
  width: 50px;
  height: 50px;
}

#tarteaucitronRoot .tarteaucitronCross::before {
  content: "✗";
  display: inline-block;
  color: white;
}

#tarteaucitronRoot .tarteaucitronCheck::before {
  content: "✓";
  display: inline-block;
  color: white;
}

#tarteaucitronRoot .tarteaucitronPlus::before {
  content: "✛";
  display: inline-block;
  color: white;
}

/***
 * Small alert
 */
.tarteaucitronAlertSmallTop, .tarteaucitronAlertSmallBottom {
  bottom: 0;
}

#tarteaucitronAlertSmall {
  background: #333;
  display: none;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
}

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
  background: rgba(255, 255, 255, 0.05);
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
  background-color: gray;
  border-radius: 5px;
  display: block;
  height: 8px;
  margin-bottom: 1px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  display: block;
  float: left;
  height: 100%;
  width: 0%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: #1B870B;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  background-color: #FBDA26;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  background-color: #9C1A1A;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  padding: 0px 10px;
  vertical-align: top;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
  background: rgba(255, 255, 255, 0.3);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  display: none;
  max-height: 70%;
  max-width: 500px;
  position: fixed;
  right: 0;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
  background: #fff;
  border: 2px solid #333;
  color: #333;
  font-size: 11px;
  height: auto;
  overflow: auto;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
  color: #333;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
  background: #333;
  margin-top: 21px;
  padding: 13px 0 9px 13px;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
  color: #fff;
  font-size: 16px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
  background: rgba(51, 51, 51, 0.1);
  padding: 7px 5px 10px;
  word-wrap: break-word;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
  color: #333;
  text-decoration: none;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
  display: inline-block;
  width: 50%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
  color: darkred;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
  color: #333;
  display: inline-block;
  font-size: 11px;
  margin-left: 10%;
  vertical-align: top;
  width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
  background: #333;
  color: #fff;
  display: table;
  font-size: 12px;
  height: 100%;
  line-height: initial;
  margin: auto;
  text-align: center;
  width: 100%;
}

.tac_float {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.tac_activate .tac_float strong {
  color: #fff;
}

.tac_activate .tac_float .tarteaucitronAllow {
  background-color: #1B870B;
  display: inline-block;
}

/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
  text-decoration: none;
}

div.amazon_product {
  height: 240px;
  width: 120px;
}

.tarteaucitronIsAllowed .tarteaucitronDeny {
  opacity: 0.4 !important;
}

.tarteaucitronIsDenied .tarteaucitronAllow {
  opacity: 0.4 !important;
}

.tarteaucitronIsAllowed .tarteaucitronAllow {
  opacity: 1 !important;
}

.tarteaucitronIsDenied .tarteaucitronDeny {
  opacity: 1 !important;
}

.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
  opacity: 0.4;
}

#tarteaucitronServices_mandatory button.tarteaucitronAllow {
  opacity: 1;
}

div#tarteaucitronInfo {
  display: block !important;
  position: relative !important;
  text-align: center !important;
  max-width: 80% !important;
  padding: 15px 0 !important;
  margin: -10px auto 40px !important;
  font-size: 1em !important;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #555;
}

a.tarteaucitronSelfLink {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  text-align: center !important;
  display: block;
  height: 30px;
}

.tarteaucitronMainLine .tarteaucitronH2 {
  font-size: 1.2em !important;
  margin-top: 4px !important;
}

span.tarteaucitronTitle.tarteaucitronH3 {
  margin-top: 12px !important;
}

#tarteaucitronCloseCross {
  position: absolute;
  color: #FFF;
  font-size: 1.8rem;
  cursor: pointer;
  top: 10px;
  right: 26px;
}

#tarteaucitronCloseCross span {
  color: inherit;
}

.tarteaucitron-spacer-20 {
  height: 20px;
  display: block;
}

.tarteaucitron-display-block {
  display: block;
}

.tarteaucitron-display-none {
  display: none;
}

#tarteaucitronRoot * {
  font-family: "Lato", sans-serif !important;
}
#tarteaucitronRoot button {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #tarteaucitronRoot button {
    box-sizing: border-box;
    margin: 0 0 0.5rem 0;
  }
}
#tarteaucitronRoot button#tarteaucitronBack {
  opacity: 0.5 !important;
  background: #000000 !important;
}
#tarteaucitronRoot .tarteaucitronBorder {
  border: none;
  background: transparent;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel {
  background: #f0f0f0;
  color: #343a40;
}
#tarteaucitronRoot #tarteaucitronServices {
  box-shadow: none;
  background: white;
  border-radius: 0;
  padding: 1rem;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine, #tarteaucitronRoot #tarteaucitronServices #tarteaucitronInfo {
  background: transparent;
  color: #343a40;
  border: none;
  padding: 0 0 1rem !important;
  margin: 0 !important;
  text-align: left !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine:hover, #tarteaucitronRoot #tarteaucitronServices #tarteaucitronInfo:hover {
  background: transparent;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronTitle button {
  background: #fafafa;
  color: #343a40;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronTitle button .tarteaucitronPlus:before {
  color: #343a40;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronHidden {
  background: transparent;
  padding-left: 0;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine:hover, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronHidden:hover {
  background: transparent;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronName, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronHidden .tarteaucitronName {
  margin: 0;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronCross:before {
  color: white;
}
#tarteaucitronRoot .tarteaucitronH1, #tarteaucitronRoot .tarteaucitronH2 {
  color: #343a40;
  text-align: left;
  margin: 1rem 0;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  color: rgb(38.48, 77.48, 106.08);
  background-color: rgb(218.8, 233.8, 244.8);
  border-color: rgb(146.4, 191.4, 224.4);
}
#tarteaucitronRoot #tarteaucitronAlertBig hr {
  border-top-color: rgb(126.5056034483, 179.749137931, 218.7943965517);
}
#tarteaucitronRoot #tarteaucitronAlertBig .alert-link {
  color: rgb(24.9044604317, 50.1454676259, 68.6555395683);
}
@media (min-width: 420px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    max-width: 370px;
  }
}
@media (min-width: 576px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    max-width: 1140px;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  right: 0;
  width: initial;
  padding: 1rem;
  box-shadow: none !important;
  border-radius: 1rem;
}
@media (max-width: 991.98px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    margin: 1rem;
  }
}
@media (min-width: 768px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    bottom: 2rem;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  color: inherit;
  font-size: 1rem;
  margin-bottom: 1rem;
  display: block;
  text-align: center;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow {
  background-color: #3f866c;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronDeny {
  background-color: white;
  color: #343a40;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  color: #343a40;
  margin: 0;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop {
  top: initial;
}
#tarteaucitronRoot .tarteaucitronCheck:before {
  font-family: "gateicons";
  content: "\e936";
}
#tarteaucitronRoot .tarteaucitronCross:before {
  font-family: "gateicons";
  content: "\e934";
  color: #343a40;
}
#tarteaucitronRoot #tarteaucitronSave {
  background: none !important;
}
#tarteaucitronRoot #tarteaucitronSave #tarteaucitronSaveButton {
  background: #c78810;
}
#tarteaucitronRoot #tarteaucitronPrivacyUrl {
  color: #343a40;
}
#tarteaucitronRoot #tarteaucitronPersonalize2 {
  display: block;
  margin: 0.5rem auto;
  min-width: 15rem;
  max-width: 100%;
  padding: 1rem 1.5rem;
}
@media (min-width: 576px) {
  #tarteaucitronRoot #tarteaucitronPersonalize2 {
    max-width: 20rem;
    min-width: 18rem;
  }
}

.tac_activate {
  background: #87888a;
  padding: 1rem;
}
.tac_activate .tac_float .tarteaucitronAllow {
  background-color: #c78810;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  font-weight: 700;
  font-size: 0.875rem;
  display: block;
  margin: 1rem auto;
}

.gw-online-magazin-home .teaser-2-line p {
  max-height: 8rem;
  font-size: 1rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.gw-online-magazin-home .teaser-3-line p {
  margin-bottom: 0px;
  text-overflow: ellipsis;
}
.gw-online-magazin-home .online-magazine-small-title {
  font-size: 1rem;
  line-height: 1.4;
}
.gw-online-magazin-home span.badge span.rounded-circle {
  width: 10px;
  height: 10px;
}
.gw-online-magazin-home .news-short-online-maagzin-latest-3 h3 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.gw-online-magazin-home .news-short-online-maagzin-latest-3 p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.gw-online-magazin-home .category-title figure {
  margin-bottom: 0;
}
.gw-online-magazin-home .category-title > div.lead p {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
}
.gw-online-magazin-home .rounded-hover-filled > a {
  transition: background-color 0.3s ease;
  border-radius: 50px;
}
.gw-online-magazin-home .rounded-hover-filled > a:hover {
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.gw-online-magazin-home .gw-sticky-note-inner-rounded div.col-bg-image {
  background-position: center;
}
.gw-online-magazin-home .gw-event-teaser-messe-home-2023 div.gw-sticky-note-inner-rounded:after {
  content: "";
  position: absolute;
  right: 4px;
  top: calc(50% - 0.5rem);
  height: 1rem;
  width: 0.6rem;
  background: #f0f0f0;
  border-right-color: #f0f0f0;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.gw-online-magazin-home .gw-event-teaser-messe-wrapper a:last-of-type {
  display: none !important;
}
@media (min-width: 992px) {
  .gw-online-magazin-home .gw-event-teaser-messe-wrapper a:last-of-type {
    display: contents !important;
  }
}
.gw-online-magazin-home .gw-event-teaser-messe-wrapper a:nth-child(3) {
  display: none !important;
}
@media (min-width: 768px) {
  .gw-online-magazin-home .gw-event-teaser-messe-wrapper a:nth-child(3) {
    display: contents !important;
  }
}

.gw-article-online-magazin .teaser-2-line p {
  max-height: 8rem;
  font-size: 1rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.gw-article-online-magazin .teaser-3-line p {
  margin-bottom: 0px;
  text-overflow: ellipsis;
}
.gw-article-online-magazin .article-abstract {
  font-size: 1rem;
}
.gw-article-online-magazin .gw-news-short-online-magazine-big .article-abstract h3,
.gw-article-online-magazin .gw-news-short-online-magazine-small .article-abstract h3 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.gw-article-online-magazin .gw-news-short-online-magazine-big .article-abstract p,
.gw-article-online-magazin .gw-news-short-online-magazine-small .article-abstract p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.gw-article-online-magazin .online-magazine-small-title {
  font-size: 1rem;
  line-height: 1.4;
}
.gw-article-online-magazin span.badge > span.rounded-circle {
  width: 10px;
  height: 10px;
}
.gw-article-online-magazin .category-title figure {
  margin-bottom: 0;
}
.gw-article-online-magazin .category-title > div.lead p {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
}
.gw-article-online-magazin .col-bg-image {
  background-size: cover;
}
.gw-article-online-magazin .typo-parent {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.gw-article-online-magazin .rounded-hover-filled > a {
  transition: background-color 0.3s ease;
  border-radius: 50px;
}
.gw-article-online-magazin .rounded-hover-filled > a:hover {
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.gw-article-online-magazin .gw-sticky-note-inner-rounded div.col-bg-image {
  background-position: center;
}

.gw-news-short-online-magazin-archiv span.badge > span.rounded-circle {
  width: 10px;
  height: 10px;
}
.gw-news-short-online-magazin-archiv .article-abstract {
  min-height: 204px;
}
.gw-news-short-online-magazin-archiv .article-abstract h4 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.gw-news-short-online-magazin-archiv div.teaser p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  margin-bottom: 0;
}

.gw-online-magazin-archiv-filter > span {
  border-radius: 30px;
  font-size: 16px !important;
  display: block;
  transition: background 0.3s ease, border 0.3s ease;
}
@media (min-width: 576px) {
  .gw-online-magazin-archiv-filter > span {
    font-size: 1rem !important;
  }
}
.gw-online-magazin-archiv-filter > span:hover {
  cursor: pointer;
}
.gw-online-magazin-archiv-filter .muted {
  color: #212529 !important;
  background-color: white !important;
}
.gw-online-magazin-archiv-filter .muted:hover {
  background-color: #7bafda !important;
  color: white !important;
}

.news_full-online-magazin h1 {
  font-weight: 600;
}
@media (min-width: 768px) {
  .news_full-online-magazin h1 {
    font-size: 385%;
  }
}
.news_full-online-magazin .art_content h2,
.news_full-online-magazin .art_content h3,
.news_full-online-magazin .art_content h4,
.news_full-online-magazin .art_content h5,
.news_full-online-magazin .art_content h6 {
  font-weight: bold;
}
.news_full-online-magazin span.badge > span.rounded-circle {
  width: 12px;
  height: 12px;
}
.news_full-online-magazin div.art_meta:after {
  display: block;
  border-radius: 6px;
  width: 100px;
  height: 4px;
  content: "";
  background-color: #007fbf;
  margin-top: 40px;
}
.news_full-online-magazin div.teaser > p {
  margin-bottom: 0;
  font-size: 110%;
  font-weight: 300;
}
@media (min-width: 768px) {
  .news_full-online-magazin div.teaser > p {
    font-size: 135%;
    font-weight: 300;
  }
}
.news_full-online-magazin p {
  margin-bottom: 35px;
}
.news_full-online-magazin .art_title ~ div.flex-row {
  font-size: 14px;
}
.news_full-online-magazin .art_content p:not(p.quote-byline) {
  font-size: 95%;
  font-weight: 300;
}
@media (min-width: 768px) {
  .news_full-online-magazin .art_content p:not(p.quote-byline) {
    font-size: 120%;
  }
}
.news_full-online-magazin .art_content p a {
  color: #007fbf !important;
  font-weight: 600 !important;
}
.news_full-online-magazin .art_content p a:hover, .news_full-online-magazin .art_content p a:focus, .news_full-online-magazin .art_content p a:active {
  color: rgb(0, 101.5667539267, 152.75);
}
.news_full-online-magazin p.quote {
  font-size: 110% !important;
}
@media (min-width: 768px) {
  .news_full-online-magazin p.quote {
    font-size: 175% !important;
  }
}
.news_full-online-magazin div.teaser {
  border-radius: 0.5rem;
}
.news_full-online-magazin p.back > a {
  border-radius: 20px;
}
.news_full-online-magazin img {
  border-radius: 0.35rem;
}
.news_full-online-magazin .infobox {
  width: 100%;
  background-color: #ffffff;
  padding: 2rem;
  margin: 2rem 0;
}

.datepicker.datepicker-dropdown {
  padding: 0.5rem;
}
.datepicker.datepicker-dropdown table {
  border-collapse: separate;
}
.datepicker.datepicker-dropdown table tr td {
  width: 35px;
  height: 30px;
}
.datepicker.datepicker-dropdown table tr th.dow {
  font-size: 9pt;
}
.datepicker.datepicker-dropdown table tr td.today {
  background: #c78810;
  color: white;
}
.datepicker.datepicker-dropdown table tr td.today:hover {
  background: rgb(175.3976744186, 119.8697674419, 14.1023255814);
  color: white;
}
.datepicker.datepicker-dropdown table tr td.active {
  background: #007fbf;
}
.datepicker.datepicker-dropdown table tr td.active:hover {
  background: rgb(0, 110.0445026178, 165.5);
}
.datepicker.datepicker-dropdown table tr td span.year.active, .datepicker.datepicker-dropdown table tr td span.year.active:hover,
.datepicker.datepicker-dropdown table tr td span.month.active, .datepicker.datepicker-dropdown table tr td span.month.active:hover,
.datepicker.datepicker-dropdown table tr td span.decades.active, .datepicker.datepicker-dropdown table tr td span.decades.active:hover,
.datepicker.datepicker-dropdown table tr td span.century.active, .datepicker.datepicker-dropdown table tr td span.century.active:hover {
  background: #007fbf;
}

ul.gw-joboffer-items {
  list-style: none;
  padding: 0;
}

.gw-jon-item {
  position: relative;
  margin-bottom: 1.5rem;
}
.gw-jon-item .gw-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  text-decoration: none;
  color: #343a40;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.gw-jon-item .gw-subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: #343a40;
  margin-bottom: 1rem;
  text-decoration: none;
}

/* CONTENT  */
.gw-jon-item-link {
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  padding: 1rem;
  text-decoration: none;
  color: #343a40;
  background-color: white;
}
.gw-jon-item-link:hover {
  box-shadow: 0 2px 4px 0 rgba(70, 48, 6, 0.25);
  transition: box-shadow 0.1s ease;
}

.gw-jon-item-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .gw-jon-item-content {
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
}

.gw-jon-item-customer {
  width: 170px;
  margin-right: 3.5rem;
  flex: none;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .gw-jon-item-customer {
    margin-bottom: 0;
  }
}

.gw-jon-customer-logo {
  position: relative;
}
.gw-jon-customer-logo img {
  width: 100%;
}

.gw-jon-customer-placeholder {
  height: 3rem;
}
.gw-jon-customer-placeholder i {
  color: #87888a;
  font-size: 2rem;
  display: none;
}
@media (min-width: 768px) {
  .gw-jon-customer-placeholder {
    width: 100%;
    height: auto;
    aspect-ratio: 210/100;
    background-color: #eceded;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gw-jon-customer-placeholder i {
    display: inline;
  }
}

.gw-jon-sqq-seal {
  position: absolute;
  display: inline-block;
  top: 0;
  right: -1.5rem;
  transform: scale(1);
  transition: transform 0.4s;
}
.gw-jon-sqq-seal img {
  height: 2rem;
  max-width: initial;
}

.gw-jon-item-info {
  flex: none;
  padding-right: 0;
}
@media (min-width: 768px) {
  .gw-jon-item-info {
    flex: auto;
    padding-right: 4rem;
  }
}

.gw-jon-badge {
  background-color: #d6e3dd;
  color: #3f866c;
  display: inline-block;
  padding: 0.25rem 1rem;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  margin-bottom: 0.5rem;
}
.gw-jon-badge::first-letter {
  text-transform: capitalize;
}

.gw-jon-mark-as-favorite {
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: auto;
  display: flex;
  align-items: start;
}
.gw-jon-mark-as-favorite button {
  margin: auto;
}
.gw-jon-mark-as-favorite button i {
  font-size: 1.25rem;
  color: #343a40;
}
@media (min-width: 768px) {
  .gw-jon-mark-as-favorite {
    align-items: center;
    height: calc(100% - 2rem);
    align-items: center;
  }
}

.gw-jon-job-favorite {
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
  margin: 1rem;
  background-color: transparent;
}
.gw-jon-job-favorite:hover {
  background-color: #E6E6E6;
}
.gw-jon-job-favorite:hover i {
  color: #343a40;
}

.gw-apr-container {
  overflow: hidden;
  margin-top: 2rem;
}

.gw-apr-header-image {
  background-color: #fafafa;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1044/368;
  background-position: center;
  display: flex;
  justify-content: start;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.gw-apr-header-no-image {
  background-color: #fafafa;
  min-height: 7rem;
  width: 100%;
  display: flex;
  justify-content: start;
  padding: 2rem;
  margin-bottom: 1.5rem;
}

.gw-apr-header {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 0.25rem;
  background-color: white;
  padding: 1.5rem;
}

.gw-apr-header-logo {
  margin-bottom: 1.5rem;
}
.gw-apr-header-logo img {
  border: 1px solid #E6E6E6;
}

.gw-apr-header-title {
  margin-bottom: 1.5rem;
}
.gw-apr-header-title h1 {
  font-size: 2rem;
  font-weight: normal;
  margin: 0;
}

.gw-apr-header .gw-apr-stoerer {
  display: none;
}

.gw-apr-header .gw-badge {
  display: inline-block;
  font-size: 75%;
  vertical-align: middle;
  padding: 0.25rem 1rem;
  margin-left: 0.5rem;
  margin-top: -0.5rem;
  background-color: #d6e3dd;
  color: #3f866c;
  font-weight: 500;
  border-radius: 0;
  line-height: 1;
}

.gw-apr-header-action {
  margin-bottom: 1rem;
}

.gw-apr-header-favorite .btn {
  color: #007fbf;
}
