@charset "UTF-8";

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

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

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

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

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

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

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

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

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

.col-1 {
  flex: 0 0 8.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%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.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%;
  }

}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 24%;
    max-width: 24%;
  }
  .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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@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 #555;
}
.form-control:focus {
  color: #555;
  background-color: #fff;
  border-color: #ff6375;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(226, 0, 26, 0.25);
}
.form-control::placeholder {
  color: #666;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease;
}

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

.media-body {
  flex: 1;
}

.carousel {
  position: relative;
}

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

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

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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


.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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, .card-panel-primary .card-header {
  background-color: #e2001a !important;
}

a.bg-primary:hover, .card-panel-primary a.card-header:hover, a.bg-primary:focus, .card-panel-primary a.card-header:focus,
button.bg-primary:hover,
.card-panel-primary button.card-header:hover,
button.bg-primary:focus,
.card-panel-primary button.card-header:focus {
  background-color: #af0014 !important;
}

.bg-secondary, .card-panel-secondary .card-header {
  background-color: #666 !important;
}

a.bg-secondary:hover, .card-panel-secondary a.card-header:hover, a.bg-secondary:focus, .card-panel-secondary a.card-header:focus,
button.bg-secondary:hover,
.card-panel-secondary button.card-header:hover,
button.bg-secondary:focus,
.card-panel-secondary button.card-header:focus {
  background-color: #4d4d4d !important;
}

.bg-success, .card-panel-success .card-header {
  background-color: green !important;
}

a.bg-success:hover, .card-panel-success a.card-header:hover, a.bg-success:focus, .card-panel-success a.card-header:focus,
button.bg-success:hover,
.card-panel-success button.card-header:hover,
button.bg-success:focus,
.card-panel-success button.card-header:focus {
  background-color: #004d00 !important;
}

.bg-info, .card-panel-info .card-header {
  background-color: #17a2b8 !important;
}

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

.bg-warning, .card-panel-warning .card-header {
  background-color: #ffc107 !important;
}

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

.bg-danger, .card-panel-danger .card-header {
  background-color: #e2001a !important;
}

a.bg-danger:hover, .card-panel-danger a.card-header:hover, a.bg-danger:focus, .card-panel-danger a.card-header:focus,
button.bg-danger:hover,
.card-panel-danger button.card-header:hover,
button.bg-danger:focus,
.card-panel-danger button.card-header:focus {
  background-color: #af0014 !important;
}

.bg-light, .card-panel-light .card-header {
  background-color: #f6f6f6 !important;
}

a.bg-light:hover, .card-panel-light a.card-header:hover, a.bg-light:focus, .card-panel-light a.card-header:focus,
button.bg-light:hover,
.card-panel-light button.card-header:hover,
button.bg-light:focus,
.card-panel-light button.card-header:focus {
  background-color: #dddddd !important;
}

.bg-dark, .card-panel-dark .card-header {
  background-color: #666 !important;
}

a.bg-dark:hover, .card-panel-dark a.card-header:hover, a.bg-dark:focus, .card-panel-dark a.card-header:focus,
button.bg-dark:hover,
.card-panel-dark button.card-header:hover,
button.bg-dark:focus,
.card-panel-dark button.card-header:focus {
  background-color: #4d4d4d !important;
}

.bg-darker, .card-panel-darker .card-header {
  background-color: #555 !important;
}

a.bg-darker:hover, .card-panel-darker a.card-header:hover, a.bg-darker:focus, .card-panel-darker a.card-header:focus,
button.bg-darker:hover,
.card-panel-darker button.card-header:hover,
button.bg-darker:focus,
.card-panel-darker button.card-header:focus {
  background-color: #3c3c3c !important;
}

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #ddd !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, .card-panel-primary {
  border-color: #e2001a !important;
}

.border-secondary, .card-panel-secondary {
  border-color: #666 !important;
}

.border-success, .card-panel-success {
  border-color: green !important;
}

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

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

.border-danger, .card-panel-danger {
  border-color: #e2001a !important;
}

.border-light, .card-panel-light {
  border-color: #f6f6f6 !important;
}

.border-dark, .card-panel-dark {
  border-color: #666 !important;
}

.border-darker, .card-panel-darker {
  border-color: #555 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}



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

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


.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

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

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

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-1,
.px-1 {
  padding-left: 0.625rem !important;padding-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -9.375rem !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 print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #888;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #ddd;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #ddd;
  }
}
address.address > *:last-child {
  margin-bottom: 0;
}

.address-title,
.address-phone,
.address-email {
  margin-bottom: 0;
}

