@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slide-out-left.mui-leave.mui-leave-active {
  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;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spin-out-ccw.mui-leave.mui-leave-active {
  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 {
  animation-name: shake-7; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.long-delay {
  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&medium=41.75em&large=64.0625em&xlarge=81.25em&xxlarge=90em"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "foco", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
   }

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;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [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; }

.grid-container {
  max-width: 81.25rem;
  margin: 0 auto; }

.grid-container-padded {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media print, screen and (min-width: 41.75em) {
    .grid-container-padded {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 81.25em) {
    .grid-container-padded {
      padding-left: 0;
      padding-right: 0; } }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    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, .grid-x > small-13, .grid-x > small-14, .grid-x > small-15, .grid-x > small-16, .grid-x > small-17, .grid-x > small-18, .grid-x > small-19, .grid-x > small-20, .grid-x > small-21, .grid-x > small-22, .grid-x > small-23, .grid-x > small-24 {
  flex-basis: auto; }

@media print, screen and (min-width: 41.75em) {
  .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, .grid-x > medium-13, .grid-x > medium-14, .grid-x > medium-15, .grid-x > medium-16, .grid-x > medium-17, .grid-x > medium-18, .grid-x > medium-19, .grid-x > medium-20, .grid-x > medium-21, .grid-x > medium-22, .grid-x > medium-23, .grid-x > medium-24 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64.0625em) {
  .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, .grid-x > large-13, .grid-x > large-14, .grid-x > large-15, .grid-x > large-16, .grid-x > large-17, .grid-x > large-18, .grid-x > large-19, .grid-x > large-20, .grid-x > large-21, .grid-x > large-22, .grid-x > large-23, .grid-x > large-24 {
    flex-basis: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

.grid-x > .small-13 {
  width: 54.1666666667%; }

.grid-x > .small-14 {
  width: 58.3333333333%; }

.grid-x > .small-15 {
  width: 62.5%; }

.grid-x > .small-16 {
  width: 66.6666666667%; }

.grid-x > .small-17 {
  width: 70.8333333333%; }

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

.grid-x > .small-19 {
  width: 79.1666666667%; }

.grid-x > .small-20 {
  width: 83.3333333333%; }

.grid-x > .small-21 {
  width: 87.5%; }

.grid-x > .small-22 {
  width: 91.6666666667%; }

.grid-x > .small-23 {
  width: 95.8333333333%; }

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

@media print, screen and (min-width: 41.75em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 4.1666666667%; }
  .grid-x > .medium-2 {
    width: 8.3333333333%; }
  .grid-x > .medium-3 {
    width: 12.5%; }
  .grid-x > .medium-4 {
    width: 16.6666666667%; }
  .grid-x > .medium-5 {
    width: 20.8333333333%; }
  .grid-x > .medium-6 {
    width: 25%; }
  .grid-x > .medium-7 {
    width: 29.1666666667%; }
  .grid-x > .medium-8 {
    width: 33.3333333333%; }
  .grid-x > .medium-9 {
    width: 37.5%; }
  .grid-x > .medium-10 {
    width: 41.6666666667%; }
  .grid-x > .medium-11 {
    width: 45.8333333333%; }
  .grid-x > .medium-12 {
    width: 50%; }
  .grid-x > .medium-13 {
    width: 54.1666666667%; }
  .grid-x > .medium-14 {
    width: 58.3333333333%; }
  .grid-x > .medium-15 {
    width: 62.5%; }
  .grid-x > .medium-16 {
    width: 66.6666666667%; }
  .grid-x > .medium-17 {
    width: 70.8333333333%; }
  .grid-x > .medium-18 {
    width: 75%; }
  .grid-x > .medium-19 {
    width: 79.1666666667%; }
  .grid-x > .medium-20 {
    width: 83.3333333333%; }
  .grid-x > .medium-21 {
    width: 87.5%; }
  .grid-x > .medium-22 {
    width: 91.6666666667%; }
  .grid-x > .medium-23 {
    width: 95.8333333333%; }
  .grid-x > .medium-24 {
    width: 100%; } }

@media print, screen and (min-width: 64.0625em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 4.1666666667%; }
  .grid-x > .large-2 {
    width: 8.3333333333%; }
  .grid-x > .large-3 {
    width: 12.5%; }
  .grid-x > .large-4 {
    width: 16.6666666667%; }
  .grid-x > .large-5 {
    width: 20.8333333333%; }
  .grid-x > .large-6 {
    width: 25%; }
  .grid-x > .large-7 {
    width: 29.1666666667%; }
  .grid-x > .large-8 {
    width: 33.3333333333%; }
  .grid-x > .large-9 {
    width: 37.5%; }
  .grid-x > .large-10 {
    width: 41.6666666667%; }
  .grid-x > .large-11 {
    width: 45.8333333333%; }
  .grid-x > .large-12 {
    width: 50%; }
  .grid-x > .large-13 {
    width: 54.1666666667%; }
  .grid-x > .large-14 {
    width: 58.3333333333%; }
  .grid-x > .large-15 {
    width: 62.5%; }
  .grid-x > .large-16 {
    width: 66.6666666667%; }
  .grid-x > .large-17 {
    width: 70.8333333333%; }
  .grid-x > .large-18 {
    width: 75%; }
  .grid-x > .large-19 {
    width: 79.1666666667%; }
  .grid-x > .large-20 {
    width: 83.3333333333%; }
  .grid-x > .large-21 {
    width: 87.5%; }
  .grid-x > .large-22 {
    width: 91.6666666667%; }
  .grid-x > .large-23 {
    width: 95.8333333333%; }
  .grid-x > .large-24 {
    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: -1.25rem;
  margin-right: -1.25rem; }
  @media print, screen and (min-width: 41.75em) {
    .grid-margin-x {
      margin-left: -1.25rem;
      margin-right: -1.25rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem; }
  @media print, screen and (min-width: 41.75em) {
    .grid-margin-x > .cell {
      width: calc(100% - 2.5rem);
      margin-left: 1.25rem;
      margin-right: 1.25rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(4.1666666667% - 2.5rem); }
  .grid-margin-x > .small-2 {
    width: calc(8.3333333333% - 2.5rem); }
  .grid-margin-x > .small-3 {
    width: calc(12.5% - 2.5rem); }
  .grid-margin-x > .small-4 {
    width: calc(16.6666666667% - 2.5rem); }
  .grid-margin-x > .small-5 {
    width: calc(20.8333333333% - 2.5rem); }
  .grid-margin-x > .small-6 {
    width: calc(25% - 2.5rem); }
  .grid-margin-x > .small-7 {
    width: calc(29.1666666667% - 2.5rem); }
  .grid-margin-x > .small-8 {
    width: calc(33.3333333333% - 2.5rem); }
  .grid-margin-x > .small-9 {
    width: calc(37.5% - 2.5rem); }
  .grid-margin-x > .small-10 {
    width: calc(41.6666666667% - 2.5rem); }
  .grid-margin-x > .small-11 {
    width: calc(45.8333333333% - 2.5rem); }
  .grid-margin-x > .small-12 {
    width: calc(50% - 2.5rem); }
  .grid-margin-x > .small-13 {
    width: calc(54.1666666667% - 2.5rem); }
  .grid-margin-x > .small-14 {
    width: calc(58.3333333333% - 2.5rem); }
  .grid-margin-x > .small-15 {
    width: calc(62.5% - 2.5rem); }
  .grid-margin-x > .small-16 {
    width: calc(66.6666666667% - 2.5rem); }
  .grid-margin-x > .small-17 {
    width: calc(70.8333333333% - 2.5rem); }
  .grid-margin-x > .small-18 {
    width: calc(75% - 2.5rem); }
  .grid-margin-x > .small-19 {
    width: calc(79.1666666667% - 2.5rem); }
  .grid-margin-x > .small-20 {
    width: calc(83.3333333333% - 2.5rem); }
  .grid-margin-x > .small-21 {
    width: calc(87.5% - 2.5rem); }
  .grid-margin-x > .small-22 {
    width: calc(91.6666666667% - 2.5rem); }
  .grid-margin-x > .small-23 {
    width: calc(95.8333333333% - 2.5rem); }
  .grid-margin-x > .small-24 {
    width: calc(100% - 2.5rem); }
  @media print, screen and (min-width: 41.75em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(4.1666666667% - 2.5rem); }
    .grid-margin-x > .small-2 {
      width: calc(8.3333333333% - 2.5rem); }
    .grid-margin-x > .small-3 {
      width: calc(12.5% - 2.5rem); }
    .grid-margin-x > .small-4 {
      width: calc(16.6666666667% - 2.5rem); }
    .grid-margin-x > .small-5 {
      width: calc(20.8333333333% - 2.5rem); }
    .grid-margin-x > .small-6 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .small-7 {
      width: calc(29.1666666667% - 2.5rem); }
    .grid-margin-x > .small-8 {
      width: calc(33.3333333333% - 2.5rem); }
    .grid-margin-x > .small-9 {
      width: calc(37.5% - 2.5rem); }
    .grid-margin-x > .small-10 {
      width: calc(41.6666666667% - 2.5rem); }
    .grid-margin-x > .small-11 {
      width: calc(45.8333333333% - 2.5rem); }
    .grid-margin-x > .small-12 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .small-13 {
      width: calc(54.1666666667% - 2.5rem); }
    .grid-margin-x > .small-14 {
      width: calc(58.3333333333% - 2.5rem); }
    .grid-margin-x > .small-15 {
      width: calc(62.5% - 2.5rem); }
    .grid-margin-x > .small-16 {
      width: calc(66.6666666667% - 2.5rem); }
    .grid-margin-x > .small-17 {
      width: calc(70.8333333333% - 2.5rem); }
    .grid-margin-x > .small-18 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .small-19 {
      width: calc(79.1666666667% - 2.5rem); }
    .grid-margin-x > .small-20 {
      width: calc(83.3333333333% - 2.5rem); }
    .grid-margin-x > .small-21 {
      width: calc(87.5% - 2.5rem); }
    .grid-margin-x > .small-22 {
      width: calc(91.6666666667% - 2.5rem); }
    .grid-margin-x > .small-23 {
      width: calc(95.8333333333% - 2.5rem); }
    .grid-margin-x > .small-24 {
      width: calc(100% - 2.5rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(4.1666666667% - 2.5rem); }
    .grid-margin-x > .medium-2 {
      width: calc(8.3333333333% - 2.5rem); }
    .grid-margin-x > .medium-3 {
      width: calc(12.5% - 2.5rem); }
    .grid-margin-x > .medium-4 {
      width: calc(16.6666666667% - 2.5rem); }
    .grid-margin-x > .medium-5 {
      width: calc(20.8333333333% - 2.5rem); }
    .grid-margin-x > .medium-6 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .medium-7 {
      width: calc(29.1666666667% - 2.5rem); }
    .grid-margin-x > .medium-8 {
      width: calc(33.3333333333% - 2.5rem); }
    .grid-margin-x > .medium-9 {
      width: calc(37.5% - 2.5rem); }
    .grid-margin-x > .medium-10 {
      width: calc(41.6666666667% - 2.5rem); }
    .grid-margin-x > .medium-11 {
      width: calc(45.8333333333% - 2.5rem); }
    .grid-margin-x > .medium-12 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .medium-13 {
      width: calc(54.1666666667% - 2.5rem); }
    .grid-margin-x > .medium-14 {
      width: calc(58.3333333333% - 2.5rem); }
    .grid-margin-x > .medium-15 {
      width: calc(62.5% - 2.5rem); }
    .grid-margin-x > .medium-16 {
      width: calc(66.6666666667% - 2.5rem); }
    .grid-margin-x > .medium-17 {
      width: calc(70.8333333333% - 2.5rem); }
    .grid-margin-x > .medium-18 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .medium-19 {
      width: calc(79.1666666667% - 2.5rem); }
    .grid-margin-x > .medium-20 {
      width: calc(83.3333333333% - 2.5rem); }
    .grid-margin-x > .medium-21 {
      width: calc(87.5% - 2.5rem); }
    .grid-margin-x > .medium-22 {
      width: calc(91.6666666667% - 2.5rem); }
    .grid-margin-x > .medium-23 {
      width: calc(95.8333333333% - 2.5rem); }
    .grid-margin-x > .medium-24 {
      width: calc(100% - 2.5rem); } }
  @media print, screen and (min-width: 64.0625em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(4.1666666667% - 2.5rem); }
    .grid-margin-x > .large-2 {
      width: calc(8.3333333333% - 2.5rem); }
    .grid-margin-x > .large-3 {
      width: calc(12.5% - 2.5rem); }
    .grid-margin-x > .large-4 {
      width: calc(16.6666666667% - 2.5rem); }
    .grid-margin-x > .large-5 {
      width: calc(20.8333333333% - 2.5rem); }
    .grid-margin-x > .large-6 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .large-7 {
      width: calc(29.1666666667% - 2.5rem); }
    .grid-margin-x > .large-8 {
      width: calc(33.3333333333% - 2.5rem); }
    .grid-margin-x > .large-9 {
      width: calc(37.5% - 2.5rem); }
    .grid-margin-x > .large-10 {
      width: calc(41.6666666667% - 2.5rem); }
    .grid-margin-x > .large-11 {
      width: calc(45.8333333333% - 2.5rem); }
    .grid-margin-x > .large-12 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .large-13 {
      width: calc(54.1666666667% - 2.5rem); }
    .grid-margin-x > .large-14 {
      width: calc(58.3333333333% - 2.5rem); }
    .grid-margin-x > .large-15 {
      width: calc(62.5% - 2.5rem); }
    .grid-margin-x > .large-16 {
      width: calc(66.6666666667% - 2.5rem); }
    .grid-margin-x > .large-17 {
      width: calc(70.8333333333% - 2.5rem); }
    .grid-margin-x > .large-18 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .large-19 {
      width: calc(79.1666666667% - 2.5rem); }
    .grid-margin-x > .large-20 {
      width: calc(83.3333333333% - 2.5rem); }
    .grid-margin-x > .large-21 {
      width: calc(87.5% - 2.5rem); }
    .grid-margin-x > .large-22 {
      width: calc(91.6666666667% - 2.5rem); }
    .grid-margin-x > .large-23 {
      width: calc(95.8333333333% - 2.5rem); }
    .grid-margin-x > .large-24 {
      width: calc(100% - 2.5rem); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 4.1666666667%; }
  .small-margin-collapse > .small-2 {
    width: 8.3333333333%; }
  .small-margin-collapse > .small-3 {
    width: 12.5%; }
  .small-margin-collapse > .small-4 {
    width: 16.6666666667%; }
  .small-margin-collapse > .small-5 {
    width: 20.8333333333%; }
  .small-margin-collapse > .small-6 {
    width: 25%; }
  .small-margin-collapse > .small-7 {
    width: 29.1666666667%; }
  .small-margin-collapse > .small-8 {
    width: 33.3333333333%; }
  .small-margin-collapse > .small-9 {
    width: 37.5%; }
  .small-margin-collapse > .small-10 {
    width: 41.6666666667%; }
  .small-margin-collapse > .small-11 {
    width: 45.8333333333%; }
  .small-margin-collapse > .small-12 {
    width: 50%; }
  .small-margin-collapse > .small-13 {
    width: 54.1666666667%; }
  .small-margin-collapse > .small-14 {
    width: 58.3333333333%; }
  .small-margin-collapse > .small-15 {
    width: 62.5%; }
  .small-margin-collapse > .small-16 {
    width: 66.6666666667%; }
  .small-margin-collapse > .small-17 {
    width: 70.8333333333%; }
  .small-margin-collapse > .small-18 {
    width: 75%; }
  .small-margin-collapse > .small-19 {
    width: 79.1666666667%; }
  .small-margin-collapse > .small-20 {
    width: 83.3333333333%; }
  .small-margin-collapse > .small-21 {
    width: 87.5%; }
  .small-margin-collapse > .small-22 {
    width: 91.6666666667%; }
  .small-margin-collapse > .small-23 {
    width: 95.8333333333%; }
  .small-margin-collapse > .small-24 {
    width: 100%; }
  .small-margin-collapse > .medium-1 {
    width: 4.1666666667%; }
  .small-margin-collapse > .medium-2 {
    width: 8.3333333333%; }
  .small-margin-collapse > .medium-3 {
    width: 12.5%; }
  .small-margin-collapse > .medium-4 {
    width: 16.6666666667%; }
  .small-margin-collapse > .medium-5 {
    width: 20.8333333333%; }
  .small-margin-collapse > .medium-6 {
    width: 25%; }
  .small-margin-collapse > .medium-7 {
    width: 29.1666666667%; }
  .small-margin-collapse > .medium-8 {
    width: 33.3333333333%; }
  .small-margin-collapse > .medium-9 {
    width: 37.5%; }
  .small-margin-collapse > .medium-10 {
    width: 41.6666666667%; }
  .small-margin-collapse > .medium-11 {
    width: 45.8333333333%; }
  .small-margin-collapse > .medium-12 {
    width: 50%; }
  .small-margin-collapse > .medium-13 {
    width: 54.1666666667%; }
  .small-margin-collapse > .medium-14 {
    width: 58.3333333333%; }
  .small-margin-collapse > .medium-15 {
    width: 62.5%; }
  .small-margin-collapse > .medium-16 {
    width: 66.6666666667%; }
  .small-margin-collapse > .medium-17 {
    width: 70.8333333333%; }
  .small-margin-collapse > .medium-18 {
    width: 75%; }
  .small-margin-collapse > .medium-19 {
    width: 79.1666666667%; }
  .small-margin-collapse > .medium-20 {
    width: 83.3333333333%; }
  .small-margin-collapse > .medium-21 {
    width: 87.5%; }
  .small-margin-collapse > .medium-22 {
    width: 91.6666666667%; }
  .small-margin-collapse > .medium-23 {
    width: 95.8333333333%; }
  .small-margin-collapse > .medium-24 {
    width: 100%; }
  .small-margin-collapse > .large-1 {
    width: 4.1666666667%; }
  .small-margin-collapse > .large-2 {
    width: 8.3333333333%; }
  .small-margin-collapse > .large-3 {
    width: 12.5%; }
  .small-margin-collapse > .large-4 {
    width: 16.6666666667%; }
  .small-margin-collapse > .large-5 {
    width: 20.8333333333%; }
  .small-margin-collapse > .large-6 {
    width: 25%; }
  .small-margin-collapse > .large-7 {
    width: 29.1666666667%; }
  .small-margin-collapse > .large-8 {
    width: 33.3333333333%; }
  .small-margin-collapse > .large-9 {
    width: 37.5%; }
  .small-margin-collapse > .large-10 {
    width: 41.6666666667%; }
  .small-margin-collapse > .large-11 {
    width: 45.8333333333%; }
  .small-margin-collapse > .large-12 {
    width: 50%; }
  .small-margin-collapse > .large-13 {
    width: 54.1666666667%; }
  .small-margin-collapse > .large-14 {
    width: 58.3333333333%; }
  .small-margin-collapse > .large-15 {
    width: 62.5%; }
  .small-margin-collapse > .large-16 {
    width: 66.6666666667%; }
  .small-margin-collapse > .large-17 {
    width: 70.8333333333%; }
  .small-margin-collapse > .large-18 {
    width: 75%; }
  .small-margin-collapse > .large-19 {
    width: 79.1666666667%; }
  .small-margin-collapse > .large-20 {
    width: 83.3333333333%; }
  .small-margin-collapse > .large-21 {
    width: 87.5%; }
  .small-margin-collapse > .large-22 {
    width: 91.6666666667%; }
  .small-margin-collapse > .large-23 {
    width: 95.8333333333%; }
  .small-margin-collapse > .large-24 {
    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: 41.75em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; }
    .medium-margin-collapse > .small-1 {
      width: 4.1666666667%; }
    .medium-margin-collapse > .small-2 {
      width: 8.3333333333%; }
    .medium-margin-collapse > .small-3 {
      width: 12.5%; }
    .medium-margin-collapse > .small-4 {
      width: 16.6666666667%; }
    .medium-margin-collapse > .small-5 {
      width: 20.8333333333%; }
    .medium-margin-collapse > .small-6 {
      width: 25%; }
    .medium-margin-collapse > .small-7 {
      width: 29.1666666667%; }
    .medium-margin-collapse > .small-8 {
      width: 33.3333333333%; }
    .medium-margin-collapse > .small-9 {
      width: 37.5%; }
    .medium-margin-collapse > .small-10 {
      width: 41.6666666667%; }
    .medium-margin-collapse > .small-11 {
      width: 45.8333333333%; }
    .medium-margin-collapse > .small-12 {
      width: 50%; }
    .medium-margin-collapse > .small-13 {
      width: 54.1666666667%; }
    .medium-margin-collapse > .small-14 {
      width: 58.3333333333%; }
    .medium-margin-collapse > .small-15 {
      width: 62.5%; }
    .medium-margin-collapse > .small-16 {
      width: 66.6666666667%; }
    .medium-margin-collapse > .small-17 {
      width: 70.8333333333%; }
    .medium-margin-collapse > .small-18 {
      width: 75%; }
    .medium-margin-collapse > .small-19 {
      width: 79.1666666667%; }
    .medium-margin-collapse > .small-20 {
      width: 83.3333333333%; }
    .medium-margin-collapse > .small-21 {
      width: 87.5%; }
    .medium-margin-collapse > .small-22 {
      width: 91.6666666667%; }
    .medium-margin-collapse > .small-23 {
      width: 95.8333333333%; }
    .medium-margin-collapse > .small-24 {
      width: 100%; }
    .medium-margin-collapse > .medium-1 {
      width: 4.1666666667%; }
    .medium-margin-collapse > .medium-2 {
      width: 8.3333333333%; }
    .medium-margin-collapse > .medium-3 {
      width: 12.5%; }
    .medium-margin-collapse > .medium-4 {
      width: 16.6666666667%; }
    .medium-margin-collapse > .medium-5 {
      width: 20.8333333333%; }
    .medium-margin-collapse > .medium-6 {
      width: 25%; }
    .medium-margin-collapse > .medium-7 {
      width: 29.1666666667%; }
    .medium-margin-collapse > .medium-8 {
      width: 33.3333333333%; }
    .medium-margin-collapse > .medium-9 {
      width: 37.5%; }
    .medium-margin-collapse > .medium-10 {
      width: 41.6666666667%; }
    .medium-margin-collapse > .medium-11 {
      width: 45.8333333333%; }
    .medium-margin-collapse > .medium-12 {
      width: 50%; }
    .medium-margin-collapse > .medium-13 {
      width: 54.1666666667%; }
    .medium-margin-collapse > .medium-14 {
      width: 58.3333333333%; }
    .medium-margin-collapse > .medium-15 {
      width: 62.5%; }
    .medium-margin-collapse > .medium-16 {
      width: 66.6666666667%; }
    .medium-margin-collapse > .medium-17 {
      width: 70.8333333333%; }
    .medium-margin-collapse > .medium-18 {
      width: 75%; }
    .medium-margin-collapse > .medium-19 {
      width: 79.1666666667%; }
    .medium-margin-collapse > .medium-20 {
      width: 83.3333333333%; }
    .medium-margin-collapse > .medium-21 {
      width: 87.5%; }
    .medium-margin-collapse > .medium-22 {
      width: 91.6666666667%; }
    .medium-margin-collapse > .medium-23 {
      width: 95.8333333333%; }
    .medium-margin-collapse > .medium-24 {
      width: 100%; }
    .medium-margin-collapse > .large-1 {
      width: 4.1666666667%; }
    .medium-margin-collapse > .large-2 {
      width: 8.3333333333%; }
    .medium-margin-collapse > .large-3 {
      width: 12.5%; }
    .medium-margin-collapse > .large-4 {
      width: 16.6666666667%; }
    .medium-margin-collapse > .large-5 {
      width: 20.8333333333%; }
    .medium-margin-collapse > .large-6 {
      width: 25%; }
    .medium-margin-collapse > .large-7 {
      width: 29.1666666667%; }
    .medium-margin-collapse > .large-8 {
      width: 33.3333333333%; }
    .medium-margin-collapse > .large-9 {
      width: 37.5%; }
    .medium-margin-collapse > .large-10 {
      width: 41.6666666667%; }
    .medium-margin-collapse > .large-11 {
      width: 45.8333333333%; }
    .medium-margin-collapse > .large-12 {
      width: 50%; }
    .medium-margin-collapse > .large-13 {
      width: 54.1666666667%; }
    .medium-margin-collapse > .large-14 {
      width: 58.3333333333%; }
    .medium-margin-collapse > .large-15 {
      width: 62.5%; }
    .medium-margin-collapse > .large-16 {
      width: 66.6666666667%; }
    .medium-margin-collapse > .large-17 {
      width: 70.8333333333%; }
    .medium-margin-collapse > .large-18 {
      width: 75%; }
    .medium-margin-collapse > .large-19 {
      width: 79.1666666667%; }
    .medium-margin-collapse > .large-20 {
      width: 83.3333333333%; }
    .medium-margin-collapse > .large-21 {
      width: 87.5%; }
    .medium-margin-collapse > .large-22 {
      width: 91.6666666667%; }
    .medium-margin-collapse > .large-23 {
      width: 95.8333333333%; }
    .medium-margin-collapse > .large-24 {
      width: 100%; }
  .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: 64.0625em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; }
    .large-margin-collapse > .small-1 {
      width: 4.1666666667%; }
    .large-margin-collapse > .small-2 {
      width: 8.3333333333%; }
    .large-margin-collapse > .small-3 {
      width: 12.5%; }
    .large-margin-collapse > .small-4 {
      width: 16.6666666667%; }
    .large-margin-collapse > .small-5 {
      width: 20.8333333333%; }
    .large-margin-collapse > .small-6 {
      width: 25%; }
    .large-margin-collapse > .small-7 {
      width: 29.1666666667%; }
    .large-margin-collapse > .small-8 {
      width: 33.3333333333%; }
    .large-margin-collapse > .small-9 {
      width: 37.5%; }
    .large-margin-collapse > .small-10 {
      width: 41.6666666667%; }
    .large-margin-collapse > .small-11 {
      width: 45.8333333333%; }
    .large-margin-collapse > .small-12 {
      width: 50%; }
    .large-margin-collapse > .small-13 {
      width: 54.1666666667%; }
    .large-margin-collapse > .small-14 {
      width: 58.3333333333%; }
    .large-margin-collapse > .small-15 {
      width: 62.5%; }
    .large-margin-collapse > .small-16 {
      width: 66.6666666667%; }
    .large-margin-collapse > .small-17 {
      width: 70.8333333333%; }
    .large-margin-collapse > .small-18 {
      width: 75%; }
    .large-margin-collapse > .small-19 {
      width: 79.1666666667%; }
    .large-margin-collapse > .small-20 {
      width: 83.3333333333%; }
    .large-margin-collapse > .small-21 {
      width: 87.5%; }
    .large-margin-collapse > .small-22 {
      width: 91.6666666667%; }
    .large-margin-collapse > .small-23 {
      width: 95.8333333333%; }
    .large-margin-collapse > .small-24 {
      width: 100%; }
    .large-margin-collapse > .medium-1 {
      width: 4.1666666667%; }
    .large-margin-collapse > .medium-2 {
      width: 8.3333333333%; }
    .large-margin-collapse > .medium-3 {
      width: 12.5%; }
    .large-margin-collapse > .medium-4 {
      width: 16.6666666667%; }
    .large-margin-collapse > .medium-5 {
      width: 20.8333333333%; }
    .large-margin-collapse > .medium-6 {
      width: 25%; }
    .large-margin-collapse > .medium-7 {
      width: 29.1666666667%; }
    .large-margin-collapse > .medium-8 {
      width: 33.3333333333%; }
    .large-margin-collapse > .medium-9 {
      width: 37.5%; }
    .large-margin-collapse > .medium-10 {
      width: 41.6666666667%; }
    .large-margin-collapse > .medium-11 {
      width: 45.8333333333%; }
    .large-margin-collapse > .medium-12 {
      width: 50%; }
    .large-margin-collapse > .medium-13 {
      width: 54.1666666667%; }
    .large-margin-collapse > .medium-14 {
      width: 58.3333333333%; }
    .large-margin-collapse > .medium-15 {
      width: 62.5%; }
    .large-margin-collapse > .medium-16 {
      width: 66.6666666667%; }
    .large-margin-collapse > .medium-17 {
      width: 70.8333333333%; }
    .large-margin-collapse > .medium-18 {
      width: 75%; }
    .large-margin-collapse > .medium-19 {
      width: 79.1666666667%; }
    .large-margin-collapse > .medium-20 {
      width: 83.3333333333%; }
    .large-margin-collapse > .medium-21 {
      width: 87.5%; }
    .large-margin-collapse > .medium-22 {
      width: 91.6666666667%; }
    .large-margin-collapse > .medium-23 {
      width: 95.8333333333%; }
    .large-margin-collapse > .medium-24 {
      width: 100%; }
    .large-margin-collapse > .large-1 {
      width: 4.1666666667%; }
    .large-margin-collapse > .large-2 {
      width: 8.3333333333%; }
    .large-margin-collapse > .large-3 {
      width: 12.5%; }
    .large-margin-collapse > .large-4 {
      width: 16.6666666667%; }
    .large-margin-collapse > .large-5 {
      width: 20.8333333333%; }
    .large-margin-collapse > .large-6 {
      width: 25%; }
    .large-margin-collapse > .large-7 {
      width: 29.1666666667%; }
    .large-margin-collapse > .large-8 {
      width: 33.3333333333%; }
    .large-margin-collapse > .large-9 {
      width: 37.5%; }
    .large-margin-collapse > .large-10 {
      width: 41.6666666667%; }
    .large-margin-collapse > .large-11 {
      width: 45.8333333333%; }
    .large-margin-collapse > .large-12 {
      width: 50%; }
    .large-margin-collapse > .large-13 {
      width: 54.1666666667%; }
    .large-margin-collapse > .large-14 {
      width: 58.3333333333%; }
    .large-margin-collapse > .large-15 {
      width: 62.5%; }
    .large-margin-collapse > .large-16 {
      width: 66.6666666667%; }
    .large-margin-collapse > .large-17 {
      width: 70.8333333333%; }
    .large-margin-collapse > .large-18 {
      width: 75%; }
    .large-margin-collapse > .large-19 {
      width: 79.1666666667%; }
    .large-margin-collapse > .large-20 {
      width: 83.3333333333%; }
    .large-margin-collapse > .large-21 {
      width: 87.5%; }
    .large-margin-collapse > .large-22 {
      width: 91.6666666667%; }
    .large-margin-collapse > .large-23 {
      width: 95.8333333333%; }
    .large-margin-collapse > .large-24 {
      width: 100%; }
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-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% + 1.25rem); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-offset-13 {
  margin-left: 54.1666666667%; }

.grid-margin-x > .small-offset-13 {
  margin-left: calc(54.1666666667% + 1.25rem); }

.small-offset-14 {
  margin-left: 58.3333333333%; }

.grid-margin-x > .small-offset-14 {
  margin-left: calc(58.3333333333% + 1.25rem); }

.small-offset-15 {
  margin-left: 62.5%; }

.grid-margin-x > .small-offset-15 {
  margin-left: calc(62.5% + 1.25rem); }

.small-offset-16 {
  margin-left: 66.6666666667%; }

.grid-margin-x > .small-offset-16 {
  margin-left: calc(66.6666666667% + 1.25rem); }

.small-offset-17 {
  margin-left: 70.8333333333%; }

.grid-margin-x > .small-offset-17 {
  margin-left: calc(70.8333333333% + 1.25rem); }

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

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

.small-offset-19 {
  margin-left: 79.1666666667%; }

.grid-margin-x > .small-offset-19 {
  margin-left: calc(79.1666666667% + 1.25rem); }

.small-offset-20 {
  margin-left: 83.3333333333%; }

.grid-margin-x > .small-offset-20 {
  margin-left: calc(83.3333333333% + 1.25rem); }

.small-offset-21 {
  margin-left: 87.5%; }

.grid-margin-x > .small-offset-21 {
  margin-left: calc(87.5% + 1.25rem); }

.small-offset-22 {
  margin-left: 91.6666666667%; }

.grid-margin-x > .small-offset-22 {
  margin-left: calc(91.6666666667% + 1.25rem); }

.small-offset-23 {
  margin-left: 95.8333333333%; }

.grid-margin-x > .small-offset-23 {
  margin-left: calc(95.8333333333% + 1.25rem); }

@media print, screen and (min-width: 41.75em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.25rem); }
  .medium-offset-1 {
    margin-left: 4.1666666667%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(4.1666666667% + 1.25rem); }
  .medium-offset-2 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(8.3333333333% + 1.25rem); }
  .medium-offset-3 {
    margin-left: 12.5%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(12.5% + 1.25rem); }
  .medium-offset-4 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(16.6666666667% + 1.25rem); }
  .medium-offset-5 {
    margin-left: 20.8333333333%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(20.8333333333% + 1.25rem); }
  .medium-offset-6 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(25% + 1.25rem); }
  .medium-offset-7 {
    margin-left: 29.1666666667%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(29.1666666667% + 1.25rem); }
  .medium-offset-8 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(33.3333333333% + 1.25rem); }
  .medium-offset-9 {
    margin-left: 37.5%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(37.5% + 1.25rem); }
  .medium-offset-10 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(41.6666666667% + 1.25rem); }
  .medium-offset-11 {
    margin-left: 45.8333333333%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(45.8333333333% + 1.25rem); }
  .medium-offset-12 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-12 {
    margin-left: calc(50% + 1.25rem); }
  .medium-offset-13 {
    margin-left: 54.1666666667%; }
  .grid-margin-x > .medium-offset-13 {
    margin-left: calc(54.1666666667% + 1.25rem); }
  .medium-offset-14 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .medium-offset-14 {
    margin-left: calc(58.3333333333% + 1.25rem); }
  .medium-offset-15 {
    margin-left: 62.5%; }
  .grid-margin-x > .medium-offset-15 {
    margin-left: calc(62.5% + 1.25rem); }
  .medium-offset-16 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .medium-offset-16 {
    margin-left: calc(66.6666666667% + 1.25rem); }
  .medium-offset-17 {
    margin-left: 70.8333333333%; }
  .grid-margin-x > .medium-offset-17 {
    margin-left: calc(70.8333333333% + 1.25rem); }
  .medium-offset-18 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-18 {
    margin-left: calc(75% + 1.25rem); }
  .medium-offset-19 {
    margin-left: 79.1666666667%; }
  .grid-margin-x > .medium-offset-19 {
    margin-left: calc(79.1666666667% + 1.25rem); }
  .medium-offset-20 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .medium-offset-20 {
    margin-left: calc(83.3333333333% + 1.25rem); }
  .medium-offset-21 {
    margin-left: 87.5%; }
  .grid-margin-x > .medium-offset-21 {
    margin-left: calc(87.5% + 1.25rem); }
  .medium-offset-22 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .medium-offset-22 {
    margin-left: calc(91.6666666667% + 1.25rem); }
  .medium-offset-23 {
    margin-left: 95.8333333333%; }
  .grid-margin-x > .medium-offset-23 {
    margin-left: calc(95.8333333333% + 1.25rem); } }

