@charset "UTF-8";
/*------------------------------------*\
    $Breakpoints
\*------------------------------------*/
/*------------------------------------*\
    $FOUNDATION
\*------------------------------------*/
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

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

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

[data-whatintent="mouse"] *, [data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *,
[data-whatintent="touch"] *:focus,
[data-whatinput="mouse"] *,
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *,
[data-whatinput="touch"] *:focus {
  outline: none; }

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=72.5em&xxlarge=100em"; }

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

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

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

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

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

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

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

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

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

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  float: left; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

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

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

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

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

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; }
  .small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
    float: right; }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
      float: right; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
      float: right; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

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

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 48em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

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

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

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

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

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 48em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 48em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

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

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0; }
  .cell.shrink {
    flex: 0 0 auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

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

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

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 48em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

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

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

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

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

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 1.875rem / 2); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 1.875rem / 2); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 1.875rem / 2); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 1.875rem / 2); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 1.875rem / 2); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 1.875rem / 2); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 1.875rem / 2); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 1.875rem / 2); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 1.875rem / 2); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 1.875rem / 2); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 1.875rem / 2); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 1.875rem / 2); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 1.875rem / 2); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 1.875rem / 2); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 1.875rem / 2); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 1.875rem / 2); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    height: auto;
    max-height: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 48em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 48em) {
    .grid-y > .medium-auto {
      flex: 1 1 0;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

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

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

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

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

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

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

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

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

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

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

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

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

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

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

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

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

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

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

figure {
  margin: 0; }

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

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

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

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

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

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

code, .code-inline {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem; }

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    line-height: 1.5;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

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

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

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

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

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

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

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

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

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

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

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

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.show-for-dark-mode {
  display: none; }

.hide-for-dark-mode {
  display: block; }

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important; }
  .hide-for-dark-mode {
    display: none !important; } }

.show-for-ie {
  display: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important; }
  .hide-for-ie {
    display: none !important; } }

.show-for-sticky {
  display: none; }

.is-stuck .show-for-sticky {
  display: block; }

.is-stuck .hide-for-sticky {
  display: none; }

/*------------------------------------*\
    $BASE
\*------------------------------------*/
@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-Light.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-LightItalic.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-Book.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-Book.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-BookItalic.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-BookItalic.woff) format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-Medium.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-MediumItalic.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-SemiBold.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-SemiBoldItalic.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-SemiBoldItalic.woff) format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-Bold.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-BoldItalic.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic; }

.bw-font-light-italic, .bw-font-light {
  font-weight: 300; }

.bw-font-light-italic {
  font-style: italic; }

.bw-font-book-italic, .bw-font-book {
  font-weight: 400; }

.bw-font-book-italic {
  font-style: italic; }

.bw-font-medium-italic, .bw-font-medium {
  font-weight: 500; }

.bw-font-medium-italic {
  font-style: italic; }

.bw-font-semibold-italic, .bw-font-semibold,
b,
strong {
  font-weight: 600; }

.bw-font-semibold-italic {
  font-style: italic; }

.bw-font-bold-italic, .bw-font-bold {
  font-weight: 700; }

.bw-font-bold-italic {
  font-style: italic; }