.breadcrumb-section {
  background-color: #fff;
}
.breadcrumb-section .breadcrumb {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.breadcrumb-section .breadcrumb-icon + .breadcrumb-text {
  margin-left: 0.25em;
}

.btn-icon {
  margin-right: 0.25em;
}
.btn-icon svg {
  vertical-align: text-top;
  display: inline-block;
  height: 1.25em;
  width: 1.25em;
}

.card {
  color: #212529;
}
.card a:not(.btn) {
  color: #e2001a;
}
.card a:not(.btn):hover {
  color: #e2001a;
}

.card-img-top {
  overflow: hidden;
}
.card-img-top picture,
.card-img-top img {
  width: 100%;
  height: auto;
}

.card-body > *:first-child {
  margin-top: 0;
}
.card-body > *:last-child {
  margin-bottom: 0;
}

.card-menu {
  margin: -15px;
  margin-bottom: -15px !important;
  display: flex;
  flex-wrap: wrap;
}
.card-menu .card {
  height: 100%;
}
.card-menu .card-icon {
  margin-bottom: 0.5rem;
}
.card-menu .card-title {
  font-size: 1.35rem;
}
.card-menu .card-subtitle {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.card-menu .card-footer {
  border-top: 0;
  padding: 0.86rem 0.5rem;
  background-color: transparent;
}
.card-menu .card-body + .card-footer {
  padding-top: 0;
}

.card-menu-item {
  width: 100%;
  padding: 15px;
}

.card-menu-align-left {
  justify-content: flex-start;
}

.card-menu-align-center {
  justify-content: center;
}

.card-menu-align-right {
  justify-content: flex-end;
}

@media (min-width: 576px) {
  .card-menu-columns-2 .card-menu-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .card-menu-columns-3 .card-menu-item {
    width: 33.3333333333%;
  }
}

@media (min-width: 576px) {
  .card-menu-columns-4 .card-menu-item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .card-menu-columns-4 .card-menu-item {
    width: 25%;
  }
}

.card-group-element {
  margin: -15px;
  margin-bottom: -15px !important;
  display: flex;
  flex-wrap: wrap;
}

.card-group-element-item {
  width: 100%;
  padding: 15px;
}
.card-group-element-item .card {
  height: 100%;
}
.card-group-element-item .card-title {
  font-size: 1.35rem;
}
.card-group-element-item .card-subtitle {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.card-group-element-item .card-footer {
  border-top: 0;
  padding: 0.86rem 0.5rem;
  background-color: transparent;
}
.card-group-element-item .card-body + .card-footer {
  padding-top: 0;
}

.card-group-element-align-left {
  justify-content: flex-start;
}

.card-group-element-align-center {
  justify-content: center;
}

.card-group-element-align-right {
  justify-content: flex-end;
}

.carousel {
  margin: 0 auto;
  max-width: 1920px;
}
.carousel .carousel-item {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .carousel .carousel-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.carousel .carousel-item h1,
.carousel .carousel-item h2,
.carousel .carousel-item h3,
.carousel .carousel-item h4,
.carousel .carousel-item h5,
.carousel .carousel-item h6 {
  color: inherit;
  margin-top: 0;
}
.carousel .carousel-item a {
  text-decoration: none;
}
.carousel .carousel-item .carousel-content {
  position: relative;
}
.carousel .carousel-item .carousel-content .valign {
  min-height: 33.3333333333vh;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .carousel .carousel-item .carousel-content .valign {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .carousel .carousel-item .carousel-content .valign {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .carousel .carousel-item .carousel-content .valign {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .carousel .carousel-item .carousel-content .valign {
    max-width: 1140px;
  }
}

.carousel-fade .carousel-item {
  perspective: initial !important;
  transform: initial !important;
}

.carousel .carousel-backgroundimage-container {
  overflow: hidden;
}
.carousel .carousel-backgroundimage-container,
.carousel .carousel-backgroundimage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.carousel .carousel-backgroundimage-fade {
  opacity: 0.125;
}
.carousel .carousel-backgroundimage-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media (hover: none) {
  .carousel .carousel-backgroundimage-parallax {
    background-attachment: initial;
  }
}
.carousel .carousel-backgroundimage-blur {
  filter: blur(10px);
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  top: -20px;
  left: -20px;
}
.carousel .carousel-backgroundimage-grayscale {
  filter: grayscale(1);
}
.carousel .carousel-backgroundimage-sepia {
  filter: sepia(1);
}

.carousel .carousel-content {
  position: relative;
  height: 100%;
}

.carousel-item-bodytext > *:last-child {
  margin-bottom: 0;
}

.carousel {
  overflow: hidden;
}
.carousel .carousel-control {
  width: 50px;
}
@media (min-width: 576px) {
  .carousel .carousel-control {
    width: 75px;
  }
}
@media (min-width: 768px) {
  .carousel .carousel-control {
    width: 100px;
  }
}
.carousel .carousel-indicators li {
  overflow: hidden;
}
.carousel .carousel-control,
.carousel .carousel-indicators {
  transition: opacity 0.4s ease-in-out 0s;
  z-index: 1;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .carousel .carousel-control,
  .carousel .carousel-indicators {
    transition: none;
  }
}
.carousel:hover .carousel-indicators,
.carousel:hover .carousel-control {
  opacity: 1;
}
.carousel .carousel-control-icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
  height: auto;
  color: #e2001a;
  padding: 1em;
  background-color: #fff;
  transition: all 0.4s ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel .carousel-control-icon {
    transition: none;
  }
}
.carousel .carousel-control-icon:before {
  transform: rotate(45deg);
  content: "";
  width: 0.5em;
  height: 0.5em;
  display: block;
  border-top: 1px solid #e2001a;
  border-right: 1px solid #e2001a;
}
.carousel .carousel-control-prev .carousel-control-icon {
  left: -100%;
}
.carousel .carousel-control-prev .carousel-control-icon:before {
  transform: rotate(225deg);
}
.carousel .carousel-control-next .carousel-control-icon {
  right: -100%;
}
.carousel .carousel-control-next .carousel-control-icon:before {
  transform: rotate(45deg);
}
.carousel:hover .carousel-control-prev .carousel-control-icon {
  left: 0;
}
.carousel:hover .carousel-control-next .carousel-control-icon {
  right: 0;
}
.carousel .carousel-indicators-navigation {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  margin: 0;
  width: 100%;
  z-index: 15;
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
}
.carousel .carousel-indicators-navigation > li {
  overflow: visible;
  padding: 0.75em;
  margin: 0;
  text-indent: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  cursor: pointer;
}
.carousel .carousel-indicators-navigation > li.active:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0.75em;
  right: 0.75em;
  width: auto;
  border-top: 1px solid #e2001a;
}
.carousel .carousel-indicators-navigation > li:first-child {
  padding-left: 0;
}
.carousel .carousel-indicators-navigation > li:first-child:before {
  left: 0;
}
.carousel .carousel-indicators-navigation > li:last-child {
  padding-right: 0;
}
.carousel .carousel-indicators-navigation > li:last-child:before {
  right: 0;
}

.carousel-item-type-header .carousel-text-inner {
  margin: 0 auto;
}

.carousel-item-type-text .carousel-text-inner {
  margin: 0 auto;
}

.carousel-item-type-text_and_image {
  height: 400px;
}
@media (min-width: 768px) {
  .carousel-item-type-text_and_image {
    height: 600px;
  }
}
.carousel-item-type-text_and_image .carousel-image {
  position: relative;
}
.carousel-item-type-text_and_image .carousel-image img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
  height: auto;
}
.carousel-item-type-text_and_image .carousel-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.carousel-item-type-background_image {
  min-height: 33.3333333333vh;
}
.carousel-item-type-background_image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.carousel-item-type-call_to_action .valign {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.carousel-item-type-call_to_action .carousel-box {
  background-color: #fff;
  padding: 2rem;
}
@media (min-width: 576px) {
  .carousel-item-type-call_to_action .carousel-box {
    max-width: 50%;
  }
}

.carousel-item-type-image .carousel-image img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
  height: auto;
}

.carousel-item-type-video {
  height: 100%;
}
.carousel-item-type-video iframe,
.carousel-item-type-video .video-preview-img,
.carousel-item-type-video video,
.carousel-item-type-video video[poster] {
  width: 100%;
  min-height: 600px;
}

.carousel-multi .carousel-inner .item {
  display: flex;
}
.carousel-multi .carousel-inner .item .col-md-custom-5 {
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px;
}

.container .frame-has-backgroundimage,
.container .frame-background-dark,
.container .frame-background-light,
.container .frame-background-secondary,
.container .frame-background-primary {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 576px) {
  .container .frame-has-backgroundimage,
  .container .frame-background-dark,
  .container .frame-background-light,
  .container .frame-background-secondary,
  .container .frame-background-primary {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 768px) {
  .container .frame-has-backgroundimage,
  .container .frame-background-dark,
  .container .frame-background-light,
  .container .frame-background-secondary,
  .container .frame-background-primary {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  .container .frame-has-backgroundimage,
  .container .frame-background-dark,
  .container .frame-background-light,
  .container .frame-background-secondary,
  .container .frame-background-primary {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .container .frame-has-backgroundimage,
  .container .frame-background-dark,
  .container .frame-background-light,
  .container .frame-background-secondary,
  .container .frame-background-primary {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

/* -------- To Top Link -------- */
.to-top-link {
  background: #eee;
  display: block;
  height: 40px;
  transition: all 0.5s ease-out 0s;
  width: 40px;
  text-decoration: none;
  position: fixed;
  bottom: 0;
  right: 20px;
  /*  outline: none;*/
  z-index: 1000;
}

.to-top-arrow {
  fill: #444;
}

.to-top-link:hover {
  background: #e2001a;
}

.to-top-link:hover .to-top-arrow {
  fill: #fff;
}

.well {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 2rem;
  margin-bottom: 1rem;
}
.well > *:first-child {
  margin-top: 0;
}
.well > *:last-child {
  margin-bottom: 0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/typo3conf/ext/pm_base/Resources/Public/Fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/typo3conf/ext/pm_base/Resources/Public/Fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/typo3conf/ext/pm_base/Resources/Public/Fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/typo3conf/ext/pm_base/Resources/Public/Fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/typo3conf/ext/pm_base/Resources/Public/Fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/typo3conf/ext/pm_base/Resources/Public/Fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* Style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
  Background is added as a separate element.
  As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
  Stretched thumbnail or div placeholder element (see below)
  Style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
  Div element that matches size of large image
  Large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
  Error message appears when image is not loaded
  (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)
*/
/*
	1. Buttons
 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/typo3conf/ext/pm_base/Resources/Public/Images/Vendor/Photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/typo3conf/ext/pm_base/Resources/Public/Images/Vendor/Photoswipe/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* No arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
  Arrow buttons hit area
  (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*
  2. Share modal/popup and links
 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*
  Increase size of share links on touch devices
*/
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*
	3. Index indicator ("1 of X" counter)
 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
  4. Caption
 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*
  5. Loading indicator (preloader)
  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(typo3conf/ext/pm_base/Resources/Public/Images/Vendor/Photoswipe/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
      The idea of animating inner circle is based on Polymer ("material") loading indicator
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/* roboto-condensed-300 - latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/typo3conf/ext/pm_custom/Resources/Public/Fonts/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/typo3conf/ext/pm_custom/Resources/Public/Fonts/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-300.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/pm_custom/Resources/Public/Fonts/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-300.woff2") format("woff2"), url("/typo3conf/ext/pm_custom/Resources/Public/Fonts/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-300.woff") format("woff"), url("/typo3conf/ext/pm_custom/Resources/Public/Fonts/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-300.ttf") format("truetype"), url("/typo3conf/ext/pm_custom/Resources/Public/Fonts/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-300.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */
}
/* roboto-condensed-regular - latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/typo3conf/ext/pm_custom/Resources/Public/Fonts/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/typo3conf/ext/pm_custom/Resources/Public/Fonts/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/pm_custom/Resources/Public/Fonts/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("woff2"), url("/typo3conf/ext/pm_custom/Resources/Public/Fonts/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff") format("woff"), url("/typo3conf/ext/pm_custom/Resources/Public/Fonts/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf") format("truetype"), url("/typo3conf/ext/pm_custom/Resources/Public/Fonts/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */
}
/* roboto-condensed-700 - latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/typo3conf/ext/pm_custom/Resources/Public/Fonts/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/typo3conf/ext/pm_custom/Resources/Public/Fonts/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/pm_custom/Resources/Public/Fonts/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2") format("woff2"), url("/typo3conf/ext/pm_custom/Resources/Public/Fonts/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-700.woff") format("woff"), url("/typo3conf/ext/pm_custom/Resources/Public/Fonts/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-700.ttf") format("truetype"), url("/typo3conf/ext/pm_custom/Resources/Public/Fonts/roboto-condensed-v25-latin-ext_latin_cyrillic-ext_cyrillic-700.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */
}

:root {
  --animate-duration: 1s;
  --animate-delay: .5s;
  --animate-repeat: 1;
}

.isAnimated {
  visibility: hidden;
}

.animate__animated {
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.delay-1s {
  animation-delay: var(--animate-delay);
}

.animate__animated.delay-2s {
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.delay-3s {
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.delay-4s {
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.delay-5s {
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.delay-6s {
  animation-delay: calc(var(--animate-delay) * 6);
}

.animate__animated.delay-7s {
  animation-delay: calc(var(--animate-delay) * 7);
}

.animate__animated.delay-8s {
  animation-delay: calc(var(--animate-delay) * 8);
}

.animate__animated.delay-9s {
  animation-delay: calc(var(--animate-delay) * 9);
}

.animate__animated.delay-10s {
  animation-delay: calc(var(--animate-delay) * 10);
}

.animate__animated.delay-11s {
  animation-delay: calc(var(--animate-delay) * 11);
}

.animate__animated.delay-12s {
  animation-delay: calc(var(--animate-delay) * 12);
}

.animate__animated.delay-13s {
  animation-delay: calc(var(--animate-delay) * 13);
}

.animate__animated.delay-14s {
  animation-delay: calc(var(--animate-delay) * 14);
}

.animate__animated.delay-15s {
  animation-delay: calc(var(--animate-delay) * 15);
}

.animate__animated.delay-16s {
  animation-delay: calc(var(--animate-delay) * 16);
}

.animate__animated.very_slow {
  animation-duration: calc(var(--animate-duration) * 3);
}

.animate__animated.slow {
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.fast {
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.very_fast {
  animation-duration: calc(var(--animate-duration) * 0.5);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/******************************
 * bounceIn
 */
@keyframes animate__bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: animate__bounceIn;
}

/******************************
 * fadeIn
 */
@keyframes animate__fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: animate__fadeIn;
}

/******************************
 * fadeOut
 */
@keyframes animate__fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: animate__fadeOut;
}

/******************************
 * fadeInUp
 */
@keyframes animate__fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  animation-name: animate__fadeInUp;
}

/******************************
 * zoomIn
 */
@keyframes animate__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: animate__zoomIn;
}

.accordion-item {
  border-bottom: 1px solid transparent !important;
}

.accordion-item + .accordion-item {
  margin-top: 0.25em;
}

.accordion-header {
  padding: 0;
  border-bottom: 0;
}

.accordion-title {
  font-size: 1.1693rem;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.2em;
}

.accordion-title-link {
  display: flex;
  justify-content: space-between;
  color: #444 !important;
}
.accordion-title-link, .accordion-title-link:focus, .accordion-title-link:hover {
  color: #444 !important;
  text-decoration: none;
}

.accordion-title-link {
  padding: 1rem 1.25rem;
  position: relative;
}

.accordion-title-link-state {
  top: 0.5rem;
  position: relative;
  height: 0.8em;
  width: 0.8em;
  transform: translate(0, -50%);
}
.accordion-title-link-state:before, .accordion-title-link-state:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.accordion-title-link-state:before {
  transform: rotate(-45deg);
}
.accordion-title-link-state:after {
  transform: rotate(45deg);
}

.accordion-title-link.collapsed .accordion-title-link-state:before {
  transform: rotate(0);
}
.accordion-title-link.collapsed .accordion-title-link-state:after {
  transform: rotate(90deg);
}

.accordion-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.86rem 0.5rem/2;
  margin-right: -0.86rem 0.5rem/2;
}

.accordion-content-item {
  flex-grow: 1;
  order: 1;
  padding-left: 0.86rem 0.5rem/2;
  padding-right: 0.86rem 0.5rem/2;
  width: 100%;
}

.accordion-content-text *:last-child {
  margin-bottom: 0;
}

.accordion-body {
  border-top: 1px solid transparent;
}

@media (min-width: 768px) {
  .accordion-content-right .accordion-content-item,
  .accordion-content-left .accordion-content-item {
    width: 50%;
  }
  .accordion-content-right .accordion-content-item *:last-child,
  .accordion-content-left .accordion-content-item *:last-child {
    margin-bottom: 0;
  }
}

.accordion-content-top .accordion-content-media,
.accordion-content-left .accordion-content-media {
  margin-bottom: 0.86rem 0.5rem;
}

@media (min-width: 768px) {
  .accordion-content-left .accordion-content-media {
    margin-bottom: 0;
  }
}

.accordion-content-bottom .accordion-content-media,
.accordion-content-right .accordion-content-media {
  order: 2;
  margin-top: 0.86rem 0.5rem;
}

@media (min-width: 768px) {
  .accordion-content-right .accordion-content-media {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .accordion-content-left.layout-66 .accordion-content-media {
    width: 66%;
  }
  .accordion-content-left.layout-66 .accordion-content-text {
    width: 33%;
    padding-left: 1rem;
  }
  .accordion-content-left.layout-33 .accordion-content-media {
    width: 33%;
  }
  .accordion-content-left.layout-33 .accordion-content-text {
    width: 66%;
    padding-left: 1rem;
  }
  .accordion-content-right.layout-66 .accordion-content-text {
    width: 66%;
  }
  .accordion-content-right.layout-66 .accordion-content-media {
    width: 33%;
  }
  .accordion-content-right.layout-33 .accordion-content-text {
    width: 33%;
  }
  .accordion-content-right.layout-33 .accordion-content-media {
    width: 66%;
  }
}
blockquote {
  position: relative;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.063rem;
  font-style: italic;
  text-align: center;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote footer {
  display: block;
  font-size: 80%;
  color: #444;
  margin-top: -0.5rem;
  text-align: center;
}
blockquote footer:before {
  content: inherit;
}
blockquote footer cite {
  font-style: normal;
}

figure {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  line-height: 1.5;
}
figure img,
figure picture {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
figure .caption {
  padding-top: 0.5rem;
  font-size: 0.85rem;
  word-wrap: break-word;
  opacity: 0.8;
}

.uploads-filesize {
  margin-left: 0.5rem;
  font-size: 80%;
}

.file-icon {
  margin-right: 0.25rem;
  width: 2.126rem;
  height: 2.126rem;
}

.frame-type-uploads .media-list {
  display: flow-root;
}
.frame-type-uploads .media-list .media {
  overflow: hidden;
  padding: 5px;
  margin: 0 3% 20px 0;
  background-color: #eee;
  width: 47%;
  float: left;
  min-height: 70px;
  line-height: 1.2;
  font-size: 15px;
}
@media (max-width: 991.98px) {
  .frame-type-uploads .media-list .media {
    width: 100%;
  }
}
.frame-type-uploads .media-list .media img {
  border: 1px solid #ccc;
  display: block;
  width: 40px;
  height: 50px;
  overflow: hidden;
}
.frame-type-uploads .media-list .media .media-heading {
  font-weight: 700;
  margin-bottom: 3px !important;
}

/* Privacy consent default banner */
#privacy-consent .modal-logo {
  height: 35px;
  width: auto;
  max-width: initial;
}
@media (max-width: 991.98px) {
  #privacy-consent {
    font-size: 80%;
  }
}

/* Privacy consent bottom banner */
#privacy-consent-bottom {
  background-color: rgba(225, 225, 225, 0.85);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  color: #666;
  width: 100%;
  height: auto;
  padding: 20px 70px 20px 5px;
  position: fixed;
  left: 0;
  bottom: 0;
}
#privacy-consent-bottom span {
  display: block;
}
#privacy-consent-bottom .headline {
  font-weight: bold;
}
#privacy-consent-bottom .btn-link {
  color: #fff;
  background: #666;
  outline: none;
}
#privacy-consent-bottom .btn-link:hover, #privacy-consent-bottom .btn-link:focus {
  background: #666;
  text-decoration: none;
}

#privacy-read {
  display: none;
}

@media (max-width: 992px) {
  #privacy-read {
    display: inline-block;
  }
  #privacy-consent {
    transition: top 0.5s;
  }
  #privacy-consent .modal-body {
    transition: height 0.5s;
  }
  #privacy-consent.shorted {
    top: 30vh;
    transition: top 0.5s;
  }
  #privacy-consent.shorted .modal-body {
    transition: height 0.5s;
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    height: 100px;
    overflow: hidden;
  }
  #privacy-consent.shorted .modal-body::after {
    content: "";
    height: 13px;
    background: transparent;
    width: 100%;
    top: 83px;
    position: absolute;
    left: -4px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
  }
}
.video-overlay-container {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #eee;
}
.video-overlay-container .overlay {
  position: absolute;
  z-index: 9;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  max-width: 700px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0 5%;
  font-size: 13px;
}
.video-overlay-container .overlay:before {
  content: "\f04b";
  font-family: "FontAwesome";
  position: absolute;
  z-index: -1;
  font-size: 200px;
  color: rgba(255, 255, 255, 0.5);
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
}
.video-overlay-container .iframe {
  position: relative;
  display: none;
  margin: auto;
  border: 0px none transparent;
  height: inherit;
  width: inherit;
}

