@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700&display=swap);@import url(https://fonts.googleapis.com/css?family=Playfair+Display&display=swap);@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
          animation-name: spin-ccw-1turn;
}

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}

@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=90em&xxlarge=120em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
dl dd.text--h2,
h3,
dl dt,
#maincontentwrap > .mainmenu > .sub > a,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2,
dl dd.text--h2, .h2,
h3,
dl dt,
#maincontentwrap > .mainmenu > .sub > a, .h3, dl dt,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
h2 small,
dl dd.text--h2 small, .h2 small,
h3 small,
dl dt small,
#maincontentwrap > .mainmenu > .sub > a small, .h3 small, dl dt small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}


h2,
dl dd.text--h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}


h3,
dl dt,
#maincontentwrap > .mainmenu > .sub > a, .h3, dl dt {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 3rem;
  }
  
  h2,
  dl dd.text--h2, .h2 {
    font-size: 2.5rem;
  }
  
  h3,
  dl dt,
  #maincontentwrap > .mainmenu > .sub > a, .h3, dl dt {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #092B60;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #082553;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 120rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "\2014   ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  dl dd.text--h2,
  h3,
  dl dt,
  #maincontentwrap > .mainmenu > .sub > a {
    orphans: 3;
    widows: 3;
  }
  
  h2,
  dl dd.text--h2,
  h3,
  dl dt,
  #maincontentwrap > .mainmenu > .sub > a {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 120rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 90em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 120em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-x > .small-1 {
  width: 8.33333333%;
}

.grid-x > .small-2 {
  width: 16.66666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333333%;
}

.grid-x > .small-5 {
  width: 41.66666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333333%;
}

.grid-x > .small-8 {
  width: 66.66666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333333%;
}

.grid-x > .small-11 {
  width: 91.66666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333333%;
  }
  .grid-x > .medium-2 {
    width: 16.66666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333333%;
  }
  .grid-x > .medium-5 {
    width: 41.66666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333333%;
  }
  .grid-x > .medium-8 {
    width: 66.66666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333333%;
  }
  .grid-x > .medium-11 {
    width: 91.66666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333333%;
  }
  .grid-x > .large-2 {
    width: 16.66666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333333%;
  }
  .grid-x > .large-5 {
    width: 41.66666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333333%;
  }
  .grid-x > .large-8 {
    width: 66.66666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333333%;
  }
  .grid-x > .large-11 {
    width: 91.66666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.33333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.66666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.33333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.66666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.33333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.66666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.33333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.66666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xxlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.33333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.66666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.33333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.66666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.33333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.66666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.33333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.66666667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66666667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66666667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66666667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66666667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66666667%;
}

.small-up-7 > .cell {
  width: 14.28571429%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66666667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571429%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66666667%;
  }
  .large-up-7 > .cell {
    width: 14.28571429%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.33333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.66666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.28571429%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.33333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.66666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.28571429%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571429% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333333% - 1.25rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66666667% - 1.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571429% - 1.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571429% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571429% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571429% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571429% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66666667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66666667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66666667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66666667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.33333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.66666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.33333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.66666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.33333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.66666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.33333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.66666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.33333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.66666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.33333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.66666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.33333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.66666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.33333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.66666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.33333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.66666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.33333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.66666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.33333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.66666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.33333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.66666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.66666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.66666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.66666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.66666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.33333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66666667% + 0.625rem);
}

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66666667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66666667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66666667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66666667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66666667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66666667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66666667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66666667% + 0.9375rem);
  }
}

@media screen and (min-width: 90em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xlarge-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333333% + 0.9375rem);
  }
  .xlarge-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66666667% + 0.9375rem);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xlarge-offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333333% + 0.9375rem);
  }
  .xlarge-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66666667% + 0.9375rem);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xlarge-offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333333% + 0.9375rem);
  }
  .xlarge-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66666667% + 0.9375rem);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xlarge-offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333333% + 0.9375rem);
  }
  .xlarge-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66666667% + 0.9375rem);
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333333% + 0.9375rem);
  }
  .xxlarge-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66666667% + 0.9375rem);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333333% + 0.9375rem);
  }
  .xxlarge-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66666667% + 0.9375rem);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333333% + 0.9375rem);
  }
  .xxlarge-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66666667% + 0.9375rem);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333333% + 0.9375rem);
  }
  .xxlarge-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.66666667% + 0.9375rem);
  }
}

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 90em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 120em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-y > .small-1 {
  height: 8.33333333%;
}

.grid-y > .small-2 {
  height: 16.66666667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333333%;
}

.grid-y > .small-5 {
  height: 41.66666667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333333%;
}

.grid-y > .small-8 {
  height: 66.66666667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333333%;
}

.grid-y > .small-11 {
  height: 91.66666667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333333%;
  }
  .grid-y > .medium-2 {
    height: 16.66666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333333%;
  }
  .grid-y > .medium-5 {
    height: 41.66666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333333%;
  }
  .grid-y > .medium-8 {
    height: 66.66666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333333%;
  }
  .grid-y > .medium-11 {
    height: 91.66666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333333%;
  }
  .grid-y > .large-2 {
    height: 16.66666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333333%;
  }
  .grid-y > .large-5 {
    height: 41.66666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333333%;
  }
  .grid-y > .large-8 {
    height: 66.66666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333333%;
  }
  .grid-y > .large-11 {
    height: 91.66666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.33333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.66666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.33333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.66666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.33333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.66666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.33333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.66666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}

@media screen and (min-width: 120em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.33333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.66666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.33333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.66666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.33333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.66666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.33333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.66666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 90em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 120em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 120em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 120em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.clearfix::after {
  clear: both;
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 90em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em), screen and (min-width: 120em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 120em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 119.9375em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 120em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 119.9375em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
          animation-name: spin-ccw-1turn;
}

@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important;
}

/* Color */
/* Color Font */
/* Font weight */
/* margin -> small */
/* margin -> medium */
/* margin -> large */
/* margin -> xlarge */
/* margin -> xxlarge */
/* Transition */
/* Fonts */
body .grid-container {
  padding: 0 60px;
}

@media screen and (max-width: 119.9375em) {
  body .grid-container {
    padding: 0 33px;
  }
}

@media screen and (max-width: 89.9375em) {
  body .grid-container {
    padding: 0 25px;
  }
}

@media screen and (max-width: 63.9375em) {
  body .grid-container {
    padding: 0 20px;
  }
}

.divider-line {
  width: 100%;
  height: 1px;
}

.divider-line--black {
  background-color: #000000;
}

.divider-line--grey {
  background-color: #DADADA;
}

.hidden {
  visibility: hidden;
}

.dreiergrid {
  margin-top: 2em;
}