@media print, screen and (min-width: 64.0625em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.25rem); }
  .large-offset-1 {
    margin-left: 4.1666666667%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(4.1666666667% + 1.25rem); }
  .large-offset-2 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(8.3333333333% + 1.25rem); }
  .large-offset-3 {
    margin-left: 12.5%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(12.5% + 1.25rem); }
  .large-offset-4 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(16.6666666667% + 1.25rem); }
  .large-offset-5 {
    margin-left: 20.8333333333%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(20.8333333333% + 1.25rem); }
  .large-offset-6 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(25% + 1.25rem); }
  .large-offset-7 {
    margin-left: 29.1666666667%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(29.1666666667% + 1.25rem); }
  .large-offset-8 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(33.3333333333% + 1.25rem); }
  .large-offset-9 {
    margin-left: 37.5%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(37.5% + 1.25rem); }
  .large-offset-10 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(41.6666666667% + 1.25rem); }
  .large-offset-11 {
    margin-left: 45.8333333333%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(45.8333333333% + 1.25rem); }
  .large-offset-12 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-12 {
    margin-left: calc(50% + 1.25rem); }
  .large-offset-13 {
    margin-left: 54.1666666667%; }
  .grid-margin-x > .large-offset-13 {
    margin-left: calc(54.1666666667% + 1.25rem); }
  .large-offset-14 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .large-offset-14 {
    margin-left: calc(58.3333333333% + 1.25rem); }
  .large-offset-15 {
    margin-left: 62.5%; }
  .grid-margin-x > .large-offset-15 {
    margin-left: calc(62.5% + 1.25rem); }
  .large-offset-16 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .large-offset-16 {
    margin-left: calc(66.6666666667% + 1.25rem); }
  .large-offset-17 {
    margin-left: 70.8333333333%; }
  .grid-margin-x > .large-offset-17 {
    margin-left: calc(70.8333333333% + 1.25rem); }
  .large-offset-18 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-18 {
    margin-left: calc(75% + 1.25rem); }
  .large-offset-19 {
    margin-left: 79.1666666667%; }
  .grid-margin-x > .large-offset-19 {
    margin-left: calc(79.1666666667% + 1.25rem); }
  .large-offset-20 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .large-offset-20 {
    margin-left: calc(83.3333333333% + 1.25rem); }
  .large-offset-21 {
    margin-left: 87.5%; }
  .grid-margin-x > .large-offset-21 {
    margin-left: calc(87.5% + 1.25rem); }
  .large-offset-22 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .large-offset-22 {
    margin-left: calc(91.6666666667% + 1.25rem); }
  .large-offset-23 {
    margin-left: 95.8333333333%; }
  .grid-margin-x > .large-offset-23 {
    margin-left: calc(95.8333333333% + 1.25rem); } }