.zoom-animation img {
  animation-name: zoom_animation;
  animation-duration: 3s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}

@keyframes zoom_animation {
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.animate__zoomIn {
  animation-name: animate__zoomIn;
}

.glossary-list a.glossary-link {
  padding: 0.4em 0.7rem;
  margin: 0 0.125rem 0.125rem 0;
  font-weight: 600;
  font-size: 1.125rem;
}
.glossary-list .to-top-link {
  right: 0;
}
.glossary-list .to-top-link i {
  line-height: 1rem;
}
.glossary-list h3 {
  margin-bottom: 0;
}
.glossary-list h4 {
  font-size: 20px;
}
.glossary-list h4 strong {
  font-weight: 600;
}

.megamenu {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .megamenu {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 768px) {
  .has-megamenu {
    position: static !important;
  }
  .megamenu {
    left: 0;
    right: 0;
    margin-top: -1px;
  }
}
.custom-event {
  display: none;
}

@media (min-width: 768px) {
  .custom-event {
    display: inline-block;
  }
}
.custom-event-2 {
  margin-top: 20px;
  display: none;
}

.special-content-list .custom-event-2 {
  display: block;
}
.special-content-list .list-az {
  columns: 3;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 90%;
  font-weight: 400;
}
.special-content-list .list-az i {
  top: 2px;
  position: relative;
}

@media (min-width: 768px) {
  .megamenu .subitem-338 {
    columns: 3;
    display: block !important;
  }
  .megamenu .subitem-338 .col-md-4 {
    max-width: 100%;
  }
}
:root {
  --header-height: auto;
}

header#header,
main,
footer {
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
}

header#header {
  z-index: 230;
}
header#header #header-left {
  position: absolute;
  left: 0;
  top: 10px;
  transition: top 0.5s;
}
header#header #header-right {
  position: absolute;
  right: 0;
}
header#header #header-bottom {
  margin-top: 30px;
  transition: margin-top 0.5s;
}
@media (max-width: 1199.98px) {
  header#header #header-bottom {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  header#header #header-bottom {
    margin-top: 60px;
  }
}
header#header.sticky {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}
header#header.sticky #header-left {
  top: -20px;
  transition: margin-top 0.5s;
}
header#header.sticky #header-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  header#header.sticky #header-right {
    display: none !important;
  }
}
header#header.sticky #header-top {
  height: 70px;
  transition: height 0.5s;
}
header#header.sticky #header-top > .py-1 {
  padding: 0 !important;
}
header#header.sticky #header-bottom {
  margin-top: 10px;
  transition: margin-top 0.5s;
}
header#header.sticky .logo {
  top: 10px;
  z-index: 2;
}
header#header.sticky .logo img {
  width: 76px;
  height: auto;
  transition: all 0.5s;
}
header#header .logo {
  top: 0px;
}
header#header .logo img {
  width: 76px;
  height: auto;
  transition: all 0.5s;
}
@media (min-width: 992px) {
  header#header .logo img {
    width: 120px;
    height: auto;
    transition: all 0.5s;
  }
}
@media (min-width: 768px) {
  header#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  header#header #header-top {
    height: 110px;
    transition: height 0.5s;
  }
}

@media (min-width: 768px) {
  main#main[data-searchbar-position=top] {
    padding-top: 168px;
  }
  main#main::before {
    content: "";
    display: block;
    min-height: 172px;
    height: var(--header-height);
  }
  body[data-page-pid="0"] main#main::before {
    min-height: 110px;
  }
}
@media (max-width: 767.98px) {
  main#main {
    padding-top: 0 !important;
  }
}
.wrapper-content > .frame-background-none:last-child,
.main-right-content > .frame-background-none:last-child {
  padding-bottom: 2.5rem;
  margin-bottom: 0 !important;
}

ul.typo3-messages {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.typo3-messages li {
  margin-left: 0;
}
ul.typo3-messages .alert p {
  margin-bottom: 0;
}

.two-columns {
  column-count: 2;
}

@media (min-width: 768px) {
  .btn-contact {
    display: inline-block;
    background: #e2001a url("/typo3conf/ext/pm_custom/Resources/Public/Images/Base/videochat.png") 10px 7px no-repeat;
    color: #fff !important;
    padding: 10px 15px 7px 45px !important;
  }
}
.searchbox-container {
  width: 200px;
}
@media (min-width: 992px) {
  .searchbox-container {
    width: 290px;
  }
}
@media (min-width: 1200px) {
  .searchbox-container {
    width: 360px;
  }
}
.searchbox-container .searchbox {
  height: 40px;
}
.searchbox-container .submit {
  border: 1px solid #e6e6e6;
  border-left: 0;
  width: 40px;
  height: 40px;
  display: block;
  background: #fff url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) -206px -256px no-repeat;
}
.searchbox-container .submit:hover {
  background-position: -206px -306px;
}

.ui-widget.ui-widget-content {
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.ui-menu.ui-autocomplete {
  z-index: 1000;
  height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 200px;
  background: #fff;
  list-style: none;
  padding: 0 !important;
}
@media (min-width: 992px) {
  .ui-menu.ui-autocomplete {
    width: 290px;
  }
}
@media (min-width: 1200px) {
  .ui-menu.ui-autocomplete {
    width: 360px;
  }
}

.ui-menu .ui-menu-item-wrapper {
  display: block;
  text-decoration: none;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
}

.ui-menu .ui-menu-item-wrapper .highlight {
  font-weight: bold;
  color: #e2001a;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  color: #333;
  border: 1px solid #ddd !important;
  background: #ddd !important;
}

@media (min-width: 768px) {
  .col-md-custom-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.pswp__caption__title {
  display: none;
}

#productrow-list .productrow .chapter-image-web {
  display: flex;
  height: 180px;
}
@media (max-width: 767.98px) {
  #productrow-list .productrow .chapter-image-web {
    height: auto;
  }
}
#productrow-list .productrow .chapter-image-web .product-img {
  width: 90%;
  height: auto;
  margin: auto;
}

.breadcrumb {
  margin-top: 12px;
}

/* overwriting responsive fix from base */
@media (max-width: 991.98px) {
  p a {
    display: unset;
    word-break: unset;
  }
}
.splide .splide__sr {
  display: none;
}

#mobile-menu {
  outline: 0 !important;
  box-shadow: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    position: absolute;
    z-index: 1000;
  }
  .dropdown-toggle {
    height: 42px;
    width: 40px;
    right: 0;
    top: 0;
    text-align: center;
  }
  .dropdown-toggle i {
    top: 8px;
    font-size: 22px;
    color: #777;
  }
  .navbar-nav .show > .nav-link,
  .navbar-nav .active > .nav-link,
  .navbar-nav .nav-link.show,
  .navbar-nav .nav-link.active {
    font-weight: 400;
  }
  .nav-item .dropdown-menu {
    border: none;
  }
  .nav-item .dropdown-menu .nav-link {
    font-size: 14px;
    font-weight: 400 !important;
    color: #777;
    padding: 7px 40px 7px 0;
  }
  .nav-item .dropdown-menu .dropdown-toggle {
    height: 32px;
    width: 40px;
    right: 0;
    top: 0;
    text-align: center;
  }
  .nav-item .dropdown-menu .dropdown-toggle i {
    top: 5px;
    font-size: 22px;
    color: #777;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .nav-item.border-bottom {
    border: none !important;
  }
}
@media (min-width: 768px) {
  .nav-item,
  .nav-link {
    border-top: none !important;
  }
  .navbar-nav > li.nav-item:first-child > a.nav-link {
    padding-left: 0 !important;
  }
}
.show > .nav-link,
.active > .nav-link,
.nav-link.show,
.nav-link.active {
  font-weight: 300;
}

.menu-content-holder .nav-item img + div {
  margin-bottom: 1rem;
}
.menu-content-holder .nav-item img + div .fa {
  display: none !important;
}

.megamenu {
  line-height: 1.3;
}
.megamenu .active-parent {
  color: #e2001a !important;
}
.megamenu.menu-layout-1 .nav-link.active, .megamenu.menu-layout-1 .nav-link:hover,
.megamenu .navi-footer .nav-link.active,
.megamenu .navi-footer .nav-link:hover {
  color: #e2001a;
}
.megamenu .display-2 {
  color: #444;
}
.megamenu .display-2.active, .megamenu .display-2:hover {
  color: #e2001a;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .megamenu .submenu {
    padding-left: 0;
    padding-right: 0;
  }
  .megamenu .submenu > .nav-item {
    border-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .has-megamenu.show > a {
    color: #888 !important;
  }
}
@media (max-width: 991.98px) {
  #navbar-supported-content {
    background: #fff;
  }
}
#navbar-supported-content .navbar-nav > .nav-item > .nav-link {
  font-size: 19px;
}
@media (max-width: 1199.98px) {
  #navbar-supported-content .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    font-weight: 400;
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
}
@media (min-width: 768px) {
  #navbar-supported-content .navbar-nav > .nav-item:first-child > .nav-link {
    overflow: hidden;
    text-indent: -500px;
    position: relative;
    width: 24px;
  }
  #navbar-supported-content .navbar-nav > .nav-item:first-child > .nav-link:before {
    content: "\f015";
    position: absolute;
    left: 0;
    text-indent: 0;
    font-family: "FontAwesome";
  }
}

#navigation-left .nav-item .nav-item {
  padding: 2px 0;
}

.btn-close-menu {
  cursor: pointer;
  padding: 1rem;
  top: 0;
  right: 0;
}

