@charset "UTF-8";
[data-simplebar] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative
}
.simplebar-wrapper {
  height: inherit;
  max-height: inherit;
  max-width: inherit;
  overflow: hidden;
  width: inherit
}
.simplebar-mask {
  direction: inherit;
  height: auto !important;
  overflow: hidden;
  width: auto !important;
  z-index: 0
}
.simplebar-mask, .simplebar-offset {
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0
}
.simplebar-offset {
  -webkit-overflow-scrolling: touch;
  box-sizing: inherit !important;
  direction: inherit !important;
  resize: none !important
}
.simplebar-content-wrapper {
  -ms-overflow-style: none;
  box-sizing: border-box !important;
  direction: inherit;
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  scrollbar-width: none;
  width: auto
}
.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
  height: 0;
  width: 0
}
.simplebar-content:after, .simplebar-content:before {
  content: " ";
  display: table
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  pointer-events: none;
  width: 100%
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  flex-basis: 0;
  flex-grow: inherit;
  flex-shrink: 0;
  float: left;
  height: 100%;
  margin: 0;
  max-height: 1px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: -1
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  height: 1000%;
  left: 0;
  min-height: 1px;
  min-width: 1px;
  opacity: 0;
  top: 0;
  width: 1000%;
  z-index: -1
}
.simplebar-height-auto-observer, .simplebar-track {
  overflow: hidden;
  pointer-events: none;
  position: absolute
}
.simplebar-track {
  bottom: 0;
  right: 0;
  z-index: 1
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all
}
.simplebar-scrollbar {
  left: 0;
  min-height: 10px;
  position: absolute;
  right: 0
}
.simplebar-scrollbar:before {
  background: #000;
  border-radius: 7px;
  content: "";
  left: 2px;
  opacity: 0;
  position: absolute;
  right: 2px;
  transition: opacity .2s linear
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  transition: opacity 0s linear
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  bottom: 2px;
  top: 2px
}
.simplebar-track.simplebar-horizontal {
  height: 11px;
  left: 0
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 7px;
  left: 0;
  min-height: 0;
  min-width: 10px;
  right: auto;
  top: 2px;
  width: auto
}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  left: 0;
  right: auto
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  height: 500px;
  opacity: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  position: fixed;
  visibility: hidden;
  width: 500px
}
.simplebar-hide-scrollbar {
  -ms-overflow-style: none;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  scrollbar-width: none;
  visibility: hidden
}
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */ .img-fluid, .img-thumbnail {
  height: auto;
  max-width: 100%
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .125rem;
  padding: .25rem
}
.figure {
  display: inline-block
}
.figure-img {
  line-height: 1;
  margin-bottom: .5rem
}
.figure-caption {
  color: #999;
  font-size: 90%
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xs, .container-xxl, .container-xxxl {
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
  width: 100%
}
.container {
  max-width: 100%
}
@media (min-width:480px) {
  .container, .container-sm {
    max-width: 100%
  }
}
@media (min-width:768px) {
  .container, .container-md, .container-sm {
    max-width: 100%
  }
}
@media (min-width:992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 100%
  }
}
@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%
  }
}
@media (min-width:1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%
  }
}
@media (min-width:1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-xxxl {
    max-width: 1600px
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -.9375rem;
  margin-right: -.9375rem
}
.no-gutters {
  margin-left: 0;
  margin-right: 0
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-left: 0;
  padding-right: 0
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto, .col-xxxl, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl-auto {
  padding-left: .9375rem;
  padding-right: .9375rem;
  position: relative;
  width: 100%
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}
.col-auto {
  flex: 0 0 auto;
  max-width: 100%;
  width: auto
}
.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:480px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-sm-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
  }
  .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%
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-md-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
  }
  .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%
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-lg-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
  }
  .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%
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-xl-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
  }
  .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%
  }
}
@media (min-width:1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xxl-first {
    order: -1
  }
  .order-xxl-last {
    order: 13
  }
  .order-xxl-0 {
    order: 0
  }
  .order-xxl-1 {
    order: 1
  }
  .order-xxl-2 {
    order: 2
  }
  .order-xxl-3 {
    order: 3
  }
  .order-xxl-4 {
    order: 4
  }
  .order-xxl-5 {
    order: 5
  }
  .order-xxl-6 {
    order: 6
  }
  .order-xxl-7 {
    order: 7
  }
  .order-xxl-8 {
    order: 8
  }
  .order-xxl-9 {
    order: 9
  }
  .order-xxl-10 {
    order: 10
  }
  .order-xxl-11 {
    order: 11
  }
  .order-xxl-12 {
    order: 12
  }
  .offset-xxl-0 {
    margin-left: 0
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%
  }
  .offset-xxl-3 {
    margin-left: 25%
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%
  }
  .offset-xxl-6 {
    margin-left: 50%
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%
  }
  .offset-xxl-9 {
    margin-left: 75%
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%
  }
}
@media (min-width:1600px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
  }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xxxl-first {
    order: -1
  }
  .order-xxxl-last {
    order: 13
  }
  .order-xxxl-0 {
    order: 0
  }
  .order-xxxl-1 {
    order: 1
  }
  .order-xxxl-2 {
    order: 2
  }
  .order-xxxl-3 {
    order: 3
  }
  .order-xxxl-4 {
    order: 4
  }
  .order-xxxl-5 {
    order: 5
  }
  .order-xxxl-6 {
    order: 6
  }
  .order-xxxl-7 {
    order: 7
  }
  .order-xxxl-8 {
    order: 8
  }
  .order-xxxl-9 {
    order: 9
  }
  .order-xxxl-10 {
    order: 10
  }
  .order-xxxl-11 {
    order: 11
  }
  .order-xxxl-12 {
    order: 12
  }
  .offset-xxxl-0 {
    margin-left: 0
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%
  }
  .offset-xxxl-3 {
    margin-left: 25%
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%
  }
  .offset-xxxl-6 {
    margin-left: 50%
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%
  }
  .offset-xxxl-9 {
    margin-left: 75%
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%
  }
}
.form-control {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: .125rem;
  color: #333;
  display: block;
  font-family: Montserrat, Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: inherit;
  font-weight: 400;
  height: 3.375rem;
  line-height: 1.48;
  padding: .85rem 1.1rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%
}
@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333
}
.form-control:focus {
  background-color: #fff;
  border-color: #ff4972;
  box-shadow: 0 0 0 .2rem rgba(200, 0, 45, .25);
  color: #333;
  outline: 0
}
.form-control:-ms-input-placeholder {
  color: #666;
  opacity: 1
}
.form-control::placeholder {
  color: #666;
  opacity: 1
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f2f2f2;
  opacity: 1
}
input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
  -webkit-appearance: none;
  appearance: none
}
select.form-control:focus::-ms-value {
  background-color: #fff;
  color: #333
}
.form-control-file, .form-control-range {
  display: block;
  width: 100%
}
.col-form-label {
  font-size: inherit;
  line-height: 1.48;
  margin-bottom: 0;
  padding-bottom: calc(.85rem + 1px);
  padding-top: calc(.85rem + 1px)
}
.col-form-label-lg {
  font-size: 1.09375rem;
  line-height: 1.5;
  padding-bottom: calc(.5rem + 1px);
  padding-top: calc(.5rem + 1px)
}
.col-form-label-sm {
  font-size: .8125rem;
  line-height: 1.5;
  padding-bottom: calc(.25rem + 1px);
  padding-top: calc(.25rem + 1px)
}
.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #333;
  display: block;
  font-size: inherit;
  line-height: 1.48;
  margin-bottom: 0;
  padding: .85rem 0;
  width: 100%
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0
}
.form-control-sm {
  border-radius: .2rem;
  font-size: .8125rem;
  height: 2.5rem;
  line-height: 1.5;
  padding: .25rem .5rem
}
.form-control-lg {
  border-radius: .3rem;
  font-size: 1.09375rem;
  height: calc(1.5em + 1rem + 2px);
  line-height: 1.5;
  padding: .5rem 1rem
}
select.form-control[multiple], select.form-control[size], textarea.form-control {
  height: auto
}
.form-group {
  margin-bottom: 1rem
}
.form-text {
  display: block;
  margin-top: .25rem
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px
}
.form-row > .col, .form-row > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px
}
.form-check {
  display: block;
  padding-left: 1.25rem;
  position: relative
}
.form-check-input {
  margin-left: -1.25rem;
  margin-top: .3rem;
  position: absolute
}
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  color: #666
}
.form-check-label {
  margin-bottom: 0
}
.form-check-inline {
  align-items: center;
  display: inline-flex;
  margin-right: .75rem;
  padding-left: 0
}
.form-check-inline .form-check-input {
  margin-left: 0;
  margin-right: .3125rem;
  margin-top: 0;
  position: static
}
.valid-feedback {
  color: #28a745;
  display: none;
  font-size: 80%;
  margin-top: .25rem;
  width: 100%
}
.valid-tooltip {
  background-color: rgba(40, 167, 69, .9);
  border-radius: .125rem;
  color: #fff;
  display: none;
  font-size: .8125rem;
  left: 0;
  line-height: 1.48;
  margin-top: .1rem;
  max-width: 100%;
  padding: .25rem .5rem;
  position: absolute;
  top: 100%;
  z-index: 5
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px
}
.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block
}
.form-control.is-valid, .was-validated .form-control:valid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.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-position: right calc(.37em + .425rem) center;
  background-repeat: no-repeat;
  background-size: calc(.74em + .85rem) calc(.74em + .85rem);
  border-color: #28a745;
  padding-right: calc(1.48em + 1.7rem)
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  background-position: top calc(.37em + .425rem) right calc(.37em + .425rem);
  padding-right: calc(1.48em + 1.7rem)
}
.custom-select.is-valid, .was-validated .custom-select:valid {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23333' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 1.1rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.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") center right 2.1rem/calc(.74em + .85rem) calc(.74em + .85rem) no-repeat;
  border-color: #28a745;
  padding-right: calc(.75em + 3.375rem)
}
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745
}
.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block
}
.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745
}
.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #28a745
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
  background-color: #34ce57;
  border-color: #34ce57
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #28a745
}
.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745
}
.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.invalid-feedback {
  color: #dc3545;
  display: none;
  font-size: 80%;
  margin-top: .25rem;
  width: 100%
}
.invalid-tooltip {
  background-color: rgba(220, 53, 69, .9);
  border-radius: .125rem;
  color: #fff;
  display: none;
  font-size: .8125rem;
  left: 0;
  line-height: 1.48;
  margin-top: .1rem;
  max-width: 100%;
  padding: .25rem .5rem;
  position: absolute;
  top: 100%;
  z-index: 5
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px
}
.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right calc(.37em + .425rem) center;
  background-repeat: no-repeat;
  background-size: calc(.74em + .85rem) calc(.74em + .85rem);
  border-color: #dc3545;
  padding-right: calc(1.48em + 1.7rem)
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  background-position: top calc(.37em + .425rem) right calc(.37em + .425rem);
  padding-right: calc(1.48em + 1.7rem)
}
.custom-select.is-invalid, .was-validated .custom-select:invalid {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23333' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 1.1rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 2.1rem/calc(.74em + .85rem) calc(.74em + .85rem) no-repeat;
  border-color: #dc3545;
  padding-right: calc(.75em + 3.375rem)
}
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545
}
.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block
}
.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545
}
.custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #dc3545
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
  background-color: #e4606d;
  border-color: #e4606d
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #dc3545
}
.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545
}
.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.form-inline {
  align-items: center;
  display: flex;
  flex-flow: row wrap
}
.form-inline .form-check {
  width: 100%
}
@media (min-width:480px) {
  .form-inline label {
    justify-content: center
  }
  .form-inline .form-group, .form-inline label {
    align-items: center;
    display: flex;
    margin-bottom: 0
  }
  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap
  }
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto
  }
  .form-inline .form-control-plaintext {
    display: inline-block
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto
  }
  .form-inline .form-check {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 0;
    width: auto
  }
  .form-inline .form-check-input {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: .25rem;
    margin-top: 0;
    position: relative
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center
  }
  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}