.grid-y {
  display: flex;
  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, .grid-y > small-13, .grid-y > small-14, .grid-y > small-15, .grid-y > small-16, .grid-y > small-17, .grid-y > small-18, .grid-y > small-19, .grid-y > small-20, .grid-y > small-21, .grid-y > small-22, .grid-y > small-23, .grid-y > small-24 {
    flex-basis: auto; }
  @media print, screen and (min-width: 41.75em) {
    .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, .grid-y > medium-13, .grid-y > medium-14, .grid-y > medium-15, .grid-y > medium-16, .grid-y > medium-17, .grid-y > medium-18, .grid-y > medium-19, .grid-y > medium-20, .grid-y > medium-21, .grid-y > medium-22, .grid-y > medium-23, .grid-y > medium-24 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64.0625em) {
    .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, .grid-y > large-13, .grid-y > large-14, .grid-y > large-15, .grid-y > large-16, .grid-y > large-17, .grid-y > large-18, .grid-y > large-19, .grid-y > large-20, .grid-y > large-21, .grid-y > large-22, .grid-y > large-23, .grid-y > large-24 {
      flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 4.1666666667%; }
  .grid-y > .small-2 {
    height: 8.3333333333%; }
  .grid-y > .small-3 {
    height: 12.5%; }
  .grid-y > .small-4 {
    height: 16.6666666667%; }
  .grid-y > .small-5 {
    height: 20.8333333333%; }
  .grid-y > .small-6 {
    height: 25%; }
  .grid-y > .small-7 {
    height: 29.1666666667%; }
  .grid-y > .small-8 {
    height: 33.3333333333%; }
  .grid-y > .small-9 {
    height: 37.5%; }
  .grid-y > .small-10 {
    height: 41.6666666667%; }
  .grid-y > .small-11 {
    height: 45.8333333333%; }
  .grid-y > .small-12 {
    height: 50%; }
  .grid-y > .small-13 {
    height: 54.1666666667%; }
  .grid-y > .small-14 {
    height: 58.3333333333%; }
  .grid-y > .small-15 {
    height: 62.5%; }
  .grid-y > .small-16 {
    height: 66.6666666667%; }
  .grid-y > .small-17 {
    height: 70.8333333333%; }
  .grid-y > .small-18 {
    height: 75%; }
  .grid-y > .small-19 {
    height: 79.1666666667%; }
  .grid-y > .small-20 {
    height: 83.3333333333%; }
  .grid-y > .small-21 {
    height: 87.5%; }
  .grid-y > .small-22 {
    height: 91.6666666667%; }
  .grid-y > .small-23 {
    height: 95.8333333333%; }
  .grid-y > .small-24 {
    height: 100%; }
  @media print, screen and (min-width: 41.75em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 4.1666666667%; }
    .grid-y > .medium-2 {
      height: 8.3333333333%; }
    .grid-y > .medium-3 {
      height: 12.5%; }
    .grid-y > .medium-4 {
      height: 16.6666666667%; }
    .grid-y > .medium-5 {
      height: 20.8333333333%; }
    .grid-y > .medium-6 {
      height: 25%; }
    .grid-y > .medium-7 {
      height: 29.1666666667%; }
    .grid-y > .medium-8 {
      height: 33.3333333333%; }
    .grid-y > .medium-9 {
      height: 37.5%; }
    .grid-y > .medium-10 {
      height: 41.6666666667%; }
    .grid-y > .medium-11 {
      height: 45.8333333333%; }
    .grid-y > .medium-12 {
      height: 50%; }
    .grid-y > .medium-13 {
      height: 54.1666666667%; }
    .grid-y > .medium-14 {
      height: 58.3333333333%; }
    .grid-y > .medium-15 {
      height: 62.5%; }
    .grid-y > .medium-16 {
      height: 66.6666666667%; }
    .grid-y > .medium-17 {
      height: 70.8333333333%; }
    .grid-y > .medium-18 {
      height: 75%; }
    .grid-y > .medium-19 {
      height: 79.1666666667%; }
    .grid-y > .medium-20 {
      height: 83.3333333333%; }
    .grid-y > .medium-21 {
      height: 87.5%; }
    .grid-y > .medium-22 {
      height: 91.6666666667%; }
    .grid-y > .medium-23 {
      height: 95.8333333333%; }
    .grid-y > .medium-24 {
      height: 100%; } }
  @media print, screen and (min-width: 64.0625em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 4.1666666667%; }
    .grid-y > .large-2 {
      height: 8.3333333333%; }
    .grid-y > .large-3 {
      height: 12.5%; }
    .grid-y > .large-4 {
      height: 16.6666666667%; }
    .grid-y > .large-5 {
      height: 20.8333333333%; }
    .grid-y > .large-6 {
      height: 25%; }
    .grid-y > .large-7 {
      height: 29.1666666667%; }
    .grid-y > .large-8 {
      height: 33.3333333333%; }
    .grid-y > .large-9 {
      height: 37.5%; }
    .grid-y > .large-10 {
      height: 41.6666666667%; }
    .grid-y > .large-11 {
      height: 45.8333333333%; }
    .grid-y > .large-12 {
      height: 50%; }
    .grid-y > .large-13 {
      height: 54.1666666667%; }
    .grid-y > .large-14 {
      height: 58.3333333333%; }
    .grid-y > .large-15 {
      height: 62.5%; }
    .grid-y > .large-16 {
      height: 66.6666666667%; }
    .grid-y > .large-17 {
      height: 70.8333333333%; }
    .grid-y > .large-18 {
      height: 75%; }
    .grid-y > .large-19 {
      height: 79.1666666667%; }
    .grid-y > .large-20 {
      height: 83.3333333333%; }
    .grid-y > .large-21 {
      height: 87.5%; }
    .grid-y > .large-22 {
      height: 91.6666666667%; }
    .grid-y > .large-23 {
      height: 95.8333333333%; }
    .grid-y > .large-24 {
      height: 100%; } }

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

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