/*NO MARGIN EXTERNAL | FULL WIDTH*/
@media screen and (max-width: 47.9375em) {
  .stretch--small {
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .stretch--medium {
    margin-left: -50px;
    margin-right: -50px;
  }
}

.space-element {
  /*SPACING BOTTOM*/
}

@media screen and (max-width: 47.9375em) {
  .space-element-sm-b-xlarge {
    margin-bottom: 40px;
  }
  .space-element-sm-b-large {
    margin-bottom: 20px;
  }
  .space-element-sm-b-medium {
    margin-bottom: 15px;
  }
  .space-element-sm-b-small {
    margin-bottom: 10px;
  }
  .space-element-sm-b-none {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .space-element-md-b-xlarge {
    margin-bottom: 60px;
  }
  .space-element-md-b-large {
    margin-bottom: 30px;
  }
  .space-element-md-b-medium {
    margin-bottom: 20px;
  }
  .space-element-md-b-small {
    margin-bottom: 15px;
  }
  .space-element-md-b-none {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .space-element-lg-b-xlarge {
    margin-bottom: 60px;
  }
  .space-element-lg-b-large {
    margin-bottom: 30px;
  }
  .space-element-lg-b-medium {
    margin-bottom: 20px;
  }
  .space-element-lg-b-small {
    margin-bottom: 15px;
  }
  .space-element-lg-b-none {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .space-element-xl-b-xlarge {
    margin-bottom: 90px;
  }
  .space-element-xl-b-large {
    margin-bottom: 50px;
  }
  .space-element-xl-b-medium {
    margin-bottom: 30px;
  }
  .space-element-xl-b-small {
    margin-bottom: 20px;
  }
  .space-element-xl-b-none {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 120em) {
  .space-element-xxl-b-xlarge {
    margin-bottom: 90px;
  }
  .space-element-xxl-b-large {
    margin-bottom: 50px;
  }
  .space-element-xxl-b-medium {
    margin-bottom: 30px;
  }
  .space-element-xxl-b-small {
    margin-bottom: 20px;
  }
  .space-element-xxl-b-none {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .space-element-b-small, html body h3, html body dl dt, dl html body dt, html body #maincontentwrap > .mainmenu > .sub > a {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .space-element-b-small, html body h3, html body dl dt, dl html body dt, html body #maincontentwrap > .mainmenu > .sub > a {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .space-element-b-small, html body h3, html body dl dt, dl html body dt, html body #maincontentwrap > .mainmenu > .sub > a {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .space-element-b-small, html body h3, html body dl dt, dl html body dt, html body #maincontentwrap > .mainmenu > .sub > a {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 120em) {
  .space-element-b-small, html body h3, html body dl dt, dl html body dt, html body #maincontentwrap > .mainmenu > .sub > a {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 47.9375em) {
  .space-element-b-medium, html body #maincontentwrap ul,
  html body .text--quote,
  html body .image,
  html body .space-large,
  html body h2, html body dl dd.text--h2, dl html body dd.text--h2, .footer h2, .footer dl dd.text--h2, dl .footer dd.text--h2, #maincontentwrap > .mainmenu > .sub > a {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .space-element-b-medium, html body #maincontentwrap ul,
  html body .text--quote,
  html body .image,
  html body .space-large,
  html body h2, html body dl dd.text--h2, dl html body dd.text--h2, .footer h2, .footer dl dd.text--h2, dl .footer dd.text--h2, #maincontentwrap > .mainmenu > .sub > a {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .space-element-b-medium, html body #maincontentwrap ul,
  html body .text--quote,
  html body .image,
  html body .space-large,
  html body h2, html body dl dd.text--h2, dl html body dd.text--h2, .footer h2, .footer dl dd.text--h2, dl .footer dd.text--h2, #maincontentwrap > .mainmenu > .sub > a {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .space-element-b-medium, html body #maincontentwrap ul,
  html body .text--quote,
  html body .image,
  html body .space-large,
  html body h2, html body dl dd.text--h2, dl html body dd.text--h2, .footer h2, .footer dl dd.text--h2, dl .footer dd.text--h2, #maincontentwrap > .mainmenu > .sub > a {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 120em) {
  .space-element-b-medium, html body #maincontentwrap ul,
  html body .text--quote,
  html body .image,
  html body .space-large,
  html body h2, html body dl dd.text--h2, dl html body dd.text--h2, .footer h2, .footer dl dd.text--h2, dl .footer dd.text--h2, #maincontentwrap > .mainmenu > .sub > a {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 47.9375em) {
  .space-element-b-large, html body .contenttable {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .space-element-b-large, html body .contenttable {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .space-element-b-large, html body .contenttable {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .space-element-b-large, html body .contenttable {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 120em) {
  .space-element-b-large, html body .contenttable {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 47.9375em) {
  .space-element-b-xlarge {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .space-element-b-xlarge {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .space-element-b-xlarge {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .space-element-b-xlarge {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 120em) {
  .space-element-b-xlarge {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 47.9375em) {
  .space-element-b-xxlarge {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .space-element-b-xxlarge {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .space-element-b-xxlarge {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .space-element-b-xxlarge {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 120em) {
  .space-element-b-xxlarge {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 47.9375em) {
  .space-element-b-none {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .space-element-b-none {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .space-element-b-none {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .space-element-b-none {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 120em) {
  .space-element-b-none {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .space-element-t-small {
    margin-top: 10px;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .space-element-t-small {
    margin-top: 15px;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .space-element-t-small {
    margin-top: 15px;
  }
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .space-element-t-small {
    margin-top: 20px;
  }
}

@media screen and (min-width: 120em) {
  .space-element-t-small {
    margin-top: 20px;
  }
}

@media screen and (max-width: 47.9375em) {
  .space-element-t-medium {
    margin-top: 15px;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .space-element-t-medium {
    margin-top: 20px;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .space-element-t-medium {
    margin-top: 20px;
  }
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .space-element-t-medium {
    margin-top: 30px;
  }
}

@media screen and (min-width: 120em) {
  .space-element-t-medium {
    margin-top: 30px;
  }
}

@media screen and (max-width: 47.9375em) {
  .space-element-t-large, html body p + h2, html body dl p + dd.text--h2, dl html body p + dd.text--h2,
  html body p + h3, html body dl p + dt, dl html body p + dt, html body #maincontentwrap > .mainmenu > .sub > p + a {
    margin-top: 20px;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .space-element-t-large, html body p + h2, html body dl p + dd.text--h2, dl html body p + dd.text--h2,
  html body p + h3, html body dl p + dt, dl html body p + dt, html body #maincontentwrap > .mainmenu > .sub > p + a {
    margin-top: 30px;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .space-element-t-large, html body p + h2, html body dl p + dd.text--h2, dl html body p + dd.text--h2,
  html body p + h3, html body dl p + dt, dl html body p + dt, html body #maincontentwrap > .mainmenu > .sub > p + a {
    margin-top: 30px;
  }
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .space-element-t-large, html body p + h2, html body dl p + dd.text--h2, dl html body p + dd.text--h2,
  html body p + h3, html body dl p + dt, dl html body p + dt, html body #maincontentwrap > .mainmenu > .sub > p + a {
    margin-top: 50px;
  }
}

@media screen and (min-width: 120em) {
  .space-element-t-large, html body p + h2, html body dl p + dd.text--h2, dl html body p + dd.text--h2,
  html body p + h3, html body dl p + dt, dl html body p + dt, html body #maincontentwrap > .mainmenu > .sub > p + a {
    margin-top: 50px;
  }
}

@media screen and (max-width: 47.9375em) {
  .space-element-t-xlarge {
    margin-top: 40px;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .space-element-t-xlarge {
    margin-top: 60px;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .space-element-t-xlarge {
    margin-top: 60px;
  }
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .space-element-t-xlarge {
    margin-top: 90px;
  }
}

@media screen and (min-width: 120em) {
  .space-element-t-xlarge {
    margin-top: 90px;
  }
}

@media screen and (max-width: 47.9375em) {
  .space-element-t-xxlarge {
    margin-top: 50px;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .space-element-t-xxlarge {
    margin-top: 70px;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .space-element-t-xxlarge {
    margin-top: 80px;
  }
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .space-element-t-xxlarge {
    margin-top: 100px;
  }
}

@media screen and (min-width: 120em) {
  .space-element-t-xxlarge {
    margin-top: 100px;
  }
}

.space-element-l {
  margin-left: 15px;
}

.space-element-r {
  margin-right: 15px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.buttondownload:before {
  content: url(/typo3conf/ext/spot_website/Resources/Public/Assets/Svg/downloada.svg);
  margin-right: 15px;
}

.buttondownload:hover {
  color: white;
}

.buttondownload:hover:before {
  content: url(/typo3conf/ext/spot_website/Resources/Public/Assets/Svg/downloadb.svg);
}

.layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

.layer__shadow-top {
  background-image: linear-gradient(black 0%, rgba(0, 0, 0, 0.2) 200px);
}

.layer__background-black {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}

.fadeInUp-scroll.visible,
.fadeInLeft-scroll.visible,
.fadeInRight-scroll.visible {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.hover-underline {
  position: relative;
}

.hover-underline:after {
  content: '';
  position: absolute;
  height: 1px;
  background: currentColor;
  top: 1.5em;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  right: 0;
  width: 0;
}

.hover-underline:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}

/*
html{
  background:url('/typo3conf/ext/spot_website/Resources/Public/Assets/Images/logos/sun@2x.png');
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
body{
  opacity:0;
  animation: meinfadein ease-in 0.5s 1;
  //animation-duration: 0.8s;
  animation-delay: 1s;
  animation-fill-mode:forwards;

}


@keyframes meinfadein{
  from {opacity:0;}
  to {opacity:1;}
  //50%{opacity: 0;}
}
*/
body #kekschecker {
  position: fixed;
  border: 1px solid rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1400px;
  z-index: 9999999;
  padding: 2em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  display: none;
}

body #kekschecker p {
  margin: 0 0 20px;
}

body #kekschecker.sweetkeks {
  background: rgba(0, 0, 0, 0.7);
  width: 96%;
  max-width: 1200px;
  bottom: 2%;
  border-radius: 5px;
}

body #kekschecker.sweetkeks .button, body #kekschecker.sweetkeks .buttondownload {
  border-radius: 5px;
  cursor: pointer;
  cursor: hand;
}

body #kekschecker.sweetkeks .button:hover, body #kekschecker.sweetkeks .buttondownload:hover {
  background: white;
  color: #03388d;
}

body #kekschecker.sweetkeks a {
  color: white;
  opacity: 0.8;
}

#kekschecker p,
#disclaimershow p,
#infotext p {
  margin: 0 0 5px;
  padding: 0;
}

#kekschecker .button, #kekschecker .buttondownload {
  height: 3em;
  line-height: 3em;
  text-align: center;
  display: inline-block;
  padding: 0 2em;
  background: #03388d;
  color: white;
}

.cookieright {
  float: right;
}

#infotext {
  display: none;
}

#infotext.show {
  display: block;
  position: fixed;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 999999999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.95);
}

#infotext.show > div {
  background: #ffffff;
  padding: 4em 2em;
  max-width: 800px;
  margin: auto;
  float: none;
  overflow: visible;
  position: relative;
}

#closer {
  position: absolute;
  top: 20px;
  right: 20px;
  background: inherit;
  border-radius: 1em;
  border: 1px solid;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  cursor: pointer;
  cursor: hand;
}

#showlegal {
  text-decoration: underline;
}

#spotnewsletter .checkbox {
  padding-bottom: 0.8em;
}

#infotext h2, #infotext dl dd.text--h2, dl #infotext dd.text--h2,
#disclaimershow h2,
#disclaimershow dl dd.text--h2,
dl #disclaimershow dd.text--h2 {
  font-size: 32px;
  line-height: 38px;
  margin: 16px 0 15px;
  font-weight: normal;
  text-transform: uppercase;
}

#infotext h3, #infotext dl dt, dl #infotext dt, #infotext #maincontentwrap > .mainmenu > .sub > a,
#disclaimershow h3,
#disclaimershow dl dt,
dl #disclaimershow dt,
#disclaimershow #maincontentwrap > .mainmenu > .sub > a {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: normal;
  text-transform: uppercase;
}

#infotext h4, #infotext h5, #infotext h6,
#disclaimershow h4,
#disclaimershow h5,
#disclaimershow h6 {
  margin-bottom: 0;
}

#infotext h1, #infotext h2, #infotext dl dd.text--h2, dl #infotext dd.text--h2, #infotext h3, #infotext dl dt, dl #infotext dt, #infotext #maincontentwrap > .mainmenu > .sub > a, #infotext h4, #infotext h5, #infotext h6,
#disclaimershow h1,
#disclaimershow h2,
#disclaimershow dl dd.text--h2,
dl #disclaimershow dd.text--h2,
#disclaimershow h3,
#disclaimershow dl dt,
dl #disclaimershow dt,
#disclaimershow #maincontentwrap > .mainmenu > .sub > a,
#disclaimershow h4,
#disclaimershow h5,
#disclaimershow h6 {
  margin: 1.6em 0 0.2em 0;
  padding: 0;
}

#infotext ul,
#disclaimershow ul {
  margin: 0 0 5px;
  list-style: none;
  list-style-type: none;
}

#infotext ul li,
#disclaimershow ul li {
  position: relative;
  vertical-align: middle;
  list-style: none;
  list-style-type: none;
}

#infotext ul li:before,
#disclaimershow ul li:before {
  vertical-align: middle;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 3px;
}

#infotext ul li p,
#disclaimershow ul li p {
  padding-bottom: 0;
  margin: 0;
}

@media (max-width: 500px) {
  span.button, span.buttondownload {
    clear: both;
    margin: 0.5em 0;
    float: none;
    width: 100%;
    margin-top: 1em;
  }
  #kekschecker p, #kekschecker a {
    line-height: 1.3em;
  }
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slider__nav-button {
  width: 50px;
  height: 50px;
  border: 1px solid grey;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 89.9375em) {
  .slider__nav-button {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 63.9375em) {
  .slider__nav-button {
    width: 45px;
    height: 45px;
  }
}

.slider__dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  list-style: none;
}

.slider__dots ul li {
  width: 10px;
  height: 10px;
  background-color: grey;
  border-radius: 50%;
  cursor: pointer;
}

.slider__dots ul li:not(:last-child) {
  margin-right: 15px;
}

.slider__dots ul li.slick-active {
  width: 13px;
  height: 13px;
  background-color: rgba(0, 0, 0, 0.6);
}

.icon {
  width: 15px;
  height: 15px;
}

.icon--facebook {
  width: 10px;
  height: 20px;
}

.icon--twitter {
  width: 21px;
  height: 16px;
}

.icon--instagram {
  width: 21px;
  height: 20px;
}

.icon--youtube {
  width: 21px;
  height: 15px;
}

.icon--arrow-long {
  width: 18px;
  height: 9px;
}

.icon--download {
  width: 16px;
  height: 16px;
}

.icon--rocket {
  width: 21px;
  height: 21px;
}

.icon--magnifier {
  width: 24px;
  height: 24px;
}

.icon--chevron-left {
  width: 8px;
  height: 12px;
}

.icon--chevron-right {
  width: 8px;
  height: 12px;
}

.icon--phone {
  width: 24px;
  height: 24px;
}

.icon--login {
  width: 20px;
  height: 24px;
}

.icon--bottle {
  width: 20px;
  height: 31px;
}

.icon--train {
  width: 20px;
  height: 28px;
}

.icon--rubbish {
  width: 20px;
  height: 29px;
}

.icon--menu {
  width: 24px;
  height: 13px;
}

.icon--close {
  width: 16px;
  height: 16px;
}

.icon--color-primary {
  fill: #03388d;
  -webkit-transition: fill 0.5s ease-in-out;
  transition: fill 0.5s ease-in-out;
}

.icon--color-primary:hover {
  fill: #000000;
}

.icon--color-black {
  fill: #000000;
  -webkit-transition: fill 0.5s ease-in-out;
  transition: fill 0.5s ease-in-out;
}

.icon--color-black:hover {
  fill: #000000;
}

.slides-counter {
  font-family: "Playfair Display";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.slides-counter__slide-number {
  display: block;
}

.slides-counter__slide-number--active {
  font-size: 1.875rem;
  line-height: 1;
  width: 40px;
}

.slides-counter__slide-number--inactive {
  font-size: 0.9375rem;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  padding-bottom: 100px;
  position: static;
}

@media screen and (max-width: 89.9375em) {
  .sticky {
    top: 160px;
  }
}

/* box-sizing */
.fr-window, .fr-window [class^="fr-"],
.fr-overlay, .fr-overlay [class^="fr-"],
.fr-spinner, .fr-spinner [class^="fr-"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fr-window {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  /* Chrome hack, this fixes a visual glitch when quickly toggling a video */
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}

/* z-index */
.fr-overlay {
  z-index: 99998;
}

.fr-window {
  z-index: 99999;
}

.fr-spinner {
  z-index: 100000;
}

/* overlay */
.fr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fr-overlay-background {
  float: left;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .9;
  filter: alpha(opacity=90);
}

.fr-overlay-ui-fullclick .fr-overlay-background {
  background: #292929;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* mobile touch has position:absolute to allow zooming */
.fr-window.fr-mobile-touch,
.fr-overlay.fr-mobile-touch {
  position: absolute;
  overflow: visible;
}

/* some properties on the window are used to toggle things
 * like margin and the fullclick mode,
 * we reset those properties after measuring them
 */
.fr-measured {
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

.fr-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-pages {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-page {
  position: absolute;
  width: 100%;
  height: 100%;
}

.fr-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.fr-hovering-clickable .fr-container {
  cursor: pointer;
}

/*
   padding:
   youtube & vimeo always have buttons on the outside
   side button = 72 = 54 + (2 * 9 margin)
   close button = 48
*/
/* padding ui:inside */
.fr-ui-inside .fr-container {
  padding: 20px 20px;
}

.fr-ui-inside.fr-no-sides .fr-container {
  padding: 20px;
}

/* padding ui:outside */
.fr-ui-outside .fr-container {
  padding: 20px 82px;
}

.fr-ui-outside.fr-no-sides .fr-container {
  padding: 20px 48px;
}

/* reduce padding on smaller screens */
@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 700px) {
  /* padding ui:inside */
  .fr-ui-inside .fr-container {
    padding: 12px 12px;
  }
  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 12px;
  }
  /* padding ui:outside */
  .fr-ui-outside .fr-container {
    padding: 12px 72px;
  }
  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 12px 48px;
  }
}

@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) {
  /* padding ui:inside */
  .fr-ui-inside .fr-container {
    padding: 0px 0px;
  }
  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 0px;
  }
  /* padding ui:outside */
  .fr-ui-outside .fr-container {
    padding: 0px 72px;
  }
  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 0px 48px;
  }
}

/* padding ui:fullclick */
.fr-ui-fullclick .fr-container {
  padding: 0;
}

.fr-ui-fullclick.fr-no-sides .fr-container {
  padding: 0;
}

/* video fullclick */
.fr-ui-fullclick.fr-type-video .fr-container {
  padding: 0px 62px;
}

.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container {
  padding: 48px 0px;
}

/* overflow-y should always have 0 padding top and bottom */
.fr-overflow-y .fr-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.fr-content,
.fr-content-background {
  position: absolute;
  top: 50%;
  left: 50%;
  /* IE11 has a 1px blur bug on the edges of the caption (ui:inside)
     during animation with overflow:hidden */
  overflow: visible;
}

/* img/iframe/error */
.fr-content-element {
  float: left;
  width: 100%;
  height: 100%;
}

.fr-content-background {
  background: #101010;
}

.fr-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #efefef;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fr-info-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 1%;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.fr-ui-inside .fr-info-background {
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1;
}

/* ui:outside has a slightly lighter info background to break up from black page backgrounds */
.fr-ui-outside .fr-info-background {
  background: #0d0d0d;
}

/* info at the bottom for ui:inside */
.fr-content .fr-info {
  top: auto;
  bottom: 0;
}

.fr-info-padder {
  display: block;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: auto;
}

.fr-caption {
  width: auto;
  display: inline;
}

.fr-position {
  color: #b3b3b3;
  float: right;
  line-height: 21px;
  opacity: 0.99;
  position: relative;
  text-align: right;
  margin-left: 15px;
  white-space: nowrap;
}

/* positions not within the info bar
   for ui:outside/inside */
.fr-position-outside,
.fr-position-inside {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 12px;
  width: auto;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  display: none;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fr-position-inside {
  border: 0;
}

.fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d0d0d;
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1;
  /* oldIE */
}

.fr-position-text {
  color: #b3b3b3;
}

.fr-position-outside .fr-position-text,
.fr-position-inside .fr-position-text {
  float: left;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

/* display it for the outside ui, hide the caption inside */
.fr-ui-outside .fr-position-outside {
  display: block;
}

.fr-ui-outside .fr-info .fr-position {
  display: none;
}

.fr-ui-inside.fr-no-caption .fr-position-inside {
  display: block;
}

/* links */
.fr-info a,
.fr-info a:hover {
  color: #ccc;
  border: 0;
  background: none;
  text-decoration: underline;
}

.fr-info a:hover {
  color: #eee;
}

/* no-caption */
.fr-ui-outside.fr-no-caption .fr-info {
  display: none;
}

.fr-ui-inside.fr-no-caption .fr-caption {
  display: none;
}

/* --- stroke */
.fr-stroke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.fr-stroke-vertical {
  width: 1px;
  height: 100%;
}

.fr-stroke-horizontal {
  padding: 0 1px;
}

.fr-stroke-right {
  left: auto;
  right: 0;
}

.fr-stroke-bottom {
  top: auto;
  bottom: 0;
}

.fr-stroke-color {
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
}

/* the stroke is brighter inside the info box */
.fr-info .fr-stroke-color {
  background: rgba(80, 80, 80, 0.3);
}

/* remove the stroke when outside ui has a caption */
.fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom {
  display: none;
}

/* remove stroke and shadow when ui:fullclick */
.fr-ui-fullclick .fr-stroke {
  display: none;
}

.fr-ui-fullclick .fr-content-background {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* the info box never bas a top stroke */
.fr-info .fr-stroke-top {
  display: none;
}

/* < > */
.fr-side {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: 0 9px;
  margin-top: -36px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  zoom: 1;
}

.fr-side-previous {
  left: 0;
}

.fr-side-next {
  right: 0;
  left: auto;
}

.fr-side-disabled {
  cursor: default;
}

.fr-side-hidden {
  display: none !important;
}

.fr-side-button {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.fr-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101010;
}

.fr-side-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* smaller side buttons */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-side {
    width: 54px;
    height: 60px;
    margin: 0;
    margin-top: -30px;
  }
  .fr-side-button {
    width: 48px;
    height: 60px;
    margin: 0 3px;
  }
}

/* X */
.fr-close {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.fr-close-background,
.fr-close-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 26px;
  width: 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.fr-close-background {
  background-color: #000;
}

/* Thumbnails */
.fr-thumbnails {
  position: absolute;
  overflow: hidden;
}

.fr-thumbnails-disabled .fr-thumbnails {
  display: none !important;
}

.fr-thumbnails-horizontal .fr-thumbnails {
  width: 100%;
  height: 12%;
  min-height: 74px;
  max-height: 160px;
  bottom: 0;
}

.fr-thumbnails-vertical .fr-thumbnails {
  height: 100%;
  width: 10%;
  min-width: 74px;
  max-width: 160px;
  left: 0;
}

.fr-thumbnails,
.fr-thumbnails * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-thumbnails-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}

.fr-thumbnails-vertical .fr-thumbnails-wrapper {
  top: 50%;
  left: 0;
}

.fr-thumbnails-slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  zoom: 1;
}

.fr-thumbnails-slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.fr-thumbnails-thumbs {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}

.fr-thumbnails-slide {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.fr-thumbnail-frame {
  position: absolute;
  zoom: 1;
  overflow: hidden;
}

.fr-thumbnail {
  position: absolute;
  width: 30px;
  height: 100%;
  left: 50%;
  top: 50%;
  zoom: 1;
  cursor: pointer;
  margin: 0 10px;
}

.fr-ltIE9 .fr-thumbnail * {
  overflow: hidden;
  /* IE6(7) */
  z-index: 1;
  zoom: 1;
}

.fr-thumbnail-wrapper {
  position: relative;
  background: #161616;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  display: inline;
  /* IE6(7) */
  z-index: 0;
  /* IE8 */
}

.fr-thumbnail-overlay {
  cursor: pointer;
}

.fr-thumbnail-active .fr-thumbnail-overlay {
  cursor: default;
}

.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent;
}

.fr-ltIE9 .fr-thumbnail-overlay-border {
  border-width: 0 !important;
}

.fr-thumbnail .fr-thumbnail-image {
  position: absolute;
  filter: alpha(opacity=85);
  opacity: .85;
  max-width: none;
}

.fr-thumbnail:hover .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
  filter: alpha(opacity=99);
  opacity: .99;
}

.fr-thumbnail-active .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
  filter: alpha(opacity=35);
  opacity: .35;
}

.fr-thumbnail-active {
  cursor: default;
}

/* Thumbnails loading */
.fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-thumbnail-loading-background {
  background-color: #161616;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: .8;
  position: relative;
  float: left;
}

/* this element is there as an alternative to putting the loading image on the background */
.fr-thumbnail-loading-icon {
  display: none;
}

/* error on thumbnail */
.fr-thumbnail-error .fr-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #202020;
}

/* Thumbnail < > */
.fr-thumbnails-side {
  float: left;
  height: 100%;
  width: 28px;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}

.fr-thumbnails-side-previous {
  margin-left: 12px;
}

.fr-thumbnails-side-next {
  margin-right: 12px;
}

.fr-thumbnails-vertical .fr-thumbnails-side {
  height: 28px;
  width: 100%;
  margin: 10px 0;
}

.fr-thumbnails-vertical .fr-thumbnails-side-previous {
  margin-top: 20px;
}

.fr-thumbnails-vertical .fr-thumbnails-side-next {
  margin-bottom: 20px;
}

.fr-thumbnails-side-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.fr-thumbnails-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=80);
  opacity: .8;
  -webkit-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
  background-color: #333;
  cursor: pointer;
  border-radius: 4px;
}

.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
  background-color: #3b3b3b;
}

.fr-thumbnails-side-button-disabled * {
  cursor: default;
}

.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background {
  background-color: #333;
}

.fr-thumbnails-side-button-icon {
  height: 42px;
  width: 42px;
  position: absolute;
  /*top: -7px;
  left: -7px;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* vertical thumbnails */
.fr-thumbnails-vertical .fr-thumbnails-side,
.fr-thumbnails-vertical .fr-thumbnails-thumbs,
.fr-thumbnails-vertical .fr-thumbnail-frame {
  clear: both;
}

/* ui:fullclick has a dark thumbnail background */
.fr-window-ui-fullclick .fr-thumbnails {
  background: #090909;
}

/* put a stroke on the connecting caption*/
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal .fr-info .fr-stroke-bottom {
  display: block !important;
}

/*({ box-shadow: inset 0 -1px 0 rgba(255,255,255,.1); } */
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical .fr-info .fr-stroke-left {
  display: block !important;
}

/* thumbnail spacing  */
.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
  padding: 12px 5px;
}

.fr-thumbnails-vertical .fr-thumbnails-thumbs {
  padding: 5px 12px;
}

.fr-thumbnails-measured .fr-thumbnails-thumbs {
  padding: 0 !important;
}

/* horizontal */
@media all and (min-height: 700px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 16px 8px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 8px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 16px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 16px;
  }
}