.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .125rem;
  color: #333;
  display: inline-block;
  font-family: Montserrat, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, system-ui, -apple-system, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.48;
  padding: .85rem 1.1rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle
}
@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}
.btn:hover {
  color: #333;
  text-decoration: none
}
.btn.focus, .btn:focus {
  box-shadow: 0 0 0 .2rem rgba(200, 0, 45, .25);
  outline: 0
}
.btn.disabled, .btn:disabled {
  opacity: .65
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none
}
.btn-primary {
  background-color: #c8002d;
  border-color: #c8002d;
  color: #fff
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  background-color: #a20024;
  border-color: #950022;
  color: #fff
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(208, 38, 77, .5)
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #c8002d;
  border-color: #c8002d;
  color: #fff
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #950022;
  border-color: #88001f;
  color: #fff
}
.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 .2rem rgba(208, 38, 77, .5)
}
.btn-secondary {
  background-color: #999;
  border-color: #999;
  color: #212529
}
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #868686;
  border-color: gray;
  color: #fff
}
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 .2rem hsla(180, 0%, 53%, .5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #999;
  border-color: #999;
  color: #212529
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  background-color: gray;
  border-color: #797979;
  color: #fff
}
.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 .2rem hsla(180, 0%, 53%, .5)
}
.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff
}
.btn-success.focus, .btn-success:focus, .btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
  color: #fff
}
.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  background-color: #1e7e34;
  border-color: #1c7430;
  color: #fff
}
.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 .2rem rgba(72, 180, 97, .5)
}
.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff
}
.btn-info.focus, .btn-info:focus, .btn-info:hover {
  background-color: #138496;
  border-color: #117a8b;
  color: #fff
}
.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  background-color: #117a8b;
  border-color: #10707f;
  color: #fff
}
.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 .2rem rgba(58, 176, 195, .5)
}
.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529
}
.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
  color: #212529
}
.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  background-color: #d39e00;
  border-color: #c69500;
  color: #212529
}
.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 .2rem rgba(222, 170, 12, .5)
}
.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff
}
.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
  color: #fff
}
.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  background-color: #bd2130;
  border-color: #b21f2d;
  color: #fff
}
.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 .2rem rgba(225, 83, 97, .5)
}
.btn-light {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  color: #212529
}
.btn-light.focus, .btn-light:focus, .btn-light:hover {
  background-color: #e6e6e6;
  border-color: #e0e0e0;
  color: #212529
}
.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 .2rem hsla(240, 1%, 85%, .5)
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  color: #212529
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  background-color: #e0e0e0;
  border-color: #d9d9d9;
  color: #212529
}
.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 .2rem hsla(240, 1%, 85%, .5)
}
.btn-dark {
  background-color: #333;
  border-color: #333;
  color: #fff
}
.btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
  background-color: #202020;
  border-color: #1a1a1a;
  color: #fff
}
.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 82, 82, .5)
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #333;
  border-color: #333;
  color: #fff
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  background-color: #1a1a1a;
  border-color: #131313;
  color: #fff
}
.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 .2rem rgba(82, 82, 82, .5)
}
.btn-outline-primary {
  border-color: #c8002d;
  color: #c8002d
}
.btn-outline-primary:hover {
  background-color: #c8002d;
  border-color: #c8002d;
  color: #fff
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(200, 0, 45, .5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  background-color: transparent;
  color: #c8002d
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  background-color: #c8002d;
  border-color: #c8002d;
  color: #fff
}
.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 .2rem rgba(200, 0, 45, .5)
}
.btn-outline-secondary {
  border-color: #999;
  color: #999
}
.btn-outline-secondary:hover {
  background-color: #999;
  border-color: #999;
  color: #212529
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem hsla(0, 0%, 60%, .5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  background-color: transparent;
  color: #999
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  background-color: #999;
  border-color: #999;
  color: #212529
}
.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 .2rem hsla(0, 0%, 60%, .5)
}
.btn-outline-success {
  border-color: #28a745;
  color: #28a745
}
.btn-outline-success:hover {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff
}
.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  background-color: transparent;
  color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff
}
.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 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-info {
  border-color: #17a2b8;
  color: #17a2b8
}
.btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff
}
.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  background-color: transparent;
  color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff
}
.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 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-warning {
  border-color: #ffc107;
  color: #ffc107
}
.btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  background-color: transparent;
  color: #ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529
}
.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 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-danger {
  border-color: #dc3545;
  color: #dc3545
}
.btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  background-color: transparent;
  color: #dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff
}
.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 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-light {
  border-color: #f9f9f9;
  color: #f9f9f9
}
.btn-outline-light:hover {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  color: #212529
}
.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem hsla(0, 0%, 98%, .5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  background-color: transparent;
  color: #f9f9f9
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  color: #212529
}
.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 .2rem hsla(0, 0%, 98%, .5)
}
.btn-outline-dark {
  border-color: #333;
  color: #333
}
.btn-outline-dark:hover {
  background-color: #333;
  border-color: #333;
  color: #fff
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  background-color: transparent;
  color: #333
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  background-color: #333;
  border-color: #333;
  color: #fff
}
.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 .2rem rgba(51, 51, 51, .5)
}
.btn-link {
  color: #c8002d;
  font-weight: 400;
  text-decoration: none
}
.btn-link:hover {
  color: #950022
}
.btn-link.focus, .btn-link:focus, .btn-link:hover {
  text-decoration: none
}
.btn-link.disabled, .btn-link:disabled {
  color: #999;
  pointer-events: none
}
.btn-lg {
  border-radius: .3rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  padding: .5rem 1rem
}
.btn-sm {
  border-radius: .2rem;
  font-size: .8125rem;
  line-height: 1.5;
  padding: .25rem .5rem
}
.btn-block {
  display: block;
  width: 100%
}
.btn-block + .btn-block {
  margin-top: .5rem
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative
}
.dropdown-toggle {
  white-space: nowrap
}
.dropdown-toggle:after {
  border-bottom: 0;
  border-left: .3em solid transparent;
  border-right: .3em solid transparent;
  border-top: .3em solid;
  content: "";
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em
}
.dropdown-toggle:empty:after {
  margin-left: 0
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .125rem;
  color: #333;
  display: none;
  float: left;
  font-size: .875rem;
  left: 0;
  list-style: none;
  margin: .125rem 0 0;
  min-width: 10rem;
  padding: .5rem 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000
}
.dropdown-menu-left {
  left: 0;
  right: auto
}
.dropdown-menu-right {
  left: auto;
  right: 0
}
@media (min-width:480px) {
  .dropdown-menu-sm-left {
    left: 0;
    right: auto
  }
  .dropdown-menu-sm-right {
    left: auto;
    right: 0
  }
}
@media (min-width:768px) {
  .dropdown-menu-md-left {
    left: 0;
    right: auto
  }
  .dropdown-menu-md-right {
    left: auto;
    right: 0
  }
}
@media (min-width:992px) {
  .dropdown-menu-lg-left {
    left: 0;
    right: auto
  }
  .dropdown-menu-lg-right {
    left: auto;
    right: 0
  }
}
@media (min-width:1200px) {
  .dropdown-menu-xl-left {
    left: 0;
    right: auto
  }
  .dropdown-menu-xl-right {
    left: auto;
    right: 0
  }
}
@media (min-width:1400px) {
  .dropdown-menu-xxl-left {
    left: 0;
    right: auto
  }
  .dropdown-menu-xxl-right {
    left: auto;
    right: 0
  }
}
@media (min-width:1600px) {
  .dropdown-menu-xxxl-left {
    left: 0;
    right: auto
  }
  .dropdown-menu-xxxl-right {
    left: auto;
    right: 0
  }
}
.dropup .dropdown-menu {
  bottom: 100%;
  margin-bottom: .125rem;
  margin-top: 0;
  top: auto
}
.dropup .dropdown-toggle:after {
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
  border-right: .3em solid transparent;
  border-top: 0;
  content: "";
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0
}
.dropright .dropdown-menu {
  left: 100%;
  margin-left: .125rem;
  margin-top: 0;
  right: auto;
  top: 0
}
.dropright .dropdown-toggle:after {
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  border-right: 0;
  border-top: .3em solid transparent;
  content: "";
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0
}
.dropright .dropdown-toggle:after {
  vertical-align: 0
}
.dropleft .dropdown-menu {
  left: auto;
  margin-right: .125rem;
  margin-top: 0;
  right: 100%;
  top: 0
}
.dropleft .dropdown-toggle:after {
  content: "";
  display: inline-block;
  display: none;
  margin-left: .255em;
  vertical-align: .255em
}
.dropleft .dropdown-toggle:before {
  border-bottom: .3em solid transparent;
  border-right: .3em solid;
  border-top: .3em solid transparent;
  content: "";
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  bottom: auto;
  right: auto
}
.dropdown-divider {
  border-top: 1px solid #f2f2f2;
  height: 0;
  margin: .5rem 0;
  overflow: hidden
}
.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #212529;
  display: block;
  font-weight: 400;
  padding: .25rem 1.5rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: #f2f2f2;
  color: #16181b;
  text-decoration: none
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #c8002d;
  color: #fff;
  text-decoration: none
}
.dropdown-item.disabled, .dropdown-item:disabled {
  background-color: transparent;
  color: #adb5bd;
  pointer-events: none
}
.dropdown-menu.show {
  display: block
}
.dropdown-header {
  color: #999;
  display: block;
  font-size: .8125rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  white-space: nowrap
}
.dropdown-item-text {
  color: #212529;
  display: block;
  padding: .25rem 1.5rem
}
.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%
}
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  flex: 1 1 auto;
  margin-bottom: 0;
  min-width: 0;
  position: relative;
  width: 1%
}
.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4
}
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}
.input-group > .custom-file {
  align-items: center;
  display: flex
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label:after, .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .form-control:nth-last-child(n+3), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label:after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}
.input-group-append, .input-group-prepend {
  display: flex
}
.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2
}
.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3
}
.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px
}
.input-group-prepend {
  margin-right: -1px
}
.input-group-append {
  margin-left: -1px
}
.input-group-text {
  align-items: center;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: .125rem;
  color: #333;
  display: flex;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.48;
  margin-bottom: 0;
  padding: .85rem 1.1rem;
  text-align: center;
  white-space: nowrap
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0
}
.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px)
}
.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  border-radius: .3rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  padding: .5rem 1rem
}
.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: 2.5rem
}
.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  border-radius: .2rem;
  font-size: .8125rem;
  line-height: 1.5;
  padding: .25rem .5rem
}
.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 2.1rem
}
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group > .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), .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .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), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}
.custom-control {
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: block;
  min-height: 1.295rem;
  padding-left: 1.5rem;
  position: relative;
  z-index: 1
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem
}
.custom-control-input {
  height: 1.1475rem;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 1rem;
  z-index: -1
}
.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #c8002d;
  border-color: #c8002d;
  color: #fff
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(200, 0, 45, .25)
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #ff4972
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background-color: #ff7c99;
  border-color: #ff7c99;
  color: #fff
}
.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
  color: #999
}
.custom-control-input:disabled ~ .custom-control-label:before, .custom-control-input[disabled] ~ .custom-control-label:before {
  background-color: #f2f2f2
}
.custom-control-label {
  margin-bottom: 0;
  position: relative;
  vertical-align: top
}
.custom-control-label:before {
  background-color: #fff;
  border: 1px solid #adb5bd;
  pointer-events: none
}
.custom-control-label:after, .custom-control-label:before {
  content: "";
  display: block;
  height: 1rem;
  left: -1.5rem;
  position: absolute;
  top: .1475rem;
  width: 1rem
}
.custom-control-label:after {
  background: 50%/50% 50% no-repeat
}
.custom-checkbox .custom-control-label:before {
  border-radius: .125rem
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: #c8002d;
  border-color: #c8002d
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='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(200, 0, 45, .5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: rgba(200, 0, 45, .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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(200, 0, 45, .5)
}
.custom-switch {
  padding-left: 2.25rem
}
.custom-switch .custom-control-label:before {
  border-radius: .5rem;
  left: -2.25rem;
  pointer-events: all;
  width: 1.75rem
}
.custom-switch .custom-control-label:after {
  background-color: #adb5bd;
  border-radius: .5rem;
  height: calc(1rem - 4px);
  left: calc(-2.25rem + 2px);
  top: calc(.1475rem + 2px);
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: calc(1rem - 4px)
}
@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(.75rem)
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(200, 0, 45, .5)
}
.custom-select {
  -webkit-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23333' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 1.1rem center/8px 10px no-repeat;
  border: 1px solid #ccc;
  border-radius: .125rem;
  color: #333;
  display: inline-block;
  font-family: Montserrat, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, system-ui, -apple-system, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: inherit;
  font-weight: 400;
  height: 3.375rem;
  line-height: 1.48;
  padding: .85rem 2.1rem .85rem 1.1rem;
  vertical-align: middle;
  width: 100%
}
.custom-select:focus {
  border-color: #ff4972;
  box-shadow: 0 0 0 .2rem rgba(200, 0, 45, .25);
  outline: 0
}
.custom-select:focus::-ms-value {
  background-color: #fff;
  color: #333
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  background-image: none;
  height: auto;
  padding-right: 1.1rem
}
.custom-select:disabled {
  background-color: #f2f2f2;
  color: #999
}
.custom-select::-ms-expand {
  display: none
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333
}
.custom-select-sm {
  font-size: .8125rem;
  height: 2.5rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  padding-top: .25rem
}
.custom-select-lg {
  font-size: 1.09375rem;
  height: calc(1.5em + 1rem + 2px);
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-top: .5rem
}
.custom-file {
  display: inline-block;
  margin-bottom: 0
}
.custom-file, .custom-file-input {
  height: 3.375rem;
  position: relative;
  width: 100%
}
.custom-file-input {
  margin: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 2
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #ff4972;
  box-shadow: 0 0 0 .2rem rgba(200, 0, 45, .25)
}
.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
  background-color: #f2f2f2
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse"
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse)
}
.custom-file-label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: .125rem;
  font-family: Montserrat, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, system-ui, -apple-system, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 400;
  height: 3.375rem;
  left: 0;
  overflow: hidden;
  z-index: 1
}
.custom-file-label, .custom-file-label:after {
  color: #333;
  line-height: 1.48;
  padding: .85rem 1.1rem;
  position: absolute;
  right: 0;
  top: 0
}
.custom-file-label:after {
  background-color: #f2f2f2;
  border-left: inherit;
  border-radius: 0 .125rem .125rem 0;
  bottom: 0;
  content: "Browse";
  display: block;
  height: calc(1.48em + 1.7rem);
  z-index: 3
}
.custom-range {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1.4rem;
  padding: 0;
  width: 100%
}
.custom-range:focus {
  outline: 0
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(200, 0, 45, .25)
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(200, 0, 45, .25)
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(200, 0, 45, .25)
}
.custom-range::-moz-focus-outer {
  border: 0
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #c8002d;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 1rem
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #ff7c99
}
.custom-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: .5rem;
  width: 100%
}
.custom-range::-moz-range-thumb {
  appearance: none;
  background-color: #c8002d;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 1rem
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #ff7c99
}
.custom-range::-moz-range-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: .5rem;
  width: 100%
}
.custom-range::-ms-thumb {
  appearance: none;
  background-color: #c8002d;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-left: .2rem;
  margin-right: .2rem;
  margin-top: 0;
  -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 1rem
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none
  }
}
.custom-range::-ms-thumb:active {
  background-color: #ff7c99
}
.custom-range::-ms-track {
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
  color: transparent;
  cursor: pointer;
  height: .5rem;
  width: 100%
}
.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem
}
.custom-range::-ms-fill-upper {
  margin-right: 15px
}
.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 .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .custom-control-label:before, .custom-file-label, .custom-select {
    transition: none
  }
}
.breadcrumb {
  background-color: transparent;
  border-radius: .125rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  padding: .75rem 1rem
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #999;
  content: "/";
  float: left;
  padding-right: .5rem
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none
}
.breadcrumb-item.active {
  color: #999
}
.pagination {
  border-radius: .125rem;
  display: flex;
  list-style: none;
  padding-left: 0
}
.page-link {
  background-color: transprent;
  border: 0 solid #dee2e6;
  color: #c8002d;
  display: block;
  line-height: 1.25;
  margin-left: 0;
  padding: .8rem 1.3rem;
  position: relative
}
.page-link:hover {
  background-color: #f2f2f2;
  border-color: #dee2e6;
  color: #950022;
  text-decoration: none;
  z-index: 2
}
.page-link:focus {
  box-shadow: none;
  outline: 0;
  z-index: 3
}
.page-item:first-child .page-link {
  border-bottom-left-radius: .125rem;
  border-top-left-radius: .125rem;
  margin-left: 0
}
.page-item:last-child .page-link {
  border-bottom-right-radius: .125rem;
  border-top-right-radius: .125rem
}
.page-item.active .page-link {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  z-index: 3
}
.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
  color: #999;
  cursor: auto;
  pointer-events: none
}
.pagination-lg .page-link {
  font-size: 1.09375rem;
  line-height: 1.5;
  padding: .75rem 1.5rem
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: .3rem;
  border-top-left-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: .3rem;
  border-top-right-radius: .3rem
}
.pagination-sm .page-link {
  font-size: .8125rem;
  line-height: 1.5;
  padding: .25rem .5rem
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: .2rem;
  border-top-left-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: .2rem;
  border-top-right-radius: .2rem
}
.media {
  align-items: flex-start;
  display: flex
}
.media-body {
  flex: 1
}
.list-group {
  border-radius: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0
}
.list-group-item-action {
  color: #666;
  text-align: inherit;
  width: 100%
}
.list-group-item-action:focus, .list-group-item-action:hover {
  background-color: #f9f9f9;
  color: #666;
  text-decoration: none;
  z-index: 1
}
.list-group-item-action:active {
  background-color: #f2f2f2;
  color: #333
}
.list-group-item {
  background-color: #fff;
  border: 1px solid #ccc;
  display: block;
  padding: .75rem 1.25rem;
  position: relative
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}
.list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit
}
.list-group-item.disabled, .list-group-item:disabled {
  background-color: #fff;
  color: #999;
  pointer-events: none
}
.list-group-item.active {
  background-color: #c8002d;
  border-color: #c8002d;
  color: #fff;
  z-index: 2
}
.list-group-item + .list-group-item {
  border-top-width: 0
}
.list-group-item + .list-group-item.active {
  border-top-width: 1px;
  margin-top: -1px
}
.list-group-horizontal {
  flex-direction: row
}
.list-group-horizontal > .list-group-item:first-child, .list-group-horizontal > .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-left-width: 0;
  border-top-width: 1px
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  border-left-width: 1px;
  margin-left: -1px
}
@media (min-width:480px) {
  .list-group-horizontal-sm {
    flex-direction: row
  }
  .list-group-horizontal-sm > .list-group-item:first-child, .list-group-horizontal-sm > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
  }
}
@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row
  }
  .list-group-horizontal-md > .list-group-item:first-child, .list-group-horizontal-md > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
  }
}
@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row
  }
  .list-group-horizontal-lg > .list-group-item:first-child, .list-group-horizontal-lg > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
  }
}
@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row
  }
  .list-group-horizontal-xl > .list-group-item:first-child, .list-group-horizontal-xl > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
  }
}
@media (min-width:1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row
  }
  .list-group-horizontal-xxl > .list-group-item:first-child, .list-group-horizontal-xxl > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
  }
}
@media (min-width:1600px) {
  .list-group-horizontal-xxxl {
    flex-direction: row
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child, .list-group-horizontal-xxxl > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
  }
}
.list-group-flush {
  border-radius: 0
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0
}
.list-group-item-primary {
  background-color: #f0b8c4;
  color: #680017
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  background-color: #eca3b3;
  color: #680017
}
.list-group-item-primary.list-group-item-action.active {
  background-color: #680017;
  border-color: #680017;
  color: #fff
}
.list-group-item-secondary {
  background-color: #e2e2e2;
  color: #505050
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  background-color: #d5d5d5;
  color: #505050
}
.list-group-item-secondary.list-group-item-action.active {
  background-color: #505050;
  border-color: #505050;
  color: #fff
}
.list-group-item-success {
  background-color: #c3e6cb;
  color: #155724
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  background-color: #b1dfbb;
  color: #155724
}
.list-group-item-success.list-group-item-action.active {
  background-color: #155724;
  border-color: #155724;
  color: #fff
}
.list-group-item-info {
  background-color: #bee5eb;
  color: #0c5460
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  background-color: #abdde5;
  color: #0c5460
}
.list-group-item-info.list-group-item-action.active {
  background-color: #0c5460;
  border-color: #0c5460;
  color: #fff
}
.list-group-item-warning {
  background-color: #ffeeba;
  color: #856404
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  background-color: #ffe8a1;
  color: #856404
}
.list-group-item-warning.list-group-item-action.active {
  background-color: #856404;
  border-color: #856404;
  color: #fff
}
.list-group-item-danger {
  background-color: #f5c6cb;
  color: #721c24
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  background-color: #f1b0b7;
  color: #721c24
}
.list-group-item-danger.list-group-item-action.active {
  background-color: #721c24;
  border-color: #721c24;
  color: #fff
}
.list-group-item-light {
  background-color: #fdfdfd;
  color: #818181
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  background-color: #f0f0f0;
  color: #818181
}
.list-group-item-light.list-group-item-action.active {
  background-color: #818181;
  border-color: #818181;
  color: #fff
}
.list-group-item-dark {
  background-color: #c6c6c6;
  color: #1b1b1b
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  background-color: #b9b9b9;
  color: #1b1b1b
}
.list-group-item-dark.list-group-item-action.active {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  color: #fff
}
.tooltip {
  word-wrap: break-word;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: .8125rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.48;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070
}
.tooltip.show {
  opacity: .9
}
.tooltip .arrow {
  display: block;
  height: .4rem;
  position: absolute;
  width: .8rem
}
.tooltip .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0
}
.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
  border-top-color: #000;
  border-width: .4rem .4rem 0;
  top: 0
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  height: .8rem;
  left: 0;
  width: .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
  border-right-color: #000;
  border-width: .4rem .4rem .4rem 0;
  right: 0
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
  border-bottom-color: #000;
  border-width: 0 .4rem .4rem;
  bottom: 0
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  height: .8rem;
  right: 0;
  width: .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
  border-left-color: #000;
  border-width: .4rem 0 .4rem .4rem;
  left: 0
}
.tooltip-inner {
  background-color: #000;
  border-radius: .125rem;
  color: #fff;
  max-width: 200px;
  padding: .25rem .5rem;
  text-align: center
}
.popover {
  word-wrap: break-word;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, .5);
  border: 0 solid rgba(0, 0, 0, .2);
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: .8125rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.48;
  max-width: 276px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1060
}
.popover, .popover .arrow {
  display: block;
  position: absolute
}
.popover .arrow {
  height: 0;
  margin: 0;
  width: 0
}
.popover .arrow:after, .popover .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0
}
.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: 0
}
.bs-popover-auto[x-placement^=top] > .arrow:before, .bs-popover-top > .arrow:before {
  border-top-color: rgba(0, 0, 0, .25);
  border-width: 0;
  bottom: 0
}
.bs-popover-auto[x-placement^=top] > .arrow:after, .bs-popover-top > .arrow:after {
  border-top-color: rgba(0, 0, 0, .5);
  border-width: 0;
  bottom: 0
}
.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: 0
}
.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  height: 0;
  left: 0;
  margin: 0;
  width: 0
}
.bs-popover-auto[x-placement^=right] > .arrow:before, .bs-popover-right > .arrow:before {
  border-right-color: rgba(0, 0, 0, .25);
  border-width: 0;
  left: 0
}
.bs-popover-auto[x-placement^=right] > .arrow:after, .bs-popover-right > .arrow:after {
  border-right-color: rgba(0, 0, 0, .5);
  border-width: 0;
  left: 0
}
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0
}
.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: 0
}
.bs-popover-auto[x-placement^=bottom] > .arrow:before, .bs-popover-bottom > .arrow:before {
  border-bottom-color: rgba(0, 0, 0, .25);
  border-width: 0;
  top: 0
}
.bs-popover-auto[x-placement^=bottom] > .arrow:after, .bs-popover-bottom > .arrow:after {
  border-bottom-color: rgba(0, 0, 0, .5);
  border-width: 0;
  top: 0
}
.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
  border-bottom: 0 solid rgba(0, 0, 0, .5);
  content: "";
  display: block;
  left: 50%;
  margin-left: 0;
  position: absolute;
  top: 0;
  width: 0
}
.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0
}
.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  height: 0;
  margin: 0;
  right: 0;
  width: 0
}
.bs-popover-auto[x-placement^=left] > .arrow:before, .bs-popover-left > .arrow:before {
  border-left-color: rgba(0, 0, 0, .25);
  border-width: 0;
  right: 0
}
.bs-popover-auto[x-placement^=left] > .arrow:after, .bs-popover-left > .arrow:after {
  border-left-color: rgba(0, 0, 0, .5);
  border-width: 0;
  right: 0
}
.popover-header {
  background-color: rgba(0, 0, 0, .5);
  border-bottom: 0 solid rgba(0, 0, 0, .5);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #fff;
  font-size: .875rem;
  margin-bottom: 0;
  padding: .5rem .75rem
}
.popover-header:empty {
  display: none
}
.popover-body {
  color: #fff;
  padding: .5rem .75rem
}
.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: #c8002d !important
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #950022 !important
}
.bg-secondary {
  background-color: #999 !important
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: gray !important
}
.bg-success {
  background-color: #28a745 !important
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important
}
.bg-info {
  background-color: #17a2b8 !important
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important
}
.bg-warning {
  background-color: #ffc107 !important
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important
}
.bg-danger {
  background-color: #dc3545 !important
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important
}
.bg-light {
  background-color: #f9f9f9 !important
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #e0e0e0 !important
}
.bg-dark {
  background-color: #333 !important
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1a1a1a !important
}
.bg-white {
  background-color: #fff !important
}
.bg-transparent {
  background-color: transparent !important
}
.border {
  border: 1px solid gray !important
}
.border-top {
  border-top: 1px solid gray !important
}
.border-right {
  border-right: 1px solid gray !important
}
.border-bottom {
  border-bottom: 1px solid gray !important
}
.border-left {
  border-left: 1px solid gray !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: #c8002d !important
}
.border-secondary {
  border-color: #999 !important
}
.border-success {
  border-color: #28a745 !important
}
.border-info {
  border-color: #17a2b8 !important
}
.border-warning {
  border-color: #ffc107 !important
}
.border-danger {
  border-color: #dc3545 !important
}
.border-light {
  border-color: #f9f9f9 !important
}
.border-dark {
  border-color: #333 !important
}
.border-white {
  border-color: #fff !important
}
.rounded-sm {
  border-radius: .2rem !important
}
.rounded {
  border-radius: .125rem !important
}
.rounded-top {
  border-top-left-radius: .125rem !important
}
.rounded-right, .rounded-top {
  border-top-right-radius: .125rem !important
}
.rounded-bottom, .rounded-right {
  border-bottom-right-radius: .125rem !important
}
.rounded-bottom, .rounded-left {
  border-bottom-left-radius: .125rem !important
}
.rounded-left {
  border-top-left-radius: .125rem !important
}
.rounded-lg {
  border-radius: .3rem !important
}
.rounded-circle {
  border-radius: 50% !important
}
.rounded-pill {
  border-radius: 50rem !important
}
.rounded-0 {
  border-radius: 0 !important
}
.clearfix:after {
  clear: both;
  content: "";
  display: block
}
.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:480px) {
  .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 (min-width:1400px) {
  .d-xxl-none {
    display: none !important
  }
  .d-xxl-inline {
    display: inline !important
  }
  .d-xxl-inline-block {
    display: inline-block !important
  }
  .d-xxl-block {
    display: block !important
  }
  .d-xxl-table {
    display: table !important
  }
  .d-xxl-table-row {
    display: table-row !important
  }
  .d-xxl-table-cell {
    display: table-cell !important
  }
  .d-xxl-flex {
    display: flex !important
  }
  .d-xxl-inline-flex {
    display: inline-flex !important
  }
}
@media (min-width:1600px) {
  .d-xxxl-none {
    display: none !important
  }
  .d-xxxl-inline {
    display: inline !important
  }
  .d-xxxl-inline-block {
    display: inline-block !important
  }
  .d-xxxl-block {
    display: block !important
  }
  .d-xxxl-table {
    display: table !important
  }
  .d-xxxl-table-row {
    display: table-row !important
  }
  .d-xxxl-table-cell {
    display: table-cell !important
  }
  .d-xxxl-flex {
    display: flex !important
  }
  .d-xxxl-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 {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%
}
.embed-responsive:before {
  content: "";
  display: block
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.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:480px) {
  .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
  }
}
@media (min-width:1400px) {
  .flex-xxl-row {
    flex-direction: row !important
  }
  .flex-xxl-column {
    flex-direction: column !important
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important
  }
  .justify-content-xxl-center {
    justify-content: center !important
  }
  .justify-content-xxl-between {
    justify-content: space-between !important
  }
  .justify-content-xxl-around {
    justify-content: space-around !important
  }
  .align-items-xxl-start {
    align-items: flex-start !important
  }
  .align-items-xxl-end {
    align-items: flex-end !important
  }
  .align-items-xxl-center {
    align-items: center !important
  }
  .align-items-xxl-baseline {
    align-items: baseline !important
  }
  .align-items-xxl-stretch {
    align-items: stretch !important
  }
  .align-content-xxl-start {
    align-content: flex-start !important
  }
  .align-content-xxl-end {
    align-content: flex-end !important
  }
  .align-content-xxl-center {
    align-content: center !important
  }
  .align-content-xxl-between {
    align-content: space-between !important
  }
  .align-content-xxl-around {
    align-content: space-around !important
  }
  .align-content-xxl-stretch {
    align-content: stretch !important
  }
  .align-self-xxl-auto {
    align-self: auto !important
  }
  .align-self-xxl-start {
    align-self: flex-start !important
  }
  .align-self-xxl-end {
    align-self: flex-end !important
  }
  .align-self-xxl-center {
    align-self: center !important
  }
  .align-self-xxl-baseline {
    align-self: baseline !important
  }
  .align-self-xxl-stretch {
    align-self: stretch !important
  }
}
@media (min-width:1600px) {
  .flex-xxxl-row {
    flex-direction: row !important
  }
  .flex-xxxl-column {
    flex-direction: column !important
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important
  }
  .justify-content-xxxl-center {
    justify-content: center !important
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important
  }
  .align-items-xxxl-start {
    align-items: flex-start !important
  }
  .align-items-xxxl-end {
    align-items: flex-end !important
  }
  .align-items-xxxl-center {
    align-items: center !important
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important
  }
  .align-content-xxxl-start {
    align-content: flex-start !important
  }
  .align-content-xxxl-end {
    align-content: flex-end !important
  }
  .align-content-xxxl-center {
    align-content: center !important
  }
  .align-content-xxxl-between {
    align-content: space-between !important
  }
  .align-content-xxxl-around {
    align-content: space-around !important
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important
  }
  .align-self-xxxl-auto {
    align-self: auto !important
  }
  .align-self-xxxl-start {
    align-self: flex-start !important
  }
  .align-self-xxxl-end {
    align-self: flex-end !important
  }
  .align-self-xxxl-center {
    align-self: center !important
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important
  }
}
.float-left {
  float: left !important
}
.float-right {
  float: right !important
}
.float-none {
  float: none !important
}
@media (min-width:480px) {
  .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
  }
}
@media (min-width:1400px) {
  .float-xxl-left {
    float: left !important
  }
  .float-xxl-right {
    float: right !important
  }
  .float-xxl-none {
    float: none !important
  }
}
@media (min-width:1600px) {
  .float-xxxl-left {
    float: left !important
  }
  .float-xxxl-right {
    float: right !important
  }
  .float-xxxl-none {
    float: none !important
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important
}
.user-select-none {
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important
}
.overflow-auto {
  overflow: auto !important
}
.overflow-hidden {
  overflow: hidden !important
}
.position-static {
  position: static !important
}
.position-relative {
  position: relative !important
}
.position-absolute {
  position: absolute !important
}
.position-fixed {
  position: fixed !important
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important
}
.fixed-top {
  top: 0
}
.fixed-bottom, .fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030
}
.fixed-bottom {
  bottom: 0
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto
}
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}
.box-cac, .shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}
.shadow-none {
  box-shadow: none !important
}
.w-25 {
  width: 25% !important
}
.w-50 {
  width: 50% !important
}
.w-75 {
  width: 75% !important
}
.w-100 {
  width: 100% !important
}
.w-auto {
  width: auto !important
}
.h-25 {
  height: 25% !important
}
.h-50 {
  height: 50% !important
}
.h-75 {
  height: 75% !important
}
.h-100 {
  height: 100% !important
}
.h-auto {
  height: auto !important
}
.mw-100 {
  max-width: 100% !important
}
.mh-100 {
  max-height: 100% !important
}
.min-vw-100 {
  min-width: 100vw !important
}
.min-vh-100 {
  min-height: 100vh !important
}
.vw-100 {
  width: 100vw !important
}
.vh-100 {
  height: 100vh !important
}
.m-0 {
  margin: 0 !important
}
.mt-0, .my-0 {
  margin-top: 0 !important
}
.mr-0, .mx-0 {
  margin-right: 0 !important
}
.mb-0, .my-0 {
  margin-bottom: 0 !important
}
.ml-0, .mx-0 {
  margin-left: 0 !important
}
.m-1 {
  margin: .25rem !important
}
.mt-1, .my-1 {
  margin-top: .25rem !important
}
.mr-1, .mx-1 {
  margin-right: .25rem !important
}
.mb-1, .my-1 {
  margin-bottom: .25rem !important
}
.ml-1, .mx-1 {
  margin-left: .25rem !important
}
.m-2 {
  margin: .75rem !important
}
.mt-2, .my-2 {
  margin-top: .75rem !important
}
.mr-2, .mx-2 {
  margin-right: .75rem !important
}
.mb-2, .my-2 {
  margin-bottom: .75rem !important
}
.ml-2, .mx-2 {
  margin-left: .75rem !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.875rem !important
}
.mt-4, .my-4 {
  margin-top: 1.875rem !important
}
.mr-4, .mx-4 {
  margin-right: 1.875rem !important
}
.mb-4, .my-4 {
  margin-bottom: 1.875rem !important
}
.ml-4, .mx-4 {
  margin-left: 1.875rem !important
}
.m-5 {
  margin: 2.5rem !important
}
.mt-5, .my-5 {
  margin-top: 2.5rem !important
}
.mr-5, .mx-5 {
  margin-right: 2.5rem !important
}
.mb-5, .my-5 {
  margin-bottom: 2.5rem !important
}
.ml-5, .mx-5 {
  margin-left: 2.5rem !important
}
.m-6 {
  margin: 3.75rem !important
}
.mt-6, .my-6 {
  margin-top: 3.75rem !important
}
.mr-6, .mx-6 {
  margin-right: 3.75rem !important
}
.mb-6, .my-6 {
  margin-bottom: 3.75rem !important
}
.ml-6, .mx-6 {
  margin-left: 3.75rem !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: .25rem !important
}
.pt-1, .py-1 {
  padding-top: .25rem !important
}
.pr-1, .px-1 {
  padding-right: .25rem !important
}
.pb-1, .py-1 {
  padding-bottom: .25rem !important
}
.pl-1, .px-1 {
  padding-left: .25rem !important
}
.p-2 {
  padding: .75rem !important
}
.pt-2, .py-2 {
  padding-top: .75rem !important
}
.pr-2, .px-2 {
  padding-right: .75rem !important
}
.pb-2, .py-2 {
  padding-bottom: .75rem !important
}
.pl-2, .px-2 {
  padding-left: .75rem !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.875rem !important
}
.pt-4, .py-4 {
  padding-top: 1.875rem !important
}
.pr-4, .px-4 {
  padding-right: 1.875rem !important
}
.pb-4, .py-4 {
  padding-bottom: 1.875rem !important
}
.pl-4, .px-4 {
  padding-left: 1.875rem !important
}
.p-5 {
  padding: 2.5rem !important
}
.pt-5, .py-5 {
  padding-top: 2.5rem !important
}
.pr-5, .px-5 {
  padding-right: 2.5rem !important
}
.pb-5, .py-5 {
  padding-bottom: 2.5rem !important
}
.pl-5, .px-5 {
  padding-left: 2.5rem !important
}
.p-6 {
  padding: 3.75rem !important
}
.pt-6, .py-6 {
  padding-top: 3.75rem !important
}
.pr-6, .px-6 {
  padding-right: 3.75rem !important
}
.pb-6, .py-6 {
  padding-bottom: 3.75rem !important
}
.pl-6, .px-6 {
  padding-left: 3.75rem !important
}
.m-n1 {
  margin: -.25rem !important
}
.mt-n1, .my-n1 {
  margin-top: -.25rem !important
}
.mr-n1, .mx-n1 {
  margin-right: -.25rem !important
}
.mb-n1, .my-n1 {
  margin-bottom: -.25rem !important
}
.ml-n1, .mx-n1 {
  margin-left: -.25rem !important
}
.m-n2 {
  margin: -.75rem !important
}
.mt-n2, .my-n2 {
  margin-top: -.75rem !important
}
.mr-n2, .mx-n2 {
  margin-right: -.75rem !important
}
.mb-n2, .my-n2 {
  margin-bottom: -.75rem !important
}
.ml-n2, .mx-n2 {
  margin-left: -.75rem !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.875rem !important
}
.mt-n4, .my-n4 {
  margin-top: -1.875rem !important
}
.mr-n4, .mx-n4 {
  margin-right: -1.875rem !important
}
.mb-n4, .my-n4 {
  margin-bottom: -1.875rem !important
}
.ml-n4, .mx-n4 {
  margin-left: -1.875rem !important
}
.m-n5 {
  margin: -2.5rem !important
}
.mt-n5, .my-n5 {
  margin-top: -2.5rem !important
}
.mr-n5, .mx-n5 {
  margin-right: -2.5rem !important
}
.mb-n5, .my-n5 {
  margin-bottom: -2.5rem !important
}
.ml-n5, .mx-n5 {
  margin-left: -2.5rem !important
}
.m-n6 {
  margin: -3.75rem !important
}
.mt-n6, .my-n6 {
  margin-top: -3.75rem !important
}
.mr-n6, .mx-n6 {
  margin-right: -3.75rem !important
}
.mb-n6, .my-n6 {
  margin-bottom: -3.75rem !important
}
.ml-n6, .mx-n6 {
  margin-left: -3.75rem !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:480px) {
  .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: .25rem !important
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: .25rem !important
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: .25rem !important
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem !important
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: .25rem !important
  }
  .m-sm-2 {
    margin: .75rem !important
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: .75rem !important
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: .75rem !important
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: .75rem !important
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: .75rem !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.875rem !important
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.875rem !important
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.875rem !important
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.875rem !important
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.875rem !important
  }
  .m-sm-5 {
    margin: 2.5rem !important
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 2.5rem !important
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 2.5rem !important
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 2.5rem !important
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 2.5rem !important
  }
  .m-sm-6 {
    margin: 3.75rem !important
  }
  .mt-sm-6, .my-sm-6 {
    margin-top: 3.75rem !important
  }
  .mr-sm-6, .mx-sm-6 {
    margin-right: 3.75rem !important
  }
  .mb-sm-6, .my-sm-6 {
    margin-bottom: 3.75rem !important
  }
  .ml-sm-6, .mx-sm-6 {
    margin-left: 3.75rem !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: .25rem !important
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: .25rem !important
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: .25rem !important
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem !important
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: .25rem !important
  }
  .p-sm-2 {
    padding: .75rem !important
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: .75rem !important
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: .75rem !important
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: .75rem !important
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: .75rem !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.875rem !important
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.875rem !important
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.875rem !important
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.875rem !important
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.875rem !important
  }
  .p-sm-5 {
    padding: 2.5rem !important
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 2.5rem !important
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 2.5rem !important
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 2.5rem !important
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 2.5rem !important
  }
  .p-sm-6 {
    padding: 3.75rem !important
  }
  .pt-sm-6, .py-sm-6 {
    padding-top: 3.75rem !important
  }
  .pr-sm-6, .px-sm-6 {
    padding-right: 3.75rem !important
  }
  .pb-sm-6, .py-sm-6 {
    padding-bottom: 3.75rem !important
  }
  .pl-sm-6, .px-sm-6 {
    padding-left: 3.75rem !important
  }
  .m-sm-n1 {
    margin: -.25rem !important
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -.25rem !important
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -.25rem !important
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -.25rem !important
  }
  .m-sm-n2 {
    margin: -.75rem !important
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -.75rem !important
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -.75rem !important
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -.75rem !important
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -.75rem !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.875rem !important
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.875rem !important
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.875rem !important
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.875rem !important
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.875rem !important
  }
  .m-sm-n5 {
    margin: -2.5rem !important
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -2.5rem !important
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -2.5rem !important
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -2.5rem !important
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -2.5rem !important
  }
  .m-sm-n6 {
    margin: -3.75rem !important
  }
  .mt-sm-n6, .my-sm-n6 {
    margin-top: -3.75rem !important
  }
  .mr-sm-n6, .mx-sm-n6 {
    margin-right: -3.75rem !important
  }
  .mb-sm-n6, .my-sm-n6 {
    margin-bottom: -3.75rem !important
  }
  .ml-sm-n6, .mx-sm-n6 {
    margin-left: -3.75rem !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: .25rem !important
  }
  .mt-md-1, .my-md-1 {
    margin-top: .25rem !important
  }
  .mr-md-1, .mx-md-1 {
    margin-right: .25rem !important
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: .25rem !important
  }
  .ml-md-1, .mx-md-1 {
    margin-left: .25rem !important
  }
  .m-md-2 {
    margin: .75rem !important
  }
  .mt-md-2, .my-md-2 {
    margin-top: .75rem !important
  }
  .mr-md-2, .mx-md-2 {
    margin-right: .75rem !important
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: .75rem !important
  }
  .ml-md-2, .mx-md-2 {
    margin-left: .75rem !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.875rem !important
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.875rem !important
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.875rem !important
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.875rem !important
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.875rem !important
  }
  .m-md-5 {
    margin: 2.5rem !important
  }
  .mt-md-5, .my-md-5 {
    margin-top: 2.5rem !important
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 2.5rem !important
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 2.5rem !important
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 2.5rem !important
  }
  .m-md-6 {
    margin: 3.75rem !important
  }
  .mt-md-6, .my-md-6 {
    margin-top: 3.75rem !important
  }
  .mr-md-6, .mx-md-6 {
    margin-right: 3.75rem !important
  }
  .mb-md-6, .my-md-6 {
    margin-bottom: 3.75rem !important
  }
  .ml-md-6, .mx-md-6 {
    margin-left: 3.75rem !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: .25rem !important
  }
  .pt-md-1, .py-md-1 {
    padding-top: .25rem !important
  }
  .pr-md-1, .px-md-1 {
    padding-right: .25rem !important
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: .25rem !important
  }
  .pl-md-1, .px-md-1 {
    padding-left: .25rem !important
  }
  .p-md-2 {
    padding: .75rem !important
  }
  .pt-md-2, .py-md-2 {
    padding-top: .75rem !important
  }
  .pr-md-2, .px-md-2 {
    padding-right: .75rem !important
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: .75rem !important
  }
  .pl-md-2, .px-md-2 {
    padding-left: .75rem !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.875rem !important
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.875rem !important
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.875rem !important
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.875rem !important
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.875rem !important
  }
  .p-md-5 {
    padding: 2.5rem !important
  }
  .pt-md-5, .py-md-5 {
    padding-top: 2.5rem !important
  }
  .pr-md-5, .px-md-5 {
    padding-right: 2.5rem !important
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 2.5rem !important
  }
  .pl-md-5, .px-md-5 {
    padding-left: 2.5rem !important
  }
  .p-md-6 {
    padding: 3.75rem !important
  }
  .pt-md-6, .py-md-6 {
    padding-top: 3.75rem !important
  }
  .pr-md-6, .px-md-6 {
    padding-right: 3.75rem !important
  }
  .pb-md-6, .py-md-6 {
    padding-bottom: 3.75rem !important
  }
  .pl-md-6, .px-md-6 {
    padding-left: 3.75rem !important
  }
  .m-md-n1 {
    margin: -.25rem !important
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -.25rem !important
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -.25rem !important
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -.25rem !important
  }
  .m-md-n2 {
    margin: -.75rem !important
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -.75rem !important
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -.75rem !important
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -.75rem !important
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -.75rem !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.875rem !important
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.875rem !important
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.875rem !important
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.875rem !important
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.875rem !important
  }
  .m-md-n5 {
    margin: -2.5rem !important
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -2.5rem !important
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -2.5rem !important
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -2.5rem !important
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -2.5rem !important
  }
  .m-md-n6 {
    margin: -3.75rem !important
  }
  .mt-md-n6, .my-md-n6 {
    margin-top: -3.75rem !important
  }
  .mr-md-n6, .mx-md-n6 {
    margin-right: -3.75rem !important
  }
  .mb-md-n6, .my-md-n6 {
    margin-bottom: -3.75rem !important
  }
  .ml-md-n6, .mx-md-n6 {
    margin-left: -3.75rem !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: .25rem !important
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: .25rem !important
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: .25rem !important
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem !important
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: .25rem !important
  }
  .m-lg-2 {
    margin: .75rem !important
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: .75rem !important
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: .75rem !important
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: .75rem !important
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: .75rem !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.875rem !important
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.875rem !important
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.875rem !important
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.875rem !important
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.875rem !important
  }
  .m-lg-5 {
    margin: 2.5rem !important
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 2.5rem !important
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 2.5rem !important
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 2.5rem !important
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 2.5rem !important
  }
  .m-lg-6 {
    margin: 3.75rem !important
  }
  .mt-lg-6, .my-lg-6 {
    margin-top: 3.75rem !important
  }
  .mr-lg-6, .mx-lg-6 {
    margin-right: 3.75rem !important
  }
  .mb-lg-6, .my-lg-6 {
    margin-bottom: 3.75rem !important
  }
  .ml-lg-6, .mx-lg-6 {
    margin-left: 3.75rem !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: .25rem !important
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: .25rem !important
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: .25rem !important
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem !important
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: .25rem !important
  }
  .p-lg-2 {
    padding: .75rem !important
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: .75rem !important
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: .75rem !important
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: .75rem !important
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: .75rem !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.875rem !important
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.875rem !important
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.875rem !important
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.875rem !important
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.875rem !important
  }
  .p-lg-5 {
    padding: 2.5rem !important
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 2.5rem !important
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 2.5rem !important
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 2.5rem !important
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 2.5rem !important
  }
  .p-lg-6 {
    padding: 3.75rem !important
  }
  .pt-lg-6, .py-lg-6 {
    padding-top: 3.75rem !important
  }
  .pr-lg-6, .px-lg-6 {
    padding-right: 3.75rem !important
  }
  .pb-lg-6, .py-lg-6 {
    padding-bottom: 3.75rem !important
  }
  .pl-lg-6, .px-lg-6 {
    padding-left: 3.75rem !important
  }
  .m-lg-n1 {
    margin: -.25rem !important
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -.25rem !important
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -.25rem !important
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -.25rem !important
  }
  .m-lg-n2 {
    margin: -.75rem !important
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -.75rem !important
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -.75rem !important
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -.75rem !important
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -.75rem !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.875rem !important
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.875rem !important
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.875rem !important
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.875rem !important
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.875rem !important
  }
  .m-lg-n5 {
    margin: -2.5rem !important
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -2.5rem !important
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -2.5rem !important
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -2.5rem !important
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -2.5rem !important
  }
  .m-lg-n6 {
    margin: -3.75rem !important
  }
  .mt-lg-n6, .my-lg-n6 {
    margin-top: -3.75rem !important
  }
  .mr-lg-n6, .mx-lg-n6 {
    margin-right: -3.75rem !important
  }
  .mb-lg-n6, .my-lg-n6 {
    margin-bottom: -3.75rem !important
  }
  .ml-lg-n6, .mx-lg-n6 {
    margin-left: -3.75rem !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: .25rem !important
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: .25rem !important
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: .25rem !important
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem !important
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: .25rem !important
  }
  .m-xl-2 {
    margin: .75rem !important
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: .75rem !important
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: .75rem !important
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: .75rem !important
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: .75rem !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.875rem !important
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.875rem !important
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.875rem !important
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.875rem !important
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.875rem !important
  }
  .m-xl-5 {
    margin: 2.5rem !important
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 2.5rem !important
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 2.5rem !important
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 2.5rem !important
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 2.5rem !important
  }
  .m-xl-6 {
    margin: 3.75rem !important
  }
  .mt-xl-6, .my-xl-6 {
    margin-top: 3.75rem !important
  }
  .mr-xl-6, .mx-xl-6 {
    margin-right: 3.75rem !important
  }
  .mb-xl-6, .my-xl-6 {
    margin-bottom: 3.75rem !important
  }
  .ml-xl-6, .mx-xl-6 {
    margin-left: 3.75rem !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: .25rem !important
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: .25rem !important
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: .25rem !important
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem !important
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: .25rem !important
  }
  .p-xl-2 {
    padding: .75rem !important
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: .75rem !important
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: .75rem !important
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: .75rem !important
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: .75rem !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.875rem !important
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.875rem !important
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.875rem !important
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.875rem !important
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.875rem !important
  }
  .p-xl-5 {
    padding: 2.5rem !important
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 2.5rem !important
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 2.5rem !important
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 2.5rem !important
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 2.5rem !important
  }
  .p-xl-6 {
    padding: 3.75rem !important
  }
  .pt-xl-6, .py-xl-6 {
    padding-top: 3.75rem !important
  }
  .pr-xl-6, .px-xl-6 {
    padding-right: 3.75rem !important
  }
  .pb-xl-6, .py-xl-6 {
    padding-bottom: 3.75rem !important
  }
  .pl-xl-6, .px-xl-6 {
    padding-left: 3.75rem !important
  }
  .m-xl-n1 {
    margin: -.25rem !important
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -.25rem !important
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -.25rem !important
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -.25rem !important
  }
  .m-xl-n2 {
    margin: -.75rem !important
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -.75rem !important
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -.75rem !important
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -.75rem !important
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -.75rem !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.875rem !important
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.875rem !important
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.875rem !important
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.875rem !important
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.875rem !important
  }
  .m-xl-n5 {
    margin: -2.5rem !important
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -2.5rem !important
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -2.5rem !important
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -2.5rem !important
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -2.5rem !important
  }
  .m-xl-n6 {
    margin: -3.75rem !important
  }
  .mt-xl-n6, .my-xl-n6 {
    margin-top: -3.75rem !important
  }
  .mr-xl-n6, .mx-xl-n6 {
    margin-right: -3.75rem !important
  }
  .mb-xl-n6, .my-xl-n6 {
    margin-bottom: -3.75rem !important
  }
  .ml-xl-n6, .mx-xl-n6 {
    margin-left: -3.75rem !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
  }
}
@media (min-width:1400px) {
  .m-xxl-0 {
    margin: 0 !important
  }
  .mt-xxl-0, .my-xxl-0 {
    margin-top: 0 !important
  }
  .mr-xxl-0, .mx-xxl-0 {
    margin-right: 0 !important
  }
  .mb-xxl-0, .my-xxl-0 {
    margin-bottom: 0 !important
  }
  .ml-xxl-0, .mx-xxl-0 {
    margin-left: 0 !important
  }
  .m-xxl-1 {
    margin: .25rem !important
  }
  .mt-xxl-1, .my-xxl-1 {
    margin-top: .25rem !important
  }
  .mr-xxl-1, .mx-xxl-1 {
    margin-right: .25rem !important
  }
  .mb-xxl-1, .my-xxl-1 {
    margin-bottom: .25rem !important
  }
  .ml-xxl-1, .mx-xxl-1 {
    margin-left: .25rem !important
  }
  .m-xxl-2 {
    margin: .75rem !important
  }
  .mt-xxl-2, .my-xxl-2 {
    margin-top: .75rem !important
  }
  .mr-xxl-2, .mx-xxl-2 {
    margin-right: .75rem !important
  }
  .mb-xxl-2, .my-xxl-2 {
    margin-bottom: .75rem !important
  }
  .ml-xxl-2, .mx-xxl-2 {
    margin-left: .75rem !important
  }
  .m-xxl-3 {
    margin: 1rem !important
  }
  .mt-xxl-3, .my-xxl-3 {
    margin-top: 1rem !important
  }
  .mr-xxl-3, .mx-xxl-3 {
    margin-right: 1rem !important
  }
  .mb-xxl-3, .my-xxl-3 {
    margin-bottom: 1rem !important
  }
  .ml-xxl-3, .mx-xxl-3 {
    margin-left: 1rem !important
  }
  .m-xxl-4 {
    margin: 1.875rem !important
  }
  .mt-xxl-4, .my-xxl-4 {
    margin-top: 1.875rem !important
  }
  .mr-xxl-4, .mx-xxl-4 {
    margin-right: 1.875rem !important
  }
  .mb-xxl-4, .my-xxl-4 {
    margin-bottom: 1.875rem !important
  }
  .ml-xxl-4, .mx-xxl-4 {
    margin-left: 1.875rem !important
  }
  .m-xxl-5 {
    margin: 2.5rem !important
  }
  .mt-xxl-5, .my-xxl-5 {
    margin-top: 2.5rem !important
  }
  .mr-xxl-5, .mx-xxl-5 {
    margin-right: 2.5rem !important
  }
  .mb-xxl-5, .my-xxl-5 {
    margin-bottom: 2.5rem !important
  }
  .ml-xxl-5, .mx-xxl-5 {
    margin-left: 2.5rem !important
  }
  .m-xxl-6 {
    margin: 3.75rem !important
  }
  .mt-xxl-6, .my-xxl-6 {
    margin-top: 3.75rem !important
  }
  .mr-xxl-6, .mx-xxl-6 {
    margin-right: 3.75rem !important
  }
  .mb-xxl-6, .my-xxl-6 {
    margin-bottom: 3.75rem !important
  }
  .ml-xxl-6, .mx-xxl-6 {
    margin-left: 3.75rem !important
  }
  .p-xxl-0 {
    padding: 0 !important
  }
  .pt-xxl-0, .py-xxl-0 {
    padding-top: 0 !important
  }
  .pr-xxl-0, .px-xxl-0 {
    padding-right: 0 !important
  }
  .pb-xxl-0, .py-xxl-0 {
    padding-bottom: 0 !important
  }
  .pl-xxl-0, .px-xxl-0 {
    padding-left: 0 !important
  }
  .p-xxl-1 {
    padding: .25rem !important
  }
  .pt-xxl-1, .py-xxl-1 {
    padding-top: .25rem !important
  }
  .pr-xxl-1, .px-xxl-1 {
    padding-right: .25rem !important
  }
  .pb-xxl-1, .py-xxl-1 {
    padding-bottom: .25rem !important
  }
  .pl-xxl-1, .px-xxl-1 {
    padding-left: .25rem !important
  }
  .p-xxl-2 {
    padding: .75rem !important
  }
  .pt-xxl-2, .py-xxl-2 {
    padding-top: .75rem !important
  }
  .pr-xxl-2, .px-xxl-2 {
    padding-right: .75rem !important
  }
  .pb-xxl-2, .py-xxl-2 {
    padding-bottom: .75rem !important
  }
  .pl-xxl-2, .px-xxl-2 {
    padding-left: .75rem !important
  }
  .p-xxl-3 {
    padding: 1rem !important
  }
  .pt-xxl-3, .py-xxl-3 {
    padding-top: 1rem !important
  }
  .pr-xxl-3, .px-xxl-3 {
    padding-right: 1rem !important
  }
  .pb-xxl-3, .py-xxl-3 {
    padding-bottom: 1rem !important
  }
  .pl-xxl-3, .px-xxl-3 {
    padding-left: 1rem !important
  }
  .p-xxl-4 {
    padding: 1.875rem !important
  }
  .pt-xxl-4, .py-xxl-4 {
    padding-top: 1.875rem !important
  }
  .pr-xxl-4, .px-xxl-4 {
    padding-right: 1.875rem !important
  }
  .pb-xxl-4, .py-xxl-4 {
    padding-bottom: 1.875rem !important
  }
  .pl-xxl-4, .px-xxl-4 {
    padding-left: 1.875rem !important
  }
  .p-xxl-5 {
    padding: 2.5rem !important
  }
  .pt-xxl-5, .py-xxl-5 {
    padding-top: 2.5rem !important
  }
  .pr-xxl-5, .px-xxl-5 {
    padding-right: 2.5rem !important
  }
  .pb-xxl-5, .py-xxl-5 {
    padding-bottom: 2.5rem !important
  }
  .pl-xxl-5, .px-xxl-5 {
    padding-left: 2.5rem !important
  }
  .p-xxl-6 {
    padding: 3.75rem !important
  }
  .pt-xxl-6, .py-xxl-6 {
    padding-top: 3.75rem !important
  }
  .pr-xxl-6, .px-xxl-6 {
    padding-right: 3.75rem !important
  }
  .pb-xxl-6, .py-xxl-6 {
    padding-bottom: 3.75rem !important
  }
  .pl-xxl-6, .px-xxl-6 {
    padding-left: 3.75rem !important
  }
  .m-xxl-n1 {
    margin: -.25rem !important
  }
  .mt-xxl-n1, .my-xxl-n1 {
    margin-top: -.25rem !important
  }
  .mr-xxl-n1, .mx-xxl-n1 {
    margin-right: -.25rem !important
  }
  .mb-xxl-n1, .my-xxl-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-xxl-n1, .mx-xxl-n1 {
    margin-left: -.25rem !important
  }
  .m-xxl-n2 {
    margin: -.75rem !important
  }
  .mt-xxl-n2, .my-xxl-n2 {
    margin-top: -.75rem !important
  }
  .mr-xxl-n2, .mx-xxl-n2 {
    margin-right: -.75rem !important
  }
  .mb-xxl-n2, .my-xxl-n2 {
    margin-bottom: -.75rem !important
  }
  .ml-xxl-n2, .mx-xxl-n2 {
    margin-left: -.75rem !important
  }
  .m-xxl-n3 {
    margin: -1rem !important
  }
  .mt-xxl-n3, .my-xxl-n3 {
    margin-top: -1rem !important
  }
  .mr-xxl-n3, .mx-xxl-n3 {
    margin-right: -1rem !important
  }
  .mb-xxl-n3, .my-xxl-n3 {
    margin-bottom: -1rem !important
  }
  .ml-xxl-n3, .mx-xxl-n3 {
    margin-left: -1rem !important
  }
  .m-xxl-n4 {
    margin: -1.875rem !important
  }
  .mt-xxl-n4, .my-xxl-n4 {
    margin-top: -1.875rem !important
  }
  .mr-xxl-n4, .mx-xxl-n4 {
    margin-right: -1.875rem !important
  }
  .mb-xxl-n4, .my-xxl-n4 {
    margin-bottom: -1.875rem !important
  }
  .ml-xxl-n4, .mx-xxl-n4 {
    margin-left: -1.875rem !important
  }
  .m-xxl-n5 {
    margin: -2.5rem !important
  }
  .mt-xxl-n5, .my-xxl-n5 {
    margin-top: -2.5rem !important
  }
  .mr-xxl-n5, .mx-xxl-n5 {
    margin-right: -2.5rem !important
  }
  .mb-xxl-n5, .my-xxl-n5 {
    margin-bottom: -2.5rem !important
  }
  .ml-xxl-n5, .mx-xxl-n5 {
    margin-left: -2.5rem !important
  }
  .m-xxl-n6 {
    margin: -3.75rem !important
  }
  .mt-xxl-n6, .my-xxl-n6 {
    margin-top: -3.75rem !important
  }
  .mr-xxl-n6, .mx-xxl-n6 {
    margin-right: -3.75rem !important
  }
  .mb-xxl-n6, .my-xxl-n6 {
    margin-bottom: -3.75rem !important
  }
  .ml-xxl-n6, .mx-xxl-n6 {
    margin-left: -3.75rem !important
  }
  .m-xxl-auto {
    margin: auto !important
  }
  .mt-xxl-auto, .my-xxl-auto {
    margin-top: auto !important
  }
  .mr-xxl-auto, .mx-xxl-auto {
    margin-right: auto !important
  }
  .mb-xxl-auto, .my-xxl-auto {
    margin-bottom: auto !important
  }
  .ml-xxl-auto, .mx-xxl-auto {
    margin-left: auto !important
  }
}
@media (min-width:1600px) {
  .m-xxxl-0 {
    margin: 0 !important
  }
  .mt-xxxl-0, .my-xxxl-0 {
    margin-top: 0 !important
  }
  .mr-xxxl-0, .mx-xxxl-0 {
    margin-right: 0 !important
  }
  .mb-xxxl-0, .my-xxxl-0 {
    margin-bottom: 0 !important
  }
  .ml-xxxl-0, .mx-xxxl-0 {
    margin-left: 0 !important
  }
  .m-xxxl-1 {
    margin: .25rem !important
  }
  .mt-xxxl-1, .my-xxxl-1 {
    margin-top: .25rem !important
  }
  .mr-xxxl-1, .mx-xxxl-1 {
    margin-right: .25rem !important
  }
  .mb-xxxl-1, .my-xxxl-1 {
    margin-bottom: .25rem !important
  }
  .ml-xxxl-1, .mx-xxxl-1 {
    margin-left: .25rem !important
  }
  .m-xxxl-2 {
    margin: .75rem !important
  }
  .mt-xxxl-2, .my-xxxl-2 {
    margin-top: .75rem !important
  }
  .mr-xxxl-2, .mx-xxxl-2 {
    margin-right: .75rem !important
  }
  .mb-xxxl-2, .my-xxxl-2 {
    margin-bottom: .75rem !important
  }
  .ml-xxxl-2, .mx-xxxl-2 {
    margin-left: .75rem !important
  }
  .m-xxxl-3 {
    margin: 1rem !important
  }
  .mt-xxxl-3, .my-xxxl-3 {
    margin-top: 1rem !important
  }
  .mr-xxxl-3, .mx-xxxl-3 {
    margin-right: 1rem !important
  }
  .mb-xxxl-3, .my-xxxl-3 {
    margin-bottom: 1rem !important
  }
  .ml-xxxl-3, .mx-xxxl-3 {
    margin-left: 1rem !important
  }
  .m-xxxl-4 {
    margin: 1.875rem !important
  }
  .mt-xxxl-4, .my-xxxl-4 {
    margin-top: 1.875rem !important
  }
  .mr-xxxl-4, .mx-xxxl-4 {
    margin-right: 1.875rem !important
  }
  .mb-xxxl-4, .my-xxxl-4 {
    margin-bottom: 1.875rem !important
  }
  .ml-xxxl-4, .mx-xxxl-4 {
    margin-left: 1.875rem !important
  }
  .m-xxxl-5 {
    margin: 2.5rem !important
  }
  .mt-xxxl-5, .my-xxxl-5 {
    margin-top: 2.5rem !important
  }
  .mr-xxxl-5, .mx-xxxl-5 {
    margin-right: 2.5rem !important
  }
  .mb-xxxl-5, .my-xxxl-5 {
    margin-bottom: 2.5rem !important
  }
  .ml-xxxl-5, .mx-xxxl-5 {
    margin-left: 2.5rem !important
  }
  .m-xxxl-6 {
    margin: 3.75rem !important
  }
  .mt-xxxl-6, .my-xxxl-6 {
    margin-top: 3.75rem !important
  }
  .mr-xxxl-6, .mx-xxxl-6 {
    margin-right: 3.75rem !important
  }
  .mb-xxxl-6, .my-xxxl-6 {
    margin-bottom: 3.75rem !important
  }
  .ml-xxxl-6, .mx-xxxl-6 {
    margin-left: 3.75rem !important
  }
  .p-xxxl-0 {
    padding: 0 !important
  }
  .pt-xxxl-0, .py-xxxl-0 {
    padding-top: 0 !important
  }
  .pr-xxxl-0, .px-xxxl-0 {
    padding-right: 0 !important
  }
  .pb-xxxl-0, .py-xxxl-0 {
    padding-bottom: 0 !important
  }
  .pl-xxxl-0, .px-xxxl-0 {
    padding-left: 0 !important
  }
  .p-xxxl-1 {
    padding: .25rem !important
  }
  .pt-xxxl-1, .py-xxxl-1 {
    padding-top: .25rem !important
  }
  .pr-xxxl-1, .px-xxxl-1 {
    padding-right: .25rem !important
  }
  .pb-xxxl-1, .py-xxxl-1 {
    padding-bottom: .25rem !important
  }
  .pl-xxxl-1, .px-xxxl-1 {
    padding-left: .25rem !important
  }
  .p-xxxl-2 {
    padding: .75rem !important
  }
  .pt-xxxl-2, .py-xxxl-2 {
    padding-top: .75rem !important
  }
  .pr-xxxl-2, .px-xxxl-2 {
    padding-right: .75rem !important
  }
  .pb-xxxl-2, .py-xxxl-2 {
    padding-bottom: .75rem !important
  }
  .pl-xxxl-2, .px-xxxl-2 {
    padding-left: .75rem !important
  }
  .p-xxxl-3 {
    padding: 1rem !important
  }
  .pt-xxxl-3, .py-xxxl-3 {
    padding-top: 1rem !important
  }
  .pr-xxxl-3, .px-xxxl-3 {
    padding-right: 1rem !important
  }
  .pb-xxxl-3, .py-xxxl-3 {
    padding-bottom: 1rem !important
  }
  .pl-xxxl-3, .px-xxxl-3 {
    padding-left: 1rem !important
  }
  .p-xxxl-4 {
    padding: 1.875rem !important
  }
  .pt-xxxl-4, .py-xxxl-4 {
    padding-top: 1.875rem !important
  }
  .pr-xxxl-4, .px-xxxl-4 {
    padding-right: 1.875rem !important
  }
  .pb-xxxl-4, .py-xxxl-4 {
    padding-bottom: 1.875rem !important
  }
  .pl-xxxl-4, .px-xxxl-4 {
    padding-left: 1.875rem !important
  }
  .p-xxxl-5 {
    padding: 2.5rem !important
  }
  .pt-xxxl-5, .py-xxxl-5 {
    padding-top: 2.5rem !important
  }
  .pr-xxxl-5, .px-xxxl-5 {
    padding-right: 2.5rem !important
  }
  .pb-xxxl-5, .py-xxxl-5 {
    padding-bottom: 2.5rem !important
  }
  .pl-xxxl-5, .px-xxxl-5 {
    padding-left: 2.5rem !important
  }
  .p-xxxl-6 {
    padding: 3.75rem !important
  }
  .pt-xxxl-6, .py-xxxl-6 {
    padding-top: 3.75rem !important
  }
  .pr-xxxl-6, .px-xxxl-6 {
    padding-right: 3.75rem !important
  }
  .pb-xxxl-6, .py-xxxl-6 {
    padding-bottom: 3.75rem !important
  }
  .pl-xxxl-6, .px-xxxl-6 {
    padding-left: 3.75rem !important
  }
  .m-xxxl-n1 {
    margin: -.25rem !important
  }
  .mt-xxxl-n1, .my-xxxl-n1 {
    margin-top: -.25rem !important
  }
  .mr-xxxl-n1, .mx-xxxl-n1 {
    margin-right: -.25rem !important
  }
  .mb-xxxl-n1, .my-xxxl-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-xxxl-n1, .mx-xxxl-n1 {
    margin-left: -.25rem !important
  }
  .m-xxxl-n2 {
    margin: -.75rem !important
  }
  .mt-xxxl-n2, .my-xxxl-n2 {
    margin-top: -.75rem !important
  }
  .mr-xxxl-n2, .mx-xxxl-n2 {
    margin-right: -.75rem !important
  }
  .mb-xxxl-n2, .my-xxxl-n2 {
    margin-bottom: -.75rem !important
  }
  .ml-xxxl-n2, .mx-xxxl-n2 {
    margin-left: -.75rem !important
  }
  .m-xxxl-n3 {
    margin: -1rem !important
  }
  .mt-xxxl-n3, .my-xxxl-n3 {
    margin-top: -1rem !important
  }
  .mr-xxxl-n3, .mx-xxxl-n3 {
    margin-right: -1rem !important
  }
  .mb-xxxl-n3, .my-xxxl-n3 {
    margin-bottom: -1rem !important
  }
  .ml-xxxl-n3, .mx-xxxl-n3 {
    margin-left: -1rem !important
  }
  .m-xxxl-n4 {
    margin: -1.875rem !important
  }
  .mt-xxxl-n4, .my-xxxl-n4 {
    margin-top: -1.875rem !important
  }
  .mr-xxxl-n4, .mx-xxxl-n4 {
    margin-right: -1.875rem !important
  }
  .mb-xxxl-n4, .my-xxxl-n4 {
    margin-bottom: -1.875rem !important
  }
  .ml-xxxl-n4, .mx-xxxl-n4 {
    margin-left: -1.875rem !important
  }
  .m-xxxl-n5 {
    margin: -2.5rem !important
  }
  .mt-xxxl-n5, .my-xxxl-n5 {
    margin-top: -2.5rem !important
  }
  .mr-xxxl-n5, .mx-xxxl-n5 {
    margin-right: -2.5rem !important
  }
  .mb-xxxl-n5, .my-xxxl-n5 {
    margin-bottom: -2.5rem !important
  }
  .ml-xxxl-n5, .mx-xxxl-n5 {
    margin-left: -2.5rem !important
  }
  .m-xxxl-n6 {
    margin: -3.75rem !important
  }
  .mt-xxxl-n6, .my-xxxl-n6 {
    margin-top: -3.75rem !important
  }
  .mr-xxxl-n6, .mx-xxxl-n6 {
    margin-right: -3.75rem !important
  }
  .mb-xxxl-n6, .my-xxxl-n6 {
    margin-bottom: -3.75rem !important
  }
  .ml-xxxl-n6, .mx-xxxl-n6 {
    margin-left: -3.75rem !important
  }
  .m-xxxl-auto {
    margin: auto !important
  }
  .mt-xxxl-auto, .my-xxxl-auto {
    margin-top: auto !important
  }
  .mr-xxxl-auto, .mx-xxxl-auto {
    margin-right: auto !important
  }
  .mb-xxxl-auto, .my-xxxl-auto {
    margin-bottom: auto !important
  }
  .ml-xxxl-auto, .mx-xxxl-auto {
    margin-left: auto !important
  }
}
.stretched-link:after {
  background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}