.grid-margin-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem; }
  @media print, screen and (min-width: 41.75em) {
    .grid-margin-y {
      margin-top: -1.25rem;
      margin-bottom: -1.25rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  @media print, screen and (min-width: 41.75em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2.5rem);
      margin-top: 1.25rem;
      margin-bottom: 1.25rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 2.5rem); }
  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 2.5rem); }
  .grid-margin-y > .small-3 {
    height: calc(12.5% - 2.5rem); }
  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 2.5rem); }
  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 2.5rem); }
  .grid-margin-y > .small-6 {
    height: calc(25% - 2.5rem); }
  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 2.5rem); }
  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 2.5rem); }
  .grid-margin-y > .small-9 {
    height: calc(37.5% - 2.5rem); }
  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 2.5rem); }
  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 2.5rem); }
  .grid-margin-y > .small-12 {
    height: calc(50% - 2.5rem); }
  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 2.5rem); }
  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 2.5rem); }
  .grid-margin-y > .small-15 {
    height: calc(62.5% - 2.5rem); }
  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 2.5rem); }
  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 2.5rem); }
  .grid-margin-y > .small-18 {
    height: calc(75% - 2.5rem); }
  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 2.5rem); }
  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 2.5rem); }
  .grid-margin-y > .small-21 {
    height: calc(87.5% - 2.5rem); }
  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 2.5rem); }
  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 2.5rem); }
  .grid-margin-y > .small-24 {
    height: calc(100% - 2.5rem); }
  @media print, screen and (min-width: 41.75em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(4.1666666667% - 2.5rem); }
    .grid-margin-y > .small-2 {
      height: calc(8.3333333333% - 2.5rem); }
    .grid-margin-y > .small-3 {
      height: calc(12.5% - 2.5rem); }
    .grid-margin-y > .small-4 {
      height: calc(16.6666666667% - 2.5rem); }
    .grid-margin-y > .small-5 {
      height: calc(20.8333333333% - 2.5rem); }
    .grid-margin-y > .small-6 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .small-7 {
      height: calc(29.1666666667% - 2.5rem); }
    .grid-margin-y > .small-8 {
      height: calc(33.3333333333% - 2.5rem); }
    .grid-margin-y > .small-9 {
      height: calc(37.5% - 2.5rem); }
    .grid-margin-y > .small-10 {
      height: calc(41.6666666667% - 2.5rem); }
    .grid-margin-y > .small-11 {
      height: calc(45.8333333333% - 2.5rem); }
    .grid-margin-y > .small-12 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .small-13 {
      height: calc(54.1666666667% - 2.5rem); }
    .grid-margin-y > .small-14 {
      height: calc(58.3333333333% - 2.5rem); }
    .grid-margin-y > .small-15 {
      height: calc(62.5% - 2.5rem); }
    .grid-margin-y > .small-16 {
      height: calc(66.6666666667% - 2.5rem); }
    .grid-margin-y > .small-17 {
      height: calc(70.8333333333% - 2.5rem); }
    .grid-margin-y > .small-18 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .small-19 {
      height: calc(79.1666666667% - 2.5rem); }
    .grid-margin-y > .small-20 {
      height: calc(83.3333333333% - 2.5rem); }
    .grid-margin-y > .small-21 {
      height: calc(87.5% - 2.5rem); }
    .grid-margin-y > .small-22 {
      height: calc(91.6666666667% - 2.5rem); }
    .grid-margin-y > .small-23 {
      height: calc(95.8333333333% - 2.5rem); }
    .grid-margin-y > .small-24 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(4.1666666667% - 2.5rem); }
    .grid-margin-y > .medium-2 {
      height: calc(8.3333333333% - 2.5rem); }
    .grid-margin-y > .medium-3 {
      height: calc(12.5% - 2.5rem); }
    .grid-margin-y > .medium-4 {
      height: calc(16.6666666667% - 2.5rem); }
    .grid-margin-y > .medium-5 {
      height: calc(20.8333333333% - 2.5rem); }
    .grid-margin-y > .medium-6 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .medium-7 {
      height: calc(29.1666666667% - 2.5rem); }
    .grid-margin-y > .medium-8 {
      height: calc(33.3333333333% - 2.5rem); }
    .grid-margin-y > .medium-9 {
      height: calc(37.5% - 2.5rem); }
    .grid-margin-y > .medium-10 {
      height: calc(41.6666666667% - 2.5rem); }
    .grid-margin-y > .medium-11 {
      height: calc(45.8333333333% - 2.5rem); }
    .grid-margin-y > .medium-12 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .medium-13 {
      height: calc(54.1666666667% - 2.5rem); }
    .grid-margin-y > .medium-14 {
      height: calc(58.3333333333% - 2.5rem); }
    .grid-margin-y > .medium-15 {
      height: calc(62.5% - 2.5rem); }
    .grid-margin-y > .medium-16 {
      height: calc(66.6666666667% - 2.5rem); }
    .grid-margin-y > .medium-17 {
      height: calc(70.8333333333% - 2.5rem); }
    .grid-margin-y > .medium-18 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .medium-19 {
      height: calc(79.1666666667% - 2.5rem); }
    .grid-margin-y > .medium-20 {
      height: calc(83.3333333333% - 2.5rem); }
    .grid-margin-y > .medium-21 {
      height: calc(87.5% - 2.5rem); }
    .grid-margin-y > .medium-22 {
      height: calc(91.6666666667% - 2.5rem); }
    .grid-margin-y > .medium-23 {
      height: calc(95.8333333333% - 2.5rem); }
    .grid-margin-y > .medium-24 {
      height: calc(100% - 2.5rem); } }
  @media print, screen and (min-width: 64.0625em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(4.1666666667% - 2.5rem); }
    .grid-margin-y > .large-2 {
      height: calc(8.3333333333% - 2.5rem); }
    .grid-margin-y > .large-3 {
      height: calc(12.5% - 2.5rem); }
    .grid-margin-y > .large-4 {
      height: calc(16.6666666667% - 2.5rem); }
    .grid-margin-y > .large-5 {
      height: calc(20.8333333333% - 2.5rem); }
    .grid-margin-y > .large-6 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .large-7 {
      height: calc(29.1666666667% - 2.5rem); }
    .grid-margin-y > .large-8 {
      height: calc(33.3333333333% - 2.5rem); }
    .grid-margin-y > .large-9 {
      height: calc(37.5% - 2.5rem); }
    .grid-margin-y > .large-10 {
      height: calc(41.6666666667% - 2.5rem); }
    .grid-margin-y > .large-11 {
      height: calc(45.8333333333% - 2.5rem); }
    .grid-margin-y > .large-12 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .large-13 {
      height: calc(54.1666666667% - 2.5rem); }
    .grid-margin-y > .large-14 {
      height: calc(58.3333333333% - 2.5rem); }
    .grid-margin-y > .large-15 {
      height: calc(62.5% - 2.5rem); }
    .grid-margin-y > .large-16 {
      height: calc(66.6666666667% - 2.5rem); }
    .grid-margin-y > .large-17 {
      height: calc(70.8333333333% - 2.5rem); }
    .grid-margin-y > .large-18 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .large-19 {
      height: calc(79.1666666667% - 2.5rem); }
    .grid-margin-y > .large-20 {
      height: calc(83.3333333333% - 2.5rem); }
    .grid-margin-y > .large-21 {
      height: calc(87.5% - 2.5rem); }
    .grid-margin-y > .large-22 {
      height: calc(91.6666666667% - 2.5rem); }
    .grid-margin-y > .large-23 {
      height: calc(95.8333333333% - 2.5rem); }
    .grid-margin-y > .large-24 {
      height: calc(100% - 2.5rem); } }

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