.admin-menu {
  font-size: 14px;
}

.searchbar {
  height: 62px;
}
.searchbar .nav-item .nav-link {
  font-weight: 400;
  color: #444;
  display: flex;
}
.searchbar .nav-item .nav-link:hover {
  color: #e2001a;
}
@media (max-width: 991.98px) {
  .searchbar .nav-item .nav-link {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 0;
  }
}
.searchbar .searchbox-container .searchbox {
  height: 40px;
  border: none;
  font-weight: 400;
  color: inherit;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media (max-width: 991.98px) {
  .searchbar .searchbox-container .searchbox {
    font-size: 14px;
  }
}
.searchbar .searchbox-container .searchbox:focus {
  background: #fff;
}
.searchbar .searchbox-container .searchbox:focus::placeholder {
  color: #dddddd;
}
.searchbar .searchbox-container .submit {
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.icon {
  background-image: url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
}

.icon-text {
  vertical-align: super;
}

.icon-box {
  background-image: url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png);
  background-position: -250px -100px;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  width: 38px;
  height: 26px;
  margin-right: 8px;
}

.icon-parcel, .icon-parcel-white {
  width: 20px;
  height: 20px;
  top: 4px;
  margin-top: -4px;
  background-image: url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/login-3d.png);
  background-position: 0 3px;
}

.icon-parcel-white {
  background-image: url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png);
  background-position: -21px 0;
}

.icon-screw-driver {
  width: 40px;
  height: 20px;
  background-position: -21px -100px;
  top: 4px;
}

.icon-info {
  width: 18px;
  height: 17px;
  background-position: -21px -41px;
  top: 1px;
}

.icon-person {
  width: 18px;
  height: 17px;
  background-position: -21px -21px;
  top: 1px;
}

.icon-newsletter {
  width: 18px;
  height: 17px;
  background-position: -21px -60px;
  top: 1px;
}

.icon-social-media {
  width: 18px;
  height: 17px;
  background-position: -21px -82px;
  top: 1px;
}

.icon-search-box {
  width: 27px;
  height: 28px;
  background-position: -162px 3px;
  top: -10px;
  margin-bottom: -20px;
}
.active-parent > div > .icon-search-box, :hover > div > .icon-search-box {
  background-position: -162px -27px;
}

.icon-book {
  width: 27px;
  height: 28px;
  background-position: -162px -59px;
  top: -10px;
  margin-bottom: -20px;
}
.active-parent > div > .icon-book, :hover > div > .icon-book {
  background-position: -162px -89px;
}

.icon-pdf {
  width: 48px;
  height: 50px;
  background-image: url("/typo3conf/ext/pm_custom/Resources/Public/Images/Base/download-pdf-icon.png");
}

.navi-footer .icon {
  width: 30px;
  height: 24px;
  top: -2px;
  margin-bottom: -8px;
}
.navi-footer .icon-search-box {
  background-position: -162px -182px;
}
.navi-footer .icon-basket {
  background-position: -162px -153px;
}
.navi-footer .icon-newsletter {
  background-position: -162px -123px;
}

.searchbar .icon-search-box {
  width: 43px;
  height: 41px;
  background-position: -203px -5px;
  top: -6px;
  margin-bottom: -21px;
  margin-right: 4px;
}
@media (max-width: 991.98px) {
  .searchbar .icon-search-box {
    width: 27px;
    height: 24px;
    top: 2px;
    background-size: 220px auto;
    background-position: -137px -5px;
    margin-right: 5px;
    margin-bottom: 0;
  }
}
.searchbar .icon-screw-driver {
  width: 71px;
  height: 41px;
  background-position: -254px -5px;
  top: -6px;
  margin-bottom: -21px;
  margin-right: 4px;
}
@media (max-width: 991.98px) {
  .searchbar .icon-screw-driver {
    width: 45px;
    height: 20px;
    top: 3px;
    background-size: 220px auto;
    background-position: -172px -6px;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  outline: none;
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide--draggable > .splide__slider > .splide__track, .splide--draggable > .splide__track {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide--fade > .splide__slider > .splide__track > .splide__list, .splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list, .splide--ttb.is-active > .splide__track > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover {
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide:focus, .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination, .splide--ttb > .splide__slider > .splide__pagination {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

a.lightbox {
  position: relative;
  display: block;
}
a.lightbox:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) -20px -220px no-repeat;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
a.lightbox:hover:before {
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) -20px -200px no-repeat;
}

.list-caret {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
}
.list-caret li {
  margin: 0;
  list-style: none;
  display: block;
  position: relative;
}
.list-caret li:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
}
.list-caret li {
  padding: 0 0 0 11px;
}
.list-caret li:before {
  top: 7px;
  width: 5px;
  height: 9px;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) -8px -7px no-repeat;
}
.bg-dark .list-caret li:before, .card-panel-dark .card-header .list-caret li:before, .bg-darker .list-caret li:before, .card-panel-darker .card-header .list-caret li:before {
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) -8px -66px no-repeat;
}

.list-check {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
}
.list-check li {
  margin: 0;
  list-style: none;
  display: block;
  position: relative;
}
.list-check li:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
}
.list-check li {
  padding: 0 0 0 19px;
}
.list-check li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 90%;
  content: "\f00c";
  color: green;
  top: 5px;
}

.list-check-center {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.list-check-center li {
  margin: 0;
  list-style: none;
  display: block;
  position: relative;
}
.list-check-center li:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
}
.list-check-center li {
  padding: 0;
  margin-bottom: 1rem;
}
.list-check-center li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 90%;
  content: "\f00c";
  color: green;
  position: relative;
  left: auto;
  top: auto;
  margin-right: 5px;
}

.list-normal {
  padding: 0 0 0 17px;
}

#language-switch {
  font-size: 14px;
}
#language-switch ul.dropdown-menu {
  min-width: 8rem;
  padding: 0.25rem 0;
}
#language-switch ul.dropdown-menu li a {
  padding: 3px 10px;
  font-size: 14px;
}
#language-switch ul.dropdown-menu li a .icon {
  margin-right: 0.325rem;
}
#language-switch ul.dropdown-menu.show {
  z-index: 1010;
}
#language-switch .icon {
  background-image: url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/language-selection.png);
  width: 17px;
  height: 15px;
  background-position: 0 0;
  top: 2px;
}
#language-switch .icon-flags-de {
  background-position: 0 0;
}
#language-switch .icon-flags-gb {
  background-position: 0 -21px;
}
#language-switch .icon-flags-fr {
  background-position: 0 -61px;
}
#language-switch .icon-flags-it {
  background-position: 0 -41px;
}
#language-switch .icon-flags-ru {
  background-position: 0 -101px;
}
#language-switch .icon-flags-nl {
  background-position: 0 -260px;
}
#language-switch .icon-flags-es {
  background-position: 0 -221px;
}
#language-switch .icon-flags-hu {
  background-position: 0 -241px;
}

#footer .gallery-item img {
  width: auto;
  height: auto;
  margin: 0;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  text-decoration: none;
  color: #ddd;
}

.form-horizontal .form-group > label {
  font-weight: 600;
}

.fileupload p:last-child {
  margin-bottom: 0;
}

label.control-label {
  position: relative;
}
label.control-label .required {
  position: absolute;
  margin-left: 3px;
}

.summary-table-first-col {
  font-weight: 600 !important;
}

.register-supplier-confirmation {
  padding-left: 60px;
  position: relative;
  color: #007800;
  font-weight: 600;
  margin-bottom: 20px;
}
.register-supplier-confirmation:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 1;
  font-size: 40px;
  color: #006400;
}

#summary-table ul {
  padding-left: 17px;
}

#field-deleteAccount {
  position: relative;
  min-height: 30px;
}

.hidden-form {
  display: none;
}

.substances-table caption {
  caption-side: top;
}

.testimonial {
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  .testimonial {
    flex-flow: row;
  }
}
.testimonial .testimonial-item {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .testimonial .testimonial-item {
    width: 50%;
  }
}
.testimonial .testimonial-item blockquote .quotation:before {
  content: "» ";
}
.testimonial .testimonial-item blockquote .quotation:after {
  content: "«";
}

@media (min-width: 768px) {
  .text-columns .col-md-0 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.breadcrumb .breadcrumb-item a {
  color: #444;
}
.breadcrumb .breadcrumb-item:last-child {
  font-weight: 600;
}

.fairs-teaser .image-wrapper {
  height: 180px;
}

.fairnews .fairs-list {
  height: 240px;
  overflow-y: scroll;
}
@media (min-width: 1200px) {
  .fairnews .news {
    height: 270px;
  }
}
.fairnews .nav-link {
  color: #999;
}

.splide__arrow {
  background-color: #e2001a;
}
@media (max-width: 767.98px) {
  .splide .media {
    flex-wrap: wrap;
  }
}

.repeatable-footer-banner-wrapper .text-holder {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 95%;
  background: linear-gradient(0deg, rgb(90, 90, 90) 0, rgb(90, 90, 90) 40%, rgba(90, 90, 90, 0.4) 100%);
  color: #fff;
}
@media (min-width: 992px) {
  .repeatable-footer-banner-wrapper .text-holder {
    height: 150px;
  }
}
.repeatable-footer-banner-wrapper a:hover .text-holder {
  background: linear-gradient(0deg, rgb(226, 0, 26) 0, rgb(226, 0, 26) 40%, rgba(226, 0, 26, 0.4) 100%);
}

.btn {
  transition: height 0s !important;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 1.3125rem;
  font-weight: 600;
  border: none;
}

.btn-primary:focus, .btn-primary:hover {
  background-color: #666;
  border-color: #666;
}

form .btn-primary:focus, form .btn-primary:hover {
  background-color: #ddd;
  color: #444;
  border-color: #204d74;
}

#wrapper-footer .btn-primary {
  border: none;
}
#wrapper-footer .btn-primary:focus, #wrapper-footer .btn-primary:hover {
  background-color: #e2001a;
  color: #fff;
}

.repeatable-banner-wrapper .c-row {
  margin-right: -15px;
  margin-left: -15px;
}
.repeatable-banner-wrapper .banner-title {
  font-size: 1.125rem;
}
.repeatable-banner-wrapper a {
  color: #444;
}
.repeatable-banner-wrapper a .shadow .banner-title,
.repeatable-banner-wrapper a .shadow-lg .banner-title,
.repeatable-banner-wrapper a .shadow-sm .banner-title {
  color: #444;
}
.repeatable-banner-wrapper a:hover {
  color: #e2001a;
}
.repeatable-banner-wrapper a:hover .shadow img,
.repeatable-banner-wrapper a:hover .shadow-lg img,
.repeatable-banner-wrapper a:hover .shadow-sm img {
  opacity: 0.8;
}
.repeatable-banner-wrapper a:hover .shadow .banner-title,
.repeatable-banner-wrapper a:hover .shadow-lg .banner-title,
.repeatable-banner-wrapper a:hover .shadow-sm .banner-title {
  color: #e2001a;
}