@media all and (min-height: 980px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 20px 10px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 10px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 20px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 20px;
  }
}

/* vertical */
@media all and (min-width: 1200px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 8px 16px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 0 8px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 16px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 16px;
  }
}

@media all and (min-width: 1800px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 10px 20px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 10px 0;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 20px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 20px;
  }
}

/* hide thumbnails on smaller screens
   the js always hides them on touch based devices
*/
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) {
  .fr-thumbnails-horizontal .fr-thumbnails {
    display: none !important;
  }
}

@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-thumbnails-vertical .fr-thumbnails {
    display: none !important;
  }
}

/* force fullClick: true
   and force overflow: false */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-page {
    min-width: 100%;
  }
  /* fullclick */
  .fr-page {
    min-height: 100%;
  }
  /* overflow: false */
}

/* switch between ui modes
   we force everything not in the current UI mode to hide
*/
.fr-window-ui-fullclick .fr-side-next-outside,
.fr-window-ui-fullclick .fr-side-previous-outside,
.fr-window-ui-fullclick .fr-close-outside,
.fr-window-ui-fullclick .fr-content .fr-side-next,
.fr-window-ui-fullclick .fr-content .fr-side-previous,
.fr-window-ui-fullclick .fr-content .fr-close,
.fr-window-ui-fullclick .fr-content .fr-info,
.fr-window-ui-outside .fr-side-next-fullclick,
.fr-window-ui-outside .fr-side-previous-fullclick,
.fr-window-ui-outside .fr-close-fullclick,
.fr-window-ui-outside .fr-content .fr-side-next,
.fr-window-ui-outside .fr-content .fr-side-previous,
.fr-window-ui-outside .fr-content .fr-close,
.fr-window-ui-outside .fr-content .fr-info,
.fr-window-ui-inside .fr-page > .fr-info,
.fr-window-ui-inside .fr-side-next-fullclick,
.fr-window-ui-inside .fr-side-previous-fullclick,
.fr-window-ui-inside .fr-close-fullclick,
.fr-window-ui-inside .fr-side-next-outside,
.fr-window-ui-inside .fr-side-previous-outside,
.fr-window-ui-inside .fr-close-outside {
  display: none !important;
}

/* some ui elements can be toggled on mousemove.
   filter:alpha(opacity) is bugged so we use display in oldIE
*/
.fr-toggle-ui {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fr-visible-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui {
  opacity: 1;
}

.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fr-ltIE9.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  display: none;
}

/* Spinner */
.fr-spinner {
  position: fixed;
  width: 52px;
  height: 52px;
  background: #101010;
  background: rgba(16, 16, 16, 0.85);
  border-radius: 5px;
}

.fr-spinner div {
  position: absolute;
  top: 0;
  left: 0;
  height: 64%;
  width: 64%;
  margin-left: 18%;
  margin-top: 18%;
  opacity: 1;
  -webkit-animation: fresco-12 1.2s infinite ease-in-out;
  animation: fresco-12 1.2s infinite ease-in-out;
}

.fr-spinner div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 8px;
  margin-left: -1px;
  background: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  /* fixes rendering in Firefox */
}

.fr-spinner div.fr-spin-1 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.fr-spinner div.fr-spin-2 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.fr-spinner div.fr-spin-3 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.fr-spinner div.fr-spin-4 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.fr-spinner div.fr-spin-5 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.fr-spinner div.fr-spin-6 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.fr-spinner div.fr-spin-6 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.fr-spinner div.fr-spin-7 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.fr-spinner div.fr-spin-8 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.fr-spinner div.fr-spin-9 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.fr-spinner div.fr-spin-10 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.fr-spinner div.fr-spin-11 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.fr-spinner div.fr-spin-12 {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes fresco-12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fresco-12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Thumbnail spinner */
.fr-thumbnail-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}

.fr-thumbnail-spinner-spin {
  position: relative;
  float: left;
  margin: 8px 0 0 8px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  -webkit-animation: fr-thumbnail-spin 1.1s infinite linear;
  animation: fr-thumbnail-spin 1.1s infinite linear;
}

.fr-thumbnail-spinner-spin,
.fr-thumbnail-spinner-spin:after {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

@-webkit-keyframes fr-thumbnail-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fr-thumbnail-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Error */
.fr-error {
  float: left;
  position: relative;
  background-color: #ca3434;
  width: 160px;
  height: 160px;
}

.fr-error-icon {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
}

/* skin: 'fresco' */
/* Sprite */
.fr-window-skin-fresco .fr-side-button-icon,
.fr-window-skin-fresco .fr-close-icon,
.fr-window-skin-fresco .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
  background-image: url("skins/fresco/sprite.svg");
}

/* fallback png sprite */
.fr-window-skin-fresco.fr-no-svg .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-close-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
  background-image: url("skins/fresco/sprite.png");
}

.fr-window-skin-fresco .fr-error-icon {
  background-position: -160px -126px;
}

.fr-window-skin-fresco .fr-content-background {
  background: #101010;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* thumbnail shadow */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

/* < > */
.fr-window-skin-fresco .fr-side-button-background {
  background-color: transparent;
}

.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
  background-position: -13px -14px;
}

.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
  background-position: -93px -14px;
}

.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
  background-position: -93px -114px;
}

/* transition (png) */
.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
  background-position: -93px -114px;
}

/* disabled state (png) */
.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
  background-position: -13px -214px;
}

.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
  background-position: -93px -214px;
}

/* transition (svg) */
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
  background-position: -93px -114px;
}

.fr-window-skin-fresco.fr-svg .fr-side-button-icon {
  opacity: .5;
}

.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-next .fr-side-button-icon {
  opacity: 1;
}

.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon {
  opacity: .8;
}

/* touch always active but at lower opacity */
/* disabled (svg) */
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side-disabled .fr-side-button-icon {
  opacity: .2;
}

/* TODO: make sure this works */
/* hide for ui:inside/fullclick, only for the image type */
.fr-window-skin-fresco.fr-window-ui-inside .fr-type-image .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image .fr-side-disabled .fr-side-button-icon {
  background-image: none;
}

/* < > responsive */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
    background-position: 0px -300px;
  }
  .fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
    background-position: -48px -300px;
  }
  .fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
    background-position: 0px -360px;
  }
  .fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
    background-position: -48px -360px;
  }
  /* transition (png) */
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
    background-position: 0px -360px;
  }
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
    background-position: -48px -360px;
  }
  /* transition (svg) */
  .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
    background-position: 0px -360px;
  }
  .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
    background-position: -48px -360px;
  }
  /* disabled state (png) */
  .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
    background-position: 0px -420px;
  }
  .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
    background-position: -48px -420px;
  }
}

/* X */
/* colors */
.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
  background-color: #363636;
}

.fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background {
  background-color: #434343;
}

.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background {
  background-color: #131313;
  filter: alpha(opacity=80);
  opacity: .8;
}

.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close:hover .fr-close-background {
  background-color: #191919;
}

/* - image */
.fr-window-skin-fresco .fr-close .fr-close-icon {
  background-position: -168px -8px;
}

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  background-position: -210px -8px;
}

/* - transition */
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
  background-position: -210px -8px;
  opacity: .8;
}

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  opacity: 1;
}

/* iOS 8.4.1 bug: when opacity changes it'll require 2 taps
   force a single opacity to fix this
*/
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon,
.fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon {
  opacity: 1;
}

/* Thumbnails */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
  -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-overlay-border {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.08);
  /* should remain rgba */
}

/* no inner border on active thumbnail */
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
  border: 0px;
}

/* Thumbnails < > */
.fr-window-skin-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -167px -49px;
}

.fr-window-skin-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -209px -49px;
}

.fr-window-skin-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -167px -91px;
}

.fr-window-skin-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -209px -91px;
}

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -293px -49px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -335px -49px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -293px -91px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -335px -91px;
}

/* Thumbnails < > transition */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-icon {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  opacity: .8;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -167px -49px;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -209px -91px;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon {
  opacity: 1;
}

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -293px -49px;
}

.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -335px -91px;
}

/* lower opacity on disabled states */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled {
  opacity: .5;
}

/* lower opacity IE < 9 using images */
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -251px -49px;
}

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -251px -91px;
}

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
  filter: alpha(opacity=50);
}

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -377px -49px;
}

.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -377px -91px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: #ffffff;
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 47.9375em) {
  .header__inner {
    border-bottom: 0;
  }
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1em;
  border-bottom: 1px solid #EDEDED;
}

@media screen and (max-width: 63.9375em) {
  .header__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}

.header__home {
  display: block;
  margin-top: .2em;
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}

@media screen and (max-width: 63.9375em) {
  .header__home {
    margin-top: 0;
  }
}

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header__center {
  width: 112px;
}

