@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.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: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

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

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

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

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

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

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

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

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

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

select {
  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;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

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

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

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

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
.column.row.row, .row.row.columns {
  float: none;
  display: block; }

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

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

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

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

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

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

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

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

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

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

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

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

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

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

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

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

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

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

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

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

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

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

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

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

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

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

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

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }
@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }
@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .xlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .xlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .xlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .xlarge-up-1 {
    flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .xlarge-up-4 {
    flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .xlarge-up-7 {
    flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .xlarge-up-8 {
    flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    flex: 1 1 0px; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 75em) and (min-width: 75em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      flex: 1 1 0px; } }
@media screen and (min-width: 75em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

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

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }
.grid-container {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 0.3125rem;
      padding-left: 0.3125rem; } }
  .grid-container.fluid {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 0.3125rem;
        padding-left: 0.3125rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.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 {
  flex-basis: auto; }

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

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

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

.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto; }

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.3333333333%; }
  .grid-x > .medium-2 {
    width: 16.6666666667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.3333333333%; }
  .grid-x > .medium-5 {
    width: 41.6666666667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.3333333333%; }
  .grid-x > .medium-8 {
    width: 66.6666666667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.3333333333%; }
  .grid-x > .medium-11 {
    width: 91.6666666667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.3333333333%; }
  .grid-x > .large-2 {
    width: 16.6666666667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.3333333333%; }
  .grid-x > .large-5 {
    width: 41.6666666667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.3333333333%; }
  .grid-x > .large-8 {
    width: 66.6666666667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.3333333333%; }
  .grid-x > .large-11 {
    width: 91.6666666667%; }
  .grid-x > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    flex: 0 0 auto; }
  .grid-x > .xlarge-shrink {
    width: auto; }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%; }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%; }
  .grid-x > .xlarge-3 {
    width: 25%; }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%; }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%; }
  .grid-x > .xlarge-6 {
    width: 50%; }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%; }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%; }
  .grid-x > .xlarge-9 {
    width: 75%; }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%; }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%; }
  .grid-x > .xlarge-12 {
    width: 100%; } }

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

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

.grid-margin-x {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.3125rem;
      margin-right: -0.3125rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 0.625rem);
    margin-left: 0.3125rem;
    margin-right: 0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 0.625rem);
      margin-left: 0.3125rem;
      margin-right: 0.3125rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 0.625rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 0.625rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 0.625rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 0.625rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 0.625rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 0.625rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 0.625rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 0.625rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 0.625rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 0.625rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 0.625rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 0.625rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.3333333333% - 0.625rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.6666666667% - 0.625rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 0.625rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.3333333333% - 0.625rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.6666666667% - 0.625rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 0.625rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.3333333333% - 0.625rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.6666666667% - 0.625rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 0.625rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.3333333333% - 0.625rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.6666666667% - 0.625rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 0.625rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.3333333333% - 0.625rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.6666666667% - 0.625rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 0.625rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.3333333333% - 0.625rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.6666666667% - 0.625rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 0.625rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.3333333333% - 0.625rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.6666666667% - 0.625rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 0.625rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.3333333333% - 0.625rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.6666666667% - 0.625rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 0.625rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.3333333333% - 0.625rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.6666666667% - 0.625rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 0.625rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.3333333333% - 0.625rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.6666666667% - 0.625rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 0.625rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.3333333333% - 0.625rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.6666666667% - 0.625rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 0.625rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.3333333333% - 0.625rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.6666666667% - 0.625rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 0.625rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.3333333333% - 0.625rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.6666666667% - 0.625rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 0.625rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.3333333333% - 0.625rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.6666666667% - 0.625rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 0.625rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.3333333333% - 0.625rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.6666666667% - 0.625rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 0.625rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.3333333333% - 0.625rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.6666666667% - 0.625rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 0.625rem); } }
.grid-padding-x .grid-padding-x {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.3125rem;
      margin-left: -0.3125rem; } }
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.3125rem;
      margin-left: -0.3125rem; } }
.grid-padding-x > .cell {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.3125rem;
      padding-left: 0.3125rem; } }
.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: 40em) {
  .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: 64em) {
  .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%; } }

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

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

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

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

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

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

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

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

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

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

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

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

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .small-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .small-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .small-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .small-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .large-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .large-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .large-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .large-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }
  @media screen and (min-width: 75em) {
    .small-margin-collapse > .xlarge-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .xlarge-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .xlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xlarge-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .xlarge-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .xlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xlarge-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .xlarge-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .xlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xlarge-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .xlarge-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .xlarge-12 {
      width: 100%; } }
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

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

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%; } }

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

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

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .xlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .xlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .xlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .xlarge-12 {
    width: 100%; } }

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

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

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .xlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .xlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .xlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .xlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .xlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .xlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .xlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .xlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%; }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%; }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%; }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%; }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%; }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%; }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%; }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%; }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.3125rem); }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.3125rem); }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.3125rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.3125rem); }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.3125rem); }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.3125rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.3125rem); }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.3125rem); }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.3125rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.3125rem); }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.3125rem); }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.3125rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.3125rem); }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.3125rem); }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.3125rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.3125rem); }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.3125rem); }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.3125rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.3125rem); }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.3125rem); }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.3125rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.3125rem); }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.3125rem); }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.3125rem); } }

@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.3125rem); }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.3125rem); }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.3125rem); }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.3125rem); }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.3125rem); }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.3125rem); }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.3125rem); }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.3125rem); }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.3125rem); }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.3125rem); }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.3125rem); }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.3125rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto;
    max-width: none; }
  .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 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      flex-basis: auto; } }
  .grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
    flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.3333333333%; }
  .grid-y > .small-2 {
    height: 16.6666666667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.3333333333%; }
  .grid-y > .small-5 {
    height: 41.6666666667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.3333333333%; }
  .grid-y > .small-8 {
    height: 66.6666666667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.3333333333%; }
  .grid-y > .small-11 {
    height: 91.6666666667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
      flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.3333333333%; }
    .grid-y > .medium-2 {
      height: 16.6666666667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.3333333333%; }
    .grid-y > .medium-5 {
      height: 41.6666666667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.3333333333%; }
    .grid-y > .medium-8 {
      height: 66.6666666667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.3333333333%; }
    .grid-y > .medium-11 {
      height: 91.6666666667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
      flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.3333333333%; }
    .grid-y > .large-2 {
      height: 16.6666666667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.3333333333%; }
    .grid-y > .large-5 {
      height: 41.6666666667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.3333333333%; }
    .grid-y > .large-8 {
      height: 66.6666666667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.3333333333%; }
    .grid-y > .large-11 {
      height: 91.6666666667%; }
    .grid-y > .large-12 {
      height: 100%; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
      flex: 0 0 auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 8.3333333333%; }
    .grid-y > .xlarge-2 {
      height: 16.6666666667%; }
    .grid-y > .xlarge-3 {
      height: 25%; }
    .grid-y > .xlarge-4 {
      height: 33.3333333333%; }
    .grid-y > .xlarge-5 {
      height: 41.6666666667%; }
    .grid-y > .xlarge-6 {
      height: 50%; }
    .grid-y > .xlarge-7 {
      height: 58.3333333333%; }
    .grid-y > .xlarge-8 {
      height: 66.6666666667%; }
    .grid-y > .xlarge-9 {
      height: 75%; }
    .grid-y > .xlarge-10 {
      height: 83.3333333333%; }
    .grid-y > .xlarge-11 {
      height: 91.6666666667%; }
    .grid-y > .xlarge-12 {
      height: 100%; } }