.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: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 41.75em) {
  .medium-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch; }
  .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: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      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: 64.0625em) {
  .large-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch; }
  .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: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-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;
  height: 100vh;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch; }

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

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

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

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

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

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,
h2,
h3,
h4,
h5,
h6 {
  font-family: "foco", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #888888; }

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

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

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

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

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

@media print, screen and (min-width: 41.75em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 81.25rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #888888;
  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 #888888; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #666666; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #666666; }
  cite:before {
    content: "— "; }

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

figure {
  margin: 0; }

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

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

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

.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: 41.75em) {
  .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: 64.0625em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-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 #666666;
    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; } }

.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.5rem 1.5rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 1.125rem;
  line-height: 1;
  color: #1779ba; }
  :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: #0181c4; }

.accordion-content {
  display: none;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #ffffff;
  color: #000000; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1.7rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1.7rem; }

.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: #1779ba 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 {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.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: #1779ba transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  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;
  clip-path: inset(50%);
  border: 0; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #000000;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #888888; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #888888;
    cursor: not-allowed; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    padding: 0.7rem 1.7rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 41.75em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64.0625em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-left li a {
    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 {
    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 {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #1779ba;
    color: #ffffff; }
  .menu .active > a {
    background: #1779ba;
    color: #ffffff; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      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: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1.7rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      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: #888888;
    box-shadow: 0 7px 0 #888888, 0 14px 0 #888888; }

.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: #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #666666;
    box-shadow: 0 7px 0 #666666, 0 14px 0 #666666; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1.7rem;
  background: #ffffff; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1.7rem; }

.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 #1779ba; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #888888; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #888888 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 #1779ba 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: 165px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 0px solid #888888;
  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 1.7rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active > a {
  background: transparent;
  color: #1779ba; }

.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: 41.75em) {
  .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: 64.0625em) {
  .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%; } }

.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;
    margin-top: -4px; }
  .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: 165px;
  border: 0px solid #888888;
  background: #ffffff; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1.7rem; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead, tbody, tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #000000; }
  tfoot {
    background: #f2f2f2;
    color: #000000; }
  thead tr, tfoot tr {
    background: transparent; }
  thead th, thead td, tfoot th, tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th, tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  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: 64em) {
  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; }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .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 {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 41.75em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 64em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 81.1875em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 64em), screen and (min-width: 81.25em) {
  .show-for-large-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;
  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;
  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; } }

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

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

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

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

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

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

.align-bottom {
  align-items: flex-end; }

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

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

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

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

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 41.75em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64.0625em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

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

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

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 41.75em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64.0625em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.arrow.arrow-right {
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-width: 1px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.arrow.arrow-left {
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-width: 1px;
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  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; }

.hamburger-box {
  width: 25px;
  height: 15px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 3px;
    background-color: #0181c4;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider .hamburger-inner::before {
    top: 6px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 12px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.5714285714px, -3px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-90deg); }

h1, h2 {
  font-size: 36px;
  color: #0181c4;
  line-height: 1.25;
  margin-bottom: 20px; }
  @media screen and (max-width: 41.6875em) {
    h1, h2 {
      font-size: 30px;
      line-height: 1.25; } }

h3 {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  line-height: 1; }

p, a, p a {
  font-size: 18px;
  color: #888888;
  line-height: 1.6; }

a.link {
  color: #0181c4;
  font-weight: bold;
  transition: all 250ms linear; }
  a.link:hover {
    color: #000000; }

a.button, input.button {
  font-size: 18px;
  color: #0181c4;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  outline: none; }
  a.button:hover, input.button:hover {
    background-color: #0181c4;
    color: white; }
  a.button.button__white, input.button.button__white {
    border-color: white;
    color: white; }
    a.button.button__white:hover, input.button.button__white:hover {
      border-color: #cccccc;
      color: #cccccc;
      background-color: transparent; }

input[type=text], input[type=email], input[type=tel], textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #d6d6d6;
  padding: 15px 20px;
  font-size: 22px;
  color: #888888;
  margin-bottom: 30px;
  outline: none;
  transition: all 250ms linear; }
  input[type=text]:active, input[type=text]:focus, input[type=email]:active, input[type=email]:focus, input[type=tel]:active, input[type=tel]:focus, textarea:active, textarea:focus, select:active, select:focus {
    border-color: #666666;
    color: #000000; }
  input[type=text].error, input[type=email].error, input[type=tel].error, textarea.error, select.error {
    border-color: #cc0000; }

select {
  padding: 10px 15px;
  font-size: 18px; }

.filter__mobile h3 {
  font-weight: normal; }

span.breadcrumb, span.breadcrumb + ul li, span.breadcrumb + ul li a {
  font-size: 14px;
  color: #0081c9;
  font-weight: bold;
  line-height: 1; }

span.breadcrumb + ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  span.breadcrumb + ul li {
    display: inline;
    color: #666666;
    font-weight: normal; }
    span.breadcrumb + ul li a {
      color: #666666;
      font-weight: normal;
      text-decoration: underline; }
      span.breadcrumb + ul li a:hover {
        color: #000000; }
    span.breadcrumb + ul li:not(:last-child):after {
      content: ' >'; }

span.breadcrumb + ul li, span.breadcrumb + ul li a {
  color: #666666;
  font-weight: normal; }

#nav ul.menu__primary li a {
  font-size: 18px;
  color: #888888; }
  #nav ul.menu__primary li a:hover {
    color: #0181c4; }
  #nav ul.menu__primary li a.lang {
    font-size: 80%; }
    #nav ul.menu__primary li a.lang.active {
      color: #000000; }
    #nav ul.menu__primary li a.lang:first-letter {
      text-transform: none; }
  #nav ul.menu__primary li a:first-letter {
    text-transform: lowercase; }

#nav ul.menu__secondary li a {
  font-size: 12px;
  color: #888888;
  text-transform: uppercase; }
  #nav ul.menu__secondary li a:hover {
    color: #000000; }
  #nav ul.menu__secondary li a.lang {
    padding-right: 0; }
    #nav ul.menu__secondary li a.lang.active {
      color: #000000; }
    #nav ul.menu__secondary li a.lang:first-letter {
      text-transform: none; }