@media screen and (max-width: 63.9375em) {
  .header__center {
    width: auto;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__utilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 17px;
}

@media screen and (max-width: 89.9375em) {
  .header__utilities {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .header__utilities {
    margin-bottom: 0;
  }
}

.header__utility {
  padding: 0 1.25rem;
  border-right: 1px solid #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
}

@media screen and (max-width: 63.9375em) {
  .header__utility {
    padding: 0;
  }
}

.header__utility a {
  color: inherit;
}

.header__utility:last-child {
  border-right: 0;
  padding-right: 0;
}

@media screen and (min-width: 64em) {
  .header__utility--search-icon {
    padding-right: 0;
    border-right: 0;
  }
}

.header__utility--menu-icon {
  padding-right: 0;
  border-right: 0;
}

.header__language {
  padding-right: 1em;
  font-size: 0.9375rem;
}

.header__contacts {
  font-size: 0.9375rem;
  font-weight: normal;
  margin-left: 1rem;
  border-left: 1px solid #EDEDED;
  padding: 1.2rem 0 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__contacts .icon {
  margin-right: 10px;
}

.header__search {
  border-right: 1px solid #EDEDED;
  padding: 1rem 2rem 1rem 0;
}

@media screen and (max-width: 63.9375em) {
  .header__search {
    border-right: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 64em) {
  .home .header__home {
    display: none;
  }
}

@media screen and (max-width: 63.9375em) {
  .home .header__home {
    opacity: 0;
  }
}

.not-top .header {
  -webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 63.9375em) {
  .not-top .header__home {
    opacity: 1;
  }
}

@media screen and (min-width: 64em) {
  .scrolled .subnav {
    top: 81px;
  }
}

#uid1 .header__main-logo {
  opacity: 1;
  -webkit-transition: 0.8s ease-out opacity;
  transition: 0.8s ease-out opacity;
}

@media screen and (max-width: 63.9375em) {
  #uid1:not(.not-top) .header__main-logo {
    opacity: 0;
  }
}

.navigation {
  color: #000000;
}

@media screen and (max-width: 119.9375em) {
  .navigation {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .navigation {
    position: fixed;
    top: 63px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    overflow: auto;
    z-index: 9;
    border-top: 1px solid #EDEDED;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navigation.open {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.navigation__word {
  display: block;
  padding-bottom: 23px;
  margin-bottom: 0;
  display: inline-block;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.navigation__word.active {
  font-weight: 600;
}

@media screen and (max-width: 63.9375em) {
  .navigation__word {
    padding: 1.2rem 0 calc(1.2rem - 3px);
    display: block;
  }
  .navigation__word.active {
    font-weight: 500;
  }
}

@media screen and (max-width: 47.9375em) {
  .navigation__word {
    padding-right: 50px;
  }
}

.navigation__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
}

@media screen and (max-width: 63.9375em) {
  .navigation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.navigation__item {
  margin: 0 20px;
}

.navigation__item:first-child {
  margin-left: 0;
}

.navigation__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 119.9375em) {
  .navigation__item {
    margin: 0 15px;
  }
}

@media screen and (max-width: 89.9375em) {
  .navigation__item {
    margin: 0 15px;
  }
}

@media screen and (max-width: 63.9375em) {
  .navigation__item {
    margin: 0;
    border-bottom: 1px solid #EDEDED;
  }
}

.navigation__link {
  display: block;
  color: inherit;
  padding-bottom: 0;
  font-family: "Work Sans";
  position: relative;
  line-height: 1.2em;
}

.navigation__link:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  top: 100%;
  left: 50%;
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateX(-50%) translateY(-120%) rotate(45deg);
          transform: translateX(-50%) translateY(-120%) rotate(45deg);
}

.navigation__link.open:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 63.9375em) {
  .navigation__link:after {
    top: 50%;
    right: 0;
    left: unset;
    background: url("../Images/icons/arrow-right.png") center center no-repeat;
    background-size: cover;
    width: 16px;
    height: 9px;
    background-color: transparent;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform 125ms ease-in-out;
    transition: -webkit-transform 125ms ease-in-out;
    transition: transform 125ms ease-in-out;
    transition: transform 125ms ease-in-out, -webkit-transform 125ms ease-in-out;
  }
  .navigation__link.open:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
}

.navigation__link:hover {
  color: #000000;
}

.navigation__link.open {
  color: #000000;
}

.navigation__link.open + .subnav {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 63.9375em) {
  .navigation__top {
    padding: 0 50px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 47.9375em) {
  .navigation__top {
    padding: 0 20px;
  }
}

.navigation__top .gohome {
  margin-top: 40px;
}

.navigation__top .gohome a {
  font-size: 0.9em;
  display: block;
  position: relative;
  padding-left: 18px;
  margin-left: 15px;
}

.navigation__top .gohome a::before {
  position: absolute;
  content: "";
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Svg/home.svg");
  background-size: cover;
  width: 15px;
  height: 15px;
  top: 4px;
  left: -8px;
}

.navigation__bottom {
  width: 100%;
  padding: 20px;
  background-color: #F7F7F7;
  text-align: center;
  font-size: 0.8125rem;
  color: #4C4C4C;
  font-weight: 600;
}

.menu-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

.open-menu .menu-background {
  content: "";
  opacity: 1;
  pointer-events: all;
}

.language {
  color: #4C4C4C;
  font-size: 0.9375rem;
  font-weight: bold;
}

@media screen and (max-width: 89.9375em) {
  .language {
    font-size: 0.8125rem;
  }
}

.language__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.language__link {
  color: inherit;
  font-family: "Work Sans";
}

.language__link.active {
  font-weight: lighter;
}

.language__item {
  margin: 0 12px;
}

.language__item:last-child {
  margin-right: 0;
}

.subnav {
  position: fixed;
  top: 146px;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
  color: #2A2A2A;
  z-index: 1;
}

@media screen and (max-width: 89.9375em) {
  .subnav {
    top: 140px;
    left: -10px;
    right: -10px;
  }
}

@media screen and (max-width: 63.9375em) {
  .subnav {
    position: static;
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    top: unset;
    left: unset;
    right: unset;
    margin-top: 0;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .subnav .grid-container {
    padding: 0;
  }
}

.subnav__title {
  position: relative;
}

@media screen and (max-width: 47.9375em) {
  .subnav__title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url("../Images/icons/chevrondown.png") center center no-repeat;
    background-size: cover;
    width: 10px;
    height: 10px;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 125ms ease-in-out;
    transition: -webkit-transform 125ms ease-in-out;
    transition: transform 125ms ease-in-out;
    transition: transform 125ms ease-in-out, -webkit-transform 125ms ease-in-out;
  }
  .subnav__title.open:after {
    -webkit-transform: scale(1, -1) translateY(-50%);
            transform: scale(1, -1) translateY(-50%);
  }
}

@media screen and (max-width: 47.9375em) {
  .subnav__title {
    border-bottom: 1px solid #EDEDED;
    padding: 0.75rem 0 0.5rem;
    margin-bottom: 0;
  }
}

.subnav__inner {
  background-color: #ffffff;
  margin-left: calc(-30px - 0.9375rem);
  margin-right: calc(-30px - 0.9375rem);
}

@media screen and (max-width: 119.9375em) {
  .subnav__inner {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 63.9375em) {
  .subnav__inner {
    padding-top: 0;
  }
}

.subnav__word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subnav__word .icon {
  margin-right: 1rem;
}

.subnav__list {
  color: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
}

.subnav__list--small {
  font-size: 1.1875rem;
}

@media screen and (max-width: 89.9375em) {
  .subnav__list {
    margin-bottom: 2rem;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .subnav__list {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .subnav__list {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 0px;
  }
}

.subnav__item {
  margin-bottom: 1em;
  line-height: 1.3em;
  position: relative;
}

@media screen and (max-width: 89.9375em) {
  .subnav__item {
    margin-bottom: 1.5em;
  }
}

@media screen and (max-width: 63.9375em) {
  .subnav__item {
    margin-bottom: 0;
    border-bottom: 1px solid #EDEDED;
    padding: 1em 0;
  }
  .subnav__item--last {
    border-bottom: 0;
  }
}

.subnav__open-subsub {
  position: absolute;
  top: 1.8rem;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subnav__open-subsub:after {
  content: "";
  top: 50%;
  right: 15px;
  left: unset;
  background: url("../Images/icons/arrow-right.png") center center no-repeat;
  background-size: cover;
  width: 16px;
  height: 9px;
  background-color: transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 125ms ease-in-out;
  transition: -webkit-transform 125ms ease-in-out;
  transition: transform 125ms ease-in-out;
  transition: transform 125ms ease-in-out, -webkit-transform 125ms ease-in-out;
}

.subnav__open-subsub.open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.subnav__link {
  color: inherit;
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
  font-family: "Work Sans";
  position: relative;
  display: block;
}

.subnav__link.selected {
  font-weight: 600;
}

@media screen and (max-width: 63.9375em) {
  .subnav__link {
    padding: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .subnav__link {
    display: block;
  }
}

.subnav__button-title {
  font-size: 1.1875rem;
}

.subnav__bottom {
  padding-top: 3px;
  overflow: auto;
}

@media screen and (max-width: 63.9375em) {
  .subnav__bottom {
    max-height: none;
  }
  .subnav__bottom .cell, .subnav__bottom .grid-margin-x {
    margin: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .subnav__bottom {
    padding-bottom: 0;
  }
}

.subnav__nested .list {
  margin-top: 50px;
}

.subnav__nested--left {
  width: calc(40% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin-left: 0.9375rem !important;
  margin-right: 0.9375rem !important;
}

@media screen and (max-width: 89.9375em) {
  .subnav__nested--left {
    width: calc(80% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.subnav__nested--right {
  width: calc(40% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin-left: 0.9375rem !important;
  margin-right: 0.9375rem !important;
}

.subnav__inner-container {
  background-color: #F7F7F7;
}

.subnav__padding {
  padding: 50px 30px;
}

@media screen and (max-width: 119.9375em) {
  .subnav__padding {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 89.9375em) {
  .subnav__padding {
    padding: 30px;
  }
}

@media screen and (max-width: 63.9375em) {
  .subnav__padding {
    padding: 0;
  }
}

.subnav__padding--no-right {
  padding-right: 0;
}

.subnav__padding--no-left {
  padding-left: 0;
}

.header-info {
  position: relative;
  height: 60vh;
}

@media screen and (max-width: 47.9375em) {
  .header-info {
    height: 40vh;
    margin-bottom: 330px;
  }
}

.header-info__info-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  height: 100px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 63.9375em) {
  .header-info__info-bar {
    height: 150px;
  }
}

@media screen and (max-width: 47.9375em) {
  .header-info__info-bar {
    bottom: auto;
    top: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.header-info__info-icon {
  width: 65px;
  height: 100%;
  background-color: #03388d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 47.9375em) {
  .header-info__info-icon {
    width: 100%;
    padding: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header-info__info-icon .icon {
    margin-right: 10px;
  }
}

.header-info__container-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (max-width: 89.9375em) {
  .header-info__container-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-info__bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 63.9375em) {
  .header-info__bottom-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header-info__info-item {
  width: 13%;
  padding: 0 25px;
}

@media screen and (max-width: 119.9375em) {
  .header-info__info-item {
    width: 20%;
  }
}

@media screen and (max-width: 89.9375em) {
  .header-info__info-item {
    width: 25%;
  }
}

@media screen and (max-width: 63.9375em) {
  .header-info__info-item {
    width: 50%;
  }
}

@media screen and (max-width: 47.9375em) {
  .header-info__info-item {
    width: 100%;
    padding: 10px 25px;
  }
}

.header-info__info-item * {
  color: #ffffff;
}

.header-info__images {
  height: 100%;
  width: 100%;
}

.header-info__image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.header-slider {
  position: relative;
}

.header-slider__image {
  height: 55vh;
}

@media screen and (max-width: 89.9375em) {
  .header-slider__image {
    height: 60vh;
  }
}

@media screen and (max-width: 63.9375em) {
  .header-slider__image {
    height: 40vh;
  }
}

.header-slider__bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 45px;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 89.9375em) {
  .header-slider__bottom-bar {
    padding: 20px 25px;
  }
}

.header-slider__text * {
  color: #ffffff;
}

.header-slider__container-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-slider__container-navigation button {
  color: #ffffff;
}

.header-slider__container-navigation > button:first-of-type {
  margin-right: 15px;
}

.main-logo {
  display: block;
}

.main-logo img {
  max-width: 100%;
}

@media screen and (max-width: 89.9375em) {
  .main-logo {
    max-width: 220px;
  }
}

@media screen and (max-width: 47.9375em) {
  .main-logo {
    max-width: 140px;
    margin-bottom: 0;
  }
}

.menu-button:focus, .menu-button:active {
  outline: 0;
}

.menu-button__icons {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}

.menu-button__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 125ms ease-in-out;
  transition: opacity 125ms ease-in-out;
}

.menu-button__icon--open {
  opacity: 1;
}

.menu-button__icon--close {
  opacity: 0;
}

.menu-button.open .menu-button__icon--open {
  opacity: 0;
}

.menu-button.open .menu-button__icon--close {
  opacity: 1;
}

.header-color {
  background-color: #03388d;
  width: 100%;
  height: 100%;
  padding: 35px 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 89.9375em) {
  .header-color {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 89.9375em) {
  .header-color {
    padding: 20px 25px;
  }
}

.header-color * {
  color: #ffffff;
}

.addnav {
  padding: 1rem;
  padding-top: 1.2rem;
  font-size: 0.9375rem;
  font-weight: normal;
}

.addnav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.addnav__item {
  display: inline-block;
  margin-right: 1em;
}

.addnav__item:last-child {
  margin-right: 0;
}

.addnav.gohome {
  border-left: 1px solid #EDEDED;
}

.addnav.gohome li a {
  display: block;
  position: relative;
  padding-left: 18px;
  margin-left: 15px;
}

.addnav.gohome li a::before {
  position: absolute;
  content: "";
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Svg/home.svg");
  background-size: cover;
  width: 15px;
  height: 15px;
  top: 4px;
  left: -8px;
}

.subnav-image-teaser__image img {
  max-width: 100%;
}

.mobile-language__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.mobile-language__item {
  margin: 0 10px;
  display: inline-block;
}

.mobile-language__link {
  color: inherit;
}

.mobile-meta__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.mobile-meta__item {
  margin: 10px 10px;
}

.mobile-meta__link {
  color: inherit;
}

.subsubnav {
  display: none;
  list-style: none;
  margin: 0;
  padding: 1em 0 0 0;
  position: relative;
  color: black;
  font-size: 1rem;
}

.subsubnav__item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 1em;
}

.subsubnav__item:last-child {
  margin-bottom: 0;
}

.subsubnav__item.active:before {
  content: "";
  display: block;
  width: 18px;
  height: 9px;
  background-image: url("../Images/icons/arrow.png");
  background-position: center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.subsubnav__item.active {
  font-weight: 600;
}

.subsubnav__link {
  color: inherit;
}

.header-contacts {
  border-bottom: 1px solid #EDEDED;
  padding: 50px 0;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: none;
  opacity: 0;
  -webkit-transform: translateY(-450px);
          transform: translateY(-450px);
  position: absolute;
  left: 0;
  right: 0;
}

@media screen and (max-width: 63.9375em) {
  .header-contacts__left {
    padding: 0 30px;
  }
}

@media screen and (max-width: 47.9375em) {
  .header-contacts__left {
    padding: 0;
  }
}

.header-contacts__right {
  position: absolute;
  background-color: #F7F7F7;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 50px;
  width: 40%;
}

@media screen and (max-width: 63.9375em) {
  .header-contacts__right {
    width: 100%;
    top: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 47.9375em) {
  .header-contacts__right {
    height: auto;
    min-height: 540px;
  }
}

.header-contacts__button-close {
  position: absolute;
  top: 50px;
  right: 50px;
  left: auto;
  cursor: pointer;
}

@media screen and (max-width: 47.9375em) {
  .header-contacts__button-close {
    right: 20px;
  }
}

.header-contacts__show {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 999;
  background-color: #ffffff;
}

@media screen and (max-width: 47.9375em) {
  .header-contacts__show {
    overflow-y: scroll;
  }
}

.button, .buttondownload {
  padding: 5px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #03388d;
  background-color: transparent;
  border-radius: 5px;
}

@media screen and (max-width: 47.9375em) {
  .button, .buttondownload {
    width: 100%;
  }
}

.button:hover, .buttondownload:hover {
  border: 1px solid #03388d;
  background-color: #03388d;
  color: #ffffff;
}

.button:hover .button__text, .buttondownload:hover .button__text {
  color: #ffffff;
}

.button--full-width {
  width: 100%;
}

.button--secondary {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  border: 0;
  padding: 20px 35px;
}

.button--secondary .button__text {
  color: #ffffff;
}

.button--secondary:hover {
  border: 0;
  background: rgba(255, 255, 255, 0.4);
}

.button--secondary:hover .button__text {
  color: #ffffff;
}

.button--background {
  background-color: #03388d;
}

.button--background .button__text {
  color: #ffffff;
}

.button--background:hover {
  border-color: 1px solid #ffffff;
  background-color: #ffffff;
}

.button--background:hover .button__text {
  color: #03388d;
}

.button--min-width {
  min-width: 200px;
}

.button--rounded {
  border-radius: 25px;
}

.button--background-colored {
  background: linear-gradient(219deg, #4021EA 0%, #2B1D8F 85%);
  opacity: 1;
  padding: 10px 30px;
}

.button--background-colored .button__text {
  color: #ffffff;
}

.button--background-colored:hover {
  opacity: .85;
}

.button__text {
  color: #03388d;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 47.9375em) {
  .button__text {
    font-size: 16px;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .button__text {
    min-width: 170px;
  }
}

.protocols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.protocols > * {
  margin-right: 1em;
}

.protocols > *:last-child {
  margin-right: 0;
}

.protocols .button, .protocols .buttondownload {
  min-width: 128px;
}

/*** Work Sans ***/
/*** Playfair Disply ***/
body {
  padding-top: 200px;
}

@media screen and (max-width: 89.9375em) {
  body {
    padding-top: 150px;
  }
}

@media screen and (max-width: 63.9375em) {
  body {
    padding-top: 90px;
  }
}

.cell--background {
  background-color: #F7F7F7;
}

.button-return {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.download-item h3, .download-item dl dt, dl .download-item dt, .download-item #maincontentwrap > .mainmenu > .sub > a {
  margin: 0;
}

@media screen and (max-width: 47.9375em) {
  .download-item h3, .download-item dl dt, dl .download-item dt, .download-item #maincontentwrap > .mainmenu > .sub > a {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 63.9375em) {
  .download-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 63.9375em) {
  body .nopadding-medium-down {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  body .nopadding-small-down {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 63.9375em) {
  body .nomargin-medium-down {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  body .nomargin-small-down {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 63.9375em) {
  body .hide-titel-medium-down h2, body .hide-titel-medium-down dl dd.text--h2, dl body .hide-titel-medium-down dd.text--h2 {
    display: none;
  }
}

@media screen and (max-width: 47.9375em) {
  body .hide-titel-small-down h2, body .hide-titel-small-down dl dd.text--h2, dl body .hide-titel-small-down dd.text--h2 {
    display: none;
  }
}

@media screen and (max-width: 89.9375em) {
  body .hide-titel-small-down ul.list--arrow-l li {
    margin-left: 0;
  }
}

@media screen and (max-width: 89.9375em) {
  body .hide-titel-small-down ul.list--arrow-l li a:before {
    display: none;
  }
}

@media (max-width: 1023px) {
  body .hide-titel-small-down h2, body .hide-titel-small-down dl dd.text--h2, dl body .hide-titel-small-down dd.text--h2 {
    display: none;
  }
}

body {
  font-family: "Work Sans";
  font-weight: 300;
  color: #585858;
  font-size: 18px;
  line-height: 26px;
}

li a,
p a {
  color: #03388d;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

li a:hover,
p a:hover {
  color: #000000;
}

address {
  font-style: normal;
}

address a {
  display: inline-block;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

address a[href^="tel:"] {
  color: #585858;
}

address a:hover {
  color: #000000;
}

strong,
b {
  font-weight: 500;
}

h1,
h2,
dl dd.text--h2,
h3,
dl dt,
#maincontentwrap > .mainmenu > .sub > a,
h4 {
  font-family: "Work Sans";
  font-weight: 300;
  color: #2A2A2A;
}

h5 {
  color: #DADADA;
  text-transform: uppercase;
  font-family: "Work Sans";
  font-size: 0.9375rem;
  line-height: 1.2em;
  font-weight: 600;
}

h6 {
  font-size: 0.9375rem;
  line-height: 1.2em;
  font-family: "Work Sans";
}

h1,
.text--h1 {
  font-size: 48px;
  letter-spacing: -1.5px;
  line-height: 56px;
}

@media screen and (max-width: 89.9375em) {
  h1,
  .text--h1 {
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 42px;
  }
}

@media screen and (max-width: 47.9375em) {
  h1,
  .text--h1 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 36px;
  }
}


h2,
dl dd.text--h2,
.text--h2 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -1px;
}

@media screen and (max-width: 89.9375em) {
  
  h2,
  dl dd.text--h2,
  .text--h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media screen and (max-width: 47.9375em) {
  
  h2,
  dl dd.text--h2,
  .text--h2 {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 26px;
  }
}


h3,
dl dt,
#maincontentwrap > .mainmenu > .sub > a,
.text--h3,
dl dt {
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 32px;
  font-weight: 400;
}

@media screen and (max-width: 89.9375em) {
  
  h3,
  dl dt,
  #maincontentwrap > .mainmenu > .sub > a,
  .text--h3,
  dl dt {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 28px;
  }
}

@media screen and (max-width: 47.9375em) {
  
  h3,
  dl dt,
  #maincontentwrap > .mainmenu > .sub > a,
  .text--h3,
  dl dt {
    font-size: 18px;
    line-height: 26px;
  }
}

h3.text--h3-home, dl dt.text--h3-home, #maincontentwrap > .mainmenu > .sub > a.text--h3-home,
.text--h3.text--h3-home,
dl dt.text--h3-home {
  font-weight: 300;
}

@media screen and (max-width: 47.9375em) {
  h3.text--h3-home, dl dt.text--h3-home, #maincontentwrap > .mainmenu > .sub > a.text--h3-home,
  .text--h3.text--h3-home,
  dl dt.text--h3-home {
    font-weight: 400;
  }
}

h4,
.text--h4 {
  font-size: 19px;
  letter-spacing: 0;
  line-height: 28px;
}

@media screen and (max-width: 47.9375em) {
  h4,
  .text--h4 {
    font-size: 17px;
    line-height: 23px;
  }
}

#maincontentwrap ul {
  list-style: none;
  margin: 0;
  line-height: normal;
}

#maincontentwrap ul:not(.list) li {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
  margin-bottom: 0.5rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

#maincontentwrap ul:not(.list) li:before {
  position: absolute;
  content: "-";
  left: 0;
  top: -2px;
}

#maincontentwrap ul.list--arrow-l li {
  position: relative;
  margin-left: 35px;
  margin-bottom: 5px;
}

#maincontentwrap ul.list--arrow-l li a:before {
  position: absolute;
  content: "";
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Images/svg/arrow-r-long--black.svg");
  background-size: cover;
  width: 18px;
  height: 9px;
  top: 8px;
  left: -35px;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}

#maincontentwrap ul.list--arrow-l li a:hover:before {
  left: -25px;
}

#maincontentwrap ul.list--arrow-l.rightarrow li a:before {
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Images/svg/arrow-l-long--black.svg");
  left: -25px;
}

#maincontentwrap ul.list--arrow-l.rightarrow li a:hover:before {
  left: -35px;
}

dl dd {
  position: relative;
  margin-bottom: 1.4rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  list-style-position: outside;
}

dl dt {
  margin-bottom: 0.7em !important;
}

.button + .list--arrow-l, .buttondownload + .list--arrow-l {
  padding-top: 1.3em;
}

ul.list {
  list-style: none;
  margin: 0;
  line-height: normal;
}

ul.list--menu-subnav li {
  margin: 14px 0;
}

ul.list--menu-subnav li:first-child {
  margin-top: 0;
}

ul.list--menu-subnav li.active:not(.current) > a.active {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 0.4em;
}

ul.list--menu-subnav li.active ul.list--menu-subsubnav {
  max-height: none;
  padding-top: 0.8em;
  padding-left: 40px;
}

ul.list--menu-subnav li a.active {
  font-weight: 600;
}

ul.list--menu-subnav li a {
  line-height: 18px;
}

ul.list--menu-subnav li ul.list--menu-subsubnav {
  max-height: 0;
  overflow: hidden;
}

ul.list--menu-subnav li ul.list--menu-subsubnav li.active {
  position: relative;
}

ul.list--menu-subnav li ul.list--menu-subsubnav li.active a.active:before {
  position: absolute;
  content: "";
  background-image: url(/typo3conf/ext/spot_website/Resources/Public/Assets/Images/svg/arrow-r-long--black.svg);
  background-size: cover;
  width: 18px;
  height: 9px;
  top: 8px;
  left: -35px;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}

ul.list--left-line li {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}

ul.list--left-line li:before {
  position: absolute;
  content: "-";
  left: 0;
  top: 3px;
}

ul.list--custom-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.list--custom-breadcrumbs li:not(:last-of-type) {
  margin-right: 20px;
}

ul.list--number-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.list--number-phone .space-element-r {
  margin-right: 10px;
}

ul.list--number-phone li {
  min-width: 33.333%;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

ul.list--number-phone li svg {
  margin-top: 10px;
}

ul.list--number-phone li a {
  font-weight: 500;
}

ul.list--arrow-l li {
  position: relative;
  margin-left: 35px;
  margin-bottom: 5px;
}

ul.list--arrow-l li a:before {
  position: absolute;
  content: "";
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Images/svg/arrow-r-long--black.svg");
  background-size: cover;
  width: 18px;
  height: 9px;
  top: 8px;
  left: -35px;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}

ul.list--arrow-l li a:hover:before {
  left: -25px;
}

.image-caption, .image--caption,
.text-caption,
.text--caption {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #4C4C4C;
  font-style: italic;
}

.image--menu,
.text--menu {
  font-weight: 300;
  font-size: 16px;
  color: #2A2A2A;
  line-height: 20px;
}

@media screen and (max-width: 89.9375em) {
  .image--menu,
  .text--menu {
    font-size: 15px;
    line-height: 20px;
  }
}

.image--quote,
.text--quote {
  font-family: "Playfair Display";
  font-size: 2.5rem;
  line-height: 3.25rem;
}

@media screen and (max-width: 89.9375em) {
  .image--quote,
  .text--quote {
    font-size: 30px;
    line-height: 36px;
  }
}

@media screen and (max-width: 47.9375em) {
  .image--quote,
  .text--quote {
    font-size: 25px;
    line-height: 30px;
  }
}

.image--quote:before,
.text--quote:before {
  content: "\201C";
}

.image--quote:after,
.text--quote:after {
  content: "\201D";
}

.image--breadcrumbs,
.text--breadcrumbs {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 0.875rem;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 10px;
  color: #4C4C4C;
}

.image--description,
.text--description {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.image--date,
.text--date {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
}

.image--strong,
.text--strong {
  font-weight: 700;
}

.image--light,
.text--light {
  font-weight: 300;
}

.image--regular,
.text--regular {
  font-weight: 400;
}

.image--uppercase,
.text--uppercase {
  text-transform: uppercase;
}

.image--right,
.text--right {
  text-align: right;
}

.image--left,
.text--left {
  text-align: left;
}

.image--center,
.text--center {
  text-align: center;
}

.image--color-black,
.text--color-black {
  color: #000000;
}

.image--color-white,
.text--color-white {
  color: #ffffff;
}

.image--color-grey,
.text--color-grey {
  color: #585858;
}

.image--color-dark-grey,
.text--color-dark-grey,
.footer .list--arrow-l a {
  color: #2A2A2A;
}

.text--bordered {
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
  transition: color .5s ease-in-out,-webkit-text-fill-color .5s ease-in-out;
}

.text--line-before-text {
  position: relative;
}

.text--line-before-text:hover:before {
  width: 12px;
}

.text--line-before-text:before {
  content: "";
  display: block;
  height: 0;
  width: 54px;
  border-bottom: 1px solid #000000;
  position: absolute;
  right: calc(100% + 20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #000000;
  -webkit-transition: width 75ms ease-out;
  transition: width 75ms ease-out;
}

.text--underline-big-hover {
  position: relative;
}

.text--underline-big-hover:hover:before {
  opacity: 1;
  right: 6px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.text--underline-big-hover:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 80px;
  bottom: 0;
  background-color: rgba(4, 55, 136, 0.14);
  height: .5em;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: right 250ms ease-out, opacity 250ms ease-out, -webkit-transform 500ms ease-out;
  transition: right 250ms ease-out, opacity 250ms ease-out, -webkit-transform 500ms ease-out;
  transition: right 250ms ease-out, opacity 250ms ease-out, transform 500ms ease-out;
  transition: right 250ms ease-out, opacity 250ms ease-out, transform 500ms ease-out, -webkit-transform 500ms ease-out;
}

.text--background-colored {
  display: inline;
  background-color: black;
  color: white !important;
  padding: 0;
  font-weight: 800;
  padding: 4px 0;
  -webkit-box-shadow: .3em 0 0 #000, -0.3em 0 0 #000;
          box-shadow: .3em 0 0 #000, -0.3em 0 0 #000;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.image-effects__zoom {
  overflow: hidden;
}

.image-effects__zoom--hover {
  position: relative;
  -webkit-transition: transform 2.1s ease-in-out;
  -webkit-transition: -webkit-transform 2.1s ease-in-out;
  transition: -webkit-transform 2.1s ease-in-out;
  transition: transform 2.1s ease-in-out;
  transition: transform 2.1s ease-in-out, -webkit-transform 2.1s ease-in-out;
}

.image-effects__zoom--hover:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body .infrastructure td {
  text-align: center;
  border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
}

body .infrastructure td.red {
  background: red;
  color: white;
}

body .infrastructure td.orange {
  background: orange;
  color: white;
}

body .infrastructure td.green {
  background: green;
  color: white;
}

.image-full {
  position: relative;
}

.image-full a svg {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.image-full a:hover svg {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.image-full__container-slide {
  position: relative;
}

.image-full__slide {
  display: block !important;
}

.image-full__container-text {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 100px;
  left: 0;
}

@media screen and (max-width: 89.9375em) {
  .image-full__container-text {
    bottom: 60px;
  }
}

@media screen and (max-width: 63.9375em) {
  .image-full__container-text {
    bottom: 40px;
  }
}

@media screen and (max-width: 47.9375em) {
  .image-full__container-text {
    bottom: 30px;
  }
}

.image-full__container-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 47.9375em) {
  .image-full__container-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.image-full__container-buttons a:nth-child(2) {
  margin-left: 15px;
}

@media screen and (max-width: 47.9375em) {
  .image-full__container-buttons a:nth-child(2) {
    margin-left: 0;
  }
}

.image-full__image {
  padding-top: 30%;
  width: 100%;
}

@media screen and (max-width: 119.9375em) {
  .image-full__image {
    padding-top: 35%;
  }
}

@media screen and (max-width: 89.9375em) {
  .image-full__image {
    padding-top: 40%;
  }
}

@media screen and (max-width: 63.9375em) {
  .image-full__image {
    padding-top: 55%;
  }
}

@media screen and (max-width: 47.9375em) {
  .image-full__image {
    padding-top: 130%;
  }
}

.image-full .slider__dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  z-index: 1;
}

@media screen and (max-width: 47.9375em) {
  .image-full .slider__dots {
    bottom: -44px;
  }
}

.image-full .slider__dots .dot {
  display: none;
}

.image-full .slider__dots ul li:not(:last-child) {
  margin-right: 22px;
}

.footer {
  margin-top: 30px;
  border-top: 10px solid #FAFAFA;
  padding-top: 90px;
}

@media screen and (max-width: 89.9375em) {
  .footer {
    padding-top: 60px;
  }
}

@media screen and (max-width: 47.9375em) {
  .footer {
    padding-top: 40px;
  }
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .footer__intern-link {
    margin-top: 2em;
  }
  .footer__intern-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__intern-link ul li:not(:last-of-type) {
    margin-right: 25px;
  }
}

.footer__social {
  margin-top: 2em;
}

.footer__social p {
  margin-bottom: 0;
  margin-left: 2em;
}

@media screen and (max-width: 47.9375em) {
  .footer__social p {
    margin-left: 1em;
  }
}

.footer__social p a {
  font-weight: normal;
  font-size: 0.9em;
}

@media screen and (max-width: 63.9375em) {
  .news .image-full {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 47.9375em) {
  .news .image-full {
    margin-bottom: 50px;
  }
}

.news__container {
  padding: 75px 0 0 0;
}

@media screen and (max-width: 63.9375em) {
  .news__container {
    padding: 0;
  }
}

.news__container--background-grey {
  background-color: #F7F7F7;
  padding: 75px 0;
}

.news__container--background-grey .news__container {
  padding-top: 0;
}

.news__container-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 63.9375em) {
  .news__container-list {
    height: auto;
  }
}

.news__item-link {
  display: block;
}

.news__item {
  display: block;
}

.news__item-image,
.news .item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__item-image h2, .news__item-image dl dd.text--h2, dl .news__item-image dd.text--h2,
.news .item-image h2,
.news .item-image dl dd.text--h2,
dl .news .item-image dd.text--h2 {
  line-height: 32px;
}

.news__item-image h3, .news__item-image dl dt, dl .news__item-image dt, .news__item-image #maincontentwrap > .mainmenu > .sub > a,
.news .item-image h3,
.news .item-image dl dt,
dl .news .item-image dt,
.news .item-image #maincontentwrap > .mainmenu > .sub > a {
  line-height: 24px;
}

.news__item-image__container-text,
.news .item-image__container-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news__item-image__image,
.news .item-image__image {
  min-height: 70px;
  max-height: 70px;
  min-width: 70px;
  max-width: 70px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.news__item-image__description, .news__item-image__date,
.news .item-image__description,
.news .item-image__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news__item-image__date,
.news .item-image__date {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__item-download,
.news .item-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 119.9375em) {
  .news__item-download,
  .news .item-download {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 63.9375em) {
  .news__item-download,
  .news .item-download {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 47.9375em) {
  .news__item-download,
  .news .item-download {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 47.9375em) {
  .news__item-download__container-button,
  .news .item-download__container-button {
    width: 100%;
  }
}

.news__item-download__description,
.news .item-download__description {
  width: 50%;
}

@media screen and (max-width: 119.9375em) {
  .news__item-download__description,
  .news .item-download__description {
    width: 100%;
  }
}

@media screen and (max-width: 47.9375em) {
  #uid1 .news__container-items .divider-line--grey {
    background: none;
  }
}

@media screen and (max-width: 47.9375em) {
  .teaserwrap {
    margin-bottom: 4em;
  }
}

.teaser {
  display: block;
  padding: 100px 50px 50px 50px;
  border: 1px solid #EDEDED;
  /*min-height: 450px;*/
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 75px;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
  transition: -webkit-box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
}

.teaser svg {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

@media screen and (max-width: 119.9375em) {
  .teaser {
    margin-top: 60px;
    padding: 100px 30px 30px 30px;
  }
}

@media screen and (max-width: 89.9375em) {
  .teaser {
    min-height: 320px;
    padding: 75px 30px 30px 30px;
  }
}

@media screen and (max-width: 63.9375em) {
  .teaser {
    margin-top: 60px;
    min-height: 340px;
  }
}

@media screen and (max-width: 47.9375em) {
  .teaser {
    margin-top: 60px;
    min-height: 260px;
    padding: 85px 20px 20px 20px;
  }
}

.teaser__container-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.teaser__image {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  position: absolute;
  left: 50px;
  top: -75px;
  background-position: 50%;
  background-size: cover;
  /*
        @include breakpoint (small down) {
            height: 100px;
            width: 100px;
            left: 20px;
            top: -50px;
        }
        */
}

@media screen and (max-width: 119.9375em) {
  .teaser__image {
    height: 120px;
    width: 120px;
    left: 30px;
    top: -60px;
  }
}

@media screen and (max-width: 63.9375em) {
  .teaser__image {
    height: 120px;
    width: 120px;
    left: 30px;
    top: -60px;
  }
}

.teaser:hover {
  -webkit-box-shadow: 1px 1px 5px 0px #e6e6e6;
          box-shadow: 1px 1px 5px 0px #e6e6e6;
}

.teaser:hover svg {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.teaser-special {
  padding: 75px 0;
  border-top: 10px solid #FAFAFA;
}

@media screen and (max-width: 119.9375em) {
  .teaser-special {
    padding: 50px 0;
  }
}

@media screen and (max-width: 89.9375em) {
  .teaser-special {
    padding: 30px 0;
  }
}

@media screen and (max-width: 63.9375em) {
  .teaser-special {
    padding: 60px 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .teaser-special {
    padding: 40px 0;
  }
}

.teaser-special__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

@media screen and (max-width: 47.9375em) {
  .teaser-special__image {
    display: block;
  }
}

.teaser-special__review {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.teaser-special__rate img {
  max-width: 120px;
}

.teaser-special__intro img {
  max-width: 170px;
}

.contenttable {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-weight: 300;
  color: #585858;
  font-size: 18px;
  line-height: 26px;
}

.contenttable table,
.custom-table table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-weight: 300;
  color: #585858;
  font-size: 18px;
  line-height: 26px;
}

.contenttable tbody,
.custom-table tbody {
  border: 0;
}

.contenttable thead,
.custom-table thead {
  border: 0;
  border-bottom: 3px solid #DADADA;
  background-color: transparent;
}

.contenttable caption,
.custom-table caption {
  margin: .5em 0 .75em;
}

.contenttable tr,
.custom-table tr {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #EDEDED;
}

.contenttable th,
.contenttable td,
.custom-table th,
.custom-table td {
  padding: 20px 0;
  text-align: left;
}

@media screen and (max-width: 47.9375em) {
  .contenttable th,
  .contenttable td,
  .custom-table th,
  .custom-table td {
    padding: 12px 0;
  }
  .contenttable th:first-of-type,
  .contenttable td:first-of-type,
  .custom-table th:first-of-type,
  .custom-table td:first-of-type {
    padding: 20px 0 7px 0;
  }
}

.contenttable th,
.custom-table th {
  color: #2A2A2A;
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
}

@media screen and (max-width: 600px) {
  .contenttable,
  .custom-table {
    border: 0;
  }
  .contenttable thead,
  .custom-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .contenttable tr,
  .custom-table tr {
    border-bottom: 1px solid grey;
    display: block;
    margin-bottom: .625em;
  }
  .contenttable td,
  .custom-table td {
    border-bottom: none;
    display: block;
    text-align: right;
  }
  .contenttable td:first-of-type,
  .custom-table td:first-of-type {
    border-bottom: none;
    color: #000000;
    font-weight: 400;
  }
  .contenttable td::before,
  .custom-table td::before {
    /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
    content: attr(data-label);
    float: left;
    color: #000000;
  }
  .contenttable td:last-child,
  .custom-table td:last-child {
    border-bottom: 0;
  }
}

.custom-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 47.9375em) {
  .custom-form__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.custom-form__container-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.custom-form__container-buttons a:not(:last-of-type) {
  margin-right: 15px;
}

.custom-form__container-input-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}

@media screen and (max-width: 89.9375em) {
  .custom-form__container-input-file {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.custom-form__label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.8px;
  font-weight: 700;
}

.custom-form__item {
  width: 50%;
}

@media screen and (max-width: 47.9375em) {
  .custom-form__item {
    width: 100%;
    margin-bottom: 35px;
  }
}

.custom-form__item--full-width {
  width: 100%;
  margin-right: 0 !important;
}

.custom-form__item:first-of-type {
  margin-right: 15px;
}

@media screen and (max-width: 47.9375em) {
  .custom-form__item:first-of-type {
    margin-right: 0;
  }
}

.custom-form__item-radio:not(:last-of-type) {
  padding-right: 15px;
}

.custom-calendar {
  padding-top: 250px;
}

.custom-calendar__raw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-calendar__item {
  width: 14.28571429%;
  border: 1px solid #FAFAFA;
  padding: 10px 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 63.9375em) {
  .custom-calendar__item {
    padding: 5px 10px;
    font-size: 17px;
    line-height: 25px;
  }
}

@media screen and (max-width: 47.9375em) {
  .custom-calendar__item {
    font-size: 12px;
    line-height: 17px;
    word-wrap: break-word;
  }
}

.custom-calendar__item--event {
  background-color: #ff8a8a;
  color: #ffffff;
}

.custom-calendar__item--event-alt {
  background-color: #ffd78a;
  color: #4C4C4C;
}

.custom-calendar__top-bar {
  background-color: #585858;
  color: #FAFAFA;
}

.intro-slider *:focus {
  outline: none;
}

.intro-slider ul.list--arrow-l li a:before {
  top: 6px;
}

.intro-slider__slider {
  position: relative;
}

.intro-slider__container-logo {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 63.9375em) {
  .intro-slider__container-logo img {
    max-width: 150px;
    height: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .intro-slider__container-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.intro-slider__container-controls {
  position: absolute;
  bottom: 0;
  left: calc(50% + 0.9375rem);
  width: 220px;
  height: 75px;
  background-color: #ffffff;
  z-index: 1;
}

.intro-slider__container-controls .text--description {
  font-weight: 400;
}

@media screen and (max-width: 89.9375em) {
  .intro-slider__container-controls {
    height: 65px;
  }
}

@media screen and (max-width: 63.9375em) {
  .intro-slider__container-controls {
    left: 0;
    top: 140px;
  }
}

@media screen and (max-width: 47.9375em) {
  .intro-slider__container-controls {
    top: 120px;
  }
}

.intro-slider__container-controls .slider__dots {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro-slider__container-controls .slider__dots .slidercount {
  height: 1.5em;
  padding-left: 8px;
}

.intro-slider__container-controls .slider__dots .slick-arrow {
  cursor: pointer;
  cursor: hand;
  width: 1em;
  text-align: center;
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out opacity;
  transition: 0.5s ease-in-out opacity;
}

.intro-slider__container-controls .slider__dots .slick-arrow:hover {
  opacity: 0.6;
}

.intro-slider__container-controls .slider__dots ul {
  position: relative;
  margin: 0;
}

.intro-slider__container-controls .slider__dots ul li {
  height: 0;
  border-radius: 0;
  margin: 0;
  display: none;
}

.intro-slider__container-controls .slider__dots ul li.slick-active {
  height: 0;
  border-radius: 0;
  width: auto;
  display: inline-block;
}

.intro-slider__container-controls .slider__dots ul li.slick-active a {
  opacity: 1;
  width: 60px;
  display: inline-block;
}

.intro-slider__container-controls .slider__dots ul li a {
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.intro-slider__left {
  padding-top: 150px;
}

@media screen and (max-width: 63.9375em) {
  .intro-slider__left {
    padding-top: 30px;
  }
}

@media screen and (max-width: 47.9375em) {
  .intro-slider__left {
    padding-top: 20px;
  }
}

.intro-slider__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 600px;
}

@media screen and (max-width: 89.9375em) {
  .intro-slider__right {
    min-height: 500px;
  }
}

@media screen and (max-width: 63.9375em) {
  .intro-slider__right {
    display: block;
    padding-top: 140px;
  }
}

@media screen and (max-width: 47.9375em) {
  .intro-slider__right {
    min-height: 300px;
    padding-top: 120px;
  }
}

.intro-slider__image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.intro-slider__imagelink {
  width: 100%;
  height: 100%;
}

.time-line__container-items {
  position: relative;
  /*
        .time-line__item:not(:first-child) {
            margin-top: -200px;
            @include breakpoint (medium down) {
                margin-top: 0;
            }
        }
        .time-line__item:not(:last-child) {
            @include breakpoint (medium down) {
                margin-bottom: 50px;
                border-bottom: 1px solid $color--grey;
            }
            @include breakpoint (small down) {
                margin-bottom: 30px;
            }
        }
        */
}

.time-line__container-items:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #DADADA;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 63.9375em) {
  .time-line__container-items:after {
    content: none;
  }
}

.time-line__container-items .timelinewrapper {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.8s ease-in-out all;
  transition: 0.8s ease-in-out all;
  margin-top: 0;
}

.time-line__container-items .timelinewrapper .time-line__item {
  margin-top: 0;
  -webkit-transition: 0.8s ease-in-out all;
  transition: 0.8s ease-in-out all;
}

.time-line__container-items .timelinewrapper.visible {
  max-height: 4000px;
  overflow: visible;
  margin-top: -140px;
}

.time-line__container-items .timelinewrapper.visible.timewrap-0 {
  margin-top: 0;
}

@media screen and (max-width: 63.9375em) {
  .time-line__container-items .timelinewrapper.visible {
    margin-top: 0;
  }
}

.time-line__container-items .timelinewrapper.visible .time-line__item {
  margin-top: -140px;
}

@media screen and (max-width: 63.9375em) {
  .time-line__container-items .timelinewrapper.visible .time-line__item {
    margin-top: 0;
  }
}

@media screen and (max-width: 63.9375em) {
  .time-line__container-items .timelinewrapper.visible .time-line__item {
    padding-top: 50px;
    border-top: 1px solid #DADADA;
  }
}

@media screen and (max-width: 47.9375em) {
  .time-line__container-items .timelinewrapper.visible .time-line__item {
    padding-top: 30px;
  }
}

.time-line__container-items .timelinewrapper.visible:first-child .time-line__item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 63.9375em) {
  .time-line__container-items .timelinewrapper.visible:first-child .time-line__item:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 63.9375em) {
  .time-line__container-items .timelinewrapper.visible:first-child .time-line__item:first-child {
    padding-top: 0;
    border-top: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .time-line__container-items .timelinewrapper.visible:first-child .time-line__item:first-child {
    padding-top: 0;
  }
}

.time-line__bottom-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.time-line__item {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 89.9375em) {
  .time-line__item {
    max-width: 350px;
  }
}

@media screen and (max-width: 63.9375em) {
  .time-line__item {
    max-width: none;
  }
}

.time-line__item svg {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.time-line__item .layer__background-black {
  background-color: rgba(0, 0, 0, 0);
}

.time-line__item:hover .time-line__container-button svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.time-line__item:hover .layer__background-black {
  background-color: rgba(0, 0, 0, 0.4);
}

.time-line__item--left {
  text-align: left;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  padding-left: 60px;
  border-left: 1px dashed #DADADA;
}

@media screen and (max-width: 89.9375em) {
  .time-line__item--left {
    -webkit-transform: translateX(275px);
            transform: translateX(275px);
  }
}

@media screen and (max-width: 63.9375em) {
  .time-line__item--left {
    padding: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    border: 0;
  }
}

.time-line__item--left:after {
  content: "";
  border-top: 1px dashed #DADADA;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100px;
}

@media screen and (max-width: 63.9375em) {
  .time-line__item--left:after {
    content: none;
  }
}

.time-line__item--left:before {
  content: "";
  position: absolute;
  right: calc(100% + 100px - 3px);
  top: -3px;
  width: 7px;
  height: 7px;
  background-color: #000000;
  border-radius: 50%;
  z-index: 1;
}

@media screen and (max-width: 63.9375em) {
  .time-line__item--left:before {
    content: none;
  }
}

.time-line__item--right {
  text-align: right;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  padding-right: 60px;
  border-right: 1px dashed #DADADA;
}

.time-line__item--right .time-line__container-button {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 63.9375em) {
  .time-line__item--right .time-line__container-button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 89.9375em) {
  .time-line__item--right {
    -webkit-transform: translateX(-275px);
            transform: translateX(-275px);
  }
}

@media screen and (max-width: 63.9375em) {
  .time-line__item--right {
    text-align: left;
    padding: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    border: 0;
  }
}

.time-line__item--right:after {
  content: "";
  border-top: 1px dashed #DADADA;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100px;
}

@media screen and (max-width: 63.9375em) {
  .time-line__item--right:after {
    content: none;
  }
}

.time-line__item--right:before {
  content: "";
  position: absolute;
  left: calc(100% + 100px - 2px);
  top: -3px;
  width: 7px;
  height: 7px;
  background-color: #000000;
  border-radius: 50%;
  z-index: 1;
}

@media screen and (max-width: 63.9375em) {
  .time-line__item--right:before {
    content: none;
  }
}

.time-line__item--space-left {
  -webkit-transform: translateX(360px);
          transform: translateX(360px);
  padding-left: 60px;
  border-left: 1px dashed #DADADA;
}

@media screen and (max-width: 89.9375em) {
  .time-line__item--space-left {
    -webkit-transform: translateX(275px);
            transform: translateX(275px);
  }
}

@media screen and (max-width: 63.9375em) {
  .time-line__item--space-left {
    padding: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    border: 0;
  }
}

.time-line__item--space-left:after {
  content: "";
  border-top: 1px dashed #DADADA;
  position: absolute;
  right: 100%;
  top: 0;
  width: 160px;
}

@media screen and (max-width: 89.9375em) {
  .time-line__item--space-left:after {
    width: 100px;
  }
}

@media screen and (max-width: 63.9375em) {
  .time-line__item--space-left:after {
    content: none;
  }
}

.time-line__item--space-left:before {
  right: calc(100% + 160px - 3px);
}

@media screen and (max-width: 89.9375em) {
  .time-line__item--space-left:before {
    right: calc(100% + 100px - 3px);
  }
}

@media screen and (max-width: 63.9375em) {
  .time-line__item--space-left:before {
    content: none;
  }
}

.time-line__item--space-right {
  -webkit-transform: translateX(-360px);
          transform: translateX(-360px);
  padding-right: 60px;
  border-right: 1px dashed #DADADA;
}

@media screen and (max-width: 89.9375em) {
  .time-line__item--space-right {
    -webkit-transform: translateX(-275px);
            transform: translateX(-275px);
  }
}

@media screen and (max-width: 63.9375em) {
  .time-line__item--space-right {
    padding: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    border: 0;
  }
}

.time-line__item--space-right:after {
  content: "";
  border-top: 1px dashed #DADADA;
  position: absolute;
  left: 100%;
  top: 0;
  width: 160px;
}

@media screen and (max-width: 89.9375em) {
  .time-line__item--space-right:after {
    width: 100px;
  }
}

@media screen and (max-width: 63.9375em) {
  .time-line__item--space-right:after {
    content: none;
  }
}

.time-line__item--space-right:before {
  left: calc(100% + 160px - 2px);
}

@media screen and (max-width: 89.9375em) {
  .time-line__item--space-right:before {
    left: calc(100% + 100px - 2px);
  }
}

@media screen and (max-width: 63.9375em) {
  .time-line__item--space-right:before {
    content: none;
  }
}

.time-line__image {
  position: relative;
  display: inline-block;
}

.time-line__image-logo {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 89.9375em) {
  .time-line__image-logo {
    width: 35px;
    height: 35px;
  }
}

.time-line__container-text {
  max-width: 450px;
}

.time-line__container-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-infos__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.event-infos__item {
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid #DADADA;
}

.event-infos__date {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #DADADA;
}

@media screen and (max-width: 47.9375em) {
  .event-infos__date {
    width: 25%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.event-infos__date h2, .event-infos__date dl dd.text--h2, dl .event-infos__date dd.text--h2 {
  line-height: 32px;
  margin-bottom: 0.5rem;
}

.event-infos__period {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-right: 1px solid #DADADA;
}

@media screen and (max-width: 89.9375em) {
  .event-infos__period {
    width: 75%;
  }
}

@media screen and (max-width: 47.9375em) {
  .event-infos__period {
    width: 75%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-right: 0;
  }
}

.event-infos__address {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-right: 1px solid #DADADA;
}

@media screen and (max-width: 89.9375em) {
  .event-infos__address {
    width: 100%;
    border-right: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .event-infos__address {
    width: 100%;
  }
}

.event-infos__more {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 89.9375em) {
  .event-infos__more {
    width: 100%;
  }
}

.event-infos--short .event-infos__date {
  width: 20%;
}

.event-infos--short .event-infos__more, .event-infos--short .event-infos__address {
  width: 40%;
}

@media screen and (max-width: 89.9375em) {
  .event-infos--short .event-infos__address {
    border-right: 1px solid #DADADA;
  }
}

@media screen and (max-width: 47.9375em) {
  .event-infos--short .event-infos__address {
    width: 80%;
    border-right: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .event-infos--short .event-infos__more {
    width: 100%;
  }
}

.current-slider__container-slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.current-slider__top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.current-slider__container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 20px;
}

@media screen and (max-width: 119.9375em) {
  .current-slider__container-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.current-slider__container-inner--half-width > div {
  width: 50%;
}

@media screen and (max-width: 119.9375em) {
  .current-slider__container-inner--half-width > div {
    width: 100%;
  }
}

.current-slider__container-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.current-slider__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 119.9375em) {
  .current-slider__right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.downloads-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 4em;
}

.downloads-list__item {
  margin-bottom: 2em;
}

.downloads-list__button-title {
  margin-bottom: .5em;
  display: block;
}

.teaser-event {
  display: block;
}

.teaser-event:hover .teaser-event__image-layer {
  opacity: 1;
}

.teaser-event__image {
  position: relative;
}

.teaser-event__image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.teaser-event__container-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagination__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination__container-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.pagination__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}

.pagination__number--active {
  border-radius: 50%;
  border: 1px solid #DADADA;
  font-weight: 500;
  width: 40px;
  height: 40px;
}

.blog {
  display: block;
  border: 1px solid #DADADA;
}

.blog__text {
  padding: 30px 40px;
}

@media screen and (max-width: 119.9375em) {
  .blog__text {
    padding: 25px 35px;
  }
}

@media screen and (max-width: 89.9375em) {
  .blog__text {
    padding: 15px 25px;
  }
}

.blog svg {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blog:hover {
  -webkit-box-shadow: 1px 1px 5px 0px #e6e6e6;
          box-shadow: 1px 1px 5px 0px #e6e6e6;
}

.blog:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.rating:not(.rate) .rating-value {
  display: none;
}

.rating:not(.rate) .circles .full svg circle {
  stroke: #7BF6CC;
  opacity: 1;
}

.rating:not(.rate) .circles .partial svg + svg {
  display: block;
}

.rating:not(.rate) .circles .partial[data-value="0.1"] svg circle {
  stroke-dashoffset: 25.2;
  stroke: #7BF6CC;
  opacity: 1;
}

.rating:not(.rate) .circles .partial[data-value="0.2"] svg circle {
  stroke-dashoffset: 22.4;
  stroke: #7BF6CC;
  opacity: 1;
}

.rating:not(.rate) .circles .partial[data-value="0.3"] svg circle {
  stroke-dashoffset: 19.6;
  stroke: #7BF6CC;
  opacity: 1;
}

.rating:not(.rate) .circles .partial[data-value="0.4"] svg circle {
  stroke-dashoffset: 16.8;
  stroke: #7BF6CC;
  opacity: 1;
}

.rating:not(.rate) .circles .partial[data-value="0.5"] svg circle {
  stroke-dashoffset: 14;
  stroke: #7BF6CC;
  opacity: 1;
}

.rating:not(.rate) .circles .partial[data-value="0.6"] svg circle {
  stroke-dashoffset: 11.2;
  stroke: #7BF6CC;
  opacity: 1;
}

.rating:not(.rate) .circles .partial[data-value="0.7"] svg circle {
  stroke-dashoffset: 8.4;
  stroke: #7BF6CC;
  opacity: 1;
}

.rating:not(.rate) .circles .partial[data-value="0.8"] svg circle {
  stroke-dashoffset: 5.6;
  stroke: #7BF6CC;
  opacity: 1;
}

.rating:not(.rate) .circles .partial[data-value="0.9"] svg circle {
  stroke-dashoffset: 2.8;
  stroke: #7BF6CC;
  opacity: 1;
}

.rating:not(.rate) .circles .partial[data-value="0.9"] svg circle {
  stroke-dashoffset: 2.8;
  stroke: #7BF6CC;
  opacity: 1;
}

.rating.rate .average {
  display: none;
}

.rating.rate .rating-value {
  display: inline-block;
  width: 15px;
  text-align: center;
}

.rating.rate .circles span {
  cursor: pointer;
}

.rating.rate .circles span.selected svg circle {
  stroke: #7BF6CC;
  opacity: 1;
}

.rating .circles {
  display: inline-block;
  padding-right: 3px;
}

.rating .circles span {
  display: inline-block;
  position: relative;
  padding-right: 3px;
  width: 14px;
  height: 13px;
}

.rating .circles svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.rating .circles svg circle {
  stroke: #CACACA;
  stroke-dasharray: 28;
  stroke-dashoffset: 0;
  opacity: 0.4;
}

.rating .circles svg + svg {
  z-index: 1;
  display: none;
}

.rating .circles svg + svg circle {
  stroke: #CACACA !important;
  stroke-dashoffset: 0 !important;
  opacity: 0.4 !important;
}

.tx-powermail .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_html,
.tx-powermail .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_textarea {
  float: left;
  width: 100%;
}

.tx-powermail .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap {
  /*
            &.form-group-50-mleft-powermail-pickadate,
            &.form-group-50-mleft {
                width: 50%;
                @include breakpoint (small down) {
                    width: 100%;
                }
                //padding-left: 2%;
                &__hidelabel {
                    padding-top: 21px;
                    label {
                        display: none;
                    }
                }
            }
            &[class*='form-group-50-mright'],
            &.form-group-50-mright-powermail-pickadate,
            &.form-group-50-mright {
                width: 50%;
                @include breakpoint (small down) {
                    width: 100%;
                }
                //padding-right: 2%;
            }
            &[class*='__hidelabel'] {
                padding-top: 21px;
                label {
                    display: none;
                }
            }
            &.form-group-50-blank,
            &.form-group-50-powermail-pickadate-blank {
                width: 100%;
                //padding-right: 52%;
                padding-right: 50%;
            }
            &.form-group-30-blank {
                width: 100%;
                padding-right: 70%;
			}
			*/
}

.tx-powermail .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap[class*='form-field-50'] {
  width: 50%;
}

@media screen and (max-width: 47.9375em) {
  .tx-powermail .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap[class*='form-field-50'] {
    width: 100%;
  }
}

.tx-powermail .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap[class*='__hidelabel'] label {
  display: none;
}

.tx-powermail .powermail_form fieldset.powermail_fieldset.fieldset-bg-no-legend legend, .tx-powermail .powermail_form fieldset.powermail_fieldset.fieldset-button legend {
  display: none;
}

.tx-powermail .powermail_form fieldset.powermail_fieldset.fieldset-button {
  text-align: right;
}

.tx-powermail .powermail_textarea {
  width: 100%;
  color: #444444;
  letter-spacing: 0.88px;
  line-height: 1.1875rem;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #DADADA;
  font-size: 100%;
}

.tx-powermail .powermail_textarea::-webkit-input-placeholder {
  color: #808080;
  opacity: .7;
}

.tx-powermail .powermail_textarea::-moz-placeholder {
  color: #808080;
  opacity: .7;
}

.tx-powermail .powermail_textarea::-ms-input-placeholder {
  color: #808080;
  opacity: .7;
}

.tx-powermail .powermail_textarea::placeholder {
  color: #808080;
  opacity: .7;
}

.tx-powermail .powermail_fieldwrap_datenschutzverordnung {
  width: 100% !important;
}

.tx-powermail .powermail_fieldwrap_datenschutzverordnung label {
  display: block !important;
}

.tx-powermail .powermail_fieldwrap_datenschutzverordnung #showlegal {
  text-decoration: underline;
}

.tx-powermail .legaltext {
  font-size: 0.9em;
}

.tx-powermail #showlegal {
  text-decoration: underline;
  cursor: pointer;
  padding: 0 3px 0 3px;
}

.tx-powermail .powermail_field {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tx-powermail .powermail_field .radio label {
  font-size: 0.875rem !important;
}

.tx-powermail .formtabler {
  border: dotted 1px white;
}

@media screen and (max-width: 47.9375em) {
  .tx-powermail .formtabler .powermail_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tx-powermail .formtabler label {
  width: 78%;
  margin-right: 2%;
  float: left;
  height: 40px;
}

@media screen and (max-width: 47.9375em) {
  .tx-powermail .formtabler label {
    height: auto;
  }
}

.tx-powermail .formtabler label .tab_text {
  width: 68%;
  display: inline-block;
  line-height: 40px;
}

@media screen and (max-width: 47.9375em) {
  .tx-powermail .formtabler label .tab_text {
    line-height: 25px;
  }
}

.tx-powermail .formtabler label .tab_anz {
  width: 18%;
  display: inline-block;
  line-height: 40px;
}

@media screen and (max-width: 47.9375em) {
  .tx-powermail .formtabler label .tab_anz {
    line-height: 25px;
  }
}

.tx-powermail .formtabler label .tab_preis {
  width: 12%;
  display: inline-block;
  line-height: 40px;
  text-align: right;
}

@media screen and (max-width: 47.9375em) {
  .tx-powermail .formtabler label .tab_preis {
    line-height: 25px;
  }
}

.tx-powermail .formtabler .powermail_field {
  width: 20%;
  float: left;
  margin-bottom: 5px;
  padding-right: 0;
}

.tx-powermail .formtabler .powermail_field input {
  text-align: right;
  padding-right: 0.3em;
}

.tx-powermail .labelwidth {
  width: 78%;
  display: inline-block;
  margin-right: 2%;
}

.tx-powermail .labelwidth .tab_text {
  width: 68%;
  display: inline-block;
  line-height: 40px;
}

.tx-powermail .labelwidth .tab_anz {
  width: 18%;
  display: inline-block;
  line-height: 40px;
}

.tx-powermail .labelwidth .tab_preis {
  width: 12%;
  display: inline-block;
  line-height: 40px;
  text-align: right;
}

.tx-powermail .inputwidth {
  width: 20%;
  display: inline-block;
  text-align: right;
}

.tx-powermail .form-custom__container-buttons {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main ul.tx-indexedsearch-browsebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  padding-left: 0;
  margin-left: 0;
}

main ul.tx-indexedsearch-browsebox li {
  list-style: none;
  padding: 0 1em;
}

main ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  font-weight: bold;
  color: black !important;
  font-weight: 900 !important;
}

main ul.tx-indexedsearch-browsebox li a {
  color: grey !important;
  font-weight: 400 !important;
}

main ul.tx-indexedsearch-browsebox li a:before {
  display: none !important;
}

main .tx-indexedsearch-icon {
  display: none;
}

main .tx-indexedsearch-description {
  font-size: 0.95rem;
  line-height: 1.4em;
}

main .tx-indexedsearch-description strong {
  font-size: 0.95rem;
}

main .tx-indexedsearch-searchbox {
  padding-bottom: 4em;
}

@media screen and (max-width: 63.9375em) {
  main .tx-indexedsearch-searchbox {
    padding-bottom: 2em;
  }
}

.tx-indexedsearch-searchbox-sword {
  border-radius: 5px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #DADADA;
  width: 100%;
  height: 42px;
  -webkit-appearance: none;
  letter-spacing: 0.88px;
  line-height: 1.1875rem;
}

.tx-indexedsearch-searchbox-button {
  background-color: #092B60;
  color: #fefefe;
  padding: 5px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 1px solid #092B60;
  border-radius: 5px;
  height: 42px;
  -webkit-appearance: none;
  letter-spacing: 0.88px;
  line-height: 1.1875rem;
  margin-left: 0.5em;
}

@media screen and (max-width: 47.9375em) {
  .tx-indexedsearch-searchbox-button {
    padding: 5px 17px;
  }
}

.tx-indexedsearch-percent {
  margin-left: 0.5em;
  font-size: 0.8em;
  color: #777777;
}

.tx-indexedsearch-res {
  padding: 2em 0;
}

.tx-indexedsearch-res + .tx-indexedsearch-res {
  border-top: 1px solid #585858;
}

.tx-indexedsearch-res h3, .tx-indexedsearch-res dl dt, dl .tx-indexedsearch-res dt, .tx-indexedsearch-res #maincontentwrap > .mainmenu > .sub > a {
  margin-bottom: 20px;
}

.btn.red.tx-indexedsearch-searchbox-button {
  background: #03388d;
}

.btn.red.tx-indexedsearch-searchbox-button:hover {
  background: white;
  color: #03388d;
}

input[type=submit], .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_submit input.powermail_submit, .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_submit input.powermail_reset,
.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_reset input.powermail_submit,
.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_reset input.powermail_reset {
  padding: 5px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 1px solid #03388d;
  background-color: transparent;
  border-radius: 5px;
}

.btn-primary[type=submit], .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_submit input.powermail_submit,
.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_reset input.powermail_submit {
  background-color: #03388d;
  color: #fefefe;
}

.btn-primary[type=submit]:hover, .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_submit input.powermail_submit:hover,
.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_reset input.powermail_submit:hover {
  border: 1px solid #03388d;
  background-color: #fefefe;
  color: #03388d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.powermail_form input,
.powermail_form select {
  border-radius: 5px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #DADADA;
  width: 100%;
  height: 42px;
  /*
        // font-family: $mainfont;
        font-size: rem-calc(16);
        //  color: $black;
        letter-spacing: 0.11px;
        line-height: rem-calc(26);
        padding-left: 15px;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        //text-transform: lowercase;
        */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.powermail_form input[type=checkbox],
.powermail_form select[type=checkbox] {
  width: auto;
}

.powermail_form select {
  background-color: #ffffff;
  border: 1px solid #DADADA;
  height: 40px;
  font-size: 100%;
  color: #444444;
  letter-spacing: 0.88px;
  line-height: 1.1875rem;
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Images/svg/arrow-d--black.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.powermail_form legend {
  font-size: 1.625rem;
  color: #0a0a0a;
  letter-spacing: 0.14px;
  line-height: 2rem;
  margin-bottom: 15px;
}

.powermail_form fieldset.powermail_fieldset {
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 30px;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap {
  margin-bottom: 20px;
  width: 100%;
  display: block;
  padding-right: 15px;
  float: left;
}

@media screen and (max-width: 47.9375em) {
  .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap {
    width: 100%;
  }
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap .powermail_field {
  margin-top: 5px;
  padding-right: 20px;
}

@media screen and (max-width: 47.9375em) {
  .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap .powermail_field {
    padding-right: 0;
  }
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap .powermail_field input {
  width: 100%;
  height: 40px;
}

.powermail_form fieldset.powermail_fieldset .powermail_label,
.powermail_form fieldset.powermail_fieldset .powermail_input,
.powermail_form fieldset.powermail_fieldset .powermail_date,
.powermail_form fieldset.powermail_fieldset .powermail_select {
  letter-spacing: 0.88px;
  line-height: 1.1875rem;
}

.powermail_form fieldset.powermail_fieldset .powermail_label::-webkit-input-placeholder,
.powermail_form fieldset.powermail_fieldset .powermail_input::-webkit-input-placeholder,
.powermail_form fieldset.powermail_fieldset .powermail_date::-webkit-input-placeholder,
.powermail_form fieldset.powermail_fieldset .powermail_select::-webkit-input-placeholder {
  color: #808080;
  opacity: .7;
}

.powermail_form fieldset.powermail_fieldset .powermail_label::-moz-placeholder,
.powermail_form fieldset.powermail_fieldset .powermail_input::-moz-placeholder,
.powermail_form fieldset.powermail_fieldset .powermail_date::-moz-placeholder,
.powermail_form fieldset.powermail_fieldset .powermail_select::-moz-placeholder {
  color: #808080;
  opacity: .7;
}

.powermail_form fieldset.powermail_fieldset .powermail_label::-ms-input-placeholder,
.powermail_form fieldset.powermail_fieldset .powermail_input::-ms-input-placeholder,
.powermail_form fieldset.powermail_fieldset .powermail_date::-ms-input-placeholder,
.powermail_form fieldset.powermail_fieldset .powermail_select::-ms-input-placeholder {
  color: #808080;
  opacity: .7;
}

.powermail_form fieldset.powermail_fieldset .powermail_label::placeholder,
.powermail_form fieldset.powermail_fieldset .powermail_input::placeholder,
.powermail_form fieldset.powermail_fieldset .powermail_date::placeholder,
.powermail_form fieldset.powermail_fieldset .powermail_select::placeholder {
  color: #808080;
  opacity: .7;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_check {
  min-height: 4rem;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_check .form-custom__label {
  margin-bottom: 15px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #2A2A2A;
  display: block;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_radio .powermail_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_select select {
  height: 40px;
}

.powermail_form fieldset.powermail_fieldset.fieldset-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_submit,
.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_reset {
  float: none;
  display: inline-block;
  width: 20%;
  height: 100%;
}

@media screen and (max-width: 47.9375em) {
  .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_submit,
  .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_reset {
    width: 45%;
    margin-right: 10px;
  }
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_submit input,
.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_reset input {
  cursor: pointer;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_submit input.powermail_reset,
.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_reset input.powermail_reset {
  border: 1px solid #03388d;
}

.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_submit input.powermail_reset:hover,
.powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_reset input.powermail_reset:hover {
  background-color: #03388d;
  color: #fefefe;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.powermail_form input.parsley-error,
.powermail_form .powermail_select.parsley-error,
.powermail_form .radio.parsley-error label:before,
.powermail_form .checkbox.parsley-error label:before {
  border: 1px solid #b61a1a;
}

.powermail_form .parsley-errors-list {
  color: #b61a1a;
  margin-bottom: 0 !important;
}

.powermail_form .parsley-errors-list .parsley-required,
.powermail_form .parsley-errors-list .parsley-custom-error-message {
  margin: 0 !important;
}

.powermail_form .parsley-errors-list .parsley-required:before,
.powermail_form .parsley-errors-list .parsley-custom-error-message:before {
  display: none;
}

.radiocheck_block .checkbox,
.radiocheck_block .radio {
  display: block;
  width: 100%;
}

.radiocheck_block_50 .checkbox,
.radiocheck_block_50 .radio {
  display: inline-block;
  width: 50%;
}

@media screen and (max-width: 63.9375em) {
  .radiocheck_block_50 .checkbox,
  .radiocheck_block_50 .radio {
    width: 100%;
  }
}

.radiocheck_block_25 .checkbox,
.radiocheck_block_25 .radio {
  display: inline-block;
  width: 25%;
}

@media screen and (max-width: 63.9375em) {
  .radiocheck_block_25 .checkbox,
  .radiocheck_block_25 .radio {
    width: 100%;
  }
}

.radiocheck_block_20 .checkbox,
.radiocheck_block_20 .radio {
  display: inline-block;
  width: 20%;
}

@media screen and (max-width: 63.9375em) {
  .radiocheck_block_20 .checkbox,
  .radiocheck_block_20 .radio {
    width: 100%;
  }
}

.radiocheck_inline .checkbox,
.radiocheck_inline .radio {
  display: inline;
}

.powermail_fieldset_41 legend,
.powermail_fieldset_37 legend {
  display: none;
}

.powermail_fieldset_37 {
  text-align: right;
}

@media screen and (max-width: 47.9375em) {
  .powermail_fieldset_37 {
    text-align: center;
  }
}

.powermail_fieldset_37 .powermail_fieldwrap_type_check {
  width: 80%;
}

@media screen and (max-width: 47.9375em) {
  .powermail_fieldset_37 .powermail_fieldwrap_type_check {
    width: 100%;
  }
}

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

ul.powermail_message.powermail_message_error {
  font-size: 0.8125rem;
}

ul.parsley-errors-list {
  list-style: none;
  padding-left: 0;
  font-size: 0.8125rem;
}

/*-----------------------------------------------------------------------------*/
.radio {
  display: inline-block;
}

.radio input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.radio input[type="radio"]:checked + label:before {
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Images/svg/radio-checked.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #03388d;
}

.radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-left: 0;
}

.radio label:before {
  content: "";
  display: inline-block;
  margin-top: 2px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #DADADA;
}

.radio label:before:checked + label:before {
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Images/svg/radio-checked.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #03388d;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.checkbox input[type="checkbox"]:checked + label:before {
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Images/svg/checkbox-checked.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #03388d;
}

.checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-left: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 5px 0;
}

.checkbox label:before {
  content: "";
  display: inline-block;
  min-width: 20px;
  height: 20px;
  margin-right: 15px;
  border: 1px solid #DADADA;
  margin-top: 2px;
}

.powermail_confirmation {
  min-width: 60%;
}

.powermail_confirmation table {
  width: 100%;
}

.powermail_confirmation .btn-group {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.powermail_confirmation .btn-group .btn-primary[type=submit], .powermail_confirmation .btn-group .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_submit input.powermail_submit, .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_submit .powermail_confirmation .btn-group input.powermail_submit,
.powermail_confirmation .btn-group .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_reset input.powermail_submit, .powermail_form fieldset.powermail_fieldset .powermail_fieldwrap_type_reset .powermail_confirmation .btn-group input.powermail_submit {
  margin-left: 0.5em;
}

.powermail_confirmation strong {
  font-weight: 300;
  line-height: inherit;
  color: black;
}

dl dt[class~=baugesuch] {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
}

@media screen and (max-width: 47.9375em) {
  dl dt[class~=baugesuch] {
    width: 100%;
  }
}

dl dt[class~=baugesuch].baugesuch-cnt-0, dl dt[class~=baugesuch].baugesuch-cnt-1 {
  display: none;
}

dl dd[class~=baugesuch] {
  width: 70%;
  display: inline-block;
}

@media screen and (max-width: 47.9375em) {
  dl dd[class~=baugesuch] {
    width: 100%;
  }
}

dl dd[class~=baugesuch].baugesuch-cnt-0, dl dd[class~=baugesuch].baugesuch-cnt-1 {
  width: 100%;
}

#maincontentwrap > .mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#maincontentwrap > .mainmenu > .sub {
  width: 30%;
}

#maincontentwrap > .mainmenu > .sub > a {
  display: inline-block;
}

#maincontentwrap > .mainmenu > .sub .mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 52%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper video,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print {
  .header__bottom,
  .sticky,
  .header__contacts,
  .footer__social,
  .addnav,
  .header__left,
  .custom-breadcrumbs,
  .main-container > .grid-x.grid-margin-x > .cell.large-3.xlarge-2,
  .footer__link {
    display: none !important;
  }
  .main-container > .grid-x.grid-margin-x .cell.xlarge-offset-1.xxlarge-offset-0.xxlarge-8.large-8 {
    width: 100%;
  }
  .header,
  .header-contacts {
    position: static;
  }
  footer a:after {
    display: none;
  }
}
