/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.foundation-mq {
  font-family: "small=0em&medium=40em&large=48em&xlarge=64em&xxlarge=69em&xxxlarge=87.5em&xxxxlarge=120.625em";
}
html {
  font-size: 100%;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Meta Offc W01 Normal", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}
select {
  width: 100%;
  border-radius: 0;
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}
[data-whatinput="mouse"] button {
  outline: 0;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
.row {
  max-width: 89rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.row .row {
  margin-left: 0;
  margin-right: 0;
}
.row.expanded {
  max-width: none;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-left: 0;
  margin-right: 0;
}
.column,
.columns {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 0;
  padding-right: 0;
  min-width: initial;
}
.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}
.row .column.row.row,
.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.small-1 {
  -webkit-flex: 0 0 4.16667%;
  -ms-flex: 0 0 4.16667%;
  flex: 0 0 4.16667%;
  max-width: 4.16667%;
}
.small-offset-0 {
  margin-left: 0%;
}
.small-2 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.small-offset-1 {
  margin-left: 4.16667%;
}
.small-3 {
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.small-offset-2 {
  margin-left: 8.33333%;
}
.small-4 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.small-offset-3 {
  margin-left: 12.5%;
}
.small-5 {
  -webkit-flex: 0 0 20.83333%;
  -ms-flex: 0 0 20.83333%;
  flex: 0 0 20.83333%;
  max-width: 20.83333%;
}
.small-offset-4 {
  margin-left: 16.66667%;
}
.small-6 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.small-offset-5 {
  margin-left: 20.83333%;
}
.small-7 {
  -webkit-flex: 0 0 29.16667%;
  -ms-flex: 0 0 29.16667%;
  flex: 0 0 29.16667%;
  max-width: 29.16667%;
}
.small-offset-6 {
  margin-left: 25%;
}
.small-8 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.small-offset-7 {
  margin-left: 29.16667%;
}
.small-9 {
  -webkit-flex: 0 0 37.5%;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.small-offset-8 {
  margin-left: 33.33333%;
}
.small-10 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.small-offset-9 {
  margin-left: 37.5%;
}
.small-11 {
  -webkit-flex: 0 0 45.83333%;
  -ms-flex: 0 0 45.83333%;
  flex: 0 0 45.83333%;
  max-width: 45.83333%;
}
.small-offset-10 {
  margin-left: 41.66667%;
}
.small-12 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.small-offset-11 {
  margin-left: 45.83333%;
}
.small-13 {
  -webkit-flex: 0 0 54.16667%;
  -ms-flex: 0 0 54.16667%;
  flex: 0 0 54.16667%;
  max-width: 54.16667%;
}
.small-offset-12 {
  margin-left: 50%;
}
.small-14 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.small-offset-13 {
  margin-left: 54.16667%;
}
.small-15 {
  -webkit-flex: 0 0 62.5%;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.small-offset-14 {
  margin-left: 58.33333%;
}
.small-16 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.small-offset-15 {
  margin-left: 62.5%;
}
.small-17 {
  -webkit-flex: 0 0 70.83333%;
  -ms-flex: 0 0 70.83333%;
  flex: 0 0 70.83333%;
  max-width: 70.83333%;
}
.small-offset-16 {
  margin-left: 66.66667%;
}
.small-18 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.small-offset-17 {
  margin-left: 70.83333%;
}
.small-19 {
  -webkit-flex: 0 0 79.16667%;
  -ms-flex: 0 0 79.16667%;
  flex: 0 0 79.16667%;
  max-width: 79.16667%;
}
.small-offset-18 {
  margin-left: 75%;
}
.small-20 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.small-offset-19 {
  margin-left: 79.16667%;
}
.small-21 {
  -webkit-flex: 0 0 87.5%;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.small-offset-20 {
  margin-left: 83.33333%;
}
.small-22 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.small-offset-21 {
  margin-left: 87.5%;
}
.small-23 {
  -webkit-flex: 0 0 95.83333%;
  -ms-flex: 0 0 95.83333%;
  flex: 0 0 95.83333%;
  max-width: 95.83333%;
}
.small-offset-22 {
  margin-left: 91.66667%;
}
.small-24 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.small-offset-23 {
  margin-left: 95.83333%;
}
.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.small-up-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-1 > .column,
.small-up-1 > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.small-up-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-2 > .column,
.small-up-2 > .columns {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.small-up-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-3 > .column,
.small-up-3 > .columns {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.small-up-4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-4 > .column,
.small-up-4 > .columns {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.small-up-5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-5 > .column,
.small-up-5 > .columns {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.small-up-6 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-6 > .column,
.small-up-6 > .columns {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.small-up-7 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-7 > .column,
.small-up-7 > .columns {
  -webkit-flex: 0 0 14.28571%;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}
.small-up-8 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-8 > .column,
.small-up-8 > .columns {
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.small-collapse > .column,
.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 40em) {
  .medium-1 {
    -webkit-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-1 {
    margin-left: 4.16667%;
  }
  .medium-3 {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .medium-offset-2 {
    margin-left: 8.33333%;
  }
  .medium-4 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-3 {
    margin-left: 12.5%;
  }
  .medium-5 {
    -webkit-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .medium-offset-4 {
    margin-left: 16.66667%;
  }
  .medium-6 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-5 {
    margin-left: 20.83333%;
  }
  .medium-7 {
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .medium-offset-6 {
    margin-left: 25%;
  }
  .medium-8 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-7 {
    margin-left: 29.16667%;
  }
  .medium-9 {
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .medium-offset-8 {
    margin-left: 33.33333%;
  }
  .medium-10 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-9 {
    margin-left: 37.5%;
  }
  .medium-11 {
    -webkit-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .medium-offset-10 {
    margin-left: 41.66667%;
  }
  .medium-12 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-11 {
    margin-left: 45.83333%;
  }
  .medium-13 {
    -webkit-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .medium-offset-12 {
    margin-left: 50%;
  }
  .medium-14 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-13 {
    margin-left: 54.16667%;
  }
  .medium-15 {
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .medium-offset-14 {
    margin-left: 58.33333%;
  }
  .medium-16 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-15 {
    margin-left: 62.5%;
  }
  .medium-17 {
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .medium-offset-16 {
    margin-left: 66.66667%;
  }
  .medium-18 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-17 {
    margin-left: 70.83333%;
  }
  .medium-19 {
    -webkit-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .medium-offset-18 {
    margin-left: 75%;
  }
  .medium-20 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-19 {
    margin-left: 79.16667%;
  }
  .medium-21 {
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .medium-offset-20 {
    margin-left: 83.33333%;
  }
  .medium-22 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-21 {
    margin-left: 87.5%;
  }
  .medium-23 {
    -webkit-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .medium-offset-22 {
    margin-left: 91.66667%;
  }
  .medium-24 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-23 {
    margin-left: 95.83333%;
  }
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 40em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 40em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .large-1 {
    -webkit-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-1 {
    margin-left: 4.16667%;
  }
  .large-3 {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .large-offset-2 {
    margin-left: 8.33333%;
  }
  .large-4 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-3 {
    margin-left: 12.5%;
  }
  .large-5 {
    -webkit-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .large-offset-4 {
    margin-left: 16.66667%;
  }
  .large-6 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-5 {
    margin-left: 20.83333%;
  }
  .large-7 {
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .large-offset-6 {
    margin-left: 25%;
  }
  .large-8 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-7 {
    margin-left: 29.16667%;
  }
  .large-9 {
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .large-offset-8 {
    margin-left: 33.33333%;
  }
  .large-10 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-9 {
    margin-left: 37.5%;
  }
  .large-11 {
    -webkit-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .large-offset-10 {
    margin-left: 41.66667%;
  }
  .large-12 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-11 {
    margin-left: 45.83333%;
  }
  .large-13 {
    -webkit-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .large-offset-12 {
    margin-left: 50%;
  }
  .large-14 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-13 {
    margin-left: 54.16667%;
  }
  .large-15 {
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .large-offset-14 {
    margin-left: 58.33333%;
  }
  .large-16 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-15 {
    margin-left: 62.5%;
  }
  .large-17 {
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .large-offset-16 {
    margin-left: 66.66667%;
  }
  .large-18 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-17 {
    margin-left: 70.83333%;
  }
  .large-19 {
    -webkit-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .large-offset-18 {
    margin-left: 75%;
  }
  .large-20 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-19 {
    margin-left: 79.16667%;
  }
  .large-21 {
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .large-offset-20 {
    margin-left: 83.33333%;
  }
  .large-22 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-21 {
    margin-left: 87.5%;
  }
  .large-23 {
    -webkit-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .large-offset-22 {
    margin-left: 91.66667%;
  }
  .large-24 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-23 {
    margin-left: 95.83333%;
  }
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .large-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column,
.row.large-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 48em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 48em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 64em) {
  .xlarge-1 {
    -webkit-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .xlarge-offset-1 {
    margin-left: 4.16667%;
  }
  .xlarge-3 {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .xlarge-offset-2 {
    margin-left: 8.33333%;
  }
  .xlarge-4 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xlarge-offset-3 {
    margin-left: 12.5%;
  }
  .xlarge-5 {
    -webkit-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .xlarge-offset-4 {
    margin-left: 16.66667%;
  }
  .xlarge-6 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-5 {
    margin-left: 20.83333%;
  }
  .xlarge-7 {
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .xlarge-offset-6 {
    margin-left: 25%;
  }
  .xlarge-8 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xlarge-offset-7 {
    margin-left: 29.16667%;
  }
  .xlarge-9 {
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .xlarge-offset-8 {
    margin-left: 33.33333%;
  }
  .xlarge-10 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .xlarge-offset-9 {
    margin-left: 37.5%;
  }
  .xlarge-11 {
    -webkit-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .xlarge-offset-10 {
    margin-left: 41.66667%;
  }
  .xlarge-12 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-11 {
    margin-left: 45.83333%;
  }
  .xlarge-13 {
    -webkit-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .xlarge-offset-12 {
    margin-left: 50%;
  }
  .xlarge-14 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .xlarge-offset-13 {
    margin-left: 54.16667%;
  }
  .xlarge-15 {
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .xlarge-offset-14 {
    margin-left: 58.33333%;
  }
  .xlarge-16 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .xlarge-offset-15 {
    margin-left: 62.5%;
  }
  .xlarge-17 {
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .xlarge-offset-16 {
    margin-left: 66.66667%;
  }
  .xlarge-18 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-17 {
    margin-left: 70.83333%;
  }
  .xlarge-19 {
    -webkit-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .xlarge-offset-18 {
    margin-left: 75%;
  }
  .xlarge-20 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xlarge-offset-19 {
    margin-left: 79.16667%;
  }
  .xlarge-21 {
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .xlarge-offset-20 {
    margin-left: 83.33333%;
  }
  .xlarge-22 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .xlarge-offset-21 {
    margin-left: 87.5%;
  }
  .xlarge-23 {
    -webkit-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .xlarge-offset-22 {
    margin-left: 91.66667%;
  }
  .xlarge-24 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-23 {
    margin-left: 95.83333%;
  }
  .xlarge-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .xlarge-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .xlarge-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .xlarge-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .xlarge-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .xlarge-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .xlarge-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-1 > .column,
  .xlarge-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-2 > .column,
  .xlarge-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-3 > .column,
  .xlarge-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xlarge-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-4 > .column,
  .xlarge-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-5 > .column,
  .xlarge-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-6 > .column,
  .xlarge-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xlarge-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-7 > .column,
  .xlarge-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .xlarge-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-8 > .column,
  .xlarge-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  .xlarge-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.xlarge-unstack > .column,
.row.xlarge-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 64em) {
  .row.xlarge-unstack > .column,
  .row.xlarge-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 64em) {
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 69em) {
  .xxlarge-1 {
    -webkit-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .xxlarge-offset-1 {
    margin-left: 4.16667%;
  }
  .xxlarge-3 {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .xxlarge-offset-2 {
    margin-left: 8.33333%;
  }
  .xxlarge-4 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xxlarge-offset-3 {
    margin-left: 12.5%;
  }
  .xxlarge-5 {
    -webkit-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .xxlarge-offset-4 {
    margin-left: 16.66667%;
  }
  .xxlarge-6 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-offset-5 {
    margin-left: 20.83333%;
  }
  .xxlarge-7 {
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .xxlarge-offset-6 {
    margin-left: 25%;
  }
  .xxlarge-8 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xxlarge-offset-7 {
    margin-left: 29.16667%;
  }
  .xxlarge-9 {
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .xxlarge-offset-8 {
    margin-left: 33.33333%;
  }
  .xxlarge-10 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .xxlarge-offset-9 {
    margin-left: 37.5%;
  }
  .xxlarge-11 {
    -webkit-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .xxlarge-offset-10 {
    margin-left: 41.66667%;
  }
  .xxlarge-12 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-offset-11 {
    margin-left: 45.83333%;
  }
  .xxlarge-13 {
    -webkit-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .xxlarge-offset-12 {
    margin-left: 50%;
  }
  .xxlarge-14 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .xxlarge-offset-13 {
    margin-left: 54.16667%;
  }
  .xxlarge-15 {
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .xxlarge-offset-14 {
    margin-left: 58.33333%;
  }
  .xxlarge-16 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .xxlarge-offset-15 {
    margin-left: 62.5%;
  }
  .xxlarge-17 {
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .xxlarge-offset-16 {
    margin-left: 66.66667%;
  }
  .xxlarge-18 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xxlarge-offset-17 {
    margin-left: 70.83333%;
  }
  .xxlarge-19 {
    -webkit-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .xxlarge-offset-18 {
    margin-left: 75%;
  }
  .xxlarge-20 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xxlarge-offset-19 {
    margin-left: 79.16667%;
  }
  .xxlarge-21 {
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .xxlarge-offset-20 {
    margin-left: 83.33333%;
  }
  .xxlarge-22 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .xxlarge-offset-21 {
    margin-left: 87.5%;
  }
  .xxlarge-23 {
    -webkit-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .xxlarge-offset-22 {
    margin-left: 91.66667%;
  }
  .xxlarge-24 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-offset-23 {
    margin-left: 95.83333%;
  }
  .xxlarge-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .xxlarge-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .xxlarge-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .xxlarge-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .xxlarge-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .xxlarge-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .xxlarge-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-1 > .column,
  .xxlarge-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-2 > .column,
  .xxlarge-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-3 > .column,
  .xxlarge-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xxlarge-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-4 > .column,
  .xxlarge-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-5 > .column,
  .xxlarge-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xxlarge-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-6 > .column,
  .xxlarge-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xxlarge-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-7 > .column,
  .xxlarge-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .xxlarge-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-8 > .column,
  .xxlarge-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 69em) and (min-width: 69em) {
  .xxlarge-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.xxlarge-unstack > .column,
.row.xxlarge-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 69em) {
  .row.xxlarge-unstack > .column,
  .row.xxlarge-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 69em) {
  .xxlarge-collapse > .column,
  .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xxlarge-uncollapse > .column,
  .xxlarge-uncollapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 87.5em) {
  .xxxlarge-1 {
    -webkit-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .xxxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxxlarge-2 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .xxxlarge-offset-1 {
    margin-left: 4.16667%;
  }
  .xxxlarge-3 {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .xxxlarge-offset-2 {
    margin-left: 8.33333%;
  }
  .xxxlarge-4 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xxxlarge-offset-3 {
    margin-left: 12.5%;
  }
  .xxxlarge-5 {
    -webkit-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .xxxlarge-offset-4 {
    margin-left: 16.66667%;
  }
  .xxxlarge-6 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xxxlarge-offset-5 {
    margin-left: 20.83333%;
  }
  .xxxlarge-7 {
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .xxxlarge-offset-6 {
    margin-left: 25%;
  }
  .xxxlarge-8 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xxxlarge-offset-7 {
    margin-left: 29.16667%;
  }
  .xxxlarge-9 {
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .xxxlarge-offset-8 {
    margin-left: 33.33333%;
  }
  .xxxlarge-10 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .xxxlarge-offset-9 {
    margin-left: 37.5%;
  }
  .xxxlarge-11 {
    -webkit-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .xxxlarge-offset-10 {
    margin-left: 41.66667%;
  }
  .xxxlarge-12 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xxxlarge-offset-11 {
    margin-left: 45.83333%;
  }
  .xxxlarge-13 {
    -webkit-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .xxxlarge-offset-12 {
    margin-left: 50%;
  }
  .xxxlarge-14 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .xxxlarge-offset-13 {
    margin-left: 54.16667%;
  }
  .xxxlarge-15 {
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .xxxlarge-offset-14 {
    margin-left: 58.33333%;
  }
  .xxxlarge-16 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .xxxlarge-offset-15 {
    margin-left: 62.5%;
  }
  .xxxlarge-17 {
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .xxxlarge-offset-16 {
    margin-left: 66.66667%;
  }
  .xxxlarge-18 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xxxlarge-offset-17 {
    margin-left: 70.83333%;
  }
  .xxxlarge-19 {
    -webkit-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .xxxlarge-offset-18 {
    margin-left: 75%;
  }
  .xxxlarge-20 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xxxlarge-offset-19 {
    margin-left: 79.16667%;
  }
  .xxxlarge-21 {
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .xxxlarge-offset-20 {
    margin-left: 83.33333%;
  }
  .xxxlarge-22 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .xxxlarge-offset-21 {
    margin-left: 87.5%;
  }
  .xxxlarge-23 {
    -webkit-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .xxxlarge-offset-22 {
    margin-left: 91.66667%;
  }
  .xxxlarge-24 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xxxlarge-offset-23 {
    margin-left: 95.83333%;
  }
  .xxxlarge-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .xxxlarge-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .xxxlarge-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .xxxlarge-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .xxxlarge-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .xxxlarge-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .xxxlarge-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxxlarge-up-1 > .column,
  .xxxlarge-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xxxlarge-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxxlarge-up-2 > .column,
  .xxxlarge-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xxxlarge-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxxlarge-up-3 > .column,
  .xxxlarge-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xxxlarge-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxxlarge-up-4 > .column,
  .xxxlarge-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xxxlarge-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxxlarge-up-5 > .column,
  .xxxlarge-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xxxlarge-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxxlarge-up-6 > .column,
  .xxxlarge-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xxxlarge-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxxlarge-up-7 > .column,
  .xxxlarge-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .xxxlarge-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxxlarge-up-8 > .column,
  .xxxlarge-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 87.5em) and (min-width: 87.5em) {
  .xxxlarge-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.xxxlarge-unstack > .column,
.row.xxxlarge-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 87.5em) {
  .row.xxxlarge-unstack > .column,
  .row.xxxlarge-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 87.5em) {
  .xxxlarge-collapse > .column,
  .xxxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xxxlarge-uncollapse > .column,
  .xxxlarge-uncollapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
.shrink {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.column.align-top,
.align-top.columns {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.column.align-bottom,
.align-bottom.columns {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.column.align-middle,
.align-middle.columns {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.column.align-stretch,
.align-stretch.columns {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
@media screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 48em) {
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 64em) {
  .xlarge-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .xlarge-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .xlarge-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .xlarge-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .xlarge-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .xlarge-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 69em) {
  .xxlarge-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .xxlarge-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .xxlarge-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .xxlarge-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .xxlarge-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .xxlarge-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 87.5em) {
  .xxxlarge-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .xxxlarge-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .xxxlarge-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .xxxlarge-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .xxxlarge-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .xxxlarge-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
.hamburger {
  position: absolute;
  right: 0;
  outline: none;
}
@media screen and (min-width: 48em) {
  .hamburger {
    display: none !important;
  }
}
.top {
  padding-top: 0;
  padding-bottom: 10px;
  background-color: #fefefe;
  width: 100%;
  position: fixed;
  z-index: 11;
  will-change: transform;
  transition: all 200ms linear;
}
@media screen and (min-width: 48em) {
  .top {
    padding-top: 3.625rem;
    height: 7rem !important;
  }
}
.top .logo {
  text-align: left;
}
@media screen and (min-width: 48em) {
  .top .logo {
    text-align: left;
  }
}
.top .logo a {
  display: block;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 48em) {
  .top .logo a {
    padding-top: 0;
    padding-left: 0;
  }
}
.top svg {
  max-width: 64px;
}
@media screen and (min-width: 48em) {
  .top svg {
    max-width: 89px;
  }
}
.top.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
.top nav {
  display: none;
  height: 0;
  opacity: 0;
  transition: all 200ms linear;
}
@media screen and (min-width: 48em) {
  .top nav {
    display: block;
    height: auto;
    opacity: 1;
  }
}
.top nav ul {
  margin: 0;
  padding: 3rem 0 1.5rem 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .top nav ul {
    padding: 0;
  }
}
.top nav ul li {
  list-style-type: none;
  display: block;
  width: 100%;
  line-height: 4.375rem;
}
@media screen and (min-width: 48em) {
  .top nav ul li {
    display: inline-block;
    width: calc(20% - 4px);
    line-height: 1.375rem;
  }
}
.top nav ul li ul {
  display: none;
}
.top nav ul li a.just-mobile {
  display: inline-block;
}
@media screen and (min-width: 48em) {
  .top nav ul li a.just-mobile {
    display: none;
  }
}
.top nav ul li a {
  display: inline-block;
  color: #fefefe;
  text-decoration: none;
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.5625rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  padding-top: 0.75rem;
  padding-bottom: 0.1875rem;
}
@media screen and (min-width: 48em) {
  .top nav ul li a {
    padding-bottom: 0.375rem;
  }
}
@media screen and (min-width: 48em) {
  .top nav ul li a {
    color: #0a0a0a;
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.top nav ul li a.is-active {
  border-bottom: 3px solid #fefefe;
}
@media screen and (min-width: 48em) {
  .top nav ul li a.is-active {
    border-bottom-color: #0a0a0a;
  }
}
.top nav ul li.active-trail a {
  border-bottom: 3px solid #fefefe;
}
@media screen and (min-width: 48em) {
  .top nav ul li.active-trail a {
    border-bottom-color: #0a0a0a;
  }
}
@media screen and (min-width: 48em) {
  .top nav ul > li:nth-child(5) {
    //display: none;
  }
}
.frontheader {
  text-align: center;
  position: fixed;
  width: 100%;
  background-color: #fefefe;
  padding-top: 0;
  z-index: 11;
  will-change: transform;
  transition: all 200ms linear;
}
@media screen and (min-width: 48em) {
  .frontheader {
    padding-top: 3rem;
  }
}
.frontheader .columns {
  position: relative;
}
.frontheader .hamburger {
  display: inline-block !important;
}
.frontheader a {
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  display: block;
  will-change: transform;
  transition: all 200ms linear;
  margin: 0 auto;
  max-width: calc(100% - 110px);
}
@media screen and (min-width: 48em) {
  .frontheader a {
    padding-top: 3.125rem;
    padding-bottom: 3.375rem;
    max-width: calc(100% - 110px);
  }
}
.frontheader svg {
  max-width: 10rem;
  will-change: transform;
  transition: all 200ms linear;
}
@media screen and (min-width: 48em) {
  .frontheader svg {
    max-width: 16.25rem;
  }
}
@media screen and (min-width: 48em) {
  .frontheader.headroom--unpinned {
    -webkit-transform: translateY(-37px);
    -ms-transform: translateY(-37px);
    transform: translateY(-37px);
  }
}
.frontheader.headroom--unpinned svg {
  max-width: 5rem;
}
@media screen and (min-width: 48em) {
  .frontheader.headroom--unpinned svg {
    max-width: 7.5rem;
  }
}
@media screen and (min-width: 48em) {
  .frontheader.headroom--unpinned a {
    padding-bottom: 1.5rem;
  }
}
.path-frontpage .top {
  display: none;
}
.path-frontpage.menu-open .frontheader {
  display: none;
}
.menu-open {
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .menu-open {
    overflow: auto;
  }
}
.menu-open .hamburger {
  position: fixed;
  top: 0px;
  right: 0px;
}
.menu-open nav {
  height: auto;
  opacity: 1;
  display: block;
}
.menu-open .top {
  display: block;
  position: fixed;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  height: 100vh;
  background-color: #76a591;
  overflow-y: scroll;
}
@media screen and (min-width: 48em) {
  .menu-open .top {
    background-color: #fefefe;
    height: inherit;
    overflow-y: inherit;
  }
}
.menu-open .top svg path {
  fill: #fefefe;
}
@media screen and (min-width: 48em) {
  .menu-open .top svg path {
    fill: #0a0a0a;
  }
}
.menu-open.front .frontheader {
  display: none;
}
footer {
  background-color: #f7f7f7;
  padding: 1.875rem 0;
  margin-top: 3rem;
}
@media screen and (min-width: 48em) {
  footer {
    margin-top: 4.125rem;
  }
}
@media screen and (min-width: 69em) {
  footer {
    padding: 2.5rem 0;
    margin-top: 6.5rem;
  }
}
footer .logo {
  text-align: center;
  margin-bottom: 2.0625rem;
}
@media screen and (min-width: 69em) {
  footer .logo {
    text-align: left;
    margin-bottom: 0;
  }
}
footer .address {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 2.9375rem;
  text-align: center;
}
@media screen and (min-width: 69em) {
  footer .address {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 0;
    text-align: left;
  }
}
footer .address a {
  color: #0a0a0a;
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 69em) {
  footer .address a {
    display: inline;
  }
}
@media screen and (min-width: 69em) {
  footer .address a::before {
    content: " . ";
    border-bottom: none;
  }
}
footer .address a span {
  border-bottom: 1px solid #0a0a0a;
}
footer p.address {
  margin-bottom: 0;
}
footer .to-top {
  text-align: center;
}
@media screen and (min-width: 64em) {
  footer .to-top {
    text-align: right;
  }
}
footer .to-top a {
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #0a0a0a;
  text-decoration: none;
  letter-spacing: 0.13rem;
}
footer .to-top a::before {
  content: " ";
  display: block;
  background-image: url(../images/icon-arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center top;
  height: 15px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 64em) {
  footer .to-top a::before {
    display: inline-block;
    width: 15px;
    margin-right: 25px;
    margin-bottom: 0;
    background-position: left top;
  }
}
footer svg {
  max-width: 7.5rem;
}
@media screen and (min-width: 64em) {
  footer svg {
    max-width: 9.375rem;
  }
}
.page-node-type-about-us footer,
.page-node-type-contact footer,
.page-node-type-coupon footer,
.page-node-type-members footer {
  margin-top: 0;
} /*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger-box {
  width: 27px;
  height: 34px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -3px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 27px;
  height: 6px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -14px;
}
.hamburger-inner::after {
  bottom: -14px;
}
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.menu-open .hamburger-inner {
  -webkit-transform: rotate(765deg);
  -ms-transform: rotate(765deg);
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fefefe;
}
.menu-open .hamburger-inner::before,
.menu-open .hamburger-inner::after {
  transition-delay: 0s;
  background-color: #fefefe;
}
.menu-open .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.menu-open .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.swiper {
  width: 100%;
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 40em) {
  .swiper {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 69em) {
  .swiper {
    margin-bottom: 4.125rem;
  }
}
.path-frontpage .swiper {
  margin-bottom: 0;
}
.swiper-container {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 40em) {
  .swiper-container {
    height: 450px;
  }
}
@media screen and (min-width: 64em) {
  .swiper-container {
    height: 550px;
  }
}
@media screen and (min-width: 120.625em) {
  .swiper-container {
    height: 700px;
  }
}
.swiper-pagination-bullets {
  width: 100%;
  position: relative;
  margin-top: 0.875rem;
}
@media screen and (min-width: 40em) {
  .swiper-pagination-bullets {
    margin-top: 1.25rem;
  }
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #0a0a0a;
  opacity: 0.2;
  margin: 0 6px;
}
.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.6;
}
.swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-width: 70.625rem;
  margin: 0 auto;
}
.blocks {
  margin-top: 2.375rem;
}
@media screen and (min-width: 48em) {
  .blocks {
    margin-top: 3.375rem;
  }
}
@media screen and (min-width: 69em) {
  .blocks {
    margin-top: 3.75rem;
  }
}
.blocks .trans {
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.blocks .big {
  position: relative;
}
.blocks .big .content {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 48em) {
  .blocks .big .content {
    padding: 0 6.25rem;
  }
}
@media screen and (min-width: 69em) {
  .blocks .big .content {
    padding: 0 4rem;
  }
}
.blocks .big h3 {
  margin-top: 0;
}

.blocks picture img {
  width: 100%;
}

.blocks .text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7f7f7;
  position: relative;
  padding: 0.125rem 0 0.625rem 0;
}
.blocks .text:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #f7f7f7;
  border-width: 24px;
  margin-left: -24px;
}
@media screen and (min-width: 48em) {
  .blocks .text:after {
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    border-bottom-color: transparent;
    border-right-color: #f7f7f7;
    margin-left: auto;
    margin-top: -24px;
    padding: 0;
  }
}
@media screen and (min-width: 48em) {
  .blocks .text.large-order-1:after {
    left: 100% !important;
    right: auto;
    border-left-color: #f7f7f7;
    border-right-color: transparent;
  }
}
@media screen and (min-width: 48em) {
  .blocks .text.small-order-4:after {
    left: 100% !important;
    right: auto;
    border-left-color: #f7f7f7;
    border-right-color: transparent;
  }
}
@media screen and (min-width: 48em) {
  .blocks .text.large-order-1.green:after {
    border-left-color: #76a591;
  }
}
.blocks .red {
  background-color: #e86962;
}
.blocks .red:after {
  bottom: 100%;
  left: 50% !important;
  border-left-color: transparent !important;
  border-bottom-color: #e86962;
}
@media screen and (min-width: 48em) {
  .blocks .red:after {
    bottom: auto;
    left: auto !important;
    right: 100%;
    border-bottom-color: transparent;
    border-left-color: #e86962 !important;
    border-right-color: transparent !important;
  }
}
.blocks .green {
  background-color: #76a591;
}
.blocks .brown {
  background-color: #796d66;
}
.blocks .brown:after {
  bottom: 100%;
  left: 50%;
  border-left-color: transparent;
  border-bottom-color: #796d66;
}
@media screen and (min-width: 48em) {
  .blocks .brown:after {
    bottom: auto;
    left: auto;
    right: 100%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: #796d66;
  }
}
.blocks .brown.large-order-1:after {
  bottom: 100%;
  left: 50%;
  border-left-color: transparent;
  border-bottom-color: #796d66;
}
@media screen and (min-width: 48em) {
  .blocks .brown.large-order-1:after {
    bottom: auto;
    left: 100% !important;
    right: auto !important;
    border-bottom-color: transparent;
    border-left-color: #796d66 !important;
    border-right-color: transparent !important;
  }
}
.blocks .extra:after {
  border: none;
}
.blocks .text .content {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
}
.blocks a {
  text-decoration: none;
  color: #0a0a0a;
}
.blocks p a::after,
.blocks .big h2 a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background-image: url(../images/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.blocks .red p a::after,
.blocks .red h2 a::after,
.blocks .green p a::after,
.blocks .green h2 a::after,
.blocks .brown p a::after,
.blocks .brown h2 a::after,
.blocks .big p a::after,
.blocks .big h2 a::after {
  background-image: url(../images/icon-arrow-right-white.svg);
}
.blocks h2,
.blocks h3,
.blocks p,
.blocks blockquote {
  text-align: center;
  padding: 0 1rem;
}
@media screen and (min-width: 48em) {
  .blocks h2,
  .blocks h3,
  .blocks p,
  .blocks blockquote {
    padding: 0 1.875rem;
  }
}
.blocks h2 {
  font-family: "Meta Serif Offc W01 Bold", Georgia, "Times New Roman", serif;
  font-weight: normal;
  font-size: 2.25rem;
  line-height: 2.625rem;
  margin-top: 1.125rem;
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .blocks h2 {
    letter-spacing: 0.08rem;
  }
}
@media screen and (min-width: 48em) {
  .blocks h2 {
    line-height: 2.375rem;
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 87.5em) {
  .blocks h2 {
    margin-top: 1.5rem;
  }
}
.blocks h3 {
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
  margin-top: 1.5rem;
}
@media screen and (min-width: 48em) {
  .blocks h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-top: 1.125rem;
  }
}
.blocks p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 48em) {
  .blocks p {
    line-height: 1.5625rem;
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 87.5em) {
  .blocks p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.blocks blockquote,
.blocks blockquote p {
  font-family: "Meta Serif W01 Book", Georgia, "Times New Roman", serif;
  font-weight: normal;
  font-size: 2.25rem;
  line-height: 2.625rem;
  color: #fefefe;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .blocks blockquote,
  .blocks blockquote p {
    line-height: 3rem;
    letter-spacing: 0.08rem;
  }
}
@media screen and (min-width: 87.5em) {
  .blocks blockquote,
  .blocks blockquote p {
    font-size: 3.4375rem;
    line-height: 4.0625rem;
  }
}
.blocks blockquote p {
  padding: 0;
}
.blocks .quote {
  padding: 2rem 0;
}
@media screen and (min-width: 48em) {
  .blocks .quote {
    padding: 4.375rem 0;
  }
}
@media screen and (min-width: 69em) {
  .blocks .quote {
    padding: 0;
  }
}
.blocks .quote::after {
  display: none;
}
.blocks .extra .content {
  width: 100%;
}
.blocks .extra h2 {
  text-align: center;
  font-family: "Meta Serif W01 Book", Georgia, "Times New Roman", serif;
  font-weight: normal;
  font-size: 2.25rem;
  line-height: 2.625rem;
  margin: 2.5rem 0;
}
@media screen and (min-width: 48em) {
  .blocks .extra h2 {
    margin: 4.375rem 0;
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 69em) {
  .blocks .extra h2 {
    margin: 0;
    font-size: 3.4375rem;
    line-height: 4.0625rem;
  }
}
.blocks .extra h2 strong {
  font-family: "Meta Serif Offc W01 Bold", Georgia, "Times New Roman", serif;
  font-weight: normal;
}
.blocks .brown h2,
.blocks .brown h3,
.blocks .brown p,
.blocks .red h2,
.blocks .red h3,
.blocks .red p,
.blocks .green h2,
.blocks .green h3,
.blocks .green p,
.blocks .big h2,
.blocks .big h3,
.blocks .big p {
  color: #fefefe;
}
.blocks .brown h2 a,
.blocks .brown h3 a,
.blocks .brown p a,
.blocks .red h2 a,
.blocks .red h3 a,
.blocks .red p a,
.blocks .green h2 a,
.blocks .green h3 a,
.blocks .green p a,
.blocks .big h2 a,
.blocks .big h3 a,
.blocks .big p a {
  color: #fefefe;
}
.coupon-form {
  padding-bottom: 2rem;
}
@media screen and (min-width: 69em) {
  .coupon-form {
    padding-bottom: 6.25rem;
  }
}
.coupon-form .row {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 69em) {
  .coupon-form .row {
    margin-bottom: 1.25rem;
  }
}
.coupon-form .row .columns {
  position: relative;
}
.coupon-form .row.small-centered .columns {
  text-align: center;
}
@media screen and (min-width: 40em) {
  .coupon-form .row.small-centered .columns {
    text-align: left;
  }
}
@media screen and (min-width: 69em) {
  .coupon-form label,
  .coupon-form .label {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.coupon-form input {
  border: 2px solid #0a0a0a;
  border-radius: 0;
  box-shadow: none;
  width: 8.4375rem;
  max-width: 100%;
  text-align: center;
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  padding: 4px 0;
  background-color: #fefefe;
}
@media screen and (min-width: 40em) {
  .coupon-form input {
    width: 22.1875rem;
  }
}
.coupon-form input:focus {
  outline: none;
}
.coupon-form input::-webkit-input-placeholder {
  color: #0a0a0a;
  text-align: center;
  text-transform: uppercase;
}
.coupon-form input:-ms-input-placeholder {
  color: #0a0a0a;
  text-align: center;
  text-transform: uppercase;
}
.coupon-form input::placeholder {
  color: #0a0a0a;
  text-align: center;
  text-transform: uppercase;
}
.coupon-form input:focus::-webkit-input-placeholder {
  opacity: 0.1;
}
.coupon-form input:focus:-ms-input-placeholder {
  opacity: 0.1;
}
.coupon-form input:focus::placeholder {
  opacity: 0.1;
}
.coupon-form input[type="number"],
.coupon-form input[type="submit"] {
  width: 11.125rem;
  max-width: 100%;
}
.coupon-form input[type="text"] + label {
  display: none;
}
.coupon-form input[type="text"]:focus + label,
.coupon-form input[type="text"]:not([value=""]) + label {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.5rem;
  opacity: 0.5;
}
.coupon-form input[type="radio"] {
  width: 0;
  height: 0;
  opacity: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
.coupon-form input[type="radio"] + label {
  border: 2px solid #0a0a0a;
  border-radius: 0;
  box-shadow: none;
  width: 22.1875rem;
  max-width: 100%;
  text-align: center;
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  padding: 4px 0;
  display: block;
  width: 11.125rem;
  max-width: 100%;
  margin-bottom: 1.25rem;
}
.coupon-form input[type="radio"]:checked + label {
  background-color: #0a0a0a;
  color: #fefefe;
}
.coupon-form .form-item .error,
.coupon-form .form-radio.error + label {
  border-color: #e86962;
}
.coupon-form .form-item .honey {
  display: none;
}
.coupon-form .spacing {
  margin-top: 2rem;
}
@media screen and (min-width: 69em) {
  .coupon-form .spacing {
    margin-top: 4.875rem;
  }
}
.members-list {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 64em) {
  .members-list {
    padding-top: 3.875rem;
    padding-bottom: 1.25rem;
  }
}
.members-list.filter-enabled {
  padding-top: 0.625rem;
}
.members-list .filter-wrapper {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .members-list .filter-wrapper {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 69em) {
  .members-list .filter-wrapper {
    margin-bottom: 1rem;
  }
}
.members-list input {
  width: 11.1875rem;
  background-color: #796d66;
  border: 2px solid rgba(254, 254, 254, 0.5);
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  color: #fefefe;
  height: 2.125rem;
  position: relative;
  top: 4px;
  vertical-align: top;
  margin: 0 auto;
}
.members-list input:focus {
  outline: none;
}
.members-list input::-webkit-input-placeholder {
  color: rgba(254, 254, 254, 0.5);
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.members-list input:-ms-input-placeholder {
  color: rgba(254, 254, 254, 0.5);
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.members-list input::placeholder {
  color: rgba(254, 254, 254, 0.5);
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.members-list h2 {
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.25rem;
  letter-spacing: 0.09375rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .members-list h2 {
    margin-bottom: 4.125rem;
  }
}
.members-list h3 {
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  padding-left: 1.875rem;
  background-image: url(../images/icon-trade.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px auto;
}
@media screen and (min-width: 40em) {
  .members-list h3 {
    background-size: auto 100%;
    padding-top: 0.625rem;
    padding-left: 3.75rem;
  }
}
.members-list h3.solo {
  background-image: none;
  padding-left: 0;
  text-align: center;
  margin-bottom: 2.75rem;
}
.members-list .agriculture h3 {
  background-image: url(../images/icon-agriculture.svg);
}
.members-list .tourism h3 {
  background-image: url(../images/icon-tourism.svg);
}
.members-list .craft h3 {
  background-image: url(../images/icon-craft.svg);
}
.members-list .network h3 {
  background-image: url(../images/icon-network.svg);
}
.members-list ul {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 40em) {
  .members-list ul {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 64em) {
  .members-list ul {
    -webkit-column-count: 3;
    column-count: 3;
    margin-bottom: 3.25rem;
  }
}
.members-list ul li {
  list-style-type: none;
}
.members-list ul a {
  color: #fefefe;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.125rem;
}
.members-list ul.filter {
  -webkit-column-count: 1;
  column-count: 1;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .members-list ul.filter {
    width: calc(100% - 183px);
  }
}
.members-list ul.filter li {
  display: inline-block;
  width: calc(33% - 4px);
  vertical-align: top;
}
@media screen and (min-width: 48em) {
  .members-list ul.filter li {
    width: 16%;
  }
}
@media screen and (min-width: 64em) {
  .members-list ul.filter li {
    min-width: 5.625rem;
  }
}
@media screen and (min-width: 120.625em) {
  .members-list ul.filter li {
    min-width: 6.875rem;
  }
}
.members-list ul.filter li a {
  display: block;
  width: 100%;
  background-image: url(../images/icon-all.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 32px auto;
  padding-top: 2.375rem;
  text-align: center;
  opacity: 0.5;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .members-list ul.filter li a {
    height: 5rem;
    padding-top: 3.5rem;
    margin-bottom: 0;
  }
}
.members-list ul.filter li a[data-type="trade"] {
  background-image: url(../images/icon-trade.svg);
}
.members-list ul.filter li a[data-type="agriculture"] {
  background-image: url(../images/icon-agriculture.svg);
}
.members-list ul.filter li a[data-type="tourism"] {
  background-image: url(../images/icon-tourism.svg);
}
.members-list ul.filter li a[data-type="craft"] {
  background-image: url(../images/icon-craft.svg);
}
.members-list ul.filter li a[data-type="network"] {
  background-image: url(../images/icon-network.svg);
}
.members-list ul.filter li a span {
  font-family: "Meta Offc W01 Normal", Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .members-list ul.filter li a span {
    visibility: hidden;
  }
}
.members-list ul.filter li:first-child a {
  opacity: 1;
}
.members-list ul.filter li:hover a {
  opacity: 1;
}
.members-list ul.filter li:hover a span {
  visibility: visible;
}
.members-list ul.filter li:focus a,
.members-list ul.filter li:active a {
  opacity: 1;
}
.welcome {
  max-width: 60%;
  margin: 32px auto;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .welcome {
    margin: 96px auto;
  }
}
.text-centered + .shopping {
  margin-top: -20px;
}
@media screen and (min-width: 48em) {
  .text-centered + .shopping {
    margin-top: -40px;
  }
}
.shopping .search-wrapper {
  background-color: #fff;
  padding: 0 0 16px 0;
}
@media screen and (min-width: 48em) {
  .shopping .search-wrapper {
    padding: 0 0 36px 0;
    margin-bottom: 16px;
  }
}
.shopping .search-wrapper .inside {
  max-width: 100%;
  width: 1126px;
  margin: 0 auto;
  text-align: center;
}
.shopping .search-wrapper input {
  width: 11.1875rem;
  background-color: #fff;
  border: 2px solid #796d66;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  color: #796d66;
  height: 2.125rem;
  position: relative;
  top: 4px;
  vertical-align: top;
  margin: 0 auto;
}
.shopping .search-wrapper input::-webkit-input-placeholder {
  color: #796d66;
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.shopping .search-wrapper input:-ms-input-placeholder {
  color: #796d66;
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.shopping .search-wrapper input::placeholder {
  color: #796d66;
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.shopping .search-wrapper button {
  background-color: #4c3112;
  border: 2px solid #4c3112;
  color: #fefefe;
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  height: 2.125rem;
  padding: 0 16px;
  position: relative;
  top: 4px;
  margin-top: 8px;
}
@media screen and (min-width: 48em) {
  .shopping .search-wrapper button {
    margin-left: 8px;
  }
}
.shopping ul {
  width: 1186px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.shopping ul li {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 32px;
}
@media screen and (min-width: 48em) {
  .shopping ul li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 64em) {
  .shopping ul li {
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 30px;
    margin-bottom: 64px;
  }
}
.shopping ul h3,
.shopping ul h2,
.shopping ul p {
  margin: 0;
  text-align: center;
}
.shopping ul h3 a,
.shopping ul h2 a,
.shopping ul p a {
  color: #0a0a0a;
  text-decoration: none;
}
.shopping ul h3 {
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 3.5rem;
}
.shopping ul h2 {
  font-family: "Meta Serif Offc W01 Bold", Georgia, "Times New Roman", serif;
  font-weight: normal;
  font-size: 2.25rem;
  line-height: 2.75rem;
  margin-bottom: 12px;
}
@media screen and (min-width: 48em) {
  .shopping ul h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
.shopping ul p {
  font-family: "Meta Offc W01 Normal", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.shopping ul .icon-arrow {
  display: block;
  height: 40px;
  background-image: url(../images/icon-arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px auto;
}
main {
  padding-top: 63px;
}
@media screen and (min-width: 40em) {
  main {
    padding-top: 112px;
  }
}
.path-frontpage main {
  padding-top: 162px;
}
@media screen and (min-width: 48em) {
  .path-frontpage main {
    padding-top: 286px;
  }
}
.path-frontpage.menu-open main {
  padding-top: 113px;
}
@media screen and (min-width: 48em) {
  .path-frontpage.menu-open main {
    padding-top: 158px;
  }
}
h1 {
  text-align: center;
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 2.25rem;
  line-height: 2.625rem;
}
@media screen and (min-width: 69em) {
  h1 {
    font-size: 4.0625rem;
    line-height: 4.0625rem;
    letter-spacing: 0.15rem;
  }
}
.news-listing nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.news-listing nav ul li {
  display: inline-block;
  font-size: 1rem;
  padding: 0 0.125rem;
}
@media screen and (min-width: 69em) {
  .news-listing nav ul li {
    font-size: 1.125rem;
  }
}
.news-listing nav ul li.is-active {
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
}
.news-listing nav ul li a {
  color: #0a0a0a;
  text-decoration: none;
  display: block;
  padding: 0 0.125rem;
}
.news-listing .page-title {
  font-size: 2.43rem;
  line-height: 2.835rem;
  margin: 1rem 0;
}
@media screen and (min-width: 69em) {
  .news-listing .page-title {
    font-size: 4.3875rem;
    line-height: 4.3875rem;
    letter-spacing: 0.15rem;
  }
}
@media screen and (min-width: 69em) {
  .news-listing .page-title {
    margin: 2rem 0;
  }
}
.news-listing h2 a {
  color: #0a0a0a;
}
.news-listing .content-row {
  background-color: #f7f7f7;
}
.news-listing hr {
  width: 2rem;
  border: 0;
  height: 2px;
  background-color: #0a0a0a;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 69em) {
  .news-listing hr {
    margin-bottom: 1.25rem;
  }
}
.news-listing .meta {
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 2rem;
  margin-left: 1rem;
}
@media screen and (min-width: 69em) {
  .news-listing .meta {
    margin-left: 0;
    font-size: 1.125rem;
    line-height: 2.875rem;
  }
  .news-listing .meta a {
    color: #0a0a0a;
  }
}
.news-listing .meta .date {
  margin-right: 0.5rem;
}
.news-listing h1 {
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.75rem;
  line-height: 2.625rem;
  margin-top: 1.125rem;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .news-listing h1 {
    line-height: 3rem;
    margin-top: 2.25rem;
  }
}
@media screen and (min-width: 69em) {
  .news-listing h1 {
    font-size: 2.5rem;
    margin-top: 1.875rem;
  }
}
.news-listing h1 a {
  color: #0a0a0a;
  text-decoration: none;
}
@media screen and (min-width: 69em) {
  .news-listing p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.news-listing p a {
  color: #0a0a0a;
  text-decoration: none;
}
.news-listing a {
  text-decoration: none;
  color: #0a0a0a;
}
.news-listing a p {
  color: #0a0a0a;
  text-decoration: none;
}
.news-listing .views-row {
  margin-bottom: 2rem;
}
@media screen and (min-width: 69em) {
  .news-listing .views-row {
    margin-bottom: 3rem;
  }
}
.news-listing .views-row .image {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .news-listing .views-row:nth-child(2n + 2) .image {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 40em) {
  .news-listing .views-row:nth-child(2n + 2) .text {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.news-listing .views-row:nth-child(2n + 2) .meta {
  text-align: right;
  margin-right: 0.5rem;
}
@media screen and (min-width: 40em) {
  .news-listing .views-row:nth-child(2n + 2) .meta {
    margin-right: 0;
  }
}
.news-listing .views-row:nth-child(2n + 2) hr {
  margin-left: auto;
  margin-right: 0;
}
.description p {
  text-align: center;
}
@media screen and (min-width: 69em) {
  .description p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.description p a {
  color: #0a0a0a;
}
.back {
  background-image: url(../images/icon-arrow-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  text-indent: 120%;
  overflow: hidden;
  margin-top: 0.5rem;
}
@media screen and (min-width: 48em) {
  .back {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media screen and (min-width: 69em) {
  .back {
    margin-top: 0.5625rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}
.page-node-type-member .intro,
.page-node-type-lehre-live-member .intro,
.page-node-type-news .intro,
main header {
  padding-top: 1.125rem;
  padding-bottom: 1.375rem;
}
@media screen and (min-width: 48em) {
  .page-node-type-member .intro,
  .page-node-type-lehre-live-member .intro,
  .page-node-type-news .intro,
  main header {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 69em) {
  .page-node-type-member .intro,
  .page-node-type-lehre-live-member .intro,
  .page-node-type-news .intro,
  main header {
    padding-top: 2.125rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 69em) {
  main header {
    padding-top: 2.875rem;
  }
}
article h1,
article p {
  text-align: center;
}
article h1 {
  font-size: 2.25rem;
  line-height: 2.625rem;
  margin-top: 2.375rem;
}
@media screen and (min-width: 69em) {
  article h1 {
    font-size: 3.125rem;
    line-height: 3.4375rem;
    margin: 3.75rem 0 2.375rem 0;
  }
}
article .description,
article .image,
article .questions {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 69em) {
  article .description,
  article .image,
  article .questions {
    margin-bottom: 4.125rem;
  }
}
article footer {
  padding: 0;
  margin: 0;
}
article footer .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
article footer .content {
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 48em) {
  article footer .content {
    padding: 1rem 1rem 1rem 2rem;
    width: 100%;
  }
}
article footer p {
  text-align: left;
  margin: 0;
}
article footer p a {
  color: #0a0a0a;
}
article footer .address,
article footer .company-name,
article footer .email,
article footer .url {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
}
@media screen and (min-width: 69em) {
  article footer .address,
  article footer .company-name,
  article footer .email,
  article footer .url {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
article footer .address a,
article footer .company-name a,
article footer .email a,
article footer .url a {
  color: #0a0a0a;
}
article footer .address.telephone a,
article footer .company-name.telephone a,
article footer .email.telephone a,
article footer .url.telephone a {
  display: inline;
}
.single-image {
  margin-top: 1rem;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 69em) {
  .single-image {
    margin-top: 1.9375rem;
    margin-bottom: 1.75rem;
  }
}
.single-image-paragraph {
  margin-bottom: 2rem;
}
@media screen and (min-width: 69em) {
  .single-image-paragraph {
    margin-bottom: 4rem;
  }
}
.text-container {
  margin-top: 2.3125rem;
}
@media screen and (min-width: 64em) {
  .text-container {
    margin-top: 4.625rem;
  }
}
.text-container .item {
  display: none;
}
.text-container .item h2 {
  text-align: center;
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.75rem;
  line-height: 2.625rem;
  margin-top: 1.125rem;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .text-container .item h2 {
    line-height: 3rem;
    margin-top: 2.25rem;
  }
}
@media screen and (min-width: 69em) {
  .text-container .item h2 {
    font-size: 2.5rem;
    margin-top: 1.875rem;
  }
}
.text-container .item p {
  text-align: center;
}
@media screen and (min-width: 69em) {
  .text-container .item p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.image p {
  text-align: left;
}
@media screen and (min-width: 64em) {
  .image p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.questions p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 69em) {
  .questions p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 1.875rem;
  }
}
.callout {
  padding-top: 2.625rem;
}
@media screen and (min-width: 48em) {
  .callout {
    padding-top: 4.5rem;
  }
}
@media screen and (min-width: 69em) {
  .callout {
    padding-top: 7.125rem;
  }
}
.callout h1 {
  font-family: "Meta Serif W01 Book", Georgia, "Times New Roman", serif;
  font-weight: normal;
  font-size: 2.25rem;
  line-height: 2.625rem;
  text-align: center;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 40em) {
  .callout h1 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.callout h1 strong {
  font-family: "Meta Serif Offc W01 Bold", Georgia, "Times New Roman", serif;
  font-weight: normal;
}
.callout.intro {
  padding-top: 2.125rem;
}
@media screen and (min-width: 48em) {
  .callout.intro {
    padding-top: 3.125rem;
  }
}
@media screen and (min-width: 69em) {
  .callout.intro {
    padding-top: 2rem;
  }
}
.callout.intro h1 {
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media screen and (min-width: 40em) {
  .callout.intro h1 {
    font-size: 1.75rem;
    line-height: 2.125rem;
    letter-spacing: 0.08rem;
  }
}
@media screen and (min-width: 64em) {
  .callout.intro h1 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 69em) {
  .callout.intro h1 {
    margin-top: 3.75rem;
  }
}
.special {
  background-color: #796d66;
  color: #fefefe;
}
.text-centered {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 64em) {
  .text-centered {
    margin-bottom: 4.875rem;
  }
}
.text-centered.special {
  padding-top: 1rem;
  padding-bottom: 2.25rem;
}
@media screen and (min-width: 64em) {
  .text-centered.special {
    padding-top: 2.375rem;
    padding-bottom: 4.5rem;
  }
}
.text-centered.special a {
  color: #fefefe;
}
.text-centered h1,
.text-centered h2,
.text-centered p {
  text-align: center;
}
.text-centered h1 {
  font-size: 2.07rem;
  line-height: 2.415rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 69em) {
  .text-centered h1 {
    font-size: 3.7375rem;
    line-height: 3.7375rem;
    letter-spacing: 0.15rem;
  }
}
@media screen and (min-width: 64em) {
  .text-centered h1 {
    margin-bottom: 2.25rem;
  }
}
.text-centered h2 {
  font-family: "Meta Serif W01 Book", Georgia, "Times New Roman", serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .text-centered h2 {
    font-size: 1.75rem;
    line-height: 2.125rem;
    letter-spacing: 0.08rem;
  }
}
@media screen and (min-width: 64em) {
  .text-centered h2 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.text-centered h2 strong {
  font-family: "Meta Serif Offc W01 Bold", Georgia, "Times New Roman", serif;
  font-weight: normal;
}
@media screen and (min-width: 69em) {
  .text-centered p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.text-centered p a {
  color: #0a0a0a;
}
.imprint {
  background-color: #e86962;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .imprint {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }
}
.imprint h1,
.imprint p,
.imprint a {
  color: #fefefe;
}
.imprint h1 {
  font-size: 2.25rem;
  line-height: 2.625rem;
}
@media screen and (min-width: 69em) {
  .imprint h1 {
    font-size: 4.0625rem;
    line-height: 4.0625rem;
    letter-spacing: 0.15rem;
  }
}
@media screen and (min-width: 69em) {
  .imprint p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.page-node-type-about-us .imprint {
  background-color: #76a591;
}
#map {
  height: 15.9375rem;
  width: 100%;
}
@media screen and (min-width: 64em) {
  #map {
    height: 22.25rem;
  }
}
.map-big #map {
  height: 18.75rem;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .map-big #map {
    height: 35rem;
  }
}
.bottom-nav {
  margin-top: 3.375rem;
}
.bottom-nav a {
  font-family: "MetaCompPro-Bold W01 Regular", Arial, sans-serif;
  font-weight: normal;
  color: #0a0a0a;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.09375rem;
}
.bottom-nav .overview {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 48em) {
  .bottom-nav .overview {
    margin-top: 0;
  }
}
.bottom-nav .prev a,
.bottom-nav .next a {
  background-repeat: no-repeat;
  background-size: 15px auto;
}
@media screen and (min-width: 48em) {
  .bottom-nav .prev a,
  .bottom-nav .next a {
    background-size: 20px auto;
  }
}
.bottom-nav .prev {
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .bottom-nav .prev {
    margin-bottom: 0;
  }
}
.bottom-nav .prev a {
  background-image: url(../images/icon-arrow-left.svg);
  padding-left: 1.875rem;
  background-position: left center;
  margin-left: 0.5rem;
}
@media screen and (min-width: 48em) {
  .bottom-nav .prev a {
    padding-left: 2.5rem;
  }
}
.bottom-nav .next {
  text-align: right;
}
.bottom-nav .next a {
  background-image: url(../images/icon-arrow-right.svg);
  padding-right: 1.875rem;
  background-position: right center;
  margin-right: 0.5rem;
}
@media screen and (min-width: 48em) {
  .bottom-nav .next a {
    padding-right: 2.5rem;
  }
}
.page-node-type-contact .single-image-paragraph {
  text-align: center;
}
.page-node-type-contact .single-image-paragraph img {
  max-width: 29.625rem;
}
.red {
  background-color: #e86962;
}
.green {
  background-color: #76a591;
}
.brown {
  background-color: #796d66;
}
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading p {
  opacity: 0.5;
  will-change: transform;
  transition: all 200ms linear;
}
.contextual-region .contextual .contextual-links li {
  display: block;
}
.contextual-region .contextual .contextual-links li a {
  font-weight: normal;
  text-transform: none;
}
main .contextual {
  top: 70px;
  right: 2rem;
}
@media screen and (min-width: 40em) {
  main .contextual {
    top: 140px;
  }
}
main #block-neues .contextual {
  top: 6px;
}
div[role="contentinfo"] {
  max-width: 62.5rem;
  margin: 0 auto;
  background-color: #76a591;
  padding: 1rem 2rem;
  color: #fff;
  position: relative;
  top: 4rem;
}
@media screen and (min-width: 40em) {
  div[role="contentinfo"] {
    top: 7rem;
  }
}
.user-login-form,
.user-pass {
  max-width: 56.25rem;
  padding: 12.5rem 1.25rem;
  margin: 0 auto;
}
.user-login-form label,
.user-pass label {
  display: inline-block;
  width: 7.5rem;
}
.user-login-form .description,
.user-pass .description {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  padding-left: 7.75rem;
}

.page-node-type-lehre-live-member p a {
  color: #000;
}

.instagram {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.instagram a {
  color: #000;
}