#nav ul li.active > a {
  background: none;
  color: #0181c4; }

@media screen and (max-width: 64em) {
  #nav .is-dropdown-submenu li a {
    font-size: 90% !important; } }

#footer ul li, #footer ul li a {
  font-size: 18px;
  color: #666666;
  line-height: 1.6;
  text-align: left; }
  #footer ul li strong, #footer ul li a strong {
    color: #000000; }

#footer ul li:hover a {
  color: #000000; }

#footer #credits p, #footer #credits p a {
  font-size: 14px;
  color: #b5b5b5;
  line-height: 1;
  text-align: center; }

#footer #credits p a:hover {
  color: #000000; }

.c2a h3 {
  font-size: 24px;
  color: #0181c4;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 15px; }

@media screen and (max-width: 41.6875em) {
  .c2a h3 {
    font-size: 20px; } }

.section__banner span.quote, .section__banner span.author {
  font-size: 36px;
  color: white;
  line-height: 1.5;
  text-align: center; }

.section__banner span.author {
  font-size: 18px; }

@media screen and (max-width: 41.6875em) {
  .section__banner span.quote {
    font-size: 30px; } }

div.filter {
  font-size: 18px;
  color: #666666;
  line-height: 1.6; }
  div.filter > span {
    color: #0181c4;
    font-weight: bold; }
  div.filter ul li.active a, div.filter ul li a:hover {
    color: #000000; }

div.c2a-help p {
  font-size: 18px;
  color: white;
  line-height: 1.6;
  margin-bottom: 20px; }

div.c2a-help a.button {
  display: block;
  margin: 10px 0; }

.text ul {
  list-style: none;
  font-size: 18px;
  color: #0181c4;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
  counter-reset: foo;
  display: table; }
  .text ul li {
    counter-increment: foo;
    display: table-row; }
  .text ul li:before {
    content: "+";
    display: table-cell;
    padding-right: 25px;
    font-weight: normal; }
    @media screen and (max-width: 41.6875em) {
      .text ul li:before {
        padding-right: 10px; } }

.section.section__references .reference h3, .section.section__references .reference p {
  line-height: 1.5;
  margin: 0; }

.section.section__references .reference h3 {
  line-height: 1.25;
  margin-bottom: 5px; }

.section.section__references .reference p {
  font-size: 16px;
  color: #666666; }

.section.section__references .reference a {
  font-size: 16px; }

.section.section__systems .systems__detail span {
  position: relative;
  font-size: 18px;
  color: #0181c4;
  font-weight: bold;
  line-height: 1;
  display: block;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px; }
  .section.section__systems .systems__detail span:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #0181c4;
    border-right: 1px solid #0181c4;
    border-width: 2px;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 5px;
    right: 10px; }

.section.section__systems .systems__detail ul {
  list-style: none;
  margin-top: 20px; }

span.quote, span.author, span.author-function {
  display: block;
  font-size: 24px;
  color: white;
  line-height: 1.4;
  text-align: center; }
  @media screen and (max-width: 41.6875em) {
    span.quote, span.author, span.author-function {
      font-size: 20px; } }

span.author, span.author-function {
  font-size: 18px; }
  @media screen and (max-width: 41.6875em) {
    span.author, span.author-function {
      font-size: 16px; } }

body.noscroll {
  overflow: hidden; }

.text__center {
  text-align: center; }

a.button, input.button {
  background: none;
  display: inline-block;
  border: 1px solid #0181c4;
  padding: 15px 15px;
  min-width: 135px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  transition: all 250ms linear; }

input.button {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  @media screen and (max-width: 64em) {
    input.button {
      display: block;
      min-width: 100%; } }

#header {
  position: relative; }
  @media screen and (max-width: 64em) {
    #header {
      min-height: 110px; }
      #header:before {
        left: 25px; } }
  @media screen and (min-width: 41.75em) {
    #header:before {
      content: '';
      display: block;
      width: 125px;
      height: 125px;
      background-color: white;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      position: absolute;
      z-index: 1;
      bottom: -30px;
      left: 10px; } }
  @media screen and (max-width: 41.6875em) {
    #header .hamburger {
      position: absolute;
      left: auto;
      right: 20px;
      top: 30px;
      z-index: 999; } }
  #header a.brand {
    display: inline-block;
    width: 242px;
    height: 98px;
    text-indent: -9999px;
    position: absolute;
    bottom: -20px;
    left: 25px;
    z-index: 9;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #header a.brand {
        background-image: url("../img/logo@2x.png"); } }
    @media screen and (max-width: 41.6875em) {
      #header a.brand {
        transform: scale(0.7);
        left: -10px;
        bottom: 5px; } }