body,
html {
  font-family: "BayWaSans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased; }

@font-face {
  font-family: "icomoon";
  src: url(/datenblaetter/fonts/icomoon.ttf) format("truetype"), url(/datenblaetter/fonts/icomoon.woff) format("woff"), url(/datenblaetter/058a8a4b8318ee8e0cff6e57f900c500.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.icon-haekchen:before {
  content: "\e949"; }

.icon-newsletter:before {
  content: "\e939"; }

.icon-arrow_down:before {
  content: "\e902"; }

.icon-arrow_left:before {
  content: "\e903"; }

.icon-arrow_right:before {
  content: "\e904"; }

.icon-arrow_up:before {
  content: "\e905"; }

.icon-basket:before {
  content: "\e906"; }

.icon-bill:before {
  content: "\e907"; }

.icon-bookmark:before {
  content: "\e908"; }

.icon-calendar:before {
  content: "\e909"; }

.icon-checkmark:before {
  content: "\e949"; }

.icon-collect:before {
  content: "\e90b"; }

.icon-delete:before {
  content: "\e90c"; }

.icon-delivery:before {
  content: "\e90d"; }

.icon-edit:before {
  content: "\e90e"; }

.icon-help:before {
  content: "\e910"; }

.icon-faq:before {
  content: "\e976"; }

.icon-link_back:before {
  content: "\e911"; }

.icon-link_forward:before {
  content: "\e912"; }

.icon-sort_up:before {
  content: "\e91e"; }

.icon-sort_down:before {
  content: "\e91d"; }

.icon-location:before {
  content: "\e913"; }

.icon-mail:before {
  content: "\e914"; }

.icon-menu:before {
  content: "\e915"; }

.icon-minus:before {
  content: "\e916"; }

.icon-order:before {
  content: "\e917"; }

.icon-phone:before {
  content: "\e918"; }

.icon-plus:before {
  content: "\e919"; }

.icon-rating:before {
  content: "\e91a"; }

.icon-remove:before {
  content: "\e91b"; }

.icon-search:before {
  content: "\e91c"; }

.icon-user:before {
  content: "\e920"; }

.icon-facebook:before {
  content: "\e90f"; }

.icon-twitter:before {
  content: "\e91f"; }

.icon-youtube:before {
  content: "\e921"; }

.icon-warning:before {
  content: "\e922"; }

.icon-info:before {
  content: "\e923"; }

.icon-milcherzeugnisse:before {
  content: "\e924"; }

.icon-energie:before {
  content: "\e925"; }

.icon-futter:before {
  content: "\e926"; }

.icon-geld:before {
  content: "\e927"; }

.icon-niederschlag:before {
  content: "\e928"; }

.icon-preisalarm:before {
  content: "\e929"; }

.icon-wetterwarnung:before {
  content: "\e92a"; }

.icon-wetter_bedeckt:before {
  content: "\e92b"; }

.icon-wetter_gewitter:before {
  content: "\e92c"; }

.icon-wetter_gewitterschauer_nacht:before {
  content: "\e92d"; }

.icon-wetter_gewitterschauer_tag:before {
  content: "\e92e"; }

.icon-wetter_heiter_nacht:before {
  content: "\e92f"; }

.icon-wetter_heiter_tag:before {
  content: "\e930"; }

.icon-wetter_klar:before {
  content: "\e931"; }

.icon-wetter_nebel:before {
  content: "\e932"; }

.icon-wetter_regen:before {
  content: "\e933"; }

.icon-wetter_regenschauer_nacht:before {
  content: "\e934"; }

.icon-wetter_regenschauer_tag:before {
  content: "\e935"; }

.icon-wetter_schneefall:before {
  content: "\e936"; }

.icon-wetter_schneeregen:before {
  content: "\e937"; }

.icon-wetter_schneeschauer_nacht:before {
  content: "\e93a"; }

.icon-wetter_schneeschauer_tag:before {
  content: "\e93b"; }

.icon-wetter_sonnig:before {
  content: "\e93c"; }

.icon-wetter_spruehregen:before {
  content: "\e93d"; }

.icon-wetter_stark_bewoelkt:before {
  content: "\e93e"; }

.icon-wetter_wolkig:before {
  content: "\e93f"; }

.icon-tiere:before {
  content: "\e940"; }

.icon-wind:before {
  content: "\e941"; }

.icon-aktualisieren:before {
  content: "\e942"; }

.icon-attention:before {
  content: "\e943"; }

.icon-barcode:before {
  content: "\e944"; }

.icon-chat:before {
  content: "\e946"; }

.icon-close:before {
  content: "\e948"; }

.icon-standort:before {
  content: "\e94b"; }

.icon-tankwagen:before {
  content: "\e94c"; }

.icon-heart:before {
  content: "\e94d"; }

.icon-palette:before {
  content: "\e94e"; }

.icon-nutzerdaten:before {
  content: "\e94f"; }

.icon-zoom_in:before {
  content: "\e951"; }

.icon-zoom_out:before {
  content: "\e952"; }

.icon-print:before {
  content: "\e953"; }

.icon-download:before {
  content: "\e954"; }

.icon-rechner:before {
  content: "\e955"; }

.icon-oil:before {
  content: "\e956"; }

.icon-acker:before {
  content: "\e999"; }

.icon-home_absprung:before {
  content: "\e957"; }

.icon-agrar_absprung:before {
  content: "\e945"; }

.icon-baustoffe_absprung:before {
  content: "\e947"; }

.icon-energie_absprung:before {
  content: "\e94a"; }

.icon-lightbulb:before {
  content: "\e900"; }

.icon-file_pdf:before {
  content: "\e974"; }

.icon-file_zip:before {
  content: "\e901"; }

.icon-brennstoff:before {
  content: "\e938"; }

.icon-hotline:before {
  content: "\e958"; }

.icon-lock:before {
  content: "\e96c"; }

.icon-lock_unlock:before {
  content: "\e96d"; }

body {
  color: #333;
  font-size: 1.000rem;
  line-height: 1.375rem; }
  @media print, screen and (max-width: 47.99875em) {
    body {
      font-size: 0.875rem;
      line-height: 1.125rem; } }

h1, h2, h3 {
  font-weight: inherit; }

h1 {
  font-size: 1.750rem;
  line-height: 2.000rem; }
  h1.big {
    font-size: 2.500rem;
    line-height: 2.813rem; }
    @media print, screen and (max-width: 47.99875em) {
      h1.big {
        font-size: 1.375rem; } }
  @media print, screen and (max-width: 47.99875em) {
    h1 {
      font-size: 1.125rem;
      line-height: 1.438rem; } }

h2 {
  font-size: 1.375rem;
  line-height: 1.625rem; }
  @media print, screen and (max-width: 47.99875em) {
    h2 {
      font-size: 1.125rem;
      line-height: 1.438rem; } }

h3 {
  font-family: "BayWa Sans Book", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.125rem;
  line-height: 1.438rem; }

small {
  font-size: 0.875rem; }

.green {
  color: #008C46; }

a {
  color: #008C46;
  font-family: "BayWa Sans Medium", Arial, Helvetica, Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem; }
  a:hover, a:active, a.nice-select.open, a:focus {
    color: #008C46; }

.invisible {
  visibility: hidden; }

/*
 * Author: Thomas Weckert (thomas.weckert@ecube.de)
 */
/* colors */
.baywagrey10 {
  color: #333333; }

.baywagrey11 {
  color: #4D4D4D; }

body {
  background-color: #F4F4F4; }

.header {
  margin-bottom: 1.4rem; }

/* claim "Datenblätter" positioned right of the BayWa logo */
header .claim {
  font-size: 1.25rem;
  margin: 0;
  height: 2rem;
  padding: 0 0 0 2.75rem;
  line-height: 3rem; }
  @media print, screen and (max-width: 47.99875em) {
    header .claim {
      line-height: 2rem; } }

/*
 * https://www.freecodecamp.org/news/how-to-keep-your-footer-where-it-belongs-59c6aa05c59c/
 */
#page-container {
  position: relative;
  min-height: 100vh; }

#content-wrap {
  padding-bottom: 3.5rem;
  /* Footer height */ }
  @media print, screen and (max-width: 47.99875em) {
    #content-wrap {
      padding-bottom: 7.5rem;
      /* Footer height */ } }

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3.5rem;
  /* Footer height */ }
  @media print, screen and (max-width: 47.99875em) {
    #footer {
      height: 7.5rem;
      /* Footer height */ } }

/*
 * text horizontal aligned, with lines on both sides
 * https://www.impressivewebs.com/centered-heading-horizontal-line/#comment-34913
 */
p.line-on-sides {
  overflow: hidden;
  text-align: center; }

p.line-on-sides:before,
p.line-on-sides:after {
  background-color: #CCC;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%; }

p.line-on-sides:before {
  right: 0.5em;
  margin-left: -50%; }

p.line-on-sides:after {
  left: 0.5em;
  margin-right: -50%; }

/* headings, spans, paragraphs, fonts... */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #008C46;
  font-family: "BayWa Sans Book", Arial, Helvetica, Verdana, sans-serif; }

h1 {
  font-size: 2.5rem; }
  @media print, screen and (max-width: 47.99875em) {
    h1 {
      font-size: 1.375rem; } }

h2 {
  font-size: 1.75rem; }
  @media print, screen and (max-width: 47.99875em) {
    h2 {
      font-size: 1.375rem; } }

.h-searchresult {
  font-size: 1.375rem;
  margin-top: 0.5rem; }
  @media print, screen and (max-width: 47.99875em) {
    .h-searchresult {
      margin-bottom: 1rem; } }

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

/* rows, elements, backgrounds... */
.row-full-width {
  max-width: 48rem;
  padding: 2.5rem 0 2.5rem 0; }
  @media print, screen and (max-width: 47.99875em) {
    .row-full-width {
      padding: 1rem 1rem 1rem 1rem; } }

.no-padding {
  padding: 0; }

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

.bg-white {
  background: white; }

/* boxed content, e.g. teaser boxes */
.content-width48 {
  max-width: 48rem; }

.content-width50 {
  max-width: 50rem; }

.searchform-teaser {
  padding-bottom: 1.25rem !important; }

.searchresult-teaser {
  padding: 1.25rem 1rem 1.25rem 1.25rem !important;
  position: relative; }

/* buttons */
.form-bt-search {
  margin-top: 2rem;
  margin-bottom: 0.5rem; }

/* PDF search result icon */
.icon-download-filetype {
  position: absolute;
  left: 1rem;
  top: 1.5rem; }

/* search result stuff */
.search-result-list {
  padding: 2.5rem 0 2.5rem 0; }
  @media print, screen and (max-width: 47.99875em) {
    .search-result-list {
      padding: 1.5rem 0 1.5rem 0; } }

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

.searchresult-link-text {
  font-size: 1.125rem;
  font-weight: bold; }
  @media print, screen and (max-width: 47.99875em) {
    .searchresult-link-text {
      font-size: 1rem;
      font-weight: normal; } }

.searchresult-link-anchor {
  margin: 0;
  min-height: 2rem !important; }

@media print, screen and (max-width: 47.99875em) {
  .searchresult-row {
    padding: 0 0 0.3rem 0; } }

.searchresult-row-asset-container {
  padding: 1rem; }

.searchresult-row-asset {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #f4f4f4; }

@media print, screen and (max-width: 47.99875em) {
  .searchresult-row-last {
    padding: 0; } }

/* info-combo (size + download icon) */
.info-combo-text {
  text-align: right; }
  @media print, screen and (max-width: 47.99875em) {
    .info-combo-text {
      text-align: left;
      padding: 0.5rem 0 0 0.5rem; } }

.searchresult-row-group-asset-left {
  text-align: left;
  padding-top: 0.3rem; }
  @media print, screen and (max-width: 47.99875em) {
    .searchresult-row-group-asset-left {
      padding: 0.5rem 0 0 0.5rem; } }

.searchresult-row-group-asset-right {
  text-align: right;
  padding-top: 0.3rem; }
  @media print, screen and (max-width: 47.99875em) {
    .searchresult-row-group-asset-right {
      padding: 0.5rem 0 0 0.5rem; } }

.info-combo-anchor {
  margin-top: -0.6rem !important;
  min-height: 2.5rem !important; }
  @media print, screen and (max-width: 47.99875em) {
    .info-combo-anchor {
      padding: 2rem 0 0 0; } }

.info-combo-icon {
  font-size: 1.6rem;
  font-weight: normal;
  padding-left: 0.2rem; }

.info-combo-icon-column {
  padding-top: 0.2rem; }

.bt-searchresult-empty {
  margin-top: 1rem; }

/*------------------------------------*\
    $COMPONENTS
\*------------------------------------*/
.bw__btn, .bw-form__btn {
  background-color: #008C46;
  border: none;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-family: "BayWa Sans SemiBold", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.000rem;
  height: 2.500rem;
  line-height: 2.500rem;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s linear, color 0.2s linear;
  width: 100%; }
  .bw__btn:hover, .bw-form__btn:hover {
    background-color: #006F3B;
    color: #FFF; }
  .bw__btn--bg, .bw-form__btn--bg {
    background-color: #FFF;
    border: 1px solid #FFF;
    color: #008C46; }
    .bw__btn--bg:hover, .bw-form__btn--bg:hover {
      background-color: #008C46;
      color: #FFF; }
  .bw__btn--bgsec, .bw-form__btn--bgsec {
    background-color: #008C46;
    border: 1px solid #FFF;
    color: #FFF; }
    .bw__btn--bgsec:hover, .bw-form__btn--bgsec:hover {
      background-color: #FFF;
      color: #008C46; }
  .bw__btn--secondary, .bw-form__btn--secondary {
    color: #008C46;
    background-color: #FFF;
    border: 0.063rem solid #008C46; }
    .bw__btn--secondary:hover, .bw-form__btn--secondary:hover {
      background-color: #008C46;
      color: #FFF; }

form, fieldset {
  border: 0;
  clear: both;
  margin: 0;
  padding: 0; }

div.bw-form__error {
  float: left;
  font-size: .75rem;
  margin: -.625rem 0 1rem;
  padding: 0 0 0 .625rem;
  position: relative;
  width: 100%; }
  div.bw-form__error::after {
    background-color: #fff;
    color: #D7373C;
    content: "\E93F";
    position: absolute;
    top: -2.25rem;
    right: .688rem;
    font-size: 1rem;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: .188rem 0 0; }

.bw-form-datepicker {
  background-color: #FFF;
  border-radius: 0.188rem;
  position: relative; }
  .bw-form-datepicker .icon-calendar {
    color: #333;
    font-size: 1.500rem;
    right: 0.625rem;
    top: 0.438rem;
    margin-right: -0.188rem;
    position: absolute;
    z-index: 0; }
  .bw-form-datepicker input {
    background-color: transparent;
    border-radius: 0;
    position: relative;
    z-index: 1; }
    .bw-form-datepicker input:focus {
      border: 1px solid #F5BE37; }

.bw-form__group {
  position: relative; }
  .bw-form__group.mark .bw-form-showpass__trigger, .bw-form__group.error .bw-form-showpass__trigger {
    right: 1.563rem; }
  .bw-form__group.mark .start-nice-select, .bw-form__group.error .start-nice-select {
    border-color: #D7373C; }
  .bw-form__group.mark .start-nice-select + .bw-form__error::after, .bw-form__group.error .start-nice-select + .bw-form__error::after {
    display: none; }
  .bw-form__group.ico-x:after, .bw-form__group.ico-i:after {
    background-color: #FFF;
    color: #008C46;
    cursor: pointer;
    position: absolute;
    bottom: .625rem;
    right: .625rem;
    font-size: 1.25rem;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1; }
  .bw-form__group.ico-x:after {
    content: "\e919"; }
  .bw-form__group.ico-i:after {
    content: "\e921"; }
  .bw-form__group .bw-form__infotxt {
    position: absolute;
    background-color: #333;
    color: #FFF;
    font-family: "BayWa Sans Medium", Arial, Helvetica, Verdana, sans-serif;
    font-size: 0.875rem;
    margin-top: -0.188rem;
    padding: 0.938rem 0.625rem;
    width: 100%;
    z-index: 10; }
  .bw-form__group .bw-form__infotxt:after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 0.813rem;
    border-width: 0.500rem;
    border-style: solid;
    border-color: transparent transparent #333 transparent; }

.bw-form__label {
  display: inline-block;
  font-family: "BayWa Sans SemiBold", Arial, Helvetica, Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0 0 0.313rem 0; }

.bw-form__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFF;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28128, 128, 128%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -0.938rem center;
  background-repeat: no-repeat;
  background-size: 0.688rem 0.500rem;
  border: 0.063rem solid #CCC;
  border-radius: 0;
  font-family: "BayWa Sans Medium", Arial, Helvetica, Verdana, sans-serif;
  font-size: 0.875rem;
  height: 2.500rem;
  line-height: 2.500rem;
  margin: 0 0 1rem;
  padding: 0 1.875rem 0 .5rem;
  text-indent: .01px;
  text-overflow: "";
  transition: box-shadow .5s,border-color .25s ease-in-out;
  width: 100%; }
  .bw-form__select::-ms-expand {
    display: none; }
  .bw-form__select.start-nice-select {
    background-image: none; }

.bw-form-radio {
  display: inline-block;
  width: 100%; }
  .bw-form-radio__btn {
    float: left;
    margin: 0 2.500rem 0.375rem 0;
    position: relative; }
    .bw-form-radio__btn input[type="radio"] {
      line-height: normal;
      position: absolute;
      visibility: hidden; }
      .bw-form-radio__btn input[type="radio"]:checked ~ .bw-form-radio__btn--checked::before {
        background: #008C46; }
      .bw-form-radio__btn input[type="radio"]:disabled ~ label[for] {
        cursor: no-drop; }
      .bw-form-radio__btn input[type="radio"]:disabled ~ .bw-form-radio__btn--checked {
        background: #F4F4F4; }
      .bw-form-radio__btn input[type="radio"] + label[for] {
        cursor: pointer; }
    .bw-form-radio__btn label {
      display: inline-block;
      font-weight: normal;
      line-height: 1.8;
      padding: 0 0 0 2.125rem;
      z-index: 10; }
    .bw-form-radio__btn--checked {
      background: #FFF;
      display: block;
      border: 0.063rem solid #CCC;
      border-radius: 100%;
      height: 1.563rem;
      left: 0;
      position: absolute;
      top: 0.063rem;
      width: 1.563rem;
      z-index: -1;
      transition: border .25s linear;
      -webkit-transition: border .25s linear; }
      .bw-form-radio__btn--checked::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 0.813rem;
        width: 0.813rem;
        top: 0.313rem;
        left: 0.313rem;
        margin: auto;
        transition: background .25s linear;
        -webkit-transition: background .25s linear; }

.bw-form-checkbox {
  position: relative;
  margin: 0.625rem 0 0;
  display: inline-block;
  width: 100%; }
  .bw-form-checkbox span {
    float: left;
    line-height: 1.563rem; }
  .bw-form-checkbox input[type=checkbox] {
    float: left;
    visibility: hidden; }
  .bw-form-checkbox input {
    width: 1.563rem;
    height: 1.563rem;
    margin: 0 1.063rem 0 0;
    position: relative; }
    .bw-form-checkbox input.bw-form__error ~ label {
      border-color: #D7373C; }
  .bw-form-checkbox label {
    cursor: pointer;
    position: absolute;
    width: 1.563rem;
    height: 1.563rem;
    top: 0;
    left: 0;
    margin: 0;
    background: #FFF;
    border: 0.063rem solid #CCC; }
  .bw-form-checkbox label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 0.813rem;
    height: 0.813rem;
    background: #008C46;
    top: 0.313rem;
    left: 0.313rem; }
  .bw-form-checkbox input[type=checkbox]:checked ~ label:after {
    opacity: 1; }

.bw-form-showpass {
  position: relative; }
  .bw-form-showpass__trigger {
    color: #333;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.875rem;
    right: 0.625rem;
    top: 2.188rem;
    position: absolute; }

.bw-form__input {
  background-color: #FFF;
  border: 0.063rem solid #CCC;
  box-shadow: none;
  box-sizing: border-box;
  display: block;
  font-family: "BayWa Sans Medium", Arial, Helvetica, Verdana, sans-serif;
  font-size: 0.875rem;
  height: 2.500rem;
  line-height: 2.500rem;
  margin: 0 0 1.000rem;
  outline: none;
  padding: 0 0.625rem;
  width: 100%; }
  .bw-form__input--clear {
    padding-right: 2.125rem; }

.bw-form__error {
  color: #D7373C;
  border-color: #D7373C; }

.bw-alertbox {
  display: block;
  float: left;
  font-family: 'BayWa Sans SemiBold', sans-serif;
  margin: 0 0 1.250rem 0;
  padding: 0.938rem 0.938rem 0.938rem 3.750rem;
  position: relative;
  width: 100%;
  color: #FFF; }
  .bw-alertbox--ok {
    background-color: #008C46; }
  .bw-alertbox--error {
    background-color: #F5BE37; }
    .bw-alertbox--error .row {
      margin-bottom: 1.250rem; }
      .bw-alertbox--error .row .bw-alertbox {
        margin: 0;
        padding: 0.563rem 0.938rem 0.563rem 3.750rem; }
        .bw-alertbox--error .row .bw-alertbox .icon {
          left: 0.938rem; }
  .bw-alertbox .icon {
    font-size: 1.563rem;
    left: 1.250rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .bw-alertbox span {
    float: left; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 0;
  border: solid 1px #ccc;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  height: 2.5rem;
  line-height: 2.5rem;
  outline: none;
  padding: 0 1.875rem 0 0.688rem;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%; }
  .nice-select::after {
    font-family: icomoon;
    color: gray;
    content: "\E902";
    display: block;
    font-size: 16px;
    height: 8px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 0; }
  .nice-select:hover {
    border-color: #bfbfbf; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #ccc; }
  .nice-select .current {
    float: left;
    overflow: hidden;
    width: 90%; }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    background-color: #f7f7f7;
    border-color: #bfbfbf;
    color: #bfbfbf;
    cursor: not-allowed;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: white; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    box-sizing: border-box;
    margin: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 99%;
    left: -1px;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-1.25rem);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
    width: -webkit-calc( 100% + 2px);
    width: -moz-calc( 100% + 2px);
    width: calc( 100% + 2px);
    max-height: 14.375rem;
    overflow-y: auto;
    overflow-x: hidden; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    border-top: 1px solid #E5E5E5;
    cursor: pointer;
    font-weight: 400;
    line-height: 2.5rem;
    list-style: none;
    min-height: 2.5rem;
    outline: none;
    padding: 0 0.813em 0 0.688rem;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #F7F7F7; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #ccc;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.select-pdf .list li {
  padding-left: 2.125rem;
  background: url(/datenblaetter/2bbbde0300f4ad106561ae4ea74164e0.svg) no-repeat 0.5rem 0.688rem; }

.add-new .list li:last-child {
  color: #808080;
  padding-left: 2.813rem;
  position: relative; }
  .add-new .list li:last-child::after {
    display: block;
    height: 0.938rem;
    position: absolute;
    left: 0.688rem;
    top: 0;
    width: 1.000rem;
    font-family: 'icomoon';
    font-size: 1.563rem;
    color: #CCC;
    content: "\e917"; }

@media screen and (min-width: 0\0) {
  .nice-select::after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }

.bw-ul-list {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0 0.625rem 0;
  padding: 0; }
  .bw-ul-list--checkmark li {
    position: relative;
    padding: 0 0 0 1.563rem;
    margin: 0 0 0.438rem 0; }
    .bw-ul-list--checkmark li::before {
      color: #008C46;
      content: "\e908";
      font-family: 'icomoon';
      left: 0;
      position: absolute;
      top: 0; }

.bw-teaser {
  background-color: #FFF;
  -webkit-box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.3);
  margin: 1.25rem 0; }
  .bw-teaser.no-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .bw-teaser.no-shadow .bw-teaser-help__head {
      background-color: #FFF;
      padding: 1.25rem 1.25rem 0 1.25rem; }
      .bw-teaser.no-shadow .bw-teaser-help__head h2 {
        font-size: 1.375rem;
        color: #008C46;
        margin: 0; }
    .bw-teaser.no-shadow .bw-teaser-help__content {
      padding: .5rem 1.25rem 0; }
      .bw-teaser.no-shadow .bw-teaser-help__content p {
        margin: 0 0 1.8rem; }
  .bw-teaser-help__head {
    background-color: #F4F4F4;
    padding: 1.250rem; }
    .bw-teaser-help__head h2 {
      font-size: 1.375rem;
      color: #333;
      margin: 0; }
  .bw-teaser-help__content {
    padding: 1.250rem 1.250rem 0; }
    .bw-teaser-help__content p {
      margin: 0 0 1.000rem; }
    .bw-teaser-help__content a {
      border-bottom: 1px solid #CCC;
      display: inline-block;
      font-size: 1.000rem;
      min-height: 5.250rem;
      text-decoration: none;
      width: 100%; }
      .bw-teaser-help__content a:hover {
        color: #333; }
      .bw-teaser-help__content a:last-child {
        border-bottom: none; }
      .bw-teaser-help__content a .icon {
        color: #008C46;
        font-size: 1.750rem;
        float: left;
        margin: 1.625rem 0.938rem 0 0; }
        .bw-teaser-help__content a .icon.icon-phone {
          font-size: 2.125rem;
          margin: 1.438rem 0.938rem 0 0; }
    .bw-teaser-help__content-txt {
      color: #333;
      display: block;
      float: left;
      margin: 1.938rem 0;
      width: 74%; }
      .bw-teaser-help__content-txt b {
        color: #008C46;
        font-weight: normal; }
    .bw-teaser-help__content .bw-ul-list--checkmark {
      margin: 0;
      padding: 0.313rem 0 0; }
      .bw-teaser-help__content .bw-ul-list--checkmark li {
        font-size: 1.000rem;
        padding: 0 0 1.250rem 2.188rem; }
        .bw-teaser-help__content .bw-ul-list--checkmark li::before {
          font-size: 1.313rem; }
  .bw-teaser-overview {
    height: 17.813rem;
    overflow: hidden;
    position: relative;
    margin: 0 0 1.563rem;
    padding: 9.375rem 1.250rem 0.938rem;
    background: #FFF; }
    .bw-teaser-overview .icon {
      background-color: #008C46;
      color: #FFF;
      font-size: 5.938rem;
      height: 9.375rem;
      left: 0;
      padding-top: 1.563rem;
      position: absolute;
      text-align: center;
      top: 0;
      width: 100%; }
    .bw-teaser-overview__triangle {
      border-left: 1.250rem solid transparent;
      border-right: 1.250rem solid transparent;
      border-top: 0.625rem solid #008C46;
      height: 0;
      width: 0;
      margin: auto; }
    .bw-teaser-overview h2, .bw-teaser-overview p {
      text-align: center;
      font-weight: normal; }
    .bw-teaser-overview h2 {
      color: #333;
      font-size: 1.375rem;
      line-height: 1.625rem;
      margin: 1.125rem 0; }
    .bw-teaser-overview p {
      color: #808080; }
    .bw-teaser-overview--hover {
      position: absolute;
      top: 17.813rem;
      left: 0;
      transition: all .4s ease-out;
      width: 100%;
      border-top: 2.5rem solid #006F3B;
      padding: 0 1.250rem 0.938rem; }
      .bw-teaser-overview--hover .bw-teaser-overview__triangle {
        border-top: 0.625rem solid #006F3B; }
      @media print, screen and (max-width: 47.99875em) {
        .bw-teaser-overview--hover {
          display: none; } }

.bw-overview-link {
  text-decoration: none; }
  .bw-overview-link .bw-teaser {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .bw-overview-link:hover .bw-teaser-overview {
    -webkit-box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.3); }
  .bw-overview-link:hover .bw-teaser-overview--hover {
    box-shadow: none;
    top: 0; }

.bw-pagination {
  background: #FFF;
  float: left;
  margin: 0 0 1.563rem 0;
  padding: 1.25rem;
  position: relative;
  width: 100%; }
  .bw-pagination__select {
    width: 4.4rem;
    margin: .5rem 0 0 .8rem; }
  .bw-pagination__ul {
    float: right;
    font-weight: bold;
    list-style: outside none none;
    margin: 0;
    padding: 0; }
    .bw-pagination__ul li {
      display: block;
      float: left;
      line-height: inherit; }
      .bw-pagination__ul li:first-child, .bw-pagination__ul li:last-child {
        margin-top: 1.438rem; }
    .bw-pagination__ul .previous,
    .bw-pagination__ul .next {
      padding: 0 .75rem 0 0; }
      .bw-pagination__ul .previous span, .bw-pagination__ul .previous a,
      .bw-pagination__ul .next span,
      .bw-pagination__ul .next a {
        height: 1.063rem;
        display: block;
        padding: 0;
        position: relative;
        width: .688rem; }
        .bw-pagination__ul .previous span::after, .bw-pagination__ul .previous a::after,
        .bw-pagination__ul .next span::after,
        .bw-pagination__ul .next a::after {
          display: block;
          height: .938em;
          position: absolute;
          left: -0.250rem;
          top: -0.11rem;
          width: 1.313rem;
          font-family: 'icomoon';
          font-size: 1.5rem;
          color: #008C46;
          content: "\e901"; }
      .bw-pagination__ul .previous.disabled span, .bw-pagination__ul .previous.disabled a,
      .bw-pagination__ul .next.disabled span,
      .bw-pagination__ul .next.disabled a {
        opacity: .3; }
    .bw-pagination__ul .previous {
      padding: 0 .75rem 0 0; }
      .bw-pagination__ul .previous a::after, .bw-pagination__ul .previous span::after {
        content: "\e903";
        left: -0.125rem; }
    .bw-pagination__ul .next {
      padding: 0 0 0 .75rem; }
      .bw-pagination__ul .next a::after, .bw-pagination__ul .next span::after {
        content: "\e904";
        left: -0.125rem; }
  .bw-pagination__items span {
    font-weight: bold; }
  @media print, screen and (max-width: 47.99875em) {
    .bw-pagination__items {
      display: none; } }
  @media print, screen and (max-width: 47.99875em) {
    .bw-pagination__sites, .bw-pagination__ul {
      float: none;
      text-align: center;
      display: inline-block;
      margin-left: -0.188rem; } }
  @media print, screen and (max-width: 47.99875em) {
    .bw-pagination {
      background: transparent; } }

.bw-smallfooter {
  background-color: #333;
  color: #FFF;
  float: left;
  margin-top: 1.875rem;
  padding: 0.875rem 0 0;
  width: 100%;
  font-size: 0.875rem; }
  .bw-smallfooter .medium-10 {
    float: right; }
    @media print, screen and (max-width: 47.99875em) {
      .bw-smallfooter .medium-10 {
        width: 100%; } }
  .bw-smallfooter .medium-2 {
    float: left;
    margin-top: 0; }
  .bw-smallfooter div, .bw-smallfooter p {
    flex: unset;
    display: block; }
  .bw-smallfooter p {
    padding-top: 0.250rem; }
  .bw-smallfooter a, .bw-smallfooter a:hover {
    color: #FFF; }
  .bw-smallfooter ul {
    margin: 0 0 0.938rem 0;
    padding: 0;
    float: right; }
    @media print, screen and (max-width: 47.99875em) {
      .bw-smallfooter ul {
        float: left; } }
    .bw-smallfooter ul li {
      float: left;
      height: 1.563rem;
      line-height: 1.563rem;
      list-style: outside none none;
      padding: 0; }
      .bw-smallfooter ul li::after {
        content: " | ";
        margin: 0 0.875rem; }
      .bw-smallfooter ul li:last-child:after {
        content: "";
        margin: 0; }
      .bw-smallfooter ul li a {
        text-decoration: none; }
  @media print, screen and (max-width: 47.99875em) {
    .bw-smallfooter {
      position: relative;
      margin-top: 0.625rem; } }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-Light.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-LightItalic.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-Book.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-Book.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-BookItalic.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-BookItalic.woff) format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-Medium.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-MediumItalic.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-SemiBold.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-SemiBoldItalic.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-SemiBoldItalic.woff) format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-Bold.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-BoldItalic.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic; }

.bw-font-light-italic, .bw-font-light {
  font-weight: 300; }

.bw-font-light-italic {
  font-style: italic; }

.bw-font-book-italic, .bw-font-book {
  font-weight: 400; }

.bw-font-book-italic {
  font-style: italic; }

.bw-font-medium-italic, .bw-font-medium {
  font-weight: 500; }

.bw-font-medium-italic {
  font-style: italic; }

.bw-font-semibold-italic, .bw-font-semibold,
b,
strong {
  font-weight: 600; }

.bw-font-semibold-italic {
  font-style: italic; }

.bw-font-bold-italic, .bw-font-bold {
  font-weight: 700; }

.bw-font-bold-italic {
  font-style: italic; }

body,
html {
  font-family: "BayWaSans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased; }

@media print, screen and (max-width: 47.99875em) {
  body.sticky {
    padding-top: 6.25rem; } }

@media print, screen and (max-width: 63.99875em) {
  body.open::before {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s linear, z-index 0s linear 0.3s; } }

header {
  background: #FFF;
  margin: 0 0 0 0;
  position: relative;
  box-shadow: -1px -1px 10px -2px #829B96;
  /* Placeholder color */ }
  @media print, screen and (max-width: 47.99875em) {
    header {
      margin: 0 0 1.25rem; } }
  header.sticky .top-nav {
    padding: 1.375rem 0.625rem 1.875rem;
    margin: -0.625rem 0.625rem -1.25rem -0.875rem; }
  @media print, screen and (max-width: 47.99875em) {
    header.sticky {
      position: fixed;
      top: 0;
      z-index: 10;
      width: 100%; }
      header.sticky .nav-txt,
      header.sticky .myacc-txt {
        display: none !important; }
      header.sticky .baywa-logo,
      header.sticky .bw-header-icon {
        margin-top: 0.625rem; }
      header.sticky .search-field {
        width: 50%;
        margin: 0 0 0 1.875rem;
        float: left; }
      header.sticky .meinebaywa-box.logout-hover {
        top: 3.75rem; } }
  @media (max-width: 559px) {
    header.sticky .search-field {
      display: none;
      width: 100%;
      margin: 0.625rem 0 0;
      float: right; }
    header.sticky .bw-header-icon .icon-search {
      display: block; }
    header.sticky .meinebaywa-box.logout-hover {
      top: 3.125rem; }
    header.sticky .meinebaywa-box.with-searchfield {
      top: 6.563rem; } }
  header .top-nav {
    cursor: pointer;
    float: left;
    padding: 0.75rem 0.625rem 0.625rem 0.625rem;
    margin: -0.625rem 0.625rem 0 -0.875rem; }
    @media print, screen and (max-width: 63.99875em) {
      header .top-nav.with-side {
        display: block; } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      header .top-nav.with-side {
        margin: -0.25rem 0.625rem 0 -0.875rem; } }
    @media print, screen and (min-width: 48em) {
      header .top-nav {
        display: none; } }
    @media print, screen and (max-width: 47.99875em) {
      header .top-nav {
        margin: -0.625rem 0.625rem 0 -0.875rem; } }
    header .top-nav.open {
      position: relative;
      background-color: #F4F4F4;
      transition: background-color 0.3s linear, z-index 0s linear 0.3s;
      z-index: 10; }
      header .top-nav.open .nav-txt {
        color: #008C46; }
    header .top-nav .nav-txt {
      font-family: "BayWa Sans Medium", Arial, Helvetica, Verdana, sans-serif; }
      @media print, screen and (max-width: 63.99875em) {
        header .top-nav .nav-txt {
          font-size: 0.75rem; } }
      @media print, screen and (max-width: 47.99875em) {
        header .top-nav .nav-txt {
          font-size: 0.625rem;
          display: block;
          margin-top: 0.188rem; } }
    header .top-nav:hover .nav-icon span {
      background: #008C46; }
    header .top-nav:hover .nav-txt {
      color: #008C46; }
  header .baywa-logo {
    display: inline-block;
    background: url(/datenblaetter/3121897741ed2419a5ddbcdbf7ec3ca5.svg) no-repeat 0 0;
    float: left;
    height: 2.353rem;
    margin: 0.313rem 0 0 0;
    width: 7.481rem; }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      header .baywa-logo {
        height: 1.75rem;
        width: 5.5rem;
        margin-top: 0.938rem; } }
    @media print, screen and (max-width: 47.99875em) {
      header .baywa-logo {
        height: 1.375rem;
        width: 4.313rem;
        margin-top: 0.5rem; } }
  header .header {
    padding: 1.563rem 0.9375rem 0.313rem; }
    @media print, screen and (max-width: 47.99875em) {
      header .header {
        padding: 0.625rem 0.9375rem; } }
  header ::-webkit-input-placeholder {
    color: black; }
  header :-moz-placeholder {
    color: black; }
  header ::-moz-placeholder {
    color: black; }
  header :-ms-input-placeholder {
    color: black; }
  header .search-field {
    clear: inherit;
    float: left;
    position: relative;
    margin: 0 0 1.25rem 11.25rem;
    width: 35.625rem; }
    @media print, screen and (max-width: 63.99875em) {
      header .search-field {
        width: 29.375rem;
        margin-left: 2.188rem; } }
    @media print, screen and (max-width: 47.99875em) {
      header .search-field {
        width: 100%;
        margin: 0.625rem 0 0;
        float: right; } }
    header .search-field input {
      background-color: #F4F4F4;
      border: none;
      box-shadow: none;
      font-size: 0.875rem;
      height: 2.813rem;
      margin: 0;
      line-height: 2.813rem;
      padding: 0 3.75rem 0 0.938rem;
      width: 100%; }
      header .search-field input:focus {
        box-shadow: none;
        background-color: #F4F4F4;
        border: none; }
    header .search-field span {
      border-left: 0.063rem solid #CCC;
      padding: 0 0.875rem 0 0.938rem;
      cursor: pointer;
      font-size: 1.625rem;
      position: absolute;
      right: 0;
      top: 0.625rem;
      color: #008C46; }
      header .search-field span:hover {
        color: #006F3B; }
  header .bw-header-icon {
    font-family: "BayWa Sans Medium", Arial, Helvetica, Verdana, sans-serif;
    font-size: 0.824rem;
    float: right;
    line-height: 1.059rem;
    margin: 0 0 0 0.875rem;
    position: relative; }
    header .bw-header-icon .icon-user,
    header .bw-header-icon .icon-search {
      color: #808080;
      display: block;
      font-size: 1.5rem;
      margin: 0 auto 0.313rem;
      height: auto;
      width: 1.563rem; }
      @media print, screen and (max-width: 47.99875em) {
        header .bw-header-icon .icon-user,
        header .bw-header-icon .icon-search {
          width: 1.125rem;
          font-size: 1.125rem;
          margin: 0 auto; } }
    header .bw-header-icon .icon-search {
      display: none; }
    header .bw-header-icon span {
      color: #333; }
    header .bw-header-icon .head-txt,
    header .bw-header-icon .login-txt {
      clear: both;
      float: left;
      position: relative; }
      @media print, screen and (max-width: 63.99875em) {
        header .bw-header-icon .head-txt,
        header .bw-header-icon .login-txt {
          position: inherit; } }
      header .bw-header-icon .head-txt .myacc-txt,
      header .bw-header-icon .login-txt .myacc-txt {
        cursor: pointer; }
    header .bw-header-icon.open .login-txt .myacc-txt {
      color: #008C46; }
    header .bw-header-icon #header_name,
    header .bw-header-icon #header_customerid_number {
      margin: 0 0 0 0.25rem; }
    @media print, screen and (min-width: 64em) {
      header .bw-header-icon {
        margin: 0 0 0 1.563rem; }
        header .bw-header-icon-dropdown:hover {
          box-shadow: -1px -1px 10px -2px #CCC;
          padding: 0.625rem 0.938rem 1.25rem;
          margin: -0.625rem -0.938rem; }
          header .bw-header-icon-dropdown:hover::before {
            content: "";
            background-color: white;
            width: 100%;
            height: 0.938rem;
            display: block;
            position: absolute;
            float: left;
            bottom: -0.313rem;
            left: 0;
            z-index: 101; }
        header .bw-header-icon:hover .meinebaywa-box {
          display: block !important; } }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      header .bw-header-icon {
        font-size: 0.75rem;
        position: inherit; } }
    @media print, screen and (max-width: 47.99875em) {
      header .bw-header-icon {
        position: inherit;
        font-size: 0.625rem; } }
  header .meinebaywa-box {
    background-color: #FFF;
    box-shadow: -1px -1px 10px -2px #CCC;
    display: none;
    left: -15.25rem;
    padding: 1.563rem 1.25rem 0 1.25rem;
    position: absolute;
    top: 2.5rem;
    width: 330px;
    z-index: 100; }
    @media print, screen and (max-width: 63.99875em) {
      header .meinebaywa-box {
        box-shadow: inherit;
        border-top: 1px solid #F4F4F4;
        border-bottom: 1px solid #F4F4F4;
        left: 0;
        top: 5.875rem;
        width: 100%; } }
    @media print, screen and (max-width: 47.99875em) {
      header .meinebaywa-box {
        top: 7.625rem; } }
    header .meinebaywa-box .icon-user {
      float: left;
      margin: 0 0.938rem 0 0;
      font-size: 1.5rem; }
    header .meinebaywa-box p {
      float: left;
      font-size: 1rem;
      padding: 0.188rem 0 0; }
    header .meinebaywa-box .myacc-padding {
      float: right; }
      header .meinebaywa-box .myacc-padding form input {
        cursor: pointer;
        border: none;
        padding: 0.188rem 0 0;
        margin: 0;
        height: auto;
        line-height: inherit;
        background: transparent;
        color: green;
        text-decoration: underline;
        font-weight: inherit;
        font-size: 0.875rem; }
    header .meinebaywa-box .login-name-txt {
      display: inline-block;
      width: 100%; }
      header .meinebaywa-box .login-name-txt span {
        font-family: "BayWa Sans Book", Arial, Helvetica, Verdana, sans-serif;
        font-size: 0.875rem;
        line-height: 1.25rem; }
      header .meinebaywa-box .login-name-txt #header_name,
      header .meinebaywa-box .login-name-txt #header_customerid,
      header .meinebaywa-box .login-name-txt #header_customerid_number {
        font-family: "BayWa Sans SemiBold", Arial, Helvetica, Verdana, sans-serif; }
    header .meinebaywa-box .bw-form__btn {
      font-weight: inherit;
      font-size: 1rem;
      margin: 1.875rem 0; }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        header .meinebaywa-box .bw-form__btn {
          max-width: 18.125rem; } }
      @media print, screen and (max-width: 47.99875em) {
        header .meinebaywa-box .bw-form__btn {
          max-width: 18.125rem; } }
    header .meinebaywa-box .agent-login-box .bw-form__btn {
      margin: -0.313rem 0 1.875rem; }
  header ul,
  header li {
    list-style: outside none none;
    line-height: 2rem;
    margin: 0;
    padding: 0; }
  header .nav-icon,
  header .icon-user {
    width: 1.25rem;
    height: 0.875rem;
    position: relative;
    cursor: pointer;
    margin: 0 auto; }
    header .nav-icon span,
    header .icon-user span {
      position: absolute;
      height: 0.125rem;
      width: 100%;
      background: #808080;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -moz-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
      header .nav-icon span:nth-child(1),
      header .icon-user span:nth-child(1) {
        top: 0; }
      header .nav-icon span:nth-child(2), header .nav-icon span:nth-child(3),
      header .icon-user span:nth-child(2),
      header .icon-user span:nth-child(3) {
        top: 0.375rem; }
      header .nav-icon span:nth-child(4),
      header .icon-user span:nth-child(4) {
        top: 0.75rem; }
    header .nav-icon.open span,
    header .icon-user.open span {
      background: #008C46; }
      header .nav-icon.open span:nth-child(1),
      header .icon-user.open span:nth-child(1) {
        top: 1rem;
        width: 0;
        left: 50%; }
      header .nav-icon.open span:nth-child(2),
      header .icon-user.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      header .nav-icon.open span:nth-child(3),
      header .icon-user.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      header .nav-icon.open span:nth-child(4),
      header .icon-user.open span:nth-child(4) {
        top: 1rem;
        width: 0;
        left: 50%; }
  header .icon-user span {
    display: none; }
  header .icon-user.open {
    margin: 0.125em auto 0.125rem 0.938rem;
    width: 1.25rem;
    height: 0.875rem; }
    @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
      header .icon-user.open {
        margin: 0.313rem auto 0.625rem auto; } }
    header .icon-user.open:before {
      display: none; }
    header .icon-user.open span {
      display: block; }
  header .shop-switcher--tabs {
    max-width: 75rem; }
    @media print, screen and (max-width: 63.99875em) {
      header .shop-switcher--tabs a {
        height: 40px;
        padding: 0 20px; } }
  @media print, screen and (max-width: 47.99875em) {
    header .shop-switcher--item {
      flex: 1 0 auto; }
      header .shop-switcher--item a i {
        display: none; }
      header .shop-switcher--item a .text {
        padding: 0; } }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-Light.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-LightItalic.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-Book.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-Book.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-BookItalic.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-BookItalic.woff) format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-Medium.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-MediumItalic.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-SemiBold.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-SemiBoldItalic.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-SemiBoldItalic.woff) format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-Bold.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "BayWaSans";
  src: url(/datenblaetter/fonts/BayWaSans-BoldItalic.woff2) format("woff2"), url(/datenblaetter/fonts/BayWaSans-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic; }

.bw-font-light-italic, .bw-font-light {
  font-weight: 300; }

.bw-font-light-italic {
  font-style: italic; }

.bw-font-book-italic, .bw-font-book {
  font-weight: 400; }

.bw-font-book-italic {
  font-style: italic; }

.bw-font-medium-italic, .bw-font-medium {
  font-weight: 500; }

.bw-font-medium-italic {
  font-style: italic; }

.bw-font-semibold-italic, .bw-font-semibold,
b,
strong {
  font-weight: 600; }

.bw-font-semibold-italic {
  font-style: italic; }

.bw-font-bold-italic, .bw-font-bold {
  font-weight: 700; }

.bw-font-bold-italic {
  font-style: italic; }

body,
html {
  font-family: "BayWaSans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased; }

.bw-tabs {
  background-color: #008C46;
  color: #FFF;
  position: relative;
  height: 40px;
  overflow: hidden;
  z-index: 10; }
  @media print, screen and (min-width: 64em) {
    .bw-tabs {
      height: 52px; } }
  .bw-tabs ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    align-content: center;
    align-items: flex-start;
    display: flex;
    width: 100%; }
  .bw-tabs li {
    border-right: 1px solid #FFF;
    flex: 0 0 auto; }
    .bw-tabs li:last-child {
      border-right: none; }
    .bw-tabs li:hover {
      background-color: #FFF; }
    @media (max-width: 559px) {
      .bw-tabs li {
        width: 50%; } }
    .bw-tabs li a {
      font-weight: 500;
      align-items: center;
      color: #FFF;
      display: flex;
      font-size: 0.75rem;
      height: 40px;
      overflow: hidden;
      padding: 0 15px; }
      @media print, screen and (min-width: 48em) {
        .bw-tabs li a {
          padding: 0 20px; } }
      @media print, screen and (min-width: 64em) {
        .bw-tabs li a {
          font-size: 1rem;
          height: 52px; } }
      @media (max-width: 559px) {
        .bw-tabs li a {
          text-align: center;
          padding: 0 10px; } }
      .bw-tabs li a.active, .bw-tabs li a:hover {
        background-color: #FFF;
        color: #333; }
        .bw-tabs li a.active span, .bw-tabs li a:hover span {
          color: #808080; }
      @media (max-width: 559px) {
        .bw-tabs li a.active {
          display: none; } }
      .bw-tabs li a i,
      .bw-tabs li a span {
        display: block;
        font-size: 27px;
        padding-right: 10px;
        font-variant: none;
        position: relative;
        top: -3px; }
        .bw-tabs li a i::before,
        .bw-tabs li a span::before {
          vertical-align: middle;
          display: inline-block;
          padding: 7px 0 0 0; }
        .bw-tabs li a i.icon-energie_absprung,
        .bw-tabs li a span.icon-energie_absprung {
          font-size: 20px; }
          .bw-tabs li a i.icon-energie_absprung::before,
          .bw-tabs li a span.icon-energie_absprung::before {
            padding: 0; }
          @media print, screen and (min-width: 64em) {
            .bw-tabs li a i.icon-energie_absprung,
            .bw-tabs li a span.icon-energie_absprung {
              font-size: 22px; } }
        @media print, screen and (min-width: 64em) {
          .bw-tabs li a i,
          .bw-tabs li a span {
            font-size: 32px;
            top: -4px; } }
        @media (max-width: 559px) {
          .bw-tabs li a i,
          .bw-tabs li a span {
            padding-right: 8px; } }

.shop-switcher {
  background-color: #008C46;
  height: 40px;
  position: relative;
  z-index: 10; }
  @media print, screen and (min-width: 64em) {
    .shop-switcher {
      height: 52px; } }
  .shop-switcher--tabs {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1160px; }
  .shop-switcher--item {
    align-items: center;
    border-right: 1px solid #FFF;
    display: flex;
    flex: 1 0 0;
    font-size: 0.75rem;
    font-weight: 500;
    height: 100%;
    list-style: none;
    vertical-align: middle; }
    @media print, screen and (min-width: 48em) {
      .shop-switcher--item {
        flex: 0 1 auto;
        font-size: 0.875rem; }
        .shop-switcher--item:hover {
          background-color: #FFF; } }
    @media print, screen and (min-width: 64em) {
      .shop-switcher--item {
        font-size: 1rem;
        height: 52px; } }
    .shop-switcher--item a {
      align-items: center;
      color: #FFF;
      display: flex;
      height: 52px;
      padding: 0 16px; }
      @media print, screen and (min-width: 48em) {
        .shop-switcher--item a {
          flex: 0 0 content;
          height: 40px; } }
      .shop-switcher--item a i {
        font-size: 27px; }
        @media print, screen and (min-width: 64em) {
          .shop-switcher--item a i {
            font-size: 32px;
            top: -4px; } }
      .shop-switcher--item a .text {
        display: inline;
        padding-left: 10px; }
    .shop-switcher--item:hover, .shop-switcher--item.active {
      background-color: #FFF;
      color: #333;
      display: inherit; }
      .shop-switcher--item:hover a, .shop-switcher--item.active a {
        color: #333; }
      .shop-switcher--item:hover i,
      .shop-switcher--item:hover span, .shop-switcher--item.active i,
      .shop-switcher--item.active span {
        color: #808080; }
    .shop-switcher--item:last-child {
      border-right: none; }
    @media print, screen and (max-width: 47.99875em) {
      .shop-switcher--item {
        height: 40px;
        justify-content: center;
        padding: 0 10px 0 0; }
        .shop-switcher--item.show-on-small {
          flex: 0 0 auto;
          padding: 0; }
          .shop-switcher--item.show-on-small i {
            display: block;
            font-size: 23px; }
        .shop-switcher--item.hide-on-small,
        .shop-switcher--item i {
          display: none; }
        .shop-switcher--item a {
          padding: 7.5px 5px; }
          .shop-switcher--item a .text {
            display: block;
            padding-left: 4px;
            position: relative; }
            .shop-switcher--item a .text::after {
              background: url(/datenblaetter/f005c02a5e1150dce6b432c9da8b5dea.svg) no-repeat 0 0;
              background-size: 16px 16px;
              bottom: -8px;
              content: " ";
              height: 20px;
              position: absolute;
              right: -11px;
              width: 16px; }
          .shop-switcher--item a:hover .text::after {
            background-image: url(/datenblaetter/b8d5995dee5b31cc343b110bf3f039a3.svg); }
        .shop-switcher--item.active .text::after {
          background-image: url(/datenblaetter/b8d5995dee5b31cc343b110bf3f039a3.svg); } }
    @media print, screen and (min-width: 48em) {
      .shop-switcher--item.energie a {
        padding: 0 16px 0 10px; }
      .shop-switcher--item.energie .text {
        padding-left: 7px; } }

/*# sourceMappingURL=app.css.map*/