@charset "UTF-8";
/*
	Foundation for Sites components:
	Import the building blocks you need for your project.
	Reducing the number of imported components will optimize page speed.
	---------------------------------------------------------------------
	The Foundation framework is built by Zurb
	Licensed under MIT Open Source
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print,
screen and (min-width: 40em) {

  .reveal,
  .reveal.tiny,
  .reveal.small,
  .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

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

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

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

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  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 {
  transition-duration: 750ms !important;
}

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

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

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

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

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

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

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

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

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

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

.long-delay {
  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-cw-1turn;
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-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 {
  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 */
  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'] {
  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 {
  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&usmall=20em&uusmall=26.5625em&gsmall=26.625em&medium=40em&xmedium=48em&large=64em&glarge=64.0625em&menubreak=65.625em&xlarge=80em&xxlarge=90em&big=112.5em';
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: normal;
  line-height: 140%;
  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 {
  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;
  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;
}

.row {
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before,
.row::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.row::after {
  clear: both;
}

.row.collapse>.column,
.row.collapse>.columns {
  padding-right: 0;
  padding-left: 0;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print,
screen and (min-width: 20em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

@media print,
screen and (min-width: 26.5625em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

@media print,
screen and (min-width: 26.625em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

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

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

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

@media screen and (min-width: 64.0625em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 65.625em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 80em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

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

@media screen and (min-width: 112.5em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

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

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.gutter-small>.column,
.row.gutter-small>.columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.row.gutter-medium>.column,
.row.gutter-medium>.columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column,
.columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {

  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}

.column.row.row,
.row.row.columns {
  float: none;
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

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

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

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

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

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

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

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

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1>.column,
.small-up-1>.columns {
  float: left;
  width: 100%;
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1>.column:nth-of-type(1n + 1),
.small-up-1>.columns:nth-of-type(1n + 1) {
  clear: both;
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
  float: left;
}

.small-up-2>.column,
.small-up-2>.columns {
  float: left;
  width: 50%;
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2>.column:nth-of-type(2n + 1),
.small-up-2>.columns:nth-of-type(2n + 1) {
  clear: both;
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
  float: left;
}

.small-up-3>.column,
.small-up-3>.columns {
  float: left;
  width: 33.33333%;
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3>.column:nth-of-type(3n + 1),
.small-up-3>.columns:nth-of-type(3n + 1) {
  clear: both;
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
  float: left;
}

.small-up-4>.column,
.small-up-4>.columns {
  float: left;
  width: 25%;
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4>.column:nth-of-type(4n + 1),
.small-up-4>.columns:nth-of-type(4n + 1) {
  clear: both;
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
  float: left;
}

.small-up-5>.column,
.small-up-5>.columns {
  float: left;
  width: 20%;
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5>.column:nth-of-type(5n + 1),
.small-up-5>.columns:nth-of-type(5n + 1) {
  clear: both;
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
  float: left;
}

.small-up-6>.column,
.small-up-6>.columns {
  float: left;
  width: 16.66667%;
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6>.column:nth-of-type(6n + 1),
.small-up-6>.columns:nth-of-type(6n + 1) {
  clear: both;
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
  float: left;
}

.small-up-7>.column,
.small-up-7>.columns {
  float: left;
  width: 14.28571%;
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7>.column:nth-of-type(7n + 1),
.small-up-7>.columns:nth-of-type(7n + 1) {
  clear: both;
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
  float: left;
}

.small-up-8>.column,
.small-up-8>.columns {
  float: left;
  width: 12.5%;
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8>.column:nth-of-type(8n + 1),
.small-up-8>.columns:nth-of-type(8n + 1) {
  clear: both;
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
  float: left;
}

.small-collapse>.column,
.small-collapse>.columns {
  padding-right: 0;
  padding-left: 0;
}

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

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

.small-uncollapse>.column,
.small-uncollapse>.columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}

.small-centered,
.small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print,
screen and (min-width: 20em) {
  .usmall-1 {
    width: 8.33333%;
  }

  .usmall-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .usmall-pull-1 {
    position: relative;
    left: -8.33333%;
  }

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

  .usmall-2 {
    width: 16.66667%;
  }

  .usmall-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .usmall-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .usmall-offset-1 {
    margin-left: 8.33333%;
  }

  .usmall-3 {
    width: 25%;
  }

  .usmall-push-3 {
    position: relative;
    left: 25%;
  }

  .usmall-pull-3 {
    position: relative;
    left: -25%;
  }

  .usmall-offset-2 {
    margin-left: 16.66667%;
  }

  .usmall-4 {
    width: 33.33333%;
  }

  .usmall-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .usmall-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .usmall-5 {
    width: 41.66667%;
  }

  .usmall-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .usmall-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .usmall-offset-4 {
    margin-left: 33.33333%;
  }

  .usmall-6 {
    width: 50%;
  }

  .usmall-push-6 {
    position: relative;
    left: 50%;
  }

  .usmall-pull-6 {
    position: relative;
    left: -50%;
  }

  .usmall-offset-5 {
    margin-left: 41.66667%;
  }

  .usmall-7 {
    width: 58.33333%;
  }

  .usmall-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .usmall-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .usmall-8 {
    width: 66.66667%;
  }

  .usmall-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .usmall-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .usmall-offset-7 {
    margin-left: 58.33333%;
  }

  .usmall-9 {
    width: 75%;
  }

  .usmall-push-9 {
    position: relative;
    left: 75%;
  }

  .usmall-pull-9 {
    position: relative;
    left: -75%;
  }

  .usmall-offset-8 {
    margin-left: 66.66667%;
  }

  .usmall-10 {
    width: 83.33333%;
  }

  .usmall-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .usmall-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .usmall-11 {
    width: 91.66667%;
  }

  .usmall-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .usmall-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .usmall-offset-10 {
    margin-left: 83.33333%;
  }

  .usmall-12 {
    width: 100%;
  }

  .usmall-offset-11 {
    margin-left: 91.66667%;
  }

  .usmall-up-1>.column,
  .usmall-up-1>.columns {
    float: left;
    width: 100%;
  }

  .usmall-up-1>.column:nth-of-type(1n),
  .usmall-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .usmall-up-1>.column:nth-of-type(1n + 1),
  .usmall-up-1>.columns:nth-of-type(1n + 1) {
    clear: both;
  }

  .usmall-up-1>.column:last-child,
  .usmall-up-1>.columns:last-child {
    float: left;
  }

  .usmall-up-2>.column,
  .usmall-up-2>.columns {
    float: left;
    width: 50%;
  }

  .usmall-up-2>.column:nth-of-type(1n),
  .usmall-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .usmall-up-2>.column:nth-of-type(2n + 1),
  .usmall-up-2>.columns:nth-of-type(2n + 1) {
    clear: both;
  }

  .usmall-up-2>.column:last-child,
  .usmall-up-2>.columns:last-child {
    float: left;
  }

  .usmall-up-3>.column,
  .usmall-up-3>.columns {
    float: left;
    width: 33.33333%;
  }

  .usmall-up-3>.column:nth-of-type(1n),
  .usmall-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .usmall-up-3>.column:nth-of-type(3n + 1),
  .usmall-up-3>.columns:nth-of-type(3n + 1) {
    clear: both;
  }

  .usmall-up-3>.column:last-child,
  .usmall-up-3>.columns:last-child {
    float: left;
  }

  .usmall-up-4>.column,
  .usmall-up-4>.columns {
    float: left;
    width: 25%;
  }

  .usmall-up-4>.column:nth-of-type(1n),
  .usmall-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .usmall-up-4>.column:nth-of-type(4n + 1),
  .usmall-up-4>.columns:nth-of-type(4n + 1) {
    clear: both;
  }

  .usmall-up-4>.column:last-child,
  .usmall-up-4>.columns:last-child {
    float: left;
  }

  .usmall-up-5>.column,
  .usmall-up-5>.columns {
    float: left;
    width: 20%;
  }

  .usmall-up-5>.column:nth-of-type(1n),
  .usmall-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .usmall-up-5>.column:nth-of-type(5n + 1),
  .usmall-up-5>.columns:nth-of-type(5n + 1) {
    clear: both;
  }

  .usmall-up-5>.column:last-child,
  .usmall-up-5>.columns:last-child {
    float: left;
  }

  .usmall-up-6>.column,
  .usmall-up-6>.columns {
    float: left;
    width: 16.66667%;
  }

  .usmall-up-6>.column:nth-of-type(1n),
  .usmall-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .usmall-up-6>.column:nth-of-type(6n + 1),
  .usmall-up-6>.columns:nth-of-type(6n + 1) {
    clear: both;
  }

  .usmall-up-6>.column:last-child,
  .usmall-up-6>.columns:last-child {
    float: left;
  }

  .usmall-up-7>.column,
  .usmall-up-7>.columns {
    float: left;
    width: 14.28571%;
  }

  .usmall-up-7>.column:nth-of-type(1n),
  .usmall-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .usmall-up-7>.column:nth-of-type(7n + 1),
  .usmall-up-7>.columns:nth-of-type(7n + 1) {
    clear: both;
  }

  .usmall-up-7>.column:last-child,
  .usmall-up-7>.columns:last-child {
    float: left;
  }

  .usmall-up-8>.column,
  .usmall-up-8>.columns {
    float: left;
    width: 12.5%;
  }

  .usmall-up-8>.column:nth-of-type(1n),
  .usmall-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .usmall-up-8>.column:nth-of-type(8n + 1),
  .usmall-up-8>.columns:nth-of-type(8n + 1) {
    clear: both;
  }

  .usmall-up-8>.column:last-child,
  .usmall-up-8>.columns:last-child {
    float: left;
  }

  .usmall-collapse>.column,
  .usmall-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .usmall-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .usmall-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .usmall-uncollapse>.column,
  .usmall-uncollapse>.columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .usmall-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .usmall-centered,
  .usmall-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .usmall-uncentered,
  .usmall-push-0,
  .usmall-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print,
screen and (min-width: 26.5625em) {
  .uusmall-1 {
    width: 8.33333%;
  }

  .uusmall-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .uusmall-pull-1 {
    position: relative;
    left: -8.33333%;
  }

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

  .uusmall-2 {
    width: 16.66667%;
  }

  .uusmall-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .uusmall-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .uusmall-offset-1 {
    margin-left: 8.33333%;
  }

  .uusmall-3 {
    width: 25%;
  }

  .uusmall-push-3 {
    position: relative;
    left: 25%;
  }

  .uusmall-pull-3 {
    position: relative;
    left: -25%;
  }

  .uusmall-offset-2 {
    margin-left: 16.66667%;
  }

  .uusmall-4 {
    width: 33.33333%;
  }

  .uusmall-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .uusmall-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .uusmall-5 {
    width: 41.66667%;
  }

  .uusmall-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .uusmall-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .uusmall-offset-4 {
    margin-left: 33.33333%;
  }

  .uusmall-6 {
    width: 50%;
  }

  .uusmall-push-6 {
    position: relative;
    left: 50%;
  }

  .uusmall-pull-6 {
    position: relative;
    left: -50%;
  }

  .uusmall-offset-5 {
    margin-left: 41.66667%;
  }

  .uusmall-7 {
    width: 58.33333%;
  }

  .uusmall-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .uusmall-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .uusmall-8 {
    width: 66.66667%;
  }

  .uusmall-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .uusmall-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .uusmall-offset-7 {
    margin-left: 58.33333%;
  }

  .uusmall-9 {
    width: 75%;
  }

  .uusmall-push-9 {
    position: relative;
    left: 75%;
  }

  .uusmall-pull-9 {
    position: relative;
    left: -75%;
  }

  .uusmall-offset-8 {
    margin-left: 66.66667%;
  }

  .uusmall-10 {
    width: 83.33333%;
  }

  .uusmall-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .uusmall-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .uusmall-11 {
    width: 91.66667%;
  }

  .uusmall-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .uusmall-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .uusmall-offset-10 {
    margin-left: 83.33333%;
  }

  .uusmall-12 {
    width: 100%;
  }

  .uusmall-offset-11 {
    margin-left: 91.66667%;
  }

  .uusmall-up-1>.column,
  .uusmall-up-1>.columns {
    float: left;
    width: 100%;
  }

  .uusmall-up-1>.column:nth-of-type(1n),
  .uusmall-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .uusmall-up-1>.column:nth-of-type(1n + 1),
  .uusmall-up-1>.columns:nth-of-type(1n + 1) {
    clear: both;
  }

  .uusmall-up-1>.column:last-child,
  .uusmall-up-1>.columns:last-child {
    float: left;
  }

  .uusmall-up-2>.column,
  .uusmall-up-2>.columns {
    float: left;
    width: 50%;
  }

  .uusmall-up-2>.column:nth-of-type(1n),
  .uusmall-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .uusmall-up-2>.column:nth-of-type(2n + 1),
  .uusmall-up-2>.columns:nth-of-type(2n + 1) {
    clear: both;
  }

  .uusmall-up-2>.column:last-child,
  .uusmall-up-2>.columns:last-child {
    float: left;
  }

  .uusmall-up-3>.column,
  .uusmall-up-3>.columns {
    float: left;
    width: 33.33333%;
  }

  .uusmall-up-3>.column:nth-of-type(1n),
  .uusmall-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .uusmall-up-3>.column:nth-of-type(3n + 1),
  .uusmall-up-3>.columns:nth-of-type(3n + 1) {
    clear: both;
  }

  .uusmall-up-3>.column:last-child,
  .uusmall-up-3>.columns:last-child {
    float: left;
  }

  .uusmall-up-4>.column,
  .uusmall-up-4>.columns {
    float: left;
    width: 25%;
  }

  .uusmall-up-4>.column:nth-of-type(1n),
  .uusmall-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .uusmall-up-4>.column:nth-of-type(4n + 1),
  .uusmall-up-4>.columns:nth-of-type(4n + 1) {
    clear: both;
  }

  .uusmall-up-4>.column:last-child,
  .uusmall-up-4>.columns:last-child {
    float: left;
  }

  .uusmall-up-5>.column,
  .uusmall-up-5>.columns {
    float: left;
    width: 20%;
  }

  .uusmall-up-5>.column:nth-of-type(1n),
  .uusmall-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .uusmall-up-5>.column:nth-of-type(5n + 1),
  .uusmall-up-5>.columns:nth-of-type(5n + 1) {
    clear: both;
  }

  .uusmall-up-5>.column:last-child,
  .uusmall-up-5>.columns:last-child {
    float: left;
  }

  .uusmall-up-6>.column,
  .uusmall-up-6>.columns {
    float: left;
    width: 16.66667%;
  }

  .uusmall-up-6>.column:nth-of-type(1n),
  .uusmall-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .uusmall-up-6>.column:nth-of-type(6n + 1),
  .uusmall-up-6>.columns:nth-of-type(6n + 1) {
    clear: both;
  }

  .uusmall-up-6>.column:last-child,
  .uusmall-up-6>.columns:last-child {
    float: left;
  }

  .uusmall-up-7>.column,
  .uusmall-up-7>.columns {
    float: left;
    width: 14.28571%;
  }

  .uusmall-up-7>.column:nth-of-type(1n),
  .uusmall-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .uusmall-up-7>.column:nth-of-type(7n + 1),
  .uusmall-up-7>.columns:nth-of-type(7n + 1) {
    clear: both;
  }

  .uusmall-up-7>.column:last-child,
  .uusmall-up-7>.columns:last-child {
    float: left;
  }

  .uusmall-up-8>.column,
  .uusmall-up-8>.columns {
    float: left;
    width: 12.5%;
  }

  .uusmall-up-8>.column:nth-of-type(1n),
  .uusmall-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .uusmall-up-8>.column:nth-of-type(8n + 1),
  .uusmall-up-8>.columns:nth-of-type(8n + 1) {
    clear: both;
  }

  .uusmall-up-8>.column:last-child,
  .uusmall-up-8>.columns:last-child {
    float: left;
  }

  .uusmall-collapse>.column,
  .uusmall-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .uusmall-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .uusmall-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .uusmall-uncollapse>.column,
  .uusmall-uncollapse>.columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .uusmall-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .uusmall-centered,
  .uusmall-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .uusmall-uncentered,
  .uusmall-push-0,
  .uusmall-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print,
screen and (min-width: 26.625em) {
  .gsmall-1 {
    width: 8.33333%;
  }

  .gsmall-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .gsmall-pull-1 {
    position: relative;
    left: -8.33333%;
  }

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

  .gsmall-2 {
    width: 16.66667%;
  }

  .gsmall-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .gsmall-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .gsmall-offset-1 {
    margin-left: 8.33333%;
  }

  .gsmall-3 {
    width: 25%;
  }

  .gsmall-push-3 {
    position: relative;
    left: 25%;
  }

  .gsmall-pull-3 {
    position: relative;
    left: -25%;
  }

  .gsmall-offset-2 {
    margin-left: 16.66667%;
  }

  .gsmall-4 {
    width: 33.33333%;
  }

  .gsmall-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .gsmall-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .gsmall-5 {
    width: 41.66667%;
  }

  .gsmall-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .gsmall-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .gsmall-offset-4 {
    margin-left: 33.33333%;
  }

  .gsmall-6 {
    width: 50%;
  }

  .gsmall-push-6 {
    position: relative;
    left: 50%;
  }

  .gsmall-pull-6 {
    position: relative;
    left: -50%;
  }

  .gsmall-offset-5 {
    margin-left: 41.66667%;
  }

  .gsmall-7 {
    width: 58.33333%;
  }

  .gsmall-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .gsmall-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .gsmall-8 {
    width: 66.66667%;
  }

  .gsmall-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .gsmall-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .gsmall-offset-7 {
    margin-left: 58.33333%;
  }

  .gsmall-9 {
    width: 75%;
  }

  .gsmall-push-9 {
    position: relative;
    left: 75%;
  }

  .gsmall-pull-9 {
    position: relative;
    left: -75%;
  }

  .gsmall-offset-8 {
    margin-left: 66.66667%;
  }

  .gsmall-10 {
    width: 83.33333%;
  }

  .gsmall-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .gsmall-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .gsmall-11 {
    width: 91.66667%;
  }

  .gsmall-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .gsmall-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .gsmall-offset-10 {
    margin-left: 83.33333%;
  }

  .gsmall-12 {
    width: 100%;
  }

  .gsmall-offset-11 {
    margin-left: 91.66667%;
  }

  .gsmall-up-1>.column,
  .gsmall-up-1>.columns {
    float: left;
    width: 100%;
  }

  .gsmall-up-1>.column:nth-of-type(1n),
  .gsmall-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .gsmall-up-1>.column:nth-of-type(1n + 1),
  .gsmall-up-1>.columns:nth-of-type(1n + 1) {
    clear: both;
  }

  .gsmall-up-1>.column:last-child,
  .gsmall-up-1>.columns:last-child {
    float: left;
  }

  .gsmall-up-2>.column,
  .gsmall-up-2>.columns {
    float: left;
    width: 50%;
  }

  .gsmall-up-2>.column:nth-of-type(1n),
  .gsmall-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .gsmall-up-2>.column:nth-of-type(2n + 1),
  .gsmall-up-2>.columns:nth-of-type(2n + 1) {
    clear: both;
  }

  .gsmall-up-2>.column:last-child,
  .gsmall-up-2>.columns:last-child {
    float: left;
  }

  .gsmall-up-3>.column,
  .gsmall-up-3>.columns {
    float: left;
    width: 33.33333%;
  }

  .gsmall-up-3>.column:nth-of-type(1n),
  .gsmall-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .gsmall-up-3>.column:nth-of-type(3n + 1),
  .gsmall-up-3>.columns:nth-of-type(3n + 1) {
    clear: both;
  }

  .gsmall-up-3>.column:last-child,
  .gsmall-up-3>.columns:last-child {
    float: left;
  }

  .gsmall-up-4>.column,
  .gsmall-up-4>.columns {
    float: left;
    width: 25%;
  }

  .gsmall-up-4>.column:nth-of-type(1n),
  .gsmall-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .gsmall-up-4>.column:nth-of-type(4n + 1),
  .gsmall-up-4>.columns:nth-of-type(4n + 1) {
    clear: both;
  }

  .gsmall-up-4>.column:last-child,
  .gsmall-up-4>.columns:last-child {
    float: left;
  }

  .gsmall-up-5>.column,
  .gsmall-up-5>.columns {
    float: left;
    width: 20%;
  }

  .gsmall-up-5>.column:nth-of-type(1n),
  .gsmall-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .gsmall-up-5>.column:nth-of-type(5n + 1),
  .gsmall-up-5>.columns:nth-of-type(5n + 1) {
    clear: both;
  }

  .gsmall-up-5>.column:last-child,
  .gsmall-up-5>.columns:last-child {
    float: left;
  }

  .gsmall-up-6>.column,
  .gsmall-up-6>.columns {
    float: left;
    width: 16.66667%;
  }

  .gsmall-up-6>.column:nth-of-type(1n),
  .gsmall-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .gsmall-up-6>.column:nth-of-type(6n + 1),
  .gsmall-up-6>.columns:nth-of-type(6n + 1) {
    clear: both;
  }

  .gsmall-up-6>.column:last-child,
  .gsmall-up-6>.columns:last-child {
    float: left;
  }

  .gsmall-up-7>.column,
  .gsmall-up-7>.columns {
    float: left;
    width: 14.28571%;
  }

  .gsmall-up-7>.column:nth-of-type(1n),
  .gsmall-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .gsmall-up-7>.column:nth-of-type(7n + 1),
  .gsmall-up-7>.columns:nth-of-type(7n + 1) {
    clear: both;
  }

  .gsmall-up-7>.column:last-child,
  .gsmall-up-7>.columns:last-child {
    float: left;
  }

  .gsmall-up-8>.column,
  .gsmall-up-8>.columns {
    float: left;
    width: 12.5%;
  }

  .gsmall-up-8>.column:nth-of-type(1n),
  .gsmall-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .gsmall-up-8>.column:nth-of-type(8n + 1),
  .gsmall-up-8>.columns:nth-of-type(8n + 1) {
    clear: both;
  }

  .gsmall-up-8>.column:last-child,
  .gsmall-up-8>.columns:last-child {
    float: left;
  }

  .gsmall-collapse>.column,
  .gsmall-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .gsmall-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .gsmall-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .gsmall-uncollapse>.column,
  .gsmall-uncollapse>.columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .gsmall-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .gsmall-centered,
  .gsmall-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .gsmall-uncentered,
  .gsmall-push-0,
  .gsmall-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print,
screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

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

  .medium-2 {
    width: 16.66667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .medium-5 {
    width: 41.66667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .medium-8 {
    width: 66.66667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .medium-11 {
    width: 91.66667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-up-1>.column,
  .medium-up-1>.columns {
    float: left;
    width: 100%;
  }

  .medium-up-1>.column:nth-of-type(1n),
  .medium-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1>.column:nth-of-type(1n + 1),
  .medium-up-1>.columns:nth-of-type(1n + 1) {
    clear: both;
  }

  .medium-up-1>.column:last-child,
  .medium-up-1>.columns:last-child {
    float: left;
  }

  .medium-up-2>.column,
  .medium-up-2>.columns {
    float: left;
    width: 50%;
  }

  .medium-up-2>.column:nth-of-type(1n),
  .medium-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2>.column:nth-of-type(2n + 1),
  .medium-up-2>.columns:nth-of-type(2n + 1) {
    clear: both;
  }

  .medium-up-2>.column:last-child,
  .medium-up-2>.columns:last-child {
    float: left;
  }

  .medium-up-3>.column,
  .medium-up-3>.columns {
    float: left;
    width: 33.33333%;
  }

  .medium-up-3>.column:nth-of-type(1n),
  .medium-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3>.column:nth-of-type(3n + 1),
  .medium-up-3>.columns:nth-of-type(3n + 1) {
    clear: both;
  }

  .medium-up-3>.column:last-child,
  .medium-up-3>.columns:last-child {
    float: left;
  }

  .medium-up-4>.column,
  .medium-up-4>.columns {
    float: left;
    width: 25%;
  }

  .medium-up-4>.column:nth-of-type(1n),
  .medium-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4>.column:nth-of-type(4n + 1),
  .medium-up-4>.columns:nth-of-type(4n + 1) {
    clear: both;
  }

  .medium-up-4>.column:last-child,
  .medium-up-4>.columns:last-child {
    float: left;
  }

  .medium-up-5>.column,
  .medium-up-5>.columns {
    float: left;
    width: 20%;
  }

  .medium-up-5>.column:nth-of-type(1n),
  .medium-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5>.column:nth-of-type(5n + 1),
  .medium-up-5>.columns:nth-of-type(5n + 1) {
    clear: both;
  }

  .medium-up-5>.column:last-child,
  .medium-up-5>.columns:last-child {
    float: left;
  }

  .medium-up-6>.column,
  .medium-up-6>.columns {
    float: left;
    width: 16.66667%;
  }

  .medium-up-6>.column:nth-of-type(1n),
  .medium-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6>.column:nth-of-type(6n + 1),
  .medium-up-6>.columns:nth-of-type(6n + 1) {
    clear: both;
  }

  .medium-up-6>.column:last-child,
  .medium-up-6>.columns:last-child {
    float: left;
  }

  .medium-up-7>.column,
  .medium-up-7>.columns {
    float: left;
    width: 14.28571%;
  }

  .medium-up-7>.column:nth-of-type(1n),
  .medium-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7>.column:nth-of-type(7n + 1),
  .medium-up-7>.columns:nth-of-type(7n + 1) {
    clear: both;
  }

  .medium-up-7>.column:last-child,
  .medium-up-7>.columns:last-child {
    float: left;
  }

  .medium-up-8>.column,
  .medium-up-8>.columns {
    float: left;
    width: 12.5%;
  }

  .medium-up-8>.column:nth-of-type(1n),
  .medium-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8>.column:nth-of-type(8n + 1),
  .medium-up-8>.columns:nth-of-type(8n + 1) {
    clear: both;
  }

  .medium-up-8>.column:last-child,
  .medium-up-8>.columns:last-child {
    float: left;
  }

  .medium-collapse>.column,
  .medium-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-uncollapse>.column,
  .medium-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .medium-centered,
  .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print,
screen and (min-width: 48em) {
  .xmedium-1 {
    width: 8.33333%;
  }

  .xmedium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .xmedium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

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

  .xmedium-2 {
    width: 16.66667%;
  }

  .xmedium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .xmedium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .xmedium-offset-1 {
    margin-left: 8.33333%;
  }

  .xmedium-3 {
    width: 25%;
  }

  .xmedium-push-3 {
    position: relative;
    left: 25%;
  }

  .xmedium-pull-3 {
    position: relative;
    left: -25%;
  }

  .xmedium-offset-2 {
    margin-left: 16.66667%;
  }

  .xmedium-4 {
    width: 33.33333%;
  }

  .xmedium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .xmedium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .xmedium-5 {
    width: 41.66667%;
  }

  .xmedium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .xmedium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .xmedium-offset-4 {
    margin-left: 33.33333%;
  }

  .xmedium-6 {
    width: 50%;
  }

  .xmedium-push-6 {
    position: relative;
    left: 50%;
  }

  .xmedium-pull-6 {
    position: relative;
    left: -50%;
  }

  .xmedium-offset-5 {
    margin-left: 41.66667%;
  }

  .xmedium-7 {
    width: 58.33333%;
  }

  .xmedium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .xmedium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .xmedium-8 {
    width: 66.66667%;
  }

  .xmedium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .xmedium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .xmedium-offset-7 {
    margin-left: 58.33333%;
  }

  .xmedium-9 {
    width: 75%;
  }

  .xmedium-push-9 {
    position: relative;
    left: 75%;
  }

  .xmedium-pull-9 {
    position: relative;
    left: -75%;
  }

  .xmedium-offset-8 {
    margin-left: 66.66667%;
  }

  .xmedium-10 {
    width: 83.33333%;
  }

  .xmedium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .xmedium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .xmedium-11 {
    width: 91.66667%;
  }

  .xmedium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .xmedium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .xmedium-offset-10 {
    margin-left: 83.33333%;
  }

  .xmedium-12 {
    width: 100%;
  }

  .xmedium-offset-11 {
    margin-left: 91.66667%;
  }

  .xmedium-up-1>.column,
  .xmedium-up-1>.columns {
    float: left;
    width: 100%;
  }

  .xmedium-up-1>.column:nth-of-type(1n),
  .xmedium-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xmedium-up-1>.column:nth-of-type(1n + 1),
  .xmedium-up-1>.columns:nth-of-type(1n + 1) {
    clear: both;
  }

  .xmedium-up-1>.column:last-child,
  .xmedium-up-1>.columns:last-child {
    float: left;
  }

  .xmedium-up-2>.column,
  .xmedium-up-2>.columns {
    float: left;
    width: 50%;
  }

  .xmedium-up-2>.column:nth-of-type(1n),
  .xmedium-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xmedium-up-2>.column:nth-of-type(2n + 1),
  .xmedium-up-2>.columns:nth-of-type(2n + 1) {
    clear: both;
  }

  .xmedium-up-2>.column:last-child,
  .xmedium-up-2>.columns:last-child {
    float: left;
  }

  .xmedium-up-3>.column,
  .xmedium-up-3>.columns {
    float: left;
    width: 33.33333%;
  }

  .xmedium-up-3>.column:nth-of-type(1n),
  .xmedium-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xmedium-up-3>.column:nth-of-type(3n + 1),
  .xmedium-up-3>.columns:nth-of-type(3n + 1) {
    clear: both;
  }

  .xmedium-up-3>.column:last-child,
  .xmedium-up-3>.columns:last-child {
    float: left;
  }

  .xmedium-up-4>.column,
  .xmedium-up-4>.columns {
    float: left;
    width: 25%;
  }

  .xmedium-up-4>.column:nth-of-type(1n),
  .xmedium-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xmedium-up-4>.column:nth-of-type(4n + 1),
  .xmedium-up-4>.columns:nth-of-type(4n + 1) {
    clear: both;
  }

  .xmedium-up-4>.column:last-child,
  .xmedium-up-4>.columns:last-child {
    float: left;
  }

  .xmedium-up-5>.column,
  .xmedium-up-5>.columns {
    float: left;
    width: 20%;
  }

  .xmedium-up-5>.column:nth-of-type(1n),
  .xmedium-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xmedium-up-5>.column:nth-of-type(5n + 1),
  .xmedium-up-5>.columns:nth-of-type(5n + 1) {
    clear: both;
  }

  .xmedium-up-5>.column:last-child,
  .xmedium-up-5>.columns:last-child {
    float: left;
  }

  .xmedium-up-6>.column,
  .xmedium-up-6>.columns {
    float: left;
    width: 16.66667%;
  }

  .xmedium-up-6>.column:nth-of-type(1n),
  .xmedium-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xmedium-up-6>.column:nth-of-type(6n + 1),
  .xmedium-up-6>.columns:nth-of-type(6n + 1) {
    clear: both;
  }

  .xmedium-up-6>.column:last-child,
  .xmedium-up-6>.columns:last-child {
    float: left;
  }

  .xmedium-up-7>.column,
  .xmedium-up-7>.columns {
    float: left;
    width: 14.28571%;
  }

  .xmedium-up-7>.column:nth-of-type(1n),
  .xmedium-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xmedium-up-7>.column:nth-of-type(7n + 1),
  .xmedium-up-7>.columns:nth-of-type(7n + 1) {
    clear: both;
  }

  .xmedium-up-7>.column:last-child,
  .xmedium-up-7>.columns:last-child {
    float: left;
  }

  .xmedium-up-8>.column,
  .xmedium-up-8>.columns {
    float: left;
    width: 12.5%;
  }

  .xmedium-up-8>.column:nth-of-type(1n),
  .xmedium-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xmedium-up-8>.column:nth-of-type(8n + 1),
  .xmedium-up-8>.columns:nth-of-type(8n + 1) {
    clear: both;
  }

  .xmedium-up-8>.column:last-child,
  .xmedium-up-8>.columns:last-child {
    float: left;
  }

  .xmedium-collapse>.column,
  .xmedium-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .xmedium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .xmedium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .xmedium-uncollapse>.column,
  .xmedium-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .xmedium-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .xmedium-centered,
  .xmedium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .xmedium-uncentered,
  .xmedium-push-0,
  .xmedium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

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

  .large-2 {
    width: 16.66667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .large-5 {
    width: 41.66667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .large-8 {
    width: 66.66667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .large-11 {
    width: 91.66667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-up-1>.column,
  .large-up-1>.columns {
    float: left;
    width: 100%;
  }

  .large-up-1>.column:nth-of-type(1n),
  .large-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1>.column:nth-of-type(1n + 1),
  .large-up-1>.columns:nth-of-type(1n + 1) {
    clear: both;
  }

  .large-up-1>.column:last-child,
  .large-up-1>.columns:last-child {
    float: left;
  }

  .large-up-2>.column,
  .large-up-2>.columns {
    float: left;
    width: 50%;
  }

  .large-up-2>.column:nth-of-type(1n),
  .large-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2>.column:nth-of-type(2n + 1),
  .large-up-2>.columns:nth-of-type(2n + 1) {
    clear: both;
  }

  .large-up-2>.column:last-child,
  .large-up-2>.columns:last-child {
    float: left;
  }

  .large-up-3>.column,
  .large-up-3>.columns {
    float: left;
    width: 33.33333%;
  }

  .large-up-3>.column:nth-of-type(1n),
  .large-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3>.column:nth-of-type(3n + 1),
  .large-up-3>.columns:nth-of-type(3n + 1) {
    clear: both;
  }

  .large-up-3>.column:last-child,
  .large-up-3>.columns:last-child {
    float: left;
  }

  .large-up-4>.column,
  .large-up-4>.columns {
    float: left;
    width: 25%;
  }

  .large-up-4>.column:nth-of-type(1n),
  .large-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4>.column:nth-of-type(4n + 1),
  .large-up-4>.columns:nth-of-type(4n + 1) {
    clear: both;
  }

  .large-up-4>.column:last-child,
  .large-up-4>.columns:last-child {
    float: left;
  }

  .large-up-5>.column,
  .large-up-5>.columns {
    float: left;
    width: 20%;
  }

  .large-up-5>.column:nth-of-type(1n),
  .large-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5>.column:nth-of-type(5n + 1),
  .large-up-5>.columns:nth-of-type(5n + 1) {
    clear: both;
  }

  .large-up-5>.column:last-child,
  .large-up-5>.columns:last-child {
    float: left;
  }

  .large-up-6>.column,
  .large-up-6>.columns {
    float: left;
    width: 16.66667%;
  }

  .large-up-6>.column:nth-of-type(1n),
  .large-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6>.column:nth-of-type(6n + 1),
  .large-up-6>.columns:nth-of-type(6n + 1) {
    clear: both;
  }

  .large-up-6>.column:last-child,
  .large-up-6>.columns:last-child {
    float: left;
  }

  .large-up-7>.column,
  .large-up-7>.columns {
    float: left;
    width: 14.28571%;
  }

  .large-up-7>.column:nth-of-type(1n),
  .large-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7>.column:nth-of-type(7n + 1),
  .large-up-7>.columns:nth-of-type(7n + 1) {
    clear: both;
  }

  .large-up-7>.column:last-child,
  .large-up-7>.columns:last-child {
    float: left;
  }

  .large-up-8>.column,
  .large-up-8>.columns {
    float: left;
    width: 12.5%;
  }

  .large-up-8>.column:nth-of-type(1n),
  .large-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8>.column:nth-of-type(8n + 1),
  .large-up-8>.columns:nth-of-type(8n + 1) {
    clear: both;
  }

  .large-up-8>.column:last-child,
  .large-up-8>.columns:last-child {
    float: left;
  }

  .large-collapse>.column,
  .large-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .large-uncollapse>.column,
  .large-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .large-centered,
  .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 64.0625em) {
  .glarge-1 {
    width: 8.33333%;
  }

  .glarge-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .glarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }

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

  .glarge-2 {
    width: 16.66667%;
  }

  .glarge-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .glarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .glarge-offset-1 {
    margin-left: 8.33333%;
  }

  .glarge-3 {
    width: 25%;
  }

  .glarge-push-3 {
    position: relative;
    left: 25%;
  }

  .glarge-pull-3 {
    position: relative;
    left: -25%;
  }

  .glarge-offset-2 {
    margin-left: 16.66667%;
  }

  .glarge-4 {
    width: 33.33333%;
  }

  .glarge-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .glarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .glarge-5 {
    width: 41.66667%;
  }

  .glarge-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .glarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .glarge-offset-4 {
    margin-left: 33.33333%;
  }

  .glarge-6 {
    width: 50%;
  }

  .glarge-push-6 {
    position: relative;
    left: 50%;
  }

  .glarge-pull-6 {
    position: relative;
    left: -50%;
  }

  .glarge-offset-5 {
    margin-left: 41.66667%;
  }

  .glarge-7 {
    width: 58.33333%;
  }

  .glarge-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .glarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .glarge-8 {
    width: 66.66667%;
  }

  .glarge-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .glarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .glarge-offset-7 {
    margin-left: 58.33333%;
  }

  .glarge-9 {
    width: 75%;
  }

  .glarge-push-9 {
    position: relative;
    left: 75%;
  }

  .glarge-pull-9 {
    position: relative;
    left: -75%;
  }

  .glarge-offset-8 {
    margin-left: 66.66667%;
  }

  .glarge-10 {
    width: 83.33333%;
  }

  .glarge-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .glarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .glarge-11 {
    width: 91.66667%;
  }

  .glarge-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .glarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .glarge-offset-10 {
    margin-left: 83.33333%;
  }

  .glarge-12 {
    width: 100%;
  }

  .glarge-offset-11 {
    margin-left: 91.66667%;
  }

  .glarge-up-1>.column,
  .glarge-up-1>.columns {
    float: left;
    width: 100%;
  }

  .glarge-up-1>.column:nth-of-type(1n),
  .glarge-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .glarge-up-1>.column:nth-of-type(1n + 1),
  .glarge-up-1>.columns:nth-of-type(1n + 1) {
    clear: both;
  }

  .glarge-up-1>.column:last-child,
  .glarge-up-1>.columns:last-child {
    float: left;
  }

  .glarge-up-2>.column,
  .glarge-up-2>.columns {
    float: left;
    width: 50%;
  }

  .glarge-up-2>.column:nth-of-type(1n),
  .glarge-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .glarge-up-2>.column:nth-of-type(2n + 1),
  .glarge-up-2>.columns:nth-of-type(2n + 1) {
    clear: both;
  }

  .glarge-up-2>.column:last-child,
  .glarge-up-2>.columns:last-child {
    float: left;
  }

  .glarge-up-3>.column,
  .glarge-up-3>.columns {
    float: left;
    width: 33.33333%;
  }

  .glarge-up-3>.column:nth-of-type(1n),
  .glarge-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .glarge-up-3>.column:nth-of-type(3n + 1),
  .glarge-up-3>.columns:nth-of-type(3n + 1) {
    clear: both;
  }

  .glarge-up-3>.column:last-child,
  .glarge-up-3>.columns:last-child {
    float: left;
  }

  .glarge-up-4>.column,
  .glarge-up-4>.columns {
    float: left;
    width: 25%;
  }

  .glarge-up-4>.column:nth-of-type(1n),
  .glarge-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .glarge-up-4>.column:nth-of-type(4n + 1),
  .glarge-up-4>.columns:nth-of-type(4n + 1) {
    clear: both;
  }

  .glarge-up-4>.column:last-child,
  .glarge-up-4>.columns:last-child {
    float: left;
  }

  .glarge-up-5>.column,
  .glarge-up-5>.columns {
    float: left;
    width: 20%;
  }

  .glarge-up-5>.column:nth-of-type(1n),
  .glarge-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .glarge-up-5>.column:nth-of-type(5n + 1),
  .glarge-up-5>.columns:nth-of-type(5n + 1) {
    clear: both;
  }

  .glarge-up-5>.column:last-child,
  .glarge-up-5>.columns:last-child {
    float: left;
  }

  .glarge-up-6>.column,
  .glarge-up-6>.columns {
    float: left;
    width: 16.66667%;
  }

  .glarge-up-6>.column:nth-of-type(1n),
  .glarge-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .glarge-up-6>.column:nth-of-type(6n + 1),
  .glarge-up-6>.columns:nth-of-type(6n + 1) {
    clear: both;
  }

  .glarge-up-6>.column:last-child,
  .glarge-up-6>.columns:last-child {
    float: left;
  }

  .glarge-up-7>.column,
  .glarge-up-7>.columns {
    float: left;
    width: 14.28571%;
  }

  .glarge-up-7>.column:nth-of-type(1n),
  .glarge-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .glarge-up-7>.column:nth-of-type(7n + 1),
  .glarge-up-7>.columns:nth-of-type(7n + 1) {
    clear: both;
  }

  .glarge-up-7>.column:last-child,
  .glarge-up-7>.columns:last-child {
    float: left;
  }

  .glarge-up-8>.column,
  .glarge-up-8>.columns {
    float: left;
    width: 12.5%;
  }

  .glarge-up-8>.column:nth-of-type(1n),
  .glarge-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .glarge-up-8>.column:nth-of-type(8n + 1),
  .glarge-up-8>.columns:nth-of-type(8n + 1) {
    clear: both;
  }

  .glarge-up-8>.column:last-child,
  .glarge-up-8>.columns:last-child {
    float: left;
  }

  .glarge-collapse>.column,
  .glarge-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .glarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .glarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .glarge-uncollapse>.column,
  .glarge-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .glarge-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .glarge-centered,
  .glarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .glarge-uncentered,
  .glarge-push-0,
  .glarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 65.625em) {
  .menubreak-1 {
    width: 8.33333%;
  }

  .menubreak-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .menubreak-pull-1 {
    position: relative;
    left: -8.33333%;
  }

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

  .menubreak-2 {
    width: 16.66667%;
  }

  .menubreak-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .menubreak-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .menubreak-offset-1 {
    margin-left: 8.33333%;
  }

  .menubreak-3 {
    width: 25%;
  }

  .menubreak-push-3 {
    position: relative;
    left: 25%;
  }

  .menubreak-pull-3 {
    position: relative;
    left: -25%;
  }

  .menubreak-offset-2 {
    margin-left: 16.66667%;
  }

  .menubreak-4 {
    width: 33.33333%;
  }

  .menubreak-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .menubreak-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .menubreak-5 {
    width: 41.66667%;
  }

  .menubreak-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .menubreak-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .menubreak-offset-4 {
    margin-left: 33.33333%;
  }

  .menubreak-6 {
    width: 50%;
  }

  .menubreak-push-6 {
    position: relative;
    left: 50%;
  }

  .menubreak-pull-6 {
    position: relative;
    left: -50%;
  }

  .menubreak-offset-5 {
    margin-left: 41.66667%;
  }

  .menubreak-7 {
    width: 58.33333%;
  }

  .menubreak-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .menubreak-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .menubreak-8 {
    width: 66.66667%;
  }

  .menubreak-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .menubreak-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .menubreak-offset-7 {
    margin-left: 58.33333%;
  }

  .menubreak-9 {
    width: 75%;
  }

  .menubreak-push-9 {
    position: relative;
    left: 75%;
  }

  .menubreak-pull-9 {
    position: relative;
    left: -75%;
  }

  .menubreak-offset-8 {
    margin-left: 66.66667%;
  }

  .menubreak-10 {
    width: 83.33333%;
  }

  .menubreak-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .menubreak-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .menubreak-11 {
    width: 91.66667%;
  }

  .menubreak-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .menubreak-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .menubreak-offset-10 {
    margin-left: 83.33333%;
  }

  .menubreak-12 {
    width: 100%;
  }

  .menubreak-offset-11 {
    margin-left: 91.66667%;
  }

  .menubreak-up-1>.column,
  .menubreak-up-1>.columns {
    float: left;
    width: 100%;
  }

  .menubreak-up-1>.column:nth-of-type(1n),
  .menubreak-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .menubreak-up-1>.column:nth-of-type(1n + 1),
  .menubreak-up-1>.columns:nth-of-type(1n + 1) {
    clear: both;
  }

  .menubreak-up-1>.column:last-child,
  .menubreak-up-1>.columns:last-child {
    float: left;
  }

  .menubreak-up-2>.column,
  .menubreak-up-2>.columns {
    float: left;
    width: 50%;
  }

  .menubreak-up-2>.column:nth-of-type(1n),
  .menubreak-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .menubreak-up-2>.column:nth-of-type(2n + 1),
  .menubreak-up-2>.columns:nth-of-type(2n + 1) {
    clear: both;
  }

  .menubreak-up-2>.column:last-child,
  .menubreak-up-2>.columns:last-child {
    float: left;
  }

  .menubreak-up-3>.column,
  .menubreak-up-3>.columns {
    float: left;
    width: 33.33333%;
  }

  .menubreak-up-3>.column:nth-of-type(1n),
  .menubreak-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .menubreak-up-3>.column:nth-of-type(3n + 1),
  .menubreak-up-3>.columns:nth-of-type(3n + 1) {
    clear: both;
  }

  .menubreak-up-3>.column:last-child,
  .menubreak-up-3>.columns:last-child {
    float: left;
  }

  .menubreak-up-4>.column,
  .menubreak-up-4>.columns {
    float: left;
    width: 25%;
  }

  .menubreak-up-4>.column:nth-of-type(1n),
  .menubreak-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .menubreak-up-4>.column:nth-of-type(4n + 1),
  .menubreak-up-4>.columns:nth-of-type(4n + 1) {
    clear: both;
  }

  .menubreak-up-4>.column:last-child,
  .menubreak-up-4>.columns:last-child {
    float: left;
  }

  .menubreak-up-5>.column,
  .menubreak-up-5>.columns {
    float: left;
    width: 20%;
  }

  .menubreak-up-5>.column:nth-of-type(1n),
  .menubreak-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .menubreak-up-5>.column:nth-of-type(5n + 1),
  .menubreak-up-5>.columns:nth-of-type(5n + 1) {
    clear: both;
  }

  .menubreak-up-5>.column:last-child,
  .menubreak-up-5>.columns:last-child {
    float: left;
  }

  .menubreak-up-6>.column,
  .menubreak-up-6>.columns {
    float: left;
    width: 16.66667%;
  }

  .menubreak-up-6>.column:nth-of-type(1n),
  .menubreak-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .menubreak-up-6>.column:nth-of-type(6n + 1),
  .menubreak-up-6>.columns:nth-of-type(6n + 1) {
    clear: both;
  }

  .menubreak-up-6>.column:last-child,
  .menubreak-up-6>.columns:last-child {
    float: left;
  }

  .menubreak-up-7>.column,
  .menubreak-up-7>.columns {
    float: left;
    width: 14.28571%;
  }

  .menubreak-up-7>.column:nth-of-type(1n),
  .menubreak-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .menubreak-up-7>.column:nth-of-type(7n + 1),
  .menubreak-up-7>.columns:nth-of-type(7n + 1) {
    clear: both;
  }

  .menubreak-up-7>.column:last-child,
  .menubreak-up-7>.columns:last-child {
    float: left;
  }

  .menubreak-up-8>.column,
  .menubreak-up-8>.columns {
    float: left;
    width: 12.5%;
  }

  .menubreak-up-8>.column:nth-of-type(1n),
  .menubreak-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .menubreak-up-8>.column:nth-of-type(8n + 1),
  .menubreak-up-8>.columns:nth-of-type(8n + 1) {
    clear: both;
  }

  .menubreak-up-8>.column:last-child,
  .menubreak-up-8>.columns:last-child {
    float: left;
  }

  .menubreak-collapse>.column,
  .menubreak-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .menubreak-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .menubreak-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .menubreak-uncollapse>.column,
  .menubreak-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .menubreak-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .menubreak-centered,
  .menubreak-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .menubreak-uncentered,
  .menubreak-push-0,
  .menubreak-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-1 {
    width: 8.33333%;
  }

  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }

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

  .xlarge-2 {
    width: 16.66667%;
  }

  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }

  .xlarge-3 {
    width: 25%;
  }

  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }

  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }

  .xlarge-4 {
    width: 33.33333%;
  }

  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .xlarge-5 {
    width: 41.66667%;
  }

  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }

  .xlarge-6 {
    width: 50%;
  }

  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }

  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }

  .xlarge-7 {
    width: 58.33333%;
  }

  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .xlarge-8 {
    width: 66.66667%;
  }

  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }

  .xlarge-9 {
    width: 75%;
  }

  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }

  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }

  .xlarge-10 {
    width: 83.33333%;
  }

  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .xlarge-11 {
    width: 91.66667%;
  }

  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }

  .xlarge-12 {
    width: 100%;
  }

  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }

  .xlarge-up-1>.column,
  .xlarge-up-1>.columns {
    float: left;
    width: 100%;
  }

  .xlarge-up-1>.column:nth-of-type(1n),
  .xlarge-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-1>.column:nth-of-type(1n + 1),
  .xlarge-up-1>.columns:nth-of-type(1n + 1) {
    clear: both;
  }

  .xlarge-up-1>.column:last-child,
  .xlarge-up-1>.columns:last-child {
    float: left;
  }

  .xlarge-up-2>.column,
  .xlarge-up-2>.columns {
    float: left;
    width: 50%;
  }

  .xlarge-up-2>.column:nth-of-type(1n),
  .xlarge-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-2>.column:nth-of-type(2n + 1),
  .xlarge-up-2>.columns:nth-of-type(2n + 1) {
    clear: both;
  }

  .xlarge-up-2>.column:last-child,
  .xlarge-up-2>.columns:last-child {
    float: left;
  }

  .xlarge-up-3>.column,
  .xlarge-up-3>.columns {
    float: left;
    width: 33.33333%;
  }

  .xlarge-up-3>.column:nth-of-type(1n),
  .xlarge-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-3>.column:nth-of-type(3n + 1),
  .xlarge-up-3>.columns:nth-of-type(3n + 1) {
    clear: both;
  }

  .xlarge-up-3>.column:last-child,
  .xlarge-up-3>.columns:last-child {
    float: left;
  }

  .xlarge-up-4>.column,
  .xlarge-up-4>.columns {
    float: left;
    width: 25%;
  }

  .xlarge-up-4>.column:nth-of-type(1n),
  .xlarge-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-4>.column:nth-of-type(4n + 1),
  .xlarge-up-4>.columns:nth-of-type(4n + 1) {
    clear: both;
  }

  .xlarge-up-4>.column:last-child,
  .xlarge-up-4>.columns:last-child {
    float: left;
  }

  .xlarge-up-5>.column,
  .xlarge-up-5>.columns {
    float: left;
    width: 20%;
  }

  .xlarge-up-5>.column:nth-of-type(1n),
  .xlarge-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-5>.column:nth-of-type(5n + 1),
  .xlarge-up-5>.columns:nth-of-type(5n + 1) {
    clear: both;
  }

  .xlarge-up-5>.column:last-child,
  .xlarge-up-5>.columns:last-child {
    float: left;
  }

  .xlarge-up-6>.column,
  .xlarge-up-6>.columns {
    float: left;
    width: 16.66667%;
  }

  .xlarge-up-6>.column:nth-of-type(1n),
  .xlarge-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-6>.column:nth-of-type(6n + 1),
  .xlarge-up-6>.columns:nth-of-type(6n + 1) {
    clear: both;
  }

  .xlarge-up-6>.column:last-child,
  .xlarge-up-6>.columns:last-child {
    float: left;
  }

  .xlarge-up-7>.column,
  .xlarge-up-7>.columns {
    float: left;
    width: 14.28571%;
  }

  .xlarge-up-7>.column:nth-of-type(1n),
  .xlarge-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-7>.column:nth-of-type(7n + 1),
  .xlarge-up-7>.columns:nth-of-type(7n + 1) {
    clear: both;
  }

  .xlarge-up-7>.column:last-child,
  .xlarge-up-7>.columns:last-child {
    float: left;
  }

  .xlarge-up-8>.column,
  .xlarge-up-8>.columns {
    float: left;
    width: 12.5%;
  }

  .xlarge-up-8>.column:nth-of-type(1n),
  .xlarge-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-8>.column:nth-of-type(8n + 1),
  .xlarge-up-8>.columns:nth-of-type(8n + 1) {
    clear: both;
  }

  .xlarge-up-8>.column:last-child,
  .xlarge-up-8>.columns:last-child {
    float: left;
  }

  .xlarge-collapse>.column,
  .xlarge-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .xlarge-uncollapse>.column,
  .xlarge-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .xlarge-centered,
  .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.33333%;
  }

  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }

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

  .xxlarge-2 {
    width: 16.66667%;
  }

  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }

  .xxlarge-3 {
    width: 25%;
  }

  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }

  .xxlarge-offset-2 {
    margin-left: 16.66667%;
  }

  .xxlarge-4 {
    width: 33.33333%;
  }

  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .xxlarge-5 {
    width: 41.66667%;
  }

  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .xxlarge-offset-4 {
    margin-left: 33.33333%;
  }

  .xxlarge-6 {
    width: 50%;
  }

  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }

  .xxlarge-offset-5 {
    margin-left: 41.66667%;
  }

  .xxlarge-7 {
    width: 58.33333%;
  }

  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .xxlarge-8 {
    width: 66.66667%;
  }

  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .xxlarge-offset-7 {
    margin-left: 58.33333%;
  }

  .xxlarge-9 {
    width: 75%;
  }

  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }

  .xxlarge-offset-8 {
    margin-left: 66.66667%;
  }

  .xxlarge-10 {
    width: 83.33333%;
  }

  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .xxlarge-11 {
    width: 91.66667%;
  }

  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .xxlarge-offset-10 {
    margin-left: 83.33333%;
  }

  .xxlarge-12 {
    width: 100%;
  }

  .xxlarge-offset-11 {
    margin-left: 91.66667%;
  }

  .xxlarge-up-1>.column,
  .xxlarge-up-1>.columns {
    float: left;
    width: 100%;
  }

  .xxlarge-up-1>.column:nth-of-type(1n),
  .xxlarge-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-1>.column:nth-of-type(1n + 1),
  .xxlarge-up-1>.columns:nth-of-type(1n + 1) {
    clear: both;
  }

  .xxlarge-up-1>.column:last-child,
  .xxlarge-up-1>.columns:last-child {
    float: left;
  }

  .xxlarge-up-2>.column,
  .xxlarge-up-2>.columns {
    float: left;
    width: 50%;
  }

  .xxlarge-up-2>.column:nth-of-type(1n),
  .xxlarge-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-2>.column:nth-of-type(2n + 1),
  .xxlarge-up-2>.columns:nth-of-type(2n + 1) {
    clear: both;
  }

  .xxlarge-up-2>.column:last-child,
  .xxlarge-up-2>.columns:last-child {
    float: left;
  }

  .xxlarge-up-3>.column,
  .xxlarge-up-3>.columns {
    float: left;
    width: 33.33333%;
  }

  .xxlarge-up-3>.column:nth-of-type(1n),
  .xxlarge-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-3>.column:nth-of-type(3n + 1),
  .xxlarge-up-3>.columns:nth-of-type(3n + 1) {
    clear: both;
  }

  .xxlarge-up-3>.column:last-child,
  .xxlarge-up-3>.columns:last-child {
    float: left;
  }

  .xxlarge-up-4>.column,
  .xxlarge-up-4>.columns {
    float: left;
    width: 25%;
  }

  .xxlarge-up-4>.column:nth-of-type(1n),
  .xxlarge-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-4>.column:nth-of-type(4n + 1),
  .xxlarge-up-4>.columns:nth-of-type(4n + 1) {
    clear: both;
  }

  .xxlarge-up-4>.column:last-child,
  .xxlarge-up-4>.columns:last-child {
    float: left;
  }

  .xxlarge-up-5>.column,
  .xxlarge-up-5>.columns {
    float: left;
    width: 20%;
  }

  .xxlarge-up-5>.column:nth-of-type(1n),
  .xxlarge-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-5>.column:nth-of-type(5n + 1),
  .xxlarge-up-5>.columns:nth-of-type(5n + 1) {
    clear: both;
  }

  .xxlarge-up-5>.column:last-child,
  .xxlarge-up-5>.columns:last-child {
    float: left;
  }

  .xxlarge-up-6>.column,
  .xxlarge-up-6>.columns {
    float: left;
    width: 16.66667%;
  }

  .xxlarge-up-6>.column:nth-of-type(1n),
  .xxlarge-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-6>.column:nth-of-type(6n + 1),
  .xxlarge-up-6>.columns:nth-of-type(6n + 1) {
    clear: both;
  }

  .xxlarge-up-6>.column:last-child,
  .xxlarge-up-6>.columns:last-child {
    float: left;
  }

  .xxlarge-up-7>.column,
  .xxlarge-up-7>.columns {
    float: left;
    width: 14.28571%;
  }

  .xxlarge-up-7>.column:nth-of-type(1n),
  .xxlarge-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-7>.column:nth-of-type(7n + 1),
  .xxlarge-up-7>.columns:nth-of-type(7n + 1) {
    clear: both;
  }

  .xxlarge-up-7>.column:last-child,
  .xxlarge-up-7>.columns:last-child {
    float: left;
  }

  .xxlarge-up-8>.column,
  .xxlarge-up-8>.columns {
    float: left;
    width: 12.5%;
  }

  .xxlarge-up-8>.column:nth-of-type(1n),
  .xxlarge-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .xxlarge-up-8>.column:nth-of-type(8n + 1),
  .xxlarge-up-8>.columns:nth-of-type(8n + 1) {
    clear: both;
  }

  .xxlarge-up-8>.column:last-child,
  .xxlarge-up-8>.columns:last-child {
    float: left;
  }

  .xxlarge-collapse>.column,
  .xxlarge-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .xxlarge-uncollapse>.column,
  .xxlarge-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .xxlarge-centered,
  .xxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 112.5em) {
  .big-1 {
    width: 8.33333%;
  }

  .big-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .big-pull-1 {
    position: relative;
    left: -8.33333%;
  }

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

  .big-2 {
    width: 16.66667%;
  }

  .big-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .big-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .big-offset-1 {
    margin-left: 8.33333%;
  }

  .big-3 {
    width: 25%;
  }

  .big-push-3 {
    position: relative;
    left: 25%;
  }

  .big-pull-3 {
    position: relative;
    left: -25%;
  }

  .big-offset-2 {
    margin-left: 16.66667%;
  }

  .big-4 {
    width: 33.33333%;
  }

  .big-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .big-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .big-5 {
    width: 41.66667%;
  }

  .big-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .big-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .big-offset-4 {
    margin-left: 33.33333%;
  }

  .big-6 {
    width: 50%;
  }

  .big-push-6 {
    position: relative;
    left: 50%;
  }

  .big-pull-6 {
    position: relative;
    left: -50%;
  }

  .big-offset-5 {
    margin-left: 41.66667%;
  }

  .big-7 {
    width: 58.33333%;
  }

  .big-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .big-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .big-8 {
    width: 66.66667%;
  }

  .big-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .big-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .big-offset-7 {
    margin-left: 58.33333%;
  }

  .big-9 {
    width: 75%;
  }

  .big-push-9 {
    position: relative;
    left: 75%;
  }

  .big-pull-9 {
    position: relative;
    left: -75%;
  }

  .big-offset-8 {
    margin-left: 66.66667%;
  }

  .big-10 {
    width: 83.33333%;
  }

  .big-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .big-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .big-11 {
    width: 91.66667%;
  }

  .big-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .big-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .big-offset-10 {
    margin-left: 83.33333%;
  }

  .big-12 {
    width: 100%;
  }

  .big-offset-11 {
    margin-left: 91.66667%;
  }

  .big-up-1>.column,
  .big-up-1>.columns {
    float: left;
    width: 100%;
  }

  .big-up-1>.column:nth-of-type(1n),
  .big-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  .big-up-1>.column:nth-of-type(1n + 1),
  .big-up-1>.columns:nth-of-type(1n + 1) {
    clear: both;
  }

  .big-up-1>.column:last-child,
  .big-up-1>.columns:last-child {
    float: left;
  }

  .big-up-2>.column,
  .big-up-2>.columns {
    float: left;
    width: 50%;
  }

  .big-up-2>.column:nth-of-type(1n),
  .big-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  .big-up-2>.column:nth-of-type(2n + 1),
  .big-up-2>.columns:nth-of-type(2n + 1) {
    clear: both;
  }

  .big-up-2>.column:last-child,
  .big-up-2>.columns:last-child {
    float: left;
  }

  .big-up-3>.column,
  .big-up-3>.columns {
    float: left;
    width: 33.33333%;
  }

  .big-up-3>.column:nth-of-type(1n),
  .big-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  .big-up-3>.column:nth-of-type(3n + 1),
  .big-up-3>.columns:nth-of-type(3n + 1) {
    clear: both;
  }

  .big-up-3>.column:last-child,
  .big-up-3>.columns:last-child {
    float: left;
  }

  .big-up-4>.column,
  .big-up-4>.columns {
    float: left;
    width: 25%;
  }

  .big-up-4>.column:nth-of-type(1n),
  .big-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  .big-up-4>.column:nth-of-type(4n + 1),
  .big-up-4>.columns:nth-of-type(4n + 1) {
    clear: both;
  }

  .big-up-4>.column:last-child,
  .big-up-4>.columns:last-child {
    float: left;
  }

  .big-up-5>.column,
  .big-up-5>.columns {
    float: left;
    width: 20%;
  }

  .big-up-5>.column:nth-of-type(1n),
  .big-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  .big-up-5>.column:nth-of-type(5n + 1),
  .big-up-5>.columns:nth-of-type(5n + 1) {
    clear: both;
  }

  .big-up-5>.column:last-child,
  .big-up-5>.columns:last-child {
    float: left;
  }

  .big-up-6>.column,
  .big-up-6>.columns {
    float: left;
    width: 16.66667%;
  }

  .big-up-6>.column:nth-of-type(1n),
  .big-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  .big-up-6>.column:nth-of-type(6n + 1),
  .big-up-6>.columns:nth-of-type(6n + 1) {
    clear: both;
  }

  .big-up-6>.column:last-child,
  .big-up-6>.columns:last-child {
    float: left;
  }

  .big-up-7>.column,
  .big-up-7>.columns {
    float: left;
    width: 14.28571%;
  }

  .big-up-7>.column:nth-of-type(1n),
  .big-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  .big-up-7>.column:nth-of-type(7n + 1),
  .big-up-7>.columns:nth-of-type(7n + 1) {
    clear: both;
  }

  .big-up-7>.column:last-child,
  .big-up-7>.columns:last-child {
    float: left;
  }

  .big-up-8>.column,
  .big-up-8>.columns {
    float: left;
    width: 12.5%;
  }

  .big-up-8>.column:nth-of-type(1n),
  .big-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  .big-up-8>.column:nth-of-type(8n + 1),
  .big-up-8>.columns:nth-of-type(8n + 1) {
    clear: both;
  }

  .big-up-8>.column:last-child,
  .big-up-8>.columns:last-child {
    float: left;
  }

  .big-collapse>.column,
  .big-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .big-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .big-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .big-uncollapse>.column,
  .big-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .big-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .big-centered,
  .big-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .big-uncentered,
  .big-push-0,
  .big-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block> :last-child {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block> :last-child {
    margin-bottom: 0;
  }
}

.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: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.clearfix::after {
  clear: both;
}

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

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

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

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

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

.grid-x {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

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

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

.cell.shrink {
  -webkit-flex: 0 0 auto;
  -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 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print,
screen and (min-width: 20em) {

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

@media print,
screen and (min-width: 26.5625em) {

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

@media print,
screen and (min-width: 26.625em) {

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

@media print,
screen and (min-width: 40em) {

  .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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media print,
screen and (min-width: 48em) {

  .grid-x>.xmedium-shrink,
  .grid-x>.xmedium-full,
  .grid-x>.xmedium-1,
  .grid-x>.xmedium-2,
  .grid-x>.xmedium-3,
  .grid-x>.xmedium-4,
  .grid-x>.xmedium-5,
  .grid-x>.xmedium-6,
  .grid-x>.xmedium-7,
  .grid-x>.xmedium-8,
  .grid-x>.xmedium-9,
  .grid-x>.xmedium-10,
  .grid-x>.xmedium-11,
  .grid-x>.xmedium-12 {
    -webkit-flex-basis: auto;
    -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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (min-width: 64.0625em) {

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

@media screen and (min-width: 65.625em) {

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

@media screen and (min-width: 80em) {

  .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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (min-width: 90em) {

  .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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (min-width: 112.5em) {

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 20em) {
  .grid-x>.usmall-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x>.usmall-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x>.usmall-1 {
    width: 8.33333%;
  }

  .grid-x>.usmall-2 {
    width: 16.66667%;
  }

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

  .grid-x>.usmall-4 {
    width: 33.33333%;
  }

  .grid-x>.usmall-5 {
    width: 41.66667%;
  }

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

  .grid-x>.usmall-7 {
    width: 58.33333%;
  }

  .grid-x>.usmall-8 {
    width: 66.66667%;
  }

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

  .grid-x>.usmall-10 {
    width: 83.33333%;
  }

  .grid-x>.usmall-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 26.5625em) {
  .grid-x>.uusmall-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x>.uusmall-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x>.uusmall-1 {
    width: 8.33333%;
  }

  .grid-x>.uusmall-2 {
    width: 16.66667%;
  }

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

  .grid-x>.uusmall-4 {
    width: 33.33333%;
  }

  .grid-x>.uusmall-5 {
    width: 41.66667%;
  }

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

  .grid-x>.uusmall-7 {
    width: 58.33333%;
  }

  .grid-x>.uusmall-8 {
    width: 66.66667%;
  }

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

  .grid-x>.uusmall-10 {
    width: 83.33333%;
  }

  .grid-x>.uusmall-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 26.625em) {
  .grid-x>.gsmall-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x>.gsmall-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x>.gsmall-1 {
    width: 8.33333%;
  }

  .grid-x>.gsmall-2 {
    width: 16.66667%;
  }

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

  .grid-x>.gsmall-4 {
    width: 33.33333%;
  }

  .grid-x>.gsmall-5 {
    width: 41.66667%;
  }

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

  .grid-x>.gsmall-7 {
    width: 58.33333%;
  }

  .grid-x>.gsmall-8 {
    width: 66.66667%;
  }

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

  .grid-x>.gsmall-10 {
    width: 83.33333%;
  }

  .grid-x>.gsmall-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 40em) {
  .grid-x>.medium-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x>.medium-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x>.medium-1 {
    width: 8.33333%;
  }

  .grid-x>.medium-2 {
    width: 16.66667%;
  }

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

  .grid-x>.medium-4 {
    width: 33.33333%;
  }

  .grid-x>.medium-5 {
    width: 41.66667%;
  }

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

  .grid-x>.medium-7 {
    width: 58.33333%;
  }

  .grid-x>.medium-8 {
    width: 66.66667%;
  }

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

  .grid-x>.medium-10 {
    width: 83.33333%;
  }

  .grid-x>.medium-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 48em) {
  .grid-x>.xmedium-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x>.xmedium-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x>.xmedium-1 {
    width: 8.33333%;
  }

  .grid-x>.xmedium-2 {
    width: 16.66667%;
  }

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

  .grid-x>.xmedium-4 {
    width: 33.33333%;
  }

  .grid-x>.xmedium-5 {
    width: 41.66667%;
  }

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

  .grid-x>.xmedium-7 {
    width: 58.33333%;
  }

  .grid-x>.xmedium-8 {
    width: 66.66667%;
  }

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

  .grid-x>.xmedium-10 {
    width: 83.33333%;
  }

  .grid-x>.xmedium-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 64em) {
  .grid-x>.large-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x>.large-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x>.large-1 {
    width: 8.33333%;
  }

  .grid-x>.large-2 {
    width: 16.66667%;
  }

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

  .grid-x>.large-4 {
    width: 33.33333%;
  }

  .grid-x>.large-5 {
    width: 41.66667%;
  }

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

  .grid-x>.large-7 {
    width: 58.33333%;
  }

  .grid-x>.large-8 {
    width: 66.66667%;
  }

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

  .grid-x>.large-10 {
    width: 83.33333%;
  }

  .grid-x>.large-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 64.0625em) {
  .grid-x>.glarge-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x>.glarge-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x>.glarge-1 {
    width: 8.33333%;
  }

  .grid-x>.glarge-2 {
    width: 16.66667%;
  }

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

  .grid-x>.glarge-4 {
    width: 33.33333%;
  }

  .grid-x>.glarge-5 {
    width: 41.66667%;
  }

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

  .grid-x>.glarge-7 {
    width: 58.33333%;
  }

  .grid-x>.glarge-8 {
    width: 66.66667%;
  }

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

  .grid-x>.glarge-10 {
    width: 83.33333%;
  }

  .grid-x>.glarge-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 65.625em) {
  .grid-x>.menubreak-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x>.menubreak-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x>.menubreak-1 {
    width: 8.33333%;
  }

  .grid-x>.menubreak-2 {
    width: 16.66667%;
  }

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

  .grid-x>.menubreak-4 {
    width: 33.33333%;
  }

  .grid-x>.menubreak-5 {
    width: 41.66667%;
  }

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

  .grid-x>.menubreak-7 {
    width: 58.33333%;
  }

  .grid-x>.menubreak-8 {
    width: 66.66667%;
  }

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

  .grid-x>.menubreak-10 {
    width: 83.33333%;
  }

  .grid-x>.menubreak-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 80em) {
  .grid-x>.xlarge-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x>.xlarge-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x>.xlarge-1 {
    width: 8.33333%;
  }

  .grid-x>.xlarge-2 {
    width: 16.66667%;
  }

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

  .grid-x>.xlarge-4 {
    width: 33.33333%;
  }

  .grid-x>.xlarge-5 {
    width: 41.66667%;
  }

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

  .grid-x>.xlarge-7 {
    width: 58.33333%;
  }

  .grid-x>.xlarge-8 {
    width: 66.66667%;
  }

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

  .grid-x>.xlarge-10 {
    width: 83.33333%;
  }

  .grid-x>.xlarge-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 90em) {
  .grid-x>.xxlarge-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x>.xxlarge-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x>.xxlarge-1 {
    width: 8.33333%;
  }

  .grid-x>.xxlarge-2 {
    width: 16.66667%;
  }

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

  .grid-x>.xxlarge-4 {
    width: 33.33333%;
  }

  .grid-x>.xxlarge-5 {
    width: 41.66667%;
  }

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

  .grid-x>.xxlarge-7 {
    width: 58.33333%;
  }

  .grid-x>.xxlarge-8 {
    width: 66.66667%;
  }

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

  .grid-x>.xxlarge-10 {
    width: 83.33333%;
  }

  .grid-x>.xxlarge-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 112.5em) {
  .grid-x>.big-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x>.big-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x>.big-1 {
    width: 8.33333%;
  }

  .grid-x>.big-2 {
    width: 16.66667%;
  }

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

  .grid-x>.big-4 {
    width: 33.33333%;
  }

  .grid-x>.big-5 {
    width: 41.66667%;
  }

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

  .grid-x>.big-7 {
    width: 58.33333%;
  }

  .grid-x>.big-8 {
    width: 66.66667%;
  }

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

  .grid-x>.big-10 {
    width: 83.33333%;
  }

  .grid-x>.big-11 {
    width: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 20em) {
  .grid-margin-x>.usmall-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 26.5625em) {
  .grid-margin-x>.uusmall-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 26.625em) {
  .grid-margin-x>.gsmall-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 40em) {
  .grid-margin-x>.auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x>.medium-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x>.medium-2 {
    width: calc(16.66667% - 1.875rem);
  }

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

  .grid-margin-x>.medium-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x>.medium-5 {
    width: calc(41.66667% - 1.875rem);
  }

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

  .grid-margin-x>.medium-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x>.medium-8 {
    width: calc(66.66667% - 1.875rem);
  }

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

  .grid-margin-x>.medium-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x>.medium-11 {
    width: calc(91.66667% - 1.875rem);
  }

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

@media print,
screen and (min-width: 48em) {
  .grid-margin-x>.xmedium-auto {
    width: auto;
  }

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

  .grid-margin-x>.xmedium-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x>.xmedium-2 {
    width: calc(16.66667% - 1.875rem);
  }

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

  .grid-margin-x>.xmedium-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x>.xmedium-5 {
    width: calc(41.66667% - 1.875rem);
  }

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

  .grid-margin-x>.xmedium-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x>.xmedium-8 {
    width: calc(66.66667% - 1.875rem);
  }

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

  .grid-margin-x>.xmedium-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x>.xmedium-11 {
    width: calc(91.66667% - 1.875rem);
  }

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

@media print,
screen and (min-width: 64em) {
  .grid-margin-x>.large-auto {
    width: auto;
  }

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

  .grid-margin-x>.large-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x>.large-2 {
    width: calc(16.66667% - 1.875rem);
  }

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

  .grid-margin-x>.large-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x>.large-5 {
    width: calc(41.66667% - 1.875rem);
  }

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

  .grid-margin-x>.large-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x>.large-8 {
    width: calc(66.66667% - 1.875rem);
  }

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

  .grid-margin-x>.large-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x>.large-11 {
    width: calc(91.66667% - 1.875rem);
  }

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

@media screen and (min-width: 64.0625em) {
  .grid-margin-x>.glarge-auto {
    width: auto;
  }

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

  .grid-margin-x>.glarge-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x>.glarge-2 {
    width: calc(16.66667% - 1.875rem);
  }

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

  .grid-margin-x>.glarge-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x>.glarge-5 {
    width: calc(41.66667% - 1.875rem);
  }

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

  .grid-margin-x>.glarge-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x>.glarge-8 {
    width: calc(66.66667% - 1.875rem);
  }

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

  .grid-margin-x>.glarge-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x>.glarge-11 {
    width: calc(91.66667% - 1.875rem);
  }

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

@media screen and (min-width: 65.625em) {
  .grid-margin-x>.menubreak-auto {
    width: auto;
  }

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

  .grid-margin-x>.menubreak-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x>.menubreak-2 {
    width: calc(16.66667% - 1.875rem);
  }

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

  .grid-margin-x>.menubreak-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x>.menubreak-5 {
    width: calc(41.66667% - 1.875rem);
  }

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

  .grid-margin-x>.menubreak-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x>.menubreak-8 {
    width: calc(66.66667% - 1.875rem);
  }

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

  .grid-margin-x>.menubreak-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x>.menubreak-11 {
    width: calc(91.66667% - 1.875rem);
  }

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

@media screen and (min-width: 80em) {
  .grid-margin-x>.xlarge-auto {
    width: auto;
  }

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

  .grid-margin-x>.xlarge-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x>.xlarge-2 {
    width: calc(16.66667% - 1.875rem);
  }

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

  .grid-margin-x>.xlarge-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x>.xlarge-5 {
    width: calc(41.66667% - 1.875rem);
  }

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

  .grid-margin-x>.xlarge-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x>.xlarge-8 {
    width: calc(66.66667% - 1.875rem);
  }

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

  .grid-margin-x>.xlarge-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x>.xlarge-11 {
    width: calc(91.66667% - 1.875rem);
  }

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

@media screen and (min-width: 90em) {
  .grid-margin-x>.xxlarge-auto {
    width: auto;
  }

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

  .grid-margin-x>.xxlarge-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x>.xxlarge-2 {
    width: calc(16.66667% - 1.875rem);
  }

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

  .grid-margin-x>.xxlarge-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x>.xxlarge-5 {
    width: calc(41.66667% - 1.875rem);
  }

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

  .grid-margin-x>.xxlarge-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x>.xxlarge-8 {
    width: calc(66.66667% - 1.875rem);
  }

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

  .grid-margin-x>.xxlarge-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x>.xxlarge-11 {
    width: calc(91.66667% - 1.875rem);
  }

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

@media screen and (min-width: 112.5em) {
  .grid-margin-x>.big-auto {
    width: auto;
  }

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

  .grid-margin-x>.big-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x>.big-2 {
    width: calc(16.66667% - 1.875rem);
  }

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

  .grid-margin-x>.big-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x>.big-5 {
    width: calc(41.66667% - 1.875rem);
  }

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

  .grid-margin-x>.big-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x>.big-8 {
    width: calc(66.66667% - 1.875rem);
  }

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

  .grid-margin-x>.big-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x>.big-11 {
    width: calc(91.66667% - 1.875rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 20em) {
  .usmall-up-1>.cell {
    width: 100%;
  }

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

  .usmall-up-3>.cell {
    width: 33.33333%;
  }

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

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

  .usmall-up-6>.cell {
    width: 16.66667%;
  }

  .usmall-up-7>.cell {
    width: 14.28571%;
  }

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

@media print,
screen and (min-width: 26.5625em) {
  .uusmall-up-1>.cell {
    width: 100%;
  }

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

  .uusmall-up-3>.cell {
    width: 33.33333%;
  }

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

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

  .uusmall-up-6>.cell {
    width: 16.66667%;
  }

  .uusmall-up-7>.cell {
    width: 14.28571%;
  }

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

@media print,
screen and (min-width: 26.625em) {
  .gsmall-up-1>.cell {
    width: 100%;
  }

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

  .gsmall-up-3>.cell {
    width: 33.33333%;
  }

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

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

  .gsmall-up-6>.cell {
    width: 16.66667%;
  }

  .gsmall-up-7>.cell {
    width: 14.28571%;
  }

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

@media print,
screen and (min-width: 40em) {
  .medium-up-1>.cell {
    width: 100%;
  }

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

  .medium-up-3>.cell {
    width: 33.33333%;
  }

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

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

  .medium-up-6>.cell {
    width: 16.66667%;
  }

  .medium-up-7>.cell {
    width: 14.28571%;
  }

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

@media print,
screen and (min-width: 48em) {
  .xmedium-up-1>.cell {
    width: 100%;
  }

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

  .xmedium-up-3>.cell {
    width: 33.33333%;
  }

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

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

  .xmedium-up-6>.cell {
    width: 16.66667%;
  }

  .xmedium-up-7>.cell {
    width: 14.28571%;
  }

  .xmedium-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.33333%;
  }

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

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

  .large-up-6>.cell {
    width: 16.66667%;
  }

  .large-up-7>.cell {
    width: 14.28571%;
  }

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

@media screen and (min-width: 64.0625em) {
  .glarge-up-1>.cell {
    width: 100%;
  }

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

  .glarge-up-3>.cell {
    width: 33.33333%;
  }

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

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

  .glarge-up-6>.cell {
    width: 16.66667%;
  }

  .glarge-up-7>.cell {
    width: 14.28571%;
  }

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

@media screen and (min-width: 65.625em) {
  .menubreak-up-1>.cell {
    width: 100%;
  }

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

  .menubreak-up-3>.cell {
    width: 33.33333%;
  }

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

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

  .menubreak-up-6>.cell {
    width: 16.66667%;
  }

  .menubreak-up-7>.cell {
    width: 14.28571%;
  }

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

@media screen and (min-width: 80em) {
  .xlarge-up-1>.cell {
    width: 100%;
  }

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

  .xlarge-up-3>.cell {
    width: 33.33333%;
  }

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

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

  .xlarge-up-6>.cell {
    width: 16.66667%;
  }

  .xlarge-up-7>.cell {
    width: 14.28571%;
  }

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

@media screen and (min-width: 90em) {
  .xxlarge-up-1>.cell {
    width: 100%;
  }

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

  .xxlarge-up-3>.cell {
    width: 33.33333%;
  }

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

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

  .xxlarge-up-6>.cell {
    width: 16.66667%;
  }

  .xxlarge-up-7>.cell {
    width: 14.28571%;
  }

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

@media screen and (min-width: 112.5em) {
  .big-up-1>.cell {
    width: 100%;
  }

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

  .big-up-3>.cell {
    width: 33.33333%;
  }

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

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

  .big-up-6>.cell {
    width: 16.66667%;
  }

  .big-up-7>.cell {
    width: 14.28571%;
  }

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 20em) {
  .grid-margin-x.usmall-up-1>.cell {
    width: calc(100% - 1.25rem);
  }

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

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

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

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

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

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

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

@media print,
screen and (min-width: 26.5625em) {
  .grid-margin-x.uusmall-up-1>.cell {
    width: calc(100% - 1.25rem);
  }

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

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

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

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

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

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

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

@media print,
screen and (min-width: 26.625em) {
  .grid-margin-x.gsmall-up-1>.cell {
    width: calc(100% - 1.25rem);
  }

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

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

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

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

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

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

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

@media print,
screen and (min-width: 40em) {
  .grid-margin-x.small-up-1>.cell {
    width: calc(100% - 1.25rem);
  }

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

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

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

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

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

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

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

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

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

  .grid-margin-x.medium-up-3>.cell {
    width: calc(33.33333% - 1.875rem);
  }

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

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

  .grid-margin-x.medium-up-6>.cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7>.cell {
    width: calc(14.28571% - 1.875rem);
  }

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

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

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

  .grid-margin-x.xmedium-up-3>.cell {
    width: calc(33.33333% - 1.875rem);
  }

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

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

  .grid-margin-x.xmedium-up-6>.cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.xmedium-up-7>.cell {
    width: calc(14.28571% - 1.875rem);
  }

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

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

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

  .grid-margin-x.large-up-3>.cell {
    width: calc(33.33333% - 1.875rem);
  }

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

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

  .grid-margin-x.large-up-6>.cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.large-up-7>.cell {
    width: calc(14.28571% - 1.875rem);
  }

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

@media screen and (min-width: 64.0625em) {
  .grid-margin-x.glarge-up-1>.cell {
    width: calc(100% - 1.875rem);
  }

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

  .grid-margin-x.glarge-up-3>.cell {
    width: calc(33.33333% - 1.875rem);
  }

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

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

  .grid-margin-x.glarge-up-6>.cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.glarge-up-7>.cell {
    width: calc(14.28571% - 1.875rem);
  }

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

@media screen and (min-width: 65.625em) {
  .grid-margin-x.menubreak-up-1>.cell {
    width: calc(100% - 1.875rem);
  }

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

  .grid-margin-x.menubreak-up-3>.cell {
    width: calc(33.33333% - 1.875rem);
  }

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

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

  .grid-margin-x.menubreak-up-6>.cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.menubreak-up-7>.cell {
    width: calc(14.28571% - 1.875rem);
  }

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

@media screen and (min-width: 80em) {
  .grid-margin-x.xlarge-up-1>.cell {
    width: calc(100% - 1.875rem);
  }

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

  .grid-margin-x.xlarge-up-3>.cell {
    width: calc(33.33333% - 1.875rem);
  }

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

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

  .grid-margin-x.xlarge-up-6>.cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-7>.cell {
    width: calc(14.28571% - 1.875rem);
  }

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

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

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

  .grid-margin-x.xxlarge-up-3>.cell {
    width: calc(33.33333% - 1.875rem);
  }

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

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

  .grid-margin-x.xxlarge-up-6>.cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-7>.cell {
    width: calc(14.28571% - 1.875rem);
  }

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

@media screen and (min-width: 112.5em) {
  .grid-margin-x.big-up-1>.cell {
    width: calc(100% - 1.875rem);
  }

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

  .grid-margin-x.big-up-3>.cell {
    width: calc(33.33333% - 1.875rem);
  }

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

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

  .grid-margin-x.big-up-6>.cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.big-up-7>.cell {
    width: calc(14.28571% - 1.875rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 20em) {
  .small-margin-collapse>.usmall-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 26.5625em) {
  .small-margin-collapse>.uusmall-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 26.625em) {
  .small-margin-collapse>.gsmall-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 40em) {
  .small-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 48em) {
  .small-margin-collapse>.xmedium-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 64em) {
  .small-margin-collapse>.large-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 64.0625em) {
  .small-margin-collapse>.glarge-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 65.625em) {
  .small-margin-collapse>.menubreak-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 80em) {
  .small-margin-collapse>.xlarge-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .small-margin-collapse>.xxlarge-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 112.5em) {
  .small-margin-collapse>.big-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

  .small-margin-collapse>.big-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: 20em) {
  .usmall-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

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

@media print,
screen and (min-width: 20em) {
  .usmall-margin-collapse>.small-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 20em) {
  .usmall-margin-collapse>.usmall-1 {
    width: 8.33333%;
  }

  .usmall-margin-collapse>.usmall-2 {
    width: 16.66667%;
  }

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

  .usmall-margin-collapse>.usmall-4 {
    width: 33.33333%;
  }

  .usmall-margin-collapse>.usmall-5 {
    width: 41.66667%;
  }

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

  .usmall-margin-collapse>.usmall-7 {
    width: 58.33333%;
  }

  .usmall-margin-collapse>.usmall-8 {
    width: 66.66667%;
  }

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

  .usmall-margin-collapse>.usmall-10 {
    width: 83.33333%;
  }

  .usmall-margin-collapse>.usmall-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 26.5625em) {
  .usmall-margin-collapse>.uusmall-1 {
    width: 8.33333%;
  }

  .usmall-margin-collapse>.uusmall-2 {
    width: 16.66667%;
  }

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

  .usmall-margin-collapse>.uusmall-4 {
    width: 33.33333%;
  }

  .usmall-margin-collapse>.uusmall-5 {
    width: 41.66667%;
  }

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

  .usmall-margin-collapse>.uusmall-7 {
    width: 58.33333%;
  }

  .usmall-margin-collapse>.uusmall-8 {
    width: 66.66667%;
  }

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

  .usmall-margin-collapse>.uusmall-10 {
    width: 83.33333%;
  }

  .usmall-margin-collapse>.uusmall-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 26.625em) {
  .usmall-margin-collapse>.gsmall-1 {
    width: 8.33333%;
  }

  .usmall-margin-collapse>.gsmall-2 {
    width: 16.66667%;
  }

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

  .usmall-margin-collapse>.gsmall-4 {
    width: 33.33333%;
  }

  .usmall-margin-collapse>.gsmall-5 {
    width: 41.66667%;
  }

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

  .usmall-margin-collapse>.gsmall-7 {
    width: 58.33333%;
  }

  .usmall-margin-collapse>.gsmall-8 {
    width: 66.66667%;
  }

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

  .usmall-margin-collapse>.gsmall-10 {
    width: 83.33333%;
  }

  .usmall-margin-collapse>.gsmall-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 40em) {
  .usmall-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .usmall-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

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

  .usmall-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .usmall-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

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

  .usmall-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .usmall-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

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

  .usmall-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .usmall-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 48em) {
  .usmall-margin-collapse>.xmedium-1 {
    width: 8.33333%;
  }

  .usmall-margin-collapse>.xmedium-2 {
    width: 16.66667%;
  }

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

  .usmall-margin-collapse>.xmedium-4 {
    width: 33.33333%;
  }

  .usmall-margin-collapse>.xmedium-5 {
    width: 41.66667%;
  }

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

  .usmall-margin-collapse>.xmedium-7 {
    width: 58.33333%;
  }

  .usmall-margin-collapse>.xmedium-8 {
    width: 66.66667%;
  }

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

  .usmall-margin-collapse>.xmedium-10 {
    width: 83.33333%;
  }

  .usmall-margin-collapse>.xmedium-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 64em) {
  .usmall-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .usmall-margin-collapse>.large-2 {
    width: 16.66667%;
  }

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

  .usmall-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .usmall-margin-collapse>.large-5 {
    width: 41.66667%;
  }

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

  .usmall-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .usmall-margin-collapse>.large-8 {
    width: 66.66667%;
  }

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

  .usmall-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .usmall-margin-collapse>.large-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 64.0625em) {
  .usmall-margin-collapse>.glarge-1 {
    width: 8.33333%;
  }

  .usmall-margin-collapse>.glarge-2 {
    width: 16.66667%;
  }

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

  .usmall-margin-collapse>.glarge-4 {
    width: 33.33333%;
  }

  .usmall-margin-collapse>.glarge-5 {
    width: 41.66667%;
  }

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

  .usmall-margin-collapse>.glarge-7 {
    width: 58.33333%;
  }

  .usmall-margin-collapse>.glarge-8 {
    width: 66.66667%;
  }

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

  .usmall-margin-collapse>.glarge-10 {
    width: 83.33333%;
  }

  .usmall-margin-collapse>.glarge-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 65.625em) {
  .usmall-margin-collapse>.menubreak-1 {
    width: 8.33333%;
  }

  .usmall-margin-collapse>.menubreak-2 {
    width: 16.66667%;
  }

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

  .usmall-margin-collapse>.menubreak-4 {
    width: 33.33333%;
  }

  .usmall-margin-collapse>.menubreak-5 {
    width: 41.66667%;
  }

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

  .usmall-margin-collapse>.menubreak-7 {
    width: 58.33333%;
  }

  .usmall-margin-collapse>.menubreak-8 {
    width: 66.66667%;
  }

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

  .usmall-margin-collapse>.menubreak-10 {
    width: 83.33333%;
  }

  .usmall-margin-collapse>.menubreak-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 80em) {
  .usmall-margin-collapse>.xlarge-1 {
    width: 8.33333%;
  }

  .usmall-margin-collapse>.xlarge-2 {
    width: 16.66667%;
  }

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

  .usmall-margin-collapse>.xlarge-4 {
    width: 33.33333%;
  }

  .usmall-margin-collapse>.xlarge-5 {
    width: 41.66667%;
  }

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

  .usmall-margin-collapse>.xlarge-7 {
    width: 58.33333%;
  }

  .usmall-margin-collapse>.xlarge-8 {
    width: 66.66667%;
  }

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

  .usmall-margin-collapse>.xlarge-10 {
    width: 83.33333%;
  }

  .usmall-margin-collapse>.xlarge-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 90em) {
  .usmall-margin-collapse>.xxlarge-1 {
    width: 8.33333%;
  }

  .usmall-margin-collapse>.xxlarge-2 {
    width: 16.66667%;
  }

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

  .usmall-margin-collapse>.xxlarge-4 {
    width: 33.33333%;
  }

  .usmall-margin-collapse>.xxlarge-5 {
    width: 41.66667%;
  }

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

  .usmall-margin-collapse>.xxlarge-7 {
    width: 58.33333%;
  }

  .usmall-margin-collapse>.xxlarge-8 {
    width: 66.66667%;
  }

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

  .usmall-margin-collapse>.xxlarge-10 {
    width: 83.33333%;
  }

  .usmall-margin-collapse>.xxlarge-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 112.5em) {
  .usmall-margin-collapse>.big-1 {
    width: 8.33333%;
  }

  .usmall-margin-collapse>.big-2 {
    width: 16.66667%;
  }

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

  .usmall-margin-collapse>.big-4 {
    width: 33.33333%;
  }

  .usmall-margin-collapse>.big-5 {
    width: 41.66667%;
  }

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

  .usmall-margin-collapse>.big-7 {
    width: 58.33333%;
  }

  .usmall-margin-collapse>.big-8 {
    width: 66.66667%;
  }

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

  .usmall-margin-collapse>.big-10 {
    width: 83.33333%;
  }

  .usmall-margin-collapse>.big-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 20em) {
  .usmall-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

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

@media print,
screen and (min-width: 26.5625em) {
  .uusmall-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

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

@media print,
screen and (min-width: 26.5625em) {
  .uusmall-margin-collapse>.small-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 26.5625em) {
  .uusmall-margin-collapse>.usmall-1 {
    width: 8.33333%;
  }

  .uusmall-margin-collapse>.usmall-2 {
    width: 16.66667%;
  }

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

  .uusmall-margin-collapse>.usmall-4 {
    width: 33.33333%;
  }

  .uusmall-margin-collapse>.usmall-5 {
    width: 41.66667%;
  }

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

  .uusmall-margin-collapse>.usmall-7 {
    width: 58.33333%;
  }

  .uusmall-margin-collapse>.usmall-8 {
    width: 66.66667%;
  }

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

  .uusmall-margin-collapse>.usmall-10 {
    width: 83.33333%;
  }

  .uusmall-margin-collapse>.usmall-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 26.5625em) {
  .uusmall-margin-collapse>.uusmall-1 {
    width: 8.33333%;
  }

  .uusmall-margin-collapse>.uusmall-2 {
    width: 16.66667%;
  }

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

  .uusmall-margin-collapse>.uusmall-4 {
    width: 33.33333%;
  }

  .uusmall-margin-collapse>.uusmall-5 {
    width: 41.66667%;
  }

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

  .uusmall-margin-collapse>.uusmall-7 {
    width: 58.33333%;
  }

  .uusmall-margin-collapse>.uusmall-8 {
    width: 66.66667%;
  }

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

  .uusmall-margin-collapse>.uusmall-10 {
    width: 83.33333%;
  }

  .uusmall-margin-collapse>.uusmall-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 26.625em) {
  .uusmall-margin-collapse>.gsmall-1 {
    width: 8.33333%;
  }

  .uusmall-margin-collapse>.gsmall-2 {
    width: 16.66667%;
  }

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

  .uusmall-margin-collapse>.gsmall-4 {
    width: 33.33333%;
  }

  .uusmall-margin-collapse>.gsmall-5 {
    width: 41.66667%;
  }

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

  .uusmall-margin-collapse>.gsmall-7 {
    width: 58.33333%;
  }

  .uusmall-margin-collapse>.gsmall-8 {
    width: 66.66667%;
  }

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

  .uusmall-margin-collapse>.gsmall-10 {
    width: 83.33333%;
  }

  .uusmall-margin-collapse>.gsmall-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 40em) {
  .uusmall-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .uusmall-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

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

  .uusmall-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .uusmall-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

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

  .uusmall-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .uusmall-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

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

  .uusmall-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .uusmall-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 48em) {
  .uusmall-margin-collapse>.xmedium-1 {
    width: 8.33333%;
  }

  .uusmall-margin-collapse>.xmedium-2 {
    width: 16.66667%;
  }

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

  .uusmall-margin-collapse>.xmedium-4 {
    width: 33.33333%;
  }

  .uusmall-margin-collapse>.xmedium-5 {
    width: 41.66667%;
  }

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

  .uusmall-margin-collapse>.xmedium-7 {
    width: 58.33333%;
  }

  .uusmall-margin-collapse>.xmedium-8 {
    width: 66.66667%;
  }

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

  .uusmall-margin-collapse>.xmedium-10 {
    width: 83.33333%;
  }

  .uusmall-margin-collapse>.xmedium-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 64em) {
  .uusmall-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .uusmall-margin-collapse>.large-2 {
    width: 16.66667%;
  }

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

  .uusmall-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .uusmall-margin-collapse>.large-5 {
    width: 41.66667%;
  }

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

  .uusmall-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .uusmall-margin-collapse>.large-8 {
    width: 66.66667%;
  }

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

  .uusmall-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .uusmall-margin-collapse>.large-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 64.0625em) {
  .uusmall-margin-collapse>.glarge-1 {
    width: 8.33333%;
  }

  .uusmall-margin-collapse>.glarge-2 {
    width: 16.66667%;
  }

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

  .uusmall-margin-collapse>.glarge-4 {
    width: 33.33333%;
  }

  .uusmall-margin-collapse>.glarge-5 {
    width: 41.66667%;
  }

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

  .uusmall-margin-collapse>.glarge-7 {
    width: 58.33333%;
  }

  .uusmall-margin-collapse>.glarge-8 {
    width: 66.66667%;
  }

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

  .uusmall-margin-collapse>.glarge-10 {
    width: 83.33333%;
  }

  .uusmall-margin-collapse>.glarge-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 65.625em) {
  .uusmall-margin-collapse>.menubreak-1 {
    width: 8.33333%;
  }

  .uusmall-margin-collapse>.menubreak-2 {
    width: 16.66667%;
  }

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

  .uusmall-margin-collapse>.menubreak-4 {
    width: 33.33333%;
  }

  .uusmall-margin-collapse>.menubreak-5 {
    width: 41.66667%;
  }

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

  .uusmall-margin-collapse>.menubreak-7 {
    width: 58.33333%;
  }

  .uusmall-margin-collapse>.menubreak-8 {
    width: 66.66667%;
  }

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

  .uusmall-margin-collapse>.menubreak-10 {
    width: 83.33333%;
  }

  .uusmall-margin-collapse>.menubreak-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 80em) {
  .uusmall-margin-collapse>.xlarge-1 {
    width: 8.33333%;
  }

  .uusmall-margin-collapse>.xlarge-2 {
    width: 16.66667%;
  }

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

  .uusmall-margin-collapse>.xlarge-4 {
    width: 33.33333%;
  }

  .uusmall-margin-collapse>.xlarge-5 {
    width: 41.66667%;
  }

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

  .uusmall-margin-collapse>.xlarge-7 {
    width: 58.33333%;
  }

  .uusmall-margin-collapse>.xlarge-8 {
    width: 66.66667%;
  }

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

  .uusmall-margin-collapse>.xlarge-10 {
    width: 83.33333%;
  }

  .uusmall-margin-collapse>.xlarge-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 90em) {
  .uusmall-margin-collapse>.xxlarge-1 {
    width: 8.33333%;
  }

  .uusmall-margin-collapse>.xxlarge-2 {
    width: 16.66667%;
  }

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

  .uusmall-margin-collapse>.xxlarge-4 {
    width: 33.33333%;
  }

  .uusmall-margin-collapse>.xxlarge-5 {
    width: 41.66667%;
  }

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

  .uusmall-margin-collapse>.xxlarge-7 {
    width: 58.33333%;
  }

  .uusmall-margin-collapse>.xxlarge-8 {
    width: 66.66667%;
  }

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

  .uusmall-margin-collapse>.xxlarge-10 {
    width: 83.33333%;
  }

  .uusmall-margin-collapse>.xxlarge-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 112.5em) {
  .uusmall-margin-collapse>.big-1 {
    width: 8.33333%;
  }

  .uusmall-margin-collapse>.big-2 {
    width: 16.66667%;
  }

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

  .uusmall-margin-collapse>.big-4 {
    width: 33.33333%;
  }

  .uusmall-margin-collapse>.big-5 {
    width: 41.66667%;
  }

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

  .uusmall-margin-collapse>.big-7 {
    width: 58.33333%;
  }

  .uusmall-margin-collapse>.big-8 {
    width: 66.66667%;
  }

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

  .uusmall-margin-collapse>.big-10 {
    width: 83.33333%;
  }

  .uusmall-margin-collapse>.big-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 26.5625em) {
  .uusmall-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

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

@media print,
screen and (min-width: 26.625em) {
  .gsmall-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

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

@media print,
screen and (min-width: 26.625em) {
  .gsmall-margin-collapse>.small-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 26.625em) {
  .gsmall-margin-collapse>.usmall-1 {
    width: 8.33333%;
  }

  .gsmall-margin-collapse>.usmall-2 {
    width: 16.66667%;
  }

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

  .gsmall-margin-collapse>.usmall-4 {
    width: 33.33333%;
  }

  .gsmall-margin-collapse>.usmall-5 {
    width: 41.66667%;
  }

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

  .gsmall-margin-collapse>.usmall-7 {
    width: 58.33333%;
  }

  .gsmall-margin-collapse>.usmall-8 {
    width: 66.66667%;
  }

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

  .gsmall-margin-collapse>.usmall-10 {
    width: 83.33333%;
  }

  .gsmall-margin-collapse>.usmall-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 26.625em) {
  .gsmall-margin-collapse>.uusmall-1 {
    width: 8.33333%;
  }

  .gsmall-margin-collapse>.uusmall-2 {
    width: 16.66667%;
  }

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

  .gsmall-margin-collapse>.uusmall-4 {
    width: 33.33333%;
  }

  .gsmall-margin-collapse>.uusmall-5 {
    width: 41.66667%;
  }

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

  .gsmall-margin-collapse>.uusmall-7 {
    width: 58.33333%;
  }

  .gsmall-margin-collapse>.uusmall-8 {
    width: 66.66667%;
  }

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

  .gsmall-margin-collapse>.uusmall-10 {
    width: 83.33333%;
  }

  .gsmall-margin-collapse>.uusmall-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 26.625em) {
  .gsmall-margin-collapse>.gsmall-1 {
    width: 8.33333%;
  }

  .gsmall-margin-collapse>.gsmall-2 {
    width: 16.66667%;
  }

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

  .gsmall-margin-collapse>.gsmall-4 {
    width: 33.33333%;
  }

  .gsmall-margin-collapse>.gsmall-5 {
    width: 41.66667%;
  }

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

  .gsmall-margin-collapse>.gsmall-7 {
    width: 58.33333%;
  }

  .gsmall-margin-collapse>.gsmall-8 {
    width: 66.66667%;
  }

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

  .gsmall-margin-collapse>.gsmall-10 {
    width: 83.33333%;
  }

  .gsmall-margin-collapse>.gsmall-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 40em) {
  .gsmall-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .gsmall-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

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

  .gsmall-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .gsmall-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

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

  .gsmall-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .gsmall-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

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

  .gsmall-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .gsmall-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 48em) {
  .gsmall-margin-collapse>.xmedium-1 {
    width: 8.33333%;
  }

  .gsmall-margin-collapse>.xmedium-2 {
    width: 16.66667%;
  }

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

  .gsmall-margin-collapse>.xmedium-4 {
    width: 33.33333%;
  }

  .gsmall-margin-collapse>.xmedium-5 {
    width: 41.66667%;
  }

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

  .gsmall-margin-collapse>.xmedium-7 {
    width: 58.33333%;
  }

  .gsmall-margin-collapse>.xmedium-8 {
    width: 66.66667%;
  }

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

  .gsmall-margin-collapse>.xmedium-10 {
    width: 83.33333%;
  }

  .gsmall-margin-collapse>.xmedium-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 64em) {
  .gsmall-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .gsmall-margin-collapse>.large-2 {
    width: 16.66667%;
  }

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

  .gsmall-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .gsmall-margin-collapse>.large-5 {
    width: 41.66667%;
  }

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

  .gsmall-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .gsmall-margin-collapse>.large-8 {
    width: 66.66667%;
  }

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

  .gsmall-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .gsmall-margin-collapse>.large-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 64.0625em) {
  .gsmall-margin-collapse>.glarge-1 {
    width: 8.33333%;
  }

  .gsmall-margin-collapse>.glarge-2 {
    width: 16.66667%;
  }

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

  .gsmall-margin-collapse>.glarge-4 {
    width: 33.33333%;
  }

  .gsmall-margin-collapse>.glarge-5 {
    width: 41.66667%;
  }

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

  .gsmall-margin-collapse>.glarge-7 {
    width: 58.33333%;
  }

  .gsmall-margin-collapse>.glarge-8 {
    width: 66.66667%;
  }

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

  .gsmall-margin-collapse>.glarge-10 {
    width: 83.33333%;
  }

  .gsmall-margin-collapse>.glarge-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 65.625em) {
  .gsmall-margin-collapse>.menubreak-1 {
    width: 8.33333%;
  }

  .gsmall-margin-collapse>.menubreak-2 {
    width: 16.66667%;
  }

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

  .gsmall-margin-collapse>.menubreak-4 {
    width: 33.33333%;
  }

  .gsmall-margin-collapse>.menubreak-5 {
    width: 41.66667%;
  }

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

  .gsmall-margin-collapse>.menubreak-7 {
    width: 58.33333%;
  }

  .gsmall-margin-collapse>.menubreak-8 {
    width: 66.66667%;
  }

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

  .gsmall-margin-collapse>.menubreak-10 {
    width: 83.33333%;
  }

  .gsmall-margin-collapse>.menubreak-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 80em) {
  .gsmall-margin-collapse>.xlarge-1 {
    width: 8.33333%;
  }

  .gsmall-margin-collapse>.xlarge-2 {
    width: 16.66667%;
  }

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

  .gsmall-margin-collapse>.xlarge-4 {
    width: 33.33333%;
  }

  .gsmall-margin-collapse>.xlarge-5 {
    width: 41.66667%;
  }

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

  .gsmall-margin-collapse>.xlarge-7 {
    width: 58.33333%;
  }

  .gsmall-margin-collapse>.xlarge-8 {
    width: 66.66667%;
  }

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

  .gsmall-margin-collapse>.xlarge-10 {
    width: 83.33333%;
  }

  .gsmall-margin-collapse>.xlarge-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 90em) {
  .gsmall-margin-collapse>.xxlarge-1 {
    width: 8.33333%;
  }

  .gsmall-margin-collapse>.xxlarge-2 {
    width: 16.66667%;
  }

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

  .gsmall-margin-collapse>.xxlarge-4 {
    width: 33.33333%;
  }

  .gsmall-margin-collapse>.xxlarge-5 {
    width: 41.66667%;
  }

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

  .gsmall-margin-collapse>.xxlarge-7 {
    width: 58.33333%;
  }

  .gsmall-margin-collapse>.xxlarge-8 {
    width: 66.66667%;
  }

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

  .gsmall-margin-collapse>.xxlarge-10 {
    width: 83.33333%;
  }

  .gsmall-margin-collapse>.xxlarge-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 112.5em) {
  .gsmall-margin-collapse>.big-1 {
    width: 8.33333%;
  }

  .gsmall-margin-collapse>.big-2 {
    width: 16.66667%;
  }

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

  .gsmall-margin-collapse>.big-4 {
    width: 33.33333%;
  }

  .gsmall-margin-collapse>.big-5 {
    width: 41.66667%;
  }

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

  .gsmall-margin-collapse>.big-7 {
    width: 58.33333%;
  }

  .gsmall-margin-collapse>.big-8 {
    width: 66.66667%;
  }

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

  .gsmall-margin-collapse>.big-10 {
    width: 83.33333%;
  }

  .gsmall-margin-collapse>.big-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 26.625em) {
  .gsmall-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

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

@media print,
screen and (min-width: 40em) {
  .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: 40em) {
  .medium-margin-collapse>.small-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 40em) {
  .medium-margin-collapse>.usmall-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.usmall-2 {
    width: 16.66667%;
  }

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

  .medium-margin-collapse>.usmall-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.usmall-5 {
    width: 41.66667%;
  }

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

  .medium-margin-collapse>.usmall-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.usmall-8 {
    width: 66.66667%;
  }

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

  .medium-margin-collapse>.usmall-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.usmall-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 40em) {
  .medium-margin-collapse>.uusmall-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.uusmall-2 {
    width: 16.66667%;
  }

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

  .medium-margin-collapse>.uusmall-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.uusmall-5 {
    width: 41.66667%;
  }

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

  .medium-margin-collapse>.uusmall-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.uusmall-8 {
    width: 66.66667%;
  }

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

  .medium-margin-collapse>.uusmall-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.uusmall-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 40em) {
  .medium-margin-collapse>.gsmall-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.gsmall-2 {
    width: 16.66667%;
  }

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

  .medium-margin-collapse>.gsmall-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.gsmall-5 {
    width: 41.66667%;
  }

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

  .medium-margin-collapse>.gsmall-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.gsmall-8 {
    width: 66.66667%;
  }

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

  .medium-margin-collapse>.gsmall-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.gsmall-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 40em) {
  .medium-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

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

  .medium-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

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

  .medium-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

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

  .medium-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 48em) {
  .medium-margin-collapse>.xmedium-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.xmedium-2 {
    width: 16.66667%;
  }

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

  .medium-margin-collapse>.xmedium-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.xmedium-5 {
    width: 41.66667%;
  }

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

  .medium-margin-collapse>.xmedium-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.xmedium-8 {
    width: 66.66667%;
  }

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

  .medium-margin-collapse>.xmedium-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.xmedium-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 64em) {
  .medium-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.large-2 {
    width: 16.66667%;
  }

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

  .medium-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.large-5 {
    width: 41.66667%;
  }

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

  .medium-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.large-8 {
    width: 66.66667%;
  }

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

  .medium-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.large-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 64.0625em) {
  .medium-margin-collapse>.glarge-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.glarge-2 {
    width: 16.66667%;
  }

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

  .medium-margin-collapse>.glarge-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.glarge-5 {
    width: 41.66667%;
  }

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

  .medium-margin-collapse>.glarge-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.glarge-8 {
    width: 66.66667%;
  }

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

  .medium-margin-collapse>.glarge-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.glarge-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 65.625em) {
  .medium-margin-collapse>.menubreak-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.menubreak-2 {
    width: 16.66667%;
  }

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

  .medium-margin-collapse>.menubreak-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.menubreak-5 {
    width: 41.66667%;
  }

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

  .medium-margin-collapse>.menubreak-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.menubreak-8 {
    width: 66.66667%;
  }

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

  .medium-margin-collapse>.menubreak-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.menubreak-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 80em) {
  .medium-margin-collapse>.xlarge-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.xlarge-2 {
    width: 16.66667%;
  }

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

  .medium-margin-collapse>.xlarge-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.xlarge-5 {
    width: 41.66667%;
  }

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

  .medium-margin-collapse>.xlarge-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.xlarge-8 {
    width: 66.66667%;
  }

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

  .medium-margin-collapse>.xlarge-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.xlarge-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 90em) {
  .medium-margin-collapse>.xxlarge-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.xxlarge-2 {
    width: 16.66667%;
  }

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

  .medium-margin-collapse>.xxlarge-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.xxlarge-5 {
    width: 41.66667%;
  }

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

  .medium-margin-collapse>.xxlarge-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.xxlarge-8 {
    width: 66.66667%;
  }

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

  .medium-margin-collapse>.xxlarge-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.xxlarge-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 112.5em) {
  .medium-margin-collapse>.big-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.big-2 {
    width: 16.66667%;
  }

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

  .medium-margin-collapse>.big-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.big-5 {
    width: 41.66667%;
  }

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

  .medium-margin-collapse>.big-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.big-8 {
    width: 66.66667%;
  }

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

  .medium-margin-collapse>.big-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.big-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 40em) {
  .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: 48em) {
  .xmedium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

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

@media print,
screen and (min-width: 48em) {
  .xmedium-margin-collapse>.small-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 48em) {
  .xmedium-margin-collapse>.usmall-1 {
    width: 8.33333%;
  }

  .xmedium-margin-collapse>.usmall-2 {
    width: 16.66667%;
  }

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

  .xmedium-margin-collapse>.usmall-4 {
    width: 33.33333%;
  }

  .xmedium-margin-collapse>.usmall-5 {
    width: 41.66667%;
  }

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

  .xmedium-margin-collapse>.usmall-7 {
    width: 58.33333%;
  }

  .xmedium-margin-collapse>.usmall-8 {
    width: 66.66667%;
  }

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

  .xmedium-margin-collapse>.usmall-10 {
    width: 83.33333%;
  }

  .xmedium-margin-collapse>.usmall-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 48em) {
  .xmedium-margin-collapse>.uusmall-1 {
    width: 8.33333%;
  }

  .xmedium-margin-collapse>.uusmall-2 {
    width: 16.66667%;
  }

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

  .xmedium-margin-collapse>.uusmall-4 {
    width: 33.33333%;
  }

  .xmedium-margin-collapse>.uusmall-5 {
    width: 41.66667%;
  }

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

  .xmedium-margin-collapse>.uusmall-7 {
    width: 58.33333%;
  }

  .xmedium-margin-collapse>.uusmall-8 {
    width: 66.66667%;
  }

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

  .xmedium-margin-collapse>.uusmall-10 {
    width: 83.33333%;
  }

  .xmedium-margin-collapse>.uusmall-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 48em) {
  .xmedium-margin-collapse>.gsmall-1 {
    width: 8.33333%;
  }

  .xmedium-margin-collapse>.gsmall-2 {
    width: 16.66667%;
  }

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

  .xmedium-margin-collapse>.gsmall-4 {
    width: 33.33333%;
  }

  .xmedium-margin-collapse>.gsmall-5 {
    width: 41.66667%;
  }

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

  .xmedium-margin-collapse>.gsmall-7 {
    width: 58.33333%;
  }

  .xmedium-margin-collapse>.gsmall-8 {
    width: 66.66667%;
  }

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

  .xmedium-margin-collapse>.gsmall-10 {
    width: 83.33333%;
  }

  .xmedium-margin-collapse>.gsmall-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 48em) {
  .xmedium-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .xmedium-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

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

  .xmedium-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .xmedium-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

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

  .xmedium-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .xmedium-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

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

  .xmedium-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .xmedium-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 48em) {
  .xmedium-margin-collapse>.xmedium-1 {
    width: 8.33333%;
  }

  .xmedium-margin-collapse>.xmedium-2 {
    width: 16.66667%;
  }

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

  .xmedium-margin-collapse>.xmedium-4 {
    width: 33.33333%;
  }

  .xmedium-margin-collapse>.xmedium-5 {
    width: 41.66667%;
  }

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

  .xmedium-margin-collapse>.xmedium-7 {
    width: 58.33333%;
  }

  .xmedium-margin-collapse>.xmedium-8 {
    width: 66.66667%;
  }

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

  .xmedium-margin-collapse>.xmedium-10 {
    width: 83.33333%;
  }

  .xmedium-margin-collapse>.xmedium-11 {
    width: 91.66667%;
  }

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

@media print,
screen and (min-width: 64em) {
  .xmedium-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .xmedium-margin-collapse>.large-2 {
    width: 16.66667%;
  }

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

  .xmedium-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .xmedium-margin-collapse>.large-5 {
    width: 41.66667%;
  }

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

  .xmedium-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .xmedium-margin-collapse>.large-8 {
    width: 66.66667%;
  }

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

  .xmedium-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .xmedium-margin-collapse>.large-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 64.0625em) {
  .xmedium-margin-collapse>.glarge-1 {
    width: 8.33333%;
  }

  .xmedium-margin-collapse>.glarge-2 {
    width: 16.66667%;
  }

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

  .xmedium-margin-collapse>.glarge-4 {
    width: 33.33333%;
  }

  .xmedium-margin-collapse>.glarge-5 {
    width: 41.66667%;
  }

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

  .xmedium-margin-collapse>.glarge-7 {
    width: 58.33333%;
  }

  .xmedium-margin-collapse>.glarge-8 {
    width: 66.66667%;
  }

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

  .xmedium-margin-collapse>.glarge-10 {
    width: 83.33333%;
  }

  .xmedium-margin-collapse>.glarge-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 65.625em) {
  .xmedium-margin-collapse>.menubreak-1 {
    width: 8.33333%;
  }

  .xmedium-margin-collapse>.menubreak-2 {
    width: 16.66667%;
  }

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

  .xmedium-margin-collapse>.menubreak-4 {
    width: 33.33333%;
  }

  .xmedium-margin-collapse>.menubreak-5 {
    width: 41.66667%;
  }

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

  .xmedium-margin-collapse>.menubreak-7 {
    width: 58.33333%;
  }

  .xmedium-margin-collapse>.menubreak-8 {
    width: 66.66667%;
  }

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

  .xmedium-margin-collapse>.menubreak-10 {
    width: 83.33333%;
  }

  .xmedium-margin-collapse>.menubreak-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 80em) {
  .xmedium-margin-collapse>.xlarge-1 {
    width: 8.33333%;
  }

  .xmedium-margin-collapse>.xlarge-2 {
    width: 16.66667%;
  }

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

  .xmedium-margin-collapse>.xlarge-4 {
    width: 33.33333%;
  }

  .xmedium-margin-collapse>.xlarge-5 {
    width: 41.66667%;
  }

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

  .xmedium-margin-collapse>.xlarge-7 {
    width: 58.33333%;
  }

  .xmedium-margin-collapse>.xlarge-8 {
    width: 66.66667%;
  }

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

  .xmedium-margin-collapse>.xlarge-10 {
    width: 83.33333%;
  }

  .xmedium-margin-collapse>.xlarge-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 90em) {
  .xmedium-margin-collapse>.xxlarge-1 {
    width: 8.33333%;
  }

  .xmedium-margin-collapse>.xxlarge-2 {
    width: 16.66667%;
  }

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

  .xmedium-margin-collapse>.xxlarge-4 {
    width: 33.33333%;
  }

  .xmedium-margin-collapse>.xxlarge-5 {
    width: 41.66667%;
  }

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

  .xmedium-margin-collapse>.xxlarge-7 {
    width: 58.33333%;
  }

  .xmedium-margin-collapse>.xxlarge-8 {
    width: 66.66667%;
  }

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

  .xmedium-margin-collapse>.xxlarge-10 {
    width: 83.33333%;
  }

  .xmedium-margin-collapse>.xxlarge-11 {
    width: 91.66667%;
  }

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

@media screen and (min-width: 112.5em) {
  .xmedium-margin-collapse>.big-1 {
    width: 8.33333%;
  }

  .xmedium-margin-collapse>.big-2 {
    width: 16.66667%;
  }

  .xmedium-margin-collapse>.big-3 {
    width: 25%;
  }

  .xmedium-margin-collapse>.big-4 {
    width: 33.33333%;
  }

  .xmedium-margin-collapse>.big-5 {
    width: 41.66667%;
  }

  .xmedium-margin-collapse>.big-6 {
    width: 50%;
  }

  .xmedium-margin-collapse>.big-7 {
    width: 58.33333%;
  }

  .xmedium-margin-collapse>.big-8 {
    width: 66.66667%;
  }

  .xmedium-margin-collapse>.big-9 {
    width: 75%;
  }

  .xmedium-margin-collapse>.big-10 {
    width: 83.33333%;
  }

  .xmedium-margin-collapse>.big-11 {
    width: 91.66667%;
  }

  .xmedium-margin-collapse>.big-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 48em) {
  .xmedium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xmedium-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.33333%;
  }

  .large-margin-collapse>.small-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.small-3 {
    width: 25%;
  }

  .large-margin-collapse>.small-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.small-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.small-6 {
    width: 50%;
  }

  .large-margin-collapse>.small-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.small-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.small-9 {
    width: 75%;
  }

  .large-margin-collapse>.small-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.small-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.small-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-margin-collapse>.usmall-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.usmall-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.usmall-3 {
    width: 25%;
  }

  .large-margin-collapse>.usmall-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.usmall-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.usmall-6 {
    width: 50%;
  }

  .large-margin-collapse>.usmall-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.usmall-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.usmall-9 {
    width: 75%;
  }

  .large-margin-collapse>.usmall-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.usmall-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.usmall-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-margin-collapse>.uusmall-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.uusmall-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.uusmall-3 {
    width: 25%;
  }

  .large-margin-collapse>.uusmall-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.uusmall-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.uusmall-6 {
    width: 50%;
  }

  .large-margin-collapse>.uusmall-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.uusmall-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.uusmall-9 {
    width: 75%;
  }

  .large-margin-collapse>.uusmall-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.uusmall-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.uusmall-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-margin-collapse>.gsmall-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.gsmall-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.gsmall-3 {
    width: 25%;
  }

  .large-margin-collapse>.gsmall-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.gsmall-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.gsmall-6 {
    width: 50%;
  }

  .large-margin-collapse>.gsmall-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.gsmall-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.gsmall-9 {
    width: 75%;
  }

  .large-margin-collapse>.gsmall-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.gsmall-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.gsmall-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.medium-3 {
    width: 25%;
  }

  .large-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.medium-6 {
    width: 50%;
  }

  .large-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.medium-9 {
    width: 75%;
  }

  .large-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.medium-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-margin-collapse>.xmedium-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.xmedium-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.xmedium-3 {
    width: 25%;
  }

  .large-margin-collapse>.xmedium-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.xmedium-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.xmedium-6 {
    width: 50%;
  }

  .large-margin-collapse>.xmedium-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.xmedium-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.xmedium-9 {
    width: 75%;
  }

  .large-margin-collapse>.xmedium-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.xmedium-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.xmedium-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.large-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.large-3 {
    width: 25%;
  }

  .large-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.large-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.large-6 {
    width: 50%;
  }

  .large-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.large-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.large-9 {
    width: 75%;
  }

  .large-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.large-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64.0625em) {
  .large-margin-collapse>.glarge-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.glarge-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.glarge-3 {
    width: 25%;
  }

  .large-margin-collapse>.glarge-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.glarge-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.glarge-6 {
    width: 50%;
  }

  .large-margin-collapse>.glarge-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.glarge-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.glarge-9 {
    width: 75%;
  }

  .large-margin-collapse>.glarge-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.glarge-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.glarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 65.625em) {
  .large-margin-collapse>.menubreak-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.menubreak-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.menubreak-3 {
    width: 25%;
  }

  .large-margin-collapse>.menubreak-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.menubreak-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.menubreak-6 {
    width: 50%;
  }

  .large-margin-collapse>.menubreak-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.menubreak-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.menubreak-9 {
    width: 75%;
  }

  .large-margin-collapse>.menubreak-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.menubreak-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.menubreak-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .large-margin-collapse>.xlarge-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.xlarge-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.xlarge-3 {
    width: 25%;
  }

  .large-margin-collapse>.xlarge-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.xlarge-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.xlarge-6 {
    width: 50%;
  }

  .large-margin-collapse>.xlarge-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.xlarge-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.xlarge-9 {
    width: 75%;
  }

  .large-margin-collapse>.xlarge-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.xlarge-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .large-margin-collapse>.xxlarge-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.xxlarge-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.xxlarge-3 {
    width: 25%;
  }

  .large-margin-collapse>.xxlarge-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.xxlarge-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.xxlarge-6 {
    width: 50%;
  }

  .large-margin-collapse>.xxlarge-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.xxlarge-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.xxlarge-9 {
    width: 75%;
  }

  .large-margin-collapse>.xxlarge-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.xxlarge-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .large-margin-collapse>.big-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.big-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.big-3 {
    width: 25%;
  }

  .large-margin-collapse>.big-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.big-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.big-6 {
    width: 50%;
  }

  .large-margin-collapse>.big-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.big-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.big-9 {
    width: 75%;
  }

  .large-margin-collapse>.big-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.big-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.big-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: 64.0625em) {
  .glarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .glarge-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 64.0625em) {
  .glarge-margin-collapse>.small-1 {
    width: 8.33333%;
  }

  .glarge-margin-collapse>.small-2 {
    width: 16.66667%;
  }

  .glarge-margin-collapse>.small-3 {
    width: 25%;
  }

  .glarge-margin-collapse>.small-4 {
    width: 33.33333%;
  }

  .glarge-margin-collapse>.small-5 {
    width: 41.66667%;
  }

  .glarge-margin-collapse>.small-6 {
    width: 50%;
  }

  .glarge-margin-collapse>.small-7 {
    width: 58.33333%;
  }

  .glarge-margin-collapse>.small-8 {
    width: 66.66667%;
  }

  .glarge-margin-collapse>.small-9 {
    width: 75%;
  }

  .glarge-margin-collapse>.small-10 {
    width: 83.33333%;
  }

  .glarge-margin-collapse>.small-11 {
    width: 91.66667%;
  }

  .glarge-margin-collapse>.small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64.0625em) {
  .glarge-margin-collapse>.usmall-1 {
    width: 8.33333%;
  }

  .glarge-margin-collapse>.usmall-2 {
    width: 16.66667%;
  }

  .glarge-margin-collapse>.usmall-3 {
    width: 25%;
  }

  .glarge-margin-collapse>.usmall-4 {
    width: 33.33333%;
  }

  .glarge-margin-collapse>.usmall-5 {
    width: 41.66667%;
  }

  .glarge-margin-collapse>.usmall-6 {
    width: 50%;
  }

  .glarge-margin-collapse>.usmall-7 {
    width: 58.33333%;
  }

  .glarge-margin-collapse>.usmall-8 {
    width: 66.66667%;
  }

  .glarge-margin-collapse>.usmall-9 {
    width: 75%;
  }

  .glarge-margin-collapse>.usmall-10 {
    width: 83.33333%;
  }

  .glarge-margin-collapse>.usmall-11 {
    width: 91.66667%;
  }

  .glarge-margin-collapse>.usmall-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64.0625em) {
  .glarge-margin-collapse>.uusmall-1 {
    width: 8.33333%;
  }

  .glarge-margin-collapse>.uusmall-2 {
    width: 16.66667%;
  }

  .glarge-margin-collapse>.uusmall-3 {
    width: 25%;
  }

  .glarge-margin-collapse>.uusmall-4 {
    width: 33.33333%;
  }

  .glarge-margin-collapse>.uusmall-5 {
    width: 41.66667%;
  }

  .glarge-margin-collapse>.uusmall-6 {
    width: 50%;
  }

  .glarge-margin-collapse>.uusmall-7 {
    width: 58.33333%;
  }

  .glarge-margin-collapse>.uusmall-8 {
    width: 66.66667%;
  }

  .glarge-margin-collapse>.uusmall-9 {
    width: 75%;
  }

  .glarge-margin-collapse>.uusmall-10 {
    width: 83.33333%;
  }

  .glarge-margin-collapse>.uusmall-11 {
    width: 91.66667%;
  }

  .glarge-margin-collapse>.uusmall-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64.0625em) {
  .glarge-margin-collapse>.gsmall-1 {
    width: 8.33333%;
  }

  .glarge-margin-collapse>.gsmall-2 {
    width: 16.66667%;
  }

  .glarge-margin-collapse>.gsmall-3 {
    width: 25%;
  }

  .glarge-margin-collapse>.gsmall-4 {
    width: 33.33333%;
  }

  .glarge-margin-collapse>.gsmall-5 {
    width: 41.66667%;
  }

  .glarge-margin-collapse>.gsmall-6 {
    width: 50%;
  }

  .glarge-margin-collapse>.gsmall-7 {
    width: 58.33333%;
  }

  .glarge-margin-collapse>.gsmall-8 {
    width: 66.66667%;
  }

  .glarge-margin-collapse>.gsmall-9 {
    width: 75%;
  }

  .glarge-margin-collapse>.gsmall-10 {
    width: 83.33333%;
  }

  .glarge-margin-collapse>.gsmall-11 {
    width: 91.66667%;
  }

  .glarge-margin-collapse>.gsmall-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64.0625em) {
  .glarge-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .glarge-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

  .glarge-margin-collapse>.medium-3 {
    width: 25%;
  }

  .glarge-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .glarge-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

  .glarge-margin-collapse>.medium-6 {
    width: 50%;
  }

  .glarge-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .glarge-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

  .glarge-margin-collapse>.medium-9 {
    width: 75%;
  }

  .glarge-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .glarge-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

  .glarge-margin-collapse>.medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64.0625em) {
  .glarge-margin-collapse>.xmedium-1 {
    width: 8.33333%;
  }

  .glarge-margin-collapse>.xmedium-2 {
    width: 16.66667%;
  }

  .glarge-margin-collapse>.xmedium-3 {
    width: 25%;
  }

  .glarge-margin-collapse>.xmedium-4 {
    width: 33.33333%;
  }

  .glarge-margin-collapse>.xmedium-5 {
    width: 41.66667%;
  }

  .glarge-margin-collapse>.xmedium-6 {
    width: 50%;
  }

  .glarge-margin-collapse>.xmedium-7 {
    width: 58.33333%;
  }

  .glarge-margin-collapse>.xmedium-8 {
    width: 66.66667%;
  }

  .glarge-margin-collapse>.xmedium-9 {
    width: 75%;
  }

  .glarge-margin-collapse>.xmedium-10 {
    width: 83.33333%;
  }

  .glarge-margin-collapse>.xmedium-11 {
    width: 91.66667%;
  }

  .glarge-margin-collapse>.xmedium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64.0625em) {
  .glarge-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .glarge-margin-collapse>.large-2 {
    width: 16.66667%;
  }

  .glarge-margin-collapse>.large-3 {
    width: 25%;
  }

  .glarge-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .glarge-margin-collapse>.large-5 {
    width: 41.66667%;
  }

  .glarge-margin-collapse>.large-6 {
    width: 50%;
  }

  .glarge-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .glarge-margin-collapse>.large-8 {
    width: 66.66667%;
  }

  .glarge-margin-collapse>.large-9 {
    width: 75%;
  }

  .glarge-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .glarge-margin-collapse>.large-11 {
    width: 91.66667%;
  }

  .glarge-margin-collapse>.large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64.0625em) {
  .glarge-margin-collapse>.glarge-1 {
    width: 8.33333%;
  }

  .glarge-margin-collapse>.glarge-2 {
    width: 16.66667%;
  }

  .glarge-margin-collapse>.glarge-3 {
    width: 25%;
  }

  .glarge-margin-collapse>.glarge-4 {
    width: 33.33333%;
  }

  .glarge-margin-collapse>.glarge-5 {
    width: 41.66667%;
  }

  .glarge-margin-collapse>.glarge-6 {
    width: 50%;
  }

  .glarge-margin-collapse>.glarge-7 {
    width: 58.33333%;
  }

  .glarge-margin-collapse>.glarge-8 {
    width: 66.66667%;
  }

  .glarge-margin-collapse>.glarge-9 {
    width: 75%;
  }

  .glarge-margin-collapse>.glarge-10 {
    width: 83.33333%;
  }

  .glarge-margin-collapse>.glarge-11 {
    width: 91.66667%;
  }

  .glarge-margin-collapse>.glarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 65.625em) {
  .glarge-margin-collapse>.menubreak-1 {
    width: 8.33333%;
  }

  .glarge-margin-collapse>.menubreak-2 {
    width: 16.66667%;
  }

  .glarge-margin-collapse>.menubreak-3 {
    width: 25%;
  }

  .glarge-margin-collapse>.menubreak-4 {
    width: 33.33333%;
  }

  .glarge-margin-collapse>.menubreak-5 {
    width: 41.66667%;
  }

  .glarge-margin-collapse>.menubreak-6 {
    width: 50%;
  }

  .glarge-margin-collapse>.menubreak-7 {
    width: 58.33333%;
  }

  .glarge-margin-collapse>.menubreak-8 {
    width: 66.66667%;
  }

  .glarge-margin-collapse>.menubreak-9 {
    width: 75%;
  }

  .glarge-margin-collapse>.menubreak-10 {
    width: 83.33333%;
  }

  .glarge-margin-collapse>.menubreak-11 {
    width: 91.66667%;
  }

  .glarge-margin-collapse>.menubreak-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .glarge-margin-collapse>.xlarge-1 {
    width: 8.33333%;
  }

  .glarge-margin-collapse>.xlarge-2 {
    width: 16.66667%;
  }

  .glarge-margin-collapse>.xlarge-3 {
    width: 25%;
  }

  .glarge-margin-collapse>.xlarge-4 {
    width: 33.33333%;
  }

  .glarge-margin-collapse>.xlarge-5 {
    width: 41.66667%;
  }

  .glarge-margin-collapse>.xlarge-6 {
    width: 50%;
  }

  .glarge-margin-collapse>.xlarge-7 {
    width: 58.33333%;
  }

  .glarge-margin-collapse>.xlarge-8 {
    width: 66.66667%;
  }

  .glarge-margin-collapse>.xlarge-9 {
    width: 75%;
  }

  .glarge-margin-collapse>.xlarge-10 {
    width: 83.33333%;
  }

  .glarge-margin-collapse>.xlarge-11 {
    width: 91.66667%;
  }

  .glarge-margin-collapse>.xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .glarge-margin-collapse>.xxlarge-1 {
    width: 8.33333%;
  }

  .glarge-margin-collapse>.xxlarge-2 {
    width: 16.66667%;
  }

  .glarge-margin-collapse>.xxlarge-3 {
    width: 25%;
  }

  .glarge-margin-collapse>.xxlarge-4 {
    width: 33.33333%;
  }

  .glarge-margin-collapse>.xxlarge-5 {
    width: 41.66667%;
  }

  .glarge-margin-collapse>.xxlarge-6 {
    width: 50%;
  }

  .glarge-margin-collapse>.xxlarge-7 {
    width: 58.33333%;
  }

  .glarge-margin-collapse>.xxlarge-8 {
    width: 66.66667%;
  }

  .glarge-margin-collapse>.xxlarge-9 {
    width: 75%;
  }

  .glarge-margin-collapse>.xxlarge-10 {
    width: 83.33333%;
  }

  .glarge-margin-collapse>.xxlarge-11 {
    width: 91.66667%;
  }

  .glarge-margin-collapse>.xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .glarge-margin-collapse>.big-1 {
    width: 8.33333%;
  }

  .glarge-margin-collapse>.big-2 {
    width: 16.66667%;
  }

  .glarge-margin-collapse>.big-3 {
    width: 25%;
  }

  .glarge-margin-collapse>.big-4 {
    width: 33.33333%;
  }

  .glarge-margin-collapse>.big-5 {
    width: 41.66667%;
  }

  .glarge-margin-collapse>.big-6 {
    width: 50%;
  }

  .glarge-margin-collapse>.big-7 {
    width: 58.33333%;
  }

  .glarge-margin-collapse>.big-8 {
    width: 66.66667%;
  }

  .glarge-margin-collapse>.big-9 {
    width: 75%;
  }

  .glarge-margin-collapse>.big-10 {
    width: 83.33333%;
  }

  .glarge-margin-collapse>.big-11 {
    width: 91.66667%;
  }

  .glarge-margin-collapse>.big-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64.0625em) {
  .glarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .glarge-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 65.625em) {
  .menubreak-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .menubreak-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 65.625em) {
  .menubreak-margin-collapse>.small-1 {
    width: 8.33333%;
  }

  .menubreak-margin-collapse>.small-2 {
    width: 16.66667%;
  }

  .menubreak-margin-collapse>.small-3 {
    width: 25%;
  }

  .menubreak-margin-collapse>.small-4 {
    width: 33.33333%;
  }

  .menubreak-margin-collapse>.small-5 {
    width: 41.66667%;
  }

  .menubreak-margin-collapse>.small-6 {
    width: 50%;
  }

  .menubreak-margin-collapse>.small-7 {
    width: 58.33333%;
  }

  .menubreak-margin-collapse>.small-8 {
    width: 66.66667%;
  }

  .menubreak-margin-collapse>.small-9 {
    width: 75%;
  }

  .menubreak-margin-collapse>.small-10 {
    width: 83.33333%;
  }

  .menubreak-margin-collapse>.small-11 {
    width: 91.66667%;
  }

  .menubreak-margin-collapse>.small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 65.625em) {
  .menubreak-margin-collapse>.usmall-1 {
    width: 8.33333%;
  }

  .menubreak-margin-collapse>.usmall-2 {
    width: 16.66667%;
  }

  .menubreak-margin-collapse>.usmall-3 {
    width: 25%;
  }

  .menubreak-margin-collapse>.usmall-4 {
    width: 33.33333%;
  }

  .menubreak-margin-collapse>.usmall-5 {
    width: 41.66667%;
  }

  .menubreak-margin-collapse>.usmall-6 {
    width: 50%;
  }

  .menubreak-margin-collapse>.usmall-7 {
    width: 58.33333%;
  }

  .menubreak-margin-collapse>.usmall-8 {
    width: 66.66667%;
  }

  .menubreak-margin-collapse>.usmall-9 {
    width: 75%;
  }

  .menubreak-margin-collapse>.usmall-10 {
    width: 83.33333%;
  }

  .menubreak-margin-collapse>.usmall-11 {
    width: 91.66667%;
  }

  .menubreak-margin-collapse>.usmall-12 {
    width: 100%;
  }
}

@media screen and (min-width: 65.625em) {
  .menubreak-margin-collapse>.uusmall-1 {
    width: 8.33333%;
  }

  .menubreak-margin-collapse>.uusmall-2 {
    width: 16.66667%;
  }

  .menubreak-margin-collapse>.uusmall-3 {
    width: 25%;
  }

  .menubreak-margin-collapse>.uusmall-4 {
    width: 33.33333%;
  }

  .menubreak-margin-collapse>.uusmall-5 {
    width: 41.66667%;
  }

  .menubreak-margin-collapse>.uusmall-6 {
    width: 50%;
  }

  .menubreak-margin-collapse>.uusmall-7 {
    width: 58.33333%;
  }

  .menubreak-margin-collapse>.uusmall-8 {
    width: 66.66667%;
  }

  .menubreak-margin-collapse>.uusmall-9 {
    width: 75%;
  }

  .menubreak-margin-collapse>.uusmall-10 {
    width: 83.33333%;
  }

  .menubreak-margin-collapse>.uusmall-11 {
    width: 91.66667%;
  }

  .menubreak-margin-collapse>.uusmall-12 {
    width: 100%;
  }
}

@media screen and (min-width: 65.625em) {
  .menubreak-margin-collapse>.gsmall-1 {
    width: 8.33333%;
  }

  .menubreak-margin-collapse>.gsmall-2 {
    width: 16.66667%;
  }

  .menubreak-margin-collapse>.gsmall-3 {
    width: 25%;
  }

  .menubreak-margin-collapse>.gsmall-4 {
    width: 33.33333%;
  }

  .menubreak-margin-collapse>.gsmall-5 {
    width: 41.66667%;
  }

  .menubreak-margin-collapse>.gsmall-6 {
    width: 50%;
  }

  .menubreak-margin-collapse>.gsmall-7 {
    width: 58.33333%;
  }

  .menubreak-margin-collapse>.gsmall-8 {
    width: 66.66667%;
  }

  .menubreak-margin-collapse>.gsmall-9 {
    width: 75%;
  }

  .menubreak-margin-collapse>.gsmall-10 {
    width: 83.33333%;
  }

  .menubreak-margin-collapse>.gsmall-11 {
    width: 91.66667%;
  }

  .menubreak-margin-collapse>.gsmall-12 {
    width: 100%;
  }
}

@media screen and (min-width: 65.625em) {
  .menubreak-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .menubreak-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

  .menubreak-margin-collapse>.medium-3 {
    width: 25%;
  }

  .menubreak-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .menubreak-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

  .menubreak-margin-collapse>.medium-6 {
    width: 50%;
  }

  .menubreak-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .menubreak-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

  .menubreak-margin-collapse>.medium-9 {
    width: 75%;
  }

  .menubreak-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .menubreak-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

  .menubreak-margin-collapse>.medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 65.625em) {
  .menubreak-margin-collapse>.xmedium-1 {
    width: 8.33333%;
  }

  .menubreak-margin-collapse>.xmedium-2 {
    width: 16.66667%;
  }

  .menubreak-margin-collapse>.xmedium-3 {
    width: 25%;
  }

  .menubreak-margin-collapse>.xmedium-4 {
    width: 33.33333%;
  }

  .menubreak-margin-collapse>.xmedium-5 {
    width: 41.66667%;
  }

  .menubreak-margin-collapse>.xmedium-6 {
    width: 50%;
  }

  .menubreak-margin-collapse>.xmedium-7 {
    width: 58.33333%;
  }

  .menubreak-margin-collapse>.xmedium-8 {
    width: 66.66667%;
  }

  .menubreak-margin-collapse>.xmedium-9 {
    width: 75%;
  }

  .menubreak-margin-collapse>.xmedium-10 {
    width: 83.33333%;
  }

  .menubreak-margin-collapse>.xmedium-11 {
    width: 91.66667%;
  }

  .menubreak-margin-collapse>.xmedium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 65.625em) {
  .menubreak-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .menubreak-margin-collapse>.large-2 {
    width: 16.66667%;
  }

  .menubreak-margin-collapse>.large-3 {
    width: 25%;
  }

  .menubreak-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .menubreak-margin-collapse>.large-5 {
    width: 41.66667%;
  }

  .menubreak-margin-collapse>.large-6 {
    width: 50%;
  }

  .menubreak-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .menubreak-margin-collapse>.large-8 {
    width: 66.66667%;
  }

  .menubreak-margin-collapse>.large-9 {
    width: 75%;
  }

  .menubreak-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .menubreak-margin-collapse>.large-11 {
    width: 91.66667%;
  }

  .menubreak-margin-collapse>.large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 65.625em) {
  .menubreak-margin-collapse>.glarge-1 {
    width: 8.33333%;
  }

  .menubreak-margin-collapse>.glarge-2 {
    width: 16.66667%;
  }

  .menubreak-margin-collapse>.glarge-3 {
    width: 25%;
  }

  .menubreak-margin-collapse>.glarge-4 {
    width: 33.33333%;
  }

  .menubreak-margin-collapse>.glarge-5 {
    width: 41.66667%;
  }

  .menubreak-margin-collapse>.glarge-6 {
    width: 50%;
  }

  .menubreak-margin-collapse>.glarge-7 {
    width: 58.33333%;
  }

  .menubreak-margin-collapse>.glarge-8 {
    width: 66.66667%;
  }

  .menubreak-margin-collapse>.glarge-9 {
    width: 75%;
  }

  .menubreak-margin-collapse>.glarge-10 {
    width: 83.33333%;
  }

  .menubreak-margin-collapse>.glarge-11 {
    width: 91.66667%;
  }

  .menubreak-margin-collapse>.glarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 65.625em) {
  .menubreak-margin-collapse>.menubreak-1 {
    width: 8.33333%;
  }

  .menubreak-margin-collapse>.menubreak-2 {
    width: 16.66667%;
  }

  .menubreak-margin-collapse>.menubreak-3 {
    width: 25%;
  }

  .menubreak-margin-collapse>.menubreak-4 {
    width: 33.33333%;
  }

  .menubreak-margin-collapse>.menubreak-5 {
    width: 41.66667%;
  }

  .menubreak-margin-collapse>.menubreak-6 {
    width: 50%;
  }

  .menubreak-margin-collapse>.menubreak-7 {
    width: 58.33333%;
  }

  .menubreak-margin-collapse>.menubreak-8 {
    width: 66.66667%;
  }

  .menubreak-margin-collapse>.menubreak-9 {
    width: 75%;
  }

  .menubreak-margin-collapse>.menubreak-10 {
    width: 83.33333%;
  }

  .menubreak-margin-collapse>.menubreak-11 {
    width: 91.66667%;
  }

  .menubreak-margin-collapse>.menubreak-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .menubreak-margin-collapse>.xlarge-1 {
    width: 8.33333%;
  }

  .menubreak-margin-collapse>.xlarge-2 {
    width: 16.66667%;
  }

  .menubreak-margin-collapse>.xlarge-3 {
    width: 25%;
  }

  .menubreak-margin-collapse>.xlarge-4 {
    width: 33.33333%;
  }

  .menubreak-margin-collapse>.xlarge-5 {
    width: 41.66667%;
  }

  .menubreak-margin-collapse>.xlarge-6 {
    width: 50%;
  }

  .menubreak-margin-collapse>.xlarge-7 {
    width: 58.33333%;
  }

  .menubreak-margin-collapse>.xlarge-8 {
    width: 66.66667%;
  }

  .menubreak-margin-collapse>.xlarge-9 {
    width: 75%;
  }

  .menubreak-margin-collapse>.xlarge-10 {
    width: 83.33333%;
  }

  .menubreak-margin-collapse>.xlarge-11 {
    width: 91.66667%;
  }

  .menubreak-margin-collapse>.xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .menubreak-margin-collapse>.xxlarge-1 {
    width: 8.33333%;
  }

  .menubreak-margin-collapse>.xxlarge-2 {
    width: 16.66667%;
  }

  .menubreak-margin-collapse>.xxlarge-3 {
    width: 25%;
  }

  .menubreak-margin-collapse>.xxlarge-4 {
    width: 33.33333%;
  }

  .menubreak-margin-collapse>.xxlarge-5 {
    width: 41.66667%;
  }

  .menubreak-margin-collapse>.xxlarge-6 {
    width: 50%;
  }

  .menubreak-margin-collapse>.xxlarge-7 {
    width: 58.33333%;
  }

  .menubreak-margin-collapse>.xxlarge-8 {
    width: 66.66667%;
  }

  .menubreak-margin-collapse>.xxlarge-9 {
    width: 75%;
  }

  .menubreak-margin-collapse>.xxlarge-10 {
    width: 83.33333%;
  }

  .menubreak-margin-collapse>.xxlarge-11 {
    width: 91.66667%;
  }

  .menubreak-margin-collapse>.xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .menubreak-margin-collapse>.big-1 {
    width: 8.33333%;
  }

  .menubreak-margin-collapse>.big-2 {
    width: 16.66667%;
  }

  .menubreak-margin-collapse>.big-3 {
    width: 25%;
  }

  .menubreak-margin-collapse>.big-4 {
    width: 33.33333%;
  }

  .menubreak-margin-collapse>.big-5 {
    width: 41.66667%;
  }

  .menubreak-margin-collapse>.big-6 {
    width: 50%;
  }

  .menubreak-margin-collapse>.big-7 {
    width: 58.33333%;
  }

  .menubreak-margin-collapse>.big-8 {
    width: 66.66667%;
  }

  .menubreak-margin-collapse>.big-9 {
    width: 75%;
  }

  .menubreak-margin-collapse>.big-10 {
    width: 83.33333%;
  }

  .menubreak-margin-collapse>.big-11 {
    width: 91.66667%;
  }

  .menubreak-margin-collapse>.big-12 {
    width: 100%;
  }
}

@media screen and (min-width: 65.625em) {
  .menubreak-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .menubreak-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xlarge-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse>.small-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse>.small-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse>.small-3 {
    width: 25%;
  }

  .xlarge-margin-collapse>.small-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse>.small-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse>.small-6 {
    width: 50%;
  }

  .xlarge-margin-collapse>.small-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse>.small-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse>.small-9 {
    width: 75%;
  }

  .xlarge-margin-collapse>.small-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse>.small-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse>.small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse>.usmall-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse>.usmall-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse>.usmall-3 {
    width: 25%;
  }

  .xlarge-margin-collapse>.usmall-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse>.usmall-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse>.usmall-6 {
    width: 50%;
  }

  .xlarge-margin-collapse>.usmall-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse>.usmall-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse>.usmall-9 {
    width: 75%;
  }

  .xlarge-margin-collapse>.usmall-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse>.usmall-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse>.usmall-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse>.uusmall-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse>.uusmall-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse>.uusmall-3 {
    width: 25%;
  }

  .xlarge-margin-collapse>.uusmall-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse>.uusmall-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse>.uusmall-6 {
    width: 50%;
  }

  .xlarge-margin-collapse>.uusmall-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse>.uusmall-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse>.uusmall-9 {
    width: 75%;
  }

  .xlarge-margin-collapse>.uusmall-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse>.uusmall-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse>.uusmall-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse>.gsmall-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse>.gsmall-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse>.gsmall-3 {
    width: 25%;
  }

  .xlarge-margin-collapse>.gsmall-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse>.gsmall-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse>.gsmall-6 {
    width: 50%;
  }

  .xlarge-margin-collapse>.gsmall-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse>.gsmall-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse>.gsmall-9 {
    width: 75%;
  }

  .xlarge-margin-collapse>.gsmall-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse>.gsmall-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse>.gsmall-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse>.medium-3 {
    width: 25%;
  }

  .xlarge-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse>.medium-6 {
    width: 50%;
  }

  .xlarge-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse>.medium-9 {
    width: 75%;
  }

  .xlarge-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse>.medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse>.xmedium-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse>.xmedium-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse>.xmedium-3 {
    width: 25%;
  }

  .xlarge-margin-collapse>.xmedium-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse>.xmedium-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse>.xmedium-6 {
    width: 50%;
  }

  .xlarge-margin-collapse>.xmedium-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse>.xmedium-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse>.xmedium-9 {
    width: 75%;
  }

  .xlarge-margin-collapse>.xmedium-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse>.xmedium-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse>.xmedium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse>.large-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse>.large-3 {
    width: 25%;
  }

  .xlarge-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse>.large-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse>.large-6 {
    width: 50%;
  }

  .xlarge-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse>.large-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse>.large-9 {
    width: 75%;
  }

  .xlarge-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse>.large-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse>.large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse>.glarge-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse>.glarge-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse>.glarge-3 {
    width: 25%;
  }

  .xlarge-margin-collapse>.glarge-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse>.glarge-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse>.glarge-6 {
    width: 50%;
  }

  .xlarge-margin-collapse>.glarge-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse>.glarge-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse>.glarge-9 {
    width: 75%;
  }

  .xlarge-margin-collapse>.glarge-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse>.glarge-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse>.glarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse>.menubreak-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse>.menubreak-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse>.menubreak-3 {
    width: 25%;
  }

  .xlarge-margin-collapse>.menubreak-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse>.menubreak-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse>.menubreak-6 {
    width: 50%;
  }

  .xlarge-margin-collapse>.menubreak-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse>.menubreak-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse>.menubreak-9 {
    width: 75%;
  }

  .xlarge-margin-collapse>.menubreak-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse>.menubreak-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse>.menubreak-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse>.xlarge-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse>.xlarge-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse>.xlarge-3 {
    width: 25%;
  }

  .xlarge-margin-collapse>.xlarge-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse>.xlarge-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse>.xlarge-6 {
    width: 50%;
  }

  .xlarge-margin-collapse>.xlarge-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse>.xlarge-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse>.xlarge-9 {
    width: 75%;
  }

  .xlarge-margin-collapse>.xlarge-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse>.xlarge-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse>.xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse>.xxlarge-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse>.xxlarge-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse>.xxlarge-3 {
    width: 25%;
  }

  .xlarge-margin-collapse>.xxlarge-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse>.xxlarge-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse>.xxlarge-6 {
    width: 50%;
  }

  .xlarge-margin-collapse>.xxlarge-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse>.xxlarge-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse>.xxlarge-9 {
    width: 75%;
  }

  .xlarge-margin-collapse>.xxlarge-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse>.xxlarge-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse>.xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .xlarge-margin-collapse>.big-1 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse>.big-2 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse>.big-3 {
    width: 25%;
  }

  .xlarge-margin-collapse>.big-4 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse>.big-5 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse>.big-6 {
    width: 50%;
  }

  .xlarge-margin-collapse>.big-7 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse>.big-8 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse>.big-9 {
    width: 75%;
  }

  .xlarge-margin-collapse>.big-10 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse>.big-11 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse>.big-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xlarge-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xxlarge-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse>.small-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse>.small-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse>.small-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse>.small-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse>.small-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse>.small-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse>.small-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse>.small-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse>.small-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse>.small-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse>.small-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse>.small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse>.usmall-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse>.usmall-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse>.usmall-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse>.usmall-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse>.usmall-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse>.usmall-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse>.usmall-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse>.usmall-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse>.usmall-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse>.usmall-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse>.usmall-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse>.usmall-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse>.uusmall-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse>.uusmall-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse>.uusmall-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse>.uusmall-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse>.uusmall-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse>.uusmall-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse>.uusmall-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse>.uusmall-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse>.uusmall-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse>.uusmall-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse>.uusmall-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse>.uusmall-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse>.gsmall-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse>.gsmall-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse>.gsmall-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse>.gsmall-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse>.gsmall-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse>.gsmall-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse>.gsmall-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse>.gsmall-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse>.gsmall-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse>.gsmall-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse>.gsmall-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse>.gsmall-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse>.medium-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse>.medium-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse>.medium-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse>.medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse>.xmedium-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse>.xmedium-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse>.xmedium-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse>.xmedium-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse>.xmedium-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse>.xmedium-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse>.xmedium-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse>.xmedium-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse>.xmedium-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse>.xmedium-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse>.xmedium-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse>.xmedium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse>.large-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse>.large-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse>.large-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse>.large-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse>.large-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse>.large-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse>.large-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse>.large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse>.glarge-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse>.glarge-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse>.glarge-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse>.glarge-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse>.glarge-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse>.glarge-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse>.glarge-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse>.glarge-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse>.glarge-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse>.glarge-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse>.glarge-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse>.glarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse>.menubreak-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse>.menubreak-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse>.menubreak-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse>.menubreak-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse>.menubreak-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse>.menubreak-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse>.menubreak-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse>.menubreak-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse>.menubreak-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse>.menubreak-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse>.menubreak-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse>.menubreak-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse>.xlarge-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse>.xlarge-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse>.xlarge-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse>.xlarge-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse>.xlarge-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse>.xlarge-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse>.xlarge-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse>.xlarge-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse>.xlarge-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse>.xlarge-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse>.xlarge-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse>.xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse>.xxlarge-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse>.xxlarge-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse>.xxlarge-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse>.xxlarge-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse>.xxlarge-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse>.xxlarge-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse>.xxlarge-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse>.xxlarge-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse>.xxlarge-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse>.xxlarge-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse>.xxlarge-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse>.xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .xxlarge-margin-collapse>.big-1 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse>.big-2 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse>.big-3 {
    width: 25%;
  }

  .xxlarge-margin-collapse>.big-4 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse>.big-5 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse>.big-6 {
    width: 50%;
  }

  .xxlarge-margin-collapse>.big-7 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse>.big-8 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse>.big-9 {
    width: 75%;
  }

  .xxlarge-margin-collapse>.big-10 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse>.big-11 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse>.big-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xxlarge-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 112.5em) {
  .big-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .big-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 112.5em) {
  .big-margin-collapse>.small-1 {
    width: 8.33333%;
  }

  .big-margin-collapse>.small-2 {
    width: 16.66667%;
  }

  .big-margin-collapse>.small-3 {
    width: 25%;
  }

  .big-margin-collapse>.small-4 {
    width: 33.33333%;
  }

  .big-margin-collapse>.small-5 {
    width: 41.66667%;
  }

  .big-margin-collapse>.small-6 {
    width: 50%;
  }

  .big-margin-collapse>.small-7 {
    width: 58.33333%;
  }

  .big-margin-collapse>.small-8 {
    width: 66.66667%;
  }

  .big-margin-collapse>.small-9 {
    width: 75%;
  }

  .big-margin-collapse>.small-10 {
    width: 83.33333%;
  }

  .big-margin-collapse>.small-11 {
    width: 91.66667%;
  }

  .big-margin-collapse>.small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .big-margin-collapse>.usmall-1 {
    width: 8.33333%;
  }

  .big-margin-collapse>.usmall-2 {
    width: 16.66667%;
  }

  .big-margin-collapse>.usmall-3 {
    width: 25%;
  }

  .big-margin-collapse>.usmall-4 {
    width: 33.33333%;
  }

  .big-margin-collapse>.usmall-5 {
    width: 41.66667%;
  }

  .big-margin-collapse>.usmall-6 {
    width: 50%;
  }

  .big-margin-collapse>.usmall-7 {
    width: 58.33333%;
  }

  .big-margin-collapse>.usmall-8 {
    width: 66.66667%;
  }

  .big-margin-collapse>.usmall-9 {
    width: 75%;
  }

  .big-margin-collapse>.usmall-10 {
    width: 83.33333%;
  }

  .big-margin-collapse>.usmall-11 {
    width: 91.66667%;
  }

  .big-margin-collapse>.usmall-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .big-margin-collapse>.uusmall-1 {
    width: 8.33333%;
  }

  .big-margin-collapse>.uusmall-2 {
    width: 16.66667%;
  }

  .big-margin-collapse>.uusmall-3 {
    width: 25%;
  }

  .big-margin-collapse>.uusmall-4 {
    width: 33.33333%;
  }

  .big-margin-collapse>.uusmall-5 {
    width: 41.66667%;
  }

  .big-margin-collapse>.uusmall-6 {
    width: 50%;
  }

  .big-margin-collapse>.uusmall-7 {
    width: 58.33333%;
  }

  .big-margin-collapse>.uusmall-8 {
    width: 66.66667%;
  }

  .big-margin-collapse>.uusmall-9 {
    width: 75%;
  }

  .big-margin-collapse>.uusmall-10 {
    width: 83.33333%;
  }

  .big-margin-collapse>.uusmall-11 {
    width: 91.66667%;
  }

  .big-margin-collapse>.uusmall-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .big-margin-collapse>.gsmall-1 {
    width: 8.33333%;
  }

  .big-margin-collapse>.gsmall-2 {
    width: 16.66667%;
  }

  .big-margin-collapse>.gsmall-3 {
    width: 25%;
  }

  .big-margin-collapse>.gsmall-4 {
    width: 33.33333%;
  }

  .big-margin-collapse>.gsmall-5 {
    width: 41.66667%;
  }

  .big-margin-collapse>.gsmall-6 {
    width: 50%;
  }

  .big-margin-collapse>.gsmall-7 {
    width: 58.33333%;
  }

  .big-margin-collapse>.gsmall-8 {
    width: 66.66667%;
  }

  .big-margin-collapse>.gsmall-9 {
    width: 75%;
  }

  .big-margin-collapse>.gsmall-10 {
    width: 83.33333%;
  }

  .big-margin-collapse>.gsmall-11 {
    width: 91.66667%;
  }

  .big-margin-collapse>.gsmall-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .big-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .big-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

  .big-margin-collapse>.medium-3 {
    width: 25%;
  }

  .big-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .big-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

  .big-margin-collapse>.medium-6 {
    width: 50%;
  }

  .big-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .big-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

  .big-margin-collapse>.medium-9 {
    width: 75%;
  }

  .big-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .big-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

  .big-margin-collapse>.medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .big-margin-collapse>.xmedium-1 {
    width: 8.33333%;
  }

  .big-margin-collapse>.xmedium-2 {
    width: 16.66667%;
  }

  .big-margin-collapse>.xmedium-3 {
    width: 25%;
  }

  .big-margin-collapse>.xmedium-4 {
    width: 33.33333%;
  }

  .big-margin-collapse>.xmedium-5 {
    width: 41.66667%;
  }

  .big-margin-collapse>.xmedium-6 {
    width: 50%;
  }

  .big-margin-collapse>.xmedium-7 {
    width: 58.33333%;
  }

  .big-margin-collapse>.xmedium-8 {
    width: 66.66667%;
  }

  .big-margin-collapse>.xmedium-9 {
    width: 75%;
  }

  .big-margin-collapse>.xmedium-10 {
    width: 83.33333%;
  }

  .big-margin-collapse>.xmedium-11 {
    width: 91.66667%;
  }

  .big-margin-collapse>.xmedium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .big-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .big-margin-collapse>.large-2 {
    width: 16.66667%;
  }

  .big-margin-collapse>.large-3 {
    width: 25%;
  }

  .big-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .big-margin-collapse>.large-5 {
    width: 41.66667%;
  }

  .big-margin-collapse>.large-6 {
    width: 50%;
  }

  .big-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .big-margin-collapse>.large-8 {
    width: 66.66667%;
  }

  .big-margin-collapse>.large-9 {
    width: 75%;
  }

  .big-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .big-margin-collapse>.large-11 {
    width: 91.66667%;
  }

  .big-margin-collapse>.large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .big-margin-collapse>.glarge-1 {
    width: 8.33333%;
  }

  .big-margin-collapse>.glarge-2 {
    width: 16.66667%;
  }

  .big-margin-collapse>.glarge-3 {
    width: 25%;
  }

  .big-margin-collapse>.glarge-4 {
    width: 33.33333%;
  }

  .big-margin-collapse>.glarge-5 {
    width: 41.66667%;
  }

  .big-margin-collapse>.glarge-6 {
    width: 50%;
  }

  .big-margin-collapse>.glarge-7 {
    width: 58.33333%;
  }

  .big-margin-collapse>.glarge-8 {
    width: 66.66667%;
  }

  .big-margin-collapse>.glarge-9 {
    width: 75%;
  }

  .big-margin-collapse>.glarge-10 {
    width: 83.33333%;
  }

  .big-margin-collapse>.glarge-11 {
    width: 91.66667%;
  }

  .big-margin-collapse>.glarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .big-margin-collapse>.menubreak-1 {
    width: 8.33333%;
  }

  .big-margin-collapse>.menubreak-2 {
    width: 16.66667%;
  }

  .big-margin-collapse>.menubreak-3 {
    width: 25%;
  }

  .big-margin-collapse>.menubreak-4 {
    width: 33.33333%;
  }

  .big-margin-collapse>.menubreak-5 {
    width: 41.66667%;
  }

  .big-margin-collapse>.menubreak-6 {
    width: 50%;
  }

  .big-margin-collapse>.menubreak-7 {
    width: 58.33333%;
  }

  .big-margin-collapse>.menubreak-8 {
    width: 66.66667%;
  }

  .big-margin-collapse>.menubreak-9 {
    width: 75%;
  }

  .big-margin-collapse>.menubreak-10 {
    width: 83.33333%;
  }

  .big-margin-collapse>.menubreak-11 {
    width: 91.66667%;
  }

  .big-margin-collapse>.menubreak-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .big-margin-collapse>.xlarge-1 {
    width: 8.33333%;
  }

  .big-margin-collapse>.xlarge-2 {
    width: 16.66667%;
  }

  .big-margin-collapse>.xlarge-3 {
    width: 25%;
  }

  .big-margin-collapse>.xlarge-4 {
    width: 33.33333%;
  }

  .big-margin-collapse>.xlarge-5 {
    width: 41.66667%;
  }

  .big-margin-collapse>.xlarge-6 {
    width: 50%;
  }

  .big-margin-collapse>.xlarge-7 {
    width: 58.33333%;
  }

  .big-margin-collapse>.xlarge-8 {
    width: 66.66667%;
  }

  .big-margin-collapse>.xlarge-9 {
    width: 75%;
  }

  .big-margin-collapse>.xlarge-10 {
    width: 83.33333%;
  }

  .big-margin-collapse>.xlarge-11 {
    width: 91.66667%;
  }

  .big-margin-collapse>.xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .big-margin-collapse>.xxlarge-1 {
    width: 8.33333%;
  }

  .big-margin-collapse>.xxlarge-2 {
    width: 16.66667%;
  }

  .big-margin-collapse>.xxlarge-3 {
    width: 25%;
  }

  .big-margin-collapse>.xxlarge-4 {
    width: 33.33333%;
  }

  .big-margin-collapse>.xxlarge-5 {
    width: 41.66667%;
  }

  .big-margin-collapse>.xxlarge-6 {
    width: 50%;
  }

  .big-margin-collapse>.xxlarge-7 {
    width: 58.33333%;
  }

  .big-margin-collapse>.xxlarge-8 {
    width: 66.66667%;
  }

  .big-margin-collapse>.xxlarge-9 {
    width: 75%;
  }

  .big-margin-collapse>.xxlarge-10 {
    width: 83.33333%;
  }

  .big-margin-collapse>.xxlarge-11 {
    width: 91.66667%;
  }

  .big-margin-collapse>.xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .big-margin-collapse>.big-1 {
    width: 8.33333%;
  }

  .big-margin-collapse>.big-2 {
    width: 16.66667%;
  }

  .big-margin-collapse>.big-3 {
    width: 25%;
  }

  .big-margin-collapse>.big-4 {
    width: 33.33333%;
  }

  .big-margin-collapse>.big-5 {
    width: 41.66667%;
  }

  .big-margin-collapse>.big-6 {
    width: 50%;
  }

  .big-margin-collapse>.big-7 {
    width: 58.33333%;
  }

  .big-margin-collapse>.big-8 {
    width: 66.66667%;
  }

  .big-margin-collapse>.big-9 {
    width: 75%;
  }

  .big-margin-collapse>.big-10 {
    width: 83.33333%;
  }

  .big-margin-collapse>.big-11 {
    width: 91.66667%;
  }

  .big-margin-collapse>.big-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .big-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .big-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x>.small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x>.small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x>.small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x>.small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x>.small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x>.small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x>.small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x>.small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x>.small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x>.small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x>.small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x>.small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

@media print,
screen and (min-width: 20em) {
  .usmall-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x>.usmall-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }

  .usmall-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x>.usmall-offset-1 {
    margin-left: calc(8.33333% + 0.625rem);
  }

  .usmall-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x>.usmall-offset-2 {
    margin-left: calc(16.66667% + 0.625rem);
  }

  .usmall-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x>.usmall-offset-3 {
    margin-left: calc(25% + 0.625rem);
  }

  .usmall-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x>.usmall-offset-4 {
    margin-left: calc(33.33333% + 0.625rem);
  }

  .usmall-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x>.usmall-offset-5 {
    margin-left: calc(41.66667% + 0.625rem);
  }

  .usmall-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x>.usmall-offset-6 {
    margin-left: calc(50% + 0.625rem);
  }

  .usmall-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x>.usmall-offset-7 {
    margin-left: calc(58.33333% + 0.625rem);
  }

  .usmall-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x>.usmall-offset-8 {
    margin-left: calc(66.66667% + 0.625rem);
  }

  .usmall-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x>.usmall-offset-9 {
    margin-left: calc(75% + 0.625rem);
  }

  .usmall-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x>.usmall-offset-10 {
    margin-left: calc(83.33333% + 0.625rem);
  }

  .usmall-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x>.usmall-offset-11 {
    margin-left: calc(91.66667% + 0.625rem);
  }
}

@media print,
screen and (min-width: 26.5625em) {
  .uusmall-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x>.uusmall-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }

  .uusmall-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x>.uusmall-offset-1 {
    margin-left: calc(8.33333% + 0.625rem);
  }

  .uusmall-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x>.uusmall-offset-2 {
    margin-left: calc(16.66667% + 0.625rem);
  }

  .uusmall-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x>.uusmall-offset-3 {
    margin-left: calc(25% + 0.625rem);
  }

  .uusmall-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x>.uusmall-offset-4 {
    margin-left: calc(33.33333% + 0.625rem);
  }

  .uusmall-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x>.uusmall-offset-5 {
    margin-left: calc(41.66667% + 0.625rem);
  }

  .uusmall-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x>.uusmall-offset-6 {
    margin-left: calc(50% + 0.625rem);
  }

  .uusmall-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x>.uusmall-offset-7 {
    margin-left: calc(58.33333% + 0.625rem);
  }

  .uusmall-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x>.uusmall-offset-8 {
    margin-left: calc(66.66667% + 0.625rem);
  }

  .uusmall-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x>.uusmall-offset-9 {
    margin-left: calc(75% + 0.625rem);
  }

  .uusmall-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x>.uusmall-offset-10 {
    margin-left: calc(83.33333% + 0.625rem);
  }

  .uusmall-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x>.uusmall-offset-11 {
    margin-left: calc(91.66667% + 0.625rem);
  }
}

@media print,
screen and (min-width: 26.625em) {
  .gsmall-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x>.gsmall-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }

  .gsmall-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x>.gsmall-offset-1 {
    margin-left: calc(8.33333% + 0.625rem);
  }

  .gsmall-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x>.gsmall-offset-2 {
    margin-left: calc(16.66667% + 0.625rem);
  }

  .gsmall-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x>.gsmall-offset-3 {
    margin-left: calc(25% + 0.625rem);
  }

  .gsmall-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x>.gsmall-offset-4 {
    margin-left: calc(33.33333% + 0.625rem);
  }

  .gsmall-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x>.gsmall-offset-5 {
    margin-left: calc(41.66667% + 0.625rem);
  }

  .gsmall-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x>.gsmall-offset-6 {
    margin-left: calc(50% + 0.625rem);
  }

  .gsmall-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x>.gsmall-offset-7 {
    margin-left: calc(58.33333% + 0.625rem);
  }

  .gsmall-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x>.gsmall-offset-8 {
    margin-left: calc(66.66667% + 0.625rem);
  }

  .gsmall-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x>.gsmall-offset-9 {
    margin-left: calc(75% + 0.625rem);
  }

  .gsmall-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x>.gsmall-offset-10 {
    margin-left: calc(83.33333% + 0.625rem);
  }

  .gsmall-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x>.gsmall-offset-11 {
    margin-left: calc(91.66667% + 0.625rem);
  }
}

@media print,
screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x>.medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x>.medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x>.medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x>.medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x>.medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x>.medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x>.medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x>.medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x>.medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x>.medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x>.medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x>.medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media print,
screen and (min-width: 48em) {
  .xmedium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x>.xmedium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .xmedium-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x>.xmedium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .xmedium-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x>.xmedium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .xmedium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x>.xmedium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .xmedium-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x>.xmedium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .xmedium-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x>.xmedium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .xmedium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x>.xmedium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .xmedium-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x>.xmedium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .xmedium-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x>.xmedium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .xmedium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x>.xmedium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .xmedium-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x>.xmedium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .xmedium-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x>.xmedium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x>.large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x>.large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x>.large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x>.large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x>.large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x>.large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x>.large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x>.large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x>.large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x>.large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x>.large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x>.large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media screen and (min-width: 64.0625em) {
  .glarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x>.glarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .glarge-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x>.glarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .glarge-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x>.glarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .glarge-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x>.glarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .glarge-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x>.glarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .glarge-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x>.glarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .glarge-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x>.glarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .glarge-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x>.glarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .glarge-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x>.glarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .glarge-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x>.glarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .glarge-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x>.glarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .glarge-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x>.glarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media screen and (min-width: 65.625em) {
  .menubreak-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x>.menubreak-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .menubreak-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x>.menubreak-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .menubreak-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x>.menubreak-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .menubreak-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x>.menubreak-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .menubreak-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x>.menubreak-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .menubreak-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x>.menubreak-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .menubreak-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x>.menubreak-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .menubreak-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x>.menubreak-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .menubreak-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x>.menubreak-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .menubreak-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x>.menubreak-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .menubreak-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x>.menubreak-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .menubreak-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x>.menubreak-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media screen and (min-width: 80em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x>.xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x>.xlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x>.xlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .xlarge-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x>.xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x>.xlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x>.xlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .xlarge-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x>.xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x>.xlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x>.xlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .xlarge-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x>.xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x>.xlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x>.xlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x>.xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x>.xxlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .xxlarge-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x>.xxlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .xxlarge-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x>.xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .xxlarge-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x>.xxlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .xxlarge-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x>.xxlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .xxlarge-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x>.xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .xxlarge-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x>.xxlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .xxlarge-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x>.xxlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .xxlarge-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x>.xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .xxlarge-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x>.xxlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .xxlarge-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x>.xxlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media screen and (min-width: 112.5em) {
  .big-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x>.big-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .big-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x>.big-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .big-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x>.big-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .big-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x>.big-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .big-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x>.big-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .big-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x>.big-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .big-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x>.big-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .big-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x>.big-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .big-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x>.big-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .big-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x>.big-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .big-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x>.big-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .big-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x>.big-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

.grid-y {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -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 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print,
screen and (min-width: 20em) {

  .grid-y>.usmall-shrink,
  .grid-y>.usmall-full,
  .grid-y>.usmall-1,
  .grid-y>.usmall-2,
  .grid-y>.usmall-3,
  .grid-y>.usmall-4,
  .grid-y>.usmall-5,
  .grid-y>.usmall-6,
  .grid-y>.usmall-7,
  .grid-y>.usmall-8,
  .grid-y>.usmall-9,
  .grid-y>.usmall-10,
  .grid-y>.usmall-11,
  .grid-y>.usmall-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media print,
screen and (min-width: 26.5625em) {

  .grid-y>.uusmall-shrink,
  .grid-y>.uusmall-full,
  .grid-y>.uusmall-1,
  .grid-y>.uusmall-2,
  .grid-y>.uusmall-3,
  .grid-y>.uusmall-4,
  .grid-y>.uusmall-5,
  .grid-y>.uusmall-6,
  .grid-y>.uusmall-7,
  .grid-y>.uusmall-8,
  .grid-y>.uusmall-9,
  .grid-y>.uusmall-10,
  .grid-y>.uusmall-11,
  .grid-y>.uusmall-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media print,
screen and (min-width: 26.625em) {

  .grid-y>.gsmall-shrink,
  .grid-y>.gsmall-full,
  .grid-y>.gsmall-1,
  .grid-y>.gsmall-2,
  .grid-y>.gsmall-3,
  .grid-y>.gsmall-4,
  .grid-y>.gsmall-5,
  .grid-y>.gsmall-6,
  .grid-y>.gsmall-7,
  .grid-y>.gsmall-8,
  .grid-y>.gsmall-9,
  .grid-y>.gsmall-10,
  .grid-y>.gsmall-11,
  .grid-y>.gsmall-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media print,
screen and (min-width: 40em) {

  .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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media print,
screen and (min-width: 48em) {

  .grid-y>.xmedium-shrink,
  .grid-y>.xmedium-full,
  .grid-y>.xmedium-1,
  .grid-y>.xmedium-2,
  .grid-y>.xmedium-3,
  .grid-y>.xmedium-4,
  .grid-y>.xmedium-5,
  .grid-y>.xmedium-6,
  .grid-y>.xmedium-7,
  .grid-y>.xmedium-8,
  .grid-y>.xmedium-9,
  .grid-y>.xmedium-10,
  .grid-y>.xmedium-11,
  .grid-y>.xmedium-12 {
    -webkit-flex-basis: auto;
    -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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (min-width: 64.0625em) {

  .grid-y>.glarge-shrink,
  .grid-y>.glarge-full,
  .grid-y>.glarge-1,
  .grid-y>.glarge-2,
  .grid-y>.glarge-3,
  .grid-y>.glarge-4,
  .grid-y>.glarge-5,
  .grid-y>.glarge-6,
  .grid-y>.glarge-7,
  .grid-y>.glarge-8,
  .grid-y>.glarge-9,
  .grid-y>.glarge-10,
  .grid-y>.glarge-11,
  .grid-y>.glarge-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (min-width: 65.625em) {

  .grid-y>.menubreak-shrink,
  .grid-y>.menubreak-full,
  .grid-y>.menubreak-1,
  .grid-y>.menubreak-2,
  .grid-y>.menubreak-3,
  .grid-y>.menubreak-4,
  .grid-y>.menubreak-5,
  .grid-y>.menubreak-6,
  .grid-y>.menubreak-7,
  .grid-y>.menubreak-8,
  .grid-y>.menubreak-9,
  .grid-y>.menubreak-10,
  .grid-y>.menubreak-11,
  .grid-y>.menubreak-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (min-width: 80em) {

  .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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (min-width: 90em) {

  .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 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (min-width: 112.5em) {

  .grid-y>.big-shrink,
  .grid-y>.big-full,
  .grid-y>.big-1,
  .grid-y>.big-2,
  .grid-y>.big-3,
  .grid-y>.big-4,
  .grid-y>.big-5,
  .grid-y>.big-6,
  .grid-y>.big-7,
  .grid-y>.big-8,
  .grid-y>.big-9,
  .grid-y>.big-10,
  .grid-y>.big-11,
  .grid-y>.big-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.grid-y>.small-1 {
  height: 8.33333%;
}

.grid-y>.small-2 {
  height: 16.66667%;
}

.grid-y>.small-3 {
  height: 25%;
}

.grid-y>.small-4 {
  height: 33.33333%;
}

.grid-y>.small-5 {
  height: 41.66667%;
}

.grid-y>.small-6 {
  height: 50%;
}

.grid-y>.small-7 {
  height: 58.33333%;
}

.grid-y>.small-8 {
  height: 66.66667%;
}

.grid-y>.small-9 {
  height: 75%;
}

.grid-y>.small-10 {
  height: 83.33333%;
}

.grid-y>.small-11 {
  height: 91.66667%;
}

.grid-y>.small-12 {
  height: 100%;
}

@media print,
screen and (min-width: 20em) {
  .grid-y>.usmall-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y>.usmall-shrink {
    height: auto;
  }

  .grid-y>.usmall-1 {
    height: 8.33333%;
  }

  .grid-y>.usmall-2 {
    height: 16.66667%;
  }

  .grid-y>.usmall-3 {
    height: 25%;
  }

  .grid-y>.usmall-4 {
    height: 33.33333%;
  }

  .grid-y>.usmall-5 {
    height: 41.66667%;
  }

  .grid-y>.usmall-6 {
    height: 50%;
  }

  .grid-y>.usmall-7 {
    height: 58.33333%;
  }

  .grid-y>.usmall-8 {
    height: 66.66667%;
  }

  .grid-y>.usmall-9 {
    height: 75%;
  }

  .grid-y>.usmall-10 {
    height: 83.33333%;
  }

  .grid-y>.usmall-11 {
    height: 91.66667%;
  }

  .grid-y>.usmall-12 {
    height: 100%;
  }
}

@media print,
screen and (min-width: 26.5625em) {
  .grid-y>.uusmall-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y>.uusmall-shrink {
    height: auto;
  }

  .grid-y>.uusmall-1 {
    height: 8.33333%;
  }

  .grid-y>.uusmall-2 {
    height: 16.66667%;
  }

  .grid-y>.uusmall-3 {
    height: 25%;
  }

  .grid-y>.uusmall-4 {
    height: 33.33333%;
  }

  .grid-y>.uusmall-5 {
    height: 41.66667%;
  }

  .grid-y>.uusmall-6 {
    height: 50%;
  }

  .grid-y>.uusmall-7 {
    height: 58.33333%;
  }

  .grid-y>.uusmall-8 {
    height: 66.66667%;
  }

  .grid-y>.uusmall-9 {
    height: 75%;
  }

  .grid-y>.uusmall-10 {
    height: 83.33333%;
  }

  .grid-y>.uusmall-11 {
    height: 91.66667%;
  }

  .grid-y>.uusmall-12 {
    height: 100%;
  }
}

@media print,
screen and (min-width: 26.625em) {
  .grid-y>.gsmall-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y>.gsmall-shrink {
    height: auto;
  }

  .grid-y>.gsmall-1 {
    height: 8.33333%;
  }

  .grid-y>.gsmall-2 {
    height: 16.66667%;
  }

  .grid-y>.gsmall-3 {
    height: 25%;
  }

  .grid-y>.gsmall-4 {
    height: 33.33333%;
  }

  .grid-y>.gsmall-5 {
    height: 41.66667%;
  }

  .grid-y>.gsmall-6 {
    height: 50%;
  }

  .grid-y>.gsmall-7 {
    height: 58.33333%;
  }

  .grid-y>.gsmall-8 {
    height: 66.66667%;
  }

  .grid-y>.gsmall-9 {
    height: 75%;
  }

  .grid-y>.gsmall-10 {
    height: 83.33333%;
  }

  .grid-y>.gsmall-11 {
    height: 91.66667%;
  }

  .grid-y>.gsmall-12 {
    height: 100%;
  }
}

@media print,
screen and (min-width: 40em) {
  .grid-y>.medium-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y>.medium-shrink {
    height: auto;
  }

  .grid-y>.medium-1 {
    height: 8.33333%;
  }

  .grid-y>.medium-2 {
    height: 16.66667%;
  }

  .grid-y>.medium-3 {
    height: 25%;
  }

  .grid-y>.medium-4 {
    height: 33.33333%;
  }

  .grid-y>.medium-5 {
    height: 41.66667%;
  }

  .grid-y>.medium-6 {
    height: 50%;
  }

  .grid-y>.medium-7 {
    height: 58.33333%;
  }

  .grid-y>.medium-8 {
    height: 66.66667%;
  }

  .grid-y>.medium-9 {
    height: 75%;
  }

  .grid-y>.medium-10 {
    height: 83.33333%;
  }

  .grid-y>.medium-11 {
    height: 91.66667%;
  }

  .grid-y>.medium-12 {
    height: 100%;
  }
}

@media print,
screen and (min-width: 48em) {
  .grid-y>.xmedium-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y>.xmedium-shrink {
    height: auto;
  }

  .grid-y>.xmedium-1 {
    height: 8.33333%;
  }

  .grid-y>.xmedium-2 {
    height: 16.66667%;
  }

  .grid-y>.xmedium-3 {
    height: 25%;
  }

  .grid-y>.xmedium-4 {
    height: 33.33333%;
  }

  .grid-y>.xmedium-5 {
    height: 41.66667%;
  }

  .grid-y>.xmedium-6 {
    height: 50%;
  }

  .grid-y>.xmedium-7 {
    height: 58.33333%;
  }

  .grid-y>.xmedium-8 {
    height: 66.66667%;
  }

  .grid-y>.xmedium-9 {
    height: 75%;
  }

  .grid-y>.xmedium-10 {
    height: 83.33333%;
  }

  .grid-y>.xmedium-11 {
    height: 91.66667%;
  }

  .grid-y>.xmedium-12 {
    height: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-y>.large-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y>.large-shrink {
    height: auto;
  }

  .grid-y>.large-1 {
    height: 8.33333%;
  }

  .grid-y>.large-2 {
    height: 16.66667%;
  }

  .grid-y>.large-3 {
    height: 25%;
  }

  .grid-y>.large-4 {
    height: 33.33333%;
  }

  .grid-y>.large-5 {
    height: 41.66667%;
  }

  .grid-y>.large-6 {
    height: 50%;
  }

  .grid-y>.large-7 {
    height: 58.33333%;
  }

  .grid-y>.large-8 {
    height: 66.66667%;
  }

  .grid-y>.large-9 {
    height: 75%;
  }

  .grid-y>.large-10 {
    height: 83.33333%;
  }

  .grid-y>.large-11 {
    height: 91.66667%;
  }

  .grid-y>.large-12 {
    height: 100%;
  }
}

@media screen and (min-width: 64.0625em) {
  .grid-y>.glarge-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y>.glarge-shrink {
    height: auto;
  }

  .grid-y>.glarge-1 {
    height: 8.33333%;
  }

  .grid-y>.glarge-2 {
    height: 16.66667%;
  }

  .grid-y>.glarge-3 {
    height: 25%;
  }

  .grid-y>.glarge-4 {
    height: 33.33333%;
  }

  .grid-y>.glarge-5 {
    height: 41.66667%;
  }

  .grid-y>.glarge-6 {
    height: 50%;
  }

  .grid-y>.glarge-7 {
    height: 58.33333%;
  }

  .grid-y>.glarge-8 {
    height: 66.66667%;
  }

  .grid-y>.glarge-9 {
    height: 75%;
  }

  .grid-y>.glarge-10 {
    height: 83.33333%;
  }

  .grid-y>.glarge-11 {
    height: 91.66667%;
  }

  .grid-y>.glarge-12 {
    height: 100%;
  }
}

@media screen and (min-width: 65.625em) {
  .grid-y>.menubreak-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y>.menubreak-shrink {
    height: auto;
  }

  .grid-y>.menubreak-1 {
    height: 8.33333%;
  }

  .grid-y>.menubreak-2 {
    height: 16.66667%;
  }

  .grid-y>.menubreak-3 {
    height: 25%;
  }

  .grid-y>.menubreak-4 {
    height: 33.33333%;
  }

  .grid-y>.menubreak-5 {
    height: 41.66667%;
  }

  .grid-y>.menubreak-6 {
    height: 50%;
  }

  .grid-y>.menubreak-7 {
    height: 58.33333%;
  }

  .grid-y>.menubreak-8 {
    height: 66.66667%;
  }

  .grid-y>.menubreak-9 {
    height: 75%;
  }

  .grid-y>.menubreak-10 {
    height: 83.33333%;
  }

  .grid-y>.menubreak-11 {
    height: 91.66667%;
  }

  .grid-y>.menubreak-12 {
    height: 100%;
  }
}

@media screen and (min-width: 80em) {
  .grid-y>.xlarge-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y>.xlarge-shrink {
    height: auto;
  }

  .grid-y>.xlarge-1 {
    height: 8.33333%;
  }

  .grid-y>.xlarge-2 {
    height: 16.66667%;
  }

  .grid-y>.xlarge-3 {
    height: 25%;
  }

  .grid-y>.xlarge-4 {
    height: 33.33333%;
  }

  .grid-y>.xlarge-5 {
    height: 41.66667%;
  }

  .grid-y>.xlarge-6 {
    height: 50%;
  }

  .grid-y>.xlarge-7 {
    height: 58.33333%;
  }

  .grid-y>.xlarge-8 {
    height: 66.66667%;
  }

  .grid-y>.xlarge-9 {
    height: 75%;
  }

  .grid-y>.xlarge-10 {
    height: 83.33333%;
  }

  .grid-y>.xlarge-11 {
    height: 91.66667%;
  }

  .grid-y>.xlarge-12 {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  .grid-y>.xxlarge-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y>.xxlarge-shrink {
    height: auto;
  }

  .grid-y>.xxlarge-1 {
    height: 8.33333%;
  }

  .grid-y>.xxlarge-2 {
    height: 16.66667%;
  }

  .grid-y>.xxlarge-3 {
    height: 25%;
  }

  .grid-y>.xxlarge-4 {
    height: 33.33333%;
  }

  .grid-y>.xxlarge-5 {
    height: 41.66667%;
  }

  .grid-y>.xxlarge-6 {
    height: 50%;
  }

  .grid-y>.xxlarge-7 {
    height: 58.33333%;
  }

  .grid-y>.xxlarge-8 {
    height: 66.66667%;
  }

  .grid-y>.xxlarge-9 {
    height: 75%;
  }

  .grid-y>.xxlarge-10 {
    height: 83.33333%;
  }

  .grid-y>.xxlarge-11 {
    height: 91.66667%;
  }

  .grid-y>.xxlarge-12 {
    height: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .grid-y>.big-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y>.big-shrink {
    height: auto;
  }

  .grid-y>.big-1 {
    height: 8.33333%;
  }

  .grid-y>.big-2 {
    height: 16.66667%;
  }

  .grid-y>.big-3 {
    height: 25%;
  }

  .grid-y>.big-4 {
    height: 33.33333%;
  }

  .grid-y>.big-5 {
    height: 41.66667%;
  }

  .grid-y>.big-6 {
    height: 50%;
  }

  .grid-y>.big-7 {
    height: 58.33333%;
  }

  .grid-y>.big-8 {
    height: 66.66667%;
  }

  .grid-y>.big-9 {
    height: 75%;
  }

  .grid-y>.big-10 {
    height: 83.33333%;
  }

  .grid-y>.big-11 {
    height: 91.66667%;
  }

  .grid-y>.big-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y>.cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-padding-y>.cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y>.cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y>.auto {
  height: auto;
}

.grid-margin-y>.shrink {
  height: auto;
}

.grid-margin-y>.small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y>.small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y>.small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y>.small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y>.small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y>.small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y>.small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y>.small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y>.small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y>.small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y>.small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y>.small-12 {
  height: calc(100% - 1.25rem);
}

@media print,
screen and (min-width: 20em) {
  .grid-margin-y>.usmall-auto {
    height: auto;
  }

  .grid-margin-y>.usmall-shrink {
    height: auto;
  }

  .grid-margin-y>.usmall-1 {
    height: calc(8.33333% - 1.25rem);
  }

  .grid-margin-y>.usmall-2 {
    height: calc(16.66667% - 1.25rem);
  }

  .grid-margin-y>.usmall-3 {
    height: calc(25% - 1.25rem);
  }

  .grid-margin-y>.usmall-4 {
    height: calc(33.33333% - 1.25rem);
  }

  .grid-margin-y>.usmall-5 {
    height: calc(41.66667% - 1.25rem);
  }

  .grid-margin-y>.usmall-6 {
    height: calc(50% - 1.25rem);
  }

  .grid-margin-y>.usmall-7 {
    height: calc(58.33333% - 1.25rem);
  }

  .grid-margin-y>.usmall-8 {
    height: calc(66.66667% - 1.25rem);
  }

  .grid-margin-y>.usmall-9 {
    height: calc(75% - 1.25rem);
  }

  .grid-margin-y>.usmall-10 {
    height: calc(83.33333% - 1.25rem);
  }

  .grid-margin-y>.usmall-11 {
    height: calc(91.66667% - 1.25rem);
  }

  .grid-margin-y>.usmall-12 {
    height: calc(100% - 1.25rem);
  }
}

@media print,
screen and (min-width: 26.5625em) {
  .grid-margin-y>.uusmall-auto {
    height: auto;
  }

  .grid-margin-y>.uusmall-shrink {
    height: auto;
  }

  .grid-margin-y>.uusmall-1 {
    height: calc(8.33333% - 1.25rem);
  }

  .grid-margin-y>.uusmall-2 {
    height: calc(16.66667% - 1.25rem);
  }

  .grid-margin-y>.uusmall-3 {
    height: calc(25% - 1.25rem);
  }

  .grid-margin-y>.uusmall-4 {
    height: calc(33.33333% - 1.25rem);
  }

  .grid-margin-y>.uusmall-5 {
    height: calc(41.66667% - 1.25rem);
  }

  .grid-margin-y>.uusmall-6 {
    height: calc(50% - 1.25rem);
  }

  .grid-margin-y>.uusmall-7 {
    height: calc(58.33333% - 1.25rem);
  }

  .grid-margin-y>.uusmall-8 {
    height: calc(66.66667% - 1.25rem);
  }

  .grid-margin-y>.uusmall-9 {
    height: calc(75% - 1.25rem);
  }

  .grid-margin-y>.uusmall-10 {
    height: calc(83.33333% - 1.25rem);
  }

  .grid-margin-y>.uusmall-11 {
    height: calc(91.66667% - 1.25rem);
  }

  .grid-margin-y>.uusmall-12 {
    height: calc(100% - 1.25rem);
  }
}

@media print,
screen and (min-width: 26.625em) {
  .grid-margin-y>.gsmall-auto {
    height: auto;
  }

  .grid-margin-y>.gsmall-shrink {
    height: auto;
  }

  .grid-margin-y>.gsmall-1 {
    height: calc(8.33333% - 1.25rem);
  }

  .grid-margin-y>.gsmall-2 {
    height: calc(16.66667% - 1.25rem);
  }

  .grid-margin-y>.gsmall-3 {
    height: calc(25% - 1.25rem);
  }

  .grid-margin-y>.gsmall-4 {
    height: calc(33.33333% - 1.25rem);
  }

  .grid-margin-y>.gsmall-5 {
    height: calc(41.66667% - 1.25rem);
  }

  .grid-margin-y>.gsmall-6 {
    height: calc(50% - 1.25rem);
  }

  .grid-margin-y>.gsmall-7 {
    height: calc(58.33333% - 1.25rem);
  }

  .grid-margin-y>.gsmall-8 {
    height: calc(66.66667% - 1.25rem);
  }

  .grid-margin-y>.gsmall-9 {
    height: calc(75% - 1.25rem);
  }

  .grid-margin-y>.gsmall-10 {
    height: calc(83.33333% - 1.25rem);
  }

  .grid-margin-y>.gsmall-11 {
    height: calc(91.66667% - 1.25rem);
  }

  .grid-margin-y>.gsmall-12 {
    height: calc(100% - 1.25rem);
  }
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y>.auto {
    height: auto;
  }

  .grid-margin-y>.shrink {
    height: auto;
  }

  .grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y>.medium-auto {
    height: auto;
  }

  .grid-margin-y>.medium-shrink {
    height: auto;
  }

  .grid-margin-y>.medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print,
screen and (min-width: 48em) {
  .grid-margin-y>.xmedium-auto {
    height: auto;
  }

  .grid-margin-y>.xmedium-shrink {
    height: auto;
  }

  .grid-margin-y>.xmedium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.xmedium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.xmedium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.xmedium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.xmedium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.xmedium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.xmedium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.xmedium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.xmedium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.xmedium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.xmedium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.xmedium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-margin-y>.large-auto {
    height: auto;
  }

  .grid-margin-y>.large-shrink {
    height: auto;
  }

  .grid-margin-y>.large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.large-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 64.0625em) {
  .grid-margin-y>.glarge-auto {
    height: auto;
  }

  .grid-margin-y>.glarge-shrink {
    height: auto;
  }

  .grid-margin-y>.glarge-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.glarge-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.glarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.glarge-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.glarge-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.glarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.glarge-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.glarge-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.glarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.glarge-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.glarge-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.glarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 65.625em) {
  .grid-margin-y>.menubreak-auto {
    height: auto;
  }

  .grid-margin-y>.menubreak-shrink {
    height: auto;
  }

  .grid-margin-y>.menubreak-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.menubreak-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.menubreak-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.menubreak-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.menubreak-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.menubreak-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.menubreak-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.menubreak-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.menubreak-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.menubreak-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.menubreak-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.menubreak-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 80em) {
  .grid-margin-y>.xlarge-auto {
    height: auto;
  }

  .grid-margin-y>.xlarge-shrink {
    height: auto;
  }

  .grid-margin-y>.xlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.xlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.xlarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.xlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.xlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.xlarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.xlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.xlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.xlarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.xlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.xlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y>.xxlarge-auto {
    height: auto;
  }

  .grid-margin-y>.xxlarge-shrink {
    height: auto;
  }

  .grid-margin-y>.xxlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 112.5em) {
  .grid-margin-y>.big-auto {
    height: auto;
  }

  .grid-margin-y>.big-shrink {
    height: auto;
  }

  .grid-margin-y>.big-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.big-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.big-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.big-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.big-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.big-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.big-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.big-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.big-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.big-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.big-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.big-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: 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-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container>.grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media print,
screen and (min-width: 20em) {
  .usmall-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .usmall-grid-frame {
    width: 100%;
  }

  .usmall-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .usmall-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .usmall-cell-block-container>.grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .usmall-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: 26.5625em) {
  .uusmall-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .uusmall-grid-frame {
    width: 100%;
  }

  .uusmall-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .uusmall-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .uusmall-cell-block-container>.grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .uusmall-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: 26.625em) {
  .gsmall-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .gsmall-grid-frame {
    width: 100%;
  }

  .gsmall-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .gsmall-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .gsmall-cell-block-container>.grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .gsmall-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: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: 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-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .medium-cell-block-container>.grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -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: 48em) {
  .xmedium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .xmedium-grid-frame {
    width: 100%;
  }

  .xmedium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .xmedium-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .xmedium-cell-block-container>.grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .xmedium-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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: 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-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .large-cell-block-container>.grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -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: 64.0625em) {
  .glarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .glarge-grid-frame {
    width: 100%;
  }

  .glarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .glarge-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .glarge-cell-block-container>.grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .glarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 65.625em) {
  .menubreak-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .menubreak-grid-frame {
    width: 100%;
  }

  .menubreak-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .menubreak-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .menubreak-cell-block-container>.grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .menubreak-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: 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-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .xlarge-cell-block-container>.grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -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: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: 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-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .xxlarge-cell-block-container>.grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -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;
  }
}

@media screen and (min-width: 112.5em) {
  .big-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .big-grid-frame {
    width: 100%;
  }

  .big-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .big-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .big-cell-block-container>.grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .big-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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
}

@media print,
screen and (min-width: 20em) {
  .grid-y.usmall-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}

@media print,
screen and (min-width: 26.5625em) {
  .grid-y.uusmall-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}

@media print,
screen and (min-width: 26.625em) {
  .grid-y.gsmall-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}

@media print,
screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}

@media print,
screen and (min-width: 48em) {
  .grid-y.xmedium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: 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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 64.0625em) {
  .grid-y.glarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 65.625em) {
  .grid-y.menubreak-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 80em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 112.5em) {
  .grid-y.big-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print,
screen and (min-width: 20em) {
  .cell .grid-y.usmall-grid-frame {
    height: 100%;
  }
}

@media print,
screen and (min-width: 26.5625em) {
  .cell .grid-y.uusmall-grid-frame {
    height: 100%;
  }
}

@media print,
screen and (min-width: 26.625em) {
  .cell .grid-y.gsmall-grid-frame {
    height: 100%;
  }
}

@media print,
screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print,
screen and (min-width: 48em) {
  .cell .grid-y.xmedium-grid-frame {
    height: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 64.0625em) {
  .cell .grid-y.glarge-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 65.625em) {
  .cell .grid-y.menubreak-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 80em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .cell .grid-y.big-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y>.cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y>.auto {
  height: auto;
}

.grid-margin-y>.shrink {
  height: auto;
}

.grid-margin-y>.small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y>.small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y>.small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y>.small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y>.small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y>.small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y>.small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y>.small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y>.small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y>.small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y>.small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y>.small-12 {
  height: calc(100% - 1.25rem);
}

@media print,
screen and (min-width: 20em) {
  .grid-margin-y>.usmall-auto {
    height: auto;
  }

  .grid-margin-y>.usmall-shrink {
    height: auto;
  }

  .grid-margin-y>.usmall-1 {
    height: calc(8.33333% - 1.25rem);
  }

  .grid-margin-y>.usmall-2 {
    height: calc(16.66667% - 1.25rem);
  }

  .grid-margin-y>.usmall-3 {
    height: calc(25% - 1.25rem);
  }

  .grid-margin-y>.usmall-4 {
    height: calc(33.33333% - 1.25rem);
  }

  .grid-margin-y>.usmall-5 {
    height: calc(41.66667% - 1.25rem);
  }

  .grid-margin-y>.usmall-6 {
    height: calc(50% - 1.25rem);
  }

  .grid-margin-y>.usmall-7 {
    height: calc(58.33333% - 1.25rem);
  }

  .grid-margin-y>.usmall-8 {
    height: calc(66.66667% - 1.25rem);
  }

  .grid-margin-y>.usmall-9 {
    height: calc(75% - 1.25rem);
  }

  .grid-margin-y>.usmall-10 {
    height: calc(83.33333% - 1.25rem);
  }

  .grid-margin-y>.usmall-11 {
    height: calc(91.66667% - 1.25rem);
  }

  .grid-margin-y>.usmall-12 {
    height: calc(100% - 1.25rem);
  }
}

@media print,
screen and (min-width: 26.5625em) {
  .grid-margin-y>.uusmall-auto {
    height: auto;
  }

  .grid-margin-y>.uusmall-shrink {
    height: auto;
  }

  .grid-margin-y>.uusmall-1 {
    height: calc(8.33333% - 1.25rem);
  }

  .grid-margin-y>.uusmall-2 {
    height: calc(16.66667% - 1.25rem);
  }

  .grid-margin-y>.uusmall-3 {
    height: calc(25% - 1.25rem);
  }

  .grid-margin-y>.uusmall-4 {
    height: calc(33.33333% - 1.25rem);
  }

  .grid-margin-y>.uusmall-5 {
    height: calc(41.66667% - 1.25rem);
  }

  .grid-margin-y>.uusmall-6 {
    height: calc(50% - 1.25rem);
  }

  .grid-margin-y>.uusmall-7 {
    height: calc(58.33333% - 1.25rem);
  }

  .grid-margin-y>.uusmall-8 {
    height: calc(66.66667% - 1.25rem);
  }

  .grid-margin-y>.uusmall-9 {
    height: calc(75% - 1.25rem);
  }

  .grid-margin-y>.uusmall-10 {
    height: calc(83.33333% - 1.25rem);
  }

  .grid-margin-y>.uusmall-11 {
    height: calc(91.66667% - 1.25rem);
  }

  .grid-margin-y>.uusmall-12 {
    height: calc(100% - 1.25rem);
  }
}

@media print,
screen and (min-width: 26.625em) {
  .grid-margin-y>.gsmall-auto {
    height: auto;
  }

  .grid-margin-y>.gsmall-shrink {
    height: auto;
  }

  .grid-margin-y>.gsmall-1 {
    height: calc(8.33333% - 1.25rem);
  }

  .grid-margin-y>.gsmall-2 {
    height: calc(16.66667% - 1.25rem);
  }

  .grid-margin-y>.gsmall-3 {
    height: calc(25% - 1.25rem);
  }

  .grid-margin-y>.gsmall-4 {
    height: calc(33.33333% - 1.25rem);
  }

  .grid-margin-y>.gsmall-5 {
    height: calc(41.66667% - 1.25rem);
  }

  .grid-margin-y>.gsmall-6 {
    height: calc(50% - 1.25rem);
  }

  .grid-margin-y>.gsmall-7 {
    height: calc(58.33333% - 1.25rem);
  }

  .grid-margin-y>.gsmall-8 {
    height: calc(66.66667% - 1.25rem);
  }

  .grid-margin-y>.gsmall-9 {
    height: calc(75% - 1.25rem);
  }

  .grid-margin-y>.gsmall-10 {
    height: calc(83.33333% - 1.25rem);
  }

  .grid-margin-y>.gsmall-11 {
    height: calc(91.66667% - 1.25rem);
  }

  .grid-margin-y>.gsmall-12 {
    height: calc(100% - 1.25rem);
  }
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y>.auto {
    height: auto;
  }

  .grid-margin-y>.shrink {
    height: auto;
  }

  .grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y>.medium-auto {
    height: auto;
  }

  .grid-margin-y>.medium-shrink {
    height: auto;
  }

  .grid-margin-y>.medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print,
screen and (min-width: 48em) {
  .grid-margin-y>.xmedium-auto {
    height: auto;
  }

  .grid-margin-y>.xmedium-shrink {
    height: auto;
  }

  .grid-margin-y>.xmedium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.xmedium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.xmedium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.xmedium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.xmedium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.xmedium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.xmedium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.xmedium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.xmedium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.xmedium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.xmedium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.xmedium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-margin-y>.large-auto {
    height: auto;
  }

  .grid-margin-y>.large-shrink {
    height: auto;
  }

  .grid-margin-y>.large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.large-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 64.0625em) {
  .grid-margin-y>.glarge-auto {
    height: auto;
  }

  .grid-margin-y>.glarge-shrink {
    height: auto;
  }

  .grid-margin-y>.glarge-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.glarge-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.glarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.glarge-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.glarge-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.glarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.glarge-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.glarge-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.glarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.glarge-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.glarge-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.glarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 65.625em) {
  .grid-margin-y>.menubreak-auto {
    height: auto;
  }

  .grid-margin-y>.menubreak-shrink {
    height: auto;
  }

  .grid-margin-y>.menubreak-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.menubreak-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.menubreak-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.menubreak-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.menubreak-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.menubreak-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.menubreak-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.menubreak-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.menubreak-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.menubreak-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.menubreak-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.menubreak-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 80em) {
  .grid-margin-y>.xlarge-auto {
    height: auto;
  }

  .grid-margin-y>.xlarge-shrink {
    height: auto;
  }

  .grid-margin-y>.xlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.xlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.xlarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.xlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.xlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.xlarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.xlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.xlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.xlarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.xlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.xlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y>.xxlarge-auto {
    height: auto;
  }

  .grid-margin-y>.xxlarge-shrink {
    height: auto;
  }

  .grid-margin-y>.xxlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 112.5em) {
  .grid-margin-y>.big-auto {
    height: auto;
  }

  .grid-margin-y>.big-shrink {
    height: auto;
  }

  .grid-margin-y>.big-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.big-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.big-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.big-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.big-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.big-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.big-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.big-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.big-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.big-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.big-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.big-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print,
screen and (min-width: 20em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}

@media print,
screen and (min-width: 26.5625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}

@media print,
screen and (min-width: 26.625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}

@media print,
screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print,
screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 64.0625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 65.625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 80em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 112.5em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print,
screen and (min-width: 20em) {
  .grid-margin-y.usmall-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}

@media print,
screen and (min-width: 26.5625em) {
  .grid-margin-y.uusmall-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}

@media print,
screen and (min-width: 26.625em) {
  .grid-margin-y.gsmall-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print,
screen and (min-width: 48em) {
  .grid-margin-y.xmedium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 64.0625em) {
  .grid-margin-y.glarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 65.625em) {
  .grid-margin-y.menubreak-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 80em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 112.5em) {
  .grid-margin-y.big-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
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,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #cacaca;
}

h1,
.h1 {
  font-size: 1.5625rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h2,
.h2 {
  font-size: 1.375rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h3,
.h3 {
  font-size: 1.05rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 680px) {

  h3,
  .h3 {
    font-size: 1.25rem;
  }
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h5,
.h5 {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h6,
.h6 {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

@media print,
screen and (min-width: 40em) {

  h1,
  .h1 {
    font-size: 2.375rem;
  }

  h2,
  .h2 {
    font-size: 1.875rem;
  }

  h3,
  .h3 {
    font-size: 1.375rem;
  }

  h4,
  .h4 {
    font-size: 1.25rem;
  }

  h5,
  .h5 {
    font-size: 1rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 80em) {

  h1,
  .h1 {
    font-size: 2.8125rem;
  }

  h2,
  .h2 {
    font-size: 2.375rem;
  }

  h3,
  .h3 {
    font-size: 1.375rem;
  }

  h4,
  .h4 {
    font-size: 1.25rem;
  }

  h5,
  .h5 {
    font-size: 1rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #6bc3eb;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #41b2e5;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 120rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '— ';
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p+.stat {
  margin-top: -1rem;
}

ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print,
screen and (min-width: 20em) {
  .usmall-text-left {
    text-align: left;
  }

  .usmall-text-right {
    text-align: right;
  }

  .usmall-text-center {
    text-align: center;
  }

  .usmall-text-justify {
    text-align: justify;
  }
}

@media print,
screen and (min-width: 26.5625em) {
  .uusmall-text-left {
    text-align: left;
  }

  .uusmall-text-right {
    text-align: right;
  }

  .uusmall-text-center {
    text-align: center;
  }

  .uusmall-text-justify {
    text-align: justify;
  }
}

@media print,
screen and (min-width: 26.625em) {
  .gsmall-text-left {
    text-align: left;
  }

  .gsmall-text-right {
    text-align: right;
  }

  .gsmall-text-center {
    text-align: center;
  }

  .gsmall-text-justify {
    text-align: justify;
  }
}

@media print,
screen and (min-width: 40em) {
  .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: 48em) {
  .xmedium-text-left {
    text-align: left;
  }

  .xmedium-text-right {
    text-align: right;
  }

  .xmedium-text-center {
    text-align: center;
  }

  .xmedium-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: 64.0625em) {
  .glarge-text-left {
    text-align: left;
  }

  .glarge-text-right {
    text-align: right;
  }

  .glarge-text-center {
    text-align: center;
  }

  .glarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 65.625em) {
  .menubreak-text-left {
    text-align: left;
  }

  .menubreak-text-right {
    text-align: right;
  }

  .menubreak-text-center {
    text-align: center;
  }

  .menubreak-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 80em) {
  .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: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }

  .xxlarge-text-right {
    text-align: right;
  }

  .xxlarge-text-center {
    text-align: center;
  }

  .xxlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 112.5em) {
  .big-text-left {
    text-align: left;
  }

  .big-text-right {
    text-align: right;
  }

  .big-text-center {
    text-align: center;
  }

  .big-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: ' (' attr(title) ')';
  }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.3375rem;
  margin: 0 0 1rem;
  /* padding: 0.5rem; */
  padding: 20px 15px;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 140%;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #ffffff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox']+label,
[type='radio']+label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type='checkbox']+label[for],
[type='radio']+label[for] {
  cursor: pointer;
}

label>[type='checkbox'],
label>[type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input-group> :first-child {
  border-radius: 0 0 0 0;
}

.input-group> :last-child>* {
  border-radius: 0 0 0 0;
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.3375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 140%;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==');
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #ffffff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

.accordion {
  margin-left: 0;
  background: #ffffff;
  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: #6bc3eb;
}

: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.75rem;
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/icons/plus.png");
  background-size: contain;
}

.is-active>.accordion-title::before {
  background: url("../images/icons/moins.png");
}

.accordion-title img {
  width: 25px;
}

@media screen and (min-width: 500px) {
  .accordion-title::before {
    margin-right: 20px;
  }
}

@media screen and (min-width: 680px) {
  .accordion-title::before {
    width: 31px;
    height: 31px;
    margin-top: -0.95rem;
  }

  .accordion-title img {
    width: initial;
  }
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  color: #0a0a0a;
}

:last-child>.accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #6bc3eb transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent>a::after {
  left: auto;
  right: 1rem;
}

.accordion-menu.align-right .is-accordion-submenu-parent>a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true']>a::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.accordion-item.zn-accordionblock-item {
  background: #F2F2F0;
  margin-bottom: 25px;
}

.accordion-title.zn-accordionblock-item-title {
  display: flex;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
}

.accordion-title.zn-accordionblock-item-title h3 {
  text-transform: uppercase;
  margin-left: 15px;
}

@media screen and (min-width: 680px) {
  .accordion-item.zn-accordionblock-item {
    margin-bottom: 40px;
  }

  .accordion-title.zn-accordionblock-item-title {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 25px;
  }
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle>a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #6bc3eb transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  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;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before,
.breadcrumbs::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: '/';
  color: #cacaca;
}

.breadcrumbs a {
  color: #6bc3eb;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover,
.close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu,
.menu.horizontal {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.menu.vertical {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu.expanded li {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.menu.simple {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu.simple li+li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print,
screen and (min-width: 20em) {
  .menu.usmall-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu.usmall-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu.usmall-expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .menu.usmall-simple li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print,
screen and (min-width: 26.5625em) {
  .menu.uusmall-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu.uusmall-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu.uusmall-expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .menu.uusmall-simple li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print,
screen and (min-width: 26.625em) {
  .menu.gsmall-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu.gsmall-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu.gsmall-expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .menu.gsmall-simple li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print,
screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu.medium-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu.medium-expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .menu.medium-simple li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print,
screen and (min-width: 48em) {
  .menu.xmedium-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu.xmedium-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu.xmedium-expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .menu.xmedium-simple li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print,
screen and (min-width: 64em) {
  .menu.large-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu.large-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu.large-expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .menu.large-simple li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 64.0625em) {
  .menu.glarge-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu.glarge-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu.glarge-expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .menu.glarge-simple li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 65.625em) {
  .menu.menubreak-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu.menubreak-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu.menubreak-expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .menu.menubreak-simple li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 80em) {
  .menu.xlarge-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu.xlarge-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu.xlarge-expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .menu.xlarge-simple li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu.xxlarge-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu.xxlarge-expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .menu.xxlarge-simple li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 112.5em) {
  .menu.big-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu.big-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu.big-expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .menu.big-simple li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active>a {
  background: #6bc3eb;
  color: #ffffff;
}

.menu .active>a {
  background: #6bc3eb;
  color: #ffffff;
}

.menu.align-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu.align-right li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered>.menu {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-centered>.menu li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-centered>.menu li .submenu li {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #ffffff;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent>a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent>a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #6bc3eb;
}

.drilldown.align-left .is-drilldown-submenu-parent>a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #6bc3eb;
}

.drilldown.align-right .is-drilldown-submenu-parent>a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #6bc3eb transparent transparent;
}

.drilldown .js-drilldown-back>a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #6bc3eb transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu a {
  padding: 0.7rem 1rem;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu .is-active>a {
  background: transparent;
  color: #6bc3eb;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%;
}

@media print,
screen and (min-width: 20em) {
  .dropdown.menu.usmall-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.usmall-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.usmall-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.usmall-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }

  .dropdown.menu.usmall-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

@media print,
screen and (min-width: 26.5625em) {
  .dropdown.menu.uusmall-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.uusmall-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.uusmall-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.uusmall-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }

  .dropdown.menu.uusmall-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

@media print,
screen and (min-width: 26.625em) {
  .dropdown.menu.gsmall-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.gsmall-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.gsmall-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.gsmall-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }

  .dropdown.menu.gsmall-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

@media print,
screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }

  .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

@media print,
screen and (min-width: 48em) {
  .dropdown.menu.xmedium-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.xmedium-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.xmedium-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.xmedium-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }

  .dropdown.menu.xmedium-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.large-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }

  .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

@media screen and (min-width: 64.0625em) {
  .dropdown.menu.glarge-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.glarge-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.glarge-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.glarge-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }

  .dropdown.menu.glarge-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

@media screen and (min-width: 65.625em) {
  .dropdown.menu.menubreak-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.menubreak-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.menubreak-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.menubreak-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }

  .dropdown.menu.menubreak-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

@media screen and (min-width: 80em) {
  .dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.xlarge-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }

  .dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.xxlarge-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.xxlarge-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.xxlarge-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }

  .dropdown.menu.xxlarge-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

@media screen and (min-width: 112.5em) {
  .dropdown.menu.big-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.big-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.big-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.big-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }

  .dropdown.menu.big-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #ffffff;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu>li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.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%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #6bc3eb;
  color: #ffffff;
}

.label.primary {
  background: #6bc3eb;
  color: #0a0a0a;
}

.label.secondary {
  background: #891fcb;
  color: #ffffff;
}

.label.third {
  background: #333333;
  color: #ffffff;
}

.label.fourth {
  background: #0e0e0e;
  color: #ffffff;
}

.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert {
  background: #cc4b37;
  color: #ffffff;
}

.media-object {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 19.9375em) {
  .media-object.stack-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 19.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -webkit-flex-basis: 100%;
    -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-flex: 0 1 auto;
  -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-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(10, 10, 10, 0.85);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  -webkit-transform: none;
  transform: none;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media print,
screen and (min-width: 20em) {
  .position-left.reveal-for-usmall {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-usmall .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-usmall {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-usmall~.off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-usmall {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-usmall .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-usmall {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-usmall~.off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-usmall {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-usmall .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-usmall {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-usmall~.off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-usmall {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-usmall .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-usmall {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-usmall~.off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print,
screen and (min-width: 26.5625em) {
  .position-left.reveal-for-uusmall {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-uusmall .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-uusmall {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-uusmall~.off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-uusmall {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-uusmall .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-uusmall {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-uusmall~.off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-uusmall {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-uusmall .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-uusmall {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-uusmall~.off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-uusmall {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-uusmall .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-uusmall {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-uusmall~.off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print,
screen and (min-width: 26.625em) {
  .position-left.reveal-for-gsmall {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-gsmall .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-gsmall {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-gsmall~.off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-gsmall {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-gsmall .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-gsmall {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-gsmall~.off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-gsmall {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-gsmall .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-gsmall {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-gsmall~.off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-gsmall {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-gsmall .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-gsmall {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-gsmall~.off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print,
screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium~.off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium~.off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium~.off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium~.off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print,
screen and (min-width: 48em) {
  .position-left.reveal-for-xmedium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-xmedium .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-xmedium {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-xmedium~.off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xmedium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-xmedium .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-xmedium {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-xmedium~.off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-xmedium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-xmedium .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-xmedium {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-xmedium~.off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-xmedium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-xmedium .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-xmedium {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-xmedium~.off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print,
screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large~.off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large~.off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large~.off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large~.off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 64.0625em) {
  .position-left.reveal-for-glarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-glarge .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-glarge {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-glarge~.off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-glarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-glarge .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-glarge {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-glarge~.off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-glarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-glarge .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-glarge {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-glarge~.off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-glarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-glarge .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-glarge {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-glarge~.off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 65.625em) {
  .position-left.reveal-for-menubreak {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-menubreak .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-menubreak {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-menubreak~.off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-menubreak {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-menubreak .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-menubreak {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-menubreak~.off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-menubreak {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-menubreak .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-menubreak {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-menubreak~.off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-menubreak {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-menubreak .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-menubreak {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-menubreak~.off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 80em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-xlarge~.off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-xlarge~.off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-xlarge~.off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-xlarge~.off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-xxlarge~.off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-xxlarge~.off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-xxlarge~.off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-xxlarge~.off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 112.5em) {
  .position-left.reveal-for-big {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-big .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-big {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-big~.off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-big {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-big .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-big {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-big~.off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-big {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-big .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-big {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-big~.off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-big {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-big .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-big {
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-big~.off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print,
screen and (min-width: 20em) {
  .off-canvas.in-canvas-for-usmall {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }

  .off-canvas.in-canvas-for-usmall.position-left,
  .off-canvas.in-canvas-for-usmall.position-right,
  .off-canvas.in-canvas-for-usmall.position-top,
  .off-canvas.in-canvas-for-usmall.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-usmall .close-button {
    display: none;
  }
}

@media print,
screen and (min-width: 26.5625em) {
  .off-canvas.in-canvas-for-uusmall {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }

  .off-canvas.in-canvas-for-uusmall.position-left,
  .off-canvas.in-canvas-for-uusmall.position-right,
  .off-canvas.in-canvas-for-uusmall.position-top,
  .off-canvas.in-canvas-for-uusmall.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-uusmall .close-button {
    display: none;
  }
}

@media print,
screen and (min-width: 26.625em) {
  .off-canvas.in-canvas-for-gsmall {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }

  .off-canvas.in-canvas-for-gsmall.position-left,
  .off-canvas.in-canvas-for-gsmall.position-right,
  .off-canvas.in-canvas-for-gsmall.position-top,
  .off-canvas.in-canvas-for-gsmall.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-gsmall .close-button {
    display: none;
  }
}

@media print,
screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }

  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top,
  .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print,
screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-xmedium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }

  .off-canvas.in-canvas-for-xmedium.position-left,
  .off-canvas.in-canvas-for-xmedium.position-right,
  .off-canvas.in-canvas-for-xmedium.position-top,
  .off-canvas.in-canvas-for-xmedium.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-xmedium .close-button {
    display: none;
  }
}

@media print,
screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }

  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top,
  .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

@media screen and (min-width: 64.0625em) {
  .off-canvas.in-canvas-for-glarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }

  .off-canvas.in-canvas-for-glarge.position-left,
  .off-canvas.in-canvas-for-glarge.position-right,
  .off-canvas.in-canvas-for-glarge.position-top,
  .off-canvas.in-canvas-for-glarge.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-glarge .close-button {
    display: none;
  }
}

@media screen and (min-width: 65.625em) {
  .off-canvas.in-canvas-for-menubreak {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }

  .off-canvas.in-canvas-for-menubreak.position-left,
  .off-canvas.in-canvas-for-menubreak.position-right,
  .off-canvas.in-canvas-for-menubreak.position-top,
  .off-canvas.in-canvas-for-menubreak.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-menubreak .close-button {
    display: none;
  }
}

@media screen and (min-width: 80em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }

  .off-canvas.in-canvas-for-xlarge.position-left,
  .off-canvas.in-canvas-for-xlarge.position-right,
  .off-canvas.in-canvas-for-xlarge.position-top,
  .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}

@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }

  .off-canvas.in-canvas-for-xxlarge.position-left,
  .off-canvas.in-canvas-for-xxlarge.position-right,
  .off-canvas.in-canvas-for-xxlarge.position-top,
  .off-canvas.in-canvas-for-xxlarge.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}

@media screen and (min-width: 112.5em) {
  .off-canvas.in-canvas-for-big {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }

  .off-canvas.in-canvas-for-big.position-left,
  .off-canvas.in-canvas-for-big.position-right,
  .off-canvas.in-canvas-for-big.position-top,
  .off-canvas.in-canvas-for-big.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-big .close-button {
    display: none;
  }
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media print,
screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #6bc3eb;
  color: #ffffff;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print,
screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column,
.reveal .columns {
  min-width: 0;
}

.reveal> :last-child {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 120rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print,
screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 120rem;
  }
}

@media print,
screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 120rem;
  }
}

@media print,
screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 120rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 19.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
}

table caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

table thead {
  background: #f9f9f9;
  color: #0a0a0a;
}

table tfoot {
  background: #f2f2f2;
  color: #0a0a0a;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #ffffff;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #ffffff;
}

@media screen and (max-width: 47.9375em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}

table.hover tfoot tr:hover {
  background-color: #ededed;
}

table.hover tbody tr:hover {
  background-color: #fafafa;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  list-style-type: none;
}

.tabs::before,
.tabs::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -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: #6bc3eb;
}

.tabs.primary>li>a {
  color: #0a0a0a;
}

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
  background: #5cbde9;
}

.tabs-title {
  float: left;
}

.tabs-title>a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #6bc3eb;
}

.tabs-title>a:hover {
  background: #ffffff;
  color: #41b2e5;
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
  background: #e6e6e6;
  color: #6bc3eb;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #ffffff;
  color: #0a0a0a;
  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;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #ffffff;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 65.625em) {
  .top-bar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto;
  }

  .top-bar .top-bar-right {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 26.5em) {
  .top-bar.stacked-for-usmall {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-usmall .top-bar-left,
  .top-bar.stacked-for-usmall .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 26.5625em) {
  .top-bar.stacked-for-uusmall {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-uusmall .top-bar-left,
  .top-bar.stacked-for-uusmall .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 39.9375em) {
  .top-bar.stacked-for-gsmall {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-gsmall .top-bar-left,
  .top-bar.stacked-for-gsmall .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 47.9375em) {
  .top-bar.stacked-for-medium {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-xmedium {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-xmedium .top-bar-left,
  .top-bar.stacked-for-xmedium .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 64em) {
  .top-bar.stacked-for-large {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 65.5625em) {
  .top-bar.stacked-for-glarge {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-glarge .top-bar-left,
  .top-bar.stacked-for-glarge .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 79.9375em) {
  .top-bar.stacked-for-menubreak {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-menubreak .top-bar-left,
  .top-bar.stacked-for-menubreak .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 89.9375em) {
  .top-bar.stacked-for-xlarge {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 112.4375em) {
  .top-bar.stacked-for-xxlarge {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar.stacked-for-big {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-bar.stacked-for-big .top-bar-left,
.top-bar.stacked-for-big .top-bar-right {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 19.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em),
screen and (min-width: 20em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print,
screen and (min-width: 20em) {
  .hide-for-usmall {
    display: none !important;
  }
}

@media screen and (max-width: 19.9375em) {
  .show-for-usmall {
    display: none !important;
  }
}

@media screen and (min-width: 20em) and (max-width: 26.5em) {
  .hide-for-usmall-only {
    display: none !important;
  }
}

@media screen and (max-width: 19.9375em),
screen and (min-width: 26.5625em) {
  .show-for-usmall-only {
    display: none !important;
  }
}

@media print,
screen and (min-width: 26.5625em) {
  .hide-for-uusmall {
    display: none !important;
  }
}

@media screen and (max-width: 26.5em) {
  .show-for-uusmall {
    display: none !important;
  }
}

@media screen and (min-width: 26.5625em) and (max-width: 26.5625em) {
  .hide-for-uusmall-only {
    display: none !important;
  }
}

@media screen and (max-width: 26.5em),
screen and (min-width: 26.625em) {
  .show-for-uusmall-only {
    display: none !important;
  }
}

@media print,
screen and (min-width: 26.625em) {
  .hide-for-gsmall {
    display: none !important;
  }
}

@media screen and (max-width: 26.5625em) {
  .show-for-gsmall {
    display: none !important;
  }
}

@media screen and (min-width: 26.625em) and (max-width: 39.9375em) {
  .hide-for-gsmall-only {
    display: none !important;
  }
}

@media screen and (max-width: 26.5625em),
screen and (min-width: 40em) {
  .show-for-gsmall-only {
    display: none !important;
  }
}

@media print,
screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 47.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em),
screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print,
screen and (min-width: 48em) {
  .hide-for-xmedium {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .show-for-xmedium {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-xmedium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em),
screen and (min-width: 64em) {
  .show-for-xmedium-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: 64em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em),
screen and (min-width: 64.0625em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 64.0625em) {
  .hide-for-glarge {
    display: none !important;
  }
}

@media screen and (max-width: 64em) {
  .show-for-glarge {
    display: none !important;
  }
}

@media screen and (min-width: 64.0625em) and (max-width: 65.5625em) {
  .hide-for-glarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 64em),
screen and (min-width: 65.625em) {
  .show-for-glarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 65.625em) {
  .hide-for-menubreak {
    display: none !important;
  }
}

@media screen and (max-width: 65.5625em) {
  .show-for-menubreak {
    display: none !important;
  }
}

@media screen and (min-width: 65.625em) and (max-width: 79.9375em) {
  .hide-for-menubreak-only {
    display: none !important;
  }
}

@media screen and (max-width: 65.5625em),
screen and (min-width: 80em) {
  .show-for-menubreak-only {
    display: none !important;
  }
}

@media screen and (min-width: 80em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 79.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 80em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 79.9375em),
screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 112.4375em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em),
screen and (min-width: 112.5em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 112.5em) {
  .hide-for-big {
    display: none !important;
  }
}

@media screen and (max-width: 112.4375em) {
  .show-for-big {
    display: none !important;
  }
}

@media screen and (min-width: 112.5em) {
  .hide-for-big-only {
    display: none !important;
  }
}

@media screen and (max-width: 112.4375em) {
  .show-for-big-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;
  }
}

/*
	// MIXINS
	----------------------------------------
*/
/*
	// BUTTON : styles mixin
	----------------------------------------
	> voir "_button.scss"
*/
/*
	// ANIMATIONS
	----------------------------------------
*/
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes swipeY {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@keyframes swipeY {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes rebondY {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

@keyframes rebondY {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@font-face {
  font-family: 'skelfont';
  src: url('../fonts/icons/skelfont.eot');
  src: url('../fonts/icons/skelfont.eot?#iefix') format('eot'),
    url('../fonts/icons/skelfont.woff2') format('woff2'),
    url('../fonts/icons/skelfont.woff') format('woff'),
    url('../fonts/icons/skelfont.ttf') format('truetype'),
    url('../fonts/icons/skelfont.svg#skelfont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^='skf-']:before,
[class*=' skf-']:before {
  display: inline-block;
  font-family: 'skelfont';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.1em;
  margin-left: 0.1em;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.skf-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.skf-size12 {
  font-size: 0.75rem;
}

.skf-size14 {
  font-size: 0.875rem;
}

.skf-size16 {
  font-size: 1rem;
}

.skf-size18 {
  font-size: 1.125rem;
}

.skf-size21 {
  font-size: 1.3125rem;
}

.skf-size24 {
  font-size: 1.5rem;
}

.skf-size36 {
  font-size: 2.25rem;
}

.skf-size48 {
  font-size: 3rem;
}

.skf-size60 {
  font-size: 3.75rem;
}

.skf-size72 {
  font-size: 4.5rem;
}

.skf-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.skf-arrow-bold-down:before {
  content: '\E001';
}

.skf-arrow-bold-left:before {
  content: '\E002';
}

.skf-arrow-bold-right:before {
  content: '\E003';
}

.skf-arrow-bold-up:before {
  content: '\E004';
}

.skf-arrow-full-down:before {
  content: '\E005';
}

.skf-arrow-full-left:before {
  content: '\E006';
}

.skf-arrow-full-right:before {
  content: '\E007';
}

.skf-arrow-full-up:before {
  content: '\E008';
}

.skf-arrow-light-down:before {
  content: '\E009';
}

.skf-arrow-light-left:before {
  content: '\E00A';
}

.skf-arrow-light-right:before {
  content: '\E00B';
}

.skf-arrow-light-up:before {
  content: '\E00C';
}

.skf-check-simple:before {
  content: '\E00D';
}

.skf-check:before {
  content: '\E00E';
}

.skf-cross:before {
  content: '\E00F';
}

.skf-custom-made:before {
  content: '\E010';
}

.skf-dot:before {
  content: '\E011';
}

.skf-double-arrow:before {
  content: '\E012';
}

.skf-download:before {
  content: '\E013';
}

.skf-email:before {
  content: '\E014';
}

.skf-file:before {
  content: '\E015';
}

.skf-gearing:before {
  content: '\E016';
}

.skf-globe:before {
  content: '\E017';
}

.skf-heart-line:before {
  content: '\E018';
}

.skf-heart-plus:before {
  content: '\E019';
}

.skf-heart:before {
  content: '\E01A';
}

.skf-house-circle:before {
  content: '\E01B';
}

.skf-house:before {
  content: '\E01C';
}

.skf-information:before {
  content: '\E01D';
}

.skf-interrogation:before {
  content: '\E01E';
}

.skf-light:before {
  content: '\E01F';
}

.skf-link:before {
  content: '\E020';
}

.skf-location:before {
  content: '\E021';
}

.skf-mouse:before {
  content: '\E022';
}

.skf-paperboat:before {
  content: '\E023';
}

.skf-pencil:before {
  content: '\E024';
}

.skf-people:before {
  content: '\E025';
}

.skf-phone:before {
  content: '\E026';
}

.skf-play-round:before {
  content: '\E027';
}

.skf-play-roundline:before {
  content: '\E028';
}

.skf-plus:before {
  content: '\E029';
}

.skf-premiere-place:before {
  content: '\E02A';
}

.skf-quote:before {
  content: '\E02B';
}

.skf-refresh:before {
  content: '\E02C';
}

.skf-search:before {
  content: '\E02D';
}

.skf-social-facebook:before {
  content: '\E02E';
}

.skf-social-google-plus:before {
  content: '\E02F';
}

.skf-social-instagram:before {
  content: '\E030';
}

.skf-social-linkedin:before {
  content: '\E031';
}

.skf-social-pinterest:before {
  content: '\E032';
}

.skf-social-twitter:before {
  content: '\E033';
}

.skf-social-viadeo:before {
  content: '\E034';
}

.skf-social-xing:before {
  content: '\E035';
}

.skf-social-youtube:before {
  content: '\E036';
}

.skf-time:before {
  content: '\E037';
}

.skf-tools:before {
  content: '\E038';
}

.skf-wc-information:before {
  content: '\E039';
}

li[data-ico]:before {
  display: inline-block;
  font-family: 'skelfont';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.1em;
  margin-left: 0.1em;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

li[data-ico='arrow-bold-down']:before {
  content: '' !important;
}

li[data-ico='arrow-bold-left']:before {
  content: '' !important;
}

li[data-ico='arrow-bold-right']:before {
  content: '' !important;
}

li[data-ico='arrow-bold-up']:before {
  content: '' !important;
}

li[data-ico='arrow-full-down']:before {
  content: '' !important;
}

li[data-ico='arrow-full-left']:before {
  content: '' !important;
}

li[data-ico='arrow-full-right']:before {
  content: '' !important;
}

li[data-ico='arrow-full-up']:before {
  content: '' !important;
}

li[data-ico='arrow-light-down']:before {
  content: '' !important;
}

li[data-ico='arrow-light-left']:before {
  content: '' !important;
}

li[data-ico='arrow-light-right']:before {
  content: '' !important;
}

li[data-ico='arrow-light-up']:before {
  content: '' !important;
}

li[data-ico='check-simple']:before {
  content: '' !important;
}

li[data-ico='check']:before {
  content: '' !important;
}

li[data-ico='cross']:before {
  content: '' !important;
}

li[data-ico='custom-made']:before {
  content: '' !important;
}

li[data-ico='dot']:before {
  content: '' !important;
}

li[data-ico='double-arrow']:before {
  content: '' !important;
}

li[data-ico='download']:before {
  content: '' !important;
}

li[data-ico='email']:before {
  content: '' !important;
}

li[data-ico='file']:before {
  content: '' !important;
}

li[data-ico='gearing']:before {
  content: '' !important;
}

li[data-ico='globe']:before {
  content: '' !important;
}

li[data-ico='heart-line']:before {
  content: '' !important;
}

li[data-ico='heart-plus']:before {
  content: '' !important;
}

li[data-ico='heart']:before {
  content: '' !important;
}

li[data-ico='house-circle']:before {
  content: '' !important;
}

li[data-ico='house']:before {
  content: '' !important;
}

li[data-ico='information']:before {
  content: '' !important;
}

li[data-ico='interrogation']:before {
  content: '' !important;
}

li[data-ico='light']:before {
  content: '' !important;
}

li[data-ico='link']:before {
  content: '' !important;
}

li[data-ico='location']:before {
  content: '' !important;
}

li[data-ico='mouse']:before {
  content: '' !important;
}

li[data-ico='paperboat']:before {
  content: '' !important;
}

li[data-ico='pencil']:before {
  content: '' !important;
}

li[data-ico='people']:before {
  content: '' !important;
}

li[data-ico='phone']:before {
  content: '' !important;
}

li[data-ico='play-round']:before {
  content: '' !important;
}

li[data-ico='play-roundline']:before {
  content: '' !important;
}

li[data-ico='plus']:before {
  content: '' !important;
}

li[data-ico='premiere-place']:before {
  content: '' !important;
}

li[data-ico='quote']:before {
  content: '' !important;
}

li[data-ico='refresh']:before {
  content: '' !important;
}

li[data-ico='search']:before {
  content: '' !important;
}

li[data-ico='social-facebook']:before {
  content: '' !important;
}

li[data-ico='social-google-plus']:before {
  content: '' !important;
}

li[data-ico='social-instagram']:before {
  content: '' !important;
}

li[data-ico='social-linkedin']:before {
  content: '' !important;
}

li[data-ico='social-pinterest']:before {
  content: '' !important;
}

li[data-ico='social-twitter']:before {
  content: '' !important;
}

li[data-ico='social-viadeo']:before {
  content: '' !important;
}

li[data-ico='social-xing']:before {
  content: '' !important;
}

li[data-ico='social-youtube']:before {
  content: '' !important;
}

li[data-ico='time']:before {
  content: '' !important;
}

li[data-ico='tools']:before {
  content: '' !important;
}

li[data-ico='wc-information']:before {
  content: '' !important;
}

/*
	// TYPES : GESTION TITRE & TEXTE
	----------------------------------------
*/
h1,
.h1,
.editor-rich-text h1,
.editor-post-title__block .editor-post-title__input,
h2,
.h2,
.editor-rich-text h2,
h3,
.h3,
.editor-rich-text h3,
h4,
.h4,
.editor-rich-text h4,
h5,
.h5,
.editor-rich-text h5,
h6,
.h6,
.editor-rich-text h6 {
  line-height: 120%;
  position: relative;
  color: #333333;
  font-weight: 700;
}

.editor-post-title__block .editor-post-title__input,
.editor-rich-text h1,
h1,
.h1 {
  font-size: 1.5625rem;
}

@media print,
screen and (min-width: 40em) {

  .editor-post-title__block .editor-post-title__input,
  .editor-rich-text h1,
  h1,
  .h1 {
    font-size: 2.375rem;
  }
}

@media screen and (min-width: 80em) {

  .editor-post-title__block .editor-post-title__input,
  .editor-rich-text h1,
  h1,
  .h1 {
    font-size: 2.8125rem;
  }
}

.editor-rich-text h2,
h2,
.h2 {
  font-size: 1.375rem;
}

@media print,
screen and (min-width: 40em) {

  .editor-rich-text h2,
  h2,
  .h2 {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 80em) {

  .editor-rich-text h2,
  h2,
  .h2 {
    font-size: 2.375rem;
  }
}

.editor-rich-text h3,
h3,
.h3 {
  font-size: 1.25rem;
}

@media print,
screen and (min-width: 40em) {

  .editor-rich-text h3,
  h3,
  .h3 {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 80em) {

  .editor-rich-text h3,
  h3,
  .h3 {
    font-size: 1.375rem;
  }
}

.editor-rich-text h4,
h4,
.h4 {
  font-size: 1.125rem;
}

@media print,
screen and (min-width: 40em) {

  .editor-rich-text h4,
  h4,
  .h4 {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 80em) {

  .editor-rich-text h4,
  h4,
  .h4 {
    font-size: 1.25rem;
  }
}

.editor-rich-text h5,
h5,
.h5 {
  font-size: 0.875rem;
  font-weight: bold;
}

@media print,
screen and (min-width: 40em) {

  .editor-rich-text h5,
  h5,
  .h5 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 80em) {

  .editor-rich-text h5,
  h5,
  .h5 {
    font-size: 1rem;
  }
}

.editor-rich-text h6,
h6,
.h6 {
  font-size: 0.875rem;
  font-weight: bold;
}

@media print,
screen and (min-width: 40em) {

  .editor-rich-text h6,
  h6,
  .h6 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 80em) {

  .editor-rich-text h6,
  h6,
  .h6 {
    font-size: 1rem;
  }
}

body.single h1,
body.single .h1 {
  font-size: 1.375rem;
}

@media print,
screen and (min-width: 40em) {

  body.single h1,
  body.single .h1 {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 80em) {

  body.single h1,
  body.single .h1 {
    font-size: 2.1875rem;
  }
}

#editor .editor-styles-wrapper .editor-rich-text,
body,
p {
  line-height: 140%;
  font-size: 0.875rem;
}

@media print,
screen and (min-width: 40em) {

  #editor .editor-styles-wrapper .editor-rich-text,
  body,
  p {
    font-size: 1rem;
  }
}

p {
  font-size: inherit;
}

.titlesection {
  margin-bottom: 45px;
}

.titleline {
  padding-bottom: 22px;
  margin-bottom: 22px;
}

@media print,
screen and (min-width: 40em) {
  .titleline {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

.titleline .line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  text-align: inherit;
  line-height: 0%;
}

.titleline .line:after {
  content: '';
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 90px;
  height: 1px;
  top: 0;
  background-color: #6bc3eb;
}

.with-deco {
  position: relative;
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 80em) {
  .with-deco {
    padding-bottom: 2rem;
  }
}

.with-deco .title-deco {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: inherit;
}

.with-deco .title-deco,
.with-deco .title-deco:before {
  height: 0.1875rem;
  line-height: 0.1875rem;
}

.with-deco .title-deco:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 0;
  vertical-align: top;
  width: 5rem;
  background-color: #6bc3eb;
  background: linear-gradient(to right, #891fcb, #6bc3eb);
}

@media print,
screen and (min-width: 64em) {
  .with-deco .title-deco:before {
    width: 6.25rem;
  }
}

@media screen and (min-width: 80em) {
  .with-deco .title-deco:before {
    width: 8.5rem;
  }
}

.txt-primary-color {
  color: #6bc3eb;
}

.txt-secondary-color {
  color: #891fcb;
}

.txt-italic {
  font-style: italic;
}

.fz-9 {
  font-size: 0.5625rem;
}

.fz-10 {
  font-size: 0.625rem;
}

.fz-11 {
  font-size: 0.6875rem;
}

.fz-12 {
  font-size: 0.75rem;
}

.fz-13 {
  font-size: 0.8125rem;
}

.fz-14 {
  font-size: 0.875rem;
}

.fz-15 {
  font-size: 0.9375rem;
}

.fz-16 {
  font-size: 1rem;
}

.lh-90 {
  line-height: 90%;
}

.lh-100 {
  line-height: 100%;
}

.lh-120 {
  line-height: 120%;
}

.lh-140 {
  line-height: 140%;
}

.lh-150 {
  line-height: 150%;
}

.editor-post-title__block .editor-post-title__input {
  font-family: 'Roboto', Helvetica, sans-serif;
}

#editor .editor-styles-wrapper {
  font-family: 'Roboto', Helvetica, sans-serif;
}

#editor .editor-styles-wrapper .editor-rich-text,
.mce-content-body,
.wysiwyg-content,
.wig-content {
  position: relative;
}

#editor .editor-styles-wrapper .editor-rich-text a[href$='.gif'],
#editor .editor-styles-wrapper .editor-rich-text a[href$='.jpg'],
#editor .editor-styles-wrapper .editor-rich-text a[href$='.png'],
#editor .editor-styles-wrapper .editor-rich-text a[href$='.jpeg'],
.mce-content-body a[href$='.gif'],
.mce-content-body a[href$='.jpg'],
.mce-content-body a[href$='.png'],
.mce-content-body a[href$='.jpeg'],
.wysiwyg-content a[href$='.gif'],
.wysiwyg-content a[href$='.jpg'],
.wysiwyg-content a[href$='.png'],
.wysiwyg-content a[href$='.jpeg'],
.wig-content a[href$='.gif'],
.wig-content a[href$='.jpg'],
.wig-content a[href$='.png'],
.wig-content a[href$='.jpeg'] {
  display: inline-block;
}

#editor .editor-styles-wrapper .editor-rich-text a[href$='.gif']:hover,
#editor .editor-styles-wrapper .editor-rich-text a[href$='.jpg']:hover,
#editor .editor-styles-wrapper .editor-rich-text a[href$='.png']:hover,
#editor .editor-styles-wrapper .editor-rich-text a[href$='.jpeg']:hover,
.mce-content-body a[href$='.gif']:hover,
.mce-content-body a[href$='.jpg']:hover,
.mce-content-body a[href$='.png']:hover,
.mce-content-body a[href$='.jpeg']:hover,
.wysiwyg-content a[href$='.gif']:hover,
.wysiwyg-content a[href$='.jpg']:hover,
.wysiwyg-content a[href$='.png']:hover,
.wysiwyg-content a[href$='.jpeg']:hover,
.wig-content a[href$='.gif']:hover,
.wig-content a[href$='.jpg']:hover,
.wig-content a[href$='.png']:hover,
.wig-content a[href$='.jpeg']:hover {
  opacity: 0.85;
}

#editor .editor-styles-wrapper .editor-rich-text h2,
#editor .editor-styles-wrapper .editor-rich-text .h2,
#editor .editor-styles-wrapper .editor-rich-text h3,
#editor .editor-styles-wrapper .editor-rich-text .h3,
#editor .editor-styles-wrapper .editor-rich-text h4,
#editor .editor-styles-wrapper .editor-rich-text .h4,
#editor .editor-styles-wrapper .editor-rich-text h5,
#editor .editor-styles-wrapper .editor-rich-text .h5,
#editor .editor-styles-wrapper .editor-rich-text h6,
#editor .editor-styles-wrapper .editor-rich-text .h6,
.mce-content-body h2,
.mce-content-body .h2,
.mce-content-body h3,
.mce-content-body .h3,
.mce-content-body h4,
.mce-content-body .h4,
.mce-content-body h5,
.mce-content-body .h5,
.mce-content-body h6,
.mce-content-body .h6,
.wysiwyg-content h2,
.wysiwyg-content .h2,
.wysiwyg-content h3,
.wysiwyg-content .h3,
.wysiwyg-content h4,
.wysiwyg-content .h4,
.wysiwyg-content h5,
.wysiwyg-content .h5,
.wysiwyg-content h6,
.wysiwyg-content .h6,
.wig-content h2,
.wig-content .h2,
.wig-content h3,
.wig-content .h3,
.wig-content h4,
.wig-content .h4,
.wig-content h5,
.wig-content .h5,
.wig-content h6,
.wig-content .h6 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

#editor .editor-styles-wrapper .editor-rich-text>*:first-child,
.mce-content-body>*:first-child,
.wysiwyg-content>*:first-child,
.wig-content>*:first-child {
  margin-top: 0;
}

#editor .editor-styles-wrapper .editor-rich-text>*:last-child,
.mce-content-body>*:last-child,
.wysiwyg-content>*:last-child,
.wig-content>*:last-child {
  margin-bottom: 0;
}

#editor .editor-styles-wrapper .editor-rich-text code,
.mce-content-body code,
.wysiwyg-content code,
.wig-content code {
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
}

#editor .editor-styles-wrapper .editor-rich-text img,
.mce-content-body img,
.wysiwyg-content img,
.wig-content img {
  max-width: 100%;
  height: auto;
}

#editor .editor-styles-wrapper .editor-rich-text img.aligncenter,
#editor .editor-styles-wrapper .editor-rich-text .wp-caption.aligncenter,
#editor .editor-styles-wrapper .editor-rich-text img.alignleft,
#editor .editor-styles-wrapper .editor-rich-text .wp-caption.alignleft,
#editor .editor-styles-wrapper .editor-rich-text img.alignright,
#editor .editor-styles-wrapper .editor-rich-text .wp-caption.alignright,
#editor .editor-styles-wrapper .editor-rich-text img.alignnone,
#editor .editor-styles-wrapper .editor-rich-text .wp-caption.alignnone,
.mce-content-body img.aligncenter,
.mce-content-body .wp-caption.aligncenter,
.mce-content-body img.alignleft,
.mce-content-body .wp-caption.alignleft,
.mce-content-body img.alignright,
.mce-content-body .wp-caption.alignright,
.mce-content-body img.alignnone,
.mce-content-body .wp-caption.alignnone,
.wysiwyg-content img.aligncenter,
.wysiwyg-content .wp-caption.aligncenter,
.wysiwyg-content img.alignleft,
.wysiwyg-content .wp-caption.alignleft,
.wysiwyg-content img.alignright,
.wysiwyg-content .wp-caption.alignright,
.wysiwyg-content img.alignnone,
.wysiwyg-content .wp-caption.alignnone,
.wig-content img.aligncenter,
.wig-content .wp-caption.aligncenter,
.wig-content img.alignleft,
.wig-content .wp-caption.alignleft,
.wig-content img.alignright,
.wig-content .wp-caption.alignright,
.wig-content img.alignnone,
.wig-content .wp-caption.alignnone {
  float: none;
  display: block;
  margin: 1rem auto;
}

@media print,
screen and (min-width: 40em) {

  #editor .editor-styles-wrapper .editor-rich-text img.alignleft,
  #editor .editor-styles-wrapper .editor-rich-text .wp-caption.alignleft,
  .mce-content-body img.alignleft,
  .mce-content-body .wp-caption.alignleft,
  .wysiwyg-content img.alignleft,
  .wysiwyg-content .wp-caption.alignleft,
  .wig-content img.alignleft,
  .wig-content .wp-caption.alignleft {
    float: left;
    margin: 1rem 1rem 1rem 0;
  }
}

@media print,
screen and (min-width: 40em) {

  #editor .editor-styles-wrapper .editor-rich-text img.alignright,
  #editor .editor-styles-wrapper .editor-rich-text .wp-caption.alignright,
  .mce-content-body img.alignright,
  .mce-content-body .wp-caption.alignright,
  .wysiwyg-content img.alignright,
  .wysiwyg-content .wp-caption.alignright,
  .wig-content img.alignright,
  .wig-content .wp-caption.alignright {
    float: right;
    margin: 1rem 0 1rem 1rem;
  }
}

#editor .editor-styles-wrapper .editor-rich-text img.alignnone,
#editor .editor-styles-wrapper .editor-rich-text .wp-caption.alignnone,
.mce-content-body img.alignnone,
.mce-content-body .wp-caption.alignnone,
.wysiwyg-content img.alignnone,
.wysiwyg-content .wp-caption.alignnone,
.wig-content img.alignnone,
.wig-content .wp-caption.alignnone {
  margin: 1rem 0;
}

#editor .editor-styles-wrapper .editor-rich-text .wp-caption-text,
.mce-content-body .wp-caption-text,
.wysiwyg-content .wp-caption-text,
.wig-content .wp-caption-text {
  font-size: 0.875rem;
  color: #111;
  margin: 0;
  padding: 0.625rem 0;
  background: #e9e8e7;
  font-style: italic;
}

#editor .editor-styles-wrapper .wp-block-quote,
blockquote.wp-block-quote,
.mce-content-body blockquote,
.wig-content blockquote {
  position: relative;
  color: rgba(10, 10, 10, 0.68);
  padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  padding: 1rem 2rem;
  border: none;
  z-index: 15;
}

#editor .editor-styles-wrapper .wp-block-quote,
#editor .editor-styles-wrapper .wp-block-quote p,
#editor .editor-styles-wrapper .wp-block-quote .editor-rich-text p,
blockquote.wp-block-quote,
blockquote.wp-block-quote p,
blockquote.wp-block-quote .editor-rich-text p,
.mce-content-body blockquote,
.mce-content-body blockquote p,
.mce-content-body blockquote .editor-rich-text p,
.wig-content blockquote,
.wig-content blockquote p,
.wig-content blockquote .editor-rich-text p {
  font-size: 1.125rem;
}

@media print,
screen and (min-width: 64em) {

  #editor .editor-styles-wrapper .wp-block-quote,
  #editor .editor-styles-wrapper .wp-block-quote p,
  #editor .editor-styles-wrapper .wp-block-quote .editor-rich-text p,
  blockquote.wp-block-quote,
  blockquote.wp-block-quote p,
  blockquote.wp-block-quote .editor-rich-text p,
  .mce-content-body blockquote,
  .mce-content-body blockquote p,
  .mce-content-body blockquote .editor-rich-text p,
  .wig-content blockquote,
  .wig-content blockquote p,
  .wig-content blockquote .editor-rich-text p {
    font-size: 1.25rem;
  }
}

#editor .editor-styles-wrapper .wp-block-quote,
#editor .editor-styles-wrapper .wp-block-quote p,
blockquote.wp-block-quote,
blockquote.wp-block-quote p,
.mce-content-body blockquote,
.mce-content-body blockquote p,
.wig-content blockquote,
.wig-content blockquote p {
  line-height: 120%;
}

#editor .editor-styles-wrapper .wp-block-quote:before,
blockquote.wp-block-quote:before,
.mce-content-body blockquote:before,
.wig-content blockquote:before {
  display: inline-block;
  font-family: 'skelfont';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.1em;
  margin-left: 0.1em;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  display: block;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  margin: 0;
  -webkit-transform: translateX(-100%) translateY(-10%);
  transform: translateX(-100%) translateY(-10%);
  font-size: 2rem;
  color: rgba(107, 195, 235, 0.36);
  z-index: -1;
}

#editor .editor-styles-wrapper .wp-block-quote>*:first-child,
blockquote.wp-block-quote>*:first-child,
.mce-content-body blockquote>*:first-child,
.wig-content blockquote>*:first-child {
  margin-top: 0;
}

#editor .editor-styles-wrapper .wp-block-quote>*:last-child,
blockquote.wp-block-quote>*:last-child,
.mce-content-body blockquote>*:last-child,
.wig-content blockquote>*:last-child {
  margin-bottom: 0;
}

#editor .editor-styles-wrapper .editor-rich-text ul,
#editor .editor-styles-wrapper .editor-rich-text ol,
ul.wp-block-list-ul,
ol.wp-block-list-ol,
.mce-content-body ul,
.mce-content-body ol,
.wig-content ul,
.wig-content ol {
  list-style: none;
  margin: 1rem 0;
  padding: 0 2rem;
}

#editor .editor-styles-wrapper .editor-rich-text ul li,
#editor .editor-styles-wrapper .editor-rich-text ol li,
ul.wp-block-list-ul li,
ol.wp-block-list-ol li,
.mce-content-body ul li,
.mce-content-body ol li,
.wig-content ul li,
.wig-content ol li {
  position: relative;
  padding-left: 2.5rem;
  padding-right: 1.875rem;
  margin: 0.25rem 0;
}

#editor .editor-styles-wrapper .editor-rich-text ul ul,
ul.wp-block-list-ul ul,
.mce-content-body ul ul,
.wig-content ul ul {
  margin: 0;
  padding: 0 1.5rem;
}

#editor .editor-styles-wrapper .editor-rich-text ul li:before,
ul.wp-block-list-ul li:before,
.mce-content-body ul li:before,
.wig-content ul li:before {
  content: '';
  position: absolute;
  top: 0.5625rem;
  left: 0.625rem;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 62.5rem;
  background-color: #6bc3eb;
}

#editor .editor-styles-wrapper .editor-rich-text ol,
ol.wp-block-list-ol,
.mce-content-body ol,
.wig-content ol {
  counter-reset: orderedlist;
}

#editor .editor-styles-wrapper .editor-rich-text ol>li:before,
ol.wp-block-list-ol>li:before,
.mce-content-body ol>li:before,
.wig-content ol>li:before {
  counter-increment: orderedlist;
  content: counter(orderedlist, decimal-leading-zero) '.';
  color: #6bc3eb;
  text-align: right;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 2rem;
}

#tinymce.mce-content-body {
  padding: 0.625rem;
}

#editor .edit-post-sidebar ul {
  list-style-type: none;
  margin: 0;
}

.headersite,
.headersite-inner {
  background-color: #ffffff;
  transition: all 0.24s ease-in-out;
}

.headersite .title-bar,
.headersite .top-bar,
.headersite .top-bar .top-bar-right>.menu,
.headersite .top-bar .top-bar-left>.menu {
  background-color: inherit;
}

.headersite .baseline {
  display: block;
}

.headersite .top-bar {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  height: 100%;
  right: 2.75rem;
  top: 0;
  min-height: 100%;
  transition: all 0.24s ease-in-out;
}

.topbar-item.topbar-contactlink {
  margin: auto;
}

@media screen and (min-width: 1050px) {
  .headersite .top-bar {
    min-height: 7rem;
  }

  .topbar-item.topbar-contactlink {
    margin: 0;
  }
}

@media screen and (min-width: 65.625em) {
  .headersite .top-bar {
    height: auto;
    right: auto;
    top: auto;
    position: relative;
  }
}

.headersite .logo-site {
  height: 44px;
  width: 159px;
  background-image: url('../images/logo-small.png');
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
  .headersite .logo-site {
    background-image: url('../images/logo-small_2x.png');
    background-size: 159px 44px;
  }
}

@media screen and (min-width: 65.625em) {
  .headersite .logo-site {
    height: 80px;
    width: 289px;
    background-image: url('../images/logo.png');
  }
}

@media screen and (min-width: 65.625em) and (min--moz-device-pixel-ratio: 1.3),
screen and (min-width: 65.625em) and (-webkit-min-device-pixel-ratio: 1.3),
screen and (min-width: 65.625em) and (min-device-pixel-ratio: 1.3),
screen and (min-width: 65.625em) and (min-resolution: 1.3dppx) {
  .headersite .logo-site {
    background-image: url('../images/logo_2x.png');
    background-size: 289px 80px;
  }
}

.is-scrolling .headersite.-fixed .logo-site {
  height: 44px;
  width: 159px;
  background-image: url('../images/logo-small.png');
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
  .is-scrolling .headersite.-fixed .logo-site {
    background-image: url('../images/logo-small_2x.png');
    background-size: 159px 44px;
  }
}

@media screen and (min-width: 65.625em) {
  .headersite-navbar.menusite-vertical-classic .logo-site {
    margin: 3.125rem auto;
  }
}

.headersite-supbar {
  display: none;
  position: relative;
  width: 100%;
  line-height: 120%;
  padding: 0.25rem 0;
  font-size: 0.875rem;
  text-transform: uppercase;
  background-color: #0a0a0a;
  color: #ffffff;
  z-index: 25;
}

@media print,
screen and (min-width: 64em) {
  .headersite-supbar {
    display: block;
  }
}

.headersite-supbar .supbar {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.headersite-supbar .supbar-left,
.headersite-supbar .supbar-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headersite-supbar .supbar-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.headersite-supbar .supbar-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.headersite-supbar .supbar a:not(.sociallinks-link) {
  color: #6bc3eb;
}

.headersite-supbar .supbar .text {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  line-height: 120%;
}

.headersite-supbar .supbar-item {
  display: block;
  padding: 0 0.375rem;
}

.headersite-supbar .supbar-item.phone {
  position: relative;
  color: #6bc3eb;
  font-weight: bold;
}

.headersite-supbar .supbar-item.phone .hidephone-link,
.headersite-supbar .supbar-item.phone .hidephone-txt {
  line-height: 1;
}

.headersite-supbar .supbar-item.phone .hidephone-link:before,
.headersite-supbar .supbar-item.phone .hidephone-txt:before {
  display: inline-block;
  font-family: 'skelfont';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.1em;
  margin-left: 0.1em;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  margin: 0;
  margin-right: 0.25rem;
  display: inline-block;
  vertical-align: top;
}

.headersite-supbar .menu>li {
  font-size: inherit;
  position: relative;
}

.headersite-supbar .menu>li:not(:first-child):after {
  content: '|';
  position: absolute;
  display: block;
  top: 50%;
  line-height: 1;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(-52%);
  transform: translateX(-50%) translateY(-52%);
}

.headersite-supbar .menu a {
  padding: 0.125rem 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}

.headersite-supbar .menu a:hover {
  color: #6bc3eb;
}

.headersite-supbar .sociallinks {
  padding: 0;
}

.headersite-navbar {
  position: relative;
  background-color: inherit;
  transition: all 0.24s ease-in-out;
  z-index: 20;
}

.headersite-navbar .title-bar {
  position: relative;
}

.topbar-item .button {
  margin-bottom: 0;
}

.topbar-item {
  padding-left: 0.5rem;
}

@media print,
screen and (min-width: 40em) {
  .topbar-item {
    padding-left: 0.75rem;
  }
}

.headersite .top-bar .topbar-item.topbar-lang,
.headersite .top-bar .topbar-item.topbar-lang .menu-choicelang-link {
  font-size: 0.75rem;
}

@media screen and (min-width: 65.625em) {

  .headersite .top-bar .topbar-item.topbar-lang,
  .headersite .top-bar .topbar-item.topbar-lang .menu-choicelang-link {
    font-size: 0.875rem;
  }
}

.headersite.-fixed {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 60;
  transition: all 0.24s ease-in-out;
}

@media screen and (min-width: 65.625em) {
  .headersite.-fixed {
    min-height: 7rem;
  }
}

@media screen and (min-width: 65.625em) {
  .headersite.-fixed .headersite-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 60;
  }
}

@media screen and (min-width: 65.625em) {
  .headersite.-fixed.-with-supbar {
    min-height: 9.5rem;
  }
}

@media screen and (min-width: 65.625em) {
  body.admin-bar .headersite.-fixed .headersite-inner {
    top: 2rem;
  }
}

@media screen and (min-width: 65.625em) {

  .is-scrolling .headersite.-fixed,
  .is-scrolling .headersite.-fixed .top-bar {
    min-height: 4.5rem;
  }
}

.is-scrolling .headersite.-fixed .headersite-inner {
  padding: 0;
  border-bottom: 1px solid #e9e8e7;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.is-scrolling .headersite.-fixed .headersite-navbar .top-bar ul>li>a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 65.625em) {
  body.admin-bar.is-scrolling .headersite.-fixed {
    min-height: 6.5rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .is-scrolling .headersite.-fixed.-with-supbar .headersite-inner {
    top: -2.5rem;
  }
}

@media print,
screen and (min-width: 64em) {
  body.admin-bar.is-scrolling .headersite.-fixed.-with-supbar .headersite-inner {
    top: -0.5rem;
  }
}

.headersite.-overpage,
.headersite.-fixed.-overpage {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  min-height: auto;
}

.footersite {
  font-size: 0.875rem;
  background-color: var(--secondary-color);
  color: #ffffff;
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}

@media screen and (min-width: 80em) {
  .footersite {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 90em) {
  .footersite {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    padding-top: 3.125rem;
  }
}

.footersite a {
  color: inherit;
}

.footersite a:hover {
  color: #6bc3eb;
}

.footersite-bottom {
  margin-top: 2rem;
}

.footersite-col-logo {
  text-align: center;
}

@media screen and (min-width: 80em) {
  .footersite-col-logo {
    text-align: left;
  }
}

.footersite .logo-site {
  display: inline-block;
  margin-bottom: 2rem;
  height: 80px;
  width: 290px;
  background-image: url('../images/logo-white.png');
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
  .footersite .logo-site {
    background-image: url('../images/logo-white_2x.png');
    background-size: 290px 80px;
  }
}

@media screen and (min-width: 65.625em) {
  .footersite .logo-site {
    height: 80px;
    width: 290px;
    background-image: url('../images/logo-white.png');
  }
}

@media screen and (min-width: 65.625em) and (min--moz-device-pixel-ratio: 1.3),
screen and (min-width: 65.625em) and (-webkit-min-device-pixel-ratio: 1.3),
screen and (min-width: 65.625em) and (min-device-pixel-ratio: 1.3),
screen and (min-width: 65.625em) and (min-resolution: 1.3dppx) {
  .footersite .logo-site {
    background-image: url('../images/logo-white_2x.png');
    background-size: 290px 80px;
  }
}

.footersite-recentposts-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 120%;
  display: inline-block;
}

.footersite-recentposts-title,
.footersite-recentposts-title a {
  color: inherit;
}

.footersite-recentposts .summarypost:not(:nth-child(1)):not(:nth-child(2)) {
  display: none;
}

@media print,
screen and (min-width: 26.5625em) {
  .footersite-recentposts .summarypost:not(:nth-child(1)):not(:nth-child(2)) {
    display: block;
  }
}

@media print,
screen and (min-width: 64em) {
  .footersite-recentposts .summarypost:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
  }
}

@media screen and (min-width: 112.5em) {
  .footersite-recentposts .summarypost:not(:nth-child(1)):not(:nth-child(2)) {
    display: block;
  }
}

@media print,
screen and (min-width: 64em) {
  .footersite-recentposts .summarypost.look-small .summarypost-box {
    margin-left: 0;
  }
}

.footersite-recentposts .summarypost-title,
.footersite-recentposts .summarypost-meta {
  color: inherit;
}

.footersite-menu {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 1.5625rem;
  font-size: 0.75rem;
}

@media print,
screen and (min-width: 40em) {
  .footersite-menu {
    font-size: 0.875rem;
    margin-top: 20px;
  }
}

.footersite-menu ul.menu {
  position: relative;
}

.footersite-menu ul li {
  display: block;
  width: 100%;
}

.footersite-menu ul li a {
  display: inline-block;
  padding: 0;
  padding-bottom: 0.75rem;
  /* text-transform: uppercase; */
  line-height: 110%;
  /* font-weight: 700; */
  color: inherit;
  font-size: inherit;
}

.footersite-menu ul li.active a {
  background-color: transparent;
}

.footersite-contactinfos {
  font-size: 0.75rem;
  margin-bottom: 1.5625rem;
}

@media print,
screen and (min-width: 40em) {
  .footersite-contactinfos {
    margin-bottom: 2.5rem;
  }
}

@media print,
screen and (min-width: 48em) {
  .footersite-contactinfos {
    margin-top: 0.25rem;
  }
}

@media screen and (min-width: 90em) {
  .footersite-contactinfos {
    /* margin-left: 3.125rem; */
    margin-left: 2.5rem;
  }
}

@media screen and (min-width: 112.5em) {
  .footersite-contactinfos {
    margin-left: 6.25rem;
  }
}

.footersite-adr,
.footersite-phone {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}

@media print,
screen and (min-width: 26.5625em) {

  .footersite-adr,
  .footersite-phone {
    padding-left: 2rem;
  }

  .footersite-adrtitle,
  .footersite-seotext-title {
    font-size: 15px;
  }

  .adr,
  .footersite-seotext-desc {
    font-size: 14px;
  }
}

@media screen and (min-width: 1051px) {
  .footersite-contactinfos {
    margin-left: 3rem;
  }
}

.footersite-adr:before,
.footersite-phone:before {
  display: inline-block;
  font-family: 'skelfont';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.1em;
  margin-left: 0.1em;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: none;
  color: inherit;
  font-size: 1.5rem;
  top: 50%;
  margin: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print,
screen and (min-width: 26.5625em) {

  .footersite-adr:before,
  .footersite-phone:before {
    display: block;
  }
}

.footersite-adr:before {
  content: '';
  width: 23px;
  height: 31px;
  background: url("../images/icons/localisation.png");
}

.footersite-phone:before {
  content: '';
  font-size: 1rem;
  left: 0.25rem;
}

.footersite-phone {
  font-weight: 700;
}

.footersite-phone .hidephone-txt:before {
  display: none;
}

.footersite-phone-ico {
  font-size: 1rem;
}

.footersite-seotext {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 90em) {
  .footersite-seotext {
    margin-bottom: 3.125rem;
  }
}

@media print,
screen and (min-width: 48em) {
  .footersite-seotext {
    margin-top: 0.25rem;
  }
}

.footersite-seotext-title {
  /* text-transform: uppercase; */
  font-weight: bold;
  margin-bottom: 1rem;
}

.footersite-seotext p {
  margin: 0;
  line-height: 120%;
  font-size: 0.8125rem;
}

.footersite-siteownership {
  text-align: left;
  line-height: 150%;
  font-size: 0.75rem;
}

@media print,
screen and (min-width: 40em) {
  .footersite-siteownership {
    text-align: center;
  }
}

@media print,
screen and (min-width: 64em) {
  .footersite-siteownership {
    text-align: left;
  }
}

.footersite-copyright,
.footersite-author {
  display: block;
  width: 100%;
  font-size: inherit;
}

.footersite-copyright-name {
  font-weight: normal;
}

.footersite-social-media {
  display: flex;
}

.footersite-social-media a:not(:last-child) {
  margin-right: 10px;
}

/*
// NAVIGATION : Styles globaux des menus
----------------------------------------
*/
/*
// MENU : TOP BAR
----------------------------------------
*/
.headersite {
  transition: all 0.24s ease-in-out;
}

.is-scrolling .headersite .top-bar .top-bar-right {
  padding: 0 0;
}

.is-scrolling .headersite .top-bar ul.menu>li:not(.with-button)>a {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.is-scrolling .headersite .top-bar ul.menu>li:not(.with-button).is-dropdown-submenu-parent>a,
.is-scrolling .headersite .top-bar>div>ul.menu>li:not(.with-button).is-dropdown-submenu-parent>a {
  padding-right: 1.75rem;
}

.is-scrolling .headersite .top-bar li:not(.with-button).is-dropdown-submenu-parent>a:after {
  right: 0.625rem;
}

.is-scrolling .headersite .top-bar ul.submenu li a {
  padding: 0.875rem 1rem;
}

.headersite .top-bar-right {
  transition: all 0.24s ease-in-out;
}

@media screen and (min-width: 65.625em) {
  .headersite .top-bar-right {
    padding: 1.25rem 0;
  }
}

.headersite .top-bar {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
}

@media screen and (min-width: 1051px) {
  .headersite .topbar {
    align-items: center;
  }
}

@media screen and (min-width: 65.625em) {
  .headersite .top-bar {
    padding: 0 0.75rem;
  }
}

.headersite .top-bar>div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headersite .top-bar>div>ul.menu>li {
  transition: all 0.24s ease-in-out;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.headersite .top-bar>div>ul.menu>li.with-button>a,
.headersite .top-bar>div>ul.menu>li>a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.headersite .top-bar>div>ul.menu>li.with-button,
.headersite .top-bar>div>ul.menu>li:not(.with-button)>a {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media screen and (min-width: 90em) {

  .headersite .top-bar>div>ul.menu>li.with-button,
  .headersite .top-bar>div>ul.menu>li:not(.with-button)>a {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}

.headersite .top-bar>div>ul.menu>li.with-button:first-child {
  padding-left: 0;
}

.headersite .top-bar>div>ul.menu>li.with-button:last-child {
  padding-right: 0;
}

.headersite .top-bar>div>ul.menu>li.with-button>a {
  margin-bottom: 0;
}

.headersite .top-bar ul>li>a {
  position: relative;
  font-size: 1rem;
  /* text-transform: uppercase; */
  /* font-weight: 900; */
  color: #0a0a0a;
  background-color: transparent;
}

.headersite .top-bar ul>li>a:before {
  display: none;
  content: '';
}

.headersite .top-bar li.is-dropdown-submenu-parent>a:after {
  display: inline-block;
  font-family: 'skelfont';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.1em;
  margin-left: 0.1em;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  position: absolute;
  right: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.625rem;
  color: rgba(10, 10, 10, 0.5);
  margin: 0;
  line-height: 1;
  transition: all 0.24s ease-in-out;
}

.headersite .top-bar li.is-dropdown-submenu-parent>a,
.headersite .top-bar>div>ul.menu>li.is-dropdown-submenu-parent>a {
  padding-right: 2.25rem;
}

.headersite .top-bar ul>li:hover>a,
.headersite .top-bar ul>li>a:hover {
  color: rgba(10, 10, 10, 0.35);
  background-color: transparent;
}

.headersite .top-bar ul>li:hover>a:before,
.headersite .top-bar ul>li>a:hover:before {
  background-color: #6bc3eb;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.headersite .top-bar ul>li.active>a {
  color: rgba(10, 10, 10, 0.35);
  background-color: transparent;
}

.headersite .top-bar ul>li.active>a:before {
  -webkit-transform: scaleY(1.1);
  transform: scaleY(1.1);
  background-color: #6bc3eb;
}

.headersite .top-bar>div>ul>li>ul.is-dropdown-submenu,
.headersite .top-bar ul.is-dropdown-submenu {
  background-color: #ffffff;
  border: solid 0.0625rem #e6e6e6;
  z-index: 52;
}

.headersite .top-bar ul.is-dropdown-submenu li {
  position: relative;
  z-index: 10;
}

.headersite .top-bar ul.is-dropdown-submenu li:not(:last-child):before {
  content: '';
  background-color: rgba(10, 10, 10, 0.1);
  z-index: 10;
  position: absolute;
  width: 90%;
  height: 1px;
  bottom: 0;
  left: 5%;
}

.headersite .top-bar>div>ul>li.is-dropdown-submenu-parent.opens-left>ul.is-dropdown-submenu,
.headersite .top-bar>div>ul>li.is-dropdown-submenu-parent.opens-right>ul.is-dropdown-submenu {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 65.625em) {
  .headersite .top-bar .top-bar-left>ul>li:first-child>ul.is-dropdown-submenu {
    top: 100%;
    left: 0;
    right: auto;
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (min-width: 65.625em) {
  .headersite .top-bar .top-bar-right>ul>li:last-child>ul.is-dropdown-submenu {
    top: 100%;
    left: auto;
    right: 0;
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (min-width: 65.625em) {
  .headersite .top-bar ul.is-dropdown-submenu .is-dropdown-submenu {
    top: 0;
    left: 100%;
  }
}

@media screen and (min-width: 65.625em) {
  .headersite .top-bar ul.is-dropdown-submenu:last-child .is-dropdown-submenu {
    top: 0;
    left: auto;
    right: 100%;
  }
}

@media screen and (min-width: 65.625em) {
  .headersite .top-bar .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media screen and (min-width: 65.625em) {
  .headersite .top-bar .is-dropdown-submenu:last-child .is-dropdown-submenu-parent.opens-left>a {
    padding-left: 2.125rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 65.625em) {
  .headersite .top-bar .is-dropdown-submenu:last-child .is-dropdown-submenu-parent.opens-left>a:after {
    content: '';
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    right: auto;
    left: 1rem;
  }
}

@media screen and (min-width: 65.625em) {
  .headersite .top-bar .is-dropdown-submenu:last-child .is-dropdown-submenu-parent.opens-right>a {
    padding-right: 2.125rem;
    padding-left: 1rem;
  }
}

@media screen and (min-width: 65.625em) {
  .headersite .top-bar .is-dropdown-submenu:last-child .is-dropdown-submenu-parent.opens-right>a:after {
    content: '';
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    left: auto;
    right: 1rem;
  }
}

.headersite .top-bar ul.is-dropdown-submenu li a {
  font-size: 0.875rem;
  padding: 0.875rem 1rem;
  color: #0a0a0a;
  line-height: 110%;
  background-color: transparent;
  text-transform: none;
}

.headersite .top-bar ul.is-dropdown-submenu li a:before {
  display: none;
}

.headersite .top-bar ul.is-dropdown-submenu li a:hover,
.headersite .top-bar ul.is-dropdown-submenu li.active a {
  color: #ffffff;
  background-color: rgba(10, 10, 10, 0.1);
}

@media screen and (min-width: 65.625em) {

  .headersite .top-bar ul.is-dropdown-submenu li a:hover,
  .headersite .top-bar ul.is-dropdown-submenu li.active a {
    color: rgba(10, 10, 10, 0.35);
    background-color: #ffffff;
  }
}

.headersite .top-bar ul.is-dropdown-submenu li.active a:hover {
  color: rgba(10, 10, 10, 0.35);
}

.headersite .top-bar .is-drilldown {
  width: 100%;
}

.headersite .top-bar .is-drilldown-submenu-parent>a::after {
  border-color: transparent transparent transparent rgba(10, 10, 10, 0.25);
}

.headersite .top-bar ul.is-dropdown-submenu .js-drilldown-back a {
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(10, 10, 10, 0.25);
}

.headersite .top-bar ul.is-dropdown-submenu .js-drilldown-back a:hover {
  color: rgba(10, 10, 10, 0.45);
}

.headersite .top-bar ul.is-dropdown-submenu .js-drilldown-back a i {
  position: relative;
  top: -2px;
}

.headersite .top-bar ul.is-dropdown-submenu li.with-button,
.headersite .top-bar ul.is-dropdown-submenu li.button {
  margin: inherit;
  text-align: inherit;
  background: transparent;
}

.headersite .top-bar ul.is-dropdown-submenu li.with-button a,
.headersite .top-bar ul.is-dropdown-submenu li.button a {
  color: #0a0a0a;
  background: transparent;
  border-radius: inherit;
  margin-top: 0;
  text-align: inherit;
}

.headersite .top-bar ul.is-dropdown-submenu li.with-button a:hover,
.headersite .top-bar ul.is-dropdown-submenu li.with-button a:focus,
.headersite .top-bar ul.is-dropdown-submenu li.with-button a.active,
.headersite .top-bar ul.is-dropdown-submenu li.button a:hover,
.headersite .top-bar ul.is-dropdown-submenu li.button a:focus,
.headersite .top-bar ul.is-dropdown-submenu li.button a.active {
  color: rgba(10, 10, 10, 0.35);
}

.headersite .top-bar .menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 50%;
  padding: 0;
  margin: 0;
  margin-top: -10px;
}

.headersite .top-bar .menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #0a0a0a;
  box-shadow: 0 8px 0 #0a0a0a, 0 16px 0 #0a0a0a;
  content: '';
}

.headersite .top-bar .menu-icon:hover::after {
  background: #6bc3eb;
  box-shadow: 0 8px 0 #6bc3eb, 0 16px 0 #6bc3eb;
}

.headersite .top-bar .menu-icon,
.headersite .top-bar .menu-icon:hover,
.headersite .top-bar .menu-icon:active,
.headersite .top-bar .menu-icon:focus {
  background-color: transparent;
}

/*
// MENU : OFF CANVAS
----------------------------------------
*/
#global .headersite-nav-titlebar {
  position: relative;
  background-color: transparent;
  padding: 0.625rem 1rem;
}

@media print,
screen and (min-width: 26.5625em) {
  #global .headersite-nav-titlebar {
    padding: 1.25rem 1rem;
  }
}

#global .off-canvas {
  padding: 0.75rem;
  padding-top: 2.1875rem;
  background-color: #0a0a0a;
  border-left: solid 1px transparent;
}

#global .off-canvas .headersite-nav-topbar,
#global .off-canvas .headersite-nav-topbar ul,
#global .off-canvas .headersite-nav-titlebar {
  background-color: transparent;
}

@media screen and (min-width: 65.625em) {

  #global .off-canvas .headersite-nav-topbar,
  #global .off-canvas .headersite-nav-topbar ul,
  #global .off-canvas .headersite-nav-titlebar {
    background-color: transparent;
  }
}

#global .off-canvas .headersite-nav-topbar {
  padding: 0;
}

#global .off-canvas:after {
  box-shadow: unset;
}

#global .off-canvas,
#global .off-canvas a {
  color: #ffffff;
  line-height: 120%;
}

#global .off-canvas a:focus {
  outline: 0;
}

#global .off-canvas .menu-item-has-children .parent-link a[href='#'] {
  display: none;
}

#global .off-canvas .menu-item-has-children>a {
  padding-right: 2rem;
}

#global .off-canvas .menu-item-has-children>a:after {
  display: inline-block;
  font-family: 'skelfont';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.1em;
  margin-left: 0.1em;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 0;
  line-height: 1;
  position: absolute;
  right: 0.5rem;
  top: 1.3125rem;
  content: '';
  display: inline-block;
  color: #ffffff;
  transition: all 0.24s ease-in-out;
  border: none;
  font-size: 0.625rem;
  height: 16px;
  width: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center;
}

#global .off-canvas .menu li {
  border-radius: 0.125rem;
  border: solid 1px transparent;
}

#global .off-canvas .menu li[aria-expanded='true'],
#global .off-canvas .menu li[aria-expanded='true'] a,
#global .off-canvas .menu li[aria-expanded='true'].active a {
  background-color: transparent;
}

#global .off-canvas .menu li[aria-expanded='true']>a:after {
  margin-top: -0.25rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

#global .off-canvas .menu>li.active>a {
  background-color: transparent;
  color: #ffffff;
}

#global .off-canvas .menu>li>a {
  font-size: 1rem;
  /* text-transform: uppercase; */
  font-weight: 700;
}

#global .off-canvas .menu>li>a:hover,
#global .off-canvas .menu>li>a:active,
#global .off-canvas .menu>li>a:focus {
  background-color: #6bc3eb;
  color: #ffffff;
}

#global .off-canvas .menu>li.button {
  margin: 0.5rem 1rem 0.5rem 1rem;
  padding: 0;
}

#global .off-canvas .menu>li.button a:hover {
  background-color: transparent;
}

#global .off-canvas .menu li a:hover,
#global .off-canvas .menu li a:focus {
  background-color: transparent;
  color: #6bc3eb;
}

#global .off-canvas .menu li.active a {
  color: #6bc3eb;
}

#global .off-canvas .menu .submenu {
  margin: 0;
  background-color: transparent;
  padding: 0.15625rem 0.3125rem;
}

#global .off-canvas .menu .submenu li a {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0.15625rem 0;
  color: #ffffff;
  text-transform: none;
}

#global .off-canvas .menu .submenu li a:hover,
#global .off-canvas .menu .submenu li a:active,
#global .off-canvas .menu .submenu li a:focus {
  color: #6bc3eb;
}

#global .off-canvas .menu .submenu li.button a {
  font-weight: bold;
  margin: 0;
  background-color: transparent !important;
}

#global .off-canvas .menu .submenu>li.active>a {
  color: #6bc3eb;
}

/*
	// BUTTON : styles class
	----------------------------------------
	> voir "_button_mx.scss"
*/
.headersite .top-bar>div>ul>li.with-button>a,
.wp-block-button__link,
.button {
  display: inline-block;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  /* border-radius: 62.5rem; */
  border: solid 1px transparent;
  font-family: inherit;
  font-size: 0.875rem;
  /* text-transform: uppercase; */
  font-weight: 700;
  line-height: 100%;
  color: #000000;
  background-color: #6bc3eb;
  cursor: pointer;
  z-index: 20;
  transition: all 0.24s ease-in-out;
  -webkit-appearance: none;
}

@media print,
screen and (min-width: 64em) {

  .headersite .top-bar>div>ul>li.with-button>a,
  .wp-block-button__link,
  .button {
    padding: 1rem 2rem;
  }
}

.headersite .top-bar>div>ul>li.with-button>a:hover,
.headersite .top-bar>div>ul>li.with-button>a:active,
.headersite .top-bar>div>ul>li.with-button>a:focus,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.button:hover,
.button:active,
.button:focus {
  color: #ffffff;
  background-color: #1d9ed9;
}

.is-hover .wp-block-button__link,
.is-hover .button {
  color: #ffffff;
  background-color: #1d9ed9;
}

.button.tiny {
  display: inline-block;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border-radius: 62.5rem;
  border: solid 1px transparent;
  font-family: inherit;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
  background-color: #6bc3eb;
  cursor: pointer;
  z-index: 20;
  transition: all 0.24s ease-in-out;
  -webkit-appearance: none;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.4375rem 0.875rem;
}

@media print,
screen and (min-width: 64em) {
  .button.tiny {
    padding: 1rem 2rem;
  }
}

.button.square {
  display: inline-block;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border-radius: 62.5rem;
  border: solid 1px transparent;
  font-family: inherit;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
  background-color: #6bc3eb;
  cursor: pointer;
  z-index: 20;
  transition: all 0.24s ease-in-out;
  -webkit-appearance: none;
}

@media print,
screen and (min-width: 64em) {
  .button.square {
    padding: 1rem 2rem;
  }
}

.headersite .top-bar>div>ul>li.with-button.secondary>a,
.wp-block-button.is-style-secondary-color .wp-block-button__link,
.button.secondary {
  display: inline-block;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border-radius: 62.5rem;
  border: solid 1px transparent;
  font-family: inherit;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
  background-color: #6bc3eb;
  cursor: pointer;
  z-index: 20;
  transition: all 0.24s ease-in-out;
  -webkit-appearance: none;
  background-color: #891fcb;
  color: #ffffff;
}

@media print,
screen and (min-width: 64em) {

  .headersite .top-bar>div>ul>li.with-button.secondary>a,
  .wp-block-button.is-style-secondary-color .wp-block-button__link,
  .button.secondary {
    padding: 1rem 2rem;
  }
}

.headersite .top-bar>div>ul>li.with-button.secondary>a:hover,
.headersite .top-bar>div>ul>li.with-button.secondary>a:active,
.headersite .top-bar>div>ul>li.with-button.secondary>a:focus,
.wp-block-button.is-style-secondary-color .wp-block-button__link:hover,
.wp-block-button.is-style-secondary-color .wp-block-button__link:active,
.wp-block-button.is-style-secondary-color .wp-block-button__link:focus,
.button.secondary:hover,
.button.secondary:active,
.button.secondary:focus {
  color: #ffffff;
  background-color: #1d9ed9;
  background-color: #891fcb;
  color: #ffffff;
  background-color: #631692;
}

.is-hover .wp-block-button.is-style-secondary-color .wp-block-button__link,
.is-hover .button.secondary {
  color: #ffffff;
  background-color: #1d9ed9;
  background-color: #891fcb;
  color: #ffffff;
  background-color: #631692;
}

.headersite .top-bar>div>ul>li.with-button.white>a,
.wp-block-button.is-style-white-color .wp-block-button__link,
.button.white {
  display: inline-block;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border-radius: 62.5rem;
  border: solid 1px transparent;
  font-family: inherit;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
  background-color: #6bc3eb;
  cursor: pointer;
  z-index: 20;
  transition: all 0.24s ease-in-out;
  -webkit-appearance: none;
  color: #6bc3eb;
  background-color: #ffffff;
}

@media print,
screen and (min-width: 64em) {

  .headersite .top-bar>div>ul>li.with-button.white>a,
  .wp-block-button.is-style-white-color .wp-block-button__link,
  .button.white {
    padding: 1rem 2rem;
  }
}

.headersite .top-bar>div>ul>li.with-button.white>a:hover,
.headersite .top-bar>div>ul>li.with-button.white>a:active,
.headersite .top-bar>div>ul>li.with-button.white>a:focus,
.wp-block-button.is-style-white-color .wp-block-button__link:hover,
.wp-block-button.is-style-white-color .wp-block-button__link:active,
.wp-block-button.is-style-white-color .wp-block-button__link:focus,
.button.white:hover,
.button.white:active,
.button.white:focus {
  color: #ffffff;
  background-color: #1d9ed9;
  color: #6bc3eb;
  background-color: #ffffff;
  color: #94d4f1;
  background-color: #ffffff;
}

.is-hover .wp-block-button.is-style-white-color .wp-block-button__link,
.is-hover .button.white {
  color: #ffffff;
  background-color: #1d9ed9;
  color: #6bc3eb;
  background-color: #ffffff;
  color: #94d4f1;
  background-color: #ffffff;
}

.headersite .top-bar>div>ul>li.with-button.black>a,
.wp-block-button.is-style-black-color .wp-block-button__link,
.button.black {
  display: inline-block;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border-radius: 62.5rem;
  border: solid 1px transparent;
  font-family: inherit;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
  background-color: #6bc3eb;
  cursor: pointer;
  z-index: 20;
  transition: all 0.24s ease-in-out;
  -webkit-appearance: none;
  background-color: #0a0a0a;
  color: #ffffff;
}

@media print,
screen and (min-width: 64em) {

  .headersite .top-bar>div>ul>li.with-button.black>a,
  .wp-block-button.is-style-black-color .wp-block-button__link,
  .button.black {
    padding: 1rem 2rem;
  }
}

.headersite .top-bar>div>ul>li.with-button.black>a:hover,
.headersite .top-bar>div>ul>li.with-button.black>a:active,
.headersite .top-bar>div>ul>li.with-button.black>a:focus,
.wp-block-button.is-style-black-color .wp-block-button__link:hover,
.wp-block-button.is-style-black-color .wp-block-button__link:active,
.wp-block-button.is-style-black-color .wp-block-button__link:focus,
.button.black:hover,
.button.black:active,
.button.black:focus {
  color: #ffffff;
  background-color: #1d9ed9;
  background-color: #0a0a0a;
  color: #ffffff;
  background-color: #4f4f4f;
}

.is-hover .wp-block-button.is-style-black-color .wp-block-button__link,
.is-hover .button.black {
  color: #ffffff;
  background-color: #1d9ed9;
  background-color: #0a0a0a;
  color: #ffffff;
  background-color: #4f4f4f;
}

.headersite .top-bar>div>ul>li.with-button.outline>a,
.wp-block-button.is-style-outline .wp-block-button__link,
.button.outline {
  display: inline-block;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border-radius: 62.5rem;
  border: solid 1px transparent;
  font-family: inherit;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
  background-color: #6bc3eb;
  cursor: pointer;
  z-index: 20;
  transition: all 0.24s ease-in-out;
  -webkit-appearance: none;
  background-color: transparent;
  color: #6bc3eb;
  border-color: #6bc3eb;
}

@media print,
screen and (min-width: 64em) {

  .headersite .top-bar>div>ul>li.with-button.outline>a,
  .wp-block-button.is-style-outline .wp-block-button__link,
  .button.outline {
    padding: 1rem 2rem;
  }
}

.headersite .top-bar>div>ul>li.with-button.outline>a:hover,
.headersite .top-bar>div>ul>li.with-button.outline>a:active,
.headersite .top-bar>div>ul>li.with-button.outline>a:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:active,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.button.outline:hover,
.button.outline:active,
.button.outline:focus {
  color: #ffffff;
  background-color: #1d9ed9;
  background-color: transparent;
  color: #6bc3eb;
  border-color: #6bc3eb;
  color: #ffffff;
  background-color: #6bc3eb;
}

.is-hover .wp-block-button.is-style-outline .wp-block-button__link,
.is-hover .button.outline {
  color: #ffffff;
  background-color: #1d9ed9;
  background-color: transparent;
  color: #6bc3eb;
  border-color: #6bc3eb;
  color: #ffffff;
  background-color: #6bc3eb;
}

.headersite .top-bar>div>ul>li.with-button.outline.secondary>a,
.wp-block-button.is-style-outline-secondary-color .wp-block-button__link,
.button.outline.secondary {
  display: inline-block;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border-radius: 62.5rem;
  border: solid 1px transparent;
  font-family: inherit;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
  background-color: #6bc3eb;
  cursor: pointer;
  z-index: 20;
  transition: all 0.24s ease-in-out;
  -webkit-appearance: none;
  background-color: #891fcb;
  color: #ffffff;
  background-color: transparent;
  color: #6bc3eb;
  border-color: #6bc3eb;
  background-color: transparent;
  color: #891fcb;
  border-color: #891fcb;
}

@media print,
screen and (min-width: 64em) {

  .headersite .top-bar>div>ul>li.with-button.outline.secondary>a,
  .wp-block-button.is-style-outline-secondary-color .wp-block-button__link,
  .button.outline.secondary {
    padding: 1rem 2rem;
  }
}

.headersite .top-bar>div>ul>li.with-button.outline.secondary>a:hover,
.headersite .top-bar>div>ul>li.with-button.outline.secondary>a:active,
.headersite .top-bar>div>ul>li.with-button.outline.secondary>a:focus,
.wp-block-button.is-style-outline-secondary-color .wp-block-button__link:hover,
.wp-block-button.is-style-outline-secondary-color .wp-block-button__link:active,
.wp-block-button.is-style-outline-secondary-color .wp-block-button__link:focus,
.button.outline.secondary:hover,
.button.outline.secondary:active,
.button.outline.secondary:focus {
  color: #ffffff;
  background-color: #1d9ed9;
  background-color: #891fcb;
  color: #ffffff;
  background-color: #631692;
  background-color: transparent;
  color: #6bc3eb;
  border-color: #6bc3eb;
  color: #ffffff;
  background-color: #6bc3eb;
  background-color: transparent;
  color: #891fcb;
  border-color: #891fcb;
  background-color: #891fcb;
  color: #ffffff;
}

.is-hover .wp-block-button.is-style-outline-secondary-color .wp-block-button__link,
.is-hover .button.outline.secondary {
  color: #ffffff;
  background-color: #1d9ed9;
  background-color: #891fcb;
  color: #ffffff;
  background-color: #631692;
  background-color: transparent;
  color: #6bc3eb;
  border-color: #6bc3eb;
  color: #ffffff;
  background-color: #6bc3eb;
  background-color: transparent;
  color: #891fcb;
  border-color: #891fcb;
  background-color: #891fcb;
  color: #ffffff;
}

.headersite .top-bar>div>ul>li.with-button.outline.white>a,
.wp-block-button.is-style-outline-white-color .wp-block-button__link,
.button.outline.white {
  display: inline-block;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border-radius: 62.5rem;
  border: solid 1px transparent;
  font-family: inherit;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
  background-color: #6bc3eb;
  cursor: pointer;
  z-index: 20;
  transition: all 0.24s ease-in-out;
  -webkit-appearance: none;
  color: #6bc3eb;
  background-color: #ffffff;
  background-color: transparent;
  color: #6bc3eb;
  border-color: #6bc3eb;
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

@media print,
screen and (min-width: 64em) {

  .headersite .top-bar>div>ul>li.with-button.outline.white>a,
  .wp-block-button.is-style-outline-white-color .wp-block-button__link,
  .button.outline.white {
    padding: 1rem 2rem;
  }
}

.headersite .top-bar>div>ul>li.with-button.outline.white>a:hover,
.headersite .top-bar>div>ul>li.with-button.outline.white>a:active,
.headersite .top-bar>div>ul>li.with-button.outline.white>a:focus,
.wp-block-button.is-style-outline-white-color .wp-block-button__link:hover,
.wp-block-button.is-style-outline-white-color .wp-block-button__link:active,
.wp-block-button.is-style-outline-white-color .wp-block-button__link:focus,
.button.outline.white:hover,
.button.outline.white:active,
.button.outline.white:focus {
  color: #ffffff;
  background-color: #1d9ed9;
  color: #6bc3eb;
  background-color: #ffffff;
  color: #94d4f1;
  background-color: #ffffff;
  background-color: transparent;
  color: #6bc3eb;
  border-color: #6bc3eb;
  color: #ffffff;
  background-color: #6bc3eb;
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ffffff;
  color: #6bc3eb;
  border-color: white;
}

.is-hover .wp-block-button.is-style-outline-white-color .wp-block-button__link,
.is-hover .button.outline.white {
  color: #ffffff;
  background-color: #1d9ed9;
  color: #6bc3eb;
  background-color: #ffffff;
  color: #94d4f1;
  background-color: #ffffff;
  background-color: transparent;
  color: #6bc3eb;
  border-color: #6bc3eb;
  color: #ffffff;
  background-color: #6bc3eb;
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ffffff;
  color: #6bc3eb;
  border-color: white;
}

.headersite .top-bar>div>ul>li.with-button.outline.black>a,
.wp-block-button.is-style-outline-black-color .wp-block-button__link,
.button.outline.black {
  display: inline-block;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border-radius: 62.5rem;
  border: solid 1px transparent;
  font-family: inherit;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
  background-color: #6bc3eb;
  cursor: pointer;
  z-index: 20;
  transition: all 0.24s ease-in-out;
  -webkit-appearance: none;
  background-color: #0a0a0a;
  color: #ffffff;
  background-color: transparent;
  color: #6bc3eb;
  border-color: #6bc3eb;
  background-color: transparent;
  color: #0a0a0a;
  border-color: #0a0a0a;
}

@media print,
screen and (min-width: 64em) {

  .headersite .top-bar>div>ul>li.with-button.outline.black>a,
  .wp-block-button.is-style-outline-black-color .wp-block-button__link,
  .button.outline.black {
    padding: 1rem 2rem;
  }
}

.headersite .top-bar>div>ul>li.with-button.outline.black>a:hover,
.headersite .top-bar>div>ul>li.with-button.outline.black>a:active,
.headersite .top-bar>div>ul>li.with-button.outline.black>a:focus,
.wp-block-button.is-style-outline-black-color .wp-block-button__link:hover,
.wp-block-button.is-style-outline-black-color .wp-block-button__link:active,
.wp-block-button.is-style-outline-black-color .wp-block-button__link:focus,
.button.outline.black:hover,
.button.outline.black:active,
.button.outline.black:focus {
  color: #ffffff;
  background-color: #1d9ed9;
  background-color: #0a0a0a;
  color: #ffffff;
  background-color: #4f4f4f;
  background-color: transparent;
  color: #6bc3eb;
  border-color: #6bc3eb;
  color: #ffffff;
  background-color: #6bc3eb;
  background-color: transparent;
  color: #0a0a0a;
  border-color: #0a0a0a;
  background-color: #0a0a0a;
  color: #ffffff;
  border-color: #0a0a0a;
}

.is-hover .wp-block-button.is-style-outline-black-color .wp-block-button__link,
.is-hover .button.outline.black {
  color: #ffffff;
  background-color: #1d9ed9;
  background-color: #0a0a0a;
  color: #ffffff;
  background-color: #4f4f4f;
  background-color: transparent;
  color: #6bc3eb;
  border-color: #6bc3eb;
  color: #ffffff;
  background-color: #6bc3eb;
  background-color: transparent;
  color: #0a0a0a;
  border-color: #0a0a0a;
  background-color: #0a0a0a;
  color: #ffffff;
  border-color: #0a0a0a;
}

.dotbtn {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 62.5rem;
  border: solid 0.0625rem;
  padding: 0.25rem;
  border-color: #6bc3eb;
  background-color: #6bc3eb;
  color: #ffffff;
  height: 2rem;
  width: 2rem;
}

@media print,
screen and (min-width: 64em) {
  .dotbtn {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.dotbtn i {
  font-size: 0.875rem;
}

@media print,
screen and (min-width: 64em) {
  .dotbtn i {
    font-size: 1rem;
  }
}

.dotbtn i:before {
  display: block;
  margin: 0;
  line-height: 1;
}

.dotbtn.-outline {
  border-color: #6bc3eb;
  background-color: transparent;
  color: #6bc3eb;
}

.dotbtn.-outline:hover {
  border-color: #891fcb;
  color: #891fcb;
}

.dotbtn.-outline.hover {
  border-color: #6bc3eb;
  background-color: #6bc3eb;
  color: #ffffff;
}

.phonedot-pane {
  width: auto;
  max-width: auto;
  text-align: center;
  padding: 0;
  font-weight: 700;
  background-color: #0a0a0a;
  border: none;
  border-radius: 62.5rem;
  line-height: 1;
  font-size: 0.875rem;
}

.phonedot-pane,
.phonedot-pane a {
  color: #ffffff;
}

.phonedot-pane-arrow {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 0.75rem;
  width: 0.75rem;
}

.phonedot-pane-arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0a0a0a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.phonedot-tel {
  position: relative;
  display: block;
  text-align: center;
  padding: 0.75rem 1rem;
  background-color: #0a0a0a;
  border-radius: 62.5rem;
  z-index: 10;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 12px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.24s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.menu-icoburger {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -1.28125rem;
}

.hamburger-box {
  width: 24px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.24s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: '';
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
	 * Slider
	 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider .hamburger-inner::before {
  top: 7px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
  top: 14px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
  transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-3.42857px, -4px, 0);
  transform: rotate(-45deg) translate3d(-3.42857px, -4px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
  transform: translate3d(0, -14px, 0) rotate(-90deg);
}

/*
	// BREADCRUMBS
	----------------------------------------
*/
.breadcrumb {
  padding: 0.625rem 0;
  font-size: 0.875rem;
  margin-bottom: 0;
  margin: auto;
  background: transparent;
  color: inherit;
}

.breadcrumb a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}

.breadcrumb a:hover {
  text-decoration: underline;
  opacity: 0.75;
}

ol.breadcrumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: inherit;
}

ol.breadcrumb-list .breadcrumb-item,
ol.breadcrumb-list .breadcrumb-item:not(:last-child):after,
ol.breadcrumb-list .breadcrumb-item-txt {
  display: inline;
  vertical-align: middle;
  line-height: 110%;
  color: inherit;
}

ol.breadcrumb-list .breadcrumb-item:not(:last-child):after {
  content: ' > ';
}

ol.breadcrumb-list .breadcrumb-item-txt {
  font-weight: 400;
  color: inherit;
  font-size: inherit;
}

ol.breadcrumb-list a.breadcrumb-item-txt {
  font-weight: 700;
  text-decoration: none;
}

ol.breadcrumb-list a.breadcrumb-item-txt:hover {
  color: #6bc3eb;
  text-decoration: underline;
}

/*
	// WPML menu dropdown : Menu de selection des langues
	----------------------------------------
*/
#global .menu-choicelang,
#global #menusite-topbar .menu-choicelang {
  position: relative;
}

#global .menu-choicelang-link.parent,
#global .menu-choicelang-link.parent:after,
#global #menusite-topbar .menu-choicelang-link.parent,
#global #menusite-topbar .menu-choicelang-link.parent:after {
  color: inherit;
}

#global .menu-choicelang li .menu-choicelang-link,
#global #menusite-topbar .menu-choicelang li .menu-choicelang-link {
  font-weight: 400;
  background-color: transparent;
}

#global .menu-choicelang li a:hover,
#global .menu-choicelang li a:active,
#global #menusite-topbar .menu-choicelang li a:hover,
#global #menusite-topbar .menu-choicelang li a:active {
  color: inherit;
}

#global .menu-choicelang li .menu-choicelang-link,
#global #menusite-topbar .menu-choicelang li .menu-choicelang-link {
  text-transform: none;
}

#global .menu-choicelang li .menu-choicelang-link .langname,
#global #menusite-topbar .menu-choicelang li .menu-choicelang-link .langname {
  position: relative;
}

#global .menu-choicelang li .menu-choicelang-link .langname:after,
#global #menusite-topbar .menu-choicelang li .menu-choicelang-link .langname:after {
  content: '-';
  display: inline-block;
  position: relative;
  margin-left: 0.25rem;
}

#global .menu-choicelang li .menu-choicelang-link .langcode,
#global #menusite-topbar .menu-choicelang li .menu-choicelang-link .langcode {
  text-transform: uppercase;
  font-weight: 700;
}

#global .menu-choicelang li .menu-choicelang-link .langflag,
#global #menusite-topbar .menu-choicelang li .menu-choicelang-link .langflag {
  position: absolute;
  display: block;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.875rem;
}

#global .menu-choicelang li .menu-choicelang-link .langflag img,
#global #menusite-topbar .menu-choicelang li .menu-choicelang-link .langflag img {
  width: 100%;
  max-width: 100%;
}

#global .menu-choicelang-linkflag,
#global #menusite-topbar .menu-choicelang-linkflag {
  display: none;
}

#global .menu-choicelang.with-flag .menu-choicelang-linkflag,
#global #menusite-topbar .menu-choicelang.with-flag .menu-choicelang-linkflag {
  display: block;
}

#global .menu-choicelang-submenu,
#global #menusite-topbar .menu-choicelang-submenu {
  border: none;
  list-style: none;
  margin: 0;
  padding: 0.25rem;
  min-width: 8.125rem;
  top: -0.25rem;
  right: -0.25rem;
  left: auto;
  text-align: right;
  border-radius: 0.125rem;
  background-color: rgba(10, 10, 10, 0.95);
}

#global .menu-choicelang-submenu li a,
#global #menusite-topbar .menu-choicelang-submenu li a {
  color: #ffffff;
}

#global .menu-choicelang-submenu li a:hover,
#global #menusite-topbar .menu-choicelang-submenu li a:hover {
  color: #6bc3eb;
}

#global .menu-choicelang-submenu li:not(:last-child),
#global #menusite-topbar .menu-choicelang-submenu li:not(:last-child) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}

#global .menu-choicelang-submenu li .menu-choicelang-link.is-active,
#global #menusite-topbar .menu-choicelang-submenu li .menu-choicelang-link.is-active {
  color: #ffffff;
  cursor: default;
}

#global .menu-choicelang-submenu li .menu-choicelang-link.is-active span:not(.langflag),
#global #menusite-topbar .menu-choicelang-submenu li .menu-choicelang-link.is-active span:not(.langflag) {
  opacity: 0.8;
}

#global .menu-choicelang-submenu li .menu-choicelang-link,
#global .menu-choicelang-link,
#global #menusite-topbar .menu-choicelang-submenu li .menu-choicelang-link,
#global #menusite-topbar .menu-choicelang-link {
  width: auto;
  display: inline-block;
  position: relative;
  padding: 0.5625rem 0.625rem;
  padding-right: 1.75rem;
  line-height: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: transparent;
}

#global .menu-choicelang-link.switchlang,
#global #menusite-topbar .menu-choicelang-link.switchlang {
  padding: 0.5625rem 0.625rem;
  font-weight: 400;
}

#global .menu-choicelang-link.switchlang .menu-choicelang-linktxt-lang,
#global #menusite-topbar .menu-choicelang-link.switchlang .menu-choicelang-linktxt-lang {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.55;
}

#global .menu-choicelang-link.switchlang .menu-choicelang-linktxt-lang.is-active,
#global #menusite-topbar .menu-choicelang-link.switchlang .menu-choicelang-linktxt-lang.is-active {
  opacity: 1;
  font-weight: 700;
}

#global .menu-choicelang-link.switchlang .menu-choicelang-linktxt-sep,
#global #menusite-topbar .menu-choicelang-link.switchlang .menu-choicelang-linktxt-sep {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.55;
  margin: 0 0.125rem;
}

#global .menu-choicelang-link.switchlang .menu-choicelang-linktxt-sep:after,
#global #menusite-topbar .menu-choicelang-link.switchlang .menu-choicelang-linktxt-sep:after {
  content: '/';
}

#global .menu-choicelang-link.parent:after,
#global #menusite-topbar .menu-choicelang-link.parent:after {
  display: inline-block;
  font-family: 'skelfont';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.1em;
  margin-left: 0.1em;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  display: none;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  font-size: 0.625rem;
  vertical-align: middle;
  transition: all 0.24s ease-in-out;
  border: none;
}

#global .menu-choicelang-link.parent.active:after,
#global #menusite-topbar .menu-choicelang-link.parent.active:after {
  display: inline-block;
}

#global .menu-choicelang-linktxt,
#global #menusite-topbar .menu-choicelang-linktxt {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

#global .menu-choicelang li.is-active>a.active:after,
#global #menusite-topbar .menu-choicelang li.is-active>a.active:after {
  -webkit-transform: translateX(50%) translateY(-50%) rotate(180deg);
  transform: translateX(50%) translateY(-50%) rotate(180deg);
}

/*
	// SLIDER : PAGE ACCUEIL
	----------------------------------------
*/
.slick-slider .slick-item {
  opacity: 0;
  position: absolute;
  outline: none;
}

.slick-slider .slick-item:nth-child(1) {
  opacity: 1;
  position: relative;
}

.slick-slider.slick-initialized {
  background: none;
}

.slick-slider.slick-initialized .slick-item {
  opacity: 1;
  position: relative;
  transition: opacity 0.24s ease-in-out;
}

.slick-slider .slick-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-slider .slick-arrow {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  text-align: center;
  overflow: hidden;
  z-index: 20;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slick-slider .slick-arrow,
.slick-slider .slick-arrow:hover,
.slick-slider .slick-arrow:active,
.slick-slider .slick-arrow:focus {
  color: transparent;
  background-color: transparent;
  line-height: 1;
}

.slick-slider .slick-arrow,
.slick-slider .slick-arrow:after {
  width: 3.125rem;
}

.slick-slider .slick-arrow:before {
  display: inline-block;
  font-family: 'skelfont';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.1em;
  margin-left: 0.1em;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 1.25rem;
  color: #6bc3eb;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  z-index: 6;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
}

.slick-slider .slick-arrow:after {
  content: '';
  position: absolute;
  display: block;
  height: 3.125rem;
  background-color: #ffffff;
  top: 50%;
  margin-top: -1.5625rem;
  z-index: 4;
}

.slick-slider .slick-prev {
  left: -1px;
}

.slick-slider .slick-prev:before {
  content: '';
  margin-left: -0.625rem;
}

.slick-slider .slick-prev:after {
  left: 0;
}

.slick-slider .slick-next {
  right: -1px;
}

.slick-slider .slick-next:before {
  content: '';
}

.slick-slider .slick-next:after {
  right: 0;
}

.slick-slider .slick-dots {
  bottom: 0.625rem;
}

.slick-slider .slick-dots li {
  height: 16px;
  width: 16px;
  display: inline-block;
  text-align: center;
}

.slick-slider .slick-dots button {
  overflow: hidden;
  color: transparent;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.slick-slider .slick-dots button,
.slick-slider .slick-dots button:after {
  display: block;
  height: 8px;
  width: 8px;
}

.slick-slider .slick-dots button:before,
.slick-slider .slick-dots button:after {
  display: none;
}

.slick-slider .slick-dots button:after {
  content: '';
  margin: 0;
  top: 0;
  left: 0;
  right: auto;
  display: block;
  background-color: #ffffff;
  transition: all 0.24s ease-in-out;
}

.slick-slider .slick-dots button:hover,
.slick-slider .slick-dots button:active,
.slick-slider .slick-dots button:focus {
  color: transparent;
}

.slick-slider .slick-dots button:hover:after,
.slick-slider .slick-dots button:active:after,
.slick-slider .slick-dots button:focus:after {
  background-color: rgba(255, 255, 255, 0.65);
  height: 8px;
  width: 8px;
  right: 0;
}

.slick-slider .slick-dots .slick-active button:after {
  background-color: #6bc3eb;
}

.slick-item,
.sliderproduct li.product,
.galleryproduct .woocommerce-product-gallery__image,
.galleryproduct-nav .woocommerce-product-gallery__image {
  opacity: 0;
  position: absolute;
}

.slick-item:nth-child(1),
.sliderproduct li.product:nth-child(1),
.galleryproduct .woocommerce-product-gallery__image:nth-child(1),
.galleryproduct-nav .woocommerce-product-gallery__image:nth-child(1) {
  opacity: 1;
  position: relative;
}

.slick-slider.slick-initialized,
.sliderproduct ul.products.slick-initialized,
.galleryproduct.slick-initialized,
.galleryproduct-nav.slick-initialized {
  background: none;
}

.slick-slider.slick-initialized .slick-item,
.slick-slider.slick-initialized li.product,
.slick-slider.slick-initialized .woocommerce-product-gallery__image,
.sliderproduct ul.products.slick-initialized .slick-item,
.sliderproduct ul.products.slick-initialized li.product,
.sliderproduct ul.products.slick-initialized .woocommerce-product-gallery__image,
.galleryproduct.slick-initialized .slick-item,
.galleryproduct.slick-initialized li.product,
.galleryproduct.slick-initialized .woocommerce-product-gallery__image,
.galleryproduct-nav.slick-initialized .slick-item,
.galleryproduct-nav.slick-initialized li.product,
.galleryproduct-nav.slick-initialized .woocommerce-product-gallery__image {
  opacity: 1;
  position: relative;
  transition: opacity 0.24s ease-in-out;
}

.section-sliderproduct .section-title {
  padding-right: 6.375rem;
}

.sliderproduct li.product:before {
  display: none;
}

.sliderproduct .slick-list.draggable {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.sliderproduct .slick-slide {
  padding: 0 0.625rem;
}

.sliderproduct .slick-arrow {
  position: absolute;
  top: -4.0625rem;
  right: 0;
  left: auto;
  -webkit-transform: none;
  transform: none;
  border-radius: 0.3125rem;
  background-color: #891fcb;
  color: transparent;
  font-size: 0.0625rem;
  overflow: hidden;
  height: 50px;
  width: 36px;
  padding: 0;
}

.sliderproduct .slick-arrow:before {
  display: inline-block;
  font-family: 'skelfont';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.1em;
  margin-left: 0.1em;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.53125rem;
  margin-left: -0.53125rem;
  color: #ffffff;
  font-size: 1.0625rem;
  opacity: 1;
}

.sliderproduct .slick-arrow:after {
  background-color: #555;
}

.sliderproduct .slick-arrow:hover {
  background-color: #555;
  color: transparent;
}

.sliderproduct .slick-arrow:focus,
.sliderproduct .slick-arrow:active {
  color: transparent;
  background-color: #891fcb;
}

.sliderproduct .slick-prev {
  right: 3.1875rem;
}

.sliderproduct .slick-prev:before {
  content: '';
}

.slider-galerie .gallery-item {
  opacity: 0;
  position: absolute;
  outline: none;
}

.slider-galerie .gallery-item:nth-child(1) {
  opacity: 1;
  position: relative;
}

.slider-galerie.slick-initialized {
  background: none;
}

.slider-galerie.slick-initialized .gallery-item {
  opacity: 1;
  position: relative;
  transition: opacity 0.24s ease-in-out;
}

.imgslider-simple {
  padding-bottom: 1.625rem;
}

.imgslider-simple .slick-prev,
.imgslider-simple .slick-next {
  top: auto;
  left: 2rem;
  right: auto;
  bottom: 0.125rem;
  height: 3.25rem;
  width: 3.25rem;
}

.imgslider-simple .slick-prev:before,
.imgslider-simple .slick-next:before {
  color: #ffffff;
}

.imgslider-simple .slick-prev:after,
.imgslider-simple .slick-next:after {
  top: 0;
  left: 0;
  margin: 0;
  -webkit-transform: translate(0);
  transform: translate(0);
  height: 100%;
  width: 100%;
  background-color: #6bc3eb;
}

.imgslider-simple .slick-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

#swipebox-overlay {
  background: rgba(10, 10, 10, 0.92);
}

#swipebox-overlay .slide {
  padding: 1.5rem 0.75rem;
}

#swipebox-overlay #swipebox-close {
  background-color: #0a0a0a;
  border-radius: 50%;
  color: #ffffff;
  top: 0.75rem;
  right: 1.5rem;
}

.swipebox-no-touch #site-navigation,
.swipebox-no-touch #global-main {
  transition: -webkit-filter 0.12s linear;
  transition: filter 0.12s linear;
  transition: filter 0.12s linear, -webkit-filter 0.12s linear;
}

.swipebox-html #site-navigation,
.swipebox-html #global-main {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.anchor-target {
  display: block;
  width: 100%;
  position: relative;
  visibility: hidden;
  top: 0;
}

@media screen and (min-width: 65.625em) {
  .anchor-target {
    top: -11rem;
  }
}

@media screen and (min-width: 65.625em) {
  body.is-scrolling .anchor-target {
    top: -5.25rem;
  }
}

@media screen and (min-width: 65.625em) {
  .admin-bar .anchor-target {
    top: -13rem;
  }
}

@media screen and (min-width: 65.625em) {
  body.admin-bar.is-scrolling .anchor-target {
    top: -7.25rem;
  }
}

/*
	// POST : global
	----------------------------------------
*/
.post-meta>div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
}

.post-meta>div:before {
  content: '-';
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1875rem;
  margin-right: 0.3125rem;
}

.post-meta>div:first-child:before {
  display: none;
}

.post-title {
  margin-bottom: 0.1875rem;
}

.post-excerpt,
.post-excerpt p {
  margin: 0;
}

.post-moretxt {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin: 0;
  margin-top: 0.375rem;
}

.pubdate,
.termspost {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 0.8125rem;
  line-height: inherit;
}

.termspost,
.termspost ul,
.termspost li,
.termspost a {
  line-height: inherit;
}

.termspost-list,
.termspost-item {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}

.termspost-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  padding-right: 0.25rem;
}

.termspost-itemlink {
  color: inherit;
  display: inline;
  font-weight: 700;
}

.termspost.with-sep-comma .termspost-item:after {
  content: ',';
  display: inline;
}

.termspost.with-sep-comma .termspost-item:last-child:after {
  display: none;
}

.termlistlink {
  text-align: inherit;
  margin: 0.75rem 0;
}

.termlistlink,
.termlistlink li,
.termlistlink a {
  line-height: inherit;
}

.termlistlink li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.termlistlink-item {
  display: inline-block;
  text-align: center;
  margin: 0.25rem;
}

.termlistlink-link {
  display: block;
  padding: 0.125rem 0.75rem;
  text-transform: uppercase;
}

@media print,
screen and (min-width: 40em) {
  .termlistlink-link {
    font-size: 0.875rem;
  }
}

.logo-site {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.24s ease-in-out;
  height: 44px;
  width: 159px;
  background-image: url('../images/logo-small.png');
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
  .logo-site {
    background-image: url('../images/logo-small_2x.png');
    background-size: 159px 44px;
  }
}

@media screen and (min-width: 65.625em) {
  .logo-site {
    height: 80px;
    width: 289px;
    background-image: url('../images/logo.png');
  }
}

@media screen and (min-width: 65.625em) and (min--moz-device-pixel-ratio: 1.3),
screen and (min-width: 65.625em) and (-webkit-min-device-pixel-ratio: 1.3),
screen and (min-width: 65.625em) and (min-device-pixel-ratio: 1.3),
screen and (min-width: 65.625em) and (min-resolution: 1.3dppx) {
  .logo-site {
    background-image: url('../images/logo_2x.png');
    background-size: 289px 80px;
  }
}

/*
	// SUMMARY : Partner
	----------------------------------------
*/
.summarypartner-box {
  position: relative;
  display: block;
  margin: 0.75rem auto;
  max-width: 20rem;
  background-color: #ffffff;
  padding: 0.75rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media print,
screen and (min-width: 40em) {
  .summarypartner-box {
    margin: 1rem auto;
  }
}

.summarypartner-box-inner {
  position: relative;
}

.summarypartner-imgbox {
  display: block;
  position: relative;
  transition: all 0.24s ease-in-out;
  text-align: center;
}

.summarypartner-figure {
  margin: 0;
  display: block;
}

.summarypartner-img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.summarypartner-content {
  position: relative;
}

.summarypartner-title {
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
}

a.summarypartner-box:hover .summarypartner-imgbox,
a.summarypartner-box:focus .summarypartner-imgbox {
  opacity: 0.95;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

a.summarypartner-box:hover .summarypartner-title,
a.summarypartner-box:focus .summarypartner-title {
  color: #6bc3eb;
}

/*
	// SUMMARY : PAGE
	----------------------------------------
*/
.summarypage-box {
  position: relative;
  display: block;
  margin: 0.75rem auto;
  max-width: 18.75rem;
  padding: 0.75rem;
}

@media print,
screen and (min-width: 40em) {
  .summarypage-box {
    margin: 1.75rem auto;
    max-width: 28.375rem;
  }
}

.summarypage-box-inner {
  position: relative;
  background: var(--white-color);
  padding-bottom: 35px;
}

.summarypage-imgbox {
  display: block;
  position: relative;
  margin-bottom: 0.75rem;
}

@media print,
screen and (min-width: 40em) {
  .summarypage-imgbox {
    margin-bottom: 2.25rem;
  }
}

.summarypage-imgbg {
  display: none;
}

.summarypage-figure {
  margin: 0;
  display: block;
}

.summarypage-figure img {
  width: 320px;
  height: 240px;
  object-fit: contain;
  background: #D1CFCA;
  padding: 15px;
}

/* .summarypage:not(:last-child) .summarypage-figure img {
  padding: 15px;
}

.summarypage:last-child .summarypage-figure img {
  padding: 0;
} */

@media screen and (min-width: 680px) {
  .summarypage-figure img {
    width: 478px;
    height: 357px;
    padding: 25px;
  }

  /* .summarypage:last-child .summarypage-figure img {
    height: 358px;
    object-fit: cover;
  } */
}

.summarypage-content {
  position: relative;
  padding: 0 45px;
}

.summarypage-content-inner ul {
  transform: translate(10px);
}

.summarypage-category {
  background: var(--secondary-color);
  color: var(--white-color);
  position: absolute;
  top: 40px;
  right: 0;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 35px;
  border-radius: 25px 0 0 25px;
}

.summarypage-title,
.summarypage-excerpt,
.summarypage-moretxt.button {
  margin: 0;
}

.summarypage-titlelink,
.summarypage-excerptlink {
  display: block;
}

.summarypage-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #0a0a0a;
}

.summarypage-title a {
  color: inherit;
}

.summarypage-excerpt {
  margin-top: 0.625rem;
  color: rgba(10, 10, 10, 0.78);
}

.summarypage-excerpt a,
.summarypage-excerpt a:hover {
  color: inherit;
}

.summarypage-footer {
  display: none;
}

@media print,
screen and (min-width: 40em) {
  .summarypage-excerpt {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}

#global .summarypage-moretxt {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
  #global .summarypage-moretxt {
    margin-top: 1.25rem;
  }
}

.summarypage.is-stickypost .summarypage-box {
  border-radius: 0.1875rem;
  border: solid 1px rgba(10, 10, 10, 0.08);
}

@media print,
screen and (min-width: 40em) {
  .summarypage.look-landscape .summarypage-box {
    margin: 2rem auto;
    max-width: 44rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .summarypage.look-landscape .summarypage-box {
    max-width: 64rem;
  }
}

@media print,
screen and (min-width: 40em) {
  .summarypage.look-landscape .summarypage-imgbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 44%;
    height: 100%;
    margin-bottom: 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .summarypage.look-landscape .summarypage-imgbox {
    width: 56%;
  }
}

.summarypage.look-landscape .summarypage-imgbg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media print,
screen and (min-width: 40em) {
  .summarypage.look-landscape .summarypage-imgbg {
    display: block;
  }
}

.summarypage.look-landscape .summarypage-figure {
  display: block;
}

@media print,
screen and (min-width: 40em) {
  .summarypage.look-landscape .summarypage-figure {
    display: none;
  }
}

@media print,
screen and (min-width: 40em) {
  .summarypage.look-landscape .summarypage-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    left: 44%;
    width: calc(100% - 44%);
    min-height: 18.75rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .summarypage.look-landscape .summarypage-content {
    left: 56%;
    width: calc(100% - 56%);
    min-height: 23.125rem;
  }
}

.summarypage.look-small .summarypage-box {
  padding: 0;
  margin: 0 auto;
  margin-bottom: 1.125rem;
  max-width: 24.5rem;
}

.summarypage.look-small .summarypage-imgbox {
  position: absolute;
  left: 0;
  top: 0;
  height: 4.0625rem;
  width: 4.0625rem;
  margin-bottom: 0;
}

.summarypage.look-small .summarypage-imgbg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media print,
screen and (min-width: 40em) {
  .summarypage.look-small .summarypage-imgbg {
    display: block;
  }
}

.summarypage.look-small .summarypage-figure {
  display: block;
}

@media print,
screen and (min-width: 40em) {
  .summarypage.look-small .summarypage-figure {
    display: none;
  }
}

.summarypage.look-small .summarypage-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.875rem;
  padding-top: 0;
  padding-bottom: 0;
  left: 4.0625rem;
  width: calc(100% - 65px);
  min-height: 4.0625rem;
}

.summarypage.look-small .summarypage-title {
  font-size: 0.8125rem;
}

.summarypage.look-small .summarypage-excerpt,
.summarypage.look-small .summarypage-moretxt {
  display: none;
}

.summarypage-box.is-hover .summarypage-imgbox {
  opacity: 0.95;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.summarypage-box.is-hover .summarypage-titlelink {
  color: #6bc3eb;
}

@media print,
screen and (min-width: 64em) {
  .summarypage.look-landscape .summarypage-box.is-hover .summarypage-imgbox {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
}

/*
	// SUMMARY POST
	----------------------------------------
*/
.summarypost-box {
  position: relative;
  display: block;
  margin: 0.75rem auto;
  max-width: 18.75rem;
  padding: 0.75rem;
}

@media print,
screen and (min-width: 40em) {
  .summarypost-box {
    margin: 1.75rem auto;
    max-width: 28.375rem;
  }
}

.summarypost-box-inner {
  position: relative;
}

.summarypost-imgbox {
  display: block;
  position: relative;
  margin-bottom: 0.75rem;
}

@media print,
screen and (min-width: 40em) {
  .summarypost-imgbox {
    margin-bottom: 1.5rem;
  }
}

.summarypost-imgbg {
  display: none;
}

.summarypost-figure {
  margin: 0;
  display: block;
}

.summarypost-content {
  position: relative;
}

.summarypost-meta,
.summarypost-title,
.summarypost-excerpt,
.summarypost-moretxt.button {
  margin: 0;
}

.summarypost-titlelink,
.summarypost-excerptlink {
  display: block;
}

.summarypost-meta {
  position: relative;
  margin-bottom: 0.5rem;
  color: rgba(10, 10, 10, 0.5);
  line-height: 110%;
}

@media print,
screen and (min-width: 40em) {
  .summarypost-meta {
    margin-bottom: 0.75rem;
  }
}

.summarypost-meta>div {
  position: relative;
  padding-right: 1.25rem;
}

.summarypost-meta>div:after {
  content: '';
  position: absolute;
  display: block;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 62.5rem;
  background-color: rgba(10, 10, 10, 0.34);
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}

.summarypost-meta>div:last-child {
  padding-right: 0;
}

.summarypost-meta>div:last-child:after {
  display: none;
}

.summarypost-footer .summarypost-meta {
  margin-top: 0.75rem;
}

.summarypost-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #0a0a0a;
}

.summarypost-title a {
  color: inherit;
}

.summarypost-excerpt {
  margin-top: 0.625rem;
  color: rgba(10, 10, 10, 0.78);
}

.summarypost-excerpt a,
.summarypost-excerpt a:hover {
  color: inherit;
}

@media print,
screen and (min-width: 40em) {
  .summarypost-excerpt {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}

.summarypost .summarypost-moretxt,
.summarypost .summarypost-moretxt.button {
  margin: 0;
  margin-top: 0.75rem;
}

@media print,
screen and (min-width: 40em) {

  .summarypost .summarypost-moretxt,
  .summarypost .summarypost-moretxt.button {
    margin-top: 1.25rem;
  }
}

@media print,
screen and (min-width: 40em) {
  .summarypost.look-landscape .summarypost-box {
    margin: 2rem auto;
    max-width: 44rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .summarypost.look-landscape .summarypost-box {
    max-width: 64rem;
  }
}

@media print,
screen and (min-width: 40em) {
  .summarypost.look-landscape .summarypost-imgbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 44%;
    height: 100%;
    margin-bottom: 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .summarypost.look-landscape .summarypost-imgbox {
    width: 56%;
  }
}

.summarypost.look-landscape .summarypost-imgbg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media print,
screen and (min-width: 40em) {
  .summarypost.look-landscape .summarypost-imgbg {
    display: block;
  }
}

.summarypost.look-landscape .summarypost-figure {
  display: block;
}

@media print,
screen and (min-width: 40em) {
  .summarypost.look-landscape .summarypost-figure {
    display: none;
  }
}

@media print,
screen and (min-width: 40em) {
  .summarypost.look-landscape .summarypost-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    left: 44%;
    width: calc(100% - 44%);
    min-height: 18.75rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .summarypost.look-landscape .summarypost-content {
    left: 56%;
    width: calc(100% - 56%);
    min-height: 23.125rem;
  }
}

.summarypost.look-small .summarypost-box {
  padding: 0;
  margin: 0 auto;
  margin-bottom: 1.125rem;
  max-width: 24.5rem;
}

.summarypost.look-small .summarypost-imgbox {
  position: absolute;
  left: 0;
  top: 0;
  height: 4.0625rem;
  width: 4.0625rem;
  margin-bottom: 0;
}

.summarypost.look-small .summarypost-imgbg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media print,
screen and (min-width: 40em) {
  .summarypost.look-small .summarypost-imgbg {
    display: block;
  }
}

.summarypost.look-small .summarypost-figure {
  display: block;
}

@media print,
screen and (min-width: 40em) {
  .summarypost.look-small .summarypost-figure {
    display: none;
  }
}

.summarypost.look-small .summarypost-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.875rem;
  padding-top: 0;
  padding-bottom: 0;
  left: 4.0625rem;
  width: calc(100% - 65px);
  min-height: 4.0625rem;
}

.summarypost.look-small .summarypost-title {
  font-size: 0.8125rem;
}

.summarypost.look-small .summarypost-meta {
  font-size: 0.6875rem;
  margin-top: 0.375rem;
  margin-bottom: 0;
  line-height: 120%;
}

.summarypost.look-small .summarypost-excerpt,
.summarypost.look-small .summarypost-terms,
.summarypost.look-small .summarypost-moretxt {
  display: none;
}

.summarypost-box.is-hover .summarypost-imgbox {
  opacity: 0.95;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.summarypost-box.is-hover .summarypost-titlelink {
  color: #6bc3eb;
}

@media print,
screen and (min-width: 64em) {
  .summarypost.look-landscape .summarypost-box.is-hover .summarypost-imgbox {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
}

/*
	// SUMMARY POST : search
	----------------------------------------
*/
.summarypost-search:last-child .summarypost-search-box {
  margin-bottom: 0;
}

.summarypost-search-box {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 39rem;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
}

.summarypost-search-box-inner {
  position: relative;
}

.summarypost-search-imgbox {
  display: block;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  height: 4.0625rem;
  width: 4.0625rem;
  margin-bottom: 0;
}

.summarypost-search-imgbg {
  display: none;
}

.summarypost-search-figure {
  margin: 0;
  display: block;
  max-width: 4.0625rem;
}

.summarypost-search-content {
  position: relative;
}

.summarypost-search-meta,
.summarypost-search-title,
.summarypost-search-excerpt,
.summarypost-search-moretxt.button {
  margin: 0;
}

.summarypost-search-titlelink,
.summarypost-search-excerptlink {
  display: block;
}

.summarypost-search-meta {
  position: relative;
  margin-top: 0.25rem;
  color: rgba(10, 10, 10, 0.5);
  line-height: 110%;
}

@media print,
screen and (min-width: 40em) {
  .summarypost-search-meta {
    font-size: 0.875rem;
  }
}

.summarypost-search-meta>div {
  position: relative;
  padding-right: 1.25rem;
}

.summarypost-search-meta>div:after {
  content: '';
  position: absolute;
  display: block;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 62.5rem;
  background-color: rgba(10, 10, 10, 0.34);
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}

.summarypost-search-meta>div:last-child {
  padding-right: 0;
}

.summarypost-search-meta>div:last-child:after {
  display: none;
}

.summarypost-search-postype-name-txt {
  display: inline-block;
  padding: 0.25rem 0.375rem;
  border-radius: 0.125rem;
  background-color: rgba(10, 10, 10, 0.05);
  color: rgba(10, 10, 10, 0.54);
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.summarypost-search-title {
  font-weight: 700;
  color: #0a0a0a;
  font-size: 1rem;
}

.summarypost-search-title a {
  color: inherit;
}

.summarypost-search-excerpt {
  margin-top: 0.25rem;
  color: rgba(10, 10, 10, 0.78);
}

.summarypost-search-excerpt a,
.summarypost-search-excerpt a:hover {
  color: inherit;
}

@media print,
screen and (min-width: 40em) {
  .summarypost-search-excerpt {
    font-size: 0.875rem;
  }
}

.summarypost-search-moretxt {
  display: inline-block;
  margin-top: 0.25rem;
  color: #0a0a0a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
}

.summarypost-search.with-img .summarypost-search-imgbox {
  display: none;
}

@media print,
screen and (min-width: 40em) {
  .summarypost-search.with-img .summarypost-search-imgbox {
    margin-top: 0.125rem;
    display: block;
  }
}

@media print,
screen and (min-width: 40em) {
  .summarypost-search.with-img .summarypost-search-content-inner {
    position: relative;
    padding-left: 0.75rem;
    padding-top: 0;
    padding-bottom: 0;
    left: 4.0625rem;
    width: calc(100% - 65px);
    min-height: 4.0625rem;
  }
}

.summarypost-search-box.is-hover .summarypost-search-imgbox {
  opacity: 0.84;
}

.summarypost-search-box.is-hover .summarypost-search-titlelink,
.summarypost-search-box.is-hover .summarypost-search-moretxt {
  color: #6bc3eb;
}

.summarypost-search-box.is-hover .summarypost-search-moretxt.button {
  background-color: #0a0a0a;
  color: #ffffff;
}

/*
	// PAGINATION
	----------------------------------------
*/
#global .page-numbers {
  border: none;
}

#global .pagination,
#global .page-numbers {
  margin-top: 0;
  margin-bottom: 0;
}

#global .pagination li,
#global .pagination li.current,
#global .page-numbers li,
#global .page-numbers li.current {
  padding: 0;
  border-right: 0;
}

#global .pagination li span,
#global .pagination li a,
#global .page-numbers li span,
#global .page-numbers li a {
  font-weight: 700;
  vertical-align: middle;
  display: inline-block;
  border-radius: 62.5rem;
  background-color: #e2e2e2;
  color: #ffffff;
  line-height: 100%;
  padding: 0.8125rem 0.625rem;
}

#global .pagination .prev,
#global .pagination .next,
#global .pagination li span.current,
#global .page-numbers .prev,
#global .page-numbers .next,
#global .page-numbers li span.current {
  height: 2.5rem;
  width: 100%;
  min-width: 2.5rem;
  background-color: #6bc3eb;
  color: #ffffff;
  padding: 0.8125rem 0.625rem;
}

#global .pagination a,
#global .page-numbers a {
  border-radius: 62.5rem;
  padding: 0.1875rem 0.625rem;
  padding: 0.8125rem 0.625rem;
  background-color: #e2e2e2;
  height: 2.5rem;
  width: 100%;
  min-width: 2.5rem;
}

#global .pagination a:hover,
#global .page-numbers a:hover {
  color: #ffffff;
  background-color: #6bc3eb;
}

#global .pagination .prev,
#global .pagination .next,
#global .page-numbers .prev,
#global .page-numbers .next {
  background-color: #e2e2e2;
}

#global .pagination .prev:hover,
#global .pagination .next:hover,
#global .page-numbers .prev:hover,
#global .page-numbers .next:hover {
  background-color: #6bc3eb;
}

/*
	// COOKIE BANNER
	----------------------------------------
*/
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  background: rgba(10, 10, 10, 0.85);
  font-size: 0.875rem;
  z-index: 2000;
  line-height: 120%;
}

#cookie-banner .cookievalidate {
  padding: 0.25rem 0.5rem;
}

#cookie-banner .cookievalidate-ok {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.125rem;
  padding: 0.0625rem 0.3125rem;
  margin: 0;
  margin-left: 0.3125rem;
  background-color: #6bc3eb;
  color: #ffffff;
  font-style: normal;
}

.hidephone-link {
  display: inline-block;
}

@media print,
screen and (min-width: 40em) {
  .hidephone-link {
    display: none;
  }
}

.hidephone-link.button {
  display: inline-block;
}

@media print,
screen and (min-width: 40em) {
  .hidephone-link.button {
    display: none;
  }
}

.hidephone-txt {
  position: relative;
  cursor: pointer;
  display: none;
  transition: all 0.24s ease-in-out;
}

@media print,
screen and (min-width: 40em) {
  .hidephone-txt {
    display: inline-block;
  }
}

.hidephone-txt:before {
  content: '☎ ';
  display: inline-block;
  vertical-align: baseline;
  padding-right: 0.25rem;
}

.hidephone-txt.button {
  display: none;
}

@media print,
screen and (min-width: 40em) {
  .hidephone-txt.button {
    display: inline-block;
  }
}

.hidephone.visible .hidephone-link {
  display: inline-block;
}

.hidephone.visible .hidephone-txt {
  display: none;
}

/*
	// PAGE : banner
	----------------------------------------
*/
.pagebanner {
  text-align: center;
  line-height: 110%;
}

.pagebanner-block {
  position: relative;
  background-color: #efefef;
  color: #0a0a0a;
  padding: 0.9375rem 0;
}

@media print,
screen and (min-width: 40em) {
  .pagebanner-block {
    padding: 1.5625rem 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .pagebanner-block {
    padding: 3.125rem 0;
  }
}

@media screen and (min-width: 80em) {
  .pagebanner-block {
    padding: 3.75rem 0;
  }
}

.pagebanner-title {
  position: relative;
  color: inherit;
  margin: 0;
  font-weight: 700;
}

.pagebanner-meta {
  margin-top: 0.9375rem;
}

.pagebanner .breadcrumb {
  color: rgba(10, 10, 10, 0.5);
}

/*
	// SEARCH : OUVERTURE BARRE
	----------------------------------------
*/
#global #global-header .search-barloom {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  height: 2rem;
  padding-left: 2.5rem;
  width: auto;
}

#global #global-header .search-barloom-openbutton {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 100%;
  text-align: center;
  color: inherit;
  display: block;
}

#global #global-header .search-barloom-openbutton:hover {
  opacity: 0.7;
}

#global #global-header .search-barloom-openbutton i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  display: inline-block;
  font-size: 0.875rem;
  height: 1rem;
  width: 1rem;
}

#global #global-header .search-barloom-openbutton i:before {
  margin: 0;
}

#global #global-header .search-barloom-box {
  position: relative;
  top: 0;
  width: 0;
  overflow: hidden;
  transition: width 0.24s ease-in-out;
}

#global #global-header .search-barloom-form {
  display: block;
  opacity: 0.2;
  transition: all 0.32s ease-in-out;
}

#global #global-header .search-barloom-bar {
  position: relative;
}

#global #global-header .search-barloom-input,
#global #global-header .search-barloom-input:active,
#global #global-header .search-barloom-input:focus,
#global #global-header .search-barloom-input:hover,
#global #global-header .search-barloom-submit,
#global #global-header .search-barloom-submit:hover,
#global #global-header .search-barloom-submit:active,
#global #global-header .search-barloom-submit:focus {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

#global #global-header .search-barloom-input {
  color: #ffffff;
  margin: 0;
  min-height: 2rem;
  height: 100%;
  font-size: inherit;
  padding: 0.25rem 0.125rem;
  /* Firefox <= 18 */
  /* Firefox >= 19 */
  /* IE */
  transition: all 0.24s ease-in-out;
}

#global #global-header .search-barloom-input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
  transition: all 0.24s ease-in-out;
}

#global #global-header .search-barloom-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
  transition: all 0.24s ease-in-out;
}

#global #global-header .search-barloom-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
  transition: all 0.24s ease-in-out;
}

#global #global-header .search-barloom-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
  transition: all 0.24s ease-in-out;
}

#global #global-header .search-barloom-input:hover,
#global #global-header .search-barloom-input:active,
#global #global-header .search-barloom-input:focus {
  /* Firefox <= 18 */
  /* Firefox >= 19 */
  /* IE */
}

#global #global-header .search-barloom-input:hover:-moz-placeholder,
#global #global-header .search-barloom-input:active:-moz-placeholder,
#global #global-header .search-barloom-input:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
  transition: all 0.24s ease-in-out;
}

#global #global-header .search-barloom-input:hover::-moz-placeholder,
#global #global-header .search-barloom-input:active::-moz-placeholder,
#global #global-header .search-barloom-input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
  transition: all 0.24s ease-in-out;
}

#global #global-header .search-barloom-input:hover::-webkit-input-placeholder,
#global #global-header .search-barloom-input:active::-webkit-input-placeholder,
#global #global-header .search-barloom-input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
  transition: all 0.24s ease-in-out;
}

#global #global-header .search-barloom-input:hover:-ms-input-placeholder,
#global #global-header .search-barloom-input:active:-ms-input-placeholder,
#global #global-header .search-barloom-input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
  transition: all 0.24s ease-in-out;
}

#global #global-header .search-barloom-submit {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
  display: none;
  height: 2rem;
  width: 2rem;
}

#global #global-header .search-barloom-submit:hover {
  color: rgba(10, 10, 10, 0.2);
}

#global #global-header .search-barloom.open {
  display: block;
  background-color: rgba(255, 255, 255, 0.15);
}

#global #global-header .search-barloom.open .search-barloom-box {
  width: 200px;
}

#global #global-header .search-barloom.open .search-barloom-form {
  opacity: 1;
}

/*
	// SEARCH : FULLSCREEN
	----------------------------------------
*/
#global .search-screenloom {
  position: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(107, 195, 235, 0.95);
  z-index: 500;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: opacity 0.24s ease-in-out;
}

#global .search-screenloom-openbutton {
  padding-top: 0.6875rem;
  color: #0a0a0a;
  display: block;
}

#global .search-screenloom-openbutton:hover {
  opacity: 0.7;
}

#global .search-screenloom-box {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 43.75rem;
  z-index: 15;
}

#global .search-screenloom-form {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  transition: all 0.32s ease-in-out;
}

#global .search-screenloom-bar {
  position: relative;
}

#global .search-screenloom-input,
#global .search-screenloom-input:active,
#global .search-screenloom-input:focus,
#global .search-screenloom-input:hover,
#global .search-screenloom-submit,
#global .search-screenloom-submit:hover,
#global .search-screenloom-submit:active,
#global .search-screenloom-submit:focus {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

#global .search-screenloom-input {
  margin-bottom: 0;
  /* Firefox <= 18 */
  /* Firefox >= 19 */
  /* IE */
  border-bottom: solid 0.125rem rgba(255, 255, 255, 0.15);
  transition: all 0.24s ease-in-out;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 0.5rem 0;
  padding-right: 3rem;
  line-height: 1;
  max-height: auto;
  height: auto;
}

#global .search-screenloom-input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  transition: all 0.24s ease-in-out;
}

#global .search-screenloom-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  transition: all 0.24s ease-in-out;
}

#global .search-screenloom-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  transition: all 0.24s ease-in-out;
}

#global .search-screenloom-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  transition: all 0.24s ease-in-out;
}

@media print,
screen and (min-width: 64em) {
  #global .search-screenloom-input {
    font-size: 1.875rem;
  }
}

#global .search-screenloom-input:hover,
#global .search-screenloom-input:active,
#global .search-screenloom-input:focus {
  /* Firefox <= 18 */
  /* Firefox >= 19 */
  /* IE */
  border-bottom: solid 0.125rem rgba(255, 255, 255, 0.75);
}

#global .search-screenloom-input:hover:-moz-placeholder,
#global .search-screenloom-input:active:-moz-placeholder,
#global .search-screenloom-input:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
  transition: all 0.24s ease-in-out;
}

#global .search-screenloom-input:hover::-moz-placeholder,
#global .search-screenloom-input:active::-moz-placeholder,
#global .search-screenloom-input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
  transition: all 0.24s ease-in-out;
}

#global .search-screenloom-input:hover::-webkit-input-placeholder,
#global .search-screenloom-input:active::-webkit-input-placeholder,
#global .search-screenloom-input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
  transition: all 0.24s ease-in-out;
}

#global .search-screenloom-input:hover:-ms-input-placeholder,
#global .search-screenloom-input:active:-ms-input-placeholder,
#global .search-screenloom-input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
  transition: all 0.24s ease-in-out;
}

#global .search-screenloom-input,
#global .search-screenloom-input:-internal-autofill-selected,
#global .search-screenloom-input:hover,
#global .search-screenloom-input:active,
#global .search-screenloom-input:focus {
  background-color: transparent;
  color: #ffffff;
}

#global .search-screenloom-submit {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  color: #ffffff;
}

#global .search-screenloom-submit:hover {
  color: rgba(10, 10, 10, 0.2);
}

#global .search-screenloom-close {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #ffffff;
  z-index: 20;
}

#global .search-screenloom-close:hover {
  color: rgba(10, 10, 10, 0.2);
}

#global .search-screenloom-closeoverlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: default;
  z-index: 1;
}

#global .search-screenloom.open {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#global .search-screenloom.open .search-screenloom-form {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*
	// SIGNATURE : PREMIÈRE PLACE
	----------------------------------------
*/
.signaturelink {
  transition: all 0.24s ease-in-out;
  color: inherit;
}

.signaturelink.pp:focus,
.signaturelink.pp:active,
.signaturelink.pp:hover {
  color: #f19228;
  /* #f19228 */
}

.signaturelink-txt {
  font-weight: bold;
}

/*
	// MESSAGE D'AVERTISSEMENT : ANCIEN NAVIGATEUR (IE)
	----------------------------------------
*/
.oldbrowser {
  position: relative;
  text-align: center;
  color: #000000;
  background-color: #ffc459;
  background-image: url('../images/bg-warning.png');
  background-repeat: repeat;
  padding: 72px 15px;
  font-family: arial;
  font-size: 16px;
  margin: 0;
  z-index: 22222;
}

.oldbrowser a {
  color: #d60000;
  margin-top: 10px;
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}

.oldbrowser-msg {
  display: block;
  position: relative;
  width: 100%;
  max-width: 32.5rem;
  margin: 0 auto;
  padding: 2.75rem;
  background-color: #ffffff;
  border: solid 0.4375rem #ffd15b;
  border: solid 0.4375rem #000000;
}

.oldbrowser .wig-content,
.oldbrowser .wig-content h2,
.oldbrowser .wig-content .h2 {
  color: #000000;
}

body.is-oldbrowser .splashscreen {
  display: none;
}

/*
	// FORMULAIRES
	----------------------------------------
*/
.zone-title.zn-formwpcf7block-title {
  text-align: center;
}

.wpcf7 form {
  text-align: left;
}

.wpcf7 form p {
  position: relative;
}

.wpcf7 form label {
  font-size: 0.875rem;
}

@media print,
screen and (min-width: 40em) {
  .wpcf7 form label {
    font-size: 1rem;
  }
}

.wpcf7 form .label-txt {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(10, 10, 10, 0.64);
}

.wpcf7 form input[type='text'],
.wpcf7 form input[type='email'],
.wpcf7 form input[type='tel'],
.wpcf7 form input[type='url'],
.wpcf7 form input[type='number'],
.wpcf7 form input[type='date'],
.wpcf7 form select,
.wpcf7 form textarea,
form input[type='text'],
form input[type='email'],
form input[type='tel'],
form input[type='url'],
form input[type='number'],
form input[type='date'],
form select,
form textarea {
  box-shadow: none;
  transition: all 0.24s ease-in-out;
  color: #0a0a0a;
  /* Firefox <= 18 */
  /* Firefox >= 19 */
  /* IE */
  background: transparent;
  border: solid 1px rgba(10, 10, 10, 0.15);
}

.wpcf7 form input[type='text']:-moz-placeholder,
.wpcf7 form input[type='email']:-moz-placeholder,
.wpcf7 form input[type='tel']:-moz-placeholder,
.wpcf7 form input[type='url']:-moz-placeholder,
.wpcf7 form input[type='number']:-moz-placeholder,
.wpcf7 form input[type='date']:-moz-placeholder,
.wpcf7 form select:-moz-placeholder,
.wpcf7 form textarea:-moz-placeholder,
form input[type='text']:-moz-placeholder,
form input[type='email']:-moz-placeholder,
form input[type='tel']:-moz-placeholder,
form input[type='url']:-moz-placeholder,
form input[type='number']:-moz-placeholder,
form input[type='date']:-moz-placeholder,
form select:-moz-placeholder,
form textarea:-moz-placeholder {
  color: rgba(10, 10, 10, 0.5) !important;
  transition: all 0.24s ease-in-out;
}

.wpcf7 form input[type='text']::-moz-placeholder,
.wpcf7 form input[type='email']::-moz-placeholder,
.wpcf7 form input[type='tel']::-moz-placeholder,
.wpcf7 form input[type='url']::-moz-placeholder,
.wpcf7 form input[type='number']::-moz-placeholder,
.wpcf7 form input[type='date']::-moz-placeholder,
.wpcf7 form select::-moz-placeholder,
.wpcf7 form textarea::-moz-placeholder,
form input[type='text']::-moz-placeholder,
form input[type='email']::-moz-placeholder,
form input[type='tel']::-moz-placeholder,
form input[type='url']::-moz-placeholder,
form input[type='number']::-moz-placeholder,
form input[type='date']::-moz-placeholder,
form select::-moz-placeholder,
form textarea::-moz-placeholder {
  color: rgba(10, 10, 10, 0.5) !important;
  transition: all 0.24s ease-in-out;
}

.wpcf7 form input[type='text']::-webkit-input-placeholder,
.wpcf7 form input[type='email']::-webkit-input-placeholder,
.wpcf7 form input[type='tel']::-webkit-input-placeholder,
.wpcf7 form input[type='url']::-webkit-input-placeholder,
.wpcf7 form input[type='number']::-webkit-input-placeholder,
.wpcf7 form input[type='date']::-webkit-input-placeholder,
.wpcf7 form select::-webkit-input-placeholder,
.wpcf7 form textarea::-webkit-input-placeholder,
form input[type='text']::-webkit-input-placeholder,
form input[type='email']::-webkit-input-placeholder,
form input[type='tel']::-webkit-input-placeholder,
form input[type='url']::-webkit-input-placeholder,
form input[type='number']::-webkit-input-placeholder,
form input[type='date']::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: rgba(10, 10, 10, 0.5) !important;
  transition: all 0.24s ease-in-out;
}

.wpcf7 form input[type='text']:-ms-input-placeholder,
.wpcf7 form input[type='email']:-ms-input-placeholder,
.wpcf7 form input[type='tel']:-ms-input-placeholder,
.wpcf7 form input[type='url']:-ms-input-placeholder,
.wpcf7 form input[type='number']:-ms-input-placeholder,
.wpcf7 form input[type='date']:-ms-input-placeholder,
.wpcf7 form select:-ms-input-placeholder,
.wpcf7 form textarea:-ms-input-placeholder,
form input[type='text']:-ms-input-placeholder,
form input[type='email']:-ms-input-placeholder,
form input[type='tel']:-ms-input-placeholder,
form input[type='url']:-ms-input-placeholder,
form input[type='number']:-ms-input-placeholder,
form input[type='date']:-ms-input-placeholder,
form select:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: rgba(10, 10, 10, 0.5) !important;
  transition: all 0.24s ease-in-out;
}

.wpcf7 form input[type='text']:hover,
.wpcf7 form input[type='email']:hover,
.wpcf7 form input[type='tel']:hover,
.wpcf7 form input[type='url']:hover,
.wpcf7 form input[type='number']:hover,
.wpcf7 form input[type='date']:hover,
.wpcf7 form select:hover,
.wpcf7 form textarea:hover,
form input[type='text']:hover,
form input[type='email']:hover,
form input[type='tel']:hover,
form input[type='url']:hover,
form input[type='number']:hover,
form input[type='date']:hover,
form select:hover,
form textarea:hover {
  border: solid 1px rgba(10, 10, 10, 0.45);
  /* Firefox <= 18 */
  /* Firefox >= 19 */
  /* IE */
}

.wpcf7 form input[type='text']:hover:-moz-placeholder,
.wpcf7 form input[type='email']:hover:-moz-placeholder,
.wpcf7 form input[type='tel']:hover:-moz-placeholder,
.wpcf7 form input[type='url']:hover:-moz-placeholder,
.wpcf7 form input[type='number']:hover:-moz-placeholder,
.wpcf7 form input[type='date']:hover:-moz-placeholder,
.wpcf7 form select:hover:-moz-placeholder,
.wpcf7 form textarea:hover:-moz-placeholder,
form input[type='text']:hover:-moz-placeholder,
form input[type='email']:hover:-moz-placeholder,
form input[type='tel']:hover:-moz-placeholder,
form input[type='url']:hover:-moz-placeholder,
form input[type='number']:hover:-moz-placeholder,
form input[type='date']:hover:-moz-placeholder,
form select:hover:-moz-placeholder,
form textarea:hover:-moz-placeholder {
  color: rgba(10, 10, 10, 0.75) !important;
  transition: all 0.24s ease-in-out;
}

.wpcf7 form input[type='text']:hover::-moz-placeholder,
.wpcf7 form input[type='email']:hover::-moz-placeholder,
.wpcf7 form input[type='tel']:hover::-moz-placeholder,
.wpcf7 form input[type='url']:hover::-moz-placeholder,
.wpcf7 form input[type='number']:hover::-moz-placeholder,
.wpcf7 form input[type='date']:hover::-moz-placeholder,
.wpcf7 form select:hover::-moz-placeholder,
.wpcf7 form textarea:hover::-moz-placeholder,
form input[type='text']:hover::-moz-placeholder,
form input[type='email']:hover::-moz-placeholder,
form input[type='tel']:hover::-moz-placeholder,
form input[type='url']:hover::-moz-placeholder,
form input[type='number']:hover::-moz-placeholder,
form input[type='date']:hover::-moz-placeholder,
form select:hover::-moz-placeholder,
form textarea:hover::-moz-placeholder {
  color: rgba(10, 10, 10, 0.75) !important;
  transition: all 0.24s ease-in-out;
}

.wpcf7 form input[type='text']:hover::-webkit-input-placeholder,
.wpcf7 form input[type='email']:hover::-webkit-input-placeholder,
.wpcf7 form input[type='tel']:hover::-webkit-input-placeholder,
.wpcf7 form input[type='url']:hover::-webkit-input-placeholder,
.wpcf7 form input[type='number']:hover::-webkit-input-placeholder,
.wpcf7 form input[type='date']:hover::-webkit-input-placeholder,
.wpcf7 form select:hover::-webkit-input-placeholder,
.wpcf7 form textarea:hover::-webkit-input-placeholder,
form input[type='text']:hover::-webkit-input-placeholder,
form input[type='email']:hover::-webkit-input-placeholder,
form input[type='tel']:hover::-webkit-input-placeholder,
form input[type='url']:hover::-webkit-input-placeholder,
form input[type='number']:hover::-webkit-input-placeholder,
form input[type='date']:hover::-webkit-input-placeholder,
form select:hover::-webkit-input-placeholder,
form textarea:hover::-webkit-input-placeholder {
  color: rgba(10, 10, 10, 0.75) !important;
  transition: all 0.24s ease-in-out;
}

.wpcf7 form input[type='text']:hover:-ms-input-placeholder,
.wpcf7 form input[type='email']:hover:-ms-input-placeholder,
.wpcf7 form input[type='tel']:hover:-ms-input-placeholder,
.wpcf7 form input[type='url']:hover:-ms-input-placeholder,
.wpcf7 form input[type='number']:hover:-ms-input-placeholder,
.wpcf7 form input[type='date']:hover:-ms-input-placeholder,
.wpcf7 form select:hover:-ms-input-placeholder,
.wpcf7 form textarea:hover:-ms-input-placeholder,
form input[type='text']:hover:-ms-input-placeholder,
form input[type='email']:hover:-ms-input-placeholder,
form input[type='tel']:hover:-ms-input-placeholder,
form input[type='url']:hover:-ms-input-placeholder,
form input[type='number']:hover:-ms-input-placeholder,
form input[type='date']:hover:-ms-input-placeholder,
form select:hover:-ms-input-placeholder,
form textarea:hover:-ms-input-placeholder {
  color: rgba(10, 10, 10, 0.75) !important;
  transition: all 0.24s ease-in-out;
}

.wpcf7 form input[type='text']:focus,
.wpcf7 form input[type='text']:active,
.wpcf7 form input[type='email']:focus,
.wpcf7 form input[type='email']:active,
.wpcf7 form input[type='tel']:focus,
.wpcf7 form input[type='tel']:active,
.wpcf7 form input[type='url']:focus,
.wpcf7 form input[type='url']:active,
.wpcf7 form input[type='number']:focus,
.wpcf7 form input[type='number']:active,
.wpcf7 form input[type='date']:focus,
.wpcf7 form input[type='date']:active,
.wpcf7 form select:focus,
.wpcf7 form select:active,
.wpcf7 form textarea:focus,
.wpcf7 form textarea:active,
form input[type='text']:focus,
form input[type='text']:active,
form input[type='email']:focus,
form input[type='email']:active,
form input[type='tel']:focus,
form input[type='tel']:active,
form input[type='url']:focus,
form input[type='url']:active,
form input[type='number']:focus,
form input[type='number']:active,
form input[type='date']:focus,
form input[type='date']:active,
form select:focus,
form select:active,
form textarea:focus,
form textarea:active {
  box-shadow: none;
  background-color: #ffffff;
  color: #0a0a0a;
  border: solid 1px #333333;
}

.wpcf7 form input[type='text'].wpcf7-not-valid,
.wpcf7 form input[type='email'].wpcf7-not-valid,
.wpcf7 form input[type='tel'].wpcf7-not-valid,
.wpcf7 form input[type='url'].wpcf7-not-valid,
.wpcf7 form input[type='number'].wpcf7-not-valid,
.wpcf7 form input[type='date'].wpcf7-not-valid,
.wpcf7 form select.wpcf7-not-valid,
.wpcf7 form textarea.wpcf7-not-valid,
form input[type='text'].wpcf7-not-valid,
form input[type='email'].wpcf7-not-valid,
form input[type='tel'].wpcf7-not-valid,
form input[type='url'].wpcf7-not-valid,
form input[type='number'].wpcf7-not-valid,
form input[type='date'].wpcf7-not-valid,
form select.wpcf7-not-valid,
form textarea.wpcf7-not-valid {
  border: solid 1px #cc4b37;
}

.wpcf7 form input[type='text'].wpcf7-not-valid:hover,
.wpcf7 form input[type='email'].wpcf7-not-valid:hover,
.wpcf7 form input[type='tel'].wpcf7-not-valid:hover,
.wpcf7 form input[type='url'].wpcf7-not-valid:hover,
.wpcf7 form input[type='number'].wpcf7-not-valid:hover,
.wpcf7 form input[type='date'].wpcf7-not-valid:hover,
.wpcf7 form select.wpcf7-not-valid:hover,
.wpcf7 form textarea.wpcf7-not-valid:hover,
form input[type='text'].wpcf7-not-valid:hover,
form input[type='email'].wpcf7-not-valid:hover,
form input[type='tel'].wpcf7-not-valid:hover,
form input[type='url'].wpcf7-not-valid:hover,
form input[type='number'].wpcf7-not-valid:hover,
form input[type='date'].wpcf7-not-valid:hover,
form select.wpcf7-not-valid:hover,
form textarea.wpcf7-not-valid:hover {
  border: solid 1px rgba(204, 75, 55, 0.4);
}

.wpcf7 form input[type='text'].wpcf7-not-valid:focus,
.wpcf7 form input[type='text'].wpcf7-not-valid:active,
.wpcf7 form input[type='email'].wpcf7-not-valid:focus,
.wpcf7 form input[type='email'].wpcf7-not-valid:active,
.wpcf7 form input[type='tel'].wpcf7-not-valid:focus,
.wpcf7 form input[type='tel'].wpcf7-not-valid:active,
.wpcf7 form input[type='url'].wpcf7-not-valid:focus,
.wpcf7 form input[type='url'].wpcf7-not-valid:active,
.wpcf7 form input[type='number'].wpcf7-not-valid:focus,
.wpcf7 form input[type='number'].wpcf7-not-valid:active,
.wpcf7 form input[type='date'].wpcf7-not-valid:focus,
.wpcf7 form input[type='date'].wpcf7-not-valid:active,
.wpcf7 form select.wpcf7-not-valid:focus,
.wpcf7 form select.wpcf7-not-valid:active,
.wpcf7 form textarea.wpcf7-not-valid:focus,
.wpcf7 form textarea.wpcf7-not-valid:active,
form input[type='text'].wpcf7-not-valid:focus,
form input[type='text'].wpcf7-not-valid:active,
form input[type='email'].wpcf7-not-valid:focus,
form input[type='email'].wpcf7-not-valid:active,
form input[type='tel'].wpcf7-not-valid:focus,
form input[type='tel'].wpcf7-not-valid:active,
form input[type='url'].wpcf7-not-valid:focus,
form input[type='url'].wpcf7-not-valid:active,
form input[type='number'].wpcf7-not-valid:focus,
form input[type='number'].wpcf7-not-valid:active,
form input[type='date'].wpcf7-not-valid:focus,
form input[type='date'].wpcf7-not-valid:active,
form select.wpcf7-not-valid:focus,
form select.wpcf7-not-valid:active,
form textarea.wpcf7-not-valid:focus,
form textarea.wpcf7-not-valid:active {
  border: solid 1px #333333;
}

.wpcf7 form input[type='range'],
form input[type='range'] {
  width: 100%;
}

.wpcf7 form input[type='file'],
.globalsite form input[type='file'] {
  width: auto;
  display: block;
  max-width: 100%;
}

.wpcf7 form .wpcf7-checkbox,
.wpcf7 form .wpcf7-radio,
.wpcf7 form .formsite-checkbox,
.wpcf7 form .formsite-radio,
form .wpcf7-checkbox,
form .wpcf7-radio,
form .formsite-checkbox,
form .formsite-radio {
  display: block;
}

.wpcf7 form .wpcf7-checkbox.wpcf7-not-valid,
.wpcf7 form .wpcf7-checkbox.wpcf7-not-valid:hover,
.wpcf7 form .wpcf7-checkbox.wpcf7-not-valid:focus,
.wpcf7 form .wpcf7-radio.wpcf7-not-valid,
.wpcf7 form .wpcf7-radio.wpcf7-not-valid:hover,
.wpcf7 form .wpcf7-radio.wpcf7-not-valid:focus,
.wpcf7 form .formsite-checkbox.wpcf7-not-valid,
.wpcf7 form .formsite-checkbox.wpcf7-not-valid:hover,
.wpcf7 form .formsite-checkbox.wpcf7-not-valid:focus,
.wpcf7 form .formsite-radio.wpcf7-not-valid,
.wpcf7 form .formsite-radio.wpcf7-not-valid:hover,
.wpcf7 form .formsite-radio.wpcf7-not-valid:focus,
form .wpcf7-checkbox.wpcf7-not-valid,
form .wpcf7-checkbox.wpcf7-not-valid:hover,
form .wpcf7-checkbox.wpcf7-not-valid:focus,
form .wpcf7-radio.wpcf7-not-valid,
form .wpcf7-radio.wpcf7-not-valid:hover,
form .wpcf7-radio.wpcf7-not-valid:focus,
form .formsite-checkbox.wpcf7-not-valid,
form .formsite-checkbox.wpcf7-not-valid:hover,
form .formsite-checkbox.wpcf7-not-valid:focus,
form .formsite-radio.wpcf7-not-valid,
form .formsite-radio.wpcf7-not-valid:hover,
form .formsite-radio.wpcf7-not-valid:focus {
  border: none;
}

.wpcf7 form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 form .wpcf7-checkbox .formsite-list-item,
.wpcf7 form .wpcf7-radio .wpcf7-list-item,
.wpcf7 form .wpcf7-radio .formsite-list-item,
.wpcf7 form .formsite-checkbox .wpcf7-list-item,
.wpcf7 form .formsite-checkbox .formsite-list-item,
.wpcf7 form .formsite-radio .wpcf7-list-item,
.wpcf7 form .formsite-radio .formsite-list-item,
form .wpcf7-checkbox .wpcf7-list-item,
form .wpcf7-checkbox .formsite-list-item,
form .wpcf7-radio .wpcf7-list-item,
form .wpcf7-radio .formsite-list-item,
form .formsite-checkbox .wpcf7-list-item,
form .formsite-checkbox .formsite-list-item,
form .formsite-radio .wpcf7-list-item,
form .formsite-radio .formsite-list-item {
  position: relative;
  display: block;
  margin: 0.5rem 0;
  padding-left: 1.625rem;
}

.wpcf7 form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item label,
.wpcf7 form .wpcf7-checkbox .formsite-list-item,
.wpcf7 form .wpcf7-checkbox .formsite-list-item label,
.wpcf7 form .wpcf7-radio .wpcf7-list-item,
.wpcf7 form .wpcf7-radio .wpcf7-list-item label,
.wpcf7 form .wpcf7-radio .formsite-list-item,
.wpcf7 form .wpcf7-radio .formsite-list-item label,
.wpcf7 form .formsite-checkbox .wpcf7-list-item,
.wpcf7 form .formsite-checkbox .wpcf7-list-item label,
.wpcf7 form .formsite-checkbox .formsite-list-item,
.wpcf7 form .formsite-checkbox .formsite-list-item label,
.wpcf7 form .formsite-radio .wpcf7-list-item,
.wpcf7 form .formsite-radio .wpcf7-list-item label,
.wpcf7 form .formsite-radio .formsite-list-item,
.wpcf7 form .formsite-radio .formsite-list-item label,
form .wpcf7-checkbox .wpcf7-list-item,
form .wpcf7-checkbox .wpcf7-list-item label,
form .wpcf7-checkbox .formsite-list-item,
form .wpcf7-checkbox .formsite-list-item label,
form .wpcf7-radio .wpcf7-list-item,
form .wpcf7-radio .wpcf7-list-item label,
form .wpcf7-radio .formsite-list-item,
form .wpcf7-radio .formsite-list-item label,
form .formsite-checkbox .wpcf7-list-item,
form .formsite-checkbox .wpcf7-list-item label,
form .formsite-checkbox .formsite-list-item,
form .formsite-checkbox .formsite-list-item label,
form .formsite-radio .wpcf7-list-item,
form .formsite-radio .wpcf7-list-item label,
form .formsite-radio .formsite-list-item,
form .formsite-radio .formsite-list-item label {
  line-height: 120%;
}

.wpcf7 form .wpcf7-checkbox .wpcf7-list-item.first,
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item:first-child,
.wpcf7 form .wpcf7-checkbox .formsite-list-item.first,
.wpcf7 form .wpcf7-checkbox .formsite-list-item:first-child,
.wpcf7 form .wpcf7-radio .wpcf7-list-item.first,
.wpcf7 form .wpcf7-radio .wpcf7-list-item:first-child,
.wpcf7 form .wpcf7-radio .formsite-list-item.first,
.wpcf7 form .wpcf7-radio .formsite-list-item:first-child,
.wpcf7 form .formsite-checkbox .wpcf7-list-item.first,
.wpcf7 form .formsite-checkbox .wpcf7-list-item:first-child,
.wpcf7 form .formsite-checkbox .formsite-list-item.first,
.wpcf7 form .formsite-checkbox .formsite-list-item:first-child,
.wpcf7 form .formsite-radio .wpcf7-list-item.first,
.wpcf7 form .formsite-radio .wpcf7-list-item:first-child,
.wpcf7 form .formsite-radio .formsite-list-item.first,
.wpcf7 form .formsite-radio .formsite-list-item:first-child,
form .wpcf7-checkbox .wpcf7-list-item.first,
form .wpcf7-checkbox .wpcf7-list-item:first-child,
form .wpcf7-checkbox .formsite-list-item.first,
form .wpcf7-checkbox .formsite-list-item:first-child,
form .wpcf7-radio .wpcf7-list-item.first,
form .wpcf7-radio .wpcf7-list-item:first-child,
form .wpcf7-radio .formsite-list-item.first,
form .wpcf7-radio .formsite-list-item:first-child,
form .formsite-checkbox .wpcf7-list-item.first,
form .formsite-checkbox .wpcf7-list-item:first-child,
form .formsite-checkbox .formsite-list-item.first,
form .formsite-checkbox .formsite-list-item:first-child,
form .formsite-radio .wpcf7-list-item.first,
form .formsite-radio .wpcf7-list-item:first-child,
form .formsite-radio .formsite-list-item.first,
form .formsite-radio .formsite-list-item:first-child {
  margin-top: 1rem;
}

.wpcf7 form .wpcf7-checkbox .wpcf7-list-item.last,
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item:last-child,
.wpcf7 form .wpcf7-checkbox .formsite-list-item.last,
.wpcf7 form .wpcf7-checkbox .formsite-list-item:last-child,
.wpcf7 form .wpcf7-radio .wpcf7-list-item.last,
.wpcf7 form .wpcf7-radio .wpcf7-list-item:last-child,
.wpcf7 form .wpcf7-radio .formsite-list-item.last,
.wpcf7 form .wpcf7-radio .formsite-list-item:last-child,
.wpcf7 form .formsite-checkbox .wpcf7-list-item.last,
.wpcf7 form .formsite-checkbox .wpcf7-list-item:last-child,
.wpcf7 form .formsite-checkbox .formsite-list-item.last,
.wpcf7 form .formsite-checkbox .formsite-list-item:last-child,
.wpcf7 form .formsite-radio .wpcf7-list-item.last,
.wpcf7 form .formsite-radio .wpcf7-list-item:last-child,
.wpcf7 form .formsite-radio .formsite-list-item.last,
.wpcf7 form .formsite-radio .formsite-list-item:last-child,
form .wpcf7-checkbox .wpcf7-list-item.last,
form .wpcf7-checkbox .wpcf7-list-item:last-child,
form .wpcf7-checkbox .formsite-list-item.last,
form .wpcf7-checkbox .formsite-list-item:last-child,
form .wpcf7-radio .wpcf7-list-item.last,
form .wpcf7-radio .wpcf7-list-item:last-child,
form .wpcf7-radio .formsite-list-item.last,
form .wpcf7-radio .formsite-list-item:last-child,
form .formsite-checkbox .wpcf7-list-item.last,
form .formsite-checkbox .wpcf7-list-item:last-child,
form .formsite-checkbox .formsite-list-item.last,
form .formsite-checkbox .formsite-list-item:last-child,
form .formsite-radio .wpcf7-list-item.last,
form .formsite-radio .wpcf7-list-item:last-child,
form .formsite-radio .formsite-list-item.last,
form .formsite-radio .formsite-list-item:last-child {
  margin-bottom: 1rem;
}

.wpcf7 form .wpcf7-checkbox .wpcf7-list-item label,
.wpcf7 form .wpcf7-checkbox .formsite-list-item label,
.wpcf7 form .wpcf7-radio .wpcf7-list-item label,
.wpcf7 form .wpcf7-radio .formsite-list-item label,
.wpcf7 form .formsite-checkbox .wpcf7-list-item label,
.wpcf7 form .formsite-checkbox .formsite-list-item label,
.wpcf7 form .formsite-radio .wpcf7-list-item label,
.wpcf7 form .formsite-radio .formsite-list-item label,
form .wpcf7-checkbox .wpcf7-list-item label,
form .wpcf7-checkbox .formsite-list-item label,
form .wpcf7-radio .wpcf7-list-item label,
form .wpcf7-radio .formsite-list-item label,
form .formsite-checkbox .wpcf7-list-item label,
form .formsite-checkbox .formsite-list-item label,
form .formsite-radio .wpcf7-list-item label,
form .formsite-radio .formsite-list-item label {
  cursor: pointer;
}

.wpcf7 form .wpcf7-checkbox input[type='radio'],
.wpcf7 form .wpcf7-checkbox input[type='checkbox'],
.wpcf7 form .wpcf7-radio input[type='radio'],
.wpcf7 form .wpcf7-radio input[type='checkbox'],
.wpcf7 form .formsite-checkbox input[type='radio'],
.wpcf7 form .formsite-checkbox input[type='checkbox'],
.wpcf7 form .formsite-radio input[type='radio'],
.wpcf7 form .formsite-radio input[type='checkbox'],
form .wpcf7-checkbox input[type='radio'],
form .wpcf7-checkbox input[type='checkbox'],
form .wpcf7-radio input[type='radio'],
form .wpcf7-radio input[type='checkbox'],
form .formsite-checkbox input[type='radio'],
form .formsite-checkbox input[type='checkbox'],
form .formsite-radio input[type='radio'],
form .formsite-radio input[type='checkbox'] {
  position: absolute;
  margin: 0;
  top: 0.125rem;
  left: 0.25rem;
}

.wpcf7 form .formsite-txt-info,
form .formsite-txt-info {
  display: inline-block;
  margin: 0 0.9375rem;
  font-size: 0.875rem;
  color: #555;
}

.wpcf7 form .formsite-legaltxt,
form .formsite-legaltxt {
  display: block;
  margin: 1.25rem 0;
  font-size: 0.75rem;
  color: rgba(10, 10, 10, 0.8);
}

.wpcf7 form .formsite-legaltxt,
.wpcf7 form .formsite-legaltxt p,
form .formsite-legaltxt,
form .formsite-legaltxt p {
  line-height: 120%;
}

.wpcf7 form .ajax-loader {
  position: relative;
  margin: 0;
  height: 1rem;
  width: 1rem;
  font-size: 1rem;
  background-image: none;
  color: rgba(10, 10, 10, 0.2);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotation;
  animation-name: rotation;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.wpcf7 form .ajax-loader:before {
  display: inline-block;
  font-family: 'skelfont';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.1em;
  margin-left: 0.1em;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  margin: 0;
}

.wpcf7 form input[type='submit'],
form input[type='submit'] {
  display: inline-block;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  /* border-radius: 62.5rem; */
  border: solid 1px transparent;
  font-family: inherit;
  font-size: 0.875rem;
  /* text-transform: uppercase; */
  font-weight: 700;
  line-height: 100%;
  color: #000000;
  background-color: #6bc3eb;
  cursor: pointer;
  z-index: 20;
  transition: all 0.24s ease-in-out;
  -webkit-appearance: none;
  display: inline-block;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-bottom: 0;
  outline: none;
}

@media print,
screen and (min-width: 64em) {

  .wpcf7 form input[type='submit'],
  form input[type='submit'] {
    padding: 1rem 2rem;
  }
}

@media print,
screen and (min-width: 64em) {

  .wpcf7 form input[type='submit'],
  form input[type='submit'] {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.wpcf7 form .formsite-grecaptcha-col,
form .formsite-grecaptcha-col {
  text-align: center;
  margin-bottom: 1rem;
}

@media print,
screen and (min-width: 64em) {

  .wpcf7 form .formsite-grecaptcha-col,
  form .formsite-grecaptcha-col {
    text-align: left;
    margin-bottom: 0;
  }
}

.wpcf7 form .formsite noscript+span.wpcf7-not-valid-tip,
form .formsite noscript+span.wpcf7-not-valid-tip {
  margin-top: 0;
}

.wpcf7 form .formsite-submit-col,
form .formsite-submit-col {
  text-align: center;
}

@media print,
screen and (min-width: 64em) {

  .wpcf7 form .formsite-submit-col,
  form .formsite-submit-col {
    text-align: right;
  }
}

.wpcf7 form .formsite-submit-box,
form .formsite-submit-box {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.wpcf7 form .formsite-submit-box .ajax-loader,
form .formsite-submit-box .ajax-loader {
  position: absolute;
  bottom: 50%;
  right: 1.25rem;
  margin-bottom: -0.5rem;
  z-index: 50;
}

.wpcf7 form .wpcf7-not-valid-tip {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-style: italic;
  font-size: 0.75rem;
}

.wpcf7 form noscript+.wpcf7-not-valid-tip {
  margin-top: 0;
}

.wpcf7 form .wpcf7-response-output {
  display: block;
  position: relative;
  padding: 0.625rem 1.25rem;
  font-size: 0.75rem;
  color: rgba(10, 10, 10, 0.85);
  font-weight: 700;
  color: rgba(10, 10, 10, 0.45);
  text-align: center;
  margin: 0;
  top: 10px;
  font-style: italic;
  border: none;
  border-radius: 1px;
  border: solid 1px #d99400;
  background-color: #ffae00;
}

.wpcf7 form .wpcf7-response-output.wpcf7-display-none {
  display: none;
}

.wpcf7 form .wpcf7-response-output.wpcf7-validation-errors {
  border: solid 1px #af3e2d;
  background-color: #cc4b37;
}

.wpcf7 form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border: solid 1px #3adb76;
  background-color: rgba(58, 219, 118, 0.75);
}

@media screen and (min-width: 680px) {
  .label-form-ligne {
    display: flex;
  }

  .label-form-ligne .wpcf7-form-control-wrap {
    margin-left: 25px;
  }

  .wpcf7 form .wpcf7-checkbox:not(.premier) {
    display: flex;
  }

  @media screen and (min-width: 680px) {
    .wpcf7 form .wpcf7-checkbox.premier>.first>label {
      margin-bottom: 7.5px;
    }
  }

  .wpcf7 form .wpcf7-checkbox .wpcf7-list-item {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .wpcf7 form .wpcf7-checkbox .wpcf7-list-item:not(:last-child) {
    margin-right: 15px;
  }

  .wpcf7 form .wpcf7-list-item-label {
    margin-left: 10px;
  }

  .ligne-deux {
    margin: 30px 0;
  }

  .ligne-deux .wpcf7-form-control {
    margin-top: 25px;
  }

  .formsite>.wpcf7-form-control-wrap {
    margin-top: 30px;
  }

  .form-debut {
    margin-top: 50px;
  }

  .espacement {
    margin-bottom: 20px;
  }
}

.grecaptcha-badge {
  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;
}

.wig-content .wpcf7 form,
.wysiwyg-content .wpcf7 form {
  margin: 1.875rem 0;
}

/*
	// SOCIALLINKS
	----------------------------------------
*/
.sociallinks {
  display: block;
  padding: 0.25rem 0;
}

.sociallinks-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sociallinks-item {
  display: inline-block;
  vertical-align: top;
}

.sociallinks-link {
  text-align: center;
  display: block;
  color: inherit;
  text-decoration: none;
}

.sociallinks-link:hover {
  color: #6bc3eb;
}

.sociallinks-link.social-facebook:hover {
  color: #3b5998;
}

.sociallinks-link.social-twitter:hover {
  color: #00aced;
}

.sociallinks-link.social-google-plus:hover {
  color: #d34836;
}

.sociallinks-link.social-flickr:hover {
  color: #ff0084;
}

.sociallinks-link.social-instagram:hover {
  color: #e95950;
}

.sociallinks-link.social-linkedin:hover {
  color: #0077b5;
}

.sociallinks-link.social-youtube:hover {
  color: #ff0000;
}

.sociallinks-link.social-pinterest:hover {
  color: #bd081c;
}

.sociallinks-icon {
  display: block;
  position: relative;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
}

.sociallinks-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}

.sociallinks-title {
  display: block;
  font-size: 0.875rem;
  line-height: 100%;
  padding: 0.5625rem;
}

.gmap {
  width: 100%;
  min-height: 10rem;
}

@media print,
screen and (min-width: 64em) {
  .gmap {
    min-height: 15rem;
  }
}

@media screen and (min-width: 80em) {
  .gmap {
    min-height: 21.25rem;
  }
}

.gmap .mapinfoadr-box {
  margin: 0;
}

.gmap .mapinfoadr-box .button {
  margin: 0.125rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.gmap .mapinfoadr-box,
.gmap .mapinfoadr-box p {
  font-size: 0.875rem;
  line-height: 120%;
}

.gmap .mapinfoadr-adresse-link,
.gmap .mapinfoadr-tel-link {
  color: #0a0a0a;
}

.gmap .mapinfoadr-box p,
.gmap .mapinfoadr-title {
  margin: 0;
  margin-bottom: 0.375rem;
}

.gmap .mapinfoadr-title {
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 0.375rem;
}

/*
// SITE ADRESSE
----------------------------------------
*/
.siteadr,
.siteadr p {
  font-size: inherit;
  line-height: 120%;
}

.siteadr p {
  margin: 0;
  margin-bottom: 0.25rem;
}

.siteadr-link,
.siteadr-tel {
  color: inherit;
}

.splashscreen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 11111;
}

.splashscreen .logo-site {
  position: relative;
  display: block;
  width: 289px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/logo.png');
  transition: all 0.24s ease-in-out;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
  .splashscreen .logo-site {
    background-image: url('../images/logo_2x.png');
    background-size: 289px 80px;
  }
}

.splashscreen-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.splashscreen-loader-img,
.splashscreen-logo,
.splashscreen-loader {
  transition: all 0.24s ease-in-out;
  -webkit-animation: fadein 200ms;
  animation: fadein 200ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.splashscreen.fadeout {
  -webkit-animation: fadeout 400ms;
  animation: fadeout 400ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.splashscreen.fadeout .splashscreen-loader-img,
.splashscreen.fadeout .splashscreen-logo,
.splashscreen.fadeout .splashscreen-loader {
  -webkit-animation: fadeout 200ms;
  animation: fadeout 200ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.splashscreen-loaderbox {
  text-align: center;
}

.splashscreen-loader {
  display: inline-block;
  position: relative;
  z-index: 200;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin-top: 3.125rem;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.navipost {
  overflow: hidden;
  padding: 3.125rem 0;
  padding-top: 0;
}

.navipost-prev {
  text-align: left;
}

.navipost-prev a {
  padding-left: 70px;
}

.navipost-prev .navipost-arrow {
  left: 0;
}

.navipost-next {
  text-align: right;
}

.navipost-next a {
  padding-right: 70px;
}

.navipost-next .navipost-arrow {
  right: 0;
}

.navipost-prev a,
.navipost-next a {
  position: relative;
  margin: 0.9375rem 0;
  text-decoration: none;
  color: #0a0a0a;
  display: block;
  font-size: 1rem;
  line-height: 115%;
  transition: all 0.24s ease-in-out;
}

.navipost-arrow {
  position: absolute;
  display: block;
  top: 0;
}

.navipost-arrow i {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 1.125rem;
  text-align: center;
  background-color: transparent;
  background-color: #f3f2f2;
  color: #6bc3eb;
  transition: all 0.24s ease-in-out;
}

.navipost-arrow i:before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
}

.navipost-arrow i:before {
  margin-left: -12px;
}

.navipost-txt {
  display: block;
  transition: all 0.24s ease-in-out;
}

.navipost-info {
  font-weight: bold;
}

.navipost-title {
  font-size: 0.875rem;
}

.navipost-prev a:hover,
.navipost-next a:hover {
  color: #848484;
}

.navipost-prev a:hover .navipost-arrow i,
.navipost-next a:hover .navipost-arrow i {
  background: #6bc3eb;
  color: #ffffff;
}

.navipost-prev a:hover .navipost-txt {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}

.navipost-next a:hover .navipost-txt {
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
}

.postdetail-comments {
  margin-bottom: 0;
  margin-top: 0;
}

#comments h3 {
  text-align: center;
  font-family: 'Roboto', Helvetica, sans-serif;
  color: #0a0a0a;
  font-size: 2.1875rem;
  line-height: 2.5rem;
  margin-bottom: 2.5rem;
}

#comments .comment-list {
  margin-left: 0;
}

#comments .comment-list>.comment {
  border-bottom: 1px solid #e9e8e7;
  margin-bottom: 1.875rem;
}

#comments .comment-list li:last-child {
  border-bottom: none;
}

#comments .comment-list li:not(:first-child):not(:last-child) {
  border-bottom: 1px solid #e9e8e7;
}

#comments .comment-list li {
  list-style: none;
  display: block;
  overflow: hidden;
  clear: both;
}

#comments .comment-list li .comment-body {
  margin-bottom: 1.875rem;
  display: block;
  overflow: hidden;
  position: relative;
}

#comments .comment-list li .comment-author {
  display: block;
  float: left;
}

#comments .comment-list li .comment-author img {
  border-radius: 1000px;
  width: 6.875rem;
  height: 6.875rem;
  vertical-align: inherit;
}

#comments .comment-list li .comment-author-meta time {
  color: #9b9b9b;
  font-weight: normal;
  font-size: 0.75rem;
  font-weight: 500;
  display: inline-block;
}

#comments .comment-list li .comment-author-meta time a {
  color: #9b9b9b;
  font-weight: normal;
  font-size: 0.875rem;
}

#comments .comment-list li .comment-author-meta .authorname {
  font-size: 1.125rem;
  line-height: 1rem;
  font-weight: bold;
  font-family: 'Roboto', Helvetica, sans-serif;
}

#comments .comment-list li .comment-author-meta .fn {
  color: #9b9b9b;
  font-weight: normal;
  font-size: 0.875rem;
  display: inline-block;
}

#comments .comment-list li p {
  margin: 0;
  line-height: 1.4;
}

#comments .comment-list li .comment-content {
  display: block;
  padding-left: 8.75rem;
}

#comments .comment-list li .comment-content .author-comment-wrapper {
  padding: 0.3125rem 0;
  font-size: 0.875rem;
  color: #0a0a0a;
}

#comments .comment-list li .comment-content .reply a {
  font-weight: normal;
  font-size: 0.875rem;
  display: inline-block;
  transition: all 0.24s ease-in-out;
}

#comments .comment-list li .comment-content .reply a:hover {
  color: rgba(10, 10, 10, 0.5);
}

#comments .comment-list li ul.children {
  border-top: 1px solid #e9e8e7;
  padding: 1.875rem 0 0 0;
  margin-left: 1.875rem;
}

@media print,
screen and (min-width: 64em) {
  #comments .comment-list li ul.children {
    margin-left: 3.75rem;
  }
}

#comments .comment-list li ul.children li {
  list-style: none;
}

#comments .comment-list li ul.children .comment-body:last-child {
  padding-bottom: 0;
}

#respond .comment-notes {
  font-size: 0.875rem;
}

#respond .submit-box {
  padding-top: 0.625rem;
  clear: both;
  text-align: center;
}

#respond .submit-box .skp-require {
  font-size: 0.8125rem;
  margin-bottom: 1.875rem;
}

#respond #reply-title {
  text-align: center;
  margin-bottom: 2.5rem;
}

@media print,
screen and (min-width: 64em) {
  .comment-form-author {
    width: 33%;
    float: left;
  }
}

@media print,
screen and (min-width: 64em) {
  .comment-form-email {
    width: 33%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .comment-form-url {
    width: 33%;
    float: left;
  }
}

.pagechild {
  margin-bottom: 2.1875rem;
}

.pagechild-box {
  display: block;
  max-width: 27.5rem;
  margin: 0 auto;
}

.pagechild-content-box {
  padding: 1.5625rem;
  text-align: center;
}

.pagechild-title {
  margin: 0;
  font-size: 1.5625rem;
  margin-bottom: 1rem;
}

.pagechild-thumb {
  overflow: hidden;
  transition: all 0.24s ease-in-out;
  margin-bottom: 1rem;
}

.pagechild-thumb img {
  transition: all 0.24s ease-in-out;
}

.pagechild-excerpt {
  color: #0a0a0a;
  margin-bottom: 1rem;
}

.pagechild-moretxt {
  margin: 0;
}

.pagechild-box:hover .pagechild-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cursory.simple {
  margin: 0.625rem 0;
  margin-top: 1rem;
  text-align: center;
}

.cursory.simple .cursory-anchor {
  position: relative;
  display: inline-block;
  border: solid 1px;
  border-radius: 62.5rem;
  padding: 0.5rem 1rem;
  padding-right: 1.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0.375rem 0;
  line-height: 100%;
  vertical-align: middle;
  color: #0a0a0a;
  background-color: transparent;
  border-color: rgba(10, 10, 10, 0.34);
}

@media print,
screen and (min-width: 64em) {
  .cursory.simple .cursory-anchor {
    font-size: 0.875rem;
  }
}

.cursory.simple .cursory-anchor:after {
  display: inline-block;
  font-family: 'skelfont';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.1em;
  margin-left: 0.1em;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  position: absolute;
  top: 50%;
  right: 0.5rem;
  font-size: 0.5rem;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform 0.24s ease-in-out;
  transition: transform 0.24s ease-in-out;
  transition: transform 0.24s ease-in-out, -webkit-transform 0.24s ease-in-out;
}

.cursory.simple .cursory-anchor:hover,
.cursory.simple .cursory-anchor:focus {
  color: #6bc3eb;
  background-color: rgba(107, 195, 235, 0.25);
  border-color: #6bc3eb;
}

.cursory.simple .cursory-anchor:hover:after,
.cursory.simple .cursory-anchor:focus:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.cursory.simple .cursory-menu {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cursory.simple .cursory-menu>li:not(:last-child) .cursory-anchor {
  margin-right: 0.75rem;
}

.backtop {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.backtop-target {
  position: relative;
  display: table;
  width: 100%;
}

.backtop-col {
  position: relative;
}

.backtop-btn {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  border-radius: 62.5rem;
  height: 2rem;
  width: 2rem;
  background-color: #0a0a0a;
  border: solid 1px rgba(255, 255, 255, 0.48);
  color: #ffffff;
  transition: all 0.24s ease-in-out;
  -webkit-transform: translateY(300%);
  transform: translateY(300%);
  opacity: 0;
}

.backtop-btn:hover {
  background-color: #6bc3eb;
  border-color: #6bc3eb;
  color: #ffffff;
}

.backtop-btn:focus {
  border-color: #ffffff;
}

.backtop-btn:before {
  display: inline-block;
  font-family: 'skelfont';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.1em;
  margin-left: 0.1em;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  margin: 0;
  display: block;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.5rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.is-scrolling .backtop-btn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  z-index: 300;
}

#global .dataTables_scroll .dataTables_scrollHeadInner,
#global .dataTables_scroll .dataTables_scrollFootInner,
#global .dataTables_scroll .dataTables_scrollBod,
#global .dataTables_scroll table.tablepress {
  width: 100% !important;
}

.zn-accordionblock-col-inner {
  position: relative;
  width: 100%;
}

.zn-accordionblock-item-title {
  color: #0a0a0a;
  font-weight: bold;
}

.zn-accordionblock-item-titletxt {
  margin: 0;
}

/*
	// Blocs : texte
	----------------------------------------
*/
.zn-textblock {
  position: relative;
}

.zn-textblock .wig-content {
  margin-bottom: 1rem;
}

.zn-textblock-titlebox {
  text-align: center;
  width: 100%;
  max-width: 31.25rem;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .zn-textblock-titlebox.width-large {
    max-width: 74rem;
  }
}

.zn-textblock-title {
  margin-bottom: 3.75rem;
}

.zn-textblock-col.empty-content {
  text-align: center;
}

.zn-textblock .nbloc-1>.column.zn-textblock-col .column-inner,
.zn-textblock .nbloc-1>.zn-textblock-col.columns .column-inner {
  width: 100%;
}

.zn-textblock .nbloc-3>.column.zn-textblock-col .column-inner,
.zn-textblock .nbloc-3>.zn-textblock-col.columns .column-inner {
  display: block;
  max-width: 28.125rem;
  width: 100%;
  margin: 0 auto;
}

@media print,
screen and (min-width: 64em) {

  .zn-textblock .nbloc-3>.column.zn-textblock-col:nth-child(1),
  .zn-textblock .nbloc-3>.zn-textblock-col.columns:nth-child(1) {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media print,
screen and (min-width: 64em) {

  .zn-textblock .nbloc-3>.column.zn-textblock-col:nth-child(3),
  .zn-textblock .nbloc-3>.zn-textblock-col.columns:nth-child(3) {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.zn-imgblock-block>.row.one-img .zn-imgblock-col-inner {
  margin-left: auto;
  margin-right: auto;
}

/*
	// Bloc : image + texte
	----------------------------------------
*/
.zn-imgtextblock-figure {
  margin-bottom: 1.5rem;
}

@media print,
screen and (min-width: 64em) {
  .zn-imgtextblock-figure {
    margin-bottom: 0;
  }
}

/*
	// Pages mise en avant (de 2 à 5 blocs)
	----------------------------------------
*/

.zn-highlightblock-title {
  text-align: center;
}

.zn-highlightblock-item {
  position: relative;
  border-bottom: 1px solid #ffffff;
}

.zn-highlightblock-item:last-of-type {
  border-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
  .zn-highlightblock.nbloc-2 .zn-highlightblock-item {
    border-bottom: 0;
  }

  .zn-highlightblock.nbloc-2 .zn-highlightblock-item:first-of-type {
    border-right: 1px solid #ffffff;
  }
}

@media print,
screen and (min-width: 40em) {
  .zn-highlightblock.nbloc-3 .zn-highlightblock-item:nth-child(odd) {
    border-right: 1px solid #ffffff;
  }

  .zn-highlightblock.nbloc-3 .zn-highlightblock-item:last-of-type {
    border-right: 0;
    width: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .zn-highlightblock.nbloc-3 .zn-highlightblock-item {
    border-bottom: 0;
    border-right: 1px solid #ffffff;
  }

  .zn-highlightblock.nbloc-3 .zn-highlightblock-item:last-of-type {
    width: calc(100% / 3);
  }
}

@media print,
screen and (min-width: 40em) {
  .zn-highlightblock.nbloc-4 .zn-highlightblock-item:nth-child(odd) {
    border-right: 1px solid #ffffff;
  }

  .zn-highlightblock.nbloc-4 .zn-highlightblock-item:nth-child(3) {
    border-bottom: 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .zn-highlightblock.nbloc-4 .zn-highlightblock-item {
    border-bottom: 0;
    border-right: 1px solid #ffffff;
  }

  .zn-highlightblock.nbloc-4 .zn-highlightblock-item:last-of-type {
    border-right: 0;
  }
}

@media print,
screen and (min-width: 40em) {
  .zn-highlightblock.nbloc-5 .zn-highlightblock-item:nth-child(odd) {
    border-right: 1px solid #ffffff;
  }

  .zn-highlightblock.nbloc-5 .zn-highlightblock-item:last-of-type {
    width: 100%;
    border-right: 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .zn-highlightblock.nbloc-5 .zn-highlightblock-item {
    border-right: 1px solid #ffffff;
  }

  .zn-highlightblock.nbloc-5 .zn-highlightblock-item:nth-child(3) {
    border-right: 0;
  }

  .zn-highlightblock.nbloc-5 .zn-highlightblock-item:nth-child(4) {
    border-bottom: 0;
  }

  .zn-highlightblock.nbloc-5 .zn-highlightblock-item:nth-child(4),
  .zn-highlightblock.nbloc-5 .zn-highlightblock-item:nth-child(5) {
    width: 50%;
  }
}

@media screen and (min-width: 80em) {
  .zn-highlightblock.nbloc-5 .zn-highlightblock-item {
    border-bottom: 0;
  }

  .zn-highlightblock.nbloc-5 .zn-highlightblock-item:nth-child(3) {
    border-right: 1px solid #ffffff;
  }

  .zn-highlightblock.nbloc-5 .zn-highlightblock-item:nth-child(4),
  .zn-highlightblock.nbloc-5 .zn-highlightblock-item:nth-child(5) {
    width: calc(100% / 5);
  }

  .zn-highlightblock.nbloc-5 .zn-highlightblock-item:last-of-type {
    border-right: 0;
  }
}

.zn-highlightblock-link {
  text-align: center;
  color: #ffffff;
  z-index: 2;
  padding: 2.5rem 1.25rem;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

@media print,
screen and (min-width: 40em) {
  .zn-highlightblock-link {
    padding: 5rem 1.25rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .zn-highlightblock-link {
    padding: 7.5rem 1.25rem;
  }
}

@media screen and (min-width: 80em) {
  .zn-highlightblock-link {
    padding: 10rem 1.25rem;
  }
}

.zn-highlightblock-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.5);
  z-index: 15;
  transition: 0.24s;
}

.zn-highlightblock-link:hover,
.zn-highlightblock-link:active,
.zn-highlightblock-link:focus {
  color: #ffffff;
}

.zn-highlightblock-link-imgbg {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.24s;
}

.zn-highlightblock-link-content {
  display: block;
  z-index: 20;
  position: relative;
}

.zn-highlightblock-link-title {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 900;
  display: block;
}

@media print,
screen and (min-width: 40em) {
  .zn-highlightblock-link-title {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .zn-highlightblock-link-title {
    font-size: 1.5625rem;
  }
}

.zn-highlightblock-link-desc {
  margin-bottom: 1.25rem;
  line-height: 1.2;
  display: block;
}

.zn-highlightblock-link:hover:before {
  background-color: #0a0a0a;
}

@media print,
screen and (min-width: 40em) {
  .zn-highlightblock-link:hover:before {
    background-color: rgba(10, 10, 10, 0.5);
  }
}

.zn-highlightblock-link:hover .zn-highlightblock-link-imgbg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.zn-highlightblock-link .button {
  margin: 0;
}

/*
	// Pages mise en avant (de 2 à 5 blocs)
	----------------------------------------
*/

@media screen and (min-width: 680px) {
  .zone-block.zn-textblock-block.alignwide.va-top:not(.temoignage-top) {
    padding-bottom: 0px;
  }

  .zone-block.zn-listpageblock-block.alignfull.va-top {
    padding: 0px;
  }

  .zone-block.zn-calltoaction-block.alignfull.va-top {
    padding-top: 0;
  }
}


/*
	// Citation
	----------------------------------------
*/
.quotebox {
  display: block;
  width: 100%;
  background-color: #333333;
  padding: 1.5rem;
  border-radius: 0.125rem;
}

@media print,
screen and (min-width: 40em) {
  .quotebox {
    padding: 2rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .quotebox {
    padding: 2.75rem;
  }
}

.quotebox-inner {
  width: 100%;
  max-width: 64rem;
  display: block;
  position: relative;
  text-align: center;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

.quotebox-img {
  position: relative;
  height: 8.75rem;
  width: 8.75rem;
  border-radius: 62.5rem;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0.625rem;
  overflow: hidden;
}

@media print,
screen and (min-width: 40em) {
  .quotebox-img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 0;
  }
}

.quotebox-content {
  text-align: left;
  padding: 0;
  border: 0;
  display: block;
  color: #ffffff;
  margin: 0;
}

.quotebox-content p,
.quotebox-content a,
.quotebox-content li {
  color: inherit;
}

@media print,
screen and (min-width: 40em) {
  .quotebox.with-img .quotebox-inner {
    padding-left: 10.25rem;
  }
}

.quotebox-content-inner {
  padding-left: 2.0625rem;
  position: relative;
}

.quotebox-content-inner i {
  position: absolute;
  top: -0.875rem;
  left: -0.25rem;
  font-size: 1.5625rem;
  color: #ffffff;
}

@media print,
screen and (min-width: 40em) {
  .quotebox-content-inner {
    padding-left: 3.125rem;
  }

  .quotebox-content-inner i {
    font-size: 2.25rem;
    top: -1.125rem;
  }
}

.quotebox-desc {
  line-height: 130%;
  font-family: 'Roboto', Helvetica, sans-serif;
}

.quotebox-author {
  font-style: normal;
  font-size: 0.875rem;
}

.quotebox-author:before {
  display: none;
}

.quotebox-name {
  color: #ffffff;
}

.galleryblock .gallery.slick-slider {
  padding-bottom: 0;
}

#global .galleryslider-carousel .slick-item.gallery-item,
#global .galleryslider .slick-item.gallery-item {
  padding: 0;
}

#global .zn-galleryblock .gallery {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 680px) {
  .zn-galleryblock-item.gallery-item.column {
    width: 25%;
  }

  /* .zn-galleryblock-item.gallery-item.column img {
		height: 372px;
    object-fit: cover;
	} */
}

.slicknav-item,
.galleryslider-grid .slick-item {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.galleryslider-carousel,
.galleryslider-carousel-nav {
  padding: 0 0.25rem;
}

@media print,
screen and (min-width: 40em) {

  .galleryslider-carousel,
  .galleryslider-carousel-nav {
    padding: 0 0.375rem;
  }
}

.galleryslider-carousel-nav {
  margin-top: 0.5rem;
}

@media print,
screen and (min-width: 40em) {
  .galleryslider-carousel-nav {
    margin-top: 0.75rem;
  }
}

.slicknav-item {
  cursor: pointer;
}

.slicknav-item img {
  transition: all 0.24s ease-in-out;
}

.slicknav-item.slick-current img {
  opacity: 0.5;
}

.slicknav-item:hover img {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

/*
	// Call to action (de 1 à 3 boutons)
	----------------------------------------
*/
.zn-calltoaction a.button {
  margin: 0;
  margin-bottom: 0.75rem;
  margin-right: 0.75rem;
}

.zn-calltoaction a.button:last-child {
  margin-right: 0;
}

.zn-calltoaction-row {
  position: relative;
  z-index: 20;
}

.zn-calltoaction-bloc {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: inherit;
  z-index: 20;
  padding: 1.5rem;
}

.zn-calltoaction-bloc .column-inner {
  max-width: 27.5rem;
  margin: 0 auto;
}

.zn-calltoaction-bloc-titledesc,
.zn-calltoaction-buttons-box {
  z-index: 20;
  position: relative;
}

.zn-calltoaction-bloc-titlebox {
  position: relative;
  width: 100%;
}

.zn-calltoaction-desc {
  font-size: 0.9375rem;
}

.zn-calltoaction-bloc-title {
  color: inherit;
}

.zn-calltoaction .oneblock .zn-calltoaction-bloc .column-inner {
  width: 100%;
}

@media print,
screen and (min-width: 48em) {
  .zn-calltoaction .oneblock .zn-calltoaction-bloc .column-inner {
    max-width: 48.75rem;
  }
}

.zn-calltoaction .oneblock:not(.text-center) .zn-calltoaction-innerbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 48em) {
  .zn-calltoaction .oneblock:not(.text-center) .zn-calltoaction-innerbox {
    max-width: 48.75rem;
  }
}

.zn-calltoaction .oneblock:not(.text-center) .zn-calltoaction-innerbox .zn-calltoaction-bloc-titledesc {
  max-width: 27.5rem;
}

.zn-calltoaction .zn-calltoaction-innerbox-imgbg {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.24s;
}

.zn-calltoaction-content {
  z-index: 20;
  position: relative;
  display: block;
}

/*#global .zn-calltoaction .zn-calltoaction-row:not(.bg-color) {
	background-color: $primary-color;
	color: $white;
}*/
#global .zn-calltoaction .zn-calltoaction-innerbox.bg-is-dark.with-img {
  color: #ffffff;
}

#global .zn-calltoaction-bgbox {
  position: absolute;
  top: 0;
  height: 100%;
}

.zn-calltoaction-bgbox-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.24s;
}

.zn-calltoaction-bgbox-bg:nth-child(1) {
  top: 0;
  left: 0;
}

@media print,
screen and (min-width: 40em) {
  .zn-calltoaction-bgbox-bg:nth-child(1) {
    top: 0;
    left: 0;
  }
}

.zn-calltoaction-bgbox-bg:nth-child(2) {
  bottom: 0;
  right: 0;
}

@media print,
screen and (min-width: 40em) {
  .zn-calltoaction-bgbox-bg:nth-child(2) {
    bottom: auto;
    top: 0;
    right: 0;
  }
}

.zn-calltoaction-bgbox-bg.with-img.with-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.5);
  z-index: 15;
  transition: 0.24s;
}

.zn-calltoaction-bgbox.twoblocks .zn-calltoaction-bgbox-bg {
  height: 50%;
  width: 100%;
}

@media print,
screen and (min-width: 40em) {
  .zn-calltoaction-bgbox.twoblocks .zn-calltoaction-bgbox-bg {
    height: 100%;
    width: 50%;
  }
}

.zn-videoblock.with-bg .video-box .responsive-embed {
  margin-bottom: 0;
}

.zn-feedpost-header {
  text-align: center;
}

.zn-feedpost-title {
  display: inline-block;
  width: 100%;
  max-width: 31.25rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  text-align: center;
}

.zn-feedpost-linkall {
  display: inline-block;
  padding: 0.125rem 0.75rem;
  text-transform: uppercase;
}

@media print,
screen and (min-width: 40em) {
  .zn-feedpost-linkall {
    font-size: 0.875rem;
  }
}

/*
	// SLIDER : PAGE ACCUEIL
	----------------------------------------
*/
.zn-feedpartnersrpt {
  position: relative;
  text-align: center;
}

.zn-feedpartnersrpt-title {
  padding-bottom: 0.9375rem;
}

.zn-feedpartnersrpt-title-sep {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  text-align: inherit;
  line-height: 0%;
}

.zn-feedpartnersrpt-title-sep:after {
  content: '';
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 8.5rem;
  height: 0.1875rem;
  top: 0;
  background: linear-gradient(to right, #891fcb, #6bc3eb);
}

#global .partnerslider {
  background-color: #ffffff;
}

#global .partnerslider .slick-arrow {
  background-color: #ffffff;
}

#global .partnerslider .slick-arrow:after {
  background-color: transparent;
}

#global .partnerslider .slick-arrow:before {
  color: #0a0a0a;
  font-size: 1.25rem;
}

#global .partnerslider .slick-prev {
  left: -1px;
}

#global .partnerslider .slick-prev:before {
  content: '';
}

#global .partnerslider .slick-next {
  right: -1px;
}

#global .partnerslider .slick-next:before {
  content: '';
}

#global .bgc-gray .partnerslider {
  background-color: #efefef;
}

#global .bgc-gray .partnerslider .slick-arrow {
  background-color: #efefef;
}

#global .bgc-gray .partner-box {
  background-color: #efefef;
}

#global .bgc-primary .partnerslider {
  background-color: #6bc3eb;
}

#global .bgc-primary .partnerslider .slick-arrow {
  background-color: #6bc3eb;
}

#global .bgc-primary .partner-box {
  background-color: #6bc3eb;
}

#global .fc-white .zn-partners-title-sep {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  text-align: inherit;
  line-height: 0%;
}

#global .fc-white .zn-partners-title-sep:after {
  content: '';
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 8.5rem;
  height: 0.1875rem;
  top: 0;
  background: linear-gradient(to right, #ffffff, #ffffff);
}

#global .fc-white .slick-arrow:before {
  color: #ffffff;
}

.zn-listtimeline.bg-is-dark .zn-timeline-wrapper .zn-timeline-story-content:after {
  background-color: transparent;
}

.zn-listtimeline.bg-is-dark .zn-timeline-wrapper .zn-timeline-story-content:before {
  color: #ffffff;
}

.zn-listtimeline.bg-is-dark .zn-timeline-wrapper .zn-timeline-story-chiffreclef {
  color: #ffffff;
}

.zn-listtimeline.bg-is-dark .wig-content a {
  color: #ffffff;
  text-decoration: underline;
}

.zn-listtimeline.bg-is-dark .wig-content a:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.zn-timeline-wrapper {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  position: relative;
}

.zn-timeline-wrapper:before {
  position: absolute;
  top: 0;
  left: 20px;
  content: '';
  background-color: #dcdcdc;
  width: 1px;
  height: 100%;
}

@media print,
screen and (min-width: 40em) {
  .zn-timeline-wrapper:before {
    left: 50%;
  }
}

.zn-timeline-wrapper .zn-timeline-story-content {
  position: relative;
  padding-left: 3.75rem;
}

.zn-timeline-wrapper .zn-timeline-story-content:before {
  display: inline-block;
  font-family: 'skelfont';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.1em;
  margin-left: 0.1em;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0;
  margin-left: 0;
  font-size: 0.875rem;
  color: #6bc3eb;
  position: absolute;
  top: calc((40px - 16px) / 2);
  content: '';
  z-index: 10;
  /*@include breakpoint(medium) {
					top: 0;
				}*/
}

.zn-timeline-wrapper .zn-timeline-story-content:after {
  margin-right: 0;
  margin-left: 0;
  font-size: 0.875rem;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  content: '';
  width: 40px;
  height: 40px;
  z-index: 9;
}

@media print,
screen and (min-width: 40em) {
  .zn-timeline-wrapper .zn-timeline-story-content {
    padding-left: 0;
  }
}

.zn-timeline-wrapper .zn-timeline-story-content:nth-child(even) {
  float: left;
  width: 100%;
  display: block;
  clear: both;
}

@media print,
screen and (min-width: 40em) {
  .zn-timeline-wrapper .zn-timeline-story-content:nth-child(even) {
    text-align: right;
    padding-right: 3.125rem;
    width: 50%;
  }
}

.zn-timeline-wrapper .zn-timeline-story-content:nth-child(even):before {
  left: 0.8125rem;
}

@media print,
screen and (min-width: 40em) {
  .zn-timeline-wrapper .zn-timeline-story-content:nth-child(even):before {
    right: -0.0625rem;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    left: inherit;
  }
}

.zn-timeline-wrapper .zn-timeline-story-content:nth-child(even):after {
  left: 0;
}

@media print,
screen and (min-width: 40em) {
  .zn-timeline-wrapper .zn-timeline-story-content:nth-child(even):after {
    right: -1.25rem;
    left: inherit;
  }
}

@media print,
screen and (min-width: 40em) {
  .zn-timeline-wrapper .zn-timeline-story-content:nth-child(even) .zn-timeline-story-desc {
    float: right;
  }
}

@media print,
screen and (min-width: 64em) {
  .zn-timeline-wrapper .zn-timeline-story-content:nth-child(even) .zn-timeline-story-box-content {
    padding-left: 1.25rem;
    width: 50%;
    float: right;
  }
}

.zn-timeline-wrapper .zn-timeline-story-content:nth-child(even) .zn-timeline-story-box-img {
  margin-bottom: 1.875rem;
}

@media print,
screen and (min-width: 64em) {
  .zn-timeline-wrapper .zn-timeline-story-content:nth-child(even) .zn-timeline-story-box-img {
    margin-bottom: 0;
    width: 50%;
    float: right;
  }
}

.zn-timeline-wrapper .zn-timeline-story-content:nth-child(odd) {
  text-align: left;
  float: left;
  width: 100%;
  display: block;
  clear: both;
}

@media print,
screen and (min-width: 40em) {
  .zn-timeline-wrapper .zn-timeline-story-content:nth-child(odd) {
    padding-left: 3.125rem;
    width: 50%;
    float: right;
  }
}

.zn-timeline-wrapper .zn-timeline-story-content:nth-child(odd):before {
  left: 0.8125rem;
}

@media print,
screen and (min-width: 40em) {
  .zn-timeline-wrapper .zn-timeline-story-content:nth-child(odd):before {
    left: 0.0625rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.zn-timeline-wrapper .zn-timeline-story-content:nth-child(odd):after {
  left: 0;
}

@media print,
screen and (min-width: 40em) {
  .zn-timeline-wrapper .zn-timeline-story-content:nth-child(odd):after {
    left: -1.25rem;
  }
}

@media print,
screen and (min-width: 40em) {
  .zn-timeline-wrapper .zn-timeline-story-content:nth-child(odd) .zn-timeline-story-desc {
    float: left;
  }
}

@media print,
screen and (min-width: 64em) {
  .zn-timeline-wrapper .zn-timeline-story-content:nth-child(odd) .zn-timeline-story-box-content {
    padding-right: 1.25rem;
    width: 50%;
    float: left;
  }
}

.zn-timeline-wrapper .zn-timeline-story-content:nth-child(odd) .zn-timeline-story-box-img {
  margin-bottom: 1.875rem;
}

@media print,
screen and (min-width: 64em) {
  .zn-timeline-wrapper .zn-timeline-story-content:nth-child(odd) .zn-timeline-story-box-img {
    margin-bottom: 0;
    width: 50%;
    float: left;
  }
}

.zn-timeline-wrapper .zn-timeline-story-chiffreclef {
  display: block;
  color: #6bc3eb;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bold;
  padding-bottom: 1.875rem;
}

.zn-timeline-wrapper .zn-timeline-story-chiffreclef .chiffreclef2 {
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 500;
}

.zn-timeline-wrapper .zn-timeline-story-desc {
  margin-bottom: 1.875rem;
  max-width: 15.625rem;
  font-size: 0.875rem;
}

.zn-listlinkblock {
  color: #0a0a0a;
}

.linkblock {
  position: relative;
}

.linkblock-box {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  max-width: 25rem;
  color: inherit;
}

.linkblock-img {
  margin-bottom: 1.5rem;
}

.linkblock-title {
  margin: 0;
  font-size: 45px;
  position: relative;
}

.linkblock-title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  width: 55px;
  height: 6px;
  background: var(--primary-color);
}

.linkblock-desc {
  margin-top: 1.25rem;
  color: inherit;
}

.linkblock-linkmore {
  text-transform: uppercase;
  font-size: 0.875rem;
  opacity: 0.5;
  font-weight: bold;
}

@media screen and (min-width: 680px) {
  .linkblock-title {
    text-align: left;
    padding-bottom: 7.5px;
  }

  .linkblock-title::before {
    left: 0;
    transform: translate(0);
  }

  .linkblock-des {
    margin-top: 35px;
  }

  .linkblock-desc p {
    text-align: initial;
  }
}

a.linkblock-box:hover,
a.linkblock-box:focus {
  color: inherit;
}

.zn-listpageblock .slider {
  padding: 0 3.125rem;
}

@media screen and (min-width: 96.25em) {
  .zn-listpageblock .slider {
    position: relative;
    width: calc(100% + 100px);
    left: -3.125rem;
  }
}

.zn-anchorblock .zone-block {
  padding-top: 0;
  padding-bottom: 0;
}

.zn-anchorblock-target-txt {
  display: none;
  text-align: center;
}

.is-watch-zones .zn-anchorblock-target-txt {
  display: block;
  padding: 1.25rem;
}

.zn-spacing .zone-block {
  padding-top: 0;
  padding-bottom: 0;
}

.spacingheight {
  display: block;
  width: 100%;
  height: 0.0625rem;
}

.spacingheight-simple {
  height: 1rem;
}

@media print,
screen and (min-width: 40em) {
  .spacingheight-simple {
    height: 2rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .spacingheight-simple {
    height: 3rem;
  }
}

@media screen and (min-width: 112.5em) {
  .spacingheight-simple {
    height: 4rem;
  }
}

.spacingheight-large {
  height: 2rem;
}

@media print,
screen and (min-width: 40em) {
  .spacingheight-large {
    height: 4rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .spacingheight-large {
    height: 6rem;
  }
}

@media screen and (min-width: 112.5em) {
  .spacingheight-large {
    height: 8rem;
  }
}

.spacingheight-big {
  height: 3rem;
}

@media print,
screen and (min-width: 40em) {
  .spacingheight-big {
    height: 6rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .spacingheight-big {
    height: 9rem;
  }
}

@media screen and (min-width: 112.5em) {
  .spacingheight-big {
    height: 12rem;
  }
}

/*
	// SLIDER : PAGE ACCUEIL
	----------------------------------------
*/
#global .sliderhome {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  margin-bottom: 0;
  overflow: hidden;
  background-color: #efefef;
}

@media print,
screen and (min-width: 64em) {
  #global .sliderhome {
    display: block;
  }
}

#global .sliderhome-slide {
  display: block;
  position: relative;
  width: 100%;
}

@media print,
screen and (min-width: 64em) {
  #global .sliderhome-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(10, 10, 10, 0.25); */
    z-index: 1;
    display: none;
  }
}

@media print,
screen and (min-width: 64em) {
  #global .sliderhome-slide {
    height: 38.125rem;
  }
}

/* Style customisé template */

.sliderhome-title {
  text-transform: uppercase;
}

.sliderhome-content,
.sliderhome-title {
  text-shadow: var(--secondary-color) 0px 1px 8px;
}

@media screen and (min-width: 680px) {
  .sliderhome-slide:before {
    background: rgba(0, 0, 0, 0.2);
  }

  .sliderhome-content,
  .sliderhome-title {
    text-align: center !important;
  }

  .sliderhome-title .title-deco {
    display: none !important;
  }

  .sliderhome-box .dsp-cell.bottom {
    vertical-align: bottom;
  }
}

#global .sliderhome-img-wrapper {
  position: relative;
}

#global .sliderhome-img-wrapper .overlay {
  display: none;
}

#global .sliderhome-img-wrapper .overlay:before {
  content: '';
  display: block;
  background-color: rgba(10, 10, 10, 0.5);
  height: 100%;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media print,
screen and (min-width: 64em) {
  #global .sliderhome-img-wrapper .overlay {
    display: block;
  }
}

#global .sliderhome-imgbg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media print,
screen and (min-width: 64em) {
  #global .sliderhome-imgbg {
    display: block;
  }
}

@media print,
screen and (min-width: 64em) {
  #global .sliderhome-img-wrapper {
    display: none;
  }
}

#global .sliderhome-box {
  width: 100%;
  padding-bottom: 1.375rem;
}

@media print,
screen and (min-width: 64em) {
  #global .sliderhome-box {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 3.125rem 0;
  }
}

#global .sliderhome-content {
  display: block;
  position: relative;
  top: -1.25rem;
  width: calc(100% - 60px);
  max-width: 25rem;
  margin: 0 auto;
  color: var(--white-color);
  text-align: left;
  padding: 1.25rem;
  padding-bottom: 2.125rem;
  z-index: 20;
  text-align: center;
}

@media print,
screen and (min-width: 64em) {
  #global .sliderhome-content {
    text-align: left;
    color: #ffffff;
    background-color: transparent;
    top: auto;
    width: 100%;
    max-width: 38.75rem;
    padding: 0;
  }
}

#global .sliderhome-title {
  position: relative;
  font-weight: 900;
  line-height: 120%;
  z-index: 6;
  opacity: 0;
  text-align: center;
  -webkit-transform: translateX(-80px) scale(0.96);
  transform: translateX(-80px) scale(0.96);
  transition: all 0.24s ease;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
}

@media print,
screen and (min-width: 64em) {
  #global .sliderhome-title {
    text-align: left;
    padding-bottom: 1.25rem;
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 80em) {
  #global .sliderhome-title {
    font-size: 2.5rem;
  }
}

#global .sliderhome-title .title-deco {
  display: none;
}

@media print,
screen and (min-width: 64em) {
  #global .sliderhome-title .title-deco {
    display: block;
  }
}

@media print,
screen and (min-width: 64em) {
  #global .sliderhome-title .title-deco:before {
    background-color: #ffffff;
  }
}

#global .sliderhome-title,
#global .sliderhome-title a {
  color: #6bc3eb;
  display: block;
}

@media print,
screen and (min-width: 64em) {

  #global .sliderhome-title,
  #global .sliderhome-title a {
    color: #ffffff;
  }
}

#global .sliderhome-descbox {
  position: relative;
  z-index: 4;
  font-size: 0.625rem;
  opacity: 0;
  -webkit-transform: translateX(80px) scale(0.92);
  transform: translateX(80px) scale(0.92);
  transition: all 0.24s ease;
}

#global .sliderhome-desc {
  /* display: none; */
  font-size: 1rem;
  margin-bottom: 0.3125rem;
  margin-top: 1rem;
}

#global .sliderhome-desc>p {
  color: var(--white-color);
}

@media print,
screen and (min-width: 64em) {
  #global .sliderhome-desc {
    display: block;
  }
}

#global .sliderhome-desc,
#global .sliderhome-desc p {
  font-size: 1rem;
}

@media print,
screen and (min-width: 64em) {

  #global .sliderhome-desc,
  #global .sliderhome-desc p {
    color: #ffffff;
  }
}

@media screen and (min-width: 90em) {

  #global .sliderhome-desc,
  #global .sliderhome-desc p {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1024px) {

  #global .sliderhome-desc,
  #global .sliderhome-desc p {
    color: var(--white-color);
    font-size: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .zn-imgblock-imgbox>figure {
    display: flex;
    justify-content: center;
  }
}

#global .sliderhome-desc p {
  margin: 0;
}

#global .sliderhome-link {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 1rem;
}

#global .sliderhome .slick-active .sliderhome-title,
#global .sliderhome .slick-active .sliderhome-descbox {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  transition: all 0.56s ease-out 0.24s;
}

.sliderhome,
.sliderhome .slick-item,
.sliderhome-slide {
  background-color: #efefef;
}

.sliderhome .slick-arrow {
  height: 2.75rem;
  width: 2.75rem;
  top: auto;
  bottom: 1.25rem;
  right: auto;
  left: 50%;
}

@media print,
screen and (min-width: 64em) {
  .sliderhome .slick-arrow {
    top: 0;
    height: 100%;
    width: 3.125rem;
  }
}

.sliderhome .slick-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media print,
screen and (min-width: 64em) {
  .sliderhome .slick-prev {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}

@media print,
screen and (min-width: 64em) {
  .sliderhome .slick-next {
    left: auto;
    right: 0;
  }
}

.zones .zone.zn-titlepage.with-bg>.zn-titlepage-block.alignwide {
  max-width: 100%;
}

.zn-titlepage.with-bg .zn-titlepage-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 18.75rem;
}

@media print,
screen and (min-width: 40em) {
  .zn-titlepage.with-bg .zn-titlepage-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 28.75rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .zn-titlepage.with-bg .zn-titlepage-col {
    min-height: 35rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (min-width: 64em) {
  .zn-titlepage.with-bg .align-left .zn-titlepage-col {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.zn-titlepage.with-bg .zn-titlepage-title,
.zn-titlepage.with-bg .zn-titlepage-content {
  color: #ffffff;
}

.zn-titlepage.with-bg .zn-titlepage-content.mw-content {
  max-width: 34.375rem;
}

.zn-titlepage.with-bg .align-left .zn-titlepage-content.mw-content {
  margin: 0;
}

.zn-titlepage.with-bg .align-center .zn-titlepage-content,
.zn-titlepage .align-center .zn-titlepage-titlebox {
  text-align: center;
}

#global .zn-titlepage-bg.zone-bg.alignfull {
  overflow: hidden;
  position: absolute;
  height: 100%;
  top: 0;
}

.zn-titlepage-bg-video {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}

.zn-titlepage-bg-video .responsive-embed {
  padding: 0;
  margin: 0;
  padding-top: 56.25%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  transition: 2s opacity ease;
  background-color: transparent;
}

.zn-titlepage-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.34);
  z-index: 5;
}

.zn-titlepage-bg-video iframe,
.zn-titlepage-bg-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  pointer-events: none;
}

.zn-titlepage-bg-imgs {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.zn-titlepage-bg-imgs .slick-item img {
  width: 100%;
}

.zn-titlepage-bg .slick-item {
  position: relative;
  min-height: 18.75rem;
}

@media print,
screen and (min-width: 40em) {
  .zn-titlepage-bg .slick-item {
    min-height: 28.75rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .zn-titlepage-bg .slick-item {
    min-height: 43.75rem;
  }
}

.zn-titlepage-bg .slick-slider .zn-titlepage-bg-figure,
.zn-titlepage-bg .slick-slider .zn-titlepage-bg-imgbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.zn-titlepage-bg .slick-slider .zn-titlepage-bg-img {
  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;
}

.zn-titlepage-row {
  position: relative;
  z-index: 20;
}

/*
	// FIX & RESET
	----------------------------------------
*/
#wpadminbar {
  position: fixed !important;
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2.875rem;
}

@media screen and (min-width: 48.9375em) {
  body.admin-bar.f-topbar-fixed .sticky.fixed {
    margin-top: 2rem;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

figure {
  margin: 0;
  padding: 0;
}

figcaption {
  margin-bottom: 1.25rem;
  margin-top: 0.625rem;
  color: #6f6f6f;
}

.wp-caption>figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0;
}

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0;
}

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

[data-whatinput='mouse'] a:focus,
button:focus,
[data-whatinput='touch'] a:focus,
button:focus {
  outline: none;
}

#global .gallery {
  margin-bottom: 0.9375rem;
  width: calc(100% + 20px);
  margin-left: -0.375rem;
}

#global .gallery:after {
  content: '';
  display: table;
  clear: both;
}

#global .gallery dl,
#global .gallery dt,
#global .gallery a {
  margin: 0;
}

#global .gallery .gallery-item {
  padding: 0.375rem;
  text-align: center;
}

@media screen and (max-width: 19.9375em) {
  #global .gallery .gallery-item {
    width: 50%;
  }
}

#global .gallery .gallery-item img {
  border: none;
}

#global .gallery .gallery-item a {
  display: inline-block;
  transition: all 0.24s ease-in-out;
  outline: none;
}

#global .gallery .gallery-item a:hover,
#global .gallery .gallery-item a:active,
#global .gallery .gallery-item a a:focus {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#global .gallery br {
  clear: none !important;
}

@media print,
screen and (min-width: 40em) {
  #global .gallery br {
    clear: both !important;
  }
}

video {
  max-width: 100%;
}

/*
	// TIPS : astuces
	----------------------------------------
*/
.clear {
  clear: both;
}

.nopadd {
  padding: 0;
}

.nomarg {
  margin: 0;
}

.visuallyhidden {
  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;
}

.visuallyhidden-off {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.relative {
  position: relative;
}

.blockgrid-center {
  text-align: center;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: sans-serif;
}

.blockgrid-center>.column,
.blockgrid-center>.columns {
  display: inline-block;
  float: none !important;
  text-align: left;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  font-family: 'Roboto', Helvetica, sans-serif;
}

.placeholder label {
  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;
}

.placeholder label.show-label {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.dsp-table {
  display: table;
  width: 100%;
  height: 100%;
}

.dsp-table-row {
  display: table-row;
}

.dsp-cell {
  display: table-cell;
}

.dsp-cell.middle {
  vertical-align: middle;
}

@media print,
screen and (min-width: 64em) {
  .align-vertical-center .zone-content-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: inherit;
}

.bar-left,
.bar-right {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: inherit;
}

.bar-left {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: auto;
  text-align: left;
}

.bar-right {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: auto;
  text-align: right;
}

.bar-item {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  background-color: inherit;
}

[class^='mw-'] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mw-center {
  margin: 0 auto;
}

.mw-left {
  margin-left: 0;
}

.mw-right {
  margin-right: 0;
  float: right;
}

.mw-content,
.maxwidth-content,
.mw-content-zone {
  margin: 0 auto;
}

.mw-usmall {
  max-width: 20rem;
}

.mw-uusmall {
  max-width: 26.5625rem;
}

.mw-medium {
  max-width: 40rem;
}

.mw-xmedium {
  max-width: 48rem;
}

.mw-menubreak {
  max-width: 65.625rem;
}

.mw-xlarge {
  max-width: 80rem;
}

.mw-xxlarge {
  max-width: 90rem;
}

.mw-big {
  max-width: 112.5rem;
}

.mw-1920 {
  max-width: 120rem;
}

.mw-1800 {
  max-width: 112.5rem;
}

.mw-1570 {
  max-width: 98.125rem;
}

.mw-content-zone,
.mw-1440 {
  /* max-width: 90rem; */
  max-width: 1483px;
}

.mw-woocommerce {
  max-width: 87.5rem;
}

.mw-1280 {
  max-width: 80rem;
}

.mw-1024 {
  max-width: 64rem;
}

.mw-800 {
  max-width: 50rem;
}

.mw-content,
.maxwidth-content,
.mw-780 {
  /* max-width: 48.75rem; */
  max-width: 56rem;
}

.mw-750 {
  max-width: 46.875rem;
}

.mw-700 {
  max-width: 43.75rem;
}

.mw-640 {
  max-width: 40rem;
}

.mw-620 {
  max-width: 38.75rem;
}

.mw-600 {
  max-width: 37.5rem;
}

.row.with-nice-alignment>.column,
.row.with-nice-alignment>.columns,
.row.with-nice-alignment>.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row.with-nice-alignment.va-center>.column[data-equalizer-watch],
.row.with-nice-alignment.va-center>[data-equalizer-watch].columns,
.row.with-nice-alignment.va-center>.columns[data-equalizer-watch],
.row.with-nice-alignment.center-y>.column[data-equalizer-watch],
.row.with-nice-alignment.center-y>[data-equalizer-watch].columns,
.row.with-nice-alignment.center-y>.columns[data-equalizer-watch] {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.with-nice-alignment>.columns.large-6:nth-child(odd),
.row.with-nice-alignment>.columns.large-6.large-pull-6:nth-child(even) {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.row.with-nice-alignment>.columns.large-6:nth-child(even),
.row.with-nice-alignment>.columns.large-6.large-push-6:nth-child(odd) {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row.with-nice-alignment>.columns.large-6>.column-inner,
.row.with-nice-alignment>.columns.large-6>.columns-inner {
  width: 100%;
  /* max-width: 40rem; */
  max-width: 100%;
  margin: 0 auto;
}

@media print,
screen and (min-width: 64em) {

  .row.with-nice-alignment>.columns.large-6>.column-inner,
  .row.with-nice-alignment>.columns.large-6>.columns-inner {
    margin: 0;
    margin-right: 7.5px;
  }
}

body.admin-bar .headersite.fixed .headersite-inner {
  top: 2.875rem;
}

@media screen and (min-width: 48.9375em) {
  body.admin-bar .headersite.fixed .headersite-inner {
    top: 2rem;
  }
}

.with-ratio .imgbox {
  position: relative;
  overflow: hidden;
}

.with-ratio .imgbox img.imgratio {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.with-ratio .imgbox img:not(.imgratio) {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.footersite-top,
.zones {
  padding: 0 0.75rem;
}

@media print,
screen and (min-width: 40em) {

  .footersite-top,
  .zones {
    padding: 0 2.25rem;
  }
}

@media print,
screen and (min-width: 48em) {

  .footersite-top,
  .zones {
    padding: 0 3.75rem;
  }
}

@media screen and (min-width: 80em) {

  .footersite-top,
  .zones {
    padding: 0 4.5rem;
  }
}

@media screen and (min-width: 90em) {

  .footersite-top,
  .zones {
    padding: 0 10.5rem;
  }
}

.zones .zones {
  padding: 0;
}

.zones .zone {
  position: relative;
}

.zone.default-wp-content .zone-block.empty-content {
  text-align: center;
}

.zone.with-bg>.zone-bg {
  display: block;
  width: 100%;
  top: 0;
  left: 0;
}

.zone.with-bg>.zone-bg.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.zone.with-bg>.zone-bg.with-overlay:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(10, 10, 10, 0.5);
  z-index: 1;
}

#global .zone.with-bg>.zone-bg {
  height: 100%;
  position: absolute;
}

.zones>*[class*='wp-block-'],
.zones .zone>.zone-block {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 50rem;
  z-index: 50;
}

.zones>*[class*='wp-block-']:after,
.zones>*[class*='wp-block-']:before,
.zones .zone>.zone-block:after,
.zones .zone>.zone-block:before {
  content: '';
  display: table;
  clear: both;
}

.block-alignfull,
.zones .zone-bg.alignfull,
.zones>*[class*='wp-block-'].alignfull,
.zones .zone>.zone-block.alignfull {
  position: relative;
  left: -0.75rem;
  width: calc(100% + (12px * 1 * 2));
  max-width: calc(100% + (12px * 1 * 2));
}

@media print,
screen and (min-width: 40em) {

  .block-alignfull,
  .zones .zone-bg.alignfull,
  .zones>*[class*='wp-block-'].alignfull,
  .zones .zone>.zone-block.alignfull {
    left: -2.25rem;
    width: calc(100% + (12px * 3 * 2));
    max-width: calc(100% + (12px * 3 * 2));
  }
}

@media print,
screen and (min-width: 48em) {

  .block-alignfull,
  .zones .zone-bg.alignfull,
  .zones>*[class*='wp-block-'].alignfull,
  .zones .zone>.zone-block.alignfull {
    left: -3.75rem;
    width: calc(100% + (12px * 5 * 2));
    max-width: calc(100% + (12px * 5 * 2));
  }
}

@media screen and (min-width: 80em) {

  .block-alignfull,
  .zones .zone-bg.alignfull,
  .zones>*[class*='wp-block-'].alignfull,
  .zones .zone>.zone-block.alignfull {
    left: -4.5rem;
    width: calc(100% + (12px * 6 * 2));
    max-width: calc(100% + (12px * 6 * 2));
  }
}

@media screen and (min-width: 90em) {

  .block-alignfull,
  .zones .zone-bg.alignfull,
  .zones>*[class*='wp-block-'].alignfull,
  .zones .zone>.zone-block.alignfull {
    left: -10.5rem;
    width: calc(100% + (12px * 14 * 2));
    max-width: calc(100% + (12px * 14 * 2));
  }
}

.zones>*[class*='wp-block-'].alignwide,
.zones .zone>.zone-block.alignwide {
  /* max-width: 90rem; */
  max-width: 1483px;
}

.zones>*[class*='wp-block-'].alignsmall,
.zones .zone>.zone-block.alignsmall {
  max-width: 35.625rem;
}

.zone-block.pdd-top-off {
  padding-top: 0;
}

.zone-block.pdd-bottom-off {
  padding-bottom: 0;
}

.zone-block,
.zone-block.with-bg,
.zone-block.pdd-top {
  padding-top: 1rem;
}

@media print,
screen and (min-width: 40em) {

  .zone-block,
  .zone-block.with-bg,
  .zone-block.pdd-top {
    padding-top: 2rem;
  }
}

@media print,
screen and (min-width: 64em) {

  .zone-block,
  .zone-block.with-bg,
  .zone-block.pdd-top {
    padding-top: 3rem;
  }
}

@media screen and (min-width: 112.5em) {

  .zone-block,
  .zone-block.with-bg,
  .zone-block.pdd-top {
    padding-top: 4rem;
  }
}

.zone-block,
.zone-block.with-bg,
.zone-block.pdd-bottom {
  padding-bottom: 1rem;
}

@media print,
screen and (min-width: 40em) {

  .zone-block,
  .zone-block.with-bg,
  .zone-block.pdd-bottom {
    padding-bottom: 2rem;
  }
}

@media print,
screen and (min-width: 64em) {

  .zone-block,
  .zone-block.with-bg,
  .zone-block.pdd-bottom {
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 112.5em) {

  .zone-block,
  .zone-block.with-bg,
  .zone-block.pdd-bottom {
    padding-bottom: 4rem;
  }
}

.zone-block.pdd-top-big {
  padding-top: 1.5rem;
}

@media print,
screen and (min-width: 40em) {
  .zone-block.pdd-top-big {
    padding-top: 3rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .zone-block.pdd-top-big {
    padding-top: 4.5rem;
  }
}

@media screen and (min-width: 112.5em) {
  .zone-block.pdd-top-big {
    padding-top: 6rem;
  }
}

.zone-block.pdd-bottom-big {
  padding-bottom: 1.5rem;
}

@media print,
screen and (min-width: 40em) {
  .zone-block.pdd-bottom-big {
    padding-bottom: 3rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .zone-block.pdd-bottom-big {
    padding-bottom: 4.5rem;
  }
}

@media screen and (min-width: 112.5em) {
  .zone-block.pdd-bottom-big {
    padding-bottom: 6rem;
  }
}

.zone-title {
  font-weight: 700;
  margin: 0;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
}

@media print,
screen and (min-width: 40em) {
  .zone-title {
    margin-bottom: 1.5625rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .zone-title {
    margin-bottom: 3.125rem;
  }
}

.zones>.wp-block-image.is-resized {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#global .zone.zn-gallery .gallery {
  margin-bottom: 0;
  padding: 0;
}

.flexzones {
  /*.flexzone:last-child():not(:first-child()) {
		.zone-content {
			padding-bottom: rem-calc(0);
		}
	}*/
}

.flexzones .flexzone:first-child:not(:last-child) .zone-content {
  padding-top: 0;
}

.zninfos-acfgroup {
  text-align: center;
  display: none;
  z-index: 55;
}

.zninfos-acfgroup-title {
  display: inline-block;
  font-weight: bold;
  font-size: 1.375rem;
  color: rgba(10, 10, 10, 0.1);
  line-height: 120%;
}

@media print,
screen and (min-width: 40em) {
  .zninfos-acfgroup-title {
    font-size: 2.5rem;
  }
}

.zninfos-acfblock {
  position: relative;
  z-index: 55;
  display: none;
  transition: all 0.24s ease-in-out;
}

.zninfos-acfblock-block {
  position: relative;
  display: block;
  background-color: transparent;
  text-align: center;
  padding: 1.125rem 0;
  font-weight: 700;
  font-size: 1.125rem;
}

.zninfos-acfblock-title {
  display: inline-block;
  position: relative;
  padding-left: 3.5rem;
  padding-right: 0.75rem;
  line-height: 120%;
}

.zninfos-acfblock-title-nb {
  display: block;
  position: absolute;
  top: 50%;
  left: 0.75rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2rem;
  width: 2rem;
  text-align: center;
  border-radius: 50%;
  padding: 0.375rem 0.125rem;
  font-size: 0.875rem;
  background: #b4b9be;
  color: #0a0a0a;
}

.zninfos-acfblock-arrow {
  position: absolute;
  display: block;
  width: 2.75rem;
  height: 1.375rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  overflow: hidden;
  opacity: 0;
}

.zninfos-acfblock-arrow:before {
  content: '';
  display: block;
  height: 2rem;
  width: 2rem;
  position: absolute;
  left: 50%;
  top: -0.1875rem;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background-color: #ffffff;
  border: solid 0.0625rem #ededed;
}

.zone.zninfos-acfblock>.zone-block.alignfull {
  left: 0;
  width: 100%;
  max-width: 100%;
}

.is-watch-zones .zninfos-acfgroup,
.is-watch-zones .zninfos-acfblock {
  display: block;
}

#wpadminbar #wp-admin-bar-watchzones .btn-watchzones {
  position: relative;
  padding-left: 1.8125rem;
}

#wpadminbar #wp-admin-bar-watchzones .btn-watchzones:after,
#wpadminbar #wp-admin-bar-watchzones .btn-watchzones:before {
  content: '';
  display: block;
  position: absolute;
  padding: 0;
  left: 0.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.12s ease-in-out;
}

#wpadminbar #wp-admin-bar-watchzones .btn-watchzones:before {
  content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%231e8cbe%27%2F%3E%3C%2Fsvg%3E);
  height: 1rem;
  width: 1rem;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  display: none;
}

#wpadminbar #wp-admin-bar-watchzones .btn-watchzones:after {
  height: 0.75rem;
  width: 0.75rem;
  border: solid 2px rgba(255, 255, 255, 0.22);
  border-radius: 0.1875rem;
}

#wpadminbar #wp-admin-bar-watchzones .btn-watchzones:active:after,
#wpadminbar #wp-admin-bar-watchzones .btn-watchzones:hover:after {
  border-color: #00b9eb;
}

.zone.zninfos-acfblock,
.zone.zone-for-info {
  transition: -webkit-transform 0.24s ease-in-out;
  transition: transform 0.24s ease-in-out;
  transition: transform 0.24s ease-in-out, -webkit-transform 0.24s ease-in-out;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.zone.zninfos-acfblock>.zone-block,
.zone.zone-for-info>.zone-block {
  position: relative;
  transition: all 0.24s ease-in-out;
}

.zone.zninfos-acfblock:before,
.zone.zone-for-info:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% + 32px);
  height: calc(100% + 16px);
  border: dashed 0.25rem #b4b9be;
  border-top-width: 0;
  opacity: 0;
  transition: all 0.24s ease-in-out;
  z-index: -1;
  border-radius: 0.1875rem;
}

.zone.zninfos-acfblock:before {
  left: -1rem;
  top: auto;
  bottom: 0;
  height: 50%;
  border-top-width: 0.25rem;
  border-bottom-width: 0;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  transition: all 0.24s ease-in-out;
  opacity: 0;
}

.is-watch-zones #wpadminbar #wp-admin-bar-watchzones .btn-watchzones {
  color: #00b9eb;
}

.is-watch-zones #wpadminbar #wp-admin-bar-watchzones .btn-watchzones:before {
  display: block;
  color: #00b9eb;
}

.is-watch-zones #wpadminbar #wp-admin-bar-watchzones .btn-watchzones:after {
  border-color: #00b9eb;
}

.is-watch-zones .zninfos-acfgroup-title,
.is-watch-zones .zninfos-acfblock-title,
.is-watch-zones .zones {
  background-color: #f1f1f1;
}

.is-watch-zones .zone {
  margin-bottom: 0;
  margin-top: 0;
}

.is-watch-zones .zone.zone-for-info {
  background-color: #ffffff;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

.is-watch-zones .zone.zninfos-acfblock:before {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 1;
}

.is-watch-zones .zone.zone-for-info .zone-bg.alignfull,
.is-watch-zones .zone.zone-for-info .zone-block {
  overflow: hidden;
  left: 0;
  width: 100%;
  max-width: 100%;
}

.is-watch-zones .zone.zone-for-info:before {
  opacity: 1;
}

/*
	THÈME : FEUILLE DE STYLE PRINCIPALE
	----------------------------------------
	Styles personnalisés dédiés au thème.
	Composants pré-stylés disponibles (déjà importés dans "assets/scss/foundation.scss") :
	assets/scss/components/_mixins.scss
	assets/scss/components/_icons.scss
	assets/scss/components/_types.scss
	assets/scss/components/_navigation.scss
*/
a,
.link,
.button,
button:not(.hamburger) {
  cursor: pointer;
  transition: all 0.24s ease-in-out;
}

section,
.section {
  display: block;
  width: 100%;
}

.section-content {
  padding: 3.75rem 0;
}

#global .no-pdd-top {
  padding-top: 0;
}

#global .no-pdd-bottom {
  padding-bottom: 0;
}

#global .no-pdd {
  padding: 0;
}

#global .bgc-gradient,
#global .bgc-gradient .bgc-inherit {
  background: linear-gradient(90deg, #891fcb, 50%, #6bc3eb);
}

#global .bgc-white,
#global .bgc-white .bgc-inherit {
  background-color: #ffffff;
}

#global .bgc-primary,
#global .bgc-primary .bgc-inherit {
  background-color: #6bc3eb;
}

#global .bgc-primary-light,
#global .bgc-primary-light .bgc-inherit {
  background-color: #80cbee;
}

#global .bgc-secondary,
#global .bgc-secondary .bgc-inherit {
  background-color: #891fcb;
}

#global .bgc-black,
#global .bgc-black .bgc-inherit {
  background-color: #0a0a0a;
}

#global .bgc-gray,
#global .bgc-gray .bgc-inherit,
#global .bgc-grey,
#global .bgc-grey .bgc-inherit {
  background-color: #efefef;
}

.bg-is-dark {
  color: #ffffff;
}

.bg-is-dark .zone-title {
  color: inherit;
}

.bg-is-dark .wig-content,
.bg-is-dark .wig-content p,
.bg-is-dark .wig-content a,
.bg-is-dark .wig-content h1,
.bg-is-dark .wig-content h2,
.bg-is-dark .wig-content h3,
.bg-is-dark .wig-content h4,
.bg-is-dark .wig-content h5,
.bg-is-dark .wig-content h6,
.bg-is-dark .wig-content .h1,
.bg-is-dark .wig-content .h2,
.bg-is-dark .wig-content .h3,
.bg-is-dark .wig-content .h4,
.bg-is-dark .wig-content .h5,
.bg-is-dark .wig-content .h6 {
  color: inherit;
}

#global .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#global .fc-white,
#global .fc-white * {
  color: #ffffff;
}

.bg-overlay {
  position: relative;
}

.bg-overlay:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(10, 10, 10, 0.5);
}

#global .global-width {
  margin: 0 auto;
  max-width: 120rem;
}

.home #global .pagesite-contentzone,
body.page-template-tpl-frontpage2 #global .pagesite-contentzone {
  padding-top: 0;
}

.pagination li,
.pagination li.current {
  padding: 0;
}

.pagination a {
  padding: 0.1875rem 0.625rem;
}

.sidebarsite {
  padding: 3.125rem 0;
}

.sidebarsite-widget {
  padding-bottom: 1.875rem;
}

.section-content-pagination {
  text-align: center;
}

#expandcontent {
  margin-bottom: 3.125rem;
  padding-bottom: 3.75rem;
  position: relative;
  overflow: hidden;
  max-height: 10.625rem;
}

@media print,
screen and (min-width: 40em) {
  #expandcontent {
    padding-bottom: 0;
    max-height: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  #expandcontent {
    margin-bottom: 0;
  }
}

#expandcontent .arrowmore-link {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4.0625rem;
  color: #6bc3eb;
  font-size: 1.625rem;
  text-align: center;
  padding-top: 40px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 45%);
  cursor: pointer;
}

@media print,
screen and (min-width: 40em) {
  #expandcontent .arrowmore-link {
    display: none;
  }
}

#expandcontent .arrowmore-link i {
  display: inline-block;
  transition: all 0.24s ease-in-out;
}

#expandcontent.expanded {
  max-height: 100%;
}

#expandcontent.expanded .arrowmore-link i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#skp-content .list-sub-children {
  display: inline-block;
  overflow: hidden;
  padding: 1rem 0;
  text-align: center;
}

#skp-content .list-child {
  display: inline-block;
}

#skp-content .list-child a.info-child {
  padding: 0.75rem 2.25rem;
  border: 2px solid #6bc3eb;
  text-decoration: none;
  color: #6bc3eb;
  display: inline-block;
  margin-bottom: 1rem;
  margin-right: 1rem;
  font-weight: initial;
  transition: all 0.5s ease;
}

#skp-content .list-child a.info-child:hover {
  background: #6bc3eb;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s ease;
}

#skp-content .list-sub-children+.skp-post-content h2 {
  margin-top: 0;
}

.gallery {
  padding-bottom: 2rem;
}

.gallery img {
  max-width: 100%;
  height: auto;
  border: none;
}

.gallery .gallery-caption {
  font-size: 0.875rem;
  font-style: italic;
  padding: 1rem;
}

.gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .gallery {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.gallery.gallery-columns-1>.gallery-item {
  width: calc(100% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .gallery.gallery-columns-1>.gallery-item {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .gallery.gallery-columns-1>.gallery-item {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.gallery.gallery-columns-2>.gallery-item {
  width: calc(100% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .gallery.gallery-columns-2>.gallery-item {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .gallery.gallery-columns-2>.gallery-item {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.gallery.gallery-columns-3>.gallery-item {
  width: calc(100% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .gallery.gallery-columns-3>.gallery-item {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .gallery.gallery-columns-3>.gallery-item {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.gallery.gallery-columns-4>.gallery-item {
  width: calc(100% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .gallery.gallery-columns-4>.gallery-item {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .gallery.gallery-columns-4>.gallery-item {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.gallery.gallery-columns-5>.gallery-item {
  width: calc(100% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .gallery.gallery-columns-5>.gallery-item {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .gallery.gallery-columns-5>.gallery-item {
    width: calc(20% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.gallery.gallery-columns-6>.gallery-item {
  width: calc(100% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .gallery.gallery-columns-6>.gallery-item {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .gallery.gallery-columns-6>.gallery-item {
    width: calc(16.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.gallery.gallery-columns-7>.gallery-item {
  width: calc(100% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .gallery.gallery-columns-7>.gallery-item {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .gallery.gallery-columns-7>.gallery-item {
    width: calc(14.28571% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.gallery.gallery-columns-8>.gallery-item {
  width: calc(100% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .gallery.gallery-columns-8>.gallery-item {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .gallery.gallery-columns-8>.gallery-item {
    width: calc(12.5% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.gallery.gallery-columns-9>.gallery-item {
  width: calc(100% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .gallery.gallery-columns-9>.gallery-item {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .gallery.gallery-columns-9>.gallery-item {
    width: calc(11.11111% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.gallery .gallery-icon>a {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #ffffff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
  transition: box-shadow 200ms ease-out;
}

.gallery .gallery-icon>a:hover,
.gallery .gallery-icon>a:focus {
  box-shadow: 0 0 6px 1px rgba(107, 195, 235, 0.5);
}

.gallery .gallery-icon>a image {
  box-shadow: none;
}

.gallery .gallery-icon>img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #ffffff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

.wysiwyg-content .skp-attachments {
  margin: 2.5rem 0 2.6875rem;
  overflow: hidden;
}

.wysiwyg-content .skp-attachments-title {
  color: #ccc;
  font-size: 1.125rem;
  margin: 0;
  padding: 0.8125rem;
}

.wysiwyg-content .skp-attachment {
  display: block;
  float: left;
  margin-right: 1rem;
  margin-top: 0.8125rem;
}

.wysiwyg-content .skp-attachment a {
  background: #6bc3eb;
  opacity: 0.8;
  display: block;
  padding: 1rem 1rem;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}

.wysiwyg-content .skp-attachment a:hover {
  background: #6bc3eb;
  opacity: 1;
}

#global .tablepress tbody {
  border-color: #ddd;
}

#global .tablepress thead th,
#global .tablepress tfoot th {
  background: #6bc3eb;
  color: #ffffff;
  border: 1px solid #6bc3eb;
}

/*
	// IMPRESSION
	----------------------------------------
*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: none;
  }

  a:after,
  a:visited:after {
    content: '';
  }

  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: '';
  }

  a[href]:after {
    content: '';
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p {
    font-size: 12pt;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .show-for-print {
    position: static !important;
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
    clip: auto !important;
  }

  .is-stuck {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
  }

  #articlefigure img {
    max-width: 430px !important;
  }

  .overlay {
    background-color: transparent !important;
  }

  .contentsite,
  .footersite,
  .footersite-wrapcontent {
    padding: 0 !important;
  }

  form,
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  .gocontent,
  .headersite,
  .backtop,
  .navipost,
  nav {
    display: none;
  }
}

/* Témoiganges */
.temoignage-container {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.temoignage-images {
  display: flex;
  flex-direction: column;
}

.temoignage-images img {
  margin-bottom: 15px;
  max-width: 412px;
}

@media screen and (min-width: 680px) {
  .temoignage-top {
    padding-bottom: 4rem;
  }

  .temoignage-images img {
    margin: 0 auto;
  }
}

@media screen and (min-width: 920px) {
  .temoignage-zone {
    max-width: 912px;
  }

  .temoignage-container {
    flex-direction: row;
  }

  .temoignage-images {
    display: inline-flex;
    flex-direction: column;
    max-width: 212px;
  }

  .temoignage-images img {
    width: 212px;
    max-width: none;
    object-fit: cover;
    margin: 0;
  }

  .temoignage-images img:first-child {
    /* height: 213px; */
    height: 249px;
    object-fit: cover;
    object-position: center;
    object-position: -83px;
    margin: 0;
    margin-bottom: 17px;
  }

  .temoignage-images img:last-child {
    height: 158px;
    object-fit: cover;
    margin: 0;
  }

  .temoignage-texte {
    margin-left: 35px;
  }
}

/* Images */

.examples .zn-imgblock-figure {
  position: relative;
}

.examples .zn-imgblock-figure::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background: url("../images/icons/recherche.png");
}

@media screen and (max-width: 1024px) {
  .examples .zn-imgblock-col:first-child {
    margin-bottom: 25px;
  }
}

/* En chiffres */
.paragraphe-blocs {
  margin-top: 30px;
}

/*  debug  */
#callout {
  position: relative;
  top: -50px;
}

.callout.success {
  text-align: center;
}

.cell {
  position: relative;
}

.cell #callout {
  position: absolute;
  top: -220px;
}

/* Effet de zoom */
/* .zoom .current {
  transform: scale(1.1);
} */

@media screen and (min-width: 680px) {
  .zoom .current {
    /* transform: translateY(-10px) scale(1.12); */
    overflow-y: scroll;
  }

  .zoom .current>img {
    max-height: 130% !important;
    max-width: 130% !important;
  }
}

/* Accordion */
.zn-accordionblock-item-desc.wig-content p>a {
  display: flex;
  justify-content: center;
}

.zn-accordion-item-imglink {
  display: flex;
  justify-content: center;
}

/* Image bandeau */
@media screen and (max-width: 1023px) {
  .sliderhome-slide {
    background: initial;
    background-size: cover !important;
    position: relative;
  }

  .sliderhome-slide::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }

  /* .slick-item {
    position: relative;
  } */

  /* .slick-item::before {
    
  } */

  .sliderhome-img {
    opacity: 0;
  }
}

@media screen and (min-width: 1024px) {
  .sliderhome-imgbg {
    background: rgba(0, 0, 0, 0.2);
  }

  .sliderhome-img {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .zn-imgtextblock-figure:first-child {
    display: flex;
    justify-content: center;
  }
}

strong.primary {
  color: var(--primary-color);
}

.zone.excel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.products-container {
  display: inline-flex;
}

.products-container .resize {
  max-width: 1414px;
}

.li-none::before {
  display: none;
}