#nav {
  position: relative; }
  #nav .hamburger {
    position: absolute;
    left: -70px;
    top: 35px;
    z-index: 99999999; }
  #nav .menu li.divider {
    position: relative; }
    #nav .menu li.divider:before {
      content: '';
      display: block;
      width: 1px;
      height: 20px;
      background-color: #888888;
      position: absolute;
      top: 7px; }
  @media screen and (max-width: 64em) {
    #nav .menu {
      flex-direction: column; } }
  #nav .menu__primary {
    padding-bottom: 15px; }
    #nav .menu__primary a.lang {
      padding-right: 5px;
      padding-left: 5px; }
    @media screen and (max-width: 64em) {
      #nav .menu__primary .is-dropdown-submenu-parent {
        flex-direction: column; }
        #nav .menu__primary .is-dropdown-submenu-parent > a {
          text-align: center; } }
    #nav .menu__primary .is-dropdown-submenu {
      right: auto;
      left: 0; }
      @media screen and (min-width: 64.0625em) {
        #nav .menu__primary .is-dropdown-submenu {
          padding: 20px 0; } }
      @media screen and (max-width: 64em) {
        #nav .menu__primary .is-dropdown-submenu {
          left: auto;
          position: static; } }
  @media screen and (min-width: 64.0625em) {
    #nav .menu__secondary {
      padding-bottom: 5px; }
      #nav .menu__secondary li a {
        padding-left: 10px;
        padding-right: 10px; } }
  @media screen and (max-width: 64em) {
    #nav {
      position: fixed;
      top: 0;
      z-index: 9999;
      right: -50%;
      width: 50%;
      min-height: 100vh;
      background-color: white;
      padding: 40px 40px;
      transition: right 500ms ease-in-out;
      display: flex;
      align-items: center;
      justify-content: center; }
      #nav .menu li {
        justify-content: center; }
      #nav.open {
        right: 0; } }
  @media screen and (min-width: 64.0625em) {
    #nav .menu__secondary li.last a, #nav .menu__primary li.last a {
      padding-right: 0px; } }
  @media screen and (max-width: 41.6875em) {
    #nav {
      width: 100%;
      right: -100%;
      z-index: 99; } }

.section {
  padding: 105px 0; }
  .section div.filter {
    background-color: #eee;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 30px; }
    .section div.filter.filter__margin {
      margin-top: 30px; }
    .section div.filter span {
      display: block;
      border-bottom: 1px solid #0181c4;
      margin-bottom: 20px; }
    .section div.filter ul {
      list-style: none;
      margin: 0;
      padding: 0;
      padding-left: 15px; }
    @media screen and (max-width: 41.6875em) {
      .section div.filter {
        margin-bottom: 60px; } }
  .section div.c2a-help {
    background-color: #0181c4;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 30px;
    margin-top: 35px; }
  @media screen and (max-width: 41.6875em) {
    .section {
      padding: 50px 0; }
      .section .block__breadcrumb {
        margin-bottom: 30px; } }

.section.section__banner {
  background-size: cover;
  min-width: 100%;
  height: 515px;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .section.section__banner.section__banner--small {
    height: 375px; }
  .section.section__banner.section__banner--home1 {
    height: 610px; }
    @media screen and (max-width: 64em) {
      .section.section__banner.section__banner--home1 {
        height: auto; } }
    @media screen and (max-width: 41.6875em) {
      .section.section__banner.section__banner--home1 img {
        max-width: 150px; } }
  .section.section__banner.section__banner--home2 {
    flex-direction: column;
    height: auto; }
    .section.section__banner.section__banner--home2 span.quote {
      max-width: 860px; }
    .section.section__banner.section__banner--home2 span.author {
      margin: 20px 0 40px 0; }
    @media screen and (max-width: 41.6875em) {
      .section.section__banner.section__banner--home2 span.quote {
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.2; } }
  @media screen and (max-width: 64em) {
    .section.section__banner {
      height: 300px; }
      .section.section__banner.section__banner--small {
        height: 150px; } }
  @media screen and (max-width: 41.6875em) {
    .section.section__banner {
      height: 150px; }
      .section.section__banner.section__banner--small {
        height: 125px; } }

.section.section__slider {
  padding: 0;
  position: relative; }
  .section.section__slider .swiper-container {
    height: 440px; }
  .section.section__slider .swiper-slide {
    width: auto; }
  .section.section__slider .c2a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -155px;
    margin-left: -155px;
    z-index: 9999;
    background-color: white;
    width: 310px;
    height: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    @media screen and (max-width: 41.6875em) {
      .section.section__slider .c2a {
        padding: 40px;
        width: 280px;
        height: 280px;
        margin-top: -140px;
        margin-left: -140px; } }

.section.section__home--solutions {
  text-align: center; }
  .section.section__home--solutions .block img {
    margin: 40px 0; }
  .section.section__home--solutions .block p {
    display: inline-block;
    margin-bottom: 30px;
    max-width: 260px; }
  @media screen and (max-width: 64em) {
    .section.section__home--solutions .block {
      margin-bottom: 40px; } }

.section.section__home--products {
  padding-bottom: 150px; }
  @media screen and (max-width: 41.6875em) {
    .section.section__home--products {
      padding-bottom: 50px; } }
  .section.section__home--products h2 {
    text-align: center;
    margin-bottom: 80px; }
    @media screen and (max-width: 41.6875em) {
      .section.section__home--products h2 {
        margin-bottom: 40px; } }

.section.section__home--team {
  text-align: center;
  padding-bottom: 0; }
  .section.section__home--team a.button {
    margin: 10px 0 30px 0; }

.section.section__contact--countries {
  background-color: #f6f6f6;
  padding: 0; }
  .section.section__contact--countries .block {
    text-align: center;
    padding: 120px 0; }
    .section.section__contact--countries .block p {
      margin: 0; }
    .section.section__contact--countries .block.block__belgium {
      background: url("../img/contact/country-belgium.png") no-repeat center center;
      background-size: 243px 181px; }
    .section.section__contact--countries .block.block__netherlands {
      background: url("../img/contact/country-netherlands.png") no-repeat center center;
      background-size: 216px 246px; }
    .section.section__contact--countries .block.block__germany {
      background: url("../img/contact/country-germany.png") no-repeat center center;
      background-size: 193px 255px; }
  @media screen and (max-width: 41.6875em) {
    .section.section__contact--countries {
      padding: 50px 0; }
      .section.section__contact--countries .block {
        padding: 70px 0; } }

.section.section__contact--form h2 {
  margin-bottom: 50px; }

.section.section__references .reference {
  margin-bottom: 70px; }
  .section.section__references .reference img {
    margin-bottom: 20px; }
  .section.section__references .reference p {
    margin-bottom: 10px; }

@media screen and (min-width: 41.75em) and (max-width: 64em) {
  .section.section__references {
    padding-left: 20px;
    padding-right: 20px; } }

.section.section__systems {
  position: relative;
  padding-top: 125px; }
  @media screen and (max-width: 41.6875em) {
    .section.section__systems {
      padding-top: 50px; } }
  .section.section__systems .systems__header {
    margin-bottom: 40px; }
  @media screen and (min-width: 41.75em) {
    .section.section__systems.section__systems--category h1 {
      padding-bottom: 34px;
      margin: 0; } }
  .section.section__systems.section__systems--regenwater:before, .section.section__systems.section__systems--afvalwater:before, .section.section__systems.section__systems--drinkwater:before, .section.section__systems.section__systems--grijswater:before {
    content: '';
    display: block;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: white;
    border: 15px solid white;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    position: absolute;
    top: -65px;
    left: 50%; }
    @media screen and (max-width: 41.6875em) {
      .section.section__systems.section__systems--regenwater:before, .section.section__systems.section__systems--afvalwater:before, .section.section__systems.section__systems--drinkwater:before, .section.section__systems.section__systems--grijswater:before {
        height: 75px;
        border: 10px solid white;
        top: -48.5px; } }
  .section.section__systems.section__systems--regenwater:before {
    width: 102px;
    background-image: url("../img/ico-regenwater.png");
    margin-left: -66px; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .section.section__systems.section__systems--regenwater:before {
        background-image: url("../img/ico-regenwater@2x.png"); } }
    @media screen and (max-width: 41.6875em) {
      .section.section__systems.section__systems--regenwater:before {
        width: 76.5px;
        margin-left: -46px; } }
  .section.section__systems.section__systems--afvalwater:before {
    width: 102px;
    background-image: url("../img/ico-afvalwater.png");
    margin-left: -66px; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .section.section__systems.section__systems--afvalwater:before {
        background-image: url("../img/ico-afvalwater@2x.png"); } }
    @media screen and (max-width: 41.6875em) {
      .section.section__systems.section__systems--afvalwater:before {
        width: 76.5px;
        margin-left: -46px; } }
  .section.section__systems.section__systems--drinkwater:before {
    width: 100px;
    background-image: url("../img/ico-drinkwater.png");
    margin-left: -65px; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .section.section__systems.section__systems--drinkwater:before {
        background-image: url("../img/ico-drinkwater@2x.png"); } }
    @media screen and (max-width: 41.6875em) {
      .section.section__systems.section__systems--drinkwater:before {
        width: 75px;
        margin-left: -45.5px; } }
  .section.section__systems.section__systems--grijswater:before {
    width: 98px;
    background-image: url("../img/ico-grijswater.png");
    margin-left: -64px; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .section.section__systems.section__systems--grijswater:before {
        background-image: url("../img/ico-grijswater@2x.png"); } }
    @media screen and (max-width: 41.6875em) {
      .section.section__systems.section__systems--grijswater:before {
        width: 73.5px;
        margin-left: -46px; } }
  .section.section__systems .accordion .accordion-content {
    padding: 10px 0; }
    .section.section__systems .accordion .accordion-content .grid-x {
      margin: 30px; }
      .section.section__systems .accordion .accordion-content .grid-x .description {
        padding-left: 20px; }
      .section.section__systems .accordion .accordion-content .grid-x p {
        margin: 0; }
    @media screen and (max-width: 64em) {
      .section.section__systems .accordion .accordion-content .grid-x {
        align-items: flex-start !important; }
        .section.section__systems .accordion .accordion-content .grid-x:not(:last-child) {
          padding-bottom: 20px; }
        .section.section__systems .accordion .accordion-content .grid-x img {
          max-height: 160px;
          margin-bottom: 20px; }
        .section.section__systems .accordion .accordion-content .grid-x .description {
          padding-left: 0; } }
  .section.section__systems .systems__detail img {
    margin-bottom: 70px; }
  @media screen and (max-width: 64em) {
    .section.section__systems .systems__detail img {
      margin-bottom: 40px; }
    .section.section__systems .systems__detail .downloads {
      margin-top: 40px; } }
  @media screen and (max-width: 41.6875em) {
    .section.section__systems .systems__detail {
      padding-top: 20px; } }

.section.section__about.section__about--text {
  background-color: #f6f6f6; }
  .section.section__about.section__about--text p {
    margin: 0; }
  @media screen and (max-width: 64em) {
    .section.section__about.section__about--text .grid-x .cell:nth-child(2) {
      margin-top: 40px; } }

.section.section__about.section__about--map {
  text-align: center;
  min-height: 720px;
  background: url("../img/about/map.png") no-repeat top center;
  background-size: 973px 981px; }

.section.section__about.section__about--quote {
  text-align: center;
  background: url("../img/about/quote.png") no-repeat center center;
  background-size: cover; }
  .section.section__about.section__about--quote img {
    display: inline-block;
    margin-bottom: 30px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  .section.section__about.section__about--quote span.quote {
    margin-bottom: 30px; }

@media screen and (min-width: 41.75em) {
  .products.products--bordertop {
    border-top: 1px solid #dedede; } }

.products .products__block {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  text-align: center; }
  .products .products__block.products__block--noborder {
    border-bottom: none; }
  .products .products__block .img {
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px; }
  @media screen and (max-width: 41.6875em) {
    .products .products__block {
      padding: 30px 40px;
      border-right: 0;
      border-bottom: 0; } }
  @media screen and (min-width: 41.75em) and (max-width: 64em) {
    .products .products__block {
      padding: 40px 5% 60px 5%; }
      .products .products__block:nth-child(2n) {
        border-right: 0; } }
  @media screen and (min-width: 64.0625em) {
    .products .products__block {
      padding: 40px 5% 60px 5%; }
      .products .products__block:nth-child(3n) {
        border-right: 0; } }

.accordion .accordion-item.is-active .accordion-title, .accordion .accordion-item:hover .accordion-title {
  background-color: #0181c4;
  color: white; }

.accordion .accordion-item .accordion-title {
  font-weight: bold;
  position: relative; }
  .accordion .accordion-item .accordion-title:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #0181c4;
    border-right: 1px solid #0181c4;
    border-width: 2px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 32px;
    right: 37px; }
  .accordion .accordion-item .accordion-title:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    border: 2px solid #0181c4;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    position: absolute;
    top: 22px;
    right: 26px; }

.accordion .accordion-item.is-active .accordion-title:after {
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-width: 2px;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 30px;
  right: 35px; }

.accordion .accordion-item.is-active .accordion-title:before {
  border-color: white; }

.accordion .accordion-item:hover .accordion-title:after {
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-width: 2px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.accordion .accordion-item:hover .accordion-title:before {
  border-color: white; }

.accordion .accordion-item.is-active:hover .accordion-title:after {
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-width: 2px;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.accordion.accordion__simple {
  margin: 0 !important; }
  .accordion.accordion__simple .accordion-item .accordion-title {
    background-color: transparent;
    color: #0181c4;
    border: none;
    border-bottom: 1px solid #dedede;
    padding: 10px 0; }
    .accordion.accordion__simple .accordion-item .accordion-title:after {
      top: 18px;
      right: 10px; }
    .accordion.accordion__simple .accordion-item .accordion-title:before {
      display: none; }
  .accordion.accordion__simple .accordion-item:hover .accordion-title:after {
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #0181c4;
    border-right: 1px solid #0181c4;
    border-width: 2px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .accordion.accordion__simple .accordion-item.is-active .accordion-title:after {
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #0181c4;
    border-right: 1px solid #0181c4;
    border-width: 2px;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .accordion.accordion__simple .accordion-item .accordion-content {
    border: none; }
    .accordion.accordion__simple .accordion-item .accordion-content ul {
      margin: 10px 0 20px 15px; }

#footer {
  background-color: #f6f6f6;
  padding-top: 90px; }
  #footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px; }
  #footer #credits {
    border-top: 1px solid white;
    text-align: center;
    padding: 30px 40px;
    margin-top: 100px; }
    #footer #credits p {
      margin: 0; }
  @media screen and (max-width: 64em) {
    #footer .logo {
      text-align: center;
      padding-bottom: 50px; }
    #footer .medium-10 ul li {
      text-align: center; } }
  @media screen and (max-width: 41.6875em) {
    #footer ul {
      margin: 20px 0; }
      #footer ul li {
        text-align: center; }
    #footer #credits {
      margin-top: 50px; } }

