@import url(//hello.myfonts.net/count/3d7258);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100&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: "TTNormsPro-Regular", Arial;
  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,
h3,
#ostendisJobs .title,
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, .h2,
h3,
#ostendisJobs .title, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "TTNormsPro-Regular", Arial;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small,
#ostendisJobs .title small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #E1E1E1;
}

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

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


h3,
#ostendisJobs .title, .h3 {
  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, .h2 {
    font-size: 2.5rem;
  }
  
  h3,
  #ostendisJobs .title, .h3 {
    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: #0a0a0a;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: unset;
  text-decoration: underline;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 114rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #E1E1E1;
  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 #E1E1E1;
}

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

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

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 #E1E1E1;
  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: #636363;
}

.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 #636363;
    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,
  h3,
  #ostendisJobs .title {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  #ostendisJobs .title {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}

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

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

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

@media screen and (min-width: 90em) {
  .grid-container {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

@media screen and (min-width: 120em) {
  .grid-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

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

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

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

@media screen and (min-width: 90em) {
  .grid-container.fluid {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

@media screen and (min-width: 120em) {
  .grid-container.fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.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.375rem;
  margin-right: -0.375rem;
}

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

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

@media screen and (min-width: 90em) {
  .grid-margin-x {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-x {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

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

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

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

@media screen and (min-width: 90em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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% - 0.75rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66666667% - 0.75rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 0.75rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333333% - 0.75rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66666667% - 0.75rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 0.75rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333333% - 0.75rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66666667% - 0.75rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 0.75rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333333% - 0.75rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66666667% - 0.75rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 0.75rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333333% - 0.75rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66666667% - 0.75rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 0.75rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333333% - 0.75rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66666667% - 0.75rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 0.75rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333333% - 0.75rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66666667% - 0.75rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 0.75rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333333% - 0.75rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66666667% - 0.75rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 0.75rem);
  }
}

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}

@media screen and (min-width: 120em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .grid-padding-x > .cell {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

@media screen and (min-width: 120em) {
  .grid-padding-x > .cell {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.375rem;
  margin-bottom: -0.375rem;
}

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

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

@media screen and (min-width: 90em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}

@media screen and (min-width: 120em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}

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

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

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

@media screen and (min-width: 90em) {
  .grid-padding-y > .cell {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media screen and (min-width: 120em) {
  .grid-padding-y > .cell {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

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

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

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

@media screen and (min-width: 90em) {
  .grid-margin-y {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-y {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}

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

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

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

@media screen and (min-width: 90em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1rem);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2rem);
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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% - 0.75rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66666667% - 0.75rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 0.75rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333333% - 0.75rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66666667% - 0.75rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 0.75rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333333% - 0.75rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66666667% - 0.75rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 0.75rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333333% - 0.75rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66666667% - 0.75rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 0.75rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333333% - 0.75rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66666667% - 0.75rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 0.75rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333333% - 0.75rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66666667% - 0.75rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 0.75rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333333% - 0.75rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66666667% - 0.75rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 0.75rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333333% - 0.75rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66666667% - 0.75rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 0.75rem);
  }
}

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

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

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

.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.375rem;
  margin-bottom: -0.375rem;
}

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

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

@media screen and (min-width: 90em) {
  .grid-margin-y {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-y {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}

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

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

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

@media screen and (min-width: 90em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1rem);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 120em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2rem);
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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% - 0.75rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66666667% - 0.75rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 0.75rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333333% - 0.75rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66666667% - 0.75rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 0.75rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333333% - 0.75rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66666667% - 0.75rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 0.75rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333333% - 0.75rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66666667% - 0.75rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 0.75rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333333% - 0.75rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66666667% - 0.75rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 0.75rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333333% - 0.75rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66666667% - 0.75rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 0.75rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333333% - 0.75rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66666667% - 0.75rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 0.75rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333333% - 0.75rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66666667% - 0.75rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 0.75rem);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-weight: 400;
  cursor: default;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 20rem;
  padding: 1.5rem;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 18px;
  color: #0a0a0a;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #fefefe;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fefefe;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fefefe transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #0a0a0a;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 47.9375em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 47.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.main-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

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

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #0a0a0a;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #161616;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #0a0a0a;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #090909;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #0a0a0a;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

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

.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  word-wrap: break-word !important;
}

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

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

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

.text-overline {
  text-decoration: overline !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.font-wide {
  letter-spacing: 0.25rem;
}

.font-normal {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

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

ul.list-disc {
  list-style-type: disc !important;
}

ul.list-circle {
  list-style-type: circle !important;
}

ul.list-square {
  list-style-type: square !important;
}

ol.list-decimal {
  list-style-type: decimal !important;
}

ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

.rounded {
  border-radius: 5000px !important;
}

.radius {
  border-radius: 0.1875rem;
}

.bordered {
  border: 0.0625rem solid #E1E1E1;
}

.shadow {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
}

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
}

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
}

.separator-center {
  text-align: center !important;
}

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

.separator-center::after {
  clear: both;
}

.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #0a0a0a;
  margin: 1rem auto 0;
}

.separator-left {
  text-align: left !important;
}

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

.separator-left::after {
  clear: both;
}

.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #0a0a0a;
  margin: 1rem auto 0;
  margin-left: 0 !important;
}

.separator-right {
  text-align: right !important;
}

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

.separator-right::after {
  clear: both;
}

.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #0a0a0a;
  margin: 1rem auto 0;
  margin-right: 0 !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

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

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.border-box {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

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

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

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

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

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

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

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

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

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

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

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

.margin-0 {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-0 {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-top-0 {
  margin-top: 0rem !important;
}

.padding-top-0 {
  padding-top: 0rem !important;
}

.margin-right-0 {
  margin-right: 0rem !important;
}

.padding-right-0 {
  padding-right: 0rem !important;
}

.margin-bottom-0 {
  margin-bottom: 0rem !important;
}

.padding-bottom-0 {
  padding-bottom: 0rem !important;
}

.margin-left-0 {
  margin-left: 0rem !important;
}

.padding-left-0 {
  padding-left: 0rem !important;
}

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-1 {
  margin-top: 1rem !important;
  margin-right: 1rem !important;
  margin-bottom: 1rem !important;
  margin-left: 1rem !important;
}

.padding-1 {
  padding-top: 1rem !important;
  padding-right: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1rem !important;
}

.margin-top-1 {
  margin-top: 1rem !important;
}

.padding-top-1 {
  padding-top: 1rem !important;
}

.margin-right-1 {
  margin-right: 1rem !important;
}

.padding-right-1 {
  padding-right: 1rem !important;
}

.margin-bottom-1 {
  margin-bottom: 1rem !important;
}

.padding-bottom-1 {
  padding-bottom: 1rem !important;
}

.margin-left-1 {
  margin-left: 1rem !important;
}

.padding-left-1 {
  padding-left: 1rem !important;
}

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.margin-2 {
  margin-top: 2rem !important;
  margin-right: 2rem !important;
  margin-bottom: 2rem !important;
  margin-left: 2rem !important;
}

.padding-2 {
  padding-top: 2rem !important;
  padding-right: 2rem !important;
  padding-bottom: 2rem !important;
  padding-left: 2rem !important;
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.padding-top-2 {
  padding-top: 2rem !important;
}

.margin-right-2 {
  margin-right: 2rem !important;
}

.padding-right-2 {
  padding-right: 2rem !important;
}

.margin-bottom-2 {
  margin-bottom: 2rem !important;
}

.padding-bottom-2 {
  padding-bottom: 2rem !important;
}

.margin-left-2 {
  margin-left: 2rem !important;
}

.padding-left-2 {
  padding-left: 2rem !important;
}

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.margin-3 {
  margin-top: 3rem !important;
  margin-right: 3rem !important;
  margin-bottom: 3rem !important;
  margin-left: 3rem !important;
}

.padding-3 {
  padding-top: 3rem !important;
  padding-right: 3rem !important;
  padding-bottom: 3rem !important;
  padding-left: 3rem !important;
}

.margin-top-3 {
  margin-top: 3rem !important;
}

.padding-top-3 {
  padding-top: 3rem !important;
}

.margin-right-3 {
  margin-right: 3rem !important;
}

.padding-right-3 {
  padding-right: 3rem !important;
}

.margin-bottom-3 {
  margin-bottom: 3rem !important;
}

.padding-bottom-3 {
  padding-bottom: 3rem !important;
}

.margin-left-3 {
  margin-left: 3rem !important;
}

.padding-left-3 {
  padding-left: 3rem !important;
}

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !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;
}

.icon--briefcase {
  width: 14px;
  height: 12px;
}

.icon--menu {
  width: 27px;
  height: 23px;
}

.icon--instagram {
  width: 24px;
  height: 24px;
}

.icon--facebook {
  width: 12px;
  height: 24px;
}

.icon--tripadvisor {
  width: 24px;
  height: 15px;
}

.icon--youtube {
  width: 24px;
  height: 17px;
}

.icon--circledarrow {
  width: 36px;
  height: 36px;
}

.icon--plus {
  width: 16px;
  height: 16px;
}

.icon--minus {
  width: 16px;
  height: 2px;
}

.icon--cross {
  width: 16px;
  height: 16px;
}

.icon--camera {
  width: 19px;
  height: 15px;
}

.icon--pin {
  width: 12px;
  height: 16px;
}

.icon--chevron-left, .icon--chevron-right {
  width: 9px;
  height: 16px;
}

.icon--chevron-down {
  width: 16px;
  height: 9px;
}

.icon--coffee {
  width: 28px;
  height: 31px;
}

.icon--medicine {
  width: 21px;
  height: 34px;
}

.icon--speaker {
  width: 34px;
  height: 34px;
}

.icon--check {
  width: 16px;
  height: 12px;
}

.icon--download {
  width: 18px;
  height: 18px;
}

.icon--arrow-left {
  width: 16px;
  height: 12px;
}

.icon--information {
  width: 24px;
  height: 24px;
}

.icon--shower {
  width: 14px;
  height: 17px;
}

.icon--toilet {
  width: 17px;
  height: 21px;
}

.icon--wifi {
  width: 22px;
  height: 16px;
}

.icon--safe {
  width: 19px;
  height: 16px;
}

.icon--coffee {
  width: 24px;
  height: 19px;
}

.icon--heating {
  width: 19px;
  height: 21px;
}

.icon--hairdryer {
  width: 19px;
  height: 19px;
}

.icon--bed {
  width: 44px;
  height: 31px;
}

.icon--bed {
  width: 44px;
  height: 31px;
}

.icon--cradle {
  width: 42px;
  height: 40px;
}

.icon--scrubhand {
  width: 26px;
  height: 40px;
}

.icon--winter, .icon--summer {
  height: 24px;
  width: 24px;
  vertical-align: bottom;
}

.icon--gift {
  width: 20px;
  height: 20px;
}

.icon--clotery {
  width: 20px;
  height: 20px;
}

.icon--spiral {
  width: 20px;
  height: 20px;
}

.map-and-pin {
  width: 266px;
  height: 169px;
}

.color-primary {
  color: #544233;
}

/**
 * @license
 * MyFonts Webfont Build ID 4026968, 2021-03-15T09:45:42-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: TTNormsPro-Regular by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/regular/
 *
 * Webfont: TTNormsPro-Bold by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/bold/
 *
 * Webfont: TTNormsPro-Medium by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/medium/
 *
 * Webfonts copyright: Copyright (c) 2016-2019 by TypeType. Designers Ivan Gladkikh, Pavel Emelyanov. Technical designers Vika Usmanova, Olexa Volochay, Nadyr Rakhimov, Yuri Nakonechny. All rights reserved.
 *
 * © 2021 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "TTNormsPro-Medium";
  src: url("../Fonts/TTNormsPro/TTNormsProMedium/font.woff2") format("woff2"), url("../Fonts/TTNormsPro/TTNormsProMedium/font.woff") format("woff");
}

@font-face {
  font-family: "TTNormsPro-Bold";
  src: url("../Fonts/TTNormsPro/TTNormsProBold/font.woff2") format("woff2"), url("../Fonts/TTNormsPro/TTNormsProBold/font.woff") format("woff");
}

@font-face {
  font-family: "TTNormsPro-Regular";
  src: url("../Fonts/TTNormsPro/TTNormsProRegular/font.woff2") format("woff2"), url("../Fonts/TTNormsPro/TTNormsProRegular/font.woff") format("woff");
}

@font-face {
  font-family: 'Kievit';
  src: url("../Fonts/Kievit/KievitSlabPro.otf") format("opentype");
}

/*
$primaryFont: "TTNormsPro-Regular", Arial;
$primaryFontBold: "TTNormsPro-Bold", Arial;
$primaryFontMedium: "TTNormsPro-Medium", Arial;
$secondaryFont: 'Playfair Display', serif;
$tertiaryFont: 'Montserrat', sans-serif;
*/
h1, .h1 {
  font-family: "Kievit", serif;
  font-size: 4.5rem;
  letter-spacing: -1.44px;
  line-height: 1.16em;
  margin-bottom: 50px;
}

@media screen and (max-width: 119.9375em) {
  h1, .h1 {
    font-size: 3.75rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 89.9375em) {
  h1, .h1 {
    font-size: 3.125rem;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 47.9375em) {
  h1, .h1 {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.175em;
  }
}

h2, .h2 {
  font-family: "Kievit", serif;
  font-size: 3.125rem;
  line-height: 1.2em;
  margin-bottom: 30px;
}

@media screen and (max-width: 119.9375em) {
  h2, .h2 {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 89.9375em) {
  h2, .h2 {
    font-size: 2.1875rem;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 47.9375em) {
  h2, .h2 {
    font-size: 2.25rem;
    line-height: 1.2em;
  }
}


h3,
#ostendisJobs .title, .h3 {
  font-family: "TTNormsPro-Regular", Arial;
  font-size: 2.5rem;
  line-height: 1.4em;
}

@media screen and (max-width: 119.9375em) {
  
  h3,
  #ostendisJobs .title, .h3 {
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 89.9375em) {
  
  h3,
  #ostendisJobs .title, .h3 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  
  h3,
  #ostendisJobs .title, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-family: "TTNormsPro-Medium", Arial;
  font-size: 2rem;
  letter-spacing: 0.25px;
  line-height: 1.375em;
}

@media screen and (max-width: 119.9375em) {
  h4, .h4 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 89.9375em) {
  h4, .h4 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  h4, .h4 {
    font-size: 1.75rem;
    line-height: 1.35em;
  }
}

@media screen and (max-width: 23.375em) {
  h4, .h4 {
    font-size: 1.25rem;
  }
}

h5, .h5 {
  font-family: "TTNormsPro-Medium", Arial;
  font-size: 1.625rem;
  letter-spacing: 0.19px;
  line-height: 1.35em;
}

@media screen and (max-width: 119.9375em) {
  h5, .h5 {
    font-size: 1.5625rem;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 89.9375em) {
  h5, .h5 {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  h5, .h5 {
    font-size: 1.375rem;
    letter-spacing: 0.17px;
    line-height: 1.27em;
  }
}

h6, .h6 {
  font-family: "TTNormsPro-Regular", Arial;
  font-size: 1.25rem;
  letter-spacing: 2.14px;
  line-height: 1.2em;
  margin-bottom: 0;
}

@media screen and (max-width: 89.9375em) {
  h6, .h6 {
    font-size: 1.125rem;
    letter-spacing: 2.25px;
    line-height: 1.1em;
  }
}

@media screen and (max-width: 47.9375em) {
  h6, .h6 {
    font-size: 1.125rem;
    letter-spacing: 2.25px;
  }
}

.h7 {
  font-family: "TTNormsPro-Bold", Arial;
  font-size: 1rem;
  letter-spacing: 1.71px;
  line-height: 1.25;
  text-transform: uppercase;
}

p, ul {
  font-family: "TTNormsPro-Regular", Arial;
  font-size: 1.25rem;
  letter-spacing: 0.56px;
  line-height: 1.8em;
  margin-bottom: 40px;
}

@media screen and (max-width: 119.9375em) {
  p, ul {
    font-size: 1.125rem;
    letter-spacing: 0.5px;
    line-height: 1.78em;
  }
}

p a:not(.button), ul a:not(.button) {
  font-family: "TTNormsPro-Bold", Arial;
}

p.lead, ul.lead {
  font-family: "TTNormsPro-Bold", Arial;
}

.collapsptag p {
  margin-bottom: 0;
}

.footer {
  font-family: "TTNormsPro-Regular", Arial;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  line-height: 2em;
}

.footer p, .footer ul {
  font-size: inherit;
}

@media screen and (max-width: 119.9375em) {
  .footer {
    font-size: 1rem;
    letter-spacing: 0.44px;
    line-height: 1.75em;
  }
}

.caption {
  font-family: "TTNormsPro-Regular", Arial;
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  line-height: 1.16em;
}

.description {
  font-family: "TTNormsPro-Regular", Arial;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  line-height: 1.14em;
}

.nav {
  font-family: "TTNormsPro-Medium", Arial;
  font-size: 1rem;
  letter-spacing: 1.71px;
  line-height: 1.18em;
}

.nav ul {
  font-family: inherit;
  font-size: inherit;
}

.nav ul a {
  font-family: inherit;
}

.breadcrumb {
  font-family: "TTNormsPro-Regular", Arial;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  line-height: 1.14em;
}

.listing {
  font-family: "TTNormsPro-Regular", Arial;
  font-size: 1.25rem;
  letter-spacing: 0.56px;
  line-height: 1.7em;
}

@media screen and (max-width: 47.9375em) {
  .listing {
    font-size: 1.25rem;
  }
}

.button__text {
  font-family: "TTNormsPro-Bold", Arial;
  font-size: 0.875rem;
  letter-spacing: 2.35px;
  line-height: 1.14em;
  text-transform: uppercase;
}

@media screen and (max-width: 89.9375em) {
  .button__text {
    font-size: 0.75rem;
    letter-spacing: 1.25px;
    line-height: 1.3em;
  }
}

.arrow-link__text {
  font-family: "TTNormsPro-Bold", Arial;
  font-size: 0.875rem;
  letter-spacing: 2.35px;
  line-height: 16px;
  margin-top: 4px;
  text-transform: uppercase;
}

.price {
  font-family: "TTNormsPro-Medium", Arial;
  font-size: 2rem;
  line-height: 1.375em;
}

@media screen and (max-width: 119.9375em) {
  .price {
    font-size: 1.875rem;
    letter-spacing: 0.25px;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 47.9375em) {
  .price {
    font-size: 2rem;
    line-height: 1.375em;
  }
}

.price--with-additional span {
  display: inline-block;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "TTNormsPro-Bold", Arial;
  letter-spacing: 1.5px;
  line-height: 1.7em;
}

.main-nav {
  font-family: "Kievit", serif;
  font-size: 3.125rem;
  line-height: 1.32em;
}

@media screen and (max-width: 119.9375em) {
  .main-nav {
    font-size: 2.625rem;
    line-height: 1.19em;
  }
}

@media screen and (max-width: 47.9375em) {
  .main-nav {
    font-size: 2rem;
    line-height: 1.28em;
  }
}

@media screen and (max-width: 23.375em) {
  .main-nav {
    font-size: 1.625rem;
    line-height: 1.28em;
  }
}

.subnav {
  font-family: "TTNormsPro-Regular", Arial;
  font-size: 2rem;
  line-height: 1.62em;
}

@media screen and (max-width: 119.9375em) {
  .subnav {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .subnav {
    font-size: 1.625rem;
  }
}

.news-ticker p {
  font-size: 1rem;
}

.news-ticker p b {
  font-family: "TTNormsPro-Bold", Arial;
}

.language {
  font-family: "TTNormsPro-Bold", Arial;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  line-height: 1.35em;
}

.teaser-link {
  font-family: "TTNormsPro-Bold", Arial;
  font-size: 2.25rem;
  line-height: .9em;
}

label {
  font-family: "TTNormsPro-Regular", Arial;
  font-size: 1.25rem;
  letter-spacing: 0.56px;
  line-height: 1.8em;
}

.back-link {
  font-size: 0.875rem;
}

.back-link .icon {
  display: inline-block;
  margin-right: 10px;
}

.button {
  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;
}

.button:hover, .button:active, .button:focus {
  text-decoration: none;
}

.button:hover {
  cursor: pointer;
}

.button--rectangle, #ostendisJobs button {
  background-color: #544233;
  color: #FFFFFF;
  padding: 24px 16px 20px;
  width: 270px;
  max-width: 100%;
  border: 1px solid #544233;
  -webkit-transition: background-color 125ms ease-in-out, color 125ms ease-in-out;
  transition: background-color 125ms ease-in-out, color 125ms ease-in-out;
}

@media screen and (max-width: 63.9375em) {
  .button--rectangle, #ostendisJobs button {
    min-width: 0;
  }
}

.button--rectangle:hover, #ostendisJobs button:hover {
  background-color: transparent;
  color: #544233;
}

.button--rectangle:focus, #ostendisJobs button:focus, .button--rectangle:active, #ostendisJobs button:active {
  color: white;
}

.button--full {
  background-color: #FFFFFF;
  border-radius: 23px;
  border: 1px solid #544233;
  color: #544233;
  padding: 5px 15px 5px 5px;
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.button--full:hover {
  color: white;
  background-color: #544233;
}

.button--full:hover .button__icon {
  border-color: white;
}

.button--full:focus, .button--full:active {
  color: white;
}

.button--full .button__content {
  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;
}

.button--full .button__icon {
  width: 31px;
  height: 31px;
  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;
  border: 2px solid #544233;
  border-radius: 100%;
  margin-right: 17px;
  text-align: center;
  -webkit-transition: border-color 125ms ease-in-out;
  transition: border-color 125ms ease-in-out;
}

@media screen and (max-width: 119.9375em) {
  .button--full .button__icon {
    margin-right: 15px;
  }
}

@media screen and (max-width: 89.9375em) {
  .button--full .button__icon {
    margin-right: 8px;
  }
}

.button--full .button__text {
  margin-top: 4px;
}

@media screen and (max-width: 89.9375em) {
  .button--full .button__text {
    margin-top: 2px;
  }
}

.button--full.button--pressed {
  background-color: #544233;
  color: #FFFFFF;
  -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.1);
}

.button--book {
  background-color: #544233;
  color: #FFFFFF;
  height: 130px;
  width: 180px;
  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;
  -webkit-transition: background-color 125ms ease-in-out;
  transition: background-color 125ms ease-in-out;
}

.button--book:hover {
  color: #FFFFFF;
  background-color: #775e48;
}

.button--book:focus, .button--book:active {
  color: white;
}

@media screen and (max-width: 89.9375em) {
  .button--book {
    height: 108px;
  }
}

@media screen and (max-width: 63.9375em) {
  .button--book {
    width: 100%;
    height: 65px;
  }
}

.button--menu {
  cursor: pointer;
  width: 54px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: inherit;
}

.button--menu .button__text {
  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;
  -webkit-transform: rotate(-90deg) translateY(15px);
          transform: rotate(-90deg) translateY(15px);
}

.button--menu .button__text span {
  display: block;
  margin-right: 10px;
}

.button--menu .button__icon {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg) translateX(-15px);
          transform: rotate(90deg) translateX(-15px);
  position: relative;
  margin-left: 10px;
  display: block;
}

@media screen and (max-width: 63.9375em) {
  .button--menu .button__icon {
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(90deg) translateX(5px) translateY(5px);
            transform: rotate(90deg) translateX(5px) translateY(5px);
  }
}

.button--menu .button__icon .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;
}

@media screen and (max-width: 63.9375em) {
  .button--menu .button__icon .icon {
    width: 25px;
    height: 25px;
  }
}

.button--menu .button__icon .icon--cross {
  opacity: 0;
}

@media screen and (max-width: 63.9375em) {
  .button--menu .button__icon .icon--cross {
    -webkit-transform: translateX(-10px) translateY(-10px);
            transform: translateX(-10px) translateY(-10px);
  }
}

.button--menu .button__icon .icon--menu {
  opacity: 1;
}

.button--negative {
  background-color: #FFFFFF;
  color: #544233;
  padding: 22px 16px;
  border: 1px solid #FFFFFF;
}

.button--negative:hover {
  background-color: #544233;
  color: #FFFFFF;
}

.button--negative:hover:focus, .button--negative:hover:active {
  color: #FFFFFF;
}

.button--negative:focus, .button--negative:active {
  color: #544233;
}

.button--border {
  border: 1px solid #544233;
  color: #544233;
}

.button--border.button--negative {
  border: 1px solid white;
  color: #FFFFFF;
  background-color: transparent;
}

.button--border.button--negative:hover {
  background-color: #FFFFFF;
  color: #544233;
}

.button--border:hover {
  background-color: #544233;
  color: white;
}

.button--nowrap .button__text {
  white-space: nowrap;
}

.button--twolines {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 16px;
  width: 270px;
  max-width: 100%;
  font-size: 0.875rem;
  line-height: 1.7em;
}

@media screen and (max-width: 63.9375em) {
  .button--twolines {
    min-width: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .button--expand-on-xs {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.buttonwrap p,
.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /*
    @include breakpoint(small only) {
        display: block;
    }
    */
}

.buttonwrap p--share-space .button,
.buttons--share-space .button {
  width: 100%;
}

@media screen and (max-width: 47.9375em) {
  .buttonwrap p--share-space .button,
  .buttons--share-space .button {
    margin: 0 0 16px 0 !important;
  }
  .buttonwrap p--share-space .button:last-child,
  .buttons--share-space .button:last-child {
    margin-bottom: 0 !important;
  }
}

.buttonwrap p--full-width,
.buttons--full-width {
  display: block;
}

.buttonwrap p--full-width .button,
.buttons--full-width .button {
  width: 100%;
  margin: 0 0 16px 0;
}

.buttonwrap p .button,
.buttons .button {
  margin: 0 16px 16px 16px;
}

.buttonwrap p .button:last-child,
.buttons .button:last-child {
  margin-right: 0;
}

.buttonwrap p .button:first-child,
.buttons .button:first-child {
  margin-left: 0;
}

@media screen and (max-width: 63.9375em) {
  .buttonwrap p .button,
  .buttons .button {
    margin: 0 4px 4px 4px;
  }
}

.buttonwrap p--full,
.buttons--full {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.buttonwrap p--full .button,
.buttons--full .button {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  margin-bottom: 16px;
}

@media screen and (max-width: 63.9375em) {
  .buttonwrap p--full-md-down,
  .buttons--full-md-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .buttonwrap p--full-md-down .button,
  .buttons--full-md-down .button {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 16px;
  }
}

.nav-open .button--menu .button__icon .icon--cross {
  opacity: 1;
}

.nav-open .button--menu .button__icon .icon--menu {
  opacity: 0;
}

.download-link .icon, .back-link .icon {
  margin-right: 10px;
}

.back-link .icon {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -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;
}

.back-link:hover .icon {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}

.download-link:hover {
  text-decoration: underline;
}

@media (max-width: 400px) {
  .buttonwrap p,
  .buttons {
    display: block;
  }
  .buttonwrap p .button,
  .buttons .button {
    margin-left: 0;
  }
  .buttonwrap p .button + .button,
  .buttons .button + .button {
    margin-top: 1em;
  }
}

.anchor-link,
.arrow-link {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.anchor-link__icon,
.arrow-link__icon {
  display: block;
  margin-right: 10px;
  width: 36px;
  height: 36px;
}

.anchor-link__text,
.arrow-link__text {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 125ms ease-in-out;
  transition: 125ms ease-in-out;
}

.anchor-link:hover,
.arrow-link:hover {
  text-decoration: none;
}

.anchor-link:hover .arrow-link__text,
.arrow-link:hover .arrow-link__text {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.anchor-link .arrow-link__icon,
.arrow-link--down .arrow-link__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

html {
  max-width: 100vw;
}

html.scroll-locked {
  overflow: hidden;
}

html.scroll-locked body {
  overflow: hidden;
}

body {
  padding-top: 0;
  /*
    padding-top: 130px;

    @include breakpoint(large down) {
        padding-top: 108px;
    }

    @include breakpoint(medium down) {
        padding-top: 85px;
    }

    @include breakpoint(small only) {
        padding-top: 65px;
    }
    &#uid1,
    &#uid57 {
        padding-top: 0;
    }
    */
}

/*
main{
    z-index: 1;
    position: relative;
}
*/
@media screen and (max-width: 119.9375em) {
  .grid-container {
    margin-left: 32px;
    margin-right: 32px;
  }
}

@media screen and (max-width: 63.9375em) {
  .grid-container {
    margin-left: 18px;
    margin-right: 18px;
  }
}

@media screen and (max-width: 47.9375em) {
  .grid-container {
    /*margin-left: 12px;
        margin-right: 12px;*/
  }
}

.margin-top-xl {
  margin-top: 120px;
}

@media screen and (max-width: 89.9375em) {
  .margin-top-xl {
    margin-top: 100px;
  }
}

@media screen and (max-width: 63.9375em) {
  .margin-top-xl {
    margin-top: 80px;
  }
}

@media screen and (max-width: 47.9375em) {
  .margin-top-xl--md-up {
    margin-top: 0;
  }
}

.margin-top-lg {
  margin-top: 100px;
}

@media screen and (max-width: 89.9375em) {
  .margin-top-lg {
    margin-top: 80px;
  }
}

@media screen and (max-width: 63.9375em) {
  .margin-top-lg {
    margin-top: 50px;
  }
}

.margin-top-md {
  margin-top: 50px;
}

@media screen and (max-width: 89.9375em) {
  .margin-top-md {
    margin-top: 40px;
  }
}

@media screen and (max-width: 63.9375em) {
  .margin-top-md {
    margin-top: 30px;
  }
}

.margin-top-sm {
  margin-top: 30px;
}

@media screen and (max-width: 89.9375em) {
  .margin-top-sm {
    margin-top: 20px;
  }
}

.margin-top-xs {
  margin-top: 15px;
}

@media screen and (max-width: 89.9375em) {
  .margin-top-xs {
    margin-top: 10px;
  }
}

.margin-top-none {
  margin-top: 0 !important;
}

.margin-bottom-xl {
  margin-bottom: 120px;
}

@media screen and (max-width: 89.9375em) {
  .margin-bottom-xl {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 63.9375em) {
  .margin-bottom-xl {
    margin-bottom: 80px;
  }
}

.margin-bottom-lg {
  margin-bottom: 100px;
}

@media screen and (max-width: 89.9375em) {
  .margin-bottom-lg {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 63.9375em) {
  .margin-bottom-lg {
    margin-bottom: 50px;
  }
}

.margin-bottom-md {
  margin-bottom: 50px;
}

@media screen and (max-width: 89.9375em) {
  .margin-bottom-md {
    margin-bottom: 40px;
  }
}

.margin-bottom-sm {
  margin-bottom: 30px;
}

@media screen and (max-width: 89.9375em) {
  .margin-bottom-sm {
    margin-bottom: 20px;
  }
}

.margin-bottom-xs {
  margin-bottom: 15px;
}

@media screen and (max-width: 89.9375em) {
  .margin-bottom-xs {
    margin-bottom: 10px;
  }
}

.margin-bottom-none {
  margin-bottom: 0 !important;
}

.padding-top-xl {
  padding-top: 120px;
}

@media screen and (max-width: 89.9375em) {
  .padding-top-xl {
    padding-top: 100px;
  }
}

@media screen and (max-width: 63.9375em) {
  .padding-top-xl {
    padding-top: 80px;
  }
}

.padding-top-lg {
  padding-top: 100px;
}

@media screen and (max-width: 89.9375em) {
  .padding-top-lg {
    padding-top: 80px;
  }
}

@media screen and (max-width: 63.9375em) {
  .padding-top-lg {
    padding-top: 50px;
  }
}

.padding-top-md {
  padding-top: 50px;
}

@media screen and (max-width: 89.9375em) {
  .padding-top-md {
    padding-top: 40px;
  }
}

@media screen and (max-width: 63.9375em) {
  .padding-top-md {
    padding-top: 30px;
  }
}

.padding-top-sm {
  padding-top: 30px;
}

@media screen and (max-width: 89.9375em) {
  .padding-top-sm {
    padding-top: 20px;
  }
}

.padding-top-xs {
  padding-top: 15px;
}

@media screen and (max-width: 89.9375em) {
  .padding-top-xs {
    padding-top: 10px;
  }
}

.padding-top-none {
  padding-top: 0 !important;
}

.padding-bottom-xl {
  padding-bottom: 120px;
}

@media screen and (max-width: 89.9375em) {
  .padding-bottom-xl {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 63.9375em) {
  .padding-bottom-xl {
    padding-bottom: 80px;
  }
}

.padding-bottom-lg {
  padding-bottom: 100px;
}

@media screen and (max-width: 89.9375em) {
  .padding-bottom-lg {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 63.9375em) {
  .padding-bottom-lg {
    padding-bottom: 50px;
  }
}

.padding-bottom-md {
  padding-bottom: 50px;
}

@media screen and (max-width: 89.9375em) {
  .padding-bottom-md {
    padding-bottom: 40px;
  }
}

.padding-bottom-sm {
  padding-bottom: 30px;
}

@media screen and (max-width: 89.9375em) {
  .padding-bottom-sm {
    padding-bottom: 20px;
  }
}

.padding-bottom-xs {
  padding-bottom: 15px;
}

@media screen and (max-width: 89.9375em) {
  .padding-bottom-xs {
    padding-bottom: 10px;
  }
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 90em) {
  .margin-top-xl--md-up {
    margin-top: 120px;
  }
}

@media screen and (max-width: 89.9375em) {
  .margin-top-xl--md-up {
    margin-top: 100px;
  }
}

@media screen and (max-width: 63.9375em) {
  .margin-top-xl--md-up {
    margin-top: 80px;
  }
}

@media screen and (max-width: 47.9375em) {
  .margin-top-xl--md-up {
    margin-top: 0;
  }
}

.margin-top-none.margin-bottom-none hr {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .lg-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.tooltip {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.form__row,
.tx-powermail__row {
  margin-bottom: 30px;
}

.form__row--submit,
.tx-powermail__row--submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 89.9375em) {
  .form__row--submit,
  .tx-powermail__row--submit {
    display: block;
  }
}

@media screen and (max-width: 63.9375em) {
  .form__row--submit .button,
  .tx-powermail__row--submit .button {
    width: 100%;
  }
}

.form__row--submit > div,
.tx-powermail__row--submit > div {
  width: 50%;
  padding: 0 16px;
}

@media screen and (max-width: 89.9375em) {
  .form__row--submit > div,
  .tx-powermail__row--submit > div {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

.form__row--submit > div:first-child,
.tx-powermail__row--submit > div:first-child {
  padding-left: 0;
}

.form__row--submit > div:last-child,
.tx-powermail__row--submit > div:last-child {
  padding-right: 0;
  text-align: right;
}

.form__row--checkboxes,
.tx-powermail__row--checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.form__row--checkboxes > div,
.tx-powermail__row--checkboxes > div {
  width: 150px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form input[type="number"],
.form input[type="url"],
.form input[type="time"],
.form input[type="date"],
.form input[type="tel"],
.form select,
.form textarea,
.tx-powermail input[type="text"],
.tx-powermail input[type="email"],
.tx-powermail input[type="password"],
.tx-powermail input[type="number"],
.tx-powermail input[type="url"],
.tx-powermail input[type="time"],
.tx-powermail input[type="date"],
.tx-powermail input[type="tel"],
.tx-powermail select,
.tx-powermail textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  outline: 0;
  border: 1px solid black;
  border-radius: 8px;
  background-color: transparent;
  padding: 15px 16px;
  width: 100%;
  font-size: 1.25rem;
  vertical-align: top;
}

@media screen and (max-width: 119.9375em) {
  .form input[type="text"],
  .form input[type="email"],
  .form input[type="password"],
  .form input[type="number"],
  .form input[type="url"],
  .form input[type="time"],
  .form input[type="date"],
  .form input[type="tel"],
  .form select,
  .form textarea,
  .tx-powermail input[type="text"],
  .tx-powermail input[type="email"],
  .tx-powermail input[type="password"],
  .tx-powermail input[type="number"],
  .tx-powermail input[type="url"],
  .tx-powermail input[type="time"],
  .tx-powermail input[type="date"],
  .tx-powermail input[type="tel"],
  .tx-powermail select,
  .tx-powermail textarea {
    font-size: 1.125rem;
  }
}

.form select,
.tx-powermail select {
  background-image: url("..//img/icons/chevron-down.png");
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 16px 9px;
  cursor: pointer;
}

.form input[type="checkbox"],
.tx-powermail input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.form input[type="checkbox"]:checked + label:after,
.tx-powermail input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #544233;
  border-radius: 1px;
}

.form input[type="checkbox"] + label,
.tx-powermail input[type="checkbox"] + label {
  padding-left: 22px;
  position: relative;
  display: block;
  cursor: pointer;
}

.form input[type="checkbox"] + label:before,
.tx-powermail input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid black;
  border-radius: 2px;
}

.form input[type="radio"],
.tx-powermail input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.form input[type="radio"]:checked + label:after,
.tx-powermail input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: #544233;
  border-radius: 50%;
}

.form input[type="radio"] + label,
.tx-powermail input[type="radio"] + label {
  padding-left: 28px;
  position: relative;
  display: block;
  cursor: pointer;
}

.form input[type="radio"] + label:before,
.tx-powermail input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid black;
  border-radius: 50%;
}

.special-label {
  position: relative;
}

.special-label label {
  position: absolute;
  left: 14px;
  top: -10px;
  font-size: 0.75rem;
  background-color: #f3efe6;
  padding: 0 4px;
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
  pointer-events: none;
}

.special-label input:placeholder-shown + label {
  font-size: 1.25rem;
  top: 10px;
}

.out {
  width: 100vw;
  overflow: hidden;
}

.out__inner {
  position: relative;
}

.out__inner--left:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2560px;
  z-index: -1;
}

.out__inner--right:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2560px;
  z-index: -1;
}

.out__inner--copper:before {
  background-color: #AFA6A1;
}

.out__content {
  position: relative;
  z-index: 0;
}

.background--left {
  position: relative;
}

.background--left:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 2560px;
  background-color: #f3efe6;
  z-index: -1;
}

@media screen and (max-width: 119.9375em) {
  .background--left:before {
    right: 8px;
  }
}

@media screen and (max-width: 47.9375em) {
  .background--left:before {
    display: none;
  }
}

.background__over {
  padding-bottom: 200px;
}

@media screen and (max-width: 47.9375em) {
  .background__over {
    padding: 0;
    padding-top: 50px;
  }
}

.background-container {
  overflow: hidden;
}

@media screen and (max-width: 47.9375em) {
  .background-container--milk {
    background-color: #f3efe6;
    padding: 0px 0 150px;
  }
}

@media screen and (max-width: 47.9375em) {
  .background-container--md-up {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 89.9375em) {
  .background-container--full-md-down .grid-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .background-container--full-md-down .grid-container .background__over {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 63.9375em) {
  .background-container--full-md-down .grid-container .background__over {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 47.9375em) {
  .background-container--full-md-down .grid-container .background__over {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.background-full--milk {
  background-color: #f3efe6;
}

.pull-up-bottom {
  position: relative;
  margin-bottom: -100px;
}

.pull-up-bottom--medium {
  margin-bottom: -55px;
}

.pull-up-bottom--large {
  margin-bottom: -150px;
}

@media screen and (max-width: 47.9375em) {
  .pull-up-bottom--md-up {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.overflowing-image:after {
  content: "";
  display: block;
  float: none;
  clear: both;
  width: 100%;
  height: 1px;
}

.overflowing-image img, .overflowing-image picture {
  max-width: none;
}

@media screen and (max-width: 47.9375em) {
  .overflowing-image img, .overflowing-image picture {
    max-width: 100%;
  }
}

.overflowing-image picture {
  float: right;
  max-width: none;
}

@media screen and (max-width: 47.9375em) {
  .overflowing-image picture {
    max-width: 100%;
  }
}

/*
.background__over {
    position: relative;
    height: 100%;
}*/
.top-line-small {
  border-top: 1px solid #544233;
}

.top-line-small-bright {
  borde-top: 1px solid white;
}

.top-line-large {
  border-top: 2px solid #544233;
}

.top-line-large-bright {
  border-top: 2px solid white;
}

.bottom-line-small {
  border-bottom: 1px solid #544233;
}

.bottom-line-small-bright {
  border-bottom: 1px solid white;
}

.bottom-line-large {
  border-bottom: 2px solid #544233;
}

.bottom-line-large-bright {
  border-bottom: 2px solid white;
}

.reveal {
  -webkit-clip-path: polygon(0 0, 2% 0, 2% 1%, 0 1%);
          clip-path: polygon(0 0, 2% 0, 2% 1%, 0 1%);
  opacity: 0;
  display: block;
}

.reveal img {
  display: block;
}

.reveal.shown {
  /*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        opacity: 1;*/
  -webkit-animation: revealIn forwards 1000ms ease-in-out;
          animation: revealIn forwards 1000ms ease-in-out;
}

@-webkit-keyframes revealIn {
  0% {
    -webkit-clip-path: polygon(0 0, 2% 0, 2% 1%, 0 1%);
            clip-path: polygon(0 0, 2% 0, 2% 1%, 0 1%);
    opacity: 0;
  }
  50% {
    -webkit-clip-path: polygon(0 0, 2% 0, 2% 100%, 0 100%);
            clip-path: polygon(0 0, 2% 0, 2% 100%, 0 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}

@keyframes revealIn {
  0% {
    -webkit-clip-path: polygon(0 0, 2% 0, 2% 1%, 0 1%);
            clip-path: polygon(0 0, 2% 0, 2% 1%, 0 1%);
    opacity: 0;
  }
  50% {
    -webkit-clip-path: polygon(0 0, 2% 0, 2% 100%, 0 100%);
            clip-path: polygon(0 0, 2% 0, 2% 100%, 0 100%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}

.accordion {
  background: transparent;
  float: left;
  width: 100%;
}

.accordion-title {
  border: 0;
  position: relative;
  padding-left: 0;
  padding-right: 100px;
}

.accordion-title h3, .accordion-title #ostendisJobs .title, #ostendisJobs .accordion-title .title {
  margin-bottom: 0;
}

.accordion-title:before {
  display: none;
}

.accordion-title:hover, .accordion-title:active, .accordion-title:focus {
  background: transparent !important;
  text-decoration: none;
}

.accordion-title .accordion-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid black;
  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;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) scale(1, -1);
          transform: translateY(-50%) scale(1, -1);
}

.accordion-item {
  border-bottom: 1px solid black;
}

.accordion-item.is-active .accordion-title .accordion-icon {
  -webkit-transform: translateY(-50%) scale(1, 1);
          transform: translateY(-50%) scale(1, 1);
}

.accordion-content {
  background-color: transparent;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

.tx-powermail .powermail_fieldwrap {
  margin-bottom: 30px;
}

.tx-powermail .powermail_fieldwrap_type_submit {
  text-align: right;
}

.tx-powermail textarea:placeholder-shown + label {
  font-size: 1.25rem;
  top: 10px;
}

@media screen and (max-width: 47.9375em) {
  .tx-powermail {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.tx-powermail [class*=flex] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tx-powermail [class*=flex100] > * {
  width: 100%;
}

.tx-powermail [class*=flex50] > * {
  width: 49%;
}

.tx-powermail [class*=flex33] > * {
  width: 32%;
}

.tx-powermail [class*=flex25] > * {
  width: 24%;
}

.tx-powermail [class*=flex20] > * {
  width: 19%;
}

@media screen and (max-width: 119.9375em) {
  .tx-powermail .checkbox label {
    font-size: 1rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .tx-powermail [class*=flex50] > * {
    width: 100%;
  }
  .tx-powermail [class*=flex33] > * {
    width: 100%;
  }
  .tx-powermail [class*=flex25] > * {
    width: 100%;
  }
  .tx-powermail [class*=flex20] > * {
    width: 100%;
  }
  .tx-powermail .button--rectangle, .tx-powermail #ostendisJobs button, #ostendisJobs .tx-powermail button {
    width: 100%;
  }
}

.tx-powermail .powermail_confirmation .table {
  margin-bottom: 30px;
}

.tx-powermail .powermail_confirmation .table td {
  width: 50%;
}

@media screen and (max-width: 63.9375em) {
  .tx-powermail .powermail_confirmation .small-shrink {
    width: 100%;
  }
  .tx-powermail .powermail_confirmation .small-shrink .button--rectangle, .tx-powermail .powermail_confirmation .small-shrink #ostendisJobs button, #ostendisJobs .tx-powermail .powermail_confirmation .small-shrink button {
    width: 100%;
    margin-bottom: 20px;
  }
}

.tx-powermail .tx-powermail--confirmation .button--rectangle, .tx-powermail .tx-powermail--confirmation #ostendisJobs button, #ostendisJobs .tx-powermail .tx-powermail--confirmation button {
  width: 150px;
}

.tx-powermail [class*=nolegend] legend {
  display: none;
}

.tx-powermail [class*=radioflex] .powermail_label {
  padding-left: 20px;
}

.tx-powermail [class*=radioflex] .form-custom__row.powermail_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.tx-powermail [class*=radioflex] .form-custom__row.powermail_field .field-custom__radio {
  margin-right: 1em;
}

.tx-powermail [class*=radioflex] .form-custom__row.powermail_field .field-custom__radio label {
  padding-left: 0.2em;
}

.tx-powermail [class*=checkcustom] {
  margin-bottom: 30px;
}

.tx-powermail [class*=checkcustom] .powermail_label {
  padding-left: 0;
  margin-bottom: 5px;
}

.tx-powermail [class*=checkcustom] .powermail_field {
  width: 100%;
}

.tx-powermail [class*=checkcustom] .powermail_field .field-custom__checkbox {
  display: inline-block;
  margin-left: 15px;
}

.tx-powermail [class*=checkcustom] .powermail_field .field-custom__checkbox:first-child {
  margin-left: 0;
}

.tx-powermail [class*=checkcustom] .powermail_field .field-custom__checkbox label {
  padding-left: 18px;
  margin-bottom: 5px;
}

@media screen and (max-width: 47.9375em) {
  .tx-powermail [class*=checkcustom] .powermail_field {
    margin-top: 5px;
  }
  .tx-powermail [class*=checkcustom] .powermail_field .field-custom__checkbox:first-child {
    margin-left: 15px;
  }
  .tx-powermail .powermail_fieldwrap_type_submit {
    margin: 0 0 30px 0 !important;
  }
  .tx-powermail .book-button {
    position: relative;
    margin-top: 20px;
  }
}

.tx-powermail [class*=nolabel] > label,
.tx-powermail [class*=pickerfrom] > label,
.tx-powermail [class*=pickerto] > label,
.tx-powermail [class*=datepicker] > label,
.tx-powermail [class*=timepicker] > label {
  display: none;
}

/*
div[data-picker]{
    position: relative;
    &:after{
        content:url('/typo3conf/ext/spot_website/Resources/Public/Assets/Svg/calendar1a.svg');
        //content:'↓';
        position: absolute;
        right:10px;
        margin-top:20px;
    }
}
*/
.flatpickr-input.flatpickr-mobile,
.form-control.input {
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Svg/calendar1a.svg");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 1px 2px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="tel"],
select,
textarea {
  width: 100%;
  background: transparent;
  padding: 10px 20px;
  margin-bottom: 30px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: 0;
  border: 0;
  border: 1px solid #555;
  line-height: 1.7em;
  border-radius: 8px;
}

@media screen and (max-width: 89.9375em) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="number"],
  input[type="url"],
  input[type="time"],
  input[type="date"],
  input[type="tel"],
  select,
  textarea {
    padding: 14px 20px;
    margin-bottom: 20px;
  }
}

@media (pointer: coarse) {
  .tx-powermail [class*=nolabel] > label,
  .tx-powermail [class*=pickerfrom] > label,
  .tx-powermail [class*=pickerto] > label,
  .tx-powermail [class*=datepicker] > label,
  .tx-powermail [class*=timepicker] > label {
    display: block;
    padding-left: 0;
  }
  .tx-powermail [class*=nolabel] [type=date],
  .tx-powermail [class*=nolabel] [type=time],
  .tx-powermail [class*=pickerfrom] [type=date],
  .tx-powermail [class*=pickerfrom] [type=time],
  .tx-powermail [class*=pickerto] [type=date],
  .tx-powermail [class*=pickerto] [type=time],
  .tx-powermail [class*=datepicker] [type=date],
  .tx-powermail [class*=datepicker] [type=time],
  .tx-powermail [class*=timepicker] [type=date],
  .tx-powermail [class*=timepicker] [type=time] {
    min-height: 57px;
  }
}

.powermail_fieldwrap {
  position: relative;
}

.parsley-errors-list {
  position: absolute;
  margin: 0;
  color: red;
  top: -1.55em;
  list-style: none;
  left: 0;
  font-size: 0.9rem;
}

.parsley-errors-list li:before {
  content: '\2193';
  padding-right: 0.4em;
}

.parsley-errors-list + label {
  display: none;
}

.flex100 .powermail_fieldwrap_type_select .parsley-errors-list {
  top: -3em;
}

.special-label label {
  background-color: #FFFFFF;
}

.special-label input:focus + label,
.special-label textarea:focus + label {
  font-size: 0.75rem;
  top: -10px;
}

.special-label input:focus::-webkit-input-placeholder,
.special-label textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.special-label input:focus::-moz-placeholder,
.special-label textarea:focus::-moz-placeholder {
  color: transparent;
}

.special-label input:focus::-ms-input-placeholder,
.special-label textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.special-label input:focus::placeholder,
.special-label textarea:focus::placeholder {
  color: transparent;
}

.frame-type-spotwebsite_gridtwo .special-label label {
  background-color: #f3efe6;
}

.powermail_fieldwrap_type_file {
  margin-bottom: 30px !important;
  position: relative;
  overflow: hidden;
  margin: 10px;
  margin: 5px 0;
}

.powermail_fieldwrap_type_file .space-element-b-none {
  display: none;
}

.powermail_fieldwrap_type_file .powermail_label {
  padding: 1px 37px;
  min-height: 47px;
  line-height: 45px;
  display: inline-block;
  cursor: pointer;
  background-color: #0a0a0a;
  color: #fefefe;
}

.powermail_fieldwrap_type_file .powermail_label:hover {
  background-color: #090909;
}

.powermail_fieldwrap_type_file input.powermail_file {
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
}

.cr_ipe_item {
  padding-bottom: 30px;
}

select optgroup {
  padding-top: 1em;
  padding-bottom: 0.3em;
}

.tx-powermail .powermail_fieldwrap_vegetarisch_01,
.tx-powermail .powermail_fieldwrap_vegetarisch_02,
.tx-powermail .powermail_fieldwrap_vegetarisch_03 {
  max-height: 0;
  margin-bottom: 0;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  overflow: hidden;
}

.tx-powermail .powermail_fieldwrap_vegetarisch_01.show,
.tx-powermail .powermail_fieldwrap_vegetarisch_02.show,
.tx-powermail .powermail_fieldwrap_vegetarisch_03.show {
  max-height: 300px;
  margin-bottom: 30px;
}

.grid-debug {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 99999;
  display: none;
}

.grid-debug .cell {
  background-color: rgba(255, 0, 0, 0.1);
  height: 100vh;
}

.grid-debug-toggle {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 16px 30px;
  z-index: 999999;
}

.grid-debug-toggle p {
  margin-bottom: 0;
}

.show-grid .grid-debug {
  display: block;
}

@media screen and (max-width: 47.9375em) {
  .mobile-go-to-border {
    background: white;
    position: relative;
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px;
  }
}

.topbar {
  color: #544233;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out, -webkit-transform 125ms ease-in-out;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out, -webkit-transform 125ms ease-in-out;
  transition: background-color 250ms ease-in-out, box-shadow 250ms ease-in-out, color 250ms ease-in-out, transform 125ms ease-in-out;
  transition: background-color 250ms ease-in-out, box-shadow 250ms ease-in-out, color 250ms ease-in-out, transform 125ms ease-in-out, -webkit-box-shadow 250ms ease-in-out, -webkit-transform 125ms ease-in-out;
  will-change: box-shadow, background-color;
}

@media screen and (max-width: 63.9375em) {
  .topbar {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 47.9375em) {
  .topbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.topbar__inner {
  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;
}

.topbar__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar__center {
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  opacity: 0;
  pointer-events: none;
  display: none !important;
}

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

.topbar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar__right .button {
  margin: 0 15px;
}

@media screen and (min-width: 64em) {
  .topbar__right .button--book {
    max-height: 85px;
  }
  .topbar__right .button__text {
    width: 100%;
  }
  .topbar__right .button__text, .topbar__right .button__icon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.topbar__right .button--book {
  margin-right: 0;
}

.topbar__right .button--menu {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0;
}

.topbar__language {
  margin-right: 50px;
}

@media screen and (max-width: 89.9375em) {
  .topbar__language {
    margin-right: 30px;
  }
}

.topbar__logo {
  height: 22px;
  max-width: 300px;
}

@media screen and (max-width: 89.9375em) {
  .topbar__logo {
    max-width: 276px;
  }
  .topbar__logo svg {
    max-width: 100%;
  }
}

@media screen and (max-width: 47.9375em) {
  .topbar__logo {
    max-width: 234px;
  }
}

.topbar__logo a {
  display: block;
  height: 100%;
  color: inherit;
}

.topbar__logo a svg {
  height: 100%;
}

.scrolled .topbar {
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  background-color: rgba(255, 255, 255, 0.95) !important;
}

@media screen and (max-width: 63.9375em) {
  .scrolled .topbar {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.scrolled .topbar__center {
  opacity: 1;
  pointer-events: auto;
}

.scrolled--up .topbar {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.nav-open .topbar {
  -webkit-box-shadow: 0 2px 14px 14px #f2efe7;
          box-shadow: 0 2px 14px 14px #f2efe7;
  background-color: #F2EFE7 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  pointer-events: auto !important;
}

[id*='uid'] .topbar {
  color: #FFFFFF;
  background-color: transparent;
}

[id*='uid'] .topbar__language a {
  color: #FFFFFF;
}

[id*='uid'] .topbar .valbella-logo {
  color: #FFFFFF;
}

[id*='uid'].nav-open .topbar, [id*='uid'].scrolled .topbar {
  color: #544233;
}

[id*='uid'].nav-open .topbar__language a, [id*='uid'].scrolled .topbar__language a {
  color: #544233;
}

[id*='uid'].nav-open .topbar .valbella-logo, [id*='uid'].scrolled .topbar .valbella-logo {
  color: #544233;
}

[id*='uid'].nav-open .topbar {
  color: #544233;
}

[id*='uid'].nav-open .topbar__center {
  opacity: 0;
  pointer-events: none;
}

#uid13 .topbar .valbella-logo {
  color: #544233;
}

.header-home {
  width: 100%;
  height: 100vh;
  min-height: 644px;
  position: relative;
  overflow: hidden;
  max-width: 100vw;
  height: calc(100vh - env(safe-area-inset-bottom) - env(safe-area-inset-top));
  /*
    @include breakpoint(xlarge down) {
        min-height: 800px;
    }
     */
  /*
    @include breakpoint(large down) {
        min-height: 600px;
        height: calc(100vh - 30px);
    }

    @include breakpoint(small only) {
        min-height: 400px;
        height: calc(100vh - 114px);
    }
     */
}

@media screen and (max-width: 47.9375em) {
  .header-home {
    height: calc(100vh - env(safe-area-inset-bottom) - env(safe-area-inset-top) - 65px);
  }
}

.header-home--overlayed:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.2) 85px);
  z-index: 1;
}

.header-home--topoverlayed:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 85px);
  z-index: 1;
}

.header-home__background {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header-home__background picture, .header-home__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-animation: breathe 15s infinite alternate ease-in-out;
          animation: breathe 15s infinite alternate ease-in-out;
}

.header-home__content {
  position: absolute;
  color: white;
  top: 307px;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-animation: fadeUp 2s ease-out forwards;
          animation: fadeUp 2s ease-out forwards;
}

@media screen and (max-width: 47.9375em) {
  .header-home__content {
    top: 200px;
  }
}

.header-home__scroll {
  position: absolute;
  bottom: 150px;
  color: #FFFFFF;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  cursor: pointer;
  z-index: 8;
}

.header-home__video {
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.header-home__video iframe {
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}

.header-home__video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.1) 100%);
}

.header-content {
  height: auto;
  height: 644px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 119.9375em) {
  .header-content {
    height: 500px;
  }
}

@media screen and (max-width: 89.9375em) {
  .header-content {
    height: 446px;
  }
}

@media screen and (max-width: 89.9375em) {
  .header-content {
    height: 434px;
  }
}

@media screen and (max-width: 47.9375em) {
  .header-content {
    height: 320px;
  }
}

.header-content .slick-list, .header-content .slick-track {
  height: 100%;
}

.header-content .slick-slide > div {
  height: 100%;
}

.header-content__backgrounds {
  width: 100%;
  height: inherit;
  position: relative;
  overflow: hidden;
}

.header-content__backgrounds picture, .header-content__backgrounds img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-animation: breathe 15s infinite alternate ease-in-out;
          animation: breathe 15s infinite alternate ease-in-out;
}

.header-content__video {
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.header-content__video iframe {
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}

.header-content__video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.1) 100%);
}

.header-content__background {
  height: 100%;
}

.header-content__content {
  position: absolute;
  bottom: 50px;
  color: white;
  width: 100%;
}

@media screen and (max-width: 63.9375em) {
  .header-content__content {
    bottom: 30px;
  }
}

.header-content__slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}

@-webkit-keyframes breathe {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

@keyframes breathe {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

.news-ticker {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: #AEA6A1;
  color: white;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 67px;
}

.news-ticker p {
  margin-bottom: 0;
  padding: 20px 0;
}

.news-ticker__scroller {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.news-ticker__scroller p {
  display: inline-block;
  padding-left: 100%;
  -webkit-animation: scrollText 15s linear infinite;
          animation: scrollText 15s linear infinite;
}

.news-ticker__scroller.multiple p {
  padding-left: 30%;
  -webkit-animation: scrollText 7s linear infinite;
          animation: scrollText 7s linear infinite;
}

@-webkit-keyframes scrollText {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@keyframes scrollText {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  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;
}

.nav li {
  margin: 0 15px;
}

.nav a {
  color: inherit;
}

.nav a:hover {
  text-decoration: none;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F2EFE7;
  z-index: 9;
  padding-top: 190px;
  max-height: 100vh;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  will-change: transform, opacity;
}

.nav-overlay .navcontainer {
  z-index: 2;
}

@media screen and (max-width: 63.9375em) {
  .nav-overlay {
    padding-top: 180px;
  }
}

@media screen and (max-width: 47.9375em) {
  .nav-overlay {
    /*padding-top: 150px;*/
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

.nav-overlay__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*height: 100%;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 89.9375em) {
  .nav-overlay__map {
    height: 600px;
  }
}

.nav-open .nav-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: auto;
}

.main-nav__list {
  font-family: inherit;
  font-size: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav__item {
  padding-left: 70px;
  position: relative;
}

.main-nav__item:nth-child(2) {
  white-space: nowrap;
}

@media screen and (max-width: 119.9375em) {
  .main-nav__item {
    padding-left: 50px;
  }
}

@media screen and (max-width: 47.9375em) {
  .main-nav__item {
    padding-left: 30px;
  }
}

.main-nav__item a {
  font-family: inherit !important;
}

.main-nav__item a:hover {
  text-decoration: none;
}

.main-nav__item.open-subnav .main-nav__icons .icon--plus {
  opacity: 0;
}

.main-nav__item.open-subnav .main-nav__icons .icon--minus {
  opacity: 1;
}

.main-nav__icons {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 40px;
  cursor: pointer;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@media screen and (max-width: 119.9375em) {
  .main-nav__icons {
    top: 33px;
  }
}

@media screen and (max-width: 47.9375em) {
  .main-nav__icons {
    top: 20px;
  }
}

.main-nav__icons .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-nav__icons .icon--minus {
  opacity: 0;
}

.side-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 343px;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: rotate(-90deg) translateY(45px);
          transform: rotate(-90deg) translateY(45px);
  position: fixed;
  left: 20px;
  bottom: 80px;
  z-index: 10;
}

@media screen and (max-width: 119.9375em) {
  .side-buttons {
    bottom: 32px;
    padding-left: 0;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .side-buttons {
    left: 10px;
  }
}

.side-buttons .button {
  margin-bottom: 0;
}

.side-buttons .button .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.side-buttons .button .icon.icon--gift {
  color: #FFFFFF;
  stroke: #544233;
}

.side-buttons .button:hover .icon--gift {
  color: #544233 !important;
  stroke: #FFFFFF;
}

.subnav {
  padding-bottom: 20px;
  display: none;
}

.subnav__list {
  font-family: inherit;
  font-size: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.1em;
}

.subnav__list a {
  padding: 0.34em 0;
  display: inline-block;
}

.subnav__item.active {
  font-family: "TTNormsPro-Bold", Arial;
}

.subnav__item a {
  font-family: inherit !important;
}

.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 63.9375em) {
  .social-nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
}

.social-nav li {
  margin-right: 32px;
}

.meta-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 63.9375em) {
  .meta-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 25em) {
  .meta-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.meta-nav li {
  display: block;
  margin-right: 25px;
}

.meta-nav li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 25em) {
  .meta-nav li {
    margin: 0;
  }
}

.booking-bar {
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background-color: #FFFFFF;
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}

@media screen and (min-width: 48em) {
  .booking-bar {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.booking-bar .grid-container {
  margin: 0;
  padding: 0;
}

.booking-bar .grid-container .grid-x.grid-padding-x.align-middle {
  margin: 0;
}

.booking-bar .grid-container .grid-x.grid-padding-x.align-middle .small-6.cell {
  padding-left: 0;
  padding-right: 0;
}

.booking-bar .grid-container .grid-x.grid-padding-x.align-middle .small-6.cell .buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.booking-bar .grid-container .grid-x.grid-padding-x.align-middle .buttonwrap p .button + .button,
.booking-bar .grid-container .grid-x.grid-padding-x.align-middle .buttons .button + .button {
  margin-top: 0;
}

.booking-bar .button {
  margin-bottom: 0;
  /*
        &--book {
            @include breakpoint(medium down) {
                transform: translateX(24px);
            }
        }
        */
}

@media screen and (max-width: 47.9375em) {
  .booking-bar .buttons {
    text-align: center;
    width: 100%;
  }
  .booking-bar .buttons .button {
    /*transform: translateX(-10px);*/
  }
  .booking-bar .buttons .icon.icon--gift {
    color: #FFFFFF;
    stroke: #544233;
  }
  .booking-bar .buttons:hover .icon--gift {
    color: #544233 !important;
    stroke: #FFFFFF;
  }
}

@media screen and (max-width: 23.375em) {
  .booking-bar .grid-container {
    margin: 0 !important;
  }
  .booking-bar .cell {
    width: 100% !important;
    padding: 0 !important;
  }
  .booking-bar .button {
    margin: 0 auto;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0;
    padding: 10px 0;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .booking-bar .button--book {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.scrolled .booking-bar {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.prefooter__logos {
  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: 47.9375em) {
  .prefooter__logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .prefooter__logos.mobiledonshrink a svg,
  .prefooter__logos.mobiledonshrink a img {
    max-height: none !important;
  }
  .prefooter__logos a {
    /*max-height: 57px !important;*/
    text-align: center;
    width: 50% !important;
    margin: 0 0 32px 0 !important;
    max-width: none !important;
    text-align: center !important;
    /*padding: 0 32px;*/
  }
  .prefooter__logos a #iFrameResizer20 {
    width: 152px !important;
  }
  .prefooter__logos a #iFrameResizer22 {
    width: 109px !important;
  }
  .prefooter__logos a svg,
  .prefooter__logos a img {
    max-height: 57px !important;
    margin: 0 auto !important;
  }
  .prefooter__logos a:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .prefooter__logos a:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .prefooter__logos a:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .prefooter__logos a:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .prefooter__logos a:nth-child(4) img {
    width: 50%;
  }
  .prefooter__logos a:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .prefooter__logos a:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .prefooter__logos a:nth-child(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .prefooter__logos a:nth-child(7) img {
    width: 70%;
  }
}

.prefooter__logos a {
  display: block;
  margin-left: 34px;
}

.prefooter__logos a.HolidayCheck {
  margin-left: 10px;
}

.prefooter__logos a img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.prefooter__logos a svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.prefooter__logos a.irc {
  width: 160px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.prefooter__logos a.lenzerheide {
  width: 183px;
}

.prefooter__logos a.swissfamilyhotels {
  max-width: 208px;
}

.prefooter__logos a.swisstainable {
  width: 80px;
}

.prefooter__logos a.swisslocation {
  width: 80px;
}

.prefooter__logos a.trustyou {
  width: 180px;
}

.prefooter__logos a.tripadvisor {
  width: 170px;
}

.prefooter__logos a.responsiblehotels {
  width: 200px;
}

.prefooter__logos a.myclimate {
  width: 180px;
}

.footer {
  background-color: #AFA6A1;
  color: white;
  overflow: hidden;
}

@media screen and (max-width: 63.9375em) {
  .footer {
    text-align: center;
    padding-bottom: 100px;
  }
}

.footer__left, .footer__right {
  height: 100%;
  padding-top: 30px;
}

.footer__left {
  position: relative;
}

.footer__left:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  background-color: white;
  width: 32px;
}

@media screen and (max-width: 89.9375em) {
  .footer__left:after {
    width: 16px;
    right: -16px;
  }
}

@media screen and (max-width: 63.9375em) {
  .footer__left:after {
    bottom: -40px;
    height: 32px;
    top: unset;
    left: -50px;
    right: -50px;
    width: calc(100% + 100px);
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .footer__left {
    padding-left: 32px;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .footer__right {
    padding-left: 32px;
  }
}

.footer a {
  color: inherit;
}

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

@media screen and (max-width: 63.9375em) {
  .footer__top {
    display: block;
  }
}

.footer__text {
  padding-right: 32px;
  width: 66.66%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 89.9375em) {
  .footer__text {
    width: calc(80% - 32px);
    padding-right: 16px;
  }
}

@media screen and (max-width: 63.9375em) {
  .footer__text {
    width: 100%;
    padding-right: 0;
  }
}

.footer__map svg {
  max-width: 100%;
}

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

@media screen and (max-width: 63.9375em) {
  .footer__middle {
    display: block;
  }
}

.footer__middle > div {
  width: 50%;
  padding-right: 32px;
}

@media screen and (max-width: 63.9375em) {
  .footer__middle > div {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .footer h4, .footer .h4 {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .footer h4, .footer .h4 {
    font-size: 1.5rem;
  }
}

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

.slider-navigation a {
  display: block;
  margin: 0 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  position: relative;
  color: inherit;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}

.slider-navigation a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider-navigation a:first-child {
  margin-left: 0;
}

.slider-navigation a:last-child {
  margin-right: 0;
}

.slider-navigation .slick-disabled {
  opacity: .3;
  pointer-events: none;
}

.rooms-slideshow .slider-navigation a {
  border-color: black;
}

.icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  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;
  margin-bottom: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*
        &-small{
            svg{
                vertical-align:middle;
                padding:6px;
                max-width:30px;
                max-height:30px;
                width:auto;
                height:auto;
                border-radius:50%;
                border:1px solid $primaryColor;
                color:$primaryColor;
            }
            &.bottom{
                svg{
                    max-width:40px;
                    max-height:40px;
                    border-width: 2px;
                }
                margin-right:0.5em;
            }
        }
        */
}

@media screen and (max-width: 47.9375em) {
  .icon-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.icon-list li {
  width: 60px;
  height: 60px;
  margin-right: 30px;
  border: 1px solid #FFFFFF;
  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;
  margin-bottom: 16px;
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .icon-list li {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 47.9375em) {
  .icon-list li {
    width: 50px;
    height: 50px;
  }
  .icon-list li .icon {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.icon-list li:last-child {
  margin-right: 0;
}

.icon-list .icon--briefcase {
  width: 27px;
  height: 23px;
}

.icon-list-small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #544233;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.8em;
  vertical-align: middle;
  margin-bottom: 0.8em;
}

.icon-list-small .icon {
  max-width: 20px;
  color: #544233;
}

.icon-list-small-right span {
  vertical-align: middle;
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #544233;
  display: inline-block;
  position: relative;
}

.icon-list-small-right svg {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 24px;
  max-height: 24px;
  color: #544233;
}

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

.line-list li {
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.line-list li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.line-list.noline li {
  border-bottom: 0;
  padding-bottom: 0;
}

.line-list--with-icon li {
  padding-left: 30px;
}

.line-list--with-icon .icon {
  position: absolute;
  left: 0;
  top: 12px;
}

.line-list--with-circled-icon li {
  padding-left: 51px;
}

.line-list--with-circled-icon .circle-icon {
  position: absolute;
  left: 0;
  width: 35px;
  height: 35px;
  padding: 7px;
  border-radius: 50%;
  border: 2px solid #544233;
  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;
  color: #544233;
}

.map-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.map-list li {
  width: 50%;
  padding-right: 16px;
  margin-bottom: 15px;
}

.prices-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.prices-list li {
  display: inline-block;
}

.prices-list li:after {
  content: "|";
  display: inline-block;
  margin: 0 10px;
}

.prices-list li:last-child:after {
  display: none;
}

.openings__item {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.openings__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.openings span {
  display: block;
}

.openings__day {
  margin-bottom: 10px;
}

.openings b {
  font-family: "TTNormsPro-Bold", Arial;
}

/*.fixed {
    position: fixed;
    top: 0;
    right: 0;
}
*/
.features__title h2 {
  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;
}

.features__title.shuffledteaser {
  font-family: "TTNormsPro-Bold", Arial;
  font-size: 16px;
  letter-spacing: 1.71px;
  margin-bottom: 6px;
}

.features__title.shuffledteaser > span {
  vertical-align: middle;
}

.features__title.shuffledteaser .features__icon {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.features__title.shuffledteaser .features__icon svg {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 50%;
  max-height: 50%;
  vertical-align: top;
}

.features__icon {
  width: 66px;
  height: 66px;
  border: 2px solid #000000;
  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;
  margin-right: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 63.9375em) {
  .features__icon {
    width: 45px;
    height: 45px;
  }
  .features__icon .icon {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.features__icon.smaller {
  border: 1px solid #544233;
  color: #544233;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.features__icon.smaller svg {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
}

.features__icon.smallest {
  border: 1px solid #544233;
  color: #544233;
  width: 22px;
  height: 22px;
  margin-right: 6px;
}

.features__icon.smallest svg {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
}

.features__title .features__icon {
  position: relative;
}

.features__title .features__icon svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 70%;
  max-height: 70%;
  vertical-align: top;
}

a.offset-teaser:hover, a.offset-teaser:focus, a.offset-teaser:active {
  text-decoration: none !important;
}

.offset-teaser {
  display: block;
  position: relative;
}

.offset-teaser:hover {
  text-decoration: none;
}

.offset-teaser:hover picture {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.offset-teaser picture {
  -webkit-transform: scale(1);
          transform: scale(1);
  -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;
  display: block;
}

.offset-teaser__image {
  position: relative;
}

.offset-teaser .special-offer-sticker {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 18%);
          transform: translate(50%, 18%);
}

@media screen and (max-width: 63.9375em) {
  .offset-teaser .special-offer-sticker {
    -webkit-transform: translate(12%, 18%);
            transform: translate(12%, 18%);
  }
}

.align-right .offset-teaser, .align-left .offset-teaser {
  max-width: 426px;
}

@media screen and (max-width: 119.9375em) {
  .align-right .offset-teaser, .align-left .offset-teaser {
    max-width: 332px;
  }
}

@media screen and (max-width: 89.9375em) {
  .align-right .offset-teaser, .align-left .offset-teaser {
    max-width: 303px;
  }
}

@media screen and (max-width: 47.9375em) {
  .align-right .offset-teaser, .align-left .offset-teaser {
    max-width: 100%;
  }
}

.resort-map {
  background-color: #f3efe6;
}

.book-form label {
  width: 100%;
}

.book-form input,
.book-form select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  width: 100%;
  border-bottom: 1px solid black;
  border-radius: 0 !important;
  font-family: "TTNormsPro-Medium", Arial;
  font-size: 1.5rem;
  letter-spacing: 0.19px;
  line-height: 1.35em;
  color: black !important;
  background-color: transparent !important;
  text-align: left !important;
}

@media screen and (max-width: 119.9375em) {
  .book-form input,
  .book-form select {
    font-size: 1.3125rem;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 89.9375em) {
  .book-form input,
  .book-form select {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .book-form input,
  .book-form select {
    font-size: 1.125rem;
    letter-spacing: 0.17px;
    line-height: 1.27em;
    margin-bottom: 0;
    padding: 1px 2px;
  }
}

.book-form select {
  background-image: url("../Images/Icons/chevron-down.png");
  background-position: calc(100% - 5px) 50%;
  background-size: 16px 9px;
  background-repeat: no-repeat;
}

.book-form .form__row {
  margin-bottom: 30px;
}

@media screen and (max-width: 47.9375em) {
  .book-form .form__row {
    margin-bottom: 15px;
  }
}

.book-form .form__row--twocols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.book-form .form__row--twocols > div {
  width: 100%;
  margin: 0 16px;
}

.book-form .form__row--twocols > div:first-child {
  margin-left: 0;
}

.book-form .form__row--twocols > div:last-child {
  margin-right: 0;
}

.book-form .button {
  margin-bottom: 16px !important;
}

.alert-box {
  position: absolute;
  right: 0;
  bottom: 100px;
  background-color: #F2EFE7;
  color: black;
  z-index: 2;
  width: 336px;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-animation: inFromRight forwards 500ms ease-out;
          animation: inFromRight forwards 500ms ease-out;
  z-index: 20;
}

@media screen and (max-width: 89.9375em) {
  .alert-box {
    /*width: 270px;*/
    width: 300px;
  }
}

@media screen and (max-width: 47.9375em) {
  .alert-box {
    width: calc(100vw - 10px);
    position: fixed;
    top: 50%;
    max-height: 80vh;
    overflow: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    right: unset;
    left: 50%;
    bottom: unset;
    -webkit-animation: unset !important;
            animation: unset !important;
  }
}

.alert-box__content {
  /*padding: 80px 50px 50px 50px;*/
  padding: 0 50px 25px 50px;
}

@media screen and (max-width: 89.9375em) {
  .alert-box__content {
    /*padding: 50px 30px 30px 30px;*/
    padding: 0 25px 15px 25px;
  }
}

.alert-box__close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: white;
}

.alert-box.closed {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
  opacity: 0;
}

@media screen and (max-width: 47.9375em) {
  .alert-box.closed {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media only screen and (max-height: 900px) {
  .alertimage {
    display: none;
  }
  .alert-box__content {
    padding-top: 25px;
  }
  .alert-box__close {
    color: black;
  }
}

@-webkit-keyframes inFromRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes inFromRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.filters {
  position: relative;
}

.filters__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 47.9375em) {
  .filters__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .filters__inner:before, .filters__inner:after {
    display: none;
  }
}

@media screen and (max-width: 23.375em) {
  .filters__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.filters__filter {
  text-transform: uppercase;
  border-radius: 35px;
  border: 1px solid #544233;
  font-family: "TTNormsPro-Bold", Arial;
  font-size: 0.875rem;
  color: #544233;
  display: block;
  letter-spacing: 3px;
  text-align: center;
  min-height: 52px;
  cursor: pointer;
  min-height: 0;
  line-height: 1.6em;
  padding: 10px 35px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.filters__filter:hover {
  text-decoration: none;
}

.filters__filter.active {
  background-color: #544233;
  color: white;
}

@media screen and (max-width: 89.9375em) {
  .filters__filter {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 47.9375em) {
  .filters__filter {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 23.375em) {
  .filters__filter {
    margin-bottom: 16px;
    width: 100%;
  }
  .filters__filter:last-child {
    margin-bottom: 0;
  }
}

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

@media screen and (max-width: 89.9375em) {
  .room-description {
    display: block;
  }
}

.room-description__left {
  width: 70%;
  padding-right: 32px;
}

@media screen and (max-width: 89.9375em) {
  .room-description__left {
    width: 100%;
    padding-right: 0;
  }
}

.room-description__right {
  width: 30%;
}

@media screen and (max-width: 89.9375em) {
  .room-description__right {
    width: 100%;
  }
}

.room-description .button:first-child {
  float: left;
}

.room-description .button:nth-child(2), .room-description .button:nth-child(3) {
  float: right;
}

.room-description .text-uppercase,
.room-description ul,
.room-description p {
  float: left;
  width: 100%;
}

@media screen and (max-width: 63.9375em) {
  .room-description .button {
    width: 48%;
  }
}

@media screen and (max-width: 47.9375em) {
  .room-description .button {
    width: 100%;
  }
  .room-description .button:first-child {
    margin-bottom: 40px;
  }
}

.tipp-teaser {
  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;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 20px;
}

@media screen and (max-width: 47.9375em) {
  .tipp-teaser {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tipp-teaser__image {
  width: 37.5%;
  padding-right: 16px;
}

@media screen and (max-width: 47.9375em) {
  .tipp-teaser__image {
    width: 100%;
    padding-right: 0;
  }
}

.tipp-teaser__content {
  width: 62.5%;
  padding-left: 16px;
}

@media screen and (max-width: 47.9375em) {
  .tipp-teaser__content {
    width: 100%;
    padding-left: 0;
  }
}

.tipp-teaser--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 47.9375em) {
  .tipp-teaser--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tipp-teaser--right .tipp-teaser__image {
  padding-left: 16px;
  padding-right: 0;
}

@media screen and (max-width: 47.9375em) {
  .tipp-teaser--right .tipp-teaser__image {
    padding-left: 0;
  }
}

.tipp-teaser--right .tipp-teaser__content {
  padding-left: 0;
  padding-right: 16px;
}

@media screen and (max-width: 47.9375em) {
  .tipp-teaser--right .tipp-teaser__content {
    padding-right: 0;
  }
}

.tipp-teaser__content {
  padding-top: 16px;
  padding-bottom: 16px;
}

.tipp-teaser p, .tipp-teaser .breadcrumb, .tipp-teaser .price {
  margin-bottom: 15px;
}

.tipp-teaser p:last-child, .tipp-teaser .breadcrumb:last-child, .tipp-teaser .price:last-child {
  margin-bottom: 0;
}

.flyout {
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.flyout__icon {
  color: #544233;
  display: block;
}

.flyout__content {
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  line-height: 1.78em;
  color: black;
  background-color: white;
  position: absolute;
  bottom: calc(100% + 15px);
  width: 300px;
  max-width: 300px;
  padding: 20px 30px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(5px);
          transform: translateX(-50%) translateY(5px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 47.9375em) {
  .flyout__content {
    max-width: calc(100vw - 46px);
  }
}

.flyout__content:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: white;
  -webkit-transform: translateX(-50%) translateY(5px) rotate(45deg);
          transform: translateX(-50%) translateY(5px) rotate(45deg);
}

@media screen and (max-width: 47.9375em) {
  .flyout__content:after {
    display: none;
  }
}

.flyout:hover .flyout__content {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.room-features ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #544233;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.room-features li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 77px;
  height: 77px;
  border: 2px solid #544233;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  position: relative;
  margin-right: 31px;
}

@media screen and (max-width: 47.9375em) {
  .room-features li {
    width: 55px;
    height: 55px;
    margin-right: 20px;
  }
  .room-features li .icon {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.room-features li svg {
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 60%;
}

.room-features li:after {
  content: "+";
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 800;
}

@media screen and (max-width: 47.9375em) {
  .room-features li:after {
    left: calc(100% + 12px);
  }
}

.room-features li:last-child {
  margin-right: 0;
}

.room-features li:last-child:after {
  display: none;
}

.rotating-menues {
  border: 1px solid #544233;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}

.rotating-menues span {
  padding: 20px 0 20px 20px;
  display: inline-block;
  font-family: "TTNormsPro-Bold", Arial;
  text-transform: uppercase;
  color: #544233;
  letter-spacing: 2.35px;
  font-size: 14px;
  line-height: 1em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .rotating-menues span {
    font-size: 11px;
  }
}

.rotating-menues span.span-icon {
  padding: 20px;
  border-left: 1px solid #544233;
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .rotating-menues span {
    font-size: 11px;
    padding: 15px 0 15px 15px;
  }
  .rotating-menues span.span-icon {
    padding: 15px;
  }
}

@media screen and (max-width: 47.9375em) {
  .rotating-menues span {
    padding: 15px 0 15px 15px;
    font-size: 11px;
  }
  .rotating-menues span.span-icon {
    padding: 15px;
  }
}

.rotating-menues svg {
  vertical-align: middle;
}

.rotating-menues:hover {
  background-color: #544233;
}

.rotating-menues:hover span {
  color: #FFFFFF;
}

.rotating-menues:hover span.span-icon {
  border-left-color: #FFFFFF;
}

.rooms-slideshow .slick-slider {
  border: 1px solid #E1E1E1;
  line-height: 0;
}

@media screen and (min-width: 90em) {
  .equipment--top {
    position: relative;
    top: -200px;
  }
}

#ostendisJobs .title {
  font-size: 0.9em;
}

#ostendisJobs button {
  display: block;
  width: 170px;
  padding: 16px;
}

#ostendisJobs.ost-jobs .ost-job .ost-row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 89.9375em) {
  #ostendisJobs.ost-jobs .ost-job .ost-row {
    display: block;
  }
}

#ostendisJobs.ost-jobs .ost-job .ost-job-attributes li {
  background-color: #f3efe6;
  padding: 3.75px 12px;
}

#ostendisJobs.ost-jobs .ost-job:hover {
  background-color: #f3efe6;
}

#ostendisJobs.ost-jobs .ost-job:hover .ost-job-attributes li {
  background-color: #544233;
  color: white;
}

#bookingwidge_newholder,
#bookingwidget_holder {
  opacity: 0;
  z-index: -1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}

#bookingwidge_newholder.show,
#bookingwidget_holder.show {
  opacity: 1;
  z-index: 99;
  overflow: auto;
}

#bookingwidge_newholder #bookingwidget_wrap,
#bookingwidget_holder #bookingwidget_wrap {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  width: 443px;
  max-width: 100%;
  margin: auto;
  margin-top: 70px;
  background: #fefefe;
}

#bookingwidge_newholder #bookingwidget_wrap .form__row,
#bookingwidget_holder #bookingwidget_wrap .form__row {
  margin-bottom: 0;
}

#bookingwidge_newholder .titleholder,
#bookingwidget_holder .titleholder {
  background: #F2EFE7;
  padding: 16px 24px;
}

#bookingwidge_newholder .titleholder .closereservation,
#bookingwidget_holder .titleholder .closereservation {
  float: right;
  margin-top: -20px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.3s ease-in-out transform;
  transition: 0.3s ease-in-out transform;
}

#bookingwidge_newholder .titleholder .closereservation:hover,
#bookingwidget_holder .titleholder .closereservation:hover {
  -webkit-transform: rotate(100deg);
          transform: rotate(100deg);
}

#bookingwidge_newholder .titleholder h2,
#bookingwidget_holder .titleholder h2 {
  font-family: "TTNormsPro-Bold", Arial;
  color: #544233;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 125% */
  letter-spacing: 1.71px;
  text-transform: uppercase;
}

#bookingwidge_newholder #bookingwidget,
#bookingwidget_holder #bookingwidget {
  padding: 24px;
  border-bottom: 1px solid #544233;
}

#bookingwidge_newholder #bookingwidget .flexadapt,
#bookingwidget_holder #bookingwidget .flexadapt {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#bookingwidge_newholder #bookingwidget .j-childshower,
#bookingwidget_holder #bookingwidget .j-childshower {
  width: 45%;
  margin: 0;
}

#bookingwidge_newholder #bookingwidget .hidden,
#bookingwidget_holder #bookingwidget .hidden {
  height: 0;
  overflow: hidden;
}

#bookingwidge_newholder #bookingwidget .button,
#bookingwidget_holder #bookingwidget .button {
  margin-bottom: 0 !important;
}

#bookingwidge_newholder .bottombuttons,
#bookingwidget_holder .bottombuttons {
  padding: 24px;
}

#bookingwidge_newholder .bottombuttons .button,
#bookingwidget_holder .bottombuttons .button {
  padding: 20px 16px 16px;
}

#bookingwidge_newholder .bottombuttons .button:hover .bottomicon,
#bookingwidget_holder .bottombuttons .button:hover .bottomicon {
  color: #544233;
  stroke: #FFFFFF;
}

#bookingwidge_newholder .bottombuttons .button .bottomicon,
#bookingwidget_holder .bottombuttons .button .bottomicon {
  color: #FFFFFF;
  stroke: #544233;
}

#bookingwidge_newholder .bottombuttons .button__text,
#bookingwidget_holder .bottombuttons .button__text {
  margin-left: 8px;
}

@media screen and (max-width: 47.9375em) {
  #bookingwidge_newholder #bookingwidget_wrap,
  #bookingwidget_holder #bookingwidget_wrap {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .form__row.form__row--twocols {
    display: block;
  }
  .form__row.form__row--twocols.flexadapt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form__row.form__row--twocols > div {
    margin: 0;
  }
}

#uid1 .topbar {
  z-index: 999;
}

#uid1 .nav-overlay {
  z-index: 600;
}

#uid1 #bookingwidge_newholder {
  /*
        .closereservation {
            display: none;
        }
        */
  /*
        @include breakpoint(small only) {
            position: static;
        }
        */
}

@media screen and (min-width: 48em) {
  #uid1 #bookingwidge_newholder {
    z-index: 99;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    background: none;
    overflow: auto;
  }
}

#uid1 #bookingwidge_newholder #bookingwidget_wrap {
  margin-top: 120px;
}

@media screen and (min-width: 48em) {
  #uid1 #bookingwidge_newholder #bookingwidget_wrap {
    margin-right: -40px;
  }
}

.map {
  position: relative;
}

@media screen and (max-width: 63.9375em) {
  .map {
    width: 1180px;
  }
}

.map img {
  width: 100%;
}

.map__pin {
  width: 40px;
  height: 40px;
  background-color: #544233;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: opacity 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  transition: opacity 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  transition: opacity 100ms ease-in-out, transform 100ms ease-in-out;
  transition: opacity 100ms ease-in-out, transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);
          transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);
  will-change: transform, opacity;
}

.map__pin:after {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  border: 2px solid #544233;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.map__pin.show-pin {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.map__label {
  display: block;
  background-color: #544233;
  text-transform: uppercase;
  color: white;
  border: 3px solid white;
  position: absolute;
  font-size: 0.875rem;
  font-family: "TTNormsPro-Bold", Arial;
  padding: 3px 15px 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  -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;
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .map__label {
    font-size: 0.66875rem;
    border-width: 2px;
    padding: 3px 7px 2px;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .map__label {
    font-size: 0.40625rem;
    border-width: 1px;
    padding: 3px 5px;
  }
}

@media screen and (max-width: 47.9375em) {
  .map__label {
    padding: 2px 15px 2px;
  }
}

.map__label:hover, .map__label:focus, .map__label:active {
  color: white;
  text-decoration: none;
}

.map__label:not(.map__label--with-icon):hover {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

.map__label--29, .map__label--28, .map__label--spatordalenn {
  top: 34%;
  left: 29%;
}

.map__label--17, .map__label--tgiasafastatsch {
  top: 35%;
  left: 78%;
}

.map__label--18, .map__label--tgiasadalenn {
  top: 48%;
  left: 25%;
}

.map__label--16, .map__label--279, .map__label--tgiasaprincipala {
  top: 49%;
  left: 52%;
}

.map__label--1005, .map__label--aussengarten {
  top: 65%;
  left: 35%;
}

.map__label--1010, .map__label--145, .map__label--Kinderskiland {
  top: 74%;
  left: 92%;
}

.map__label--with-icon {
  padding-right: 40px;
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .map__label--with-icon {
    padding-right: 25px;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .map__label--with-icon {
    padding-right: 15px;
  }
  .map__label--with-icon .icon {
    width: 10px;
  }
}

.map__label--with-icon:hover .map__label-icon, .map__label--with-icon:focus .map__label-icon, .map__label--with-icon:active .map__label-icon {
  -webkit-transform: translate(50%, -50%) scale(1.1);
          transform: translate(50%, -50%) scale(1.1);
}

.map__label--transparent {
  opacity: .5;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  /*@include breakpoint(small only) {
                font-size: rem-calc(4.2px);
                border-width: 1px;
            }*/
}

.map__label--transparent:hover {
  opacity: 1;
}

.map__label--selected {
  opacity: 1;
  pointer-events: none;
}

.map__label--selected:before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #544233;
  border-radius: 50%;
  position: absolute;
  left: -45px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .map__label--selected:before {
    width: 26px;
    height: 26px;
    left: -30px;
  }
}

@media screen and (max-width: 47.9375em) {
  .map__label--selected:before {
    width: 10px;
    height: 10px;
    left: -12px;
  }
}

.map__label--selected:after {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  border: 2px solid #544233;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -45px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .map__label--selected:after {
    width: 36px;
    height: 36px;
    left: -30px;
  }
}

@media screen and (max-width: 47.9375em) {
  .map__label--selected:after {
    width: 16px;
    height: 16px;
    left: -12px;
    border-width: 1px;
  }
}

.map__label-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%) scale(1);
          transform: translate(50%, -50%) scale(1);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #544233;
  color: white;
  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;
  border: 3px solid white;
  -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;
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .map__label-icon {
    border-width: 2px;
    width: 36px;
    height: 36px;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .map__label-icon {
    width: 22px;
    height: 22px;
    border-width: 1px;
  }
}

/*
.scrubber {
    width: 100%;

    input {
        width: 100%;
    }
}
*/
@media screen and (max-width: 63.9375em) {
  .map-wrapper {
    overflow: auto;
    margin-left: -24px;
    margin-right: -24px;
    padding-bottom: 5px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), 0 calc(100% - 15px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), 0 calc(100% - 15px));
  }
}

/*
.nav-overlay{
    .map {
        &__label{
            &--28,
            &--spatordalenn {
                top: 28%;
                left: 25%;
            }

            &--17,
            &--tgiasafastatsch {
                top: 24%;
                left: 83%;
            }

            &--18,
            &--tgiasadalenn {
                top: 35%;
                left: 18%;
            }

            &--16,
            &--tgiasaprincipala {
                top: 34%;
                left: 56%;
            }
        }
    }
}
*/
#uid44 .topbar,
#uid45 .topbar,
#uid167 .topbar,
#uid13 .topbar {
  color: #544233;
}

#uid44 .topbar__language a,
#uid45 .topbar__language a,
#uid167 .topbar__language a,
#uid13 .topbar__language a {
  color: #544233;
}

.offset-content__title {
  max-width: 70%;
}

@media screen and (max-width: 119.9375em) {
  .offset-content__title {
    max-width: 100%;
  }
}

.offset-content__content {
  margin-left: 150px;
}

@media screen and (max-width: 119.9375em) {
  .offset-content__content {
    margin-left: 116px;
  }
}

@media screen and (max-width: 89.9375em) {
  .offset-content__content {
    margin-left: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .offset-content__content {
    margin-bottom: 50px;
  }
}

.resort-teaser {
  position: relative;
  color: white;
}

.resort-teaser__backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}

.resort-teaser__backgrounds:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.resort-teaser__backgrounds img, .resort-teaser__backgrounds picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.resort-teaser__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  will-change: opacity, transition-delay;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

.resort-teaser__background.active {
  -webkit-transition-delay: 0;
          transition-delay: 0;
  opacity: 1;
}

.resort-teaser__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 770px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 89.9375em) {
  .resort-teaser__content {
    height: 545px;
  }
}

@media screen and (max-width: 63.9375em) {
  .resort-teaser__content {
    height: 870px;
  }
}

@media screen and (max-width: 47.9375em) {
  .resort-teaser__content {
    height: 762px;
  }
}

.resort-teaser__content h6 {
  margin-bottom: 10px;
}

.resort-teaser__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.resort-teaser__name svg {
  position: absolute;
  left: -70px;
  top: -5px;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

@media screen and (max-width: 63.9375em) {
  .resort-teaser__name svg {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}

.resort-teaser__description {
  margin-bottom: 0;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

@media screen and (max-width: 63.9375em) {
  .resort-teaser__description {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}

.resort-teaser__house {
  height: 120px;
  position: relative;
  display: block;
  color: inherit;
  -webkit-transition: height 250ms ease-in-out;
  transition: height 250ms ease-in-out;
}

@media screen and (max-width: 89.9375em) {
  .resort-teaser__house {
    height: 100px;
  }
}

@media screen and (max-width: 63.9375em) {
  .resort-teaser__house {
    height: auto;
    margin-bottom: 60px;
  }
  .resort-teaser__house:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .resort-teaser__house {
    margin-bottom: 50px;
  }
}

.resort-teaser__house:hover {
  text-decoration: none;
  height: 150px;
}

.resort-teaser__house:hover .resort-teaser__description {
  opacity: 1;
}

.resort-teaser__house:hover .resort-teaser__name svg {
  opacity: 1;
}

.resort-teaser__house--no-p {
  height: auto !important;
  margin-bottom: 50px !important;
}

.picturestext {
  overflow: hidden;
}

@media screen and (max-width: 63.9375em) {
  .picturestext__overflowing-image {
    margin-left: -24px;
    margin-right: -24px;
  }
}

.picturestext__overflowing-image:after {
  content: "";
  display: block;
  float: none;
  clear: both;
  height: 1px;
  width: 100%;
}

.picturestext__overflowing-image picture {
  float: right;
}

@media screen and (max-width: 63.9375em) {
  .picturestext__overflowing-image picture {
    float: none;
  }
}

.picturestext__overflowing-image picture, .picturestext__overflowing-image img {
  max-width: none;
  display: block;
}

@media screen and (max-width: 63.9375em) {
  .picturestext__overflowing-image picture, .picturestext__overflowing-image img {
    max-width: 100%;
    width: 100%;
  }
}

.picturestext__middle-column {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 130px;
}

@media screen and (max-width: 119.9375em) {
  .picturestext__middle-column {
    margin-top: 60px;
  }
}

@media screen and (max-width: 89.9375em) {
  .picturestext__middle-column {
    margin-top: 80px;
  }
}

@media screen and (max-width: 63.9375em) {
  .picturestext__middle-column {
    margin-top: 50px;
  }
}

.picturestext__content {
  margin-bottom: 120px;
}

@media screen and (max-width: 63.9375em) {
  .picturestext__content {
    margin-bottom: 50px;
  }
}

.picturestext__flexer {
  /*
        @include breakpoint(medium only) {
            display: flex;
            justify-content: space-between;
            align-items: center;

            h2 {
                margin-bottom: 0;
            }
        }
        */
}

@media screen and (max-width: 63.9375em) {
  .picturestext__flexer {
    margin-bottom: 50px;
  }
}

.picturestext__bottom {
  padding-top: 220px;
  padding-bottom: 80px;
  margin-top: -90px;
}

.picturestext__bottom .h7 {
  margin-bottom: 20px;
}

@media screen and (max-width: 47.9375em) {
  .picturestext__bottom .h7 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 47.9375em) {
  .picturestext__bottom .h7 + p {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 119.9375em) {
  .picturestext__bottom {
    padding-top: 180px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 63.9375em) {
  .picturestext__bottom {
    padding-top: 140px;
    padding-bottom: 20px;
    margin-top: -60px;
  }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .picturestext__right {
    margin-left: 40px;
  }
}

.picturestext--milk .picturestext__bottom {
  background-color: #f3efe6;
}

.picturestext--brown .picturestext__bottom {
  background-color: #544233;
  color: #FFFFFF;
}

.picturestext--brown .picturestext__bottom a:not(.button) {
  color: inherit;
}

@media screen and (max-width: 89.9375em) {
  .picturestext .top-on-lg {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}

@media screen and (max-width: 63.9375em) {
  .picturestext .top-on-lg {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.picturestext .price {
  margin-bottom: 0;
}

.picturestext .slider-navigation {
  margin-top: 40px;
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .picturestext .buttons--full {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .picturestext .buttons--full .button {
    margin: 0 6px;
  }
  .picturestext .buttons--full .button:first-child {
    margin-left: 0;
  }
  .picturestext .buttons--full .button:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 63.9375em) {
  .picturestext--sticker .picturestext__bottom {
    padding-top: 180px;
  }
}

.fullimage-teaser {
  position: relative;
  color: white;
  overflow: hidden;
}

.fullimage-teaser .grid-container {
  width: 100%;
}

.fullimage-teaser__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}

.fullimage-teaser__background:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.fullimage-teaser__background img, .fullimage-teaser__background picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fullimage-teaser__content-wrapper {
  min-height: 695px;
  padding: 30px 0;
}

@media screen and (max-width: 119.9375em) {
  .fullimage-teaser__content-wrapper {
    min-height: 675px;
  }
}

@media screen and (max-width: 89.9375em) {
  .fullimage-teaser__content-wrapper {
    min-height: 495px;
  }
}

@media screen and (max-width: 63.9375em) {
  .fullimage-teaser__content-wrapper {
    min-height: 400px;
    height: auto;
  }
}

.fullimage-teaser__content {
  position: relative;
  z-index: 1;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: inherit;
}

.fullimage-teaser__content a {
  color: inherit;
}

.fullimage-teaser__content h6 {
  margin-bottom: 10px;
}

.fullimage-teaser__content .icon-list svg {
  max-width: 31px;
  max-height: 31px;
}

.slideshow {
  position: relative;
}

.slideshow__nav {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: white;
}

.slideshow__slide {
  position: relative;
}

.slideshow__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 35px 160px 30px 30px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 1;
  color: #FFFFFF;
}

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

.slideshow__caption p {
  margin-bottom: 0;
  font-size: inherit;
}

.offers-slider__slide {
  position: relative;
}

.offers-slider .slick-slide, .offers-slider .slick-track, .offers-slider .slick-list {
  overflow: visible;
}

.offers-slider .special-offer-sticker {
  position: absolute;
  top: -240px;
  left: 59.4%;
}

@media screen and (max-width: 89.9375em) {
  .offers-slider .special-offer-sticker {
    top: -200px;
    left: 55%;
  }
}

@media screen and (max-width: 63.9375em) {
  .offers-slider .special-offer-sticker {
    top: -200px;
    left: 68.4%;
  }
}

@media screen and (max-width: 47.9375em) {
  .offers-slider .special-offer-sticker {
    top: -180px;
    right: 10px;
    left: unset;
  }
}

.special-offer-sticker {
  width: 158px;
  height: 158px;
  border-radius: 100%;
  background-color: #f3efe6;
  color: #544233;
  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;
}

.special-offer-sticker .h7 {
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}

.special-offer-sticker span {
  display: block;
  text-align: center;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 63.9375em) {
  .special-offer-sticker {
    width: 150px;
    height: 150px;
  }
}

.sticker50 {
  background-image: url("/typo3conf/ext/spot_website/Resources/Public/Assets/Images/stoerer50j.png");
  background-size: contain;
  background-color: #554334;
}

.scrubhand {
  position: relative;
  width: 100%;
  height: 1px;
  overflow: visible;
  background-color: #DEDAD3;
}

.scrubhand__icon {
  width: 66px;
  background-color: #F2EFE7;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -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;
}

.resort-gallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  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;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

@media screen and (max-width: 47.9375em) {
  .resort-gallery {
    background-color: rgba(0, 0, 0, 0.8);
  }
}

.resort-gallery__slide {
  width: 100%;
  background-color: white;
  max-height: calc(100vh - 150px);
  overflow: auto;
}

.resort-gallery__center {
  width: 100%;
}

.resort-gallery__slider {
  overflow: visible;
}

.resort-gallery__slider .slick-list {
  overflow: visible;
  padding: 0 !important;
}

.resort-gallery__slider .slick-slide {
  margin: 0 30px 0 0;
}

@media screen and (max-width: 89.9375em) {
  .resort-gallery__slider .slick-slide {
    margin: 0 7px 0 0;
  }
}

.resort-gallery.open {
  pointer-events: auto;
  opacity: 1;
}

.resort-gallery__top {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 89.9375em) {
  .resort-gallery__top {
    padding-right: 7px;
  }
}

.resort-gallery__nav {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 30px;
  margin-top: 20px;
}

@media screen and (max-width: 89.9375em) {
  .resort-gallery__nav {
    padding-right: 7px;
  }
}

.resort-gallery__nav .resort-gallery__button {
  margin: 0 8px;
}

.resort-gallery__nav .resort-gallery__button:first-child {
  margin-left: 0;
}

.resort-gallery__nav .resort-gallery__button:last-child {
  margin-right: 0;
}

.resort-gallery__button {
  color: white;
  width: 50px;
  height: 50px;
  display: block;
  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;
  border-radius: 50%;
  border: 1px solid white;
}

.resort-gallery__button:hover, .resort-gallery__button:active, .resort-gallery__button:focus {
  color: white;
}

.resort-slide {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 63.9375em) {
  .resort-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.resort-slide__picture {
  width: 425px;
}

@media screen and (max-width: 119.9375em) {
  .resort-slide__picture {
    width: 332px;
  }
}

@media screen and (max-width: 89.9375em) {
  .resort-slide__picture {
    width: 309px;
  }
}

@media screen and (max-width: 63.9375em) {
  .resort-slide__picture {
    width: 100%;
  }
}

.resort-slide__picture img, .resort-slide__picture picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.resort-slide__content {
  padding: 80px 34px;
  width: calc(100% - 425px);
}

@media screen and (max-width: 119.9375em) {
  .resort-slide__content {
    padding: 34px 16px;
    width: calc(100% - 332px);
  }
}

@media screen and (max-width: 89.9375em) {
  .resort-slide__content {
    width: calc(100% - 309px);
  }
}

@media screen and (max-width: 63.9375em) {
  .resort-slide__content {
    width: 100%;
  }
}

.resort-slide__content-p {
  height: 128px;
  display: inline-block;
}

@media screen and (max-width: 63.9375em) {
  .resort-slide__content-p {
    height: auto;
  }
}