.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:480px) {
  .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
  }
}
@media (min-width:1400px) {
  .text-xxl-left {
    text-align: left !important
  }
  .text-xxl-right {
    text-align: right !important
  }
  .text-xxl-center {
    text-align: center !important
  }
}
@media (min-width:1600px) {
  .text-xxxl-left {
    text-align: left !important
  }
  .text-xxxl-right {
    text-align: right !important
  }
  .text-xxxl-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: 600 !important
}
.font-weight-bolder {
  font-weight: bolder !important
}
.font-italic {
  font-style: italic !important
}
.text-white {
  color: #fff !important
}
.text-primary {
  color: #c8002d !important
}
a.text-primary:focus, a.text-primary:hover {
  color: #7c001c !important
}
.text-secondary {
  color: #999 !important
}
a.text-secondary:focus, a.text-secondary:hover {
  color: #737373 !important
}
.text-success {
  color: #28a745 !important
}
a.text-success:focus, a.text-success:hover {
  color: #19692c !important
}
.text-info {
  color: #17a2b8 !important
}
a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important
}
.text-warning {
  color: #ffc107 !important
}
a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important
}
.text-danger {
  color: #dc3545 !important
}
a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important
}
.text-light {
  color: #f9f9f9 !important
}
a.text-light:focus, a.text-light:hover {
  color: #d3d3d3 !important
}
.text-dark {
  color: #333 !important
}
a.text-dark:focus, a.text-dark:hover {
  color: #0d0d0d !important
}
.text-body {
  color: #333 !important
}
.text-muted {
  color: #b0b0b0 !important
}
.text-black-50 {
  color: rgba(0, 0, 0, .5) !important
}
.text-white-50 {
  color: hsla(0, 0%, 100%, .5) !important
}
.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none
}
.text-decoration-none {
  text-decoration: none !important
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important
}
.text-reset {
  color: inherit !important
}
.visible {
  visibility: visible !important
}
.invisible {
  visibility: hidden !important
}
@media print {
  *, :after, :before {
    box-shadow: none !important;
    text-shadow: none !important
  }
  a:not(.btn) {
    text-decoration: underline
  }
  abbr[title]:after {
    content: " ("attr(title) ")"
  }
  pre {
    white-space: pre-wrap !important
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  img, tr {
    page-break-inside: avoid
  }
  h2, h3, p {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
  @page {
    size: a3
  }
  .container, body {
    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 td, .table-bordered th {
    border: 1px solid #dee2e6 !important
  }
  .table-dark {
    color: inherit
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: gray
  }
  .table .thead-dark th {
    border-color: gray;
    color: inherit
  }
}
*, :after, :before {
  box-sizing: border-box
}
body {
  -webkit-text-size-adjust: 100%
}
ol, ul {
  padding-left: 2rem
}
dl, ol, ul {
  margin-bottom: 1rem;
  margin-top: 0
}
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0
}
dt {
  font-weight: 400
}
dd {
  margin-bottom: .5rem;
  margin-left: 0
}
*, :after, :before {
  box-sizing: inherit
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  scroll-behavior: smooth
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
}
body {
  word-wrap: break-word;
  margin: 0;
  overflow-x: hidden
}
@media (min-width:768px) {
  body {
    word-wrap: normal
  }
}
.wrapper {
  background-color: #fff;
  padding: .938rem
}
.wrapper main {
  margin-bottom: 1.875rem
}
.wrapper aside {
  margin-top: 1.875rem;
  max-width: 100%
}
@media (min-width:992px) {
  .wrapper {
    padding: 1.875rem
  }
  .wrapper aside {
    flex-basis: 20rem;
    font-size: .8rem;
    margin-top: 0;
    max-width: 20rem
  }
  .wrapper aside .box {
    padding: 1.25rem
  }
  .wrapper aside .box address + address:before {
    margin: 1.25rem -1.25rem
  }
  footer .wrapper, header .wrapper {
    padding-bottom: 0;
    padding-top: 0
  }
  .hide-on-desktop {
    display: none
  }
  .hide-on-mobile {
    display: unset
  }
}
@media (min-width:1200px) {
  .wrapper aside {
    flex-basis: 22.5rem;
    font-size: .875rem;
    max-width: 22.5rem
  }
  .wrapper aside .box {
    padding: 1.875rem
  }
  .wrapper aside .box address + address:before {
    margin: 1.875rem -1.875rem
  }
}
::selection {
  background-color: #666;
  color: #fff
}
.serif, blockquote, q {
  font-family: Frank Ruhl Libre, Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-style: normal;
  font-weight: 400
}
.main {
  line-height: 1.6
}
.hide-on-mobile {
  display: none
}
.content:not(.col-sm-12) {
  background-color: #fff;
  min-height: 30vmax;
  z-index: 1
}
@media (min-width:1200px) {
  .content:not(.col-sm-12) {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    position: relative
  }
}
.text-large {
  font-size: 1.09375rem !important
}
a.text-black {
  text-decoration: none
}
.text-black {
  color: #000 !important
}
.fw-light {
  font-weight: 400
}
hr {
  background-color: #ccc;
  border: none;
  clear: both;
  float: none;
  height: 2px;
  margin: 1.875rem 0
}
address {
  font-style: normal
}
.vcard .email, .vcard .extended-address, .vcard .fn, .vcard .org, .vcard .organization-name, .vcard .organization-unit, .vcard .street-address, .vcard .tel, .vcard .url {
  display: block
}
address p {
  margin: 0
}
address p + p {
  margin-top: 1rem
}
address p.email + .web {
  margin-top: 0
}
address a {
  margin-top: .25rem
}
.lg-image {
  background-color: #fff
}
.logo-group {
  margin-bottom: .75rem;
  margin-top: .75rem;
  max-width: 13.75rem
}
.text-red {
  color: #c8002d !important
}
@media print {
  .breadcrumb, .footer, .header {
    display: none
  }
  .accent, .btn-primary, .product-image-box-inner, .teaser-box.--gray {
    background-color: transparent !important;
    border: 1px solid #ccc
  }
  .btn-primary {
    color: #333 !important
  }
  .ckb {
    border: 1px solid #ccc
  }
}
.sr-only, .visually-hidden {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important
}
@media (min-width:992px) {
  .hidden-lg {
    display: none !important
  }
}
@media (min-width:768px) {
  .hidden-md {
    display: none !important
  }
}
.hidden {
  display: none !important
}
.form-control {
  border-radius: 0
}
.form-control:focus {
  border-color: #ccc
}
.time-line {
  align-items: center;
  display: inline-block;
  display: flex;
  width: 100%
}
.time-line:before {
  content: "\f111"
}
.time-line:after {
  background-color: #333;
  content: "";
  flex-grow: 1;
  height: 1px;
  margin-left: 1rem
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(montserrat-v18-latin-ext_latin-regular.61bcdc21.eot);
  src: local(""), url(montserrat-v18-latin-ext_latin-regular.61bcdc21.eot#iefix) format("embedded-opentype"), url(montserrat-v18-latin-ext_latin-regular.8fb6f5ce.woff2) format("woff2"), url(montserrat-v18-latin-ext_latin-regular.45365d5b.woff) format("woff"), url(montserrat-v18-latin-ext_latin-regular.4f2664b6.ttf) format("truetype"), url(montserrat-v18-latin-ext_latin-regular.59d7cab2.svg#Montserrat) format("svg")
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: italic;
  font-weight: 400;
  src: url(montserrat-v18-latin-ext_latin-italic.6fc6603b.eot);
  src: local(""), url(montserrat-v18-latin-ext_latin-italic.6fc6603b.eot#iefix) format("embedded-opentype"), url(montserrat-v18-latin-ext_latin-italic.ed2bac0e.woff2) format("woff2"), url(montserrat-v18-latin-ext_latin-italic.9ed3f57f.woff) format("woff"), url(montserrat-v18-latin-ext_latin-italic.ef98130d.ttf) format("truetype"), url(montserrat-v18-latin-ext_latin-italic.5e0699cd.svg#Montserrat) format("svg")
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url(montserrat-v18-latin-ext_latin-600.92f45a1a.eot);
  src: local(""), url(montserrat-v18-latin-ext_latin-600.92f45a1a.eot#iefix) format("embedded-opentype"), url(montserrat-v18-latin-ext_latin-600.c6517e5a.woff2) format("woff2"), url(montserrat-v18-latin-ext_latin-600.c7db71ed.woff) format("woff"), url(montserrat-v18-latin-ext_latin-600.98625a2b.ttf) format("truetype"), url(montserrat-v18-latin-ext_latin-600.8efc1a61.svg#Montserrat) format("svg")
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: italic;
  font-weight: 600;
  src: url(montserrat-v18-latin-ext_latin-600italic.780cfeff.eot);
  src: local(""), url(montserrat-v18-latin-ext_latin-600italic.780cfeff.eot#iefix) format("embedded-opentype"), url(montserrat-v18-latin-ext_latin-600italic.07bf8649.woff2) format("woff2"), url(montserrat-v18-latin-ext_latin-600italic.fff19d33.woff) format("woff"), url(montserrat-v18-latin-ext_latin-600italic.e6c3075c.ttf) format("truetype"), url(montserrat-v18-latin-ext_latin-600italic.daad0119.svg#Montserrat) format("svg")
}
@font-face {
  font-display: swap;
  font-family: Frank Ruhl Libre;
  font-style: normal;
  font-weight: 400;
  src: url(frank-ruhl-libre-v6-latin-ext_latin-regular.85f92aee.eot);
  src: local(""), url(frank-ruhl-libre-v6-latin-ext_latin-regular.85f92aee.eot#iefix) format("embedded-opentype"), url(frank-ruhl-libre-v6-latin-ext_latin-regular.8fb3df01.woff2) format("woff2"), url(frank-ruhl-libre-v6-latin-ext_latin-regular.1dc97d93.woff) format("woff")
}
@font-face {
  font-display: swap;
  font-family: Icons;
  src: url(flaticon.cbf4c462.ttf) format("truetype"), url(flaticon.ba1b672c.woff) format("woff"), url(flaticon.171b5e6e.woff2) format("woff2"), url(flaticon.41067645.eot#iefix) format("embedded-opentype"), url(flaticon.b8968f26.svg#flaticon) format("svg")
}
body {
  color: #333;
  font-family: Montserrat, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, system-ui, -apple-system, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.48
}
.dsgvo button.accept, .footer h2, .h1, .h2, .h3, .h4, .h5, .h6, .jumplist dt, .list-entries .list-entry-title, .lt-publikationen__item-wrapper h3, .profile-boxes .profile-box figure figcaption h6, .sitemap > li > span, .teaser-grid article a h5, .teaser-grid article a h6, a[class*=__accordion] strong, div[class*=__accordion] h3 > button, div[class*=__accordion] h4 > button, div[class*=__accordion] h5 > button, div[class*=__accordion] h6 > button, fieldset legend, h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: Montserrat, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, system-ui, -apple-system, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 600;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.3;
  margin-bottom: .125em;
  margin-top: 1.3em
}
@media (min-width:1400px) {
  .dsgvo button.accept, .footer h2, .h1, .h2, .h3, .h4, .h5, .h6, .jumplist dt, .list-entries .list-entry-title, .lt-publikationen__item-wrapper h3, .profile-boxes .profile-box figure figcaption h6, .sitemap > li > span, .teaser-grid article a h5, .teaser-grid article a h6, a[class*=__accordion] strong, div[class*=__accordion] h3 > button, div[class*=__accordion] h4 > button, div[class*=__accordion] h5 > button, div[class*=__accordion] h6 > button, fieldset legend, h1, h2, h3, h4, h5, h6 {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
  }
}
.h1, h1 {
  font-size: 1.4375rem
}
@media (min-width:480px) {
  .h1, h1 {
    font-size: 1.875rem
  }
}
@media (min-width:768px) {
  .h1, h1 {
    font-size: 2.125rem
  }
}
@media (min-width:992px) {
  .h1, h1 {
    font-size: 2.25rem
  }
}
@media (min-width:1200px) {
  .h1, h1 {
    font-size: 2.375rem
  }
}
.h2, h2 {
  font-size: 1.3125rem
}
@media (min-width:480px) {
  .h2, h2 {
    font-size: 1.75rem
  }
}
@media (min-width:768px) {
  .h2, h2 {
    font-size: 2rem
  }
}
@media (min-width:992px) {
  .h2, h2 {
    font-size: 2.125rem
  }
}
@media (min-width:1200px) {
  .h2, h2 {
    font-size: 2.25rem
  }
}
.h3, div[class*=__accordion] h3 > button, fieldset legend, h3 {
  font-size: 1.1875rem
}
@media (min-width:480px) {
  .h3, div[class*=__accordion] h3 > button, fieldset legend, h3 {
    font-size: 1.5rem
  }
}
@media (min-width:768px) {
  .h3, div[class*=__accordion] h3 > button, fieldset legend, h3 {
    font-size: 1.75rem
  }
}
@media (min-width:992px) {
  .h3, div[class*=__accordion] h3 > button, fieldset legend, h3 {
    font-size: 1.875rem
  }
}
@media (min-width:1200px) {
  .h3, div[class*=__accordion] h3 > button, fieldset legend, h3 {
    font-size: 2rem
  }
}
.dsgvo button.accept, .h4, .jumplist dt, div[class*=__accordion] h4 > button, h4 {
  font-size: 1.125rem
}
@media (min-width:480px) {
  .dsgvo button.accept, .h4, .jumplist dt, div[class*=__accordion] h4 > button, h4 {
    font-size: 1.375rem
  }
}
@media (min-width:768px) {
  .dsgvo button.accept, .h4, .jumplist dt, div[class*=__accordion] h4 > button, h4 {
    font-size: 1.625rem
  }
}
@media (min-width:992px) {
  .dsgvo button.accept, .h4, .jumplist dt, div[class*=__accordion] h4 > button, h4 {
    font-size: 1.75rem
  }
}
@media (min-width:1200px) {
  .dsgvo button.accept, .h4, .jumplist dt, div[class*=__accordion] h4 > button, h4 {
    font-size: 1.875rem
  }
}
.h5, .list-entries .list-entry-title, .profile-boxes .profile-box figure figcaption h6, div[class*=__accordion] h5 > button, h5 {
  font-size: 1.0625rem
}
@media (min-width:480px) {
  .h5, .list-entries .list-entry-title, .profile-boxes .profile-box figure figcaption h6, div[class*=__accordion] h5 > button, h5 {
    font-size: 1.25rem
  }
}
@media (min-width:768px) {
  .h5, .list-entries .list-entry-title, .profile-boxes .profile-box figure figcaption h6, div[class*=__accordion] h5 > button, h5 {
    font-size: 1.375rem
  }
}
@media (min-width:992px) {
  .h5, .list-entries .list-entry-title, .profile-boxes .profile-box figure figcaption h6, div[class*=__accordion] h5 > button, h5 {
    font-size: 1.5625rem
  }
}
@media (min-width:1200px) {
  .h5, .list-entries .list-entry-title, .profile-boxes .profile-box figure figcaption h6, div[class*=__accordion] h5 > button, h5 {
    font-size: 1.75rem
  }
}
.footer h2, .h6, .lt-publikationen__item-wrapper h3, .sitemap > li > span, .teaser-grid article a h5, .teaser-grid article a h6, a[class*=__accordion] strong, div[class*=__accordion] h6 > button, h6 {
  font-size: 1rem
}
@media (min-width:480px) {
  .footer h2, .h6, .lt-publikationen__item-wrapper h3, .sitemap > li > span, .teaser-grid article a h5, .teaser-grid article a h6, a[class*=__accordion] strong, div[class*=__accordion] h6 > button, h6 {
    font-size: 1.125rem
  }
}
@media (min-width:768px) {
  .footer h2, .h6, .lt-publikationen__item-wrapper h3, .sitemap > li > span, .teaser-grid article a h5, .teaser-grid article a h6, a[class*=__accordion] strong, div[class*=__accordion] h6 > button, h6 {
    font-size: 1.25rem
  }
}
@media (min-width:992px) {
  .footer h2, .h6, .lt-publikationen__item-wrapper h3, .sitemap > li > span, .teaser-grid article a h5, .teaser-grid article a h6, a[class*=__accordion] strong, div[class*=__accordion] h6 > button, h6 {
    font-size: 1.3125rem
  }
}
@media (min-width:1200px) {
  .footer h2, .h6, .lt-publikationen__item-wrapper h3, .sitemap > li > span, .teaser-grid article a h5, .teaser-grid article a h6, a[class*=__accordion] strong, div[class*=__accordion] h6 > button, h6 {
    font-size: 1.375rem
  }
}
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0
}
h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h1.popover-header, h1.subtitle, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h2.popover-header, h2.subtitle, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h3.popover-header, h3.subtitle, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h4.popover-header, h4.subtitle, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h5.popover-header, h5.subtitle, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6, h6.popover-header, h6.subtitle, nav + .h1, nav + .h2, nav + .h3, nav + .h4, nav + .h5, nav + .h6, nav + h1, nav + h2, nav + h3, nav + h4, nav + h5, nav + h6 {
  margin-top: 0 !important
}
aside {
  font-size: .9375rem
}
aside h4 {
  font-size: 1.375rem
}
@media (min-width:480px) {
  aside, body {
    font-size: .9375rem
  }
  aside h4 {
    font-size: 1.125rem
  }
}
@media (min-width:768px) {
  body {
    font-size: 1rem
  }
  aside {
    font-size: .9375rem
  }
  aside h4 {
    font-size: 1.25rem
  }
}
@media (min-width:992px) {
  body {
    font-size: 1rem
  }
  aside {
    font-size: .875rem
  }
  aside h4 {
    font-size: 1.375rem
  }
}
@media (min-width:1200px) {
  body {
    font-size: 1.0625rem
  }
  aside {
    font-size: .9375rem
  }
  aside h4 {
    font-size: 1.375rem
  }
}
a {
  color: #c8002d;
  text-decoration: none;
  transition: color .4s ease-in-out
}
a:active, a:focus, a:hover {
  color: #950022
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none
}
aside a, main a {
  text-decoration: underline
}
aside a:active, aside a:focus, aside a:hover, main a:active, main a:focus, main a:hover {
  text-decoration: none
}
b, strong {
  font-weight: 600
}
blockquote {
  font-family: Frank Ruhl Libre, Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.375rem;
  line-height: 1.3;
  margin: 1.875rem 0
}
blockquote:after {
  border-top: .0625rem solid #333;
  color: #999;
  content: attr(cite);
  display: block;
  font-family: Montserrat, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, system-ui, -apple-system, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: .875rem;
  font-weight: 600;
  margin-top: 1rem;
  padding-top: 1rem
}
q {
  display: inline-block;
  margin-bottom: 1.875rem;
  margin-top: 1.875rem
}
.accordion-wrapper {
  border-bottom: 2px solid #ccc;
  padding: 1rem 0
}
div[class$=__accordion-body], div[class*="__accordion-body "] {
  height: 0;
  overflow: hidden
}
@media (prefers-reduced-motion:no-preference) {
  div[class$=__accordion-body], div[class*="__accordion-body "] {
    transition: height .5s ease-out
  }
}
div[class$=__accordion-body].show, div[class*="__accordion-body "].show {
  height: auto
}
@media (prefers-reduced-motion:no-preference) {
  div[class$=__accordion-body].show, div[class*="__accordion-body "].show {
    transition: height .5s ease-out
  }
}
div[class*=__accordion-body-wrapper] {
  margin: .25rem 0 .75rem
}
ul[class*=__accordion-body-wrapper] > li {
  margin: .75rem 0
}
a[class*=__accordion] {
  text-decoration: none
}
@media (min-width:480px) {
  a[class*=__accordion] {
    align-items: baseline;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
  }
}
a[class*=__accordion][class*=collapsed] strong:before {
  border-bottom: .15em solid #000;
  transform: rotate(0deg)
}
a[class*=__accordion][class*=collapsed] strong:after {
  transform: rotate(90deg)
}
a[class*=__accordion] strong {
  display: block;
  margin: 0;
  padding-left: 1.2em;
  position: relative;
  white-space: nowrap
}
a[class*=__accordion] strong:before {
  border-bottom: .15em solid transparent;
  border-radius: .075em;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: .6em;
  transform: rotate(-90deg);
  width: .72em
}
@media (prefers-reduced-motion:no-preference) {
  a[class*=__accordion] strong:before {
    transition: all .3s ease-in-out
  }
}
a[class*=__accordion] strong:after {
  border-bottom: .15em solid #000;
  border-radius: .075em;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: .6em;
  transform: rotate(0deg);
  width: .72em
}
@media (prefers-reduced-motion:no-preference) {
  a[class*=__accordion] strong:after {
    transition: all .3s ease-in-out
  }
}
a[class*=__accordion] small {
  display: inline-block;
  font-style: italic;
  white-space: nowrap
}
div[class*=__accordion] h3, div[class*=__accordion] h4, div[class*=__accordion] h5, div[class*=__accordion] h6 {
  margin: 0
}
div[class*=__accordion] h3 > button, div[class*=__accordion] h4 > button, div[class*=__accordion] h5 > button, div[class*=__accordion] h6 > button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0 1.2em 0 0;
  position: relative;
  text-align: left;
  transition: all .4s ease-in-out;
  width: 100%
}
div[class*=__accordion] h3 > button:active, div[class*=__accordion] h3 > button:focus, div[class*=__accordion] h3 > button:hover, div[class*=__accordion] h4 > button:active, div[class*=__accordion] h4 > button:focus, div[class*=__accordion] h4 > button:hover, div[class*=__accordion] h5 > button:active, div[class*=__accordion] h5 > button:focus, div[class*=__accordion] h5 > button:hover, div[class*=__accordion] h6 > button:active, div[class*=__accordion] h6 > button:focus, div[class*=__accordion] h6 > button:hover {
  color: #c8002d
}
div[class*=__accordion] h3 > button.collapsed:before, div[class*=__accordion] h4 > button.collapsed:before, div[class*=__accordion] h5 > button.collapsed:before, div[class*=__accordion] h6 > button.collapsed:before {
  border-bottom: .15em solid #c8002d;
  transform: rotate(0deg)
}
div[class*=__accordion] h3 > button.collapsed:after, div[class*=__accordion] h4 > button.collapsed:after, div[class*=__accordion] h5 > button.collapsed:after, div[class*=__accordion] h6 > button.collapsed:after {
  transform: rotate(90deg)
}
div[class*=__accordion] h3 > button:before, div[class*=__accordion] h4 > button:before, div[class*=__accordion] h5 > button:before, div[class*=__accordion] h6 > button:before {
  border-bottom: .15em solid transparent;
  border-radius: .075em;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: .6em;
  transform: rotate(-90deg);
  width: 1em
}
@media (prefers-reduced-motion:no-preference) {
  div[class*=__accordion] h3 > button:before, div[class*=__accordion] h4 > button:before, div[class*=__accordion] h5 > button:before, div[class*=__accordion] h6 > button:before {
    transition: all .3s ease-in-out
  }
}
div[class*=__accordion] h3 > button:after, div[class*=__accordion] h4 > button:after, div[class*=__accordion] h5 > button:after, div[class*=__accordion] h6 > button:after {
  border-bottom: .15em solid #c8002d;
  border-radius: .075em;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: .6em;
  transform: rotate(0deg);
  width: 1em
}
@media (prefers-reduced-motion:no-preference) {
  div[class*=__accordion] h3 > button:after, div[class*=__accordion] h4 > button:after, div[class*=__accordion] h5 > button:after, div[class*=__accordion] h6 > button:after {
    transition: all .3s ease-in-out
  }
}
.box.accent .accordion-wrapper {
  border-bottom: 2px solid #fff;
  margin: .75rem -1.875rem;
  padding: 0 1.875rem .75rem
}
.badge, .badge-outline {
  align-items: center;
  border: .125rem solid transparent;
  border-radius: .65rem;
  display: inline-flex;
  flex-flow: row nowrap;
  font-size: .65rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 1.6em;
  min-width: 1.6em;
  overflow: hidden;
  padding: 0 .2em;
  white-space: nowrap
}
.badge-outline:empty, .badge:empty {
  display: none
}
.badge {
  background-color: #c8002d;
  color: #fff
}
.badge-outline {
  background-color: #fff;
  border-color: #c8002d;
  color: #c8002d
}
.basket thead tr th, .lt-publikationen__item-wrapper thead tr th {
  white-space: nowrap
}
.basket thead tr th.right, .lt-publikationen__item-wrapper thead tr th.right {
  text-align: right
}
.basket tbody tr td, .lt-publikationen__item-wrapper tbody tr td {
  border-bottom: 1px solid #ccc;
  padding: 1rem;
  vertical-align: middle
}
.basket tbody tr td.right, .basket tfoot tr td.right, .lt-publikationen__item-wrapper tbody tr td.right, .lt-publikationen__item-wrapper tfoot tr td.right {
  text-align: right
}
.basket a, .lt-publikationen__item-wrapper a {
  text-decoration: none
}
.basket a > [class*=icon-], .lt-publikationen__item-wrapper a > [class*=icon-] {
  font-size: 1.3125rem
}
.basket-sidebar {
  position: relative
}
.basket-sidebar h6 {
  align-items: baseline;
  display: flex;
  justify-content: space-between
}
.basket-sidebar h6 .basket-info {
  font-size: .9375rem;
  font-weight: 400
}
.basket-sidebar table tbody tr td {
  border-bottom: none;
  padding: .75rem 0
}
.basket-sidebar table tbody tr td + td {
  padding-left: .75rem
}
.basket-sidebar table tbody tr td .product-image-box {
  min-width: 2.6rem
}
.basket-sidebar .btn {
  display: block
}
@media (min-width:480px) {
  .basket-sidebar .btn {
    display: inline-block
  }
}
.lt-publikationen__item-wrapper h3 {
  margin-top: 0
}
.lt-publikationen__item-wrapper .lt-publikationen__meta {
  color: #666;
  font-weight: 700
}
.lt-publikationen__item-wrapper .lt-publikationen__meta > span, .lt-publikationen__item-wrapper .lt-publikationen__meta time {
  color: #666;
  font-weight: 400
}
@media (min-width:480px) {
  .lt-publikationen__item-wrapper .amount {
    align-items: flex-end;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
  }
}
.lt-publikationen__item-wrapper .amount label {
  padding-left: 0
}
.lt-publikationen__item-wrapper .amount button[type=submit] {
  display: block;
  width: 100%
}
.lt-publikationen__item-wrapper .basketitemoptions {
  border: 1px solid #666;
  display: inline-block;
  padding: .5rem 1rem
}
.lt-publikationen__item-wrapper .basketitemoptions em {
  color: #666
}
.shopping-cart thead th.cart-quantity:before {
  content: "";
  display: block;
  height: 0;
  min-width: 250px
}
.shopping-cart thead th.cart-price:before {
  content: "";
  display: block;
  height: 0;
  min-width: 100px
}
.shopping-cart .cart-price {
  text-align: right
}
.shopping-cart .delete, .shopping-cart .reload {
  background-color: transparent;
  border: 0;
  color: #c8002d;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.25rem;
  margin: .25rem;
  padding: 0
}
.shopping-cart .delete:active, .shopping-cart .delete:focus, .shopping-cart .delete:hover, .shopping-cart .reload:active, .shopping-cart .reload:focus, .shopping-cart .reload:hover {
  color: #950022
}
.shopping-cart .product-image {
  display: block;
  float: left;
  margin-right: .75rem;
  width: 5.625rem
}
.shopping-cart .ctrl {
  display: inline-flex;
  margin: .75rem .75rem .75rem 0
}
.shopping-cart tfoot td {
  border-bottom: 3px double #a2a2a2;
  border-top: 0
}
.shopping-cart .cart-summary {
  margin-bottom: .5rem
}
@media (min-width:768px) {
  .shopping-cart .cart-summary {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0
  }
}
.shopping-cart .cart-summary .info {
  margin-bottom: 1em
}
.shopping-cart .cart-summary .summary-price {
  flex: 0 0 auto
}
.shopping-cart .cart-summary .price-entry {
  align-items: flex-start;
  display: flex;
  justify-content: space-between
}
.shopping-cart .cart-summary .price-entry > :first-child {
  margin-right: 1.875rem
}
@media (max-width:991.98px) {
  .shopping-cart tr td:before {
    width: 40%
  }
}
@media (max-width:767.98px) {
  .shopping-cart tbody, .shopping-cart td, .shopping-cart tfoot, .shopping-cart th, .shopping-cart thead, .shopping-cart tr {
    display: table;
    margin: .5em 0;
    width: 100%
  }
  .shopping-cart thead tr:first-child {
    left: -9999px;
    position: absolute;
    top: -9999px
  }
  .shopping-cart tr td {
    border: 0
  }
  .shopping-cart tr td[title]:before {
    content: attr(title) ": "
  }
  .shopping-cart tr td:before {
    display: table-cell;
    font-weight: 600;
    padding: .5em 0;
    text-align: left;
    white-space: nowrap;
    width: 30%
  }
  .shopping-cart tr td.cart-quantity {
    text-align: right
  }
  .shopping-cart tr td:last-child {
    border-bottom: 2px solid #a2a2a2
  }
}
.box {
  margin-bottom: 1.875rem;
  padding: 1rem
}
@media (min-width:768px) {
  .box {
    padding: 1.875rem
  }
}
.box h4, .box h5, .box h6 {
  margin-bottom: .75rem
}
.box img {
  max-width: 100%
}
.box address {
  position: relative
}
.box address + address:before {
  background-color: #ccc;
  content: "";
  display: block;
  height: 1px;
  margin: 1rem -1rem;
  position: relative
}
@media (min-width:768px) {
  .box address + address:before {
    margin: 1.875rem -1.875rem
  }
}
.box.bordered {
  border: 1px solid #ccc
}
.box.box-cac, .box.shadow {
  box-shadow: 0 .125rem .25rem .25rem #ccc
}
.box.accent {
  background-color: #f9f9f9
}
@media (min-width:992px) {
  .box figure:first-child {
    margin: -.75rem -.75rem 0
  }
}
.box-notice {
  border: 1px solid #ccc;
  margin: 1.875rem 0;
  padding: 1rem 2.5rem;
  position: relative
}
.box-notice .icon-info {
  display: inline-block;
  position: absolute;
  transform: translateX(-105%)
}
.box-notice p {
  margin: 0
}
.box-notice p + p {
  margin-top: 1rem
}
.box-cac {
  border-left: 6px solid #999;
  margin: 1.875rem 0;
  padding: 1.875rem 5.625rem 1.875rem 1.875rem;
  position: relative
}
@media (min-width:480px) {
  .box-cac {
    padding: 1.875rem 9.375rem 1.875rem 1.875rem
  }
}
.box-cac h5 {
  margin-bottom: .75rem
}
.box-cac .group-logo {
  bottom: 1.875rem;
  max-width: 3.5rem;
  position: absolute;
  right: 1.875rem;
  text-align: right;
  top: 1.875rem
}
@media (min-width:480px) {
  .box-cac .group-logo {
    max-width: 7.25rem
  }
}
.box-cac .group-logo img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top right;
  object-position: top right
}
.box-cac > .row > [class*=col-] + [class*=col-], .box-cac address + address {
  margin-top: 1rem
}
@media (min-width:768px) {
  .box-cac > .row > [class*=col-] + [class*=col-] {
    margin-top: 0
  }
}
@media (min-width:992px) {
  .box-cac > .row > [class*=col-] + [class*=col-] {
    margin-top: 1rem
  }
}
@media (min-width:1200px) {
  .box-cac > .row > [class*=col-] + [class*=col-] {
    margin-top: 0
  }
}
.address-boxes {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between
}
.address-boxes address.vcard {
  box-shadow: 0 .35rem .85rem rgba(0, 0, 0, .15);
  flex: 1 1 100%;
  margin: .9375rem 0;
  padding: 1.875rem
}
@media (min-width:768px) {
  .address-boxes address.vcard {
    flex: 1 1 calc(50% - 0.9375rem);
    max-width: calc(50% - .9375rem)
  }
}
@media (min-width:992px) {
  .address-boxes address.vcard {
    flex: 1 1 100%;
    max-width: 100%
  }
}
@media (min-width:1200px) {
  .address-boxes address.vcard {
    flex: 1 1 calc(50% - 0.9375rem);
    max-width: calc(50% - .9375rem)
  }
}
.profile-boxes {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between
}
.profile-boxes .profile-box {
  border-left: 4px solid #999;
  box-shadow: 0 .35rem .85rem rgba(0, 0, 0, .15);
  flex: 1 1 100%;
  margin: .46875rem 0
}
@media (min-width:768px) {
  .profile-boxes .profile-box {
    flex: 1 1 calc(50% - 0.46875rem);
    margin: .9375rem 0;
    max-width: calc(50% - .46875rem)
  }
}
@media (min-width:992px) {
  .profile-boxes .profile-box {
    flex: 1 1 100%;
    max-width: 100%
  }
}
@media (min-width:1400px) {
  .profile-boxes .profile-box {
    flex: 1 1 calc(50% - 0.9375rem);
    max-width: calc(50% - .9375rem)
  }
}
.profile-boxes .profile-box figure {
  align-items: stretch;
  display: flex;
  flex-flow: row nowrap;
  margin: 0
}
.profile-boxes .profile-box figure img {
  align-self: flex-start;
  background-color: #f2f2f2;
  flex-shrink: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 7.5rem
}
.profile-boxes .profile-box figure figcaption {
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: .75rem 1rem
}
@media (min-width:480px) {
  .profile-boxes .profile-box figure figcaption {
    padding: 1rem 1.875rem
  }
}
@media (min-width:768px) {
  .profile-boxes .profile-box figure figcaption {
    padding: .75rem 1rem
  }
}
@media (min-width:992px) {
  .profile-boxes .profile-box figure figcaption {
    padding: 1rem 1.875rem
  }
}
.profile-boxes .profile-box figure figcaption h6 {
  color: inherit;
  line-height: 1.2;
  margin: 0
}
.profile-boxes .profile-box figure figcaption a.profile {
  margin-top: auto;
  white-space: nowrap
}
a.btn {
  text-decoration: none
}
.btn {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: center
}
@media (max-width:479.98px) {
  .btn-xs-block {
    display: block;
    width: 100%
  }
  input[type=button].btn-xs-block, input[type=reset].btn-xs-block, input[type=submit].btn-xs-block {
    width: 100%
  }
  .btn + .btn-block, .btn + .btn-xs-block {
    margin-top: .75rem
  }
}
.btn-circle {
  border-radius: 50%;
  text-align: center
}
.btn-secondary {
  color: #fff
}
.breadcrumb {
  font-size: .75rem;
  margin: 0 0 1.875rem;
  padding-left: 1.875rem;
  position: relative
}
@media (min-width:768px) {
  .breadcrumb {
    font-size: .875rem
  }
}
.breadcrumb .breadcrumb-item {
  padding: 0
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none
}
.breadcrumb .breadcrumb-item:first-child {
  left: 0;
  position: absolute
}
.breadcrumb .breadcrumb-item.active {
  color: #666
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "";
  display: none
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:not(:last-child):after {
  color: #666;
  content: "/";
  display: inline-block;
  padding: 0 .75rem
}
.breadcrumb [class*=icon] {
  color: #c8002d;
  font-size: 1.2em;
  line-height: 1
}
.ckb {
  background-color: hsla(0, 0%, 100%, .95);
  bottom: 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, .2);
  font-size: .75rem;
  left: 0;
  max-height: 100%;
  overflow: auto;
  position: fixed;
  right: 0;
  z-index: 1001
}
.ckb > .container {
  padding: .75rem 1rem
}
@media (min-width:768px) {
  .ckb > .container {
    padding: 1rem 1.875rem
  }
}
.ckb form {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column nowrap;
  font-size: .875rem;
  justify-content: flex-start;
  margin: .75rem 0
}
@media (min-width:992px) {
  .ckb form {
    align-items: center;
    flex-flow: row wrap;
    margin: 1rem 0
  }
}
@media (min-width:1400px) {
  .ckb form {
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 1rem 0
  }
}
.ckb form .form-check {
  flex-shrink: 0;
  margin-right: 1rem
}
.ckb .ckb-buttons {
  width: 100%
}
@media (min-width:480px) {
  .ckb .ckb-buttons {
    width: auto
  }
}
@media (min-width:992px) {
  .ckb .ckb-buttons {
    width: 100%
  }
}
@media (min-width:1400px) {
  .ckb .ckb-buttons {
    margin-left: auto;
    width: auto
  }
}
.ckb .ckb-buttons .btn {
  display: block;
  font-size: .875rem;
  margin: .75rem 0;
  width: 100%
}
@media (min-width:480px) {
  .ckb .ckb-buttons .btn {
    display: inline-block;
    float: left;
    width: auto
  }
  .ckb .ckb-buttons .btn + .btn {
    margin-left: .75rem
  }
}
.ckb .ckb-navigation {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end
}
.ck-panel h4 {
  margin-top: 0
}
.ck-panel label {
  margin-bottom: 0
}
.ck-panel .table tr td:first-child {
  width: 220px
}
.deputy-profile:last-child {
  margin-bottom: 1.875rem
}
.deputy-profile h3 {
  margin-bottom: 1rem
}
.deputy-profile p[role=doc-subtitle] {
  font-size: larger;
  margin-top: 0
}
@media (min-width:768px) {
  .deputy-profile .fig-zoom img {
    max-width: 300px
  }
}
.diary .relative, .timetable .events .relative {
  position: relative
}
.diary .input-group, .timetable .events .input-group {
  margin-bottom: .75rem
}
.diary .form-control, .diary .form-select, .timetable .events .form-control, .timetable .events .form-select {
  border-radius: 0;
  margin: .25rem
}
.diary .search-input, .timetable .events .search-input {
  border-color: #ccc;
  flex-shrink: unset;
  font-size: 1rem;
  padding-left: .625rem;
  padding-right: 2.4rem
}
@media (min-width:1400px) {
  .diary .search-input, .timetable .events .search-input {
    font-size: .875rem
  }
}
.diary .icon-magnifying-glass, .timetable .events .icon-magnifying-glass {
  background-color: transparent;
  border: none;
  bottom: 0;
  color: #c8002d;
  cursor: pointer;
  flex-shrink: unset;
  font-size: 1.4rem;
  line-height: 1.6;
  padding-right: .75rem;
  position: absolute;
  right: .25rem;
  top: 0;
  z-index: 3
}
.diary .icon-magnifying-glass:before, .timetable .events .icon-magnifying-glass:before {
  padding-right: 0
}
.diary .search-category, .timetable .events .search-category {
  font-size: 1rem;
  max-width: 71%
}
@media (min-width:1400px) {
  .diary .search-category, .timetable .events .search-category {
    font-size: .875rem
  }
}
.diary .xtented-search, .timetable .events .xtented-search {
  align-self: center;
  font-size: .75rem;
  margin-left: .5rem;
  max-width: 25%;
  text-decoration: none
}
.diary .lt-calender__navigation, .timetable .events .lt-calender__navigation {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 1rem auto .25rem;
  padding: 0;
  text-align: center
}
.diary .lt-calender__navigation li, .timetable .events .lt-calender__navigation li {
  display: inline-block;
  margin: 0
}
.diary .lt-calender__navigation li.picker-switch, .timetable .events .lt-calender__navigation li.picker-switch {
  font-weight: 700;
  text-transform: uppercase
}
.diary .lt-calender__navigation li.picker-switch a, .timetable .events .lt-calender__navigation li.picker-switch a {
  text-decoration: none
}
.diary .lt-calender__navigation li a.last:before, .timetable .events .lt-calender__navigation li a.last:before {
  content: "\f147"
}
.diary .lt-calender__navigation li a.next:before, .timetable .events .lt-calender__navigation li a.next:before {
  content: "\f146"
}
.diary .lt-calender__navigation li [class^=icon-], .timetable .events .lt-calender__navigation li [class^=icon-] {
  font-size: 1rem
}
.diary .lt-calender__navigation li:before, .timetable .events .lt-calender__navigation li:before {
  content: none;
  display: none
}
.diary .month, .timetable .events .month {
  font-weight: 700;
  margin-bottom: .5rem
}
.diary table, .timetable .events table {
  margin: 0 auto 1rem;
  table-layout: fixed;
  white-space: nowrap;
  width: calc(100% - 16px)
}
.diary table tbody tr td, .timetable .events table tbody tr td {
  margin-bottom: .25rem
}
.diary table tbody tr td, .diary table thead tr th, .timetable .events table tbody tr td, .timetable .events table thead tr th {
  border: none;
  height: 2rem;
  margin-left: .25rem;
  margin-right: .25rem;
  padding: .25rem .2rem;
  text-align: center;
  vertical-align: middle
}
.diary table tbody tr td + td + td + td + td + td + td + td, .diary table thead tr th + td + td + td + td + td + td + td, .timetable .events table tbody tr td + td + td + td + td + td + td + td, .timetable .events table thead tr th + td + td + td + td + td + td + td {
  font-size: .8rem;
  text-align: left;
  white-space: normal
}
.diary table tbody tr td.event > span, .diary table thead tr th.event > span, .timetable .events table tbody tr td.event > span, .timetable .events table thead tr th.event > span {
  align-items: center;
  border-radius: 100%;
  border-style: solid;
  border-width: 2px;
  display: flex;
  flex-flow: row nowrap;
  height: 2rem;
  justify-content: center;
  margin: 0 auto;
  width: 2rem
}
.diary table th.day, .timetable .events table th.day {
  width: 2.2rem
}
.diary table .current a, .diary table .current span, .diary table a, .timetable .events table .current a, .timetable .events table .current span, .timetable .events table a {
  align-items: center;
  border: 1px solid #c8002d;
  border-radius: 100%;
  display: flex;
  flex-flow: row nowrap;
  height: 2rem;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  width: 2rem
}
.diary table .current a, .diary table .current span, .timetable .events table .current a, .timetable .events table .current span {
  background-color: #c8002d;
  color: #fff
}
.timetable > .col {
  margin-bottom: 1.875rem
}
.timetable .events {
  height: 100%;
  margin: 0;
  overflow-x: auto
}
.timetable .events > table {
  margin: 0;
  width: 100%
}
.timetable .events > table tr td {
  word-wrap: normal;
  white-space: nowrap !important
}
.timetable .events > table tr th.day {
  width: 2.4rem
}
.footer {
  background-color: #f2f2f2;
  color: #333;
  padding: 1rem 0 .75rem;
  position: relative;
}
.footer .btn-circle {
  align-items: center;
  background-color: #c8002d;
  border-radius: 100%;
  color: #fff;
  display: inline-flex;
  flex-flow: row nowrap;
  height: 3rem;
  justify-content: center;
  margin: .75rem .25rem;
  text-decoration: none;
  transition: all .4s ease-in-out;
  width: 3rem
}
.footer .btn-circle:active, .footer .btn-circle:focus, .footer .btn-circle:hover {
  background-color: #950022
}
.footer .jump-up .to-top:before {
  content: "\f13e";
  font-size: 1.8em !important;
  padding: 0 !important
}
.footer .container > .row:first-child [class^=col-] {
  margin-top: 1.875rem
}
@media (min-width:992px) {
  .footer .container > .row:first-child [class^=col-] {
    margin-top: 0
  }
}
.footer > div {
  background: #f2f2f2;
  background-size: auto 400px;
  display: flex;
  flex-direction: column
}
.footer > div .follow-us {
  text-align: center
}
.footer > div .follow-us h6 {
  margin: 1rem 0
}
.footer > div .follow-us > a:before {
  font-size: 1.5rem;
  padding: 0
}
.footer > div .follow-us .btn-circle {
  margin: .75rem .6rem
}
.footer > div .list-links li + li {
  margin-top: .75rem
}
.footer h2, .footer h6 {
  font-size: 1.25rem;
  margin: 1rem 0
}
.footer h2.address:after {
  content: "\f107";
  padding-left: .75rem;
  padding-right: 0
}
.footer a.icon-link:before {
  vertical-align: bottom
}
.meta-footer {
  border-top: 1px solid #999;
  display: flex;
  flex-direction: column-reverse;
  margin-top: .75rem;
  text-align: center
}
.meta-footer > .col {
  flex: unset;
  margin-top: .75rem;
  width: auto
}
.meta-footer nav > ul {
  width: auto
}
.meta-footer nav > ul li {
  margin: 1.875rem 0
}
.meta-footer a {
  color: #333
}
.meta-footer .copyright {
  display: flex;
  flex-flow: row wrap;
  font-size: .75rem;
  max-width: 90%;
  text-align: left
}
@media (min-width:768px) {
  .meta-footer .copyright {
    font-size: .875rem
  }
}
@media (min-width:992px) {
  .meta-footer .copyright {
    font-size: 1rem
  }
}
.meta-footer .copyright span {
  display: inline-block
}
@media (min-width:992px) {
  .footer {
    padding: 1.875rem 0 1rem
  }
  .footer > .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem
  }
  .footer > .container h6 {
    margin-bottom: 1.875rem
  }
  .footer > .container .follow-us {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    text-align: left
  }
  .meta-footer {
    flex-direction: unset;
    font-size: .8em;
    padding: .75rem 0;
    text-align: left
  }
  .meta-footer nav {
    margin-left: auto
  }
  .meta-footer nav > ul {
    text-align: right
  }
  .meta-footer nav > ul li {
    display: inline-block;
    margin: 0 0 0 .75rem
  }
}
.form-group {
  margin-bottom: 1.875rem
}
.--nolabel {
  align-items: flex-end;
  display: flex
}
input[type=submit] {
  font-weight: 600;
  min-width: 10rem;
  padding: .85rem 1.1rem
}
@media (min-width:480px) {
  input[type=submit] {
    min-width: 12.5rem
  }
}
@media (min-width:768px) {
  input[type=submit] {
    min-width: 15rem
  }
}
fieldset {
  border: none;
  margin: 1.875rem 0;
  padding: 0
}
label {
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-weight: 600;
  margin-bottom: .5rem;
  padding-left: 1.1rem
}
.form-check-label {
  font-weight: 400;
  padding-left: 0
}
select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23c8002d' viewBox='0 0 128 128'%3E%3Cpath d='M64 88a3.988 3.988 0 0 1-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0 1 64 88z'/%3E%3C/svg%3E");
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.6em !important
}
select, select option {
  font-family: Montserrat, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, system-ui, -apple-system, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
  font-weight: 400 !important
}
select.form-control-sm {
  background-position: right .6em center;
  background-size: 1.2em 1.2em
}
select::-ms-expand {
  display: none
}
input[type=date] {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%23c8002d' viewBox='0 0 477.867 477.867'%3E%3Cpath d='M426.667 51.2h-51.2V17.067C375.467 7.641 367.826 0 358.4 0s-17.067 7.641-17.067 17.067V51.2h-204.8V17.067C136.533 7.641 128.892 0 119.467 0S102.4 7.641 102.4 17.067V51.2H51.2C22.923 51.2 0 74.123 0 102.4v324.267c0 28.277 22.923 51.2 51.2 51.2h375.467c28.277 0 51.2-22.923 51.2-51.2V102.4c0-28.277-22.923-51.2-51.2-51.2zm17.066 375.467c0 9.426-7.641 17.067-17.067 17.067H51.2c-9.426 0-17.067-7.641-17.067-17.067V204.8h409.6v221.867zm0-256h-409.6V102.4c0-9.426 7.641-17.067 17.067-17.067h51.2v34.133c0 9.426 7.641 17.067 17.067 17.067s17.067-7.641 17.067-17.067V85.333h204.8v34.133c0 9.426 7.641 17.067 17.067 17.067s17.067-7.641 17.067-17.067V85.333h51.2c9.426 0 17.067 7.641 17.067 17.067v68.267z'/%3E%3Cpath d='M136.533 238.933H102.4c-9.426 0-17.067 7.641-17.067 17.067s7.641 17.067 17.067 17.067h34.133c9.426 0 17.067-7.641 17.067-17.067s-7.641-17.067-17.067-17.067zm119.467 0h-34.133c-9.426 0-17.067 7.641-17.067 17.067s7.641 17.067 17.067 17.067H256c9.426 0 17.067-7.641 17.067-17.067s-7.641-17.067-17.067-17.067zm119.467 0h-34.133c-9.426 0-17.067 7.641-17.067 17.067s7.641 17.067 17.067 17.067h34.133c9.426 0 17.067-7.641 17.067-17.067-.001-9.426-7.642-17.067-17.067-17.067zM136.533 307.2H102.4c-9.426 0-17.067 7.641-17.067 17.067s7.641 17.067 17.067 17.067h34.133c9.426 0 17.067-7.641 17.067-17.067s-7.641-17.067-17.067-17.067zm119.467 0h-34.133c-9.426 0-17.067 7.641-17.067 17.067s7.641 17.067 17.067 17.067H256c9.426 0 17.067-7.641 17.067-17.067S265.426 307.2 256 307.2zm119.467 0h-34.133c-9.426 0-17.067 7.641-17.067 17.067s7.641 17.067 17.067 17.067h34.133c9.426 0 17.067-7.641 17.067-17.067-.001-9.426-7.642-17.067-17.067-17.067zm-238.934 68.267H102.4c-9.426 0-17.067 7.641-17.067 17.067S92.974 409.6 102.4 409.6h34.133c9.426 0 17.067-7.641 17.067-17.067s-7.641-17.066-17.067-17.066zm119.467 0h-34.133c-9.426 0-17.067 7.641-17.067 17.067s7.641 17.067 17.067 17.067H256c9.426 0 17.067-7.641 17.067-17.067s-7.641-17.067-17.067-17.067zm119.467 0h-34.133c-9.426 0-17.067 7.641-17.067 17.067s7.641 17.067 17.067 17.067h34.133c9.426 0 17.067-7.641 17.067-17.067s-7.642-17.067-17.067-17.067z'/%3E%3C/svg%3E");
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-size: 1.25em 1.25em;
  padding-right: 2.5em
}
input[type=date]::-webkit-clear-button, input[type=date]::-webkit-inner-spin-button {
  opacity: 0
}
input[type=date]::-webkit-calendar-picker-indicator {
  height: 100%;
  left: 1.6em;
  opacity: 0;
  position: relative
}
input[type=checkbox], input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #ccc;
  border-radius: 0;
  cursor: pointer;
  font-size: inherit;
  height: 1.2em;
  margin-top: .14em;
  vertical-align: top;
  width: 1.2em
}
input[type=checkbox] {
  -webkit-print-color-adjust: exact;
  color-adjust: exact
}
input[type=checkbox]:checked {
  background-color: #c8002d;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
  border-color: #c8002d
}
input[type=checkbox]:checked:disabled, input[type=checkbox]:checked[disabled] {
  background-color: #ccc;
  border-color: #ccc
}
input[type=checkbox]:disabled, input[type=checkbox][disabled] {
  background-color: #f9f9f9;
  border-color: #f2f2f2
}
input[type=radio] {
  border-radius: 100%
}
input[type=radio]:checked {
  background-color: #c8002d;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
  border-color: #c8002d
}
input[type=radio]:checked:disabled, input[type=radio]:checked[disabled] {
  background-color: #ccc;
  border-color: #ccc
}
input[type=radio]:disabled, input[type=radio][disabled] {
  background-color: #f9f9f9;
  border-color: #f2f2f2
}
.form-control:-ms-input-placeholder {
  color: #333
}
.form-control::placeholder {
  color: #333
}
.form-check {
  padding-left: 1.6em
}
.form-check input[type=checkbox], .form-check input[type=radio] {
  float: left;
  margin-left: -1.6em
}
.form-check-input {
  margin-left: 0;
  position: static
}
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  opacity: .5
}
input[type=search]::-ms-clear, input[type=search]::-ms-reveal {
  display: none;
  height: 0;
  width: 0
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none
}
.ctrl {
  align-items: stretch;
  background-color: #fff;
  display: flex
}
.ctrl__counter {
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  color: #999;
  overflow: hidden;
  position: relative;
  width: 3rem
}
.ctrl__counter.is-input .ctrl__counter-num {
  opacity: 0;
  transition: opacity .1s ease-in
}
.ctrl__counter.is-input .ctrl__counter-input {
  -webkit-appearance: none;
  appearance: none;
  opacity: 1;
  transition: opacity .1s ease-in
}
.ctrl__counter-input {
  border: none;
  box-shadow: none;
  color: #999;
  font-family: Montserrat, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, system-ui, -apple-system, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  height: 100%;
  margin: 0;
  opacity: 0;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  transition: opacity .1s ease-in;
  width: 100%;
  z-index: 2
}
.ctrl__counter-num {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 1s ease-in;
  z-index: 1
}
.ctrl__counter-num.is-increment-hide {
  animation: increment-prev .1s ease-in;
  opacity: 0;
  transform: translateY(-50px)
}
.ctrl__counter-num.is-increment-visible {
  animation: increment-next .1s ease-out;
  opacity: 1;
  transform: translateY(0)
}
.ctrl__counter-num.is-decrement-hide {
  animation: decrement-prev .1s ease-in;
  opacity: 0;
  transform: translateY(50px)
}
.ctrl__counter-num.is-decrement-visible {
  animation: decrement-next .1s ease-out;
  opacity: 1;
  transform: translateY(0)
}
.ctrl__button {
  align-items: center;
  background-color: #999;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.825rem;
  justify-content: center;
  line-height: 1.5;
  width: 3rem
}
.ctrl__button, .ctrl__button:hover {
  transition: background-color .1s ease-in
}
.ctrl__button:hover {
  background-color: #ccc
}
.ctrl__button:active {
  background-color: #666;
  transition: background-color .1s ease-in
}
.ctrl__button::selection {
  background-color: #999
}
@keyframes decrement-prev {
  0% {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes decrement-next {
  0% {
    opacity: 0;
    transform: translateY(-50px)
  }
}
@keyframes increment-prev {
  0% {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes increment-next {
  0% {
    opacity: 0;
    transform: translateY(50px)
  }
}
.gallery {
  background-color: #f2f2f2;
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
  padding: 1.875rem
}
.gallery .images {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1rem;
  margin-right: -1rem
}
.gallery .images > a {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%
}
.gallery .images > a:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%
}
.gallery .images > a figure {
  background-color: transparent;
  display: table-cell;
  height: calc(100% - 2rem);
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: calc(100% - 2rem);
  z-index: 4
}
.gallery .images > a figure > img {
  display: block;
  height: auto;
  left: 50%;
  margin: 1rem;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  vertical-align: center;
  width: auto
}
.gallery button {
  margin-top: 1rem
}
@media (min-width:480px) {
  .gallery .images > a {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
}
.header .logo {
  position: absolute;
  top: 1rem;
  transition: all .4s ease-in-out;
  width: 130px
}
.mobile-menu-buttons {
  margin-left: -.1875rem;
  margin-right: -.1875rem;
  padding: .75rem .25rem 1.875rem;
  text-align: right
}
.mobile-menu-buttons .toggle-menu, .mobile-menu-buttons .toggle-search {
  margin-left: auto;
  margin-right: .25rem;
  text-decoration: none
}
.mobile-menu-buttons .toggle-menu > [class*=icon-], .mobile-menu-buttons .toggle-search > [class*=icon-] {
  font-size: 1.625rem
}
.mobile-menu-buttons .search-mobile {
  background-color: #fff;
  box-shadow: 0 14px 8px -10px rgba(0, 0, 0, .3);
  left: 0;
  padding: 1rem .5rem;
  position: absolute;
  top: 4.2rem;
  vertical-align: bottom;
  width: 100%;
  z-index: 1
}
.mobile-menu-buttons .search-mobile .search-input input {
  -webkit-appearance: none;
  appearance: none;
  font-size: 1rem;
  padding-right: 3.2rem;
  width: 100%
}
.mobile-menu-buttons .search-mobile .search-input button {
  background: none;
  border: none;
  padding: .5rem .8rem .3rem 0;
  position: absolute;
  right: 0;
  z-index: 10
}
.mobile-menu-buttons .search-mobile .search-input button .icon-magnifying-glass {
  color: #c8002d;
  font-size: 1.625rem;
  line-height: 1.4;
  pointer-events: none
}
.mobile-menu-buttons .toggle-menu.active .icon-menu:before, .mobile-menu-buttons .toggle-search.active .icon-magnifying-glass:before {
  content: "\f141"
}
.main-nav, .meta-nav {
  position: relative
}
.main-nav li, .meta-nav li {
  display: inline-block
}
.main-nav a, .meta-nav a {
  color: #333;
  display: block;
  text-decoration: none
}
.main-nav .dropdown-toggle:after, .meta-nav .dropdown-toggle:after {
  display: none
}
.main-nav .dropdown-menu, .meta-nav .dropdown-menu {
  min-width: unset;
  padding: 0;
  position: relative;
  z-index: 10000
}
.main-nav .dropdown-menu li, .meta-nav .dropdown-menu li {
  display: block;
  margin: 0;
  text-align: right
}
.main-nav .dropdown-menu li .dropdown-item.active, .meta-nav .dropdown-menu li .dropdown-item.active {
  background-color: #f2f2f2;
  color: #333
}
.main-nav .dropdown-menu li .dropdown-item:active, .meta-nav .dropdown-menu li .dropdown-item:active {
  background-color: #ccc;
  color: #333
}
.meta-nav {
  line-height: 1.6;
  white-space: nowrap
}
.meta-nav li {
  margin: 0 0 0 1.875rem
}
.meta-nav a {
  align-items: center;
  color: #999;
  display: flex;
  flex-flow: row nowrap;
  font-size: .875rem;
  justify-content: flex-start;
  transition: color .4s ease-in-out
}
.meta-nav a .badge {
  margin-left: .4rem
}
@media (min-width:992px) {
  .meta-nav a .badge {
    margin-left: 0
  }
}
.meta-nav a:active, .meta-nav a:focus, .meta-nav a:hover {
  color: #333
}
.meta-nav a > [class*=icon-] {
  font-size: 1rem
}
.main-nav {
  font-weight: 600
}
.main-nav > ul {
  margin-bottom: 1rem
}
.main-nav > ul li + li {
  margin-top: 0
}
.main-nav__link {
  text-transform: uppercase;
  transition: color .4s ease-in-out
}
.main-nav__link:active, .main-nav__link:focus, .main-nav__link:hover {
  color: #c8002d
}
.main-nav__link .icon-next {
  display: none
}
.main-nav .icon-magnifying-glass {
  font-size: 1.4em
}
.main-nav .footer-links {
  border-top: 1px solid #f2f2f2;
  margin-bottom: .75rem
}
.main-nav .footer-links > li {
  margin-top: 1rem
}
.main-nav .footer-links > li > a {
  font-weight: 100
}
.main-nav__sub {
  display: none;
  font-weight: 400
}
a.active + .main-nav__sub {
  display: block
}
.main-nav__sub .container {
  display: flex;
  flex-direction: column
}
.main-nav__sub .container h6 {
  font-size: 1rem;
  text-transform: uppercase
}
.main-nav__sub .container ul li a {
  font-size: .9375rem;
  padding: .2rem 0;
  transition: color .4s ease-in-out
}
.main-nav__sub .container ul li a:active, .main-nav__sub .container ul li a:focus, .main-nav__sub .container ul li a:hover {
  color: #c8002d
}
.main-nav__sub .container > *, .main-nav__sub li {
  padding: .25rem 0
}
@media (min-width:992px) {
  .header .logo {
    position: absolute;
    top: 2.5rem;
    width: 8.4375rem;
    z-index: 1000
  }
  .header > .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem
  }
  .main-nav, .meta-nav {
    display: block;
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-align: right
  }
  .main-nav ul, .meta-nav ul {
    margin-left: auto
  }
  .main-nav > ul {
   /* margin-right: 3rem */
  }
  .main-nav {
    font-size: 14px;
    margin-top: 1rem;
    min-height: 85px
  }
  .main-nav > ul > li + li {
    margin-left: 1rem
  }
  .main-nav__link {
    font-size: 1.125rem;
    padding: .75rem 0 .5rem
  }
  .main-nav__link.active {
    color: #c8002d
  }
  .main-nav__sub {
    background-color: #fff;
    box-shadow: 0 18px 22px -20px rgba(0, 0, 0, .6);
    flex-direction: row;
    left: 50%;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1000
  }
  .main-nav__sub:after, .main-nav__sub:before {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50%
  }
  .main-nav__sub:before {
    left: calc(-50% + 1px)
  }
  .main-nav__sub:after {
    right: calc(-50% + 1px)
  }
  .main-nav__sub h6 {
    font-size: 1rem
  }
  .main-nav__sub li {
    display: block
  }
  .main-nav__sub .container {
    display: flex;
    flex-direction: row;
    margin: -.75rem;
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
    z-index: 1000
  }
  .main-nav__sub .container > * {
    flex-basis: 25%;
    max-width: 25%;
    padding: .75rem
  }
  .main-nav__sub .container:before {
    background-color: #c8002d;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
  }
  .main-nav__sub .container ul li a {
    font-size: .9375rem;
    padding: 0
  }
  .main-nav .search-desktop {
    position: absolute;
    right: 0;
    top: 1.2rem
  }
  .main-nav .search-desktop.active .autocomplete {
    height: 100%
  }
  .main-nav .search-desktop.active .search-input {
    height: 3.375rem;
    width: 992px
  }
  .main-nav .search-desktop.active .search-input input {
    opacity: 1;
    width: 992px
  }
  .main-nav .search-desktop.active .search-input input + .icon-magnifying-glass {
    color: #c8002d;
    padding-right: .8rem
  }
  .main-nav .search-desktop.active .search-input input + .icon-magnifying-glass button {
    pointer-events: auto
  }
  .main-nav .search-desktop .search-input {
    transition: width .4s ease-in-out
  }
  .main-nav .search-desktop .search-input input {
    font-size: 1.4rem;
    opacity: 0;
    padding-bottom: .5rem;
    padding-right: 3.2rem;
    padding-top: .5rem;
    position: absolute;
    right: 0;
    transition: width .4s ease-in-out;
    width: 0
  }
  .main-nav .search-desktop .search-input .icon-magnifying-glass {
    font-size: 1.6rem;
    line-height: 2;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: all .4s ease-in-out;
    z-index: 10
  }
  .main-nav .search-desktop .search-input .icon-magnifying-glass button {
    background: none;
    border: none;
    height: 100%;
    padding: .5rem .4rem .3rem 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
  }
  .mobile-menu-buttons {
    display: none
  }
}
@media (min-width:1200px) {
  .header .logo {
    top: 2.75rem;
    width: 15.125rem
  }
}
@media (min-width:1400px) {
  .header .logo {
    top: 2.125rem;
    width: 17rem
  }
  .main-nav__link {
    font-size: 1.25rem
  }
}
@media (max-width:991.98px) {
  .header-menu {
    display: none;
    left: 0;
    position: absolute;
    right: 0
  }
  .header-menu .header-wrapper {
    padding: 0 .938rem;
    position: relative;
    z-index: 1000
  }
  .header-menu:after, .header-menu:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0
  }
  .header-menu:before {
    background-color: #fff;
    top: 0;
    z-index: 999
  }
  .header-menu:after {
    box-shadow: 0 4px 12px 4px rgba(0, 0, 0, .3);
    height: 1rem;
    z-index: 998
  }
  .header-menu.active {
    border-top: .125rem solid #c8002d;
    display: block;
    z-index: 1001
  }
  .meta-nav {
    line-height: 2.7;
    margin-top: 1rem
  }
  .meta-nav > ul {
    display: flex;
    flex-wrap: wrap
  }
  .meta-nav > ul > li {
    flex-basis: 50%;
    margin: 0
  }
  .meta-nav > ul > li:nth-child(2n) > a {
    justify-content: flex-end
  }
  .meta-nav > ul > li:nth-child(2) {
    order: 4
  }
  .meta-nav > ul > li:nth-child(3) {
    order: 3
  }
  .meta-nav > ul > li:nth-child(4) {
    order: 2
  }
  .meta-nav .dropdown-menu {
    width: 50%
  }
  .main-nav {
    font-size: 1.125rem;
    overflow-x: hidden;
    overflow-y: auto
  }
  .main-nav .search-desktop {
    display: none
  }
  .main-nav li {
    display: block
  }
  .main-nav__link {
    border-top: 1px solid #f2f2f2;
    padding-bottom: .75rem;
    padding-right: 1rem;
    padding-top: .75rem;
    position: relative
  }
  .main-nav__link [class^=icon-] {
    color: #c8002d;
    display: inline-flex;
    font-size: 1.125rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    transform: rotate(90deg);
    transition: transform .2s ease-in-out
  }
  .main-nav__link.active [class^=icon-] {
    transform: rotate(-90deg)
  }
  .main-nav__sub {
    border-top: 1px solid #f2f2f2
  }
  .main-nav__sub .container {
    padding-left: 0;
    padding-right: 0;
    padding-top: .75rem
  }
  .main-nav__sub .container > div:not(:first-child) {
    margin-top: .75rem
  }
}
.keyvisual {
  background-color: #fff;
  display: none;
  position: relative;
  z-index: -1
}
@media (min-width:992px) {
  .keyvisual {
    display: block;
    margin-bottom: -4%
  }
}
@media (min-width:1600px) {
  .keyvisual {
    margin-bottom: -88px
  }
}
.keyvisual .keyvisual_inner {
  margin: 0 auto;
  max-width: 1920px;
  padding: 21.09375% 0 0;
  position: relative;
  width: 100%
}
@media (min-width:1600px) {
  .keyvisual .keyvisual_inner {
    height: 405px;
    padding: 0
  }
}
.keyvisual .keyvisual_inner .slide {
  -webkit-backface-visibility: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto
}
.keyvisual .keyvisual_inner .slick-list, .keyvisual .keyvisual_inner .slide {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.keyvisual .keyvisual_inner .slick-track {
  height: 100%
}
.highlight-box {
  background: #f2f2f2
}
.delete:before, .diary .lt-calender__navigation li a.last:before, .diary .lt-calender__navigation li a.next:before, .footer .jump-up .to-top:before, .footer h2.address:after, .icon-add:before, .info:before, .list-entries .list-entry-date:before, .list-metainfo .list-entry-committee:before, .list-metainfo .list-entry-date:before, .list-metainfo .list-entry-download:before, .list-metainfo .list-entry-location:before, .list-metainfo .list-entry-time:before, .lt-filter-ansicht .view-grid:after, .lt-filter-ansicht .view-list:after, .press:before, .reload:before, .sitemap li a:not(.external):before, .teaser-img.-livestream:before, .teaser-img.-signlanguage:before, .teaser-img .copyright-notice:before, .time-line:before, .timetable .events .lt-calender__navigation li a.last:before, .timetable .events .lt-calender__navigation li a.next:before, .topnews-img .copyright-notice:before, [class*=" icon-"]:before, [class^=icon-]:before, a.addcal:before, a.calendar:before, a.document:before, a.download:before, a.email:before, a.external:before, a.ics:before, a.internal:before, a.location:before, a.pdf:before, a.profile:before, a.rss:before, a.view:before, a[href$=".pdf"]:before, a[href^="mailto:"]:before, aside .box figure .copyright-notice:before, figure .fig-zoom:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: Icons;
  font-size: 1em;
  font-style: normal;
  font-variant: normal;
  font-weight: 400 !important;
  line-height: inherit;
  padding-right: .3rem;
  text-transform: none;
  vertical-align: top
}
.delete, .diary .lt-calender__navigation li a.last, .diary .lt-calender__navigation li a.next, .icon-add, .info, .list-entries .list-entry-date:before, .list-metainfo .list-entry-committee:before, .list-metainfo .list-entry-date:before, .list-metainfo .list-entry-download:before, .list-metainfo .list-entry-location:before, .list-metainfo .list-entry-time:before, .press, .reload, .sitemap li a:not(.external), .timetable .events .lt-calender__navigation li a.last, .timetable .events .lt-calender__navigation li a.next, [class*=" icon-"], [class^=icon-], a.addcal, a.calendar, a.document, a.download, a.email, a.external, a.ics, a.info, a.internal, a.location, a.pdf, a.profile, a.rss, a.view, a[href$=".pdf"], a[href^="mailto:"] {
  text-decoration: none
}
.icon-five:before {
  content: "\f101"
}
.icon-study:before {
  content: "\f102"
}
.icon-magnifying-glass:before {
  content: "\f103"
}
.icon-language:before {
  content: "\f104"
}
.icon-earth-grid:before {
  content: "\f105"
}
.icon-envelope:before {
  content: "\f106"
}
.icon-laptop:before {
  content: "\f107"
}
.icon-twitter:before {
  content: "\f108"
}
.icon-facebook:before {
  content: "\f109"
}
.icon-instagram:before {
  content: "\f10a"
}
.icon-youtube:before {
  content: "\f10b"
}
.icon-chat:before {
  content: "\f10c"
}
.icon-more:before {
  content: "\f10d"
}
.icon-video-streaming:before {
  content: "\f10e"
}
.icon-video-camera:before {
  content: "\f10f"
}
.icon-videocamera:before {
  content: "\f110"
}
.icon-clock:before {
  content: "\f111"
}
.icon-photo-camera:before {
  content: "\f112"
}
.icon-view:before {
  content: "\f113"
}
.icon-pointer:before {
  content: "\f114"
}
.icon-image:before {
  content: "\f115"
}
.icon-filter:before {
  content: "\f116"
}
.icon-download:before {
  content: "\f117"
}
.icon-pdf:before {
  content: "\f118"
}
.icon-home:before {
  content: "\f119"
}
.icon-cart:before {
  content: "\f11a"
}
.icon-zooming:before {
  content: "\f11b"
}
.icon-zooming-1:before {
  content: "\f11c"
}
.icon-user:before {
  content: "\f11d"
}
.icon-menu:before {
  content: "\f11e"
}
.icon-rss:before {
  content: "\f11f"
}
.icon-grid:before {
  content: "\f120"
}
.icon-grid-1:before {
  content: "\f121"
}
.icon-list:before {
  content: "\f122"
}
.icon-bin:before {
  content: "\f123"
}
.icon-info:before {
  content: "\f124"
}
.icon-warning:before {
  content: "\f125"
}
.icon-gallery:before {
  content: "\f126"
}
.icon-picture:before {
  content: "\f127"
}
.icon-google-docs:before {
  content: "\f128"
}
.icon-contract:before {
  content: "\f129"
}
.icon-file:before {
  content: "\f12a"
}
.icon-file-end:after {
  content: "\f12a"
}
.icon-quiz:before {
  content: "\f12b"
}
.icon-quiz-1:before {
  content: "\f12c"
}
.icon-notebook:before {
  content: "\f12d"
}
.icon-stamp:before {
  content: "\f12e"
}
.icon-list-1:before {
  content: "\f130"
}
.icon-calendar-add:before {
  content: "\f131"
}
.icon-play-button:before {
  content: "\f133"
}
.icon-calendar:before {
  content: "\f134"
}
.icon-calendar-1:before {
  content: "\f135"
}
.icon-calendar-2:before {
  content: "\f132"
}
.icon-calendar-3:before {
  content: "\f138"
}
.icon-calendar-4:before {
  content: "\f12f"
}
.icon-document:before {
  content: "\f136"
}
.icon-play-button-1:before {
  content: "\f137"
}
.icon-open-book:before {
  content: "\f139"
}
.icon-list-2:before {
  content: "\f13a"
}
.icon-chevron-right:before {
  content: "\f13b"
}
.icon-chevron-left:before {
  content: "\f13c"
}
.icon-chevron-down:before {
  content: "\f13d"
}
.icon-chevron-up:before {
  content: "\f13e"
}
.icon-download-1:before {
  content: "\f13f"
}
.icon-download-2:before {
  content: "\f140"
}
.icon-close:before {
  content: "\f141"
}
.icon-link:before {
  content: "\f142"
}
.icon-speaker:before {
  content: "\f143"
}
.icon-right-arrow:before {
  content: "\f144"
}
.icon-left-arrow:before {
  content: "\f145"
}
.icon-left-big:before {
  content: "\f147"
}
.icon-right-big:before {
  content: "\f146"
}
.icon-right-arrow-1:before {
  content: "\f148"
}
.icon-left-arrow-1:before {
  content: "\f149"
}
.icon-reload:before {
  content: "\f14a"
}
.icon-refresh:before {
  content: "\f14b"
}
.icon-check:before {
  content: "\f14c"
}
.icon-next:before {
  content: "\f13b"
}
.icon-prev:before {
  content: "\f13c"
}
.icon-up:before {
  content: "\f13e"
}
.icon-down:before {
  content: "\f13d"
}
.icon-cart:before {
  padding-right: .5rem
}
a.email:before, a[href^="mailto:"]:before {
  content: "\f106"
}
a.document em, a.download em {
  color: #333;
  font-size: 80%;
  font-style: normal
}
a.document:before, a.download:before {
  content: "\f136"
}
a.document[href$=".pdf"], a.download[href$=".pdf"] {
  content: "\f118"
}
a.pdf em, a[href$=".pdf"] em {
  color: #333;
  font-size: 80%;
  font-style: normal
}
a.pdf:before, a[href$=".pdf"]:before {
  content: "\f118"
}
a.internal:before {
  content: "\f148"
}
a.external:before {
  content: "\f142";
  vertical-align: baseline
}
a.external[href$=".pdf"]:before {
  content: "\f118"
}
a.profile:before {
  content: "\f11d"
}
.info:before, a.info:before {
  content: "\f124"
}
a.rss:before {
  content: "\f11f"
}
a.calendar:before {
  content: "\f134"
}
.icon-add:before, a.addcal:before, a.ics:before {
  content: "\f12f"
}
a.location:before {
  content: "\f114"
}
a.view:before {
  content: "\f113"
}
.press:before {
  content: "\f12a"
}
.icon-burger {
  display: inline-block;
  margin-left: .5rem;
  vertical-align: middle;
  width: 2rem
}
.icon-burger span {
  border-top: 2px solid #c8002d;
  display: block;
  margin-bottom: 2px
}
.delete:before {
  content: "\f123"
}
.reload:before {
  content: "\f14a"
}
.icon-portrait {
  display: inline-block;
  margin-left: .5rem;
  vertical-align: middle
}
.icon-portrait > span {
  display: block;
  line-height: 0
}
.icon-portrait > span > span {
  border: 1px solid #c8002d;
  display: inline-block;
  height: 10px;
  margin: 0 2px 2px 0;
  width: 10px
}
figure {
  display: flex;
  flex-direction: column;
  margin: .75rem 0 1.875rem
}
figure.img-center {
  clear: both;
  margin: 3.75rem auto;
  max-width: 50rem
}
figure.img-left {
  float: left;
  margin-right: 1.875rem
}
figure.img-right {
  float: right;
  margin-left: 1.875rem
}
figure.img-left, figure.img-right {
  clear: both;
  width: 100%
}
@media (min-width:768px) {
  figure.img-left, figure.img-right {
    max-width: 50%
  }
}
@media (min-width:992px) {
  figure.img-left, figure.img-right {
    max-width: 50%
  }
}
@media (min-width:1200px) {
  figure.img-left, figure.img-right {
    max-width: 33.3333333333%
  }
}
figure img {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%
}
figure .fig-zoom {
  cursor: pointer;
  margin: 0;
  position: relative
}
figure .fig-zoom:after {
  align-items: center;
  background-color: hsla(0, 0%, 100%, .9);
  border-radius: 50%;
  bottom: .6em;
  box-shadow: 0 .35rem .85rem rgba(0, 0, 0, .15);
  color: #c8002d;
  content: "\f11b";
  display: flex;
  font-size: 1.6em;
  height: 2.2em;
  justify-content: center;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: .6em;
  width: 2.2em;
  z-index: 4
}
figure figcaption {
  background-color: #f2f2f2;
  color: #333;
  font-size: 85%;
  font-weight: 600;
  padding: 1rem
}
figure figcaption:empty {
  display: none
}
figure figcaption .source, figure figcaption cite {
  display: block;
  font-size: 80%;
  font-weight: 400
}
[data-lightbox-gallery] figure {
  cursor: pointer
}
.-party-bordered {
  border-left: 6px solid
}
.product-image-box {
  background: #fff;
  padding-top: 100%;
  position: relative
}
.product-image-box .product-image-box-inner {
  background-color: #f2f2f2;
  height: 100%;
  left: 0;
  padding: 8%;
  position: absolute;
  top: 0;
  width: 100%
}
.product-image-box .product-image-box-inner > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%
}
.product-image-box .product-image-box-inner > div > img {
  box-shadow: 0 2px 4px 0 #999, 0 3px 10px 0 #999;
  display: block;
  max-height: 100%;
  max-width: 100%;
  min-height: 1px;
  min-width: 1px
}
.pi-box {
  background: #fff;
  padding-top: 100%;
  position: relative
}
.pi-box .pi-box-inner {
  background-color: #f2f2f2;
  display: table-cell;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%
}
.pi-box .pi-box-inner > img {
  box-shadow: 0 2px 4px 0 #999, 0 3px 10px 0 #999;
  display: block;
  left: 50%;
  max-height: 84%;
  max-width: 84%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  vertical-align: center
}
.jump-up {
  bottom: 0;
  position: absolute;
  right: 0;
  width: auto
}
@media (max-width:356px) {
  .jump-up {
    bottom: 0
  }
}
.jump-up .btn-circle {
  margin: .75rem .25rem
}
.jump-up .btn-circle i {
  font-size: larger;
  transform: rotate(-90deg) translate(5px, 2px)
}
@media (min-width:992px) {
  .jump-up {
    bottom: unset;
    position: static;
    right: unset;
    text-align: right
  }
}
.jumplist ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 2.5rem;
  margin-top: 5rem
}
.jumplist ol li {
  margin: .42rem
}
.jumplist ol li:last-child {
  margin-right: 0
}
.jumplist ol a {
  border: 2px solid #999;
  border-radius: 50%;
  color: #999;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  height: 2rem;
  text-align: center;
  text-decoration: none;
  transition: all .4s ease-in-out;
  width: 2rem
}
.jumplist ol a[href^="#"] {
  background-color: #c8002d;
  border: 2px solid #c8002d;
  color: #fff
}
.jumplist ol a[href^="#"]:active, .jumplist ol a[href^="#"]:focus, .jumplist ol a[href^="#"]:hover {
  background-color: #950022;
  border-color: #950022
}
.jumplist section {
  border-top: 1px solid #333;
  display: flex;
  flex-flow: column nowrap;
  margin: 2rem 0
}
.jumplist section > h2 {
  background-color: #333;
  color: #fff;
  flex: 0 0 3rem;
  font-family: Frank Ruhl Libre, Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 2rem;
  font-weight: 100;
  height: 3rem;
  line-height: 1.6;
  margin: 0 auto;
  position: -webkit-sticky;
  position: sticky;
  text-align: center;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3rem;
  z-index: 6
}
.jumplist dl {
  margin: 0
}
.jumplist dt {
  padding-top: 2.5rem
}
.jumplist dd {
  margin: 1rem 0
}
.jumplist dd + dt {
  border-top: 1px solid #f2f2f2
}
@media (min-width:992px) {
  .jumplist section {
    flex-flow: row nowrap
  }
  .jumplist section > h2 {
    flex: 0 0 5rem;
    font-size: 3rem;
    height: 5rem;
    margin: 0 1.875rem 0 0;
    width: 5rem
  }
}
.jumplist.-abgeordnete section > div {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  margin-left: -.9375rem;
  margin-right: -.9375rem
}
.jumplist.-abgeordnete .jumplist-item {
  color: #000;
  display: inline-block;
  padding: 2.5rem .9375rem 0;
  text-decoration: none;
  transition: color .4s ease-in-out;
  width: 50%
}
@media (min-width:480px) {
  .jumplist.-abgeordnete .jumplist-item {
    width: 33%
  }
}
@media (min-width:768px) {
  .jumplist.-abgeordnete .jumplist-item {
    width: 25%
  }
}
@media (min-width:992px) {
  .jumplist.-abgeordnete .jumplist-item {
    width: 33%
  }
}
@media (min-width:1400px) {
  .jumplist.-abgeordnete .jumplist-item {
    width: 25%
  }
}
.jumplist.-abgeordnete .jumplist-item figure {
  margin: 0
}
.jumplist.-abgeordnete .jumplist-item figure div {
  margin-bottom: .75rem;
  overflow: hidden;
  position: relative
}
.jumplist.-abgeordnete .jumplist-item figure div img {
  display: block;
  height: auto;
  transition: all .4s ease-in-out;
  width: 100%
}
.jumplist.-abgeordnete .jumplist-item figure div:after {
  background-color: #c8002d;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  transform: translateY(100%);
  transition: all .4s ease-in-out;
  width: 100%;
  z-index: 4
}
.jumplist.-abgeordnete .jumplist-item figure figcaption {
  background-color: transparent;
  padding: 0
}
.jumplist.-abgeordnete .jumplist-item figure figcaption span {
  color: #999;
  font-weight: 400
}
.jumplist.-abgeordnete .jumplist-item:active, .jumplist.-abgeordnete .jumplist-item:focus, .jumplist.-abgeordnete .jumplist-item:hover {
  color: #c8002d
}
.jumplist.-abgeordnete .jumplist-item:active figure div img, .jumplist.-abgeordnete .jumplist-item:focus figure div img, .jumplist.-abgeordnete .jumplist-item:hover figure div img {
  transform: scale(1.04)
}
.jumplist.-abgeordnete .jumplist-item:active figure div:after, .jumplist.-abgeordnete .jumplist-item:focus figure div:after, .jumplist.-abgeordnete .jumplist-item:hover figure div:after {
  transform: translateY(0)
}
.jumplist.-abgeordnete .jumplist-item:active figcaption h6, .jumplist.-abgeordnete .jumplist-item:active figcaption span, .jumplist.-abgeordnete .jumplist-item:focus figcaption h6, .jumplist.-abgeordnete .jumplist-item:focus figcaption span, .jumplist.-abgeordnete .jumplist-item:hover figcaption h6, .jumplist.-abgeordnete .jumplist-item:hover figcaption span {
  color: #c8002d
}
.jumplist.-abgeordnete .jumplist-table {
  margin-left: 0;
  margin-right: 0;
  padding: 1.875rem 0 0
}
.jumplist.-buergerbueros ul {
  width: 100%
}
ul {
  list-style-type: none;
  padding-left: 1.875rem
}
main ul {
  display: table
}
main table ul {
  display: block
}
ul li:before {
  background-color: #c8002d;
  border: 2px solid #c8002d;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: .625rem;
  margin-left: -1.475rem;
  margin-right: .875rem;
  width: .625rem
}
ul li:empty:before {
  border: none
}
ul li:empty:before, ul li li:before {
  background-color: transparent
}
ul li + li {
  margin-top: .25rem
}
.list-group-horizontal li + li {
  margin-top: 0
}
.deputy-profile ul.links, .list-entries, .list-group-ltbrb, .list-icons, .list-links, .list-metainfo, .list-unstyled, .lt-wahlkreise__list ul, .main-nav ul, .meta-nav ul, .paging, .slick-dots, .twitter-proxy ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0
}
.deputy-profile ul.links li:before, .list-entries li:before, .list-group-ltbrb li:before, .list-icons li:before, .list-links li:before, .list-metainfo li:before, .list-unstyled li:before, .lt-wahlkreise__list ul li:before, .main-nav ul li:before, .meta-nav ul li:before, .paging li:before, .slick-dots li:before, .twitter-proxy ul li:before {
  content: none
}
.list-group-ltbrb {
  border-radius: 0
}
.list-group-ltbrb > .list-group-item {
  border-width: 1px 0 0
}
.list-group-ltbrb > .list-group-item article > a {
  text-decoration: none
}
.list-group-ltbrb.list-group-horizontal li, .list-group-ltbrb > .list-group-item:last-child {
  border-bottom-width: 1px
}
.list-group-bordered > :nth-child(n) {
  border-width: 1px 0 0
}
.list-group-bordered > :nth-child(n):last-child {
  border-bottom-width: 1px
}
.list-links.--bordered {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 1.875rem 0
}
.list-links.--bordered li {
  border-top: 1px solid #ccc;
  padding: .75rem 1rem;
  transform: translateY(-1px)
}
.list-links.--bordered li + li {
  margin-top: 0
}
.list-links li .download, .list-links li .external, .list-links li .internal, .list-links li .pdf {
  display: inline-block;
  padding-left: 1.2em
}
.list-links li .download:before, .list-links li .external:before, .list-links li .internal:before, .list-links li .pdf:before {
  margin-left: -1.2em;
  padding: 0;
  width: 1.2em
}
.list-icons li {
  margin-bottom: .75rem;
  padding-left: 1.3rem;
  position: relative
}
.list-icons li > a [class^=icon-]:before, .list-icons li [class^=icon-]:before {
  left: 0;
  position: absolute;
  top: .25em
}
.list-entries {
  display: block;
  margin-bottom: 1.875rem !important;
  margin-top: 1.875rem !important
}
.list-entries .list-entry {
  color: #333;
  display: block;
  padding: 1.5em 0;
  position: relative
}
@media (min-width:480px) {
  .list-entries .list-entry {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start
  }
}
.list-entries .list-entry:after {
  background-color: #ccc;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleY(-1);
  transform-origin: top;
  transition: all .4s ease-in-out;
  width: 100%;
  z-index: 4
}
.list-entries a.list-entry {
  text-decoration: none
}
.list-entries a.list-entry * {
  transition: color .4s ease-in-out
}
.list-entries a.list-entry:active *, .list-entries a.list-entry:focus *, .list-entries a.list-entry:hover * {
  color: #c8002d
}
.list-entries a.list-entry:active:after, .list-entries a.list-entry:focus:after, .list-entries a.list-entry:hover:after {
  background-color: #c8002d;
  transform: scaleY(-4)
}
.list-entries .list-entry-text {
  color: #333;
  margin-left: 2rem
}
@media (min-width:480px) {
  .list-entries .list-entry-text {
    margin: 0
  }
}
.list-entries .list-entry-text p {
  margin-bottom: 0
}
.list-entries .list-entry-title {
  color: #000;
  margin: 0
}
.list-entries .list-entry-title + div {
  margin-top: .75rem
}
.list-entries .list-entry-date {
  color: #999;
  margin: 0 0 .25rem;
  padding-left: 2rem;
  position: relative
}
@media (min-width:480px) {
  .list-entries .list-entry-date {
    flex: 0 0 9rem;
    margin: .25rem 1.875rem 0 0
  }
}
.list-entries .list-entry-date:before {
  content: "\f134";
  font-size: 1.4em;
  left: 0;
  margin-top: -.4rem;
  padding: 0;
  position: absolute
}
.list-metainfo {
  display: block;
  margin-bottom: .75rem !important;
  margin-top: 1.875rem !important
}
.list-metainfo li + li {
  margin-top: 0
}
.list-metainfo .list-entry {
  border-top: 1px solid #999;
  color: #333;
  display: block;
  padding: .75rem 0;
  position: relative
}
@media (min-width:480px) {
  .list-metainfo .list-entry {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start
  }
}
.list-metainfo .list-entry:last-child {
  border-bottom: 1px solid #999
}
.list-metainfo .list-entry-text {
  color: #333;
  margin-left: 1.5rem
}
@media (min-width:480px) {
  .list-metainfo .list-entry-text {
    margin: 0
  }
}
.list-metainfo .list-entry-text p {
  margin-bottom: 0
}
.list-metainfo .list-entry-date {
  font-weight: 700;
  margin: 0 0 .25rem;
  padding-left: 1.5rem;
  position: relative
}
@media (min-width:480px) {
  .list-metainfo .list-entry-date {
    flex: 0 0 8rem;
    margin: 0 1.875rem 0 0
  }
}
.list-metainfo .list-entry-date:before {
  content: "\f134";
  left: 0;
  padding: 0;
  position: absolute
}
.list-metainfo .list-entry-time {
  font-weight: 700;
  margin: 0 0 .25rem;
  padding-left: 1.5rem;
  position: relative
}
@media (min-width:480px) {
  .list-metainfo .list-entry-time {
    flex: 0 0 8rem;
    margin: 0 1.875rem 0 0
  }
}
.list-metainfo .list-entry-time:before {
  content: "\f111";
  left: 0;
  padding: 0;
  position: absolute
}
.list-metainfo .list-entry-location {
  font-weight: 700;
  margin: 0 0 .25rem;
  padding-left: 1.5rem;
  position: relative
}
@media (min-width:480px) {
  .list-metainfo .list-entry-location {
    flex: 0 0 8rem;
    margin: 0 1.875rem 0 0
  }
}
.list-metainfo .list-entry-location:before {
  content: "\f114";
  left: 0;
  padding: 0;
  position: absolute
}
.list-metainfo .list-entry-download {
  font-weight: 700;
  margin: 0 0 .25rem;
  padding-left: 1.5rem;
  position: relative
}
@media (min-width:480px) {
  .list-metainfo .list-entry-download {
    flex: 0 0 8rem;
    margin: 0 1.875rem 0 0
  }
}
.list-metainfo .list-entry-download:before {
  content: "\f140";
  left: 0;
  padding: 0;
  position: absolute
}
.list-metainfo .list-entry-committee {
  font-weight: 700;
  margin: 0 0 .25rem;
  padding-left: 1.5rem;
  position: relative
}
@media (min-width:480px) {
  .list-metainfo .list-entry-committee {
    flex: 0 0 8rem;
    margin: 0 1.875rem 0 0
  }
}
.list-metainfo .list-entry-committee:before {
  content: "\f12d";
  left: 0;
  padding: 0;
  position: absolute
}
.events-legend > li:before {
  background-color: inherit;
  border: 3px solid;
  border-color: inherit;
  border-radius: 100%;
  color: inherit;
  content: "";
  display: inline-block;
  height: 1rem;
  margin-left: -1.475rem;
  margin-right: .875rem;
  width: 1rem
}
.table {
  border-collapse: collapse;
  display: table;
  width: 100%
}
.tr {
  display: table-row;
  width: 100%
}
.td {
  display: table-cell
}
.table-info .td {
  border-top: 1px solid #000;
  padding: .75rem 0
}
.table-info .tr:last-child {
  border-bottom: 1px solid #000
}
.sitemap {
  padding-left: 0
}
.sitemap li:before {
  content: "";
  display: none
}
.sitemap li a:not(.external):before {
  content: "\f148"
}
.sitemap > li {
  margin-bottom: 1.875rem
}
.sitemap > li > span {
  text-transform: uppercase
}
.sitemap > li > ul {
  margin-top: 1rem
}
.sitemap > li > ul > li {
  margin-bottom: 1.875rem
}
.sitemap > li > ul > li > span {
  font-weight: 600
}
.sitemap > li > ul > li ul {
  margin-top: .75rem;
  padding-left: 0
}
.teaser-grid {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 1.875rem -.9375rem
}
.teaser-grid article {
  margin: 0;
  padding: 0;
  position: relative;
  transition: .4s;
  width: 100%
}
@media (min-width:480px) {
  .teaser-grid article {
    width: 50%
  }
}
@media (min-width:1400px) {
  .teaser-grid article {
    width: 33.3333333333%
  }
}
.teaser-grid article a {
  color: #000;
  display: block;
  margin: 1.875rem .9375rem;
  text-decoration: none;
  transition: color .4s ease-in-out
}
.teaser-grid article a .teaser-img {
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative
}
.teaser-grid article a .teaser-img:after {
  background-color: #c8002d;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  transform: translateY(100%);
  transition: all .4s ease-in-out;
  width: 100%;
  z-index: 4
}
.teaser-grid article a .teaser-img img {
  display: block;
  height: auto;
  transition: all .4s ease-in-out;
  width: 100%
}
.teaser-grid article a .teaser-date {
  color: #999;
  transition: color .4s ease-in-out
}
.teaser-grid article a h5, .teaser-grid article a h6 {
  margin: .2rem 0 .75rem;
  transition: color .4s ease-in-out
}
.teaser-grid article a:active .teaser-img img, .teaser-grid article a:focus .teaser-img img, .teaser-grid article a:hover .teaser-img img {
  transform: scale(1.04)
}
.teaser-grid article a:active .teaser-img:after, .teaser-grid article a:focus .teaser-img:after, .teaser-grid article a:hover .teaser-img:after {
  transform: translateY(0)
}
.teaser-grid article a:active .teaser-date, .teaser-grid article a:active .teaser-title, .teaser-grid article a:active h5, .teaser-grid article a:active h6, .teaser-grid article a:focus .teaser-date, .teaser-grid article a:focus .teaser-title, .teaser-grid article a:focus h5, .teaser-grid article a:focus h6, .teaser-grid article a:hover .teaser-date, .teaser-grid article a:hover .teaser-title, .teaser-grid article a:hover h5, .teaser-grid article a:hover h6 {
  color: #c8002d
}
.teaser-list article {
  position: relative
}
.teaser-list article > a {
  color: #333;
  display: block;
  padding: .01rem 0;
  text-decoration: none
}
@media (min-width:480px) {
  .teaser-list article > a {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 -.9375rem;
    padding: 0
  }
}
.teaser-list article > a * {
  transition: color .4s ease-in-out
}
.teaser-list article > a .teaser-img {
  margin: 1.875rem 0;
  position: relative;
  width: 100%
}
@media (min-width:480px) {
  .teaser-list article > a .teaser-img {
    padding: 0 .9375rem;
    width: 33.3333333333%
  }
  .teaser-list article > a .teaser-img .copyright-notice {
    left: .9375rem;
    right: .9375rem
  }
}
.teaser-list article > a .teaser-img img {
  display: block;
  height: auto;
  max-width: 100%
}
.teaser-list article > a .teaser-img:before {
  bottom: 8%;
  right: 5%
}
@media (min-width:480px) {
  .teaser-list article > a .teaser-img:before {
    right: calc(4% + .9375rem)
  }
}
.teaser-list article > a .teaser-text {
  margin: 1.875rem 0;
  width: 100%
}
@media (min-width:480px) {
  .teaser-list article > a .teaser-text {
    flex: 1 0 auto;
    padding: 0 .9375rem;
    width: 66.6666666667%
  }
}
.teaser-list article > a .teaser-text .teaser-date {
  color: #999;
  margin-bottom: .25rem
}
.teaser-list article > a .teaser-text .teaser-title, .teaser-list article > a .teaser-text h5 {
  margin-top: 0
}
.teaser-list article > a .teaser-text p {
  margin-bottom: 0
}
.teaser-list article > a:active .teaser-date, .teaser-list article > a:active .teaser-title, .teaser-list article > a:active h5, .teaser-list article > a:focus .teaser-date, .teaser-list article > a:focus .teaser-title, .teaser-list article > a:focus h5, .teaser-list article > a:hover .teaser-date, .teaser-list article > a:hover .teaser-title, .teaser-list article > a:hover h5 {
  color: #c8002d !important
}
.teaser-list article:after {
  background-color: #ccc;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transition: all .4s ease-in-out;
  width: 100%;
  z-index: 4
}
.teaser-list article:active:after, .teaser-list article:focus:after, .teaser-list article:hover:after {
  background-color: #c8002d;
  height: 4px
}
.teaser-box {
  margin: 1.875rem 0;
  padding: .9375rem
}
@media (min-width:768px) {
  .teaser-box {
    padding: 1.875rem
  }
}
.teaser-box .row {
  align-items: flex-start
}
.teaser-box.--gray {
  background-color: #f2f2f2
}
.teaser-box.--bordered {
  border: 1px solid #f2f2f2
}
.teaser-box.--big {
  margin-left: -.9375rem;
  margin-right: -.9375rem
}
@media (min-width:992px) {
  .teaser-box.--big {
    margin-left: -1.875rem;
    margin-right: -1.875rem
  }
}
.teaser-box p:first-child {
  margin-top: 0
}
.teaser-box .col-lg + .col-lg {
  margin-top: 1.875rem
}
@media (min-width:992px) {
  .teaser-box .col-lg + .col-lg {
    margin-top: 0
  }
}
.teaser-box .teaser-img {
  margin-bottom: .75rem
}
.teaser-box .teaser-img .copyright-notice {
  left: .9375rem;
  right: .9375rem
}
@media (min-width:768px) {
  .teaser-box .teaser-img {
    margin-bottom: 0;
    max-width: 27.5rem
  }
}
.teaser-box h6 {
  margin-bottom: .75rem
}
.teaser-img.-livestream:before, .teaser-img.-signlanguage:before {
  align-items: center;
  background-color: hsla(0, 0%, 100%, .9);
  border-radius: 50%;
  bottom: 7%;
  box-shadow: 0 .35rem .85rem rgba(0, 0, 0, .15);
  color: #c8002d;
  display: flex;
  font-size: 1.4em;
  height: 2em;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 4%;
  width: 2em;
  z-index: 4
}
.teaser-img.-signlanguage:before {
  content: "\f101"
}
.teaser-img.-livestream:before {
  content: "\f10f"
}
.teaser-img, .topnews-img, aside .box figure {
  overflow: hidden;
  position: relative
}
.teaser-img img, .topnews-img img, aside .box figure img {
  display: block;
  height: auto;
  width: 100%
}
.teaser-img .copyright-notice, .topnews-img .copyright-notice, aside .box figure .copyright-notice {
  bottom: 0;
  font-size: .75em;
  left: 0;
  position: absolute;
  right: 0
}
.teaser-img .copyright-notice:before, .topnews-img .copyright-notice:before, aside .box figure .copyright-notice:before {
  bottom: .5em;
  color: #fff;
  content: "\f124";
  left: .65em;
  position: absolute;
  text-shadow: 0 0 4px rgba(0, 0, 0, .4);
  transition: opacity .4s ease-in-out
}
.teaser-img .copyright-notice .source, .topnews-img .copyright-notice .source, aside .box figure .copyright-notice .source {
  background-color: hsla(0, 0%, 100%, .9);
  padding: .5em .75em .6em;
  transform: translateY(100%);
  transition: all .4s ease-in-out;
  width: 100%
}
.teaser-img .copyright-notice:hover:before, .topnews-img .copyright-notice:hover:before, aside .box figure .copyright-notice:hover:before {
  opacity: 0
}
.teaser-img .copyright-notice:hover .source, .topnews-img .copyright-notice:hover .source, aside .box figure .copyright-notice:hover .source {
  transform: translateY(0)
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow-x: auto;
  width: 100%
}
table {
  border-spacing: 0;
  width: 100%
}
table thead tr th {
  border-bottom: 2px solid #c8002d;
  text-align: left
}
table tbody tr td, table thead tr th {
  padding: .75rem 1rem;
  vertical-align: top
}
table tbody tr td {
  border-bottom: 1px solid #ccc
}
table tfoot tr td {
  border-bottom: 1px solid #000;
  padding: .6rem 1rem .2rem
}
.twitter-proxy {
  position: relative
}
.twitter-proxy li {
  list-style-position: unset !important;
  list-style-type: unset !important;
  padding-left: 0 !important;
  text-indent: 0 !important
}
.twitter-proxy .simple-bar {
  height: 100%;
  max-height: 460px
}
.twitter-proxy strong {
  color: #000
}
.twitter-proxy .meta-info {
  color: #ccc
}
.twitter-proxy .tweet {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-right: 1em;
  margin-top: 1em;
  word-break: break-word
}
.twitter-proxy:after {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
  bottom: 0;
  content: "";
  display: block;
  height: 1.2em;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0
}
.twitter-proxy .simplebar-scrollbar:before {
  background: #c8002d;
  opacity: 1
}
.twitter-proxy .simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1
}
.twitter-proxy-wrapper h3 a {
  color: #c8002d
}
.twitter-proxy-wrapper h3 i.fa {
  background-color: transparent;
  color: #c8002d;
  font-size: 20px;
  margin-right: .25em;
  padding: 0
}
.paging {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between
}
.paging ul li + li {
  margin-top: 0
}
.paging .pagination-entries, .paging .pagination-wrapper {
  width: 100%
}
.paging .pagination-entries select {
  height: auto;
  padding-right: 3.75rem
}
.paging .pagination {
  font-size: .8em;
  justify-content: space-between;
  margin-bottom: 2rem
}
@media (min-width:768px) {
  .paging .pagination {
    font-size: inherit
  }
}
.paging .page-item {
  font-weight: 700
}
.paging .page-item .page-link {
  align-items: center;
  border-radius: 100%;
  display: flex;
  flex-flow: row nowrap;
  height: 2.6em;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  width: 2.6em
}
.paging .page-item .page-link:before {
  padding: 0 !important
}
.paging .page-item.active .page-link {
  background-color: #c8002d;
  color: #fff
}
@media (min-width:768px) {
  .paging .pagination-wrapper {
    width: auto
  }
  .paging .pagination {
    justify-content: normal;
    margin-bottom: 1rem
  }
  .paging .pagination-entries {
    width: auto
  }
}
.autocomplete-input {
  box-sizing: border-box;
  position: relative;
  width: 100%
}
[data-position=below] .autocomplete-input[aria-expanded=true] {
  border-bottom-color: transparent
}
[data-position=above] .autocomplete-input[aria-expanded=true] {
  border-top-color: transparent;
  z-index: 1000
}
.autocomplete-result-list {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .12);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .16);
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  max-height: 296px;
  overflow-y: auto;
  padding: 0;
  z-index: 1000 !important
}
.autocomplete-result-list li {
  display: block;
  font-weight: 400;
  text-align: left
}
[data-position=below] .autocomplete-result-list {
  border-top-color: transparent;
  margin-top: -1px;
  padding-bottom: 2px
}
[data-position=above] .autocomplete-result-list {
  border-bottom-color: transparent;
  margin-bottom: -1px;
  padding-top: 2px
}
.autocomplete-result {
  cursor: default;
  padding: .5rem .5rem .5rem 1rem
}
.autocomplete-result:hover, .autocomplete-result[aria-selected=true] {
  background-color: rgba(0, 0, 0, .06)
}
.widget-list {
  align-items: stretch;
  margin-bottom: 3.75rem;
  margin-top: 3.75rem
}
.widget-list .teaser-list .teaser-title {
  font-size: 1.125rem
}
.widget-list .teaser-list article:after {
  content: none
}
.widget-list .teaser-list .teaser-img {
  margin-bottom: .75rem;
  margin-top: .75rem
}
@media (min-width:480px) {
  .widget-list .teaser-list .teaser-img:before {
    font-size: 1em
  }
}
.widget-list .teaser-list .teaser-text {
  margin-bottom: .75rem;
  margin-top: .75rem
}
.widget {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem
}
@media (min-width:1400px) {
  .widget {
    margin-bottom: 0;
    margin-top: 0
  }
}
.widget__content {
  display: flex;
  flex-flow: row wrap
}
.widget__content > * {
  flex: 1 1 100%
}
.widget__content h6 {
  margin-bottom: .75rem
}
.timetable .widget__content .events, .widget__content .diary, .widget__content .timetable .events {
  margin-top: .75rem
}
.widget__link {
  padding-top: .75rem
}
@media (max-width:991.98px) {
  .widget {
    margin-top: 1.875rem
  }
}
@media (min-width:768px) {
  .widget .box.box-cac, .widget .box.shadow {
    box-shadow: none !important
  }
}
.widget-parliamentary-groups {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 3.75rem
}
.widget-parliamentary-groups:not(:last-child) {
  margin-bottom: 3.75rem
}
.widget-parliamentary-groups h6 {
  align-self: flex-start;
  flex: 1 0 100%;
  margin-bottom: 1rem
}
.widget-parliamentary-groups .group-logo {
  flex: 0 0 50%;
  max-width: 50%;
  padding: .25rem 1rem;
  text-align: center
}
@media (min-width:768px) {
  .widget-parliamentary-groups .group-logo {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
}
@media (min-width:992px) {
  .widget-parliamentary-groups .group-logo {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
}
.widget-parliamentary-groups .group-logo img {
  display: block;
  height: 6rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  width: 100%
}
.topnews a {
  color: inherit;
  text-decoration: none
}
.topnews a * {
  transition: color .4s ease-in-out
}
.topnews a:active .topnews-meta, .topnews a:active .topnews-title, .topnews a:focus .topnews-meta, .topnews a:focus .topnews-title, .topnews a:hover .topnews-meta, .topnews a:hover .topnews-title {
  color: #c8002d
}
.topnews a:active .topnews-img img, .topnews a:focus .topnews-img img, .topnews a:hover .topnews-img img {
  transform: scale(1.04)
}
.topnews a:active .topnews-img:after, .topnews a:focus .topnews-img:after, .topnews a:hover .topnews-img:after {
  transform: translateY(0)
}
.topnews .topnews-meta {
  color: #666;
  margin: .75rem 0
}
.topnews .topnews-title {
  margin-top: 0
}
.topnews .topnews-img {
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative
}
.topnews .topnews-img:after {
  background-color: #c8002d;
  bottom: 0;
  content: "";
  height: 4px;
  position: absolute;
  transform: translateY(100%);
  z-index: 4
}
.topnews .topnews-img:after, .topnews .topnews-img img {
  display: block;
  transition: all .4s ease-in-out;
  width: 100%
}
.topnews .topnews-img img {
  height: auto
}
.multi-slides .teaser {
  color: #000;
  display: block;
  text-decoration: none;
  transition: color .4s ease-in-out
}
.multi-slides .teaser .teaser-img {
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative
}
.multi-slides .teaser .teaser-img:after {
  background-color: #c8002d;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  transform: translateY(100%);
  transition: all .4s ease-in-out;
  width: 100%;
  z-index: 4
}
.multi-slides .teaser .teaser-img img {
  display: block;
  height: auto;
  transition: all .4s ease-in-out;
  width: 100%
}
.multi-slides .teaser .teaser-date {
  color: #999;
  margin: 0;
  transition: color .4s ease-in-out
}
.multi-slides .teaser .teaser-title {
  font-size: 1.125rem;
  margin: .2rem 0 .75rem;
  transition: color .4s ease-in-out
}
.multi-slides .teaser:active .teaser-img img, .multi-slides .teaser:focus .teaser-img img, .multi-slides .teaser:hover .teaser-img img {
  transform: scale(1.04)
}
.multi-slides .teaser:active .teaser-img:after, .multi-slides .teaser:focus .teaser-img:after, .multi-slides .teaser:hover .teaser-img:after {
  transform: translateY(0)
}
.multi-slides .teaser:active .teaser-date, .multi-slides .teaser:active .teaser-title, .multi-slides .teaser:active h5, .multi-slides .teaser:active h6, .multi-slides .teaser:focus .teaser-date, .multi-slides .teaser:focus .teaser-title, .multi-slides .teaser:focus h5, .multi-slides .teaser:focus h6, .multi-slides .teaser:hover .teaser-date, .multi-slides .teaser:hover .teaser-title, .multi-slides .teaser:hover h5, .multi-slides .teaser:hover h6 {
  color: #c8002d
}
.lt-wahlkreise__karte {
  margin-top: 2.5rem
}
.lt-wahlkreise__karte .svg-container {
  height: 50vh;
  width: 100%
}
@media (min-width:992px) {
  .lt-wahlkreise__karte .svg-container {
    margin-right: 1.875rem
  }
}
@media (min-width:1200px) {
  .lt-wahlkreise__karte {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
  }
  .lt-wahlkreise__karte .lt-wahlkreise__box, .lt-wahlkreise__karte .svg-container {
    flex: 1
  }
  .lt-wahlkreise__karte .svg-container {
    flex: 1;
    margin-right: 3.75rem;
    min-height: 600px;
    width: 100%
  }
}
.lt-wahlkreise__karte .popover-body {
  display: none !important
}
.lt-wahlkreise__box {
  margin-top: 2.5rem
}
@media (min-width:1200px) {
  .lt-wahlkreise__box {
    margin-top: 0
  }
}
.lt-wahlkreise__list {
  margin-top: 1.875rem
}
.lt-wahlkreise__list ul {
  margin-top: 1rem
}
.lt-wahlkreise__list ul li:first-child {
  border-top: 1px solid #ccc
}
@media (min-width:992px) {
  .lt-wahlkreise__list ul {
    column-count: 2;
    display: block
  }
}
.dsgvo {
  background: #f2f2f2 url(bg.5cecbc73.svg) 50% no-repeat;
  background-size: 50% auto;
  opacity: 0;
  padding: 0;
  position: relative;
  text-align: center
}
.dsgvo.loaded {
  opacity: 1
}
.dsgvo.video-center {
  margin: 3.75rem auto;
  max-width: 50rem
}
.dsgvo.accepted {
  background: none;
  height: auto;
  padding-bottom: 0
}
.dsgvo .p-overlay {
  display: block;
  padding: 2em;
  position: relative
}
.dsgvo button.accept {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  overflow: visible;
  text-decoration: none
}
.dsgvo button.accept .icon-play-button {
  color: #c8002d;
  display: block;
  font-size: 6em;
  line-height: 1;
  margin-bottom: .75rem
}
@media (min-width:768px) {
  .dsgvo button.accept .icon-play-button {
    font-size: 6em
  }
}
@media (min-width:992px) {
  .dsgvo button.accept .icon-play-button {
    font-size: 4em
  }
}
@media (min-width:1200px) {
  .dsgvo button.accept .icon-play-button {
    font-size: 6em
  }
}
.dsgvo.accepted .p-overlay, .dsgvo:not(.accepted) .embed-responsive {
  display: none
}
@media (min-width:768px) {
  .dsgvo {
    height: 0;
    padding-bottom: 56.25%;
    position: relative
  }
  .dsgvo .p-overlay {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 3rem;
    position: absolute;
    top: 0;
    width: 100%
  }
}
.lt-plenarsaal {
  margin: 0 -15px;
  position: relative
}
.lt-plenarsaal__sitze {
  margin-bottom: 40px;
  padding: 10px;
  width: 100%
}
.lt-plenarsaal__pulte {
  display: block;
  margin: 0 auto -30px;
  width: 80%
}
.lt-plenarsaal__image {
  margin: 15px 15px 0 0;
  overflow: visible !important;
  width: 100%
}
.lt-plenarsaal__overlay {
  background-color: #fff;
  box-shadow: 0 1px 4px #ccc;
  color: #000;
  margin: 15px 0;
  position: relative;
  width: 100%;
  z-index: 1
}
.lt-plenarsaal__overlay h3 {
  color: inherit;
  font-size: 1.125rem
}
.lt-plenarsaal__overlay p {
  font-size: .875rem;
  margin: 0
}
.lt-plenarsaal__overlay a {
  display: block;
  white-space: nowrap
}
.lt-plenarsaal__overlay figure {
  align-items: stretch;
  background-color: #fff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin: 0
}
.lt-plenarsaal__overlay figcaption {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 400;
  justify-content: flex-start;
  margin: 0 2rem 0 0
}
.lt-plenarsaal__overlay figcaption a.profile {
  margin-top: auto
}
.lt-plenarsaal__overlay .lt-plenarsaal__foto {
  align-self: flex-start;
  height: auto;
  margin-right: 0;
  width: 120px
}
@media (min-width:480px) {
  .lt-plenarsaal__overlay .lt-plenarsaal__foto {
    margin-right: .75rem
  }
}
.lt-plenarsaal__overlay .lt-plenarsaal__close {
  cursor: pointer;
  font-size: 1.09375rem;
  position: absolute !important;
  right: .75rem;
  top: .75rem;
  z-index: 1
}
.lt-plenarsaal__overlay.-simple {
  background-color: rgba(0, 0, 0, .8);
  border: none;
  box-shadow: none;
  color: #fff;
  padding: 6px 12px;
  white-space: nowrap;
  width: auto
}
.lt-plenarsaal__overlay.-simple h3 {
  font-size: 12px;
  font-weight: 400;
  margin: 0
}
.lt-plenarsaal__fraktionen {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 25px 20px;
  width: 100%
}
.lt-plenarsaal__fraktion {
  display: block;
  font-weight: 700;
  line-height: 1.5
}
.lt-plenarsaal__fraktion:before {
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 1.09375rem;
  line-height: inherit;
  margin-right: .75rem;
  vertical-align: text-top;
  width: 1.09375rem
}
.lt-plenarsaal__fraktion-sitze {
  font-weight: 400
}
@media (min-width:992px) {
  .lt-plenarsaal {
    margin: inherit
  }
  .lt-plenarsaal__image {
    margin: 0 15px 0 0
  }
  .lt-plenarsaal__overlay {
    box-shadow: 0 3px 5px #ccc;
    margin: 0;
    max-width: 500px;
    position: absolute
  }
  .lt-plenarsaal__fraktionen {
    margin: 0 0 25px 6px
  }
}
.lt-filter-ansicht {
  align-items: center;
  display: flex;
  justify-content: flex-end
}
.lt-filter-ansicht .view-grid {
  align-items: center;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  text-decoration: none
}
.lt-filter-ansicht .view-grid:after {
  content: "\f120";
  font-size: 1.5em;
  padding: 0 0 0 .75rem
}
.lt-filter-ansicht .view-list {
  align-items: center;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  text-decoration: none
}
.lt-filter-ansicht .view-list:after {
  content: "\f122";
  font-size: 1.5em;
  padding: 0 0 0 .75rem
}
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.slick-list, .slick-slider {
  display: block;
  position: relative
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translateZ(0)
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0
}
.slick-track:after, .slick-track:before {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto
}
.slick-arrow.slick-hidden {
  display: none
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.32c19c5c.gif) 50% no-repeat
}
.slick-next, .slick-prev {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px
}
.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25
}
.slick-next:before, .slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c8002d;
  font-family: Icons;
  font-size: 20px;
  line-height: 1;
  opacity: 1
}
.slick-prev {
  left: -25px
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px
}
.slick-prev:before {
  content: "←"
}
[dir=rtl] .slick-prev:before {
  content: "→"
}
.slick-next {
  right: -25px
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto
}
.slick-next:before {
  content: "→"
}
[dir=rtl] .slick-next:before {
  content: "←"
}
.slick-dotted.slick-slider {
  margin-bottom: 30px
}
.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  position: relative
}
.slick-dots li, .slick-dots li button {
  cursor: pointer;
  height: 20px;
  width: 20px
}
.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  display: block;
  font-size: 0;
  line-height: 0px;
  outline: none;
  padding: 5px
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  content: "•";
  font-family: Icons;
  font-size: 2.3125rem;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: .25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1
}
.multi-slides {
  margin-bottom: 3.75rem !important
}
.multi-slides img {
  max-width: 100%
}
.multi-slides-more {
  margin-left: -.9375rem;
  margin-right: -.9375rem
}
.slick-next, .slick-prev {
  background-color: #fff;
  height: auto;
  padding: .75rem 0;
  text-align: center;
  width: auto;
  z-index: 1000
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  background-color: #fff
}
.slick-next:hover:before, .slick-prev:hover:before {
  color: #950022
}
.slick-next:before, .slick-prev:before {
  font-size: 2.3125rem
}
.slick-prev:before {
  content: "\f147";
  display: inline-block
}
.slick-next:before {
  content: "\f146";
  display: inline-block
}
.slick-dots li.slick-active button:before {
  color: #c8002d
}
@media (max-width:991.98px) {
  .multi-slides {
    margin-left: -.9375rem;
    margin-right: -.9375rem
  }
  .slick-prev {
    left: 0
  }
  .slick-next {
    right: 0
  }
}
@media (min-width:768px) {
  .multi-slides {
    margin-bottom: .75rem !important
  }
  .multi-slides .slick-slide {
    padding: 1rem
  }
  .multi-slides-more {
    margin-left: 0;
    margin-right: 0
  }
}
@media (min-width:992px) {
  .multi-slides-more {
    margin-left: .9375rem;
    margin-right: .9375rem
  }
}
@font-face {
  font-display: block;
  font-family: lg;
  font-style: normal;
  font-weight: 400;
  src: url(lg.f8edcdbb.woff2) format("woff2"), url(lg.253cca28.ttf) format("truetype"), url(lg.f801b1a8.woff) format("woff"), url(lg.c9542252.svg#lg) format("svg")
}
.lg-icon {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: lg !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none
}
.lg-container {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}
.lg-next, .lg-prev {
  background-color: rgba(0, 0, 0, .45);
  border: none;
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  outline: none;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080
}
.lg-next.disabled, .lg-prev.disabled {
  cursor: default;
  opacity: 0 !important
}
.lg-next:hover:not(.disabled), .lg-prev:hover:not(.disabled) {
  color: #fff
}
.lg-single-item .lg-next, .lg-single-item .lg-prev {
  display: none
}
.lg-next {
  right: 20px
}
.lg-next:before {
  content: "\e095"
}
.lg-prev {
  left: 20px
}
.lg-prev:after {
  content: "\e094"
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0
  }
  50% {
    left: -30px
  }
  to {
    left: 0
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0
  }
  50% {
    left: -30px
  }
  to {
    left: 0
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0
  }
  50% {
    left: -30px
  }
  to {
    left: 0
  }
}
@keyframes lg-right-end {
  0% {
    left: 0
  }
  50% {
    left: -30px
  }
  to {
    left: 0
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0
  }
  50% {
    left: 30px
  }
  to {
    left: 0
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0
  }
  50% {
    left: 30px
  }
  to {
    left: 0
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0
  }
  50% {
    left: 30px
  }
  to {
    left: 0
  }
}
@keyframes lg-left-end {
  0% {
    left: 0
  }
  50% {
    left: 30px
  }
  to {
    left: 0
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  -o-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  -o-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative
}
.lg-toolbar {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1082
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, .4))
}
.lg-toolbar .lg-icon {
  background: none;
  border: none;
  box-shadow: none;
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  outline: medium none;
  padding: 10px 0;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
  width: 50px;
  will-change: color
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px
}
.lg-toolbar .lg-icon:hover {
  color: #fff
}
.lg-toolbar .lg-close:after {
  content: "\e070"
}
.lg-toolbar .lg-maximize {
  font-size: 22px
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a"
}
.lg-toolbar .lg-download:after {
  content: "\e0f2"
}
.lg-sub-html {
  color: #eee;
  font-size: 16px;
  opacity: 0;
  padding: 10px 40px;
  text-align: center;
  -webkit-transition: opacity .2s ease-out 0s;
  -o-transition: opacity .2s ease-out 0s;
  transition: opacity .2s ease-out 0s;
  z-index: 1080
}
.lg-sub-html h4 {
  font-size: 13px;
  font-weight: 700;
  margin: 0
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0
}
.lg-sub-html a {
  color: inherit
}
.lg-sub-html a:hover {
  text-decoration: underline
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6))
}
.lg-item .lg-sub-html {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0
}
.lg-error-msg {
  color: #999;
  font-size: 14px
}
.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  height: 47px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle
}
.lg-closing .lg-next, .lg-closing .lg-prev, .lg-closing .lg-sub-html, .lg-closing .lg-toolbar {
  opacity: 0;
  -webkit-transition: -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
  -moz-transition: -moz-transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
  -o-transition: -o-transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
  transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  opacity: 0;
  -webkit-transition: opacity .25s cubic-bezier(0, 0, .25, 1) !important;
  -moz-transition: opacity .25s cubic-bezier(0, 0, .25, 1) !important;
  -o-transition: opacity .25s cubic-bezier(0, 0, .25, 1) !important;
  transition: opacity .25s cubic-bezier(0, 0, .25, 1) !important;
  will-change: opacity
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  opacity: 1
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  float: left;
  max-height: 350px;
  overflow: hidden;
  width: 100%
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb, .lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none
}
.lg-outer .lg-thumb {
  display: inline-block;
  height: 100%;
  margin-bottom: -5px;
  padding: 5px 0;
  vertical-align: middle
}
@media (min-width:768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0
  }
}
.lg-outer .lg-thumb-item {
  border-radius: 2px;
  cursor: pointer;
  float: left;
  height: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  will-change: border-color
}
@media (min-width:768px) {
  .lg-outer .lg-thumb-item {
    border: 2px solid #fff;
    border-radius: 4px;
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707
}
.lg-outer .lg-thumb-item img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff"
}
.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.lg-outer .lg-video-cont {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle
}
.lg-outer .lg-video-cont .lg-object {
  height: 100% !important;
  width: 100% !important
}
.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto
}
.lg-outer .lg-video-object {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3
}
.lg-outer .lg-video-poster {
  z-index: 1
}
.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  will-change: opacity
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button, .lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
  opacity: 0 !important
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1
}
@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px
  }
}
@keyframes lg-play-rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
.lg-video-play-button {
  cursor: pointer;
  left: 50%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
  -moz-transition: -moz-transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
  -o-transition: -o-transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
  transition: transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
  width: 18%;
  will-change: opacity, transform;
  z-index: 2
}
.lg-video-play-button:hover .lg-video-play-icon, .lg-video-play-button:hover .lg-video-play-icon-bg {
  opacity: 1
}
.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: .6;
  -webkit-transition: opacity .12s ease-in;
  -o-transition: opacity .12s ease-in;
  transition: opacity .12s ease-in;
  will-change: opacity
}
.lg-video-play-icon-circle {
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, .9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.lg-video-play-icon {
  left: 50%;
  max-width: 120px;
  opacity: .6;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: opacity .12s ease-in;
  -o-transition: opacity .12s ease-in;
  transition: opacity .12s ease-in;
  width: 25%;
  will-change: opacity
}
.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc
}
.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear .25s infinite, lg-play-stroke 1.5s ease-in-out .25s infinite
}
.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(.7)
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .08s ease 0s;
  -moz-transition: opacity .08s ease 0s;
  -o-transition: opacity .08s ease 0s;
  transition: opacity .08s ease 0s;
  width: 100%;
  will-change: opacity;
  z-index: 1083
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1
}
.lg-autoplay-button:after {
  content: "\e01d"
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"
}
.lg-single-item .lg-autoplay-button {
  opacity: .75;
  pointer-events: none
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
  -moz-transition: -moz-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
  -o-transition: -o-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
  transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
  will-change: transform
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform .8s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: -moz-transform .8s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: -o-transform .8s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .8s cubic-bezier(0, 0, .25, 1) 0s;
  will-change: transform
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s !important;
  -moz-transition: -moz-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s !important;
  -o-transition: -o-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s !important;
  transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s !important;
  will-change: opacity, transform
}
.lg-icon.lg-zoom-in:after {
  content: "\e311"
}
.lg-icon.lg-actual-size {
  font-size: 20px
}
.lg-icon.lg-actual-size:after {
  content: "\e033"
}
.lg-icon.lg-zoom-out {
  opacity: .5;
  pointer-events: none
}
.lg-icon.lg-zoom-out:after {
  content: "\e312"
}
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto
}
.lg-outer.lg-first-slide-loading .lg-actual-size, .lg-outer.lg-first-slide-loading .lg-zoom-in, .lg-outer.lg-first-slide-loading .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-actual-size, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer[data-lg-slide-type=video] .lg-actual-size, .lg-outer[data-lg-slide-type=video] .lg-zoom-in, .lg-outer[data-lg-slide-type=video] .lg-zoom-out {
  opacity: .75;
  pointer-events: none
}
.lg-outer .lg-pager-outer {
  height: 10px;
  margin-bottom: 10px;
  text-align: center;
  z-index: 1080
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible
}
.lg-outer.lg-single-item .lg-pager-outer {
  display: none
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  position: relative;
  vertical-align: top
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: inset 0 0 0 2px #fff
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  border-radius: 3px;
  bottom: 100%;
  color: #fff;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
  -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
  transition: opacity .15s ease 0s, transform .15s ease 0s;
  width: 120px;
  will-change: transform, opacity
}
.lg-outer .lg-pager-thumb-cont img {
  height: 100%;
  width: 100%
}
.lg-outer .lg-pager {
  background-color: hsla(0, 0%, 100%, .5);
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, .7);
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  width: 12px
}
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
  box-shadow: inset 0 0 0 8px #fff
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0
}
.lg-fullscreen:after {
  content: "\e20c"
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"
}
.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, .25);
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  transition: visibility 0s linear .18s, opacity .18s linear 0s;
  visibility: hidden;
  will-change: visibility, opacity;
  z-index: 1081
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  opacity: 1;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  visibility: visible
}
.lg-outer.lg-dropdown-active .lg-share {
  color: #fff
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  visibility: hidden;
  will-change: visibility, opacity, transform
}
.lg-outer .lg-dropdown:after {
  border: 8px solid transparent;
  border-bottom-color: #fff;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 16px;
  top: -16px;
  width: 0
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0
}
.lg-outer .lg-dropdown > li:hover a {
  color: #333
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 4px 12px;
  white-space: pre
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, .07)
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto
}
.lg-outer .lg-share {
  position: relative
}
.lg-outer .lg-share:after {
  content: "\e80d"
}
.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998
}
.lg-outer .lg-share-facebook .lg-icon:after {
  content: "\e904"
}
.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced
}
.lg-outer .lg-share-twitter .lg-icon:after {
  content: "\e907"
}
.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027
}
.lg-outer .lg-share-pinterest .lg-icon:after {
  content: "\e906"
}
.lg-comment-box {
  background-color: #fff;
  bottom: 0;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: -moz-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: -o-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .4s cubic-bezier(0, 0, .25, 1) 0s;
  width: 420px;
  will-change: transform;
  z-index: 9999
}
.lg-comment-box .lg-comment-title {
  color: #fff;
  font-size: 18px;
  margin: 0
}
.lg-comment-box .lg-comment-header {
  background-color: #000;
  left: 0;
  padding: 12px 20px;
  position: absolute;
  right: 0;
  top: 0
}
.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important
}
.lg-comment-box .fb-comments {
  background: url(loading.9e763859.gif) no-repeat scroll 50% #fff;
  display: inline-block;
  height: 100%;
  overflow-y: auto;
  width: 100%
}
.lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
  background-image: none
}
.lg-comment-box .fb-comments > span {
  max-width: 100%
}
.lg-comment-box .lg-comment-close {
  color: #999;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 12px;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
  will-change: color
}
.lg-comment-box .lg-comment-close:hover {
  color: #fff
}
.lg-comment-box .lg-comment-close:after {
  content: "\e070"
}
.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important
}
.lg-comment-box #disqus_thread {
  padding: 0 20px
}
.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, .25);
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  transition: visibility 0s linear .18s, opacity .18s linear 0s;
  visibility: hidden;
  will-change: visibility, opacity;
  z-index: 1081
}
.lg-outer .lg-comment-toggle:after {
  content: "\e908"
}
.lg-outer.lg-comment-active .lg-comment-overlay {
  opacity: 1;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  visibility: visible
}
.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff
}
.lg-outer.lg-comment-active .lg-comment-box {
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.lg-outer .lg-img-rotate {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: -moz-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: -o-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .4s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor, .lg-outer[data-lg-slide-type=iframe] .lg-flip-ver, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-left, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-right, .lg-outer[data-lg-slide-type=video] .lg-flip-hor, .lg-outer[data-lg-slide-type=video] .lg-flip-ver, .lg-outer[data-lg-slide-type=video] .lg-rotate-left, .lg-outer[data-lg-slide-type=video] .lg-rotate-right {
  opacity: .75;
  pointer-events: none
}
.lg-rotate-left:after {
  content: "\e900"
}
.lg-rotate-right:after {
  content: "\e901"
}
.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px
}
.lg-flip-ver:after {
  content: "\e903"
}
.lg-flip-hor:after {
  content: "\e902"
}
.lg-medium-zoom-item {
  cursor: zoom-in
}
.lg-medium-zoom .lg-outer, .lg-medium-zoom .lg-outer.lg-grabbing img.lg-object, .lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out
}
.lg-relative-caption .lg-outer .lg-sub-html {
  background-image: none;
  bottom: auto;
  padding: 0;
  white-space: normal
}
.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: opacity .5s ease
}
.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1
}
.lg-group:after {
  clear: both;
  content: "";
  display: table
}
.lg-container {
  outline: none
}
.lg-on {
  scroll-behavior: unset
}
.lg-hide-sub-html .lg-sub-html, .lg-next, .lg-pager-outer, .lg-prev, .lg-toolbar {
  opacity: 0;
  -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
  will-change: transform, opacity
}
.lg-show-in.lg-hide-sub-html .lg-sub-html, .lg-show-in .lg-next, .lg-show-in .lg-pager-outer, .lg-show-in .lg-prev, .lg-show-in .lg-toolbar {
  opacity: 1
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0)
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0)
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0)
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0)
}
.lg-outer {
  height: 100%;
  left: 0;
  opacity: .001;
  outline: none;
  overflow: hidden;
  position: fixed;
  text-align: left;
  top: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
  width: 100%;
  will-change: auto;
  z-index: 1050
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.lg-outer.lg-visible, .lg-outer.lg-zoom-from-image {
  opacity: 1
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  opacity: 1;
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}
.lg-outer .lg-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.lg-outer .lg-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
  width: 100%
}
.lg-outer .lg-item {
  display: none !important;
  will-change: transform, opacity
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(loading.9e763859.gif) no-repeat scroll 50% transparent
}
.lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css .lg-current {
  display: inline-block !important
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
  display: inline-block;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%
}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}
.lg-outer .lg-img-wrap {
  bottom: 0;
  font-size: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap
}
.lg-outer .lg-item.lg-complete {
  background-image: none
}
.lg-outer .lg-item.lg-current {
  z-index: 1060
}
.lg-outer .lg-object {
  display: inline-block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  vertical-align: middle;
  width: auto
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play-button {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
  will-change: opacity
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play-button, .lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-video-play-button {
  opacity: 1
}
.lg-outer .lg-empty-html.lg-sub-html, .lg-outer .lg-empty-html .lg-sub-html {
  display: none
}
.lg-outer.lg-hide-download .lg-download {
  opacity: .75;
  pointer-events: none
}
.lg-outer .lg-first-slide .lg-dummy-img {
  left: 50%;
  position: absolute;
  top: 50%
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity .2s ease-out .15s
}
.lg-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
  will-change: auto;
  z-index: 1040
}
.lg-backdrop.in {
  opacity: 1
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}
.lg-css3.lg-fade .lg-item {
  opacity: 0
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  -moz-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
  transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-container {
  display: none
}
.lg-container.lg-show {
  display: block
}
.lg-container.lg-dragging-vertical .lg-backdrop, .lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  opacity: 1
}
.lg-inline .lg-backdrop, .lg-inline .lg-outer {
  position: absolute
}
.lg-inline .lg-backdrop {
  z-index: 1
}
.lg-inline .lg-outer {
  z-index: 2
}
.lg-inline .lg-maximize:after {
  content: "\e909"
}
.lg-components {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform .35s ease-out 0s;
  -moz-transition: -moz-transform .35s ease-out 0s;
  -o-transition: -o-transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s;
  will-change: transform;
  z-index: 1080
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, .75)
}
/*# sourceMappingURL=index.css.map */


/* Ergänzungen für die Verfassungsdokumentation */
.alphabet {
  display: flex;
}
.letter {
  flex: 1
}
a.vdoc{
  color: #000;
}
a.vdoc:hover{
  color: #950022;
}
.vdoc-abschnitt{
  padding-left: 35px;
}
.vdoc-artikel{
  padding-left: 35px;
}
a.letter{
  color: #c8002d;
}
.btn-outline-primary:hover, a.letter:hover {
  background-color: #c8002d;
  border-color: #c8002d;
  color: #fff!important;
}
.footer .btn-circle.to-top.position-fixed{
  bottom: 30px;
  right: 30px;
}