/* Special styling */
.frame-layout-10 .repeatable-banner-wrapper,
.frame-layout-20 .repeatable-banner-wrapper,
.frame-layout-30 .repeatable-banner-wrapper {
  font-size: 15px;
}
.frame-layout-10 .repeatable-banner-wrapper a,
.frame-layout-20 .repeatable-banner-wrapper a,
.frame-layout-30 .repeatable-banner-wrapper a {
  color: #444;
}
.frame-layout-10 .repeatable-banner-wrapper a:hover,
.frame-layout-20 .repeatable-banner-wrapper a:hover,
.frame-layout-30 .repeatable-banner-wrapper a:hover {
  color: #e2001a;
}
.frame-layout-10 .repeatable-banner-wrapper a:hover img,
.frame-layout-20 .repeatable-banner-wrapper a:hover img,
.frame-layout-30 .repeatable-banner-wrapper a:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.frame-layout-10 .repeatable-banner-wrapper img,
.frame-layout-20 .repeatable-banner-wrapper img,
.frame-layout-30 .repeatable-banner-wrapper img {
  transform: scale(1);
  transition: all 0.7s;
  width: 100%;
}
.frame-layout-10 .repeatable-banner-wrapper .text-center + p:empty,
.frame-layout-20 .repeatable-banner-wrapper .text-center + p:empty,
.frame-layout-30 .repeatable-banner-wrapper .text-center + p:empty {
  margin-bottom: 0;
}
.frame-layout-10 .repeatable-banner-wrapper .text-center + p:empty + h2,
.frame-layout-10 .repeatable-banner-wrapper .text-center + p:empty + h3,
.frame-layout-20 .repeatable-banner-wrapper .text-center + p:empty + h2,
.frame-layout-20 .repeatable-banner-wrapper .text-center + p:empty + h3,
.frame-layout-30 .repeatable-banner-wrapper .text-center + p:empty + h2,
.frame-layout-30 .repeatable-banner-wrapper .text-center + p:empty + h3 {
  margin-top: -0.625rem;
}
.frame-layout-10 .repeatable-banner-wrapper ul,
.frame-layout-20 .repeatable-banner-wrapper ul,
.frame-layout-30 .repeatable-banner-wrapper ul {
  margin-left: 1.2em;
  padding-left: 0;
}

/* -------- Google Maps -------- */
.gmap {
  width: 100% !important;
  height: 500px !important;
}
.gmap .mapOverlay {
  padding: 15px 20px;
  background: #fff;
  font-size: 12px;
  color: #444;
  line-height: 1.3;
  position: relative;
  cursor: auto;
  width: 300px;
}
.gmap .mapOverlay button.submit-navigation {
  padding: 6px 12px;
}
.gmap .mapOverlay h2 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3px;
  text-align: left;
}
.gmap .mapOverlay::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: " ";
  height: 36px;
  width: 24px;
  margin-left: -12px;
  margin-bottom: 15px;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/maps-marker.png) 0 0 no-repeat;
}
.gmap .mapOverlay:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  border-width: 10px;
  margin-left: -10px;
}

/* -------- Google Maps in Header -------- */
#header-image .gmap {
  height: 400px !important;
}

.frame-backgroundimage-container,
.frame-backgroundimage {
  z-index: 0;
}

.frame-background-light.py-3 + .frame-background-light:not(.frame-has-backgroundimage).py-3 {
  padding-top: 0 !important;
}

.frame-no-backgroundimage .frame-background-light {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.frame-background-light {
  color: #444;
}

.textmedia-item, .textpic-item.item-2 {
  order: 1;
}

.textmedia-item, .textpic-item.item-1 {
  order: 2;
}

@media (min-width: 768px) {
  .textmedia-item, .textpic-item.item-2 {
    order: 2;
  }
  .textmedia-item, .textpic-item.item-1 {
    order: 1;
  }
  .textpic-left.layout-33 .textpic-gallery {
    width: 33%;
  }
  .textpic-left.layout-33 .textpic-text {
    width: 66%;
  }
  .textpic-left.layout-66 .textpic-gallery {
    width: 66%;
  }
  .textpic-left.layout-66 .textpic-text {
    width: 33%;
  }
  .textpic-right.layout-33 .textpic-text {
    width: 20%;
  }
  .textpic-right.layout-33 .textpic-gallery {
    width: 66%;
  }
  .textpic-right.layout-33 .textpic-text {
    width: 33%;
  }
  .textpic-right.layout-33 .textpic-gallery {
    width: 66%;
  }
  .textpic-right.layout-66 .textpic-text {
    width: 66%;
  }
  .textpic-right.layout-66 .textpic-gallery {
    width: 33%;
  }
  .textmedia-left.layout-33 .textmedia-gallery {
    width: 33%;
  }
  .textmedia-left.layout-33 .textmedia-text {
    width: 66%;
  }
  .textmedia-left.layout-66 .textmedia-gallery {
    width: 66%;
  }
  .textmedia-left.layout-66 .textmedia-text {
    width: 33%;
  }
  .textmedia-right.layout-33 .textmedia-text {
    width: 33%;
  }
  .textmedia-right.layout-33 .textmedia-gallery {
    width: 66%;
  }
  .textmedia-right.layout-66 .textmedia-text {
    width: 66%;
  }
  .textmedia-right.layout-66 .textmedia-gallery {
    width: 33%;
  }
  .textpic-left.layout-255025 .textpic-gallery {
    width: 25%;
  }
  .textpic-left.layout-255025 .textpic-text {
    width: 50%;
    margin-right: 25%;
  }
  .textpic-right.layout-255025 .textpic-text {
    margin-left: 25%;
    width: 50%;
  }
  .textpic-right.layout-255025 .textpic-gallery {
    width: 25%;
  }
  .textmedia-left.layout-255025 .textmedia-gallery {
    width: 25%;
  }
  .textmedia-left.layout-255025 .textmedia-text {
    width: 50%;
    margin-right: 25%;
  }
  .textmedia-right.layout-255025 .textmedia-text {
    margin-left: 25%;
    width: 50%;
  }
  .textmedia-right.layout-255025 .textmedia-gallery {
    width: 25%;
  }
}
.two-images .gallery-row {
  justify-content: end;
}
.two-images .gallery-row .gallery-item {
  width: 50%;
}

/* Buttons at the end on one line */
.frame-type-text-image-cols.frame-layout-10 .order-last {
  position: unset;
  padding-bottom: 40px;
}
.frame-type-text-image-cols.frame-layout-10 .order-last p .btn {
  position: absolute;
  bottom: 0;
  white-space: nowrap;
}
.frame-type-text-image-cols.frame-layout-10 .order-last p.text-center .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}

.table-danger {
  background-color: #fff;
}
.table-danger th:first-child {
  background: #e2001a;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border: 2px solid #e2001a;
  margin: 0;
  padding: 10px 15px 10px 55px;
  position: relative;
}
.table-danger th:first-child:before {
  content: " ";
  width: 25px;
  height: 25px;
  display: block;
  z-index: 2;
  position: absolute;
  left: 15px;
  top: 10px;
  background: #e2001a url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) -40px -60px no-repeat;
}
.table-danger td {
  border: 2px solid #e2001a;
  border-top: none;
  margin: 0;
  padding: 15px;
}

#productrow-list .image-zoom-container {
  position: relative;
}
#productrow-list .image-zoom-container .image-web-zoom {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
  width: 20px;
  height: 20px;
  display: block;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) -20px -200px no-repeat;
}
#productrow-list .image-zoom-container .image-web-zoom .zoom {
  display: none;
}
#productrow-list .image-zoom-container .image-web-zoom .zoom.active {
  display: block;
  position: absolute;
  width: 540px;
  right: -8px;
  bottom: -8px;
}

.productrow-landing-list .productrow {
  position: relative;
}
.productrow-landing-list .productrow.landing-hyphen {
  border-bottom: 1px solid #ddd;
}
.productrow-landing-list .productrow .image {
  margin-bottom: 1rem;
}
.productrow-landing-list .productrow .link {
  position: absolute;
  bottom: 2rem;
}
.productrow-landing-list .productrow .link .btn {
  white-space: nowrap;
}

#tx-indexedsearch-browsebox-nav {
  margin: 30px 0;
}

.tx-indexedsearch-res {
  margin-bottom: 30px;
}

.tx-indexedsearch-browsebox {
  margin: 30px 0;
}
.tx-indexedsearch-browsebox .pagination {
  margin: 0;
}
.tx-indexedsearch-browsebox .pagination a {
  display: block;
  background: #f6f6f6;
  margin-right: 6px;
  padding: 4px 10px;
  color: #444;
  text-decoration: none;
}
.tx-indexedsearch-browsebox .pagination a:hover {
  background: #eee;
  color: #000;
}

.product-search .alert-search-info {
  background: #f6f6f6;
  padding: 15px 60px;
  text-align: center;
  position: relative;
}
.product-search .alert-search-info span {
  margin: 10px 0;
  display: block;
}
.product-search .alert-search-info:before {
  display: block;
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -17px;
  z-index: 2;
  width: 50px;
  height: 30px;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) -250px -60px no-repeat;
}
.product-search .alert-search-info:after {
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -17px;
  z-index: 2;
  width: 50px;
  height: 30px;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) -250px -60px no-repeat;
}
.product-search .searchbox-container {
  width: 100%;
  margin-bottom: 20px;
}
.product-search .searchbox-container .form-control {
  font-size: 15px;
}
.product-search .searchbox-container .btn {
  border: 1px solid #ddd;
}
.product-search .searchbox-container .searchbox::placeholder {
  color: #999;
  opacity: 1;
}
.product-search .searchbox-container .searchbox::-webkit-input-placeholder {
  color: #999;
}
.product-search .searchbox-container .searchbox:-moz-placeholder {
  color: #999;
}
.product-search .searchbox-container .searchbox:-ms-input-placeholder {
  color: #999;
}
.product-search .searchbox-container .searchbox:-moz-placeholder {
  color: #999;
}
.product-search .filter-container .panel {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  font-size: 15px;
}
.product-search .filter-container .panel .panel-heading {
  padding: 7px 10px;
  background: #888;
}
.product-search .filter-container .panel .panel-heading .panel-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #fff;
}
.product-search .filter-container .panel .panel-body {
  padding: 10px;
  overflow: hidden;
}
.product-search .filter-container .panel .panel-body h4 {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 16px;
}
.product-search .filter-container .panel .panel-body .form-control {
  font-size: 15px;
}
.product-search .filter-container .sizes-values {
  overflow: hidden;
  margin: 0 0 7px 0;
}
.product-search .filter-container .sizes-values .sizes-values-left {
  float: left;
  width: 48%;
  margin-right: 4%;
  padding: 0;
}
.product-search .filter-container .sizes-values .sizes-values-right {
  float: left;
  width: 48%;
  padding: 0;
}
.product-search .filter-container .sizes-values label {
  float: left;
  width: 40px;
  overflow: hidden;
  display: block;
  position: relative;
  top: 5px;
  font-weight: inherit;
}
.product-search .filter-container .sizes-values .form-control {
  float: left;
  width: calc(100% - 40px);
}
.product-search .filter-container .field-row-slider {
  padding: 8px 8px 0 8px;
}
.product-search .filter-container .protection-class {
  width: 50%;
  float: left;
}
.product-search .filter-container .ik {
  width: 50%;
  float: right;
}
.product-search .filter-container .enclosure-material {
  width: 50%;
  float: right;
  margin-top: 20px;
}
.product-search .filter-container .reset-finder-form {
  border-color: #ddd;
  width: 100%;
  text-align: center;
}
.product-search .filter-container .reset-finder-form:hover, .product-search .filter-container .reset-finder-form:active, .product-search .filter-container .reset-finder-form:focus {
  background-color: #f6f6f6;
}
.product-search .product-wrapper .product-item-inner-wrapper {
  margin: 0 0 30px 0;
}
.product-search .product-wrapper .product-item-inner-wrapper .image-wrapper {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-bottom: 6px;
  text-align: center;
}
.product-search .product-wrapper .product-item-inner-wrapper .image-wrapper img {
  width: 170px;
  height: auto;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.product-search .product-wrapper .product-item-inner-wrapper > span {
  display: block;
  min-height: 50px;
}
.product-search .product-wrapper .product-item-inner-wrapper > span .badge {
  background: #888;
  transform: scale(1);
  color: #fff;
  border-radius: 10px;
}
.product-search .product-wrapper .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: 1px solid #eee;
  margin-bottom: 20px;
}
.product-search .product-wrapper .panel .panel-heading {
  color: #444;
  background: #f6f6f6;
  border: 1px solid #eee;
  padding: 10px 15px;
}
.product-search .product-wrapper .panel .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.product-search .product-wrapper .panel .panel-body {
  padding: 15px;
  border: 1px solid #eee;
  border-top: none;
  background: #fff;
  overflow: hidden;
}
.product-search .product-wrapper .panel.articlerow {
  margin-bottom: 4px;
}
.product-search .product-wrapper .panel.articlerow .panel-heading a {
  display: block;
  position: relative;
}
.product-search .product-wrapper .panel.articlerow .panel-heading a span {
  position: absolute;
  right: 0;
  top: -18px;
}
.product-search .product-wrapper .panel.articlerow .articlesubgroup-element {
  overflow: hidden;
  margin-bottom: 50px;
}
.product-search .product-wrapper .panel.articlerow .articlesubgroup-element .headline {
  font-weight: 600;
  font-size: 16px;
  display: block;
}
.product-search .product-wrapper .panel.articlerow .articlesubgroup-element .product-image {
  max-width: 160px;
  margin: 10px 20px 10px 0;
}
@media (max-width: 767.98px) {
  .product-search .product-wrapper .panel.articlerow .articlesubgroup-element .product-image {
    max-width: 100px;
  }
}
.product-search .product-wrapper .panel.articlerow .articlesubgroup-element .exploded-drawing {
  max-width: 160px;
  margin: 10px 0 10px 0;
}
@media (max-width: 767.98px) {
  .product-search .product-wrapper .panel.articlerow .articlesubgroup-element .exploded-drawing {
    max-width: 100px;
  }
}
@media (max-width: 767.98px) {
  .product-search .product-wrapper .panel.articlerow .articlesubgroup-element .table-striped th, .product-search .product-wrapper .panel.articlerow .articlesubgroup-element .table-striped td {
    padding: 0.4rem;
  }
}
@media (max-width: 767.98px) {
  .product-search .product-wrapper .panel.articlerow .articlesubgroup-element .table-striped th, .product-search .product-wrapper .panel.articlerow .articlesubgroup-element .table-striped td {
    padding: 0.2rem;
  }
}
@media (max-width: 767.98px) {
  .product-search .product-wrapper .panel.articlerow .articlesubgroup-element .table-striped {
    font-size: 75%;
  }
}
.product-search .product-wrapper .panel .muted {
  color: #999;
}
.product-search .product-wrapper .panel .muted a {
  color: #999;
}
.product-search .product-wrapper .footnote-delivery {
  display: block;
  margin: 0 0 20px 0;
}
.product-search .product-wrapper .btn {
  padding: 8px 20px;
  border-radius: 0;
  border-color: #ddd;
}
.product-search #search-results {
  margin-top: 30px;
}
.product-search #search-results .highlight {
  background: #ddd;
}
.product-search #search-results ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
.product-search #search-results li.productrow {
  margin: 0 0 20px 0;
  display: block;
  list-style: none;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 18px 20px;
}
.product-search #search-results li.productrow a h2 {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}
.product-search #search-results li.productrow .image {
  width: 160px;
  height: 100px;
  float: left;
  text-align: center;
}
.product-search #search-results li.productrow .image img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}
.product-search #search-results ul.articlerows {
  float: left;
  width: calc(100% - 190px);
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
  display: block;
}
.product-search #search-results ul.articlerows li.articlerow {
  margin-bottom: 20px;
}
.product-search #search-results ul.articlerows li.articlerow a h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 3px;
}
.product-search #search-results ul.articlerows li.articlerow ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-search #search-results ul.articlerows li.articlerow ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-search #search-results .articlegroup {
  margin: 0 0 0 15px;
}
.product-search #search-results .articlesubgroups {
  left: 20px;
  position: relative;
}
.product-search #search-results .articlesubgroup {
  border: none;
  margin: 0;
  padding: 0;
}
.product-search #search-results .articlesubgroup h4 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
.product-search #search-results .articlesubgroup .product {
  margin: 0 0 0 15px;
}
.product-search .suggest button {
  display: block;
  padding: 10px 10px 10px 40px;
  background: #dfdfdf;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  position: relative;
  text-align: left;
  width: 100%;
}
.product-search .suggest button:before {
  display: block;
  content: "";
  position: absolute;
  left: 13px;
  top: 11px;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) -20px -160px no-repeat;
}
.product-search .suggest button:hover {
  color: #fff;
  background: #e2001a;
}
.product-search .suggest button:hover:before {
  background-position: -20px -240px;
}

.product-wrapper .product-item-inner-wrapper > span .badge.changed-count {
  background: #e2001a;
  animation: flipper 1.6s;
  animation-fill-mode: forwards;
  -webkit-animation: flipper 1.6s;
  -webkit-animation-fill-mode: forwards;
}

@keyframes flipper {
  0% {
    transform: scale(1);
    background: #777;
  }
  20% {
    transform: scale(1);
    background: #777;
  }
  50% {
    transform: scale(1.5);
    background: #e2001a;
  }
  60% {
    transform: scale(1.5);
    background: #e2001a;
  }
  100% {
    transform: scale(1);
    background: #e2001a;
  }
}
/* Sicky Menu */
.articlerows-sticky-menu {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 20;
  margin-bottom: 40px;
  width: 100%;
}
.articlerows-sticky-menu.sticky {
  position: sticky;
  top: 0;
}
@media (min-width: 768px) {
  .articlerows-sticky-menu.sticky {
    top: 132px;
  }
}
.articlerows-sticky-menu button {
  background: #e2001a;
  color: #fff;
  display: block;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 22px;
  line-height: 1;
  padding: 14px 18px 14px 58px;
  position: relative;
}
@media (min-width: 768px) {
  .articlerows-sticky-menu button {
    background: #666;
  }
}
.articlerows-sticky-menu button:hover {
  background-color: #e2001a;
}
.articlerows-sticky-menu button:focus {
  outline: inherit;
}
.articlerows-sticky-menu button:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  right: 18px;
  top: 12px;
  z-index: 1;
  position: absolute;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) -40px -120px no-repeat;
}
.articlerows-sticky-menu button:after {
  content: "";
  display: block;
  width: 26px;
  height: 22px;
  left: 18px;
  top: 14px;
  z-index: 1;
  position: absolute;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) -163px -213px no-repeat;
}
.articlerows-sticky-menu button[aria-expanded=true]:before {
  background-position: -40px -145px;
}
.articlerows-sticky-menu #articlerows-sticky-menu-content {
  background: #f6f6f6;
  padding: 14px 18px 0 18px;
}
.articlerows-sticky-menu #articlerows-sticky-menu-content > .nav {
  margin-left: 10px;
}
.articlerows-sticky-menu #articlerows-sticky-menu-content a {
  color: #444;
  position: relative;
  padding: 5px 0 5px 12px;
  line-height: 1;
  display: block;
  text-decoration: none;
}
.articlerows-sticky-menu #articlerows-sticky-menu-content a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: -7px;
  top: 4px;
  z-index: 1;
  position: absolute;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) 0 -80px no-repeat;
}
.articlerows-sticky-menu #articlerows-sticky-menu-content a:hover {
  color: #e2001a;
}
.articlerows-sticky-menu #articlerows-sticky-menu-content a:hover:before {
  background-position: 0 -120px;
}
.articlerows-sticky-menu #articlerows-sticky-menu-content a.productrow {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.articlerows-sticky-menu #articlerows-sticky-menu-content a.productrow:before {
  top: 3px;
}
.articlerows-sticky-menu #articlerows-sticky-menu-content .active a {
  color: #e2001a;
  font-weight: bold;
}
.articlerows-sticky-menu #articlerows-sticky-menu-content .active a:before {
  background-position: 0 -120px;
}
.articlerows-sticky-menu #articlerows-sticky-menu-content .catalogue-enclosures .catalogue-enclosures-toggle {
  font-weight: bold;
  display: block;
  padding: 18px 0 18px 22px;
  border-top: 2px solid #eee;
  margin-top: 30px;
  position: relative;
  cursor: pointer;
}
.articlerows-sticky-menu #articlerows-sticky-menu-content .catalogue-enclosures .catalogue-enclosures-toggle:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  top: 21px;
  z-index: 1;
  position: absolute;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) 0px -300px no-repeat;
}
.articlerows-sticky-menu #articlerows-sticky-menu-content .catalogue-enclosures .catalogue-enclosures-toggle:after {
  content: "";
  display: block;
  width: 27px;
  height: 22px;
  right: 0;
  top: 15px;
  z-index: 1;
  position: absolute;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) -163px -63px no-repeat;
}
.articlerows-sticky-menu #articlerows-sticky-menu-content .catalogue-enclosures .catalogue-enclosures-toggle:hover {
  color: #666;
}
.articlerows-sticky-menu #articlerows-sticky-menu-content .catalogue-enclosures .catalogue-enclosures-toggle:hover:before {
  background-position: 0px -220px;
}
.articlerows-sticky-menu #articlerows-sticky-menu-content .catalogue-enclosures .catalogue-enclosures-toggle[aria-expanded=true]:before {
  background-position: 0px -280px;
}
.articlerows-sticky-menu #articlerows-sticky-menu-content .catalogue-enclosures .catalogue-enclosures-toggle[aria-expanded=true]:hover:before {
  background-position: 0px -200px;
}
.articlerows-sticky-menu #articlerows-sticky-menu-content .catalogue-enclosures #catalogue-enclosures-content {
  padding-bottom: 20px;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .articlerows-sticky-menu #articlerows-sticky-menu-content .catalogue-enclosures #catalogue-enclosures-content {
    columns: 2;
  }
}
@media (min-width: 992px) {
  .articlerows-sticky-menu #articlerows-sticky-menu-content .catalogue-enclosures #catalogue-enclosures-content {
    columns: 3;
  }
}
@media (min-width: 1200px) {
  .articlerows-sticky-menu #articlerows-sticky-menu-content .catalogue-enclosures #catalogue-enclosures-content {
    columns: 4;
  }
}
.articlerows-sticky-menu #articlerows-sticky-menu-content .catalogue-enclosures #catalogue-enclosures-content a.productrow {
  font-weight: inherit;
  font-size: inherit;
  margin-bottom: 0;
}

/* General */
.headline h1 {
  font-weight: 700;
}

.headline-split h1 {
  font-weight: 700;
}
.headline-split h1 .subheadline {
  font-weight: 300;
}

.pdf-header {
  display: none;
}

.productbox {
  height: calc(100% - 30px);
  background: #f6f6f6;
  margin-bottom: 30px;
}
.productbox.productbox-border {
  border: 2px solid #eee;
  background: #fff;
}
.productbox .productbox-headline {
  background: #eee;
  padding: 11px 6px 12px 15px;
}
.productbox .productbox-headline h2 {
  margin: 0;
  line-height: 1;
  font-weight: 300;
}
.productbox .productbox-content {
  padding: 14px;
}
.productbox .productbox-content-empty {
  padding: 0;
  background: #fff;
}
.productbox .block .header {
  font-weight: bold;
}
.productbox .block .content {
  border-bottom: 1px solid #ddd;
  margin-bottom: 14px;
  padding-bottom: 14px;
}
.productbox .block .content p {
  margin-bottom: 0;
}
.productbox .carousel .carousel-indicators.carousel-indicators-navigation {
  margin: 8px 0 8px 0;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  background: transparent;
  text-align: center;
}
.productbox .carousel .carousel-indicators.carousel-indicators-navigation li {
  display: inline-block;
  border: 2px solid #eee;
  margin: 0 2px 0 2px;
  padding: 0;
  opacity: 1;
  width: 40px;
  height: 34px;
  overflow: hidden;
  background: #fff;
}
.productbox .carousel .carousel-indicators.carousel-indicators-navigation li.active {
  border-color: #999;
}
.productbox .carousel .carousel-indicators.carousel-indicators-navigation li.active:before {
  display: none;
}
.productbox .carousel .carousel-control-prev {
  opacity: 1;
  width: 35px;
}
.productbox .carousel .carousel-control-prev .carousel-control-icon {
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #e2001a;
  background-size: 20px auto;
}
.productbox .carousel .carousel-control-prev .carousel-control-icon:before {
  display: none;
}
.productbox .carousel .carousel-control-next {
  opacity: 1;
  width: 35px;
}
.productbox .carousel .carousel-control-next .carousel-control-icon {
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #e2001a;
  background-size: 20px auto;
}
.productbox .carousel .carousel-control-next .carousel-control-icon:before {
  display: none;
}
.productbox .splide .splide__sr {
  display: none;
}
.productbox .splide:not(.is-active) .splide__list {
  display: flex !important;
  justify-content: flex-start !important;
}
.productbox .splide:not(.is-active) .splide__list .splide__slide {
  margin-right: 2rem;
  width: calc(100% + 0rem);
}
@media (min-width: 768px) {
  .productbox .splide:not(.is-active) .splide__list .splide__slide {
    margin-right: 2rem;
    width: calc(50% - 1rem);
  }
}
@media (min-width: 992px) {
  .productbox .splide:not(.is-active) .splide__list .splide__slide {
    margin-right: 2rem;
    width: calc(33% - 1rem);
  }
}
@media (min-width: 1200px) {
  .productbox .splide:not(.is-active) .splide__list .splide__slide {
    margin-right: 2rem;
    width: calc(25% - 1rem);
  }
}
.productbox .splide.splide-application-examples-thumbnails, .productbox .splide.splide-similar-enclosures-thumbnails {
  margin-top: 14px;
}
.productbox .splide.splide-application-examples-thumbnails .splide__list, .productbox .splide.splide-similar-enclosures-thumbnails .splide__list {
  display: block;
  text-align: center;
}
.productbox .splide.splide-application-examples-thumbnails .splide__list .splide__slide, .productbox .splide.splide-similar-enclosures-thumbnails .splide__list .splide__slide {
  display: inline-block;
  width: 60px !important;
  height: 42px;
  border: 2px solid #eee;
  margin: 3px;
  background: #fff;
}
.productbox .splide.splide-application-examples-thumbnails .splide__list .splide__slide img, .productbox .splide.splide-similar-enclosures-thumbnails .splide__list .splide__slide img {
  vertical-align: top;
}
.productbox .splide.splide-application-examples-thumbnails .splide__list .splide__slide a, .productbox .splide.splide-similar-enclosures-thumbnails .splide__list .splide__slide a {
  margin: auto;
  display: block;
}
.productbox .splide.splide-application-examples-thumbnails .splide__list .splide__slide.is-active, .productbox .splide.splide-similar-enclosures-thumbnails .splide__list .splide__slide.is-active {
  border-color: #999;
  border-width: 2px;
}
@media (min-width: 992px) {
  .productbox .splide.splide-similar-enclosures .splide__list {
    justify-content: center;
  }
}
.productbox .splide.splide-similar-enclosures .splide__list .splide__slide {
  display: flex;
}
.productbox .splide.splide-similar-enclosures .splide__list .splide__slide a {
  display: block;
  width: 100%;
  text-align: center;
  color: #444;
}
.productbox .splide.splide-similar-enclosures .splide__list .splide__slide a:hover picture {
  opacity: 0.8;
}
.productbox .splide.splide-similar-enclosures .splide__list .splide__slide a picture {
  background-color: #fff;
  height: 140px;
  display: block;
  margin: 0 auto;
}
.productbox .splide.splide-similar-enclosures .splide__list .splide__slide a picture img {
  margin: 0 auto;
  padding: 10px 0 0 0;
  height: 100px;
  width: auto;
}
.productbox .splide.splide-similar-enclosures .splide__list .splide__slide a span {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.productbox .splide .splide__arrows .splide__arrow {
  opacity: 1;
  width: 30px;
  height: 30px;
  background: #e2001a;
}
.productbox .splide .splide__arrows .splide__arrow--prev {
  left: -14px;
}
.productbox .splide .splide__arrows .splide__arrow--next {
  right: -14px;
}
@media (min-width: 992px) {
  .productbox .splide-similar-enclosures-thumbnails,
  .productbox .splide-similar-enclosures .splide__arrows {
    display: none;
  }
}

.modal-image {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #fff;
  text-align: center;
}
.modal-image:before {
  content: " ";
  width: 20px;
  height: 20px;
  display: block;
  z-index: 2;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) -20px -200px no-repeat;
}
.modal-image:hover {
  opacity: 0.8;
}

/* Product - Level 1 */
#productrow .property-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#productrow .property-icons ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
#productrow .property-icons ul li a {
  display: inline-block;
}
#productrow .image-container {
  position: relative;
}
#productrow .image-container .modal .img-fluid {
  width: 100%;
  max-width: 1000px;
  max-height: 800px;
}
#productrow .image-container .video {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 30px;
  z-index: 2;
  overflow: hidden;
}
#productrow .image-container .video a {
  display: block;
  background: #ddd;
  border-top-right-radius: 12px;
  color: #444;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px 10px 40px;
  position: relative;
  float: left;
  margin-right: 10px;
  text-decoration: none;
}
#productrow .image-container .video a:hover {
  background: #999;
}
#productrow .image-container .video a:before {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 11px;
  left: 12px;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) -20px -320px no-repeat;
}
#productrow .image-container .preview-image {
  max-width: 480px;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
}
#productrow .description ul {
  margin: 0;
  padding: 0;
  list-style: square;
}
#productrow .description ul li {
  margin: 0 0 0 1rem;
  padding: 0;
}
#productrow .disturber {
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: 2;
  width: 120px;
}
#productrow .disturber img {
  width: 100%;
  height: auto;
}
#productrow .highlights .carousel .carousel-control-icon {
  top: 25%;
}
#productrow .highlights .content {
  border: 1px solid #eee;
  background: #fff;
}
#productrow .highlights .image {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
#productrow .highlights .text {
  padding: 10px;
  text-align: center;
  min-height: 150px;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  #productrow .highlights .text {
    min-height: 100px;
  }
}
#productrow .articlerows h2 {
  text-align: center;
  margin: 10px 0 20px 0;
  font-size: 24px;
  font-weight: 300;
}
#productrow .articlerows .articlerow {
  padding-bottom: 20px;
  height: 100%;
}
#productrow .articlerows .articlerow a {
  color: #444;
  display: block;
  background: #ddd;
  text-decoration: none;
  height: 100%;
}
#productrow .articlerows .articlerow a:hover {
  color: #fff;
  background: #e2001a;
}
#productrow .articlerows .articlerow a .image {
  display: block;
  height: 130px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
#productrow .articlerows .articlerow a .image img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 110px;
  width: auto;
  margin: 0 auto;
}
#productrow .articlerows .articlerow .text {
  display: block;
  margin: 0;
  font-size: 18px;
  padding: 10px;
  height: 100%;
  text-align: center;
}
#productrow .downloads .file-downloads {
  margin: 0 0 14px 0;
  padding: 0;
  list-style: none;
}
#productrow .downloads .file-downloads li {
  position: relative;
  padding: 0 0 0 40px;
  margin: 0 0 10px 0;
  display: block;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/product-download-icon-pdf.png) 0 0 no-repeat;
  line-height: 1.2;
  font-size: 14px;
}
#productrow .downloads .file-downloads li a {
  display: block;
  word-wrap: break-word;
  color: #444;
  font-weight: bold;
}
#productrow .downloads .file-downloads li .size {
  color: #999;
  display: block;
}
#productrow .keywords h2 {
  line-height: 1;
  font-weight: 400;
}
#productrow .keywords .keyword {
  display: inline-block;
  margin: 0 6px 6px 0;
  background: #f6f6f6;
  line-height: 28px;
  padding: 0px 8px;
  font-size: 15px;
}
#productrow .keywords .keyword a {
  text-decoration: none;
  color: #444;
}
#productrow .keywords .keyword:hover {
  background: #eee;
}

/* Product - Level 2 */
#articlerow .articlegroup .articlesubgroup {
  border: 2px solid #f6f6f6;
  margin-bottom: 5%;
  overflow: hidden;
}
#articlerow .articlegroup .articlesubgroup .modal .img-fluid {
  width: 100%;
  max-width: 1000px;
  max-height: 800px;
}
#articlerow .articlegroup .articlesubgroup h2 {
  display: block;
  padding: 8px 6px 9px 14px;
  background: #f6f6f6;
}
#articlerow .articlegroup .articlesubgroup .header-container {
  background: #fff;
  padding: 14px;
}
#articlerow .articlegroup .articlesubgroup .header-container .modal-image img {
  max-height: 180px;
  width: auto;
}
@media (max-width: 991.98px) {
  #articlerow .articlegroup .articlesubgroup .header-container .modal-image img {
    max-height: 120px;
  }
}
#articlerow .articlegroup .articlesubgroup .products-table-container {
  padding: 14px;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table {
  width: 100%;
  overflow-x: auto;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table {
  width: 100%;
  font-size: 15px;
}
@media (min-width: 992px) {
  #articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  #articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table {
    font-size: 75%;
  }
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table tr.header td {
  padding: 2px 7px 2px 7px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table tr.header td:last-child {
  width: auto !important;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table tbody tr td {
  padding: 2px 7px 2px 7px;
  border-bottom: 1px solid #ddd;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table tbody tr .model {
  white-space: nowrap;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table tbody tr .ordernumber {
  background: #f6f6f6;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table tbody tr .new-box {
  background: #e2001a;
  color: #fff;
  padding: 2px 6px;
  font-size: 0.8rem;
  border-radius: 2px;
  margin-left: 0.2rem;
  font-weight: bold;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .model {
  white-space: nowrap;
}
@media (min-width: 992px) {
  #articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .model {
    width: 180px;
  }
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .ordernumber {
  background: #f6f6f6;
}
@media (min-width: 992px) {
  #articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .ordernumber {
    width: 100px;
  }
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .size-a {
  width: 40px;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .size-b {
  width: 40px;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .size-c {
  width: 40px;
}
@media (min-width: 992px) {
  #articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .size-c {
    padding-right: 30px;
  }
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .size-a1 {
  width: 40px;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .size-a2 {
  width: 40px;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .size-a3 {
  width: 40px;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .size-a4 {
  width: 40px;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .size-b1 {
  width: 40px;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .size-b2 {
  width: 40px;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .size-b3 {
  width: 40px;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .size-c1 {
  width: 40px;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .size-c2 {
  width: 40px;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .size-c3 {
  width: 40px;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .ip-codes {
  width: auto;
}
@media (min-width: 992px) {
  #articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .ip-codes {
    padding-left: 50px !important;
  }
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .ik-codes {
  width: auto;
}
#articlerow .articlegroup .articlesubgroup .products-table-container .products-table .product-table .colour {
  width: auto;
}
#articlerow .articlegroup .articlesubgroup .ip-code-descriptions {
  padding: 0 14px 14px 14px;
}
#articlerow .articlegroup .articlesubgroup .ip-code-descriptions sup {
  padding-right: 5px;
}
#articlerow .articlegroup .articlesubgroup .notes {
  padding: 0 14px 14px 14px;
}
#articlerow .articlegroup .articlesubgroup .scope-of-delivery {
  padding: 0 14px 14px 14px;
}

/* Product - Level 3 */
#product .image .productbox {
  position: relative;
}
#product .image .modal .img-fluid {
  width: 100%;
  max-width: 1000px;
  max-height: 800px;
}
#product .image .thumbnails {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
}
#product .image .thumbnails .thumbnails-element {
  display: block;
  border: 2px solid #eee;
  margin-bottom: 4px;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  width: 40px;
  height: 30px;
  position: relative;
  background: #fff;
}
#product .image .thumbnails .thumbnails-element.active {
  border-color: #999;
}
#product .image .thumbnails .thumbnails-element img {
  width: 30px;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#product .image .images > .active {
  display: block;
}
#product .image .images > .disabled {
  display: none;
}
#product .image .images .preview-image {
  max-width: 480px;
  max-height: 300px;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  #product .image .images .preview-image {
    max-width: unset;
    max-height: unset;
    height: 100%;
  }
}
#product .info .model,
#product .info .ordernumber {
  font-weight: bold;
}
#product .info .cart {
  border: 1px solid #eee;
  background: #fff;
  padding: 15px;
  margin: 20px 0;
  max-width: 500px;
}
#product .info .cart .cart-title {
  font-weight: bold;
}
#product .info .cart .input-group {
  margin-top: 5px;
}
#product .info .cart .input-group .typo3-messages {
  width: 100%;
  margin-top: 10px;
}
#product .info .actions {
  margin: 30px 0 0 0;
  position: relative;
}
#product .info .actions .cart-overview {
  display: block;
  width: 100%;
  height: 30px;
  color: #444;
  font-weight: 600;
  padding: 2px 0 0 34px;
  margin: 0;
  position: relative;
  text-decoration: none;
}
#product .info .actions .cart-overview:hover {
  color: #e2001a;
}
#product .info .actions .cart-overview:before {
  content: "";
  width: 25px;
  height: 30px;
  display: block;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) -40px 0 no-repeat;
}
#product .info .actions .print-pdf {
  display: block;
  width: 100%;
  height: 30px;
  color: #444;
  font-weight: 600;
  padding: 2px 0 0 34px;
  margin: 10px 0 0 0;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
#product .info .actions .print-pdf:before {
  content: "";
  width: 25px;
  height: 30px;
  display: block;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) -40px -30px no-repeat;
}
#product .info .actions .print-pdf-options {
  display: none;
  position: absolute;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 14px;
  left: 0;
  right: 0;
  bottom: 40px;
}
#product .info .actions .print-pdf-options span {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}
#product .info .actions .print-pdf-options .pdf-button {
  color: #e2001a;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 0 0 0 12px;
  line-height: 1.3;
}
#product .info .actions .print-pdf-options .pdf-button:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  z-index: 2;
  position: absolute;
  left: -8px;
  top: 0;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) 0 -120px no-repeat;
}
#product .info .actions .print-pdf-options .pdf-button:hover {
  cursor: pointer;
  text-decoration: underline;
}
#product .info .footnote-delivery {
  font-size: 13px;
  color: #666;
  display: block;
  margin-top: 6px;
  text-align: right;
}
#product .characteristics .columns {
  margin-bottom: 14px;
}
#product .characteristics .columns .col-12 > div {
  border-bottom: 1px solid #ddd;
  margin-bottom: 14px;
  height: 100%;
}
@media (max-width: 991.98px) {
  #product .characteristics .columns .col-12 > div {
    height: auto;
    padding-bottom: 14px;
  }
}
#product .characteristics .columns .block .content {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
#product .suitable .scroll-container {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 14px 0 0 14px;
  background: #f6f6f6;
}
#product .suitable .articlesubgroup {
  margin-bottom: 30px;
}
#product .suitable .articlesubgroup .image {
  width: 160px;
  float: left;
  border: 1px solid #ddd;
  display: block;
  text-align: center;
  padding: 0;
  height: 120px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 10px;
}
#product .suitable .articlesubgroup .image img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  width: auto;
  margin: 0 auto;
}
#product .technical-documentation-downloads .btn {
  background: #f6f6f6;
  display: block;
  width: 100%;
  text-align: left;
  color: #444;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 12px 14px;
  position: relative;
}
#product .technical-documentation-downloads .btn:hover {
  color: #888;
}
#product .technical-documentation-downloads .btn.collapsed:before {
  background-position: 0 -240px;
}
#product .technical-documentation-downloads .btn:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 16px;
  width: 20px;
  height: 20px;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) 0 -260px no-repeat;
}
#product .technical-documentation-downloads .technical-download {
  background: transparent 0px 2px no-repeat;
  position: relative;
  padding: 0 0 0 40px;
  margin-bottom: 16px;
  line-height: 1.2;
  font-size: 15px;
}
#product .technical-documentation-downloads .technical-download .title {
  font-weight: bold;
  display: block;
}
#product .technical-documentation-downloads .technical-download a {
  word-wrap: break-word;
  color: #444;
  margin-right: 5px;
}
#product .technical-documentation-downloads .technical-download .size {
  color: #999;
}
#product .technical-documentation-downloads .drawing-stp {
  background-image: url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/product-download-icon-stp.png);
}
#product .technical-documentation-downloads .drawing-mechanical-processing {
  background-image: url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/product-download-icon-dxf.png);
}
#product .technical-documentation-downloads .drawing-pdf {
  background-image: url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/product-download-icon-pdf.png);
}
#product .technical-documentation-downloads .drawing-dxf {
  background-image: url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/product-download-icon-dxf.png);
}
#product .technical-documentation-downloads .drawing-pcb-pdf {
  background-image: url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/product-download-icon-pdf.png);
}
#product .technical-documentation-downloads .drawing-pcb-dxf {
  background-image: url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/product-download-icon-dxf.png);
}
#product .technical-documentation-downloads .file-downloads {
  margin: 0 0 14px 0;
  padding: 0;
  list-style: none;
}
#product .technical-documentation-downloads .file-downloads li {
  position: relative;
  padding: 0 0 0 40px;
  margin: 0 0 10px 0;
  display: block;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/product-download-icon-pdf.png) 0 0 no-repeat;
  line-height: 1.2;
  font-size: 15px;
}
#product .technical-documentation-downloads .file-downloads li a {
  display: block;
  word-wrap: break-word;
  color: #444;
  font-weight: bold;
}
#product .technical-documentation-downloads .file-downloads li .size {
  color: #999;
  display: block;
}
#product .technical-documentation-downloads .drawing-mechanical-processing-hint {
  line-height: 1.1;
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin: 10px 0 0 0;
  position: relative;
  padding: 0;
}
#product .technical-documentation-downloads .drawing-mechanical-processing-hint:before {
  content: " ";
  width: 20px;
  height: 20px;
  display: block;
  z-index: 2;
  position: absolute;
  left: -24px;
  top: -3px;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) 0 -80px no-repeat;
}
#product .technical-documentation-downloads .material-data ul {
  margin: 0 0 14px 0;
  margin-bottom: 14px;
  padding: 0;
  list-style: none;
}
#product .technical-documentation-downloads .material-data ul li {
  position: relative;
  padding: 0;
  margin: 0 0 4px 0;
  display: block;
  background: 0 0;
  line-height: 1.2;
  font-size: 14px;
}
#product .technical-documentation-downloads .material-data ul li a {
  position: relative;
  display: block;
  padding-left: 10px;
  font-weight: 400;
  color: #444;
}
#product .technical-documentation-downloads .material-data ul li a:before {
  content: " ";
  width: 20px;
  height: 20px;
  display: block;
  z-index: 2;
  position: absolute;
  left: -7px;
  top: -2px;
  background: transparent url(/typo3conf/ext/pm_custom/Resources/Public/Images/Base/sprite.png) 0 -80px no-repeat;
}
#product .technical-documentation-downloads .material-data .inactive {
  cursor: default;
  pointer-events: none;
  color: #888;
  display: block;
}
#product .technical-documentation-downloads .material-data .inactive a {
  color: #888;
}
/* Carousel in header */
.wrapper-header-content .carousel .carousel-control {
  width: 30px;
  opacity: 1;
}
.wrapper-header-content .carousel .carousel-control-prev {
  background: transparent;
}
.wrapper-header-content .carousel .carousel-control-prev .carousel-control-icon {
  left: 40px;
  background: transparent url(arrow-white-left.png) left center no-repeat;
  width: 30px;
  height: 40px;
}
.wrapper-header-content .carousel .carousel-control-prev .carousel-control-icon:before {
  display: none;
}
@media (max-width: 767.98px) {
  .wrapper-header-content .carousel .carousel-control-prev .carousel-control-icon {
    top: 50px;
    left: 10px;
  }
}
.wrapper-header-content .carousel .carousel-control-prev:hover .carousel-control-icon {
  background-image: url(arrow-red-left.png);
}
.wrapper-header-content .carousel .carousel-control-next {
  background: transparent;
}
.wrapper-header-content .carousel .carousel-control-next .carousel-control-icon {
  right: 40px;
  background: transparent url(arrow-white-right.png) right center no-repeat;
  width: 30px;
  height: 40px;
}
.wrapper-header-content .carousel .carousel-control-next .carousel-control-icon:before {
  display: none;
}
@media (max-width: 767.98px) {
  .wrapper-header-content .carousel .carousel-control-next .carousel-control-icon {
    top: 50px;
    right: 10px;
  }
}
.wrapper-header-content .carousel .carousel-control-next:hover .carousel-control-icon {
  background-image: url(arrow-red-right.png);
}
.wrapper-header-content .carousel .carousel-indicators {
  margin-bottom: 10px;
  z-index: 63;
  opacity: 1;
}
.wrapper-header-content .carousel .carousel-indicators li {
  background-color: #fff;
  width: 40px;
  height: 3px;
  opacity: 1;
  margin-right: 5px;
  margin-left: 5px;
}
.wrapper-header-content .carousel .carousel-indicators li.active {
  background-color: #FC7F2B;
}

/* Type: Bopla Call to Action (header) */
.carousel-item-type-bopla_call_to_action .carousel-image img {
  width: 100%;
  height: auto;
}
.carousel-item-type-bopla_call_to_action .valign {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .carousel-item-type-bopla_call_to_action .valign {
    position: relative;
    min-height: 180px !important;
  }
}
.carousel-item-type-bopla_call_to_action .link-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 201;
}
.carousel-item-type-bopla_call_to_action .carousel-box {
  position: absolute;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  z-index: 200;
  max-width: 600px;
  max-height: 300px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .carousel-item-type-bopla_call_to_action .carousel-box {
    max-width: 100% !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    background: #444 !important;
    border-radius: 0 !important;
    color: #fff !important;
  }
  .carousel-item-type-bopla_call_to_action .carousel-box a {
    color: #fff !important;
  }
}
@media (max-width: 991.98px) {
  .carousel-item-type-bopla_call_to_action .carousel-box {
    max-width: 500px;
  }
}
@media (max-width: 767.98px) {
  .carousel-item-type-bopla_call_to_action .carousel-box .textbox-text {
    text-align: left !important;
    padding: 20px !important;
  }
}
.carousel-item-type-bopla_call_to_action .carousel-box .textbox-text .textbox-headline {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .carousel-item-type-bopla_call_to_action .carousel-box .textbox-text .textbox-headline {
    font-size: 28px;
    font-weight: 400;
  }
}
.carousel-item-type-bopla_call_to_action .carousel-box .textbox-text .textbox-bodytext p {
  margin-bottom: 0;
}
.carousel-item-type-bopla_call_to_action .carousel-box.hleft {
  left: 15px;
  background-position: right top;
  background-repeat: no-repeat;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.carousel-item-type-bopla_call_to_action .carousel-box.hleft .textbox-text {
  text-align: left;
  padding: 20px 90px 24px 64px;
  background-position: left 30px;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .carousel-item-type-bopla_call_to_action .carousel-box.hleft .textbox-text {
    padding: 14px 60px 14px 14px;
    background: transparent !important;
  }
}
.carousel-item-type-bopla_call_to_action .carousel-box.hright {
  right: 15px;
  background-position: left top;
  background-repeat: no-repeat;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.carousel-item-type-bopla_call_to_action .carousel-box.hright .textbox-text {
  text-align: right;
  padding: 20px 64px 24px 90px;
  background-position: right 30px;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .carousel-item-type-bopla_call_to_action .carousel-box.hright .textbox-text {
    padding: 14px 14px 14px 60px;
    background: transparent !important;
  }
}
.carousel-item-type-bopla_call_to_action .carousel-box.vbottom {
  bottom: 90px;
}
@media (min-width: 992px) {
  .carousel-item-type-bopla_call_to_action .carousel-box.vbottom {
    bottom: 60px;
  }
}
.carousel-item-type-bopla_call_to_action .carousel-box.vtop {
  top: 60px;
}
.carousel-item-type-bopla_call_to_action .carousel-box.black {
  color: #fff;
}
.carousel-item-type-bopla_call_to_action .carousel-box.black a {
  color: #fff;
}