.grid-padding-y .grid-padding-y {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; } }
.grid-padding-y > .cell {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.3125rem;
      padding-bottom: 0.3125rem; } }
.grid-margin-y {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 0.625rem);
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 0.625rem);
      margin-top: 0.3125rem;
      margin-bottom: 0.3125rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 0.625rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 0.625rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 0.625rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 0.625rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 0.625rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 0.625rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 0.625rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 0.625rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 0.625rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 0.625rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 0.625rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 0.625rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 0.625rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 0.625rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 0.625rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 0.625rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 0.625rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 0.625rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 0.625rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 0.625rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 0.625rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 0.625rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 0.625rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 0.625rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 0.625rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 0.625rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 0.625rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 0.625rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 0.625rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 0.625rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 0.625rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 0.625rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 0.625rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 0.625rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 0.625rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 0.625rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 0.625rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 0.625rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 0.625rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 0.625rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 0.625rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 0.625rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 0.625rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 0.625rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 0.625rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 0.625rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 0.625rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 0.625rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.3333333333% - 0.625rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.6666666667% - 0.625rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 0.625rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.3333333333% - 0.625rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.6666666667% - 0.625rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 0.625rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.3333333333% - 0.625rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.6666666667% - 0.625rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 0.625rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.3333333333% - 0.625rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.6666666667% - 0.625rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 0.625rem); } }
.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

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

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

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -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: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -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%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -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%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

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

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

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

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

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

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

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

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

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

.grid-margin-y {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 0.625rem);
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 0.625rem);
      margin-top: 0.3125rem;
      margin-bottom: 0.3125rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 0.625rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 0.625rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 0.625rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 0.625rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 0.625rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 0.625rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 0.625rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 0.625rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 0.625rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 0.625rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 0.625rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 0.625rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 0.625rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 0.625rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 0.625rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 0.625rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 0.625rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 0.625rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 0.625rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 0.625rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 0.625rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 0.625rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 0.625rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 0.625rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 0.625rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 0.625rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 0.625rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 0.625rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 0.625rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 0.625rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 0.625rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 0.625rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 0.625rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 0.625rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 0.625rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 0.625rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 0.625rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 0.625rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 0.625rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 0.625rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 0.625rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 0.625rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 0.625rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 0.625rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 0.625rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 0.625rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 0.625rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 0.625rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.3333333333% - 0.625rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.6666666667% - 0.625rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 0.625rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.3333333333% - 0.625rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.6666666667% - 0.625rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 0.625rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.3333333333% - 0.625rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.6666666667% - 0.625rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 0.625rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.3333333333% - 0.625rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.6666666667% - 0.625rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 0.625rem); } }
.grid-frame.grid-margin-y {
  height: calc(100vh + 0.625rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 0.625rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 0.625rem); } }
  @media screen and (min-width: 75em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 0.625rem); } }
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 0.625rem); } }

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

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

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "CeraPro-Regular", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

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

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

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

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

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

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

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

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

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

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

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

figure {
  margin: 0; }

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

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

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

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

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

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

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

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

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

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

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

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-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;
  border: 0; }

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

.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-left {
  justify-content: flex-start; }

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

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

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

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

.align-left.vertical.menu > li > a {
  justify-content: flex-start; }

.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: 40em) {
  .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: 64em) {
  .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; } }

@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1; }
  .xlarge-order-2 {
    order: 2; }
  .xlarge-order-3 {
    order: 3; }
  .xlarge-order-4 {
    order: 4; }
  .xlarge-order-5 {
    order: 5; }
  .xlarge-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: 40em) {
  .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: 64em) {
  .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; } }

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

@font-face {
  font-family: 'CeraPro-Thin';
  src: url("../fonts/CeraPro-Thin.woff2") format("woff2"), url("../fonts/CeraPro-Thin.woff") format("woff"); }

@font-face {
  font-family: 'CeraPro-Regular';
  src: url("../fonts/CeraPro-Regular.woff2") format("woff2"), url("../fonts/CeraPro-Regular.woff") format("woff"); }

@font-face {
  font-family: 'CeraPro-Bold';
  src: url("../fonts/CeraPro-Bold.woff2") format("woff2"), url("../fonts/CeraPro-Bold.woff") format("woff"); }

@font-face {
  font-family: 'CeraPro-Black';
  src: url("../fonts/CeraPro-Black.woff2") format("woff2"), url("../fonts/CeraPro-Black.woff") format("woff"); }

@-webkit-keyframes headline {
  from {
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-moz-keyframes headline {
  from {
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-o-keyframes headline {
  from {
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes headline {
  from {
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes scroller {
  from {
    height: 0px; }
  to {
    height: 22px; } }

@-moz-keyframes scroller {
  from {
    height: 0px; }
  to {
    height: 22px; } }

@-o-keyframes scroller {
  from {
    height: 0px; }
  to {
    height: 22px; } }

@keyframes scroller {
  from {
    height: 0px; }
  to {
    height: 22px; } }

/* +++++++++++++++++++++++++++++++++++ */
/*
.viewport {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.scroll-container {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  left: -2px;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  width: 100%;
}

.content {
  width: 100%;
}

.img-container {
  margin: 0 0 50px;

  img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
*/
/* +++++++++++++++++++++++++++++++++++ */
.animatein {
  opacity: 0; }

.animated {
  opacity: 1; }

* {
  outline: 0px; }

body  {
  font-family: 'CeraPro-Regular';
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  line-height: 22px;
  overflow-x: hidden;
  overflow-y: scroll; }
  body .bewerbung {
    background-color: #000000; }

p {
  font-size: 15px;
  line-height: 22px; }
  @media (min-width: 768px) {
    p {
      font-size: 16px;
      line-height: 24px; } }
span.bold {
  font-weight: normal;
  font-family: 'CeraPro-Bold'; }

b {
  font-weight: normal;
  font-family: 'CeraPro-Bold'; }

a.inactive {
  pointer-events: none; }

h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-family: 'CeraPro-Bold'; }

h1 {
  font-size: 97px;
  line-height: 74px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 66px;
      line-height: 66px; } }
  @media (min-width: 1024px) {
    h1 {
      text-align: left; } }
h2 {
  font-family: 'CeraPro-Regular';
  font-size: 11px;
  line-height: 40px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 768px) {
    h2 {
      font-size: 16px;
      line-height: 47px; } }
  @media (min-width: 1024px) {
    h2 {
      text-align: left;
      line-height: 25px; } }
h3 {
  letter-spacing: 0.05rem; }

div.headline {
  height: 150px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 667px) {
    div.headline h1 {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 2px;
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-animation: headline 10s linear infinite;
      -moz-animation: headline 10s linear infinite;
      -o-animation: headline 10s linear infinite;
      animation: headline 10s linear infinite; } }
.form {
  background-color: #000000;
  padding-top: 80px;
  font-family: 'CeraPro-Regular' !important; }
  .form .grid-container-logo {
    padding-bottom: 80px; }

.header-row {
  height: 60px;
  position: relative;
  z-index: 9;
  background-color: #000000; }
  .header-row .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 25px; }
  @media (min-width: 768px) {
    .header-row {
      height: 120px; }
      .header-row .logo {
        width: auto;
        height: auto; } }
.nav {
  background-color: #000000;
  min-height: 100vh;
  position: relative;
  /*margin-bottom: 60px;*/
  margin-top: -100vh;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .nav.open {
    margin-top: -60px; }
  .nav--inner {
    padding-top: 60px; }
    .nav--inner ul.default-links {
      margin: 0px;
      padding: 0px;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      top: 45%; }
      .nav--inner ul.default-links li {
        display: block; }
        .nav--inner ul.default-links li a {
          color: #FFFFFF;
          text-transform: uppercase;
          font-family: 'CeraPro-Bold';
          font-size: 37px;
          line-height: 48px;
          letter-spacing: 0.05rem;
          cursor: pointer;
          /*
          &:hover {
            i {
              margin-left: 14px;
            }
          }
          */ }
          .nav--inner ul.default-links li a i {
            font-style: normal;
            font-family: 'CeraPro-Regular';
            font-size: 11px;
            letter-spacing: 0.8px;
            vertical-align: top;
            margin-top: 9px;
            display: inline-block;
            margin-left: 10px;
            height: 11px;
            line-height: 11px;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -webkit-transition: all 0.2s;
            transition: all 0.2s; }
          @media (min-width: 321px) and (min-height: 569px) {
            .nav--inner ul.default-links li a {
              font-size: 56px;
              line-height: 50px; }
              .nav--inner ul.default-links li a i {
                margin-top: 6px; } }
          @media (min-width: 768px) and (min-height: 900px) {
            .nav--inner ul.default-links li a {
              font-size: 65px;
              line-height: 85px; }
              .nav--inner ul.default-links li a i {
                margin-top: 18px; } }
          @media (min-width: 1024px) and (max-height: 899px) {
            .nav--inner ul.default-links li a {
              font-size: 45px;
              line-height: 65px; }
              .nav--inner ul.default-links li a i {
                margin-top: 15px; } }
          @media (min-width: 1024px) and (min-height: 900px) {
            .nav--inner ul.default-links li a {
              font-size: 80px;
              line-height: 90px; }
              .nav--inner ul.default-links li a i {
                margin-top: 16px; } }
          @media (min-width: 1024px) and (min-height: 1150px) {
            .nav--inner ul.default-links li a {
              font-size: 110px;
              line-height: 115px; }
              .nav--inner ul.default-links li a i {
                margin-top: 25px; } }
  .nav a.scroll {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 22px;
    display: block;
    text-align: center;
    position: absolute;
    left: 0px;
    width: 100%;
    top: calc(100vh - 130px); }
    .nav a.scroll:after {
      content: "";
      width: 1px;
      height: 22px;
      background-color: #FFFFFF;
      display: block;
      margin: 0px auto;
      margin-top: 4px;
      -webkit-animation: scroller 1.7s;
      -moz-animation: scroller 1.7s;
      -o-animation: scroller 1.7s;
      animation: scroller 1.7s;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }

.section {
  position: relative;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px; }
  .section span.sectionnum {
    font-family: 'CeraPro-Bold';
    font-size: 27px;
    line-height: 27px;
    letter-spacing: 0.5px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 140px; }
    .section span.sectionnum:before {
      content: "";
      display: inline-block;
      height: 3px;
      width: 50px;
      background-color: #000000;
      margin-right: 8px;
      vertical-align: middle; }
    .section span.sectionnum.black {
      background-color: #000000;
      color: #FFFFFF;
      padding-top: 45px;
      padding-bottom: 45px; }
      .section span.sectionnum.black:before {
        background-color: #FFFFFF; }
    @media (min-width: 1024px) {
      .section span.sectionnum {
        bottom: 300px; } }
  .section span.sectiontop {
    font-size: 15px;
    line-height: 30px;
    display: block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    width: 100px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: -30px;
    bottom: 95px; }
    .section span.sectiontop:after {
      content: url("../images/icon-arrow.svg");
      vertical-align: middle;
      display: inline-block;
      padding-left: 7px; }
  .section--breadcrumb {
    background-color: #000000;
    min-height: 20px;
    padding-top: 20px; }
    .section--breadcrumb ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .section--breadcrumb ul li {
        color: #FFFFFF;
        display: inline-block;
        height: 20px;
        line-height: 20px; }
        .section--breadcrumb ul li a {
          color: inherit; }
        .section--breadcrumb ul li .separator {
          display: inline-block;
          background-image: url("../images/icon-arrow-white.svg");
          background-position: center center;
          background-repeat: no-repeat;
          width: 25px;
          height: 20px;
          vertical-align: bottom; }
    @media (min-width: 768px) {
      .section--breadcrumb {
        padding-top: 0; }
        .section--breadcrumb ul li .separator {
          width: 40px; } }
  .section--companies {
    padding-top: 60px;
    padding-bottom: 270px; }
    @media (min-width: 1024px) {
      .section--companies {
        padding-top: 120px;
        padding-bottom: 270px; } }
    .section--companies .logo--fixed {
      width: 250px;
      margin-bottom: -99px;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      margin-left: -20px; }
    .section--companies-element {
      padding-bottom: 40px;
      padding-top: 30px;
      position: relative; }
      @media (min-width: 768px) {
        .section--companies-element {
          padding-bottom: 110px;
          padding-top: 40px; } }
      .section--companies-element h3 {
        text-transform: uppercase;
        letter-spacing: 0.05rem; }
      .section--companies-element .cell-logo {
        padding-left: 0px;
        margin-left: -15px;
        z-index: 10; }
        .section--companies-element .cell-logo.cell-logo-ff {
          margin-top: -20%; }
      .section--companies-element .image-1 img {
        width: 100%; }
      .section--companies-element .image-1.image-1-ff {
        z-index: 5; }
      .section--companies-element .image-2 {
        margin-top: -45%; }
        @media (min-width: 768px) {
          .section--companies-element .image-2 {
            margin-top: -32%; } }
        @media (min-width: 1024px) {
          .section--companies-element .image-2 {
            margin-top: -20%; } }
        .section--companies-element .image-2 img {
          width: 100%; }
        .section--companies-element .image-2.image-2-ff {
          margin-top: -25%; }
          @media (min-width: 768px) {
            .section--companies-element .image-2.image-2-ff {
              margin-top: -36%; } }
      .section--companies-element .logo {
        background-color: #000000;
        display: block;
        padding-top: 35px;
        padding-bottom: 35px;
        text-align: center; }
      .section--companies-element h3 {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 20px;
        padding-top: 50px; }
        @media (min-width: 768px) {
          .section--companies-element h3 {
            font-size: 27px;
            line-height: 27px; } }
      .section--companies-element a {
        color: #000000;
        position: relative; }
        @media (min-width: 768px) {
          .section--companies-element a {
            margin-top: 35px; } }
        .section--companies-element a:hover {
          color: #000000; }
          .section--companies-element a:hover:after {
            right: -20px; }
  .section--text p:last-child {
    margin-bottom: 0px; }
  .section--text span.office {
    text-transform: uppercase;
    font-size: 27px;
    letter-spacing: 0.5px;
    font-family: 'CeraPro-Bold';
    line-height: 27px;
    padding-top: 30px;
    display: block; }
    @media (min-width: 768px) {
      .section--text span.office {
        padding-top: 80px; } }
  .section--news {
    background-color: #000000;
    padding-top: 60px;
    padding-left: 0px;
    padding-right: 0px; }
    .section--news-slide img {
      margin-bottom: 0px; }
    .section--news-slide-caption {
      background: #FFFFFF;
      padding: 28px;
      position: relative; }
      .section--news-slide-caption span.date {
        color: #FFFFFF;
        font-size: 27px;
        letter-spacing: 0.5px;
        line-height: 20px;
        font-family: 'CeraPro-Bold';
        position: absolute;
        left: -25px;
        top: 55px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        float: right;
        white-space: nowrap;
        width: 13px; }
      .section--news-slide-caption a {
        color: #000000; }
      .section--news-slide-caption b {
        font-size: 18px;
        font-family: 'CeraPro-Bold';
        line-height: 20px;
        letter-spacing: 0.5px;
        display: block;
        text-transform: uppercase;
        padding-bottom: 15px; }
    .section--news .slick-arrow {
      position: absolute;
      bottom: 50%;
      z-index: 20;
      cursor: pointer; }
      .section--news .slick-arrow.slick-prev {
        left: 0px;
        background-image: url("../images/icon-arrow-left.svg");
        background-repeat: no-repeat;
        background-size: 15px;
        text-indent: -99999px;
        width: 40px;
        height: 40px;
        background-position: center center; }
      .section--news .slick-arrow.slick-next {
        right: 0px;
        background-image: url("../images/icon-arrow-right.svg");
        background-repeat: no-repeat;
        background-size: 15px;
        text-indent: -99999px;
        width: 40px;
        height: 40px;
        background-position: center center; }
    .section--news ul.slick-dots {
      margin: 0px;
      padding: 0px;
      text-align: center;
      width: 100%;
      padding-top: 30px; }
      .section--news ul.slick-dots li {
        display: inline-block;
        padding-left: 3px;
        padding-right: 3px;
        opacity: 0.5;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        .section--news ul.slick-dots li:hover, .section--news ul.slick-dots li.slick-active {
          opacity: 1; }
        .section--news ul.slick-dots li button {
          background-color: #FFFFFF;
          width: 6px;
          height: 6px;
          cursor: pointer;
          border-radius: 6px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          text-indent: -9999px; }
          @media (min-width: 768px) {
            .section--news ul.slick-dots li button {
              width: 10px;
              height: 10px;
              border-radius: 10px;
              -webkit-border-radius: 10px;
              -moz-border-radius: 10px; } }
    .section--news img {
      width: 100%; }
    .section--news h2,
    .section--news h1 {
      color: #FFF; }
    .section--news span.sectionnum {
      color: #FFF; }
      .section--news span.sectionnum:before {
        background-color: #FFF; }
    .section--news span.sectiontop {
      color: #FFFFFF; }
      .section--news span.sectiontop:after {
        content: url("../images/icon-arrow-white.svg"); }
  .section--management {
    padding-top: 60px;
    padding-bottom: 270px; }
    @media (min-width: 1024px) {
      .section--management {
        padding-top: 120px;
        padding-bottom: 500px; } }
    .section--management img {
      width: 100%; }
    .section--management div.management {
      padding-bottom: 60px; }
      @media (min-width: 768px) {
        .section--management div.management {
          margin-right: 30px; } }
      @media (min-width: 768px) {
        .section--management div.management.management-1 {
          margin-top: 100px; } }
      @media (min-width: 768px) {
        .section--management div.management.management-3 {
          margin-top: 0px; } }
      @media (min-width: 1024px) {
        .section--management div.management.management-3 {
          margin-top: -60px; } }
      @media (min-width: 768px) {
        .section--management div.management.management-4 {
          margin-top: -70px; } }
      @media (min-width: 1024px) {
        .section--management div.management.management-4 {
          margin-top: -150px; } }
    .section--management h5 {
      font-size: 18px;
      line-height: 20px;
      text-transform: uppercase;
      padding-top: 18px;
      padding-bottom: 29px;
      letter-spacing: 0.5px; }
      .section--management h5 span {
        display: block;
        font-family: 'CeraPro-Regular';
        text-transform: uppercase;
        letter-spacing: 0.5px; }
    .section--management a {
      border-top: 3px solid #000000;
      border-bottom: 3px solid #000000;
      padding-top: 10px;
      letter-spacing: 0.5px;
      padding-bottom: 10px;
      background-image: url("../images/icon-arrow.svg");
      background-repeat: no-repeat;
      background-position: right 10px center;
      /*top 17px;*/
      background-size: 11px;
      display: block;
      color: #000000;
      text-transform: uppercase;
      font-family: 'CeraPro-Regular';
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .section--management a.phone {
        border-top: none;
        border-bottom: 3px solid #000000; }
      .section--management a:hover {
        background-position: right 0px top 17px; }
  .section--about {
    padding-top: 60px;
    padding-bottom: 270px; }
    @media (min-width: 1024px) {
      .section--about {
        padding-top: 230px;
        padding-bottom: 300px; } }
    .section--about div.images {
      padding-top: 77px;
      padding-bottom: 30px; }
      .section--about div.images img {
        width: 100%; }
      .section--about div.images div.images-1 {
        z-index: 5;
        padding-right: 0px;
        padding-left: 0px;
        /*@media (min-width: $mq-medium) {
          margin-left: auto;
        }*/ }
        @media (max-width: 768px) {
          .section--about div.images div.images-1 {
            margin-left: -15px; } }
        @media (min-width: 1024px) {
          .section--about div.images div.images-1 {
            margin-top: -170px;
            z-index: -1; } }
      .section--about div.images div.images-2 {
        margin-top: calc(-20% + 1.33*0.625rem);
        padding-left: 0px;
        padding-right: 0px; }
        @media (min-width: 1024px) {
          .section--about div.images div.images-2 {
            margin-top: 0; } }
      .section--about div.images div.images-3 {
        margin-top: -27%;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: -15px;
        z-index: 10; }
      .section--about div.images div.images-4 {
        margin-top: -26%;
        z-index: -1; }
  .section--stories {
    background-color: #000000;
    padding-top: 130px;
    padding-bottom: 311px;
    color: #FFFFFF; }
    @media (min-width: 1024px) {
      .section--stories {
        padding-bottom: 400px; } }
    .section--stories span.sectiontop:after {
      content: url("../images/icon-arrow-white.svg"); }
    .section--stories .intro {
      padding-top: 40px;
      padding-bottom: 40px; }
      @media (min-width: 768px) {
        .section--stories .intro {
          padding-top: 80px;
          padding-bottom: 80px; } }
      @media (min-width: 1024px) {
        .section--stories .intro {
          padding-top: 130px;
          padding-bottom: 130px; } }
      .section--stories .intro .teaser-container {
        background-color: #FFFFFF;
        color: #000000;
        height: 100%;
        position: relative; }
        .section--stories .intro .teaser-container .inner {
          position: absolute;
          width: 100%;
          top: 50%;
          transform: translateY(-50%); }
          .section--stories .intro .teaser-container .inner .datum {
            font-size: 11px;
            line-height: 20px;
            margin-bottom: 10px;
            letter-spacing: 0.08rem;
            text-transform: uppercase; }
            @media (min-width: 768px) {
              .section--stories .intro .teaser-container .inner .datum {
                font-size: 18px;
                line-height: 20px; } }
            @media (min-width: 1024px) {
              .section--stories .intro .teaser-container .inner .datum {
                font-size: 16px;
                line-height: 30px; } }
          .section--stories .intro .teaser-container .inner .headline {
            font-size: 20px;
            line-height: 25px;
            margin-bottom: 15px;
            letter-spacing: 0.05rem;
            text-transform: uppercase;
            font-family: 'CeraPro-Bold';
            height: auto; }
            @media (min-width: 768px) {
              .section--stories .intro .teaser-container .inner .headline {
                font-size: 21px;
                line-height: 28px;
                margin-bottom: 20px; } }
            @media (min-width: 1024px) {
              .section--stories .intro .teaser-container .inner .headline {
                font-size: 31px;
                line-height: 31px;
                margin-bottom: 30px; } }
          .section--stories .intro .teaser-container .inner .text {
            margin-bottom: 10px; }
            .section--stories .intro .teaser-container .inner .text p {
              font-size: 16px;
              line-height: 24px; }
            @media (min-width: 768px) {
              .section--stories .intro .teaser-container .inner .text {
                margin-bottom: 15px; } }
            @media (min-width: 1024px) {
              .section--stories .intro .teaser-container .inner .text {
                margin-bottom: 20px; }
                .section--stories .intro .teaser-container .inner .text p {
                  font-size: 18px;
                  line-height: 25px; } }
    .section--stories.detail {
      padding-top: 60px;
      padding-bottom: 70px; }
      @media (min-width: 768px) {
        .section--stories.detail {
          padding-bottom: 120px; } }
      .section--stories.detail .welcome {
        padding-bottom: 70px; }
        @media (min-width: 768px) {
          .section--stories.detail .welcome {
            padding-bottom: 120px; } }
      .section--stories.detail .intro {
        padding-top: 10px;
        padding-bottom: 20px; }
      .section--stories.detail .application-container {
        margin-top: 60px;
        position: relative; }
        .section--stories.detail .application-container .headline-small {
          font-size: 11px;
          line-height: 25px;
          margin-bottom: 10px;
          letter-spacing: 0.05rem;
          font-family: 'CeraPro-Bold';
          text-transform: uppercase; }
        @media (min-width: 768px) {
          .section--stories.detail .application-container {
            margin-top: 120px; }
            .section--stories.detail .application-container .headline-small {
              font-size: 21px;
              line-height: 28px;
              margin-bottom: 20px; } }
        @media (min-width: 1024px) {
          .section--stories.detail .application-container .headline-small {
            font-size: 31px;
            line-height: 38px;
            margin-bottom: 30px; } }
    .section--stories .more-container .more-headline {
      font-size: 11px;
      line-height: 20px;
      margin-bottom: 10px;
      letter-spacing: 0.08rem;
      text-transform: uppercase; }
    @media (min-width: 768px) {
      .section--stories .more-container .more-headline {
        font-size: 16px;
        line-height: 47px;
        margin-bottom: 15px; } }
    @media (min-width: 1024px) {
      .section--stories .more-container {
        margin-bottom: 140px; }
        .section--stories .more-container .more-headline {
          font-size: 18px;
          line-height: 30px;
          margin-bottom: 20px; } }
    .section--stories .more-container ul {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-bottom: 40px; }
      .section--stories .more-container ul li {
        width: 100%;
        border-top: 3px solid #FFFFFF;
        padding: 20px 0;
        margin-bottom: 20px; }
        .section--stories .more-container ul li .inner-headline {
          font-size: 16px;
          line-height: 21px;
          letter-spacing: 0.05rem;
          font-family: 'CeraPro-Bold';
          text-transform: uppercase;
          margin-bottom: 14px; }
        .section--stories .more-container ul li a {
          position: relative;
          display: inline-block;
          padding-right: 20px;
          color: #FFFFFF;
          font-size: 15px;
          -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
          .section--stories .more-container ul li a:after {
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            content: url("../images/icon-arrow-white.svg");
            position: absolute;
            top: 0;
            right: 5px; }
          .section--stories .more-container ul li a:hover:after {
            right: 0; }
        .section--stories .more-container ul li img {
          width: 100%; }
      @media (min-width: 768px) {
        .section--stories .more-container ul {
          display: flex;
          justify-content: space-between; }
          .section--stories .more-container ul li {
            width: 31%;
            border-bottom: 3px solid #FFFFFF;
            padding: 30px 0;
            margin-bottom: 50px; }
            .section--stories .more-container ul li .inner-headline {
              font-size: 18px;
              line-height: 21px; } }
    .section--stories.single {
      padding-top: 60px; }
      .section--stories.single .intro-image {
        margin-bottom: 60px; }
      .section--stories.single .zitat {
        padding: 20px 0 40px; }
        .section--stories.single .zitat h3 {
          text-transform: uppercase; }
      .section--stories.single .bildkomposition {
        margin-bottom: 60px; }
        .section--stories.single .bildkomposition .bild-2 {
          margin-top: -100px; }
        .section--stories.single .bildkomposition .bild-3 {
          margin-top: -30px; }
      .section--stories.single .line {
        width: 100%;
        height: 3px;
        background-color: #FFFFFF;
        margin-top: 30px;
        margin-bottom: 10px; }
      .section--stories.single .prev-next-navigation {
        padding-top: 30px;
        padding-bottom: 60px; }
        .section--stories.single .prev-next-navigation .button.negative {
          padding-top: 10px;
          padding-bottom: 8px;
          margin-bottom: 20px;
          width: 100%; }
          .section--stories.single .prev-next-navigation .button.negative::before, .section--stories.single .prev-next-navigation .button.negative::after {
            top: 50%;
            transform: translateY(-50%); }
        @media (min-width: 768px) {
          .section--stories.single .prev-next-navigation {
            padding-top: 40px;
            padding-bottom: 120px; } }
        @media (min-width: 768px) {
          .section--stories.single .prev-next-navigation {
            padding-top: 60px;
            padding-bottom: 200px; } }
      .section--stories.single .application-container {
        margin-bottom: 60px; }
        .section--stories.single .application-container h3 {
          text-transform: uppercase; }
      .section--stories.single .more-stories-container h2 {
        margin-bottom: 20px; }
      .section--stories.single .more-stories-container ul {
        list-style: none;
        margin: 0;
        margin-bottom: 20px;
        padding: 0; }
        .section--stories.single .more-stories-container ul li {
          border-bottom: 3px solid #FFFFFF;
          padding: 20px 0; }
          .section--stories.single .more-stories-container ul li:first-child {
            border-top: 3px solid #FFFFFF; }
          .section--stories.single .more-stories-container ul li .inner-headline {
            font-size: 18px;
            letter-spacing: 0.05rem;
            line-height: 21px;
            font-family: 'CeraPro-Bold';
            text-transform: uppercase;
            margin-bottom: 14px; }
          .section--stories.single .more-stories-container ul li img {
            width: 100%; }
          .section--stories.single .more-stories-container ul li a {
            position: relative;
            display: inline-block;
            padding-right: 20px;
            color: #FFFFFF;
            font-size: 15px;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -webkit-transition: all 0.2s;
            transition: all 0.2s; }
            .section--stories.single .more-stories-container ul li a::after {
              -moz-transition: all 0.2s;
              -o-transition: all 0.2s;
              -webkit-transition: all 0.2s;
              transition: all 0.2s;
              content: url("../images/icon-arrow-white.svg");
              position: absolute;
              top: 0;
              right: 5px; }
            .section--stories.single .more-stories-container ul li a:hover::after {
              right: 0; }
  .section--career {
    background-color: #000000;
    padding-top: 60px;
    padding-bottom: 270px;
    color: #FFFFFF; }
    @media (min-width: 1024px) {
      .section--career {
        padding-top: 120px;
        padding-bottom: 400px; } }
    .section--career span.sectiontop {
      color: #FFFFFF; }
      .section--career span.sectiontop:after {
        content: url("../images/icon-arrow-white.svg"); }
    .section--career div.images {
      padding-top: 75px;
      padding-bottom: 30px; }
      .section--career div.images div.images-1 {
        z-index: 5;
        padding-right: 0px; }
      .section--career div.images div.images-2 {
        margin-top: calc(-18% + 1.33*0.625rem); }
      .section--career div.images div.images-3 {
        margin-top: calc(-55% + 1*0.625rem);
        padding-left: 0px; }
    .section--career b {
      text-transform: uppercase;
      font-size: 27px;
      letter-spacing: 0.5px;
      font-family: 'CeraPro-Bold';
      line-height: 27px;
      padding-top: 30px;
      display: block;
      padding-bottom: 40px; }
    .section--career img.initiativbewerbung {
      padding-top: 60px; }
    .section--career .headline-initiativ {
      margin-top: -13%;
      position: relative; }
      @media (min-width: 768px) {
        .section--career .headline-initiativ {
          margin-top: -23%; } }
    .section--career a.stelle {
      color: #FFF;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      line-height: 18px;
      font-family: 'CeraPro-Bold';
      border-top: 3px solid #FFFFFF;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 30px;
      display: block;
      position: relative; }
      @media (min-width: 768px) {
        .section--career a.stelle {
          font-size: 20px;
          line-height: 25px; } }
      .section--career a.stelle:last-child {
        border-bottom: 3px solid #FFFFFF; }
      .section--career a.stelle span {
        font-size: 11px;
        line-height: 18px;
        display: block;
        font-family: 'CeraPro-Regular'; }
        @media (min-width: 768px) {
          .section--career a.stelle span {
            font-size: 18px; } }
      .section--career a.stelle::after {
        content: url(../images/icon-arrow-white.svg);
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
      .section--career a.stelle:hover::after {
        right: 5px; }
      .section--career a.stelle.inactive {
        pointer-events: none; }
        .section--career a.stelle.inactive::after {
          display: none; }
    .section--career img {
      width: 100%; }
    .section--career h2,
    .section--career h1 {
      color: #FFF; }
    .section--career span.sectionnum {
      color: #FFF; }
      .section--career span.sectionnum:before {
        background-color: #FFF; }
    .section--career span.nomadentum {
      text-transform: uppercase;
      font-size: 27px;
      letter-spacing: 0.5px;
      font-family: 'CeraPro-Bold';
      line-height: 27px;
      padding-top: 30px;
      display: block;
      padding-bottom: 40px; }
    .section--career .application-container {
      margin-top: -45px;
      position: relative; }
      .section--career .application-container .headline-small {
        font-size: 31px;
        line-height: 38px;
        letter-spacing: 0.05rem;
        font-family: 'CeraPro-Bold';
        margin-bottom: 30px;
        text-transform: uppercase; }
    .section--career.detail ul {
      list-style: none;
      margin: 0;
      margin-bottom: 60px;
      padding: 0; }
      .section--career.detail ul li a {
        font-size: 25px;
        line-height: 17px;
        font-family: 'CeraPro-Bold';
        letter-spacing: 0.05rem;
        padding-left: 0; }
        @media (min-width: 768px) {
          .section--career.detail ul li a {
            font-size: 21px;
            line-height: 28px; } }
        @media (min-width: 1024px) {
          .section--career.detail ul li a {
            font-size: 31px;
            line-height: 38px; } }
        .section--career.detail ul li a::after {
          width: 10px;
          top: 0; }
    .section--career.detail div.images {
      /*div.images-1 {

        }*/ }
      .section--career.detail div.images div.images-2 {
        margin-top: calc(-10% + 1.33*0.625rem); }
      .section--career.detail div.images div.images-3 {
        margin-top: calc(-78% + 1*0.625rem); }
        @media (min-width: 768px) {
          .section--career.detail div.images div.images-3 {
            margin-top: calc(-62% + 1*0.625rem); } }
        @media (min-width: 1024px) {
          .section--career.detail div.images div.images-3 {
            margin-top: calc(-48% + 1*0.625rem); } }
    .section--career.detail .infotext {
      padding-top: 60px;
      padding-bottom: 70px; }
      @media (min-width: 1024px) {
        .section--career.detail .infotext {
          padding-top: 100px;
          padding-bottom: 180px; } }
    .section--career.detail h3 {
      font-size: 25px;
      line-height: 28px;
      text-transform: uppercase;
      letter-spacing: 0.05rem;
      font-family: 'CeraPro-Bold';
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .section--career.detail h3 {
          font-size: 41px;
          line-height: 48px;
          margin-top: 40px; } }
    .section--career.detail .wwu-container {
      padding: 38px 30px;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .section--career.detail .wwu-container {
          padding: 38px 30px;
          margin-bottom: 40px; } }
      @media (min-width: 1024px) {
        .section--career.detail .wwu-container {
          padding: 88px 50px;
          margin-bottom: 50px; } }
      .section--career.detail .wwu-container h2 {
        font-size: 40px !important;
        line-height: 47px !important;
        margin-bottom: 20px;
        font-family: 'CeraPro-Bold';
        text-align: left !important;
        letter-spacing: 0.05rem; }
        @media (min-width: 768px) {
          .section--career.detail .wwu-container h2 {
            font-size: 40px !important;
            line-height: 40px !important;
            margin-bottom: 0; } }
        @media (min-width: 1024px) {
          .section--career.detail .wwu-container h2 {
            font-size: 80px !important;
            line-height: 80px !important; } }
      .section--career.detail .wwu-container ul {
        margin-bottom: 0;
        padding-left: 20px; }
        .section--career.detail .wwu-container ul li {
          position: relative;
          font-size: 16px;
          margin-bottom: 10px; }
          @media (min-width: 768px) {
            .section--career.detail .wwu-container ul li {
              font-size: 16px; } }
          .section--career.detail .wwu-container ul li::before {
            content: "–";
            position: absolute;
            left: -20px;
            top: 0; }
      .section--career.detail .wwu-container.checkmarks ul li::before {
        content: "";
        position: absolute;
        left: -25px;
        top: 5px;
        width: 18px;
        height: 18px;
        background-image: url(../images/checkmark.svg);
        background-size: cover; }
      .section--career.detail .wwu-container.white {
        background-color: #FFFFFF;
        color: #000000; }
        .section--career.detail .wwu-container.white h2 {
          color: #000000; }
      .section--career.detail .wwu-container.black {
        background-color: #000000;
        color: #FFFFFF;
        border: 3px solid #FFFFFF; }
    .section--career.detail .selection-row {
      margin-bottom: 40px; }
    .section--career.detail .stellenangebote-container {
      margin-bottom: 70px; }
      @media (min-width: 768px) {
        .section--career.detail .stellenangebote-container {
          margin-bottom: 100px; } }
      @media (min-width: 1024px) {
        .section--career.detail .stellenangebote-container {
          margin-bottom: 250px; } }
      .section--career.detail .stellenangebote-container .type-selector {
        display: block;
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
        border: 3px solid #FFFFFF;
        padding-top: 10px;
        padding-bottom: 7px;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        cursor: pointer; }
        .section--career.detail .stellenangebote-container .type-selector img, .section--career.detail .stellenangebote-container .type-selector .svg {
          height: 14px;
          max-width: 100px; }
          .section--career.detail .stellenangebote-container .type-selector img path, .section--career.detail .stellenangebote-container .type-selector img rect, .section--career.detail .stellenangebote-container .type-selector img polygon, .section--career.detail .stellenangebote-container .type-selector .svg path, .section--career.detail .stellenangebote-container .type-selector .svg rect, .section--career.detail .stellenangebote-container .type-selector .svg polygon {
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -webkit-transition: all 0.2s;
            transition: all 0.2s; }
        .section--career.detail .stellenangebote-container .type-selector:hover, .section--career.detail .stellenangebote-container .type-selector.active {
          background-color: #FFFFFF;
          color: #000000; }
          .section--career.detail .stellenangebote-container .type-selector:hover .svg path, .section--career.detail .stellenangebote-container .type-selector:hover .svg rect, .section--career.detail .stellenangebote-container .type-selector:hover .svg polygon, .section--career.detail .stellenangebote-container .type-selector.active .svg path, .section--career.detail .stellenangebote-container .type-selector.active .svg rect, .section--career.detail .stellenangebote-container .type-selector.active .svg polygon {
            fill: #000000; }
    .section--career.detail .bewerbungsprozess-container {
      padding-top: 30px;
      margin-bottom: 80px; }
      .section--career.detail .bewerbungsprozess-container .box-container-2 {
        margin-top: 0; }
        @media (min-width: 768px) {
          .section--career.detail .bewerbungsprozess-container .box-container-2 {
            margin-top: -110px; } }
        @media (min-width: 1024px) {
          .section--career.detail .bewerbungsprozess-container .box-container-2 {
            margin-top: 100px; } }
      .section--career.detail .bewerbungsprozess-container .box-container-3 {
        margin-top: 0; }
        @media (min-width: 768px) {
          .section--career.detail .bewerbungsprozess-container .box-container-3 {
            margin-top: -140px; } }
      .section--career.detail .bewerbungsprozess-container .box-container-4 {
        display: none;
        position: relative; }
        .section--career.detail .bewerbungsprozess-container .box-container-4 img {
          margin-left: 20px; }
        @media (min-width: 768px) {
          .section--career.detail .bewerbungsprozess-container .box-container-4 {
            margin-top: -180px;
            display: flex; }
            .section--career.detail .bewerbungsprozess-container .box-container-4 img {
              margin-left: 30px; } }
        @media (min-width: 1024px) {
          .section--career.detail .bewerbungsprozess-container .box-container-4 {
            margin-top: -250px; }
            .section--career.detail .bewerbungsprozess-container .box-container-4 img {
              margin-left: 50px; } }
      .section--career.detail .bewerbungsprozess-container .prozess-container {
        border: 1px solid #FFFFFF;
        position: relative;
        padding: 35px 30px 35px 30px;
        margin: 40px 0 20px;
        background-color: #000000; }
        .section--career.detail .bewerbungsprozess-container .prozess-container.box-1 {
          margin-top: 100px; }
        @media (min-width: 768px) {
          .section--career.detail .bewerbungsprozess-container .prozess-container {
            padding: 70px 55px 70px 55px;
            margin: 40px 0; } }
        .section--career.detail .bewerbungsprozess-container .prozess-container .bg-image {
          opacity: 0;
          background-size: cover;
          background-position: center center;
          -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0; }
        .section--career.detail .bewerbungsprozess-container .prozess-container .number {
          position: absolute;
          left: 30px;
          top: -45px;
          font-size: 60px;
          line-height: 80px;
          font-family: 'CeraPro-Bold'; }
          @media (min-width: 768px) {
            .section--career.detail .bewerbungsprozess-container .prozess-container .number {
              font-size: 80px;
              left: 50px; } }
        .section--career.detail .bewerbungsprozess-container .prozess-container .inner-headline {
          font-size: 21px;
          line-height: 30px;
          letter-spacing: 0.05rem;
          font-family: 'CeraPro-Bold';
          text-transform: uppercase; }
        .section--career.detail .bewerbungsprozess-container .prozess-container:hover .bg-image {
          opacity: 1; }
    .section--career.detail .arbeitsmodelle-container {
      padding-top: 60px;
      margin-bottom: 80px; }
  .section--inside {
    background-color: #000000;
    padding-top: 60px;
    padding-bottom: 270px; }
    @media (min-width: 1024px) {
      .section--inside {
        padding-top: 120px;
        padding-bottom: 400px; } }
    .section--inside img {
      width: 100%; }
    .section--inside h2,
    .section--inside h1 {
      color: #FFF; }
    .section--inside span.sectionnum {
      color: #FFF; }
      .section--inside span.sectionnum:before {
        background-color: #FFF; }
    .section--inside a.post {
      display: block;
      overflow: hidden;
      position: relative;
      margin-bottom: calc(2 * 0.3125rem);
      padding-top: 100%; }
      @media (min-width: 1024px) {
        .section--inside a.post {
          margin-right: 30px;
          margin-top: 30px;
          margin-bottom: calc(2 * 0.3125rem + 30px);
          padding-top: calc(100% - 30px); } }
      .section--inside a.post .inner {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-size: cover;
        background-position: center center;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
      .section--inside a.post img {
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
      .section--inside a.post:hover img {
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }
      .section--inside a.post:hover .inner {
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }
      @media (min-width: 1024px) {
        .section--inside a.post.post-1 {
          margin-top: 160px; } }
    .section--inside a.instagram {
      color: #FFFFFF;
      font-size: 18px;
      line-height: 25px;
      letter-spacing: 0.5px;
      font-family: 'CeraPro-Bold';
      text-transform: uppercase;
      border-top: 3px solid #FFFFFF;
      display: block;
      padding-top: 10px;
      margin-top: 30px;
      background-size: 11px;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      @media (min-width: 1024px) {
        .section--inside a.instagram {
          padding-bottom: 10px;
          border-bottom: 3px solid #FFFFFF;
          font-size: 29px;
          line-height: 31px;
          letter-spacing: 0.8px; } }
    .section--inside span.sectiontop {
      color: #FFFFFF; }
      .section--inside span.sectiontop:after {
        content: url("../images/icon-arrow-white.svg"); }
  .section--contact {
    padding-top: 60px;
    padding-bottom: 311px; }
    @media (min-width: 1024px) {
      .section--contact {
        padding-top: 120px;
        padding-bottom: 400px; } }
    .section--contact .contact-container {
      margin-bottom: 40px; }
    .section--contact-element {
      display: block;
      font-family: 'CeraPro-Bold';
      font-size: 27px;
      line-height: 27px;
      letter-spacing: 0.5px;
      color: #000000;
      text-transform: uppercase;
      border-top: 3px solid #000000;
      border-bottom: 3px solid #000000;
      padding-top: 20px;
      padding-bottom: 20px;
      background-image: url("../images/icon-arrow.svg");
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 11px;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .section--contact-element-phone {
        border-top: 0px; }
      .section--contact-element:hover {
        background-position: right 0px center;
        color: #000000; }
      @media (min-width: 1024px) {
        .section--contact-element {
          font-size: 63px;
          line-height: 81px; } }
footer {
  background-color: #000000;
  color: #FFFFFF;
  padding-top: 65px;
  padding-bottom: 65px; }
  footer.bewerbung {
    margin-top: -7px; }
  @media (max-width: 667px) {
    footer {
      padding-bottom: 30px; } }
  footer a {
    color: #FFF; }
    footer a:active, footer a:focus, footer a:hover {
      color: #FFF; }
  footer address {
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    padding-top: 48px; }
  footer ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    border-top: 3px solid #FFFFFF;
    margin-top: 60px;
    text-align: center;
    padding-top: 10px; }
    @media (min-width: 768px) {
      footer ul {
        margin: 0px;
        padding: 0px;
        border: none;
        display: block;
        text-align: right; } }
    footer ul li {
      display: inline-block; }
      @media (min-width: 768px) {
        footer ul li {
          padding-left: 10px;
          padding-right: 10px; } }
      footer ul li a {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 15px;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        footer ul li a:hover {
          color: #FFF;
          opacity: 0.6; }
  footer img {
    padding-bottom: 30px; }
  footer p {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.8px;
    margin: 0px; }

.lightbox {
  display: none;
  padding: 25px; }
  .lightbox h1 {
    font-size: 30px;
    padding-bottom: 20px; }
  .lightbox a {
    color: #000000; }
    .lightbox a:hover {
      color: #000000; }

.telex {
  margin-left: -20px;
  width: calc(100% + 40px); }
  @media (min-width: 1024px) {
    .telex {
      display: none !important; } }
.headline-content {
  display: none; }
  @media (min-width: 1024px) {
    .headline-content {
      display: block;
      opacity: 0; } }
@media (min-width: 1024px) {
  .telex-head {
    display: none; } }

.featherlight .featherlight-close-icon {
  top: 20px;
  right: 20px; }

a.button {
  background-color: #FFF;
  display: inline-block;
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'CeraPro-Bold';
  position: relative;
  font-size: 15px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  a.button.outline {
    border: 3px solid #000000;
    padding-right: 40px; }
    a.button.outline::after {
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      content: url("../images/icon-arrow.svg");
      position: absolute;
      top: 6px;
      right: 15px; }
    a.button.outline:hover:after {
      right: 10px;
      content: url("../images/icon-arrow-white.svg"); }
  a.button:hover {
    background-color: #000000;
    color: #FFF; }
  a.button.negative {
    color: #FFFFFF;
    background-color: #000000;
    border: 3px solid #FFFFFF;
    padding-right: 30px; }
    a.button.negative::after {
      content: url("../images/icon-arrow-white.svg");
      position: absolute;
      right: 10px;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    a.button.negative:hover {
      color: #000000;
      background-color: #FFFFFF; }
      a.button.negative:hover::after {
        content: url("../images/icon-arrow.svg");
        right: 5px; }
    a.button.negative.left {
      padding-left: 30px;
      padding-right: 20px; }
      a.button.negative.left::after {
        display: none; }
      a.button.negative.left::before {
        content: url("../images/icon-arrow-left-white.svg");
        position: absolute;
        left: 10px;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        width: 10px;
        height: 22px; }
      a.button.negative.left:hover::before {
        content: url("../images/icon-arrow-left.svg");
        left: 5px; }
  a.button.simple {
    color: #FFFFFF;
    background-color: #000000; }
    a.button.simple::after {
      content: url("../images/icon-arrow-white.svg");
      position: absolute;
      right: 5px;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    a.button.simple:hover::after {
      right: 0; }

.stellenanzeige-ff {
  padding-bottom: 40px;
  padding-top: 80px; }
  .stellenanzeige-ff h2 {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    text-transform: none;
    font-family: 'CeraPro-Bold';
    padding-bottom: 20px; }
  .stellenanzeige-ff ul {
    padding-bottom: 1em;
    padding-top: 10px; }
  .stellenanzeige-ff h3 {
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    text-transform: none;
    font-family: 'CeraPro-Bold';
    padding: 0px;
    margin: 0px; }
  .stellenanzeige-ff ul, .stellenanzeige-ff ul li,
  .stellenanzeige-ff p {
    font-size: 15px;
    line-height: 21px; }
  .stellenanzeige-ff a.button {
    background-color: #1A505A;
    color: #FFFFFF; }
  .stellenanzeige-ff h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: left;
    background-color: #1A505A;
    color: #FFF;
    padding: 30px;
    text-transform: none; }

.nav-icon {
  width: 24px;
  height: 24px;
  right: 25px;
  padding: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  /* 99998; */ }
  .nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 24px;
    background-color: #FFFFFF;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .nav-icon span:nth-child(1) {
      top: 6px; }
    .nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
      top: 13px; }
    .nav-icon span:nth-child(4) {
      top: 20px; }
  .nav-icon.open span:nth-child(1) {
    top: 26px;
    width: 0%;
    left: 50%; }
  .nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px; }
  .nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px; }
  .nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }
  @media (min-width: 768px) {
    .nav-icon {
      width: 28px;
      height: 28px;
      right: 80px; }
      .nav-icon span {
        height: 3px;
        width: 28px; } }
.stuck {
  position: fixed;
  top: 0; }

.sticky-surpassed {
  position: absolute;
  bottom: 212px;
  /*149px;*/ }

.marquee-container {
  overflow: hidden;
  width: 100vw; }
  .marquee-container .default-links {
    width: 110%;
    margin-left: -10% !important;
    overflow: hidden; }
    .marquee-container .default-links li a {
      margin-right: 60px; }
  .marquee-container .marquee {
    width: 10000px;
    overflow: hidden; }

.header-logo-new {
  max-width: 250px; }
  @media (max-width: 768px) {
    .header-logo-new {
      max-width: 150px; } }
.type-selector-hover img {
  height: 25px !important; }

.type-selector-hover img:last-of-type {
  display: none; }

.type-selector-hover.active
.type-selector-hover.active img:first-of-type {
  display: none; }

.type-selector-hover {
  height: 47px !important; }
  .type-selector-hover img:last-of-type {
    display: none; }
  .type-selector-hover.active img:first-of-type, .type-selector-hover:hover img:first-of-type {
    display: none; }
  .type-selector-hover.active img:last-of-type, .type-selector-hover:hover img:last-of-type {
    display: inline-block; }




.listcont ul {
	margin-bottom: 0;
	margin-left: 20px !important; 
}
.listcont ul li {
position: relative;
font-size: 16px;
margin-bottom: 10px; 
}

.listcont ul li::before {
content: "–";
position: absolute;
left: -20px;
top: 0;
}