/*
 erzaehlcafe
*/
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * Some helpers taken from HTML5 Boilerplate helpers: https://github.com/h5bp/html5-boilerplate
 *
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
.h-cf {
  *zoom: 1;
}
.h-cf:before,
.h-cf:after {
  content: " ";
  display: table;
}
.h-cf:after {
  clear: both;
}
.h-vh {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /*
		* Extends the .vh class to allow the element to be focusable
		* when navigated to via the keyboard: h5bp.com/p
		*/
}
.h-vh.focusable:active,
.h-vh.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.h-zf {
  font-size: 0;
  line-height: 0;
}
.h-th {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  background-color: transparent;
  text-rendering: auto;
}
.h-hide {
  display: none;
  visibility: hidden;
}
.h-flex,
.h-flex img {
  max-width: 100%;
  width: auto;
  height: auto;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
}
.h-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.embed-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.embed-container iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
@font-face {
  font-family: 'icomoon';
  src: url('/wp-content/themes/erzaehlcafe-theme/dist/fonts/icomoon.ttf?hdmzj1') format('truetype'), url('/wp-content/themes/erzaehlcafe-theme/dist/fonts/icomoon.woff?hdmzj1') format('woff'), url('/wp-content/themes/erzaehlcafe-theme/dist/fonts/icomoon.svg?hdmzj1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 320px;
}
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 15px;
  line-height: 20px;
  overflow-x: hidden;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (min-width: 992px), print {
  body {
    font-size: 20px;
    line-height: 26px;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
main,
section {
  display: block;
}
.screen-reader-text,
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /*
		* Extends the .vh class to allow the element to be focusable
		* when navigated to via the keyboard: h5bp.com/p
		*/
}
.screen-reader-text.focusable:active,
.sr-only.focusable:active,
.screen-reader-text.focusable:focus,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.container-fluid {
  max-width: 1280px;
  padding: 0;
}
@media print {
  .container-fluid {
    padding: 0;
    margin: 0 !important;
  }
}
.container-fluid-extended {
  max-width: 1600px;
}
.container-fluid-extended .container-inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.container-inner {
  padding: 0 15px;
}
@media screen and (min-width: 576px) {
  .container-inner {
    padding: 0 25px;
  }
}
@media screen and (min-width: 768px) {
  .container-inner {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .container-inner {
    padding: 0 50px;
  }
}
.main {
  min-height: 300px;
  position: relative;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .main {
    min-height: 500px;
  }
}
@media print {
  .main {
    padding: 2rem 0;
    background: #ffffff;
    overflow-x: inherit;
  }
}
.post-edit-link {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid #b8cf55;
  margin-bottom: 2.4rem;
  display: inline-block;
}
.post-edit-link:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #b8cf55;
}
.a-button {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-decoration: none;
  -webkit-appearance: none;
  padding: 15px 40px;
  width: auto;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #000000;
  border: none;
  background-color: #edece9;
}
@media screen and (min-width: 768px) {
  .a-button {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 992px), print {
  .a-button {
    font-size: 20px;
    line-height: 24px;
  }
}
.a-button:hover {
  text-decoration: none;
}
.a-button:focus {
  outline: none;
}
.a-button[disabled] {
  opacity: 0.5;
}
.a-button[disabled]:hover,
.a-button[disabled]:focus {
  background-color: #edece9;
  color: #000000;
  cursor: default;
}
.a-button:hover,
.a-button:active {
  color: #ffffff;
  background-color: #b8cf55;
}
[data-whatintent='keyboard'] .a-button:focus {
  color: #ffffff;
  background-color: #b8cf55;
}
.a-button:focus {
  outline: none;
}
.o-aid-events .state-m-form-element--error .a-checkbox .a-checkbox__label::before {
  border-color: #9a135a;
}
.o-aid-events .state-m-form-element--error .a-checkbox .a-checkbox__input:focus ~ .a-checkbox__label {
  cursor: pointer;
  color: #000000;
}
.o-aid-events .state-m-form-element--error .a-checkbox .a-checkbox__input:focus ~ .a-checkbox__label::before {
  border-color: #b8cf55;
}
.o-aid-events .state-m-form-element--error .a-checkbox .a-checkbox__label:hover {
  cursor: pointer;
  color: #000000;
}
.o-aid-events .state-m-form-element--error .a-checkbox .a-checkbox__label:hover::before {
  border-color: #b8cf55;
}
.o-aid-events .a-checkbox__input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /*
		* Extends the .vh class to allow the element to be focusable
		* when navigated to via the keyboard: h5bp.com/p
		*/
}
.o-aid-events .a-checkbox__input.focusable:active,
.o-aid-events .a-checkbox__input.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.o-aid-events .a-checkbox__input[readonly],
.o-aid-events .a-checkbox__input:checked[readonly],
.o-aid-events .a-checkbox__input[disabled],
.o-aid-events .a-checkbox__input:checked[disabled] {
  pointer-events: none;
}
.o-aid-events .a-checkbox__input[readonly] ~ .a-checkbox__label,
.o-aid-events .a-checkbox__input:checked[readonly] ~ .a-checkbox__label,
.o-aid-events .a-checkbox__input[disabled] ~ .a-checkbox__label,
.o-aid-events .a-checkbox__input:checked[disabled] ~ .a-checkbox__label {
  color: #9f9f9f;
  cursor: default;
  pointer-events: none;
}
.o-aid-events .a-checkbox__input[readonly] ~ .a-checkbox__label::before,
.o-aid-events .a-checkbox__input:checked[readonly] ~ .a-checkbox__label::before,
.o-aid-events .a-checkbox__input[disabled] ~ .a-checkbox__label::before,
.o-aid-events .a-checkbox__input:checked[disabled] ~ .a-checkbox__label::before {
  opacity: 0.5;
  border-color: #9f9f9f;
  transition: none;
}
.o-aid-events .a-checkbox__input[readonly] ~ .a-checkbox__label:hover::before,
.o-aid-events .a-checkbox__input:checked[readonly] ~ .a-checkbox__label:hover::before,
.o-aid-events .a-checkbox__input[disabled] ~ .a-checkbox__label:hover::before,
.o-aid-events .a-checkbox__input:checked[disabled] ~ .a-checkbox__label:hover::before {
  border-color: #9f9f9f;
}
[data-whatintent='keyboard'] .o-aid-events .a-checkbox__input[readonly] ~ .a-checkbox__label:focus::before,
[data-whatintent='keyboard'] .o-aid-events .a-checkbox__input:checked[readonly] ~ .a-checkbox__label:focus::before,
[data-whatintent='keyboard'] .o-aid-events .a-checkbox__input[disabled] ~ .a-checkbox__label:focus::before,
[data-whatintent='keyboard'] .o-aid-events .a-checkbox__input:checked[disabled] ~ .a-checkbox__label:focus::before {
  border-color: #9f9f9f;
}
[data-whatintent='keyboard'] .o-aid-events .a-checkbox__input:focus ~ .a-checkbox__label {
  cursor: pointer;
  color: #000000;
}
[data-whatintent='keyboard'] .o-aid-events .a-checkbox__input:focus ~ .a-checkbox__label::before {
  border-color: #b8cf55;
}
.o-aid-events .a-checkbox__input:checked ~ .a-checkbox__label {
  color: #000000;
}
.o-aid-events .a-checkbox__input:checked ~ .a-checkbox__label::before {
  background: url('../img/checkbox-active.svg') no-repeat;
  background-position: center center;
  background-size: 14px;
  border-color: #b8cf55;
  padding: 0 4px;
  font-size: 14px;
}
.state-m-form-element--error .o-aid-events .a-checkbox__input:checked ~ .a-checkbox__label::before {
  border-color: #9a135a;
}
.o-aid-events .a-checkbox__label {
  transition: color 0.2s ease-in-out;
  position: relative;
  display: block;
  padding-left: 42px;
}
.o-aid-events .a-checkbox__label::before {
  transition: border-color 0.2s ease-in-out;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid #9f9f9f;
  box-sizing: border-box;
}
.state-m-form-element--error .o-aid-events .a-checkbox__label::before {
  border-color: #9a135a;
}
.o-aid-events .a-checkbox__label:hover {
  cursor: pointer;
  color: #000000;
}
.o-aid-events .a-checkbox__label:hover::before {
  border-color: #b8cf55;
}
.nf-form-cont .nf-error-msg {
  color: #9a135a;
  font-size: 13px;
  line-height: 16px;
  margin-top: 4px;
}
.a-heading--h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 35px;
  margin-top: 100px;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .a-heading--h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media screen and (min-width: 992px), print {
  .a-heading--h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media screen and (min-width: 768px) {
  .a-heading--h1 {
    margin-top: 115px;
    margin-bottom: 80px;
  }
}
.a-heading--h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 35px;
  color: #b8cf55;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .a-heading--h2 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media screen and (min-width: 992px), print {
  .a-heading--h2 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media screen and (min-width: 768px) {
  .a-heading--h2 {
    margin-bottom: 65px;
  }
}
.a-heading--h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .a-heading--h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (min-width: 992px), print {
  .a-heading--h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.a-image {
  position: relative;
}
.a-image__picture {
  display: block;
  font-size: 0;
  line-height: 0;
}
.a-image__image {
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  max-width: 100%;
}
.a-image__image.state-a-image--is-loaded {
  opacity: 1;
}
.a-jump-up {
  text-decoration: none;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.a-jump-up:hover .a-jump-up__icon {
  transform: translateY(-4px);
}
.a-jump-up:hover .a-jump-up__icon:before {
  color: #b8cf55;
}
.a-jump-up:hover .a-jump-up__text {
  color: #b8cf55;
}
.a-jump-up__icon {
  transition: transform 0.2s ease-in-out;
  display: block;
  width: 22px;
  height: 22px;
}
.a-jump-up__icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.a-jump-up__icon:before {
  content: "\e903";
}
.a-jump-up__icon:before {
  font-size: 22px;
  color: #000000;
  transition: color 0.2s ease-in-out;
}
.a-jump-up__icon:hover:before,
.a-jump-up__icon:active:before {
  color: #b8cf55;
}
[data-whatintent='keyboard'] .a-jump-up__icon:focus:before {
  color: #b8cf55;
}
@media screen and (min-width: 768px) {
  .a-jump-up__icon {
    width: 40px;
    height: 40px;
  }
  .a-jump-up__icon:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .a-jump-up__icon:before {
    content: "\e903";
  }
  .a-jump-up__icon:before {
    font-size: 40px;
    color: #000000;
    transition: color 0.2s ease-in-out;
  }
  .a-jump-up__icon:hover:before,
  .a-jump-up__icon:active:before {
    color: #b8cf55;
  }
  [data-whatintent='keyboard'] .a-jump-up__icon:focus:before {
    color: #b8cf55;
  }
}
.a-jump-up__text {
  font-size: 15px;
  line-height: 18px;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .a-jump-up__text {
    font-size: 10px;
    line-height: 12px;
  }
}
.a-link {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid #b8cf55;
}
.a-link:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #b8cf55;
}
.a-link--small {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.o-aid-events .state-m-form-element--error .a-radio-button .a-radio-button__label::before {
  border-color: #9a135a;
}
.o-aid-events .state-m-form-element--error .a-radio-button .a-radio-button__input:focus ~ .a-radio-button__label {
  cursor: pointer;
  color: #000000;
}
.o-aid-events .state-m-form-element--error .a-radio-button .a-radio-button__input:focus ~ .a-radio-button__label::before {
  border-color: #b8cf55;
}
.o-aid-events .state-m-form-element--error .a-radio-button .a-radio-button__label:hover {
  cursor: pointer;
  color: #000000;
}
.o-aid-events .state-m-form-element--error .a-radio-button .a-radio-button__label:hover::before {
  border-color: #b8cf55;
}
.o-aid-events .a-radio-button__input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /*
		* Extends the .vh class to allow the element to be focusable
		* when navigated to via the keyboard: h5bp.com/p
		*/
}
.o-aid-events .a-radio-button__input.focusable:active,
.o-aid-events .a-radio-button__input.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.o-aid-events .a-radio-button__input[readonly],
.o-aid-events .a-radio-button__input:checked[readonly],
.o-aid-events .a-radio-button__input[disabled],
.o-aid-events .a-radio-button__input:checked[disabled] {
  pointer-events: none;
}
.o-aid-events .a-radio-button__input[readonly] ~ .a-checkbox__label,
.o-aid-events .a-radio-button__input:checked[readonly] ~ .a-checkbox__label,
.o-aid-events .a-radio-button__input[disabled] ~ .a-checkbox__label,
.o-aid-events .a-radio-button__input:checked[disabled] ~ .a-checkbox__label {
  color: #9f9f9f;
  cursor: default;
  pointer-events: none;
}
.o-aid-events .a-radio-button__input[readonly] ~ .a-checkbox__label::before,
.o-aid-events .a-radio-button__input:checked[readonly] ~ .a-checkbox__label::before,
.o-aid-events .a-radio-button__input[disabled] ~ .a-checkbox__label::before,
.o-aid-events .a-radio-button__input:checked[disabled] ~ .a-checkbox__label::before {
  opacity: 0.5;
  border-color: #9f9f9f;
  transition: none;
}
.o-aid-events .a-radio-button__input[readonly] ~ .a-checkbox__label:hover::before,
.o-aid-events .a-radio-button__input:checked[readonly] ~ .a-checkbox__label:hover::before,
.o-aid-events .a-radio-button__input[disabled] ~ .a-checkbox__label:hover::before,
.o-aid-events .a-radio-button__input:checked[disabled] ~ .a-checkbox__label:hover::before {
  border-color: #9f9f9f;
}
[data-whatintent='keyboard'] .o-aid-events .a-radio-button__input[readonly] ~ .a-checkbox__label:focus::before,
[data-whatintent='keyboard'] .o-aid-events .a-radio-button__input:checked[readonly] ~ .a-checkbox__label:focus::before,
[data-whatintent='keyboard'] .o-aid-events .a-radio-button__input[disabled] ~ .a-checkbox__label:focus::before,
[data-whatintent='keyboard'] .o-aid-events .a-radio-button__input:checked[disabled] ~ .a-checkbox__label:focus::before {
  border-color: #9f9f9f;
}
[data-whatintent='keyboard'] .o-aid-events .a-radio-button__input:focus ~ .a-radio-button__label {
  cursor: pointer;
  color: #000000;
}
[data-whatintent='keyboard'] .o-aid-events .a-radio-button__input:focus ~ .a-radio-button__label::before {
  border-color: #b8cf55;
}
.o-aid-events .a-radio-button__input:checked ~ .a-radio-button__label::before {
  background-color: #b8cf55;
  border-color: #b8cf55;
}
.o-aid-events .a-radio-button__input:checked ~ .a-radio-button__label::after {
  transition: border-color 0.2s ease-in-out;
  content: '';
  border: 6px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 6px;
}
.o-aid-events .a-radio-button__label {
  transition: color 0.2s ease-in-out;
  position: relative;
  display: block;
  padding-left: 42px;
}
.o-aid-events .a-radio-button__label::before {
  transition: border-color 0.2s ease-in-out;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid #9f9f9f;
  box-sizing: border-box;
}
.state-m-form-element--error .o-aid-events .a-radio-button__label::before {
  border-color: #9a135a;
}
.o-aid-events .a-radio-button__label:hover {
  cursor: pointer;
  color: #000000;
}
.o-aid-events .a-radio-button__label:hover::before {
  border-color: #b8cf55;
}
.o-aid-events .a-radio-button__label::before {
  border-radius: 50%;
}
.nf-form-cont .listselect-container {
  width: 240px;
  max-width: 100%;
}
.nf-form-cont .listselect-container .nf-field-label label {
  transition: color 0.2s ease-in-out;
  cursor: pointer;
  width: 100%;
  font-weight: 500;
  color: #000000;
  display: block;
  margin-bottom: 4px;
}
.nf-form-cont .listselect-container .nf-field-element:before {
  transition: transform 0.2s ease-in-out;
  background: url('../img/arrow-up.svg') no-repeat;
  border: none;
  margin: 0;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 20px;
  width: 14px;
  height: 9px;
  z-index: 1;
}
.nf-form-cont .listselect-container .ninja-forms-field {
  transition: color 0.2s ease-in-out;
  cursor: pointer;
  width: 100%;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 700;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border: 1px solid transparent;
  padding: 17px 54px 17px 20px;
  border-radius: 0;
  background-color: #edece9;
  position: relative;
  text-transform: uppercase;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.nf-form-cont .listselect-container .ninja-forms-field option {
  text-transform: none;
}
.nf-form-cont .listselect-container .ninja-forms-field:hover {
  background-color: #b8cf55;
  border-color: transparent;
  color: #ffffff;
}
[data-whatintent='keyboard'] .nf-form-cont .listselect-container .ninja-forms-field:focus {
  outline: none;
  border-color: transparent;
  background-color: #b8cf55;
  color: #ffffff;
}
.nf-form-cont .listselect-container .ninja-forms-field::-ms-expand {
  display: none;
}
.nf-form-cont .textarea-container .ninja-forms-field {
  transition: color 0.2s ease-in-out;
  color: #000000;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  border: 1px solid transparent;
  background-color: #edece9;
  width: 100%;
  height: 215px;
  min-height: 215px;
  min-width: 100%;
  max-width: 100%;
  padding: 8px 12px;
}
.nf-form-cont .textarea-container .ninja-forms-field:hover {
  border-color: #b8cf55;
}
.nf-form-cont .textarea-container .ninja-forms-field:focus {
  outline: none;
  border-color: #b8cf55;
  background-color: transparent;
}
[data-whatintent='keyboard'] .nf-form-cont .textarea-container .ninja-forms-field:focus {
  border-color: #b8cf55;
}
.nf-form-cont .textarea-container .nf-field-label label {
  transition: color 0.2s ease-in-out;
  cursor: pointer;
  width: 100%;
  font-weight: 500;
  color: #000000;
  display: block;
  margin-bottom: 4px;
}
.nf-form-cont .nf-error .ninja-forms-field {
  border-bottom-color: #9a135a;
  border-width: 0 0 1px 0;
}
.nf-form-cont .nf-error .ninja-forms-field:hover {
  border-bottom-color: #b8cf55;
}
[data-whatintent='keyboard'] .nf-form-cont .nf-error .ninja-forms-field:focus {
  border-bottom-color: #b8cf55;
}
.nf-form-cont .ninja-forms-field {
  transition: color 0.2s ease-in-out;
  color: #000000;
  cursor: pointer;
  width: 100%;
  transition: border 0.2s ease-in-out;
  padding: 0;
  padding-bottom: 5px;
  display: block;
  border: none;
  border-bottom: 1px solid #9f9f9f;
  background-color: transparent;
  border-radius: 0;
}
.nf-form-cont .ninja-forms-field:hover {
  border-bottom-color: #b8cf55;
}
[data-whatintent='keyboard'] .nf-form-cont .ninja-forms-field:focus {
  border-bottom-color: #b8cf55;
}
.nf-form-cont .ninja-forms-field:focus {
  outline: none;
}
.nf-form-cont .nf-field-label label {
  transition: color 0.2s ease-in-out;
  cursor: pointer;
  width: 100%;
  font-weight: 500;
  color: #000000;
  display: block;
  margin-bottom: 4px;
}
.nf-form-cont .nf-field-label label .ninja-forms-req-symbol {
  color: #000000;
}
.m-button-row {
  margin-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .m-button-row {
    margin-bottom: 95px;
  }
}
.m-button-row .a-heading--h2 {
  position: relative;
  margin-top: -20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .m-button-row .a-heading--h2 {
    margin-top: -35px;
  }
}
.m-button-row .row {
  margin: 0 -20px;
}
.m-button-row .row > .col {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .m-button-row .row > .col + .col {
    margin-top: 20px;
  }
}
.m-button-row__link {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-decoration: none;
  -webkit-appearance: none;
  padding: 15px 40px;
  width: auto;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #000000;
  border: none;
  background-color: #edece9;
  font-weight: 500;
  white-space: normal;
  height: 100%;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .m-button-row__link {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 992px), print {
  .m-button-row__link {
    font-size: 20px;
    line-height: 24px;
  }
}
.m-button-row__link:hover {
  text-decoration: none;
}
.m-button-row__link:focus {
  outline: none;
}
.m-button-row__link[disabled] {
  opacity: 0.5;
}
.m-button-row__link[disabled]:hover,
.m-button-row__link[disabled]:focus {
  background-color: #edece9;
  color: #000000;
  cursor: default;
}
.m-button-row__link:hover,
.m-button-row__link:active {
  color: #ffffff;
  background-color: #b8cf55;
}
[data-whatintent='keyboard'] .m-button-row__link:focus {
  color: #ffffff;
  background-color: #b8cf55;
}
.m-button-row__link:focus {
  outline: none;
}
.m-button-row__item-title {
  font-style: normal;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.m-button-row__item-text {
  display: block;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .m-button-row__item-text {
    margin-top: 30px;
  }
}
.m-event-row--home {
  margin-top: -84px;
  padding-top: 84px;
}
@media screen and (min-width: 576px) {
  .m-event-row--home {
    margin-top: -94px;
    padding-top: 94px;
  }
}
@media screen and (min-width: 768px) {
  .m-event-row--home {
    margin-top: -109px;
    padding-top: 109px;
  }
}
@media screen and (min-width: 992px), print {
  .m-event-row--home {
    margin-top: -128px;
    padding-top: 128px;
  }
}
@media screen and (min-width: 1200px) {
  .m-event-row--home {
    margin-top: -144px;
    padding-top: 144px;
  }
}
.m-event-row--home .a-heading--h2 {
  position: relative;
  margin-top: -20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .m-event-row--home .a-heading--h2 {
    margin-top: -35px;
  }
}
.m-event-row {
  margin-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .m-event-row {
    margin-bottom: 95px;
  }
}
.m-event-row .a-heading--h2 {
  position: relative;
  margin-top: -20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .m-event-row .a-heading--h2 {
    margin-top: -35px;
  }
}
.m-event-row__list.row {
  margin: 0 -20px;
}
.m-event-row__list.row > .col {
  padding: 0 20px;
}
.m-event-row__item {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .m-event-row__item {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px), print {
  .m-event-row__item {
    margin-bottom: 65px;
  }
}
.m-event-teaser {
  height: 100%;
  position: relative;
}
.m-event-teaser__link {
  display: block;
  text-decoration: none;
  color: #000000;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .m-event-teaser__link {
    padding-bottom: 30px;
  }
}
.m-event-teaser__link:hover .m-event-teaser__title {
  color: #b8cf55;
}
[data-whatintent='keyboard'] .m-event-teaser__link:focus .m-event-teaser__title {
  color: #b8cf55;
}
.m-event-teaser__link:focus {
  outline: none;
}
.m-event-teaser__meta {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .m-event-teaser__meta span {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .m-event-teaser__time {
    display: block;
  }
}
.m-event-teaser__title {
  font-style: normal;
  font-weight: 800;
  margin-bottom: 10px;
  transition: color 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .m-event-teaser__title {
    margin-bottom: 30px;
  }
}
.m-event-teaser__text {
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .m-event-teaser__text {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .m-event-teaser__text {
    margin-bottom: 0;
  }
}
.m-event-teaser__read-more {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid #b8cf55;
}
.m-event-teaser__read-more:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #b8cf55;
}
@media screen and (min-width: 768px) {
  .m-event-teaser__read-more {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
  }
}
.nf-field-container {
  margin-bottom: 20px;
  width: 474px;
  max-width: 100%;
}
.nf-field-container.label-above .nf-field-label {
  margin-bottom: 0;
}
.m-logo {
  margin-right: 15px;
}
.m-logo__link {
  font-size: 0;
  line-height: 0;
  display: block;
}
.m-logo__image {
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
  transform-origin: top left;
  width: 160px;
  height: 67px;
}
@media screen and (min-width: 1200px) {
  .m-logo__image {
    width: 200px;
    height: 83px;
  }
}
.state-o-page--page-scrolled .m-logo__image {
  width: 140px;
  height: 58px;
}
@media screen and (min-width: 1200px) {
  .state-o-page--page-scrolled .m-logo__image {
    width: 160px;
    height: 67px;
  }
}
.m-main-navigation .aid-main-menu > .menu > .menu-item {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (min-width: 992px), print {
  .m-main-navigation .aid-main-menu > .menu > .menu-item {
    font-size: 17px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .m-main-navigation .aid-main-menu > .menu > .menu-item {
    font-size: 20px;
    line-height: 24px;
  }
}
.m-main-navigation .aid-main-menu > .menu > .menu-item.current-menu-item > a,
.m-main-navigation .aid-main-menu > .menu > .menu-item.current-page-item > a,
.m-main-navigation .aid-main-menu > .menu > .menu-item.current-page-ancestor > a,
.m-main-navigation .aid-main-menu > .menu > .menu-item.current-menu-ancestor > a {
  color: #b8cf55;
}
.m-main-navigation .aid-main-menu > .menu > .menu-item:nth-last-child(1 of :not(.wpml-ls-menu-item)) > a,
.m-main-navigation .aid-main-menu > .menu > .menu-item .wpml-ls-menu-item > a {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.m-main-navigation .aid-main-menu > .menu > .menu-item:nth-last-child(1 of :not(.wpml-ls-menu-item)):before,
.m-main-navigation .aid-main-menu > .menu > .menu-item .wpml-ls-menu-item:before {
  content: none;
}
.m-main-navigation .aid-main-menu > .menu > .menu-item > a {
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  color: #000000;
}
.m-main-navigation .aid-main-menu > .menu > .menu-item > a:active,
.m-main-navigation .aid-main-menu > .menu > .menu-item > a:hover {
  color: #b8cf55;
}
[data-whatintent='keyboard'] .m-main-navigation .aid-main-menu > .menu > .menu-item > a:focus {
  color: #b8cf55;
}
.m-main-navigation .aid-main-menu > .menu > .menu-item > .sub-menu > .menu-item {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .m-main-navigation .aid-main-menu > .menu > .menu-item > .sub-menu > .menu-item {
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen and (min-width: 992px), print {
  .m-main-navigation .aid-main-menu > .menu > .menu-item > .sub-menu > .menu-item {
    font-size: 15px;
    line-height: 20px;
  }
}
.m-main-navigation .aid-main-menu > .menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a,
.m-main-navigation .aid-main-menu > .menu > .menu-item > .sub-menu > .menu-item.current-page-item > a {
  color: #b8cf55;
}
.m-main-navigation .aid-main-menu > .menu > .menu-item > .sub-menu > .menu-item > a {
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  color: #000000;
}
.m-main-navigation .aid-main-menu > .menu > .menu-item > .sub-menu > .menu-item > a:active,
.m-main-navigation .aid-main-menu > .menu > .menu-item > .sub-menu > .menu-item > a:hover {
  color: #b8cf55;
}
[data-whatintent='keyboard'] .m-main-navigation .aid-main-menu > .menu > .menu-item > .sub-menu > .menu-item > a:focus {
  color: #b8cf55;
}
.m-main-navigation .aid-main-menu > .menu > .wpml-ls-menu-item > a {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.m-main-navigation .aid-main-menu > .menu > .wpml-ls-menu-item a {
  display: initial;
}
.m-main-navigation .aid-main-menu > .menu > .wpml-ls-menu-item + .wpml-ls-menu-item {
  padding-left: 10px;
}
.m-main-navigation .aid-main-menu > .menu > .wpml-ls-menu-item.wpml-ls-current-language a {
  border-bottom: 2px solid #b8cf55;
}
@media screen and (max-width: 1199px) {
  .m-main-navigation {
    font-size: 0;
    line-height: 0;
  }
  .m-main-navigation .m-main-navigation__overlay.state-m-main-navigation--overlay-visible {
    display: block;
    visibility: visible;
    opacity: 0;
    transform: translateY(-100%);
  }
  .m-main-navigation .m-main-navigation__overlay.state-m-main-navigation--overlay-fade {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1200px) {
  .m-main-navigation .m-main-navigation__open-navigation,
  .m-main-navigation .m-main-navigation__close-navigation,
  .m-main-navigation .m-main-navigation__sub-menu-toggle,
  .m-main-navigation .m-main-navigation__contact {
    display: none;
    visibility: hidden;
  }
  .m-main-navigation .container-inner {
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  .m-main-navigation .aid-main-menu {
    text-align: right;
  }
  .m-main-navigation .aid-main-menu > .menu > .menu-item > a {
    text-transform: uppercase;
  }
  .m-main-navigation .aid-main-menu > .menu > .menu-item.menu-item-has-children {
    position: relative;
  }
  .m-main-navigation .aid-main-menu > .menu > .menu-item.menu-item-has-children > a {
    padding-right: 25px;
  }
  .m-main-navigation .aid-main-menu > .menu > .menu-item.current-page-ancestor > .sub-menu,
  .m-main-navigation .aid-main-menu > .menu > .menu-item.current-menu-ancestor > .sub-menu {
    display: block;
  }
  .m-main-navigation .aid-main-menu > .menu > .menu-item:nth-last-child(1 of :not(.wpml-ls-menu-item)),
  .m-main-navigation .aid-main-menu > .menu > .menu-item.wpml-ls-menu-item {
    display: inline-block;
    padding-left: 20px;
    padding-top: 15px;
  }
  .m-main-navigation .aid-main-menu > .menu > .menu-item > .sub-menu {
    display: none;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .m-main-navigation .aid-main-menu > .menu > .menu-item > .sub-menu > .menu-item {
    padding-right: 25px;
  }
  .m-main-navigation .aid-main-menu > .menu > .wpml-ls-menu-item {
    display: inline-block;
    padding-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .m-main-navigation .aid-main-menu > .menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .m-main-navigation .aid-main-menu > .menu > .menu-item {
    padding: 0 15px;
    position: relative;
  }
  .m-main-navigation .aid-main-menu > .menu > .menu-item:before {
    content: '';
    border-right: 1px solid #000000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  .m-main-navigation .aid-main-menu > .menu > .menu-item > a {
    text-transform: uppercase;
  }
  .m-main-navigation .aid-main-menu > .menu > .menu-item:hover > .sub-menu {
    display: block;
    visibility: visible;
  }
  [data-whatintent='keyboard'] .m-main-navigation .aid-main-menu > .menu > .menu-item:focus > .sub-menu {
    display: block;
    visibility: visible;
  }
  .m-main-navigation .aid-main-menu > .menu > .menu-item:first-child:before {
    content: none;
  }
  .m-main-navigation .aid-main-menu > .menu > .menu-item:nth-last-child(1 of :not(.wpml-ls-menu-item)),
  .m-main-navigation .aid-main-menu > .menu > .menu-item.wpml-ls-menu-item {
    padding-left: 15px;
    padding-right: 0;
  }
  .m-main-navigation .aid-main-menu > .menu > .menu-item:nth-last-child(1 of :not(.wpml-ls-menu-item)):before,
  .m-main-navigation .aid-main-menu > .menu > .menu-item.wpml-ls-menu-item:before {
    content: none;
  }
  .m-main-navigation .aid-main-menu > .menu > .menu-item > .sub-menu {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -10px;
    background-color: #ffffff;
    padding: 25px 25px 18px 25px;
    min-width: calc(110%);
    border: 1px solid #edece9;
    border-top: none;
  }
  .m-main-navigation .aid-main-menu > .menu > .menu-item > .sub-menu:before {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    height: 21px;
    background-color: #ffffff;
    z-index: 1;
  }
  .m-main-navigation .aid-main-menu > .menu > .menu-item > .sub-menu > .menu-item {
    padding: 9px 0;
    border-bottom: 1px solid #000000;
  }
  .m-main-navigation .aid-main-menu > .menu > .menu-item > .sub-menu > .menu-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .m-main-navigation .aid-main-menu > .menu > .wpml-ls-menu-item {
    padding-left: 0px;
    padding-right: 0;
  }
  .m-main-navigation .aid-main-menu > .menu > .wpml-ls-menu-item + .wpml-ls-menu-item {
    padding-left: 10px;
    padding-right: 0;
  }
}
.m-main-navigation__open-navigation,
.m-main-navigation__close-navigation {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  transition: color 0.2s ease-in-out;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  border: none;
  text-decoration: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.m-main-navigation__open-navigation:focus,
.m-main-navigation__close-navigation:focus {
  outline: none;
}
.m-main-navigation__open-navigation:hover,
.m-main-navigation__close-navigation:hover {
  color: #b8cf55;
}
[data-whatintent='keyboard'] .m-main-navigation__open-navigation:focus,
[data-whatintent='keyboard'] .m-main-navigation__close-navigation:focus {
  color: #b8cf55;
}
.m-main-navigation__open-navigation:after,
.m-main-navigation__close-navigation:after {
  margin-left: 10px;
}
.m-main-navigation__open-navigation:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.m-main-navigation__open-navigation:after {
  content: "\e902";
}
.m-main-navigation__open-navigation:after {
  font-size: 18px;
  color: #000000;
  transition: color 0.2s ease-in-out;
}
.m-main-navigation__open-navigation:hover:after,
.m-main-navigation__open-navigation:active:after {
  color: #b8cf55;
}
[data-whatintent='keyboard'] .m-main-navigation__open-navigation:focus:after {
  color: #b8cf55;
}
.m-main-navigation__close-navigation:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.m-main-navigation__close-navigation:after {
  content: "\e900";
}
.m-main-navigation__close-navigation:after {
  font-size: 14px;
  color: #000000;
  transition: color 0.2s ease-in-out;
}
.m-main-navigation__close-navigation:hover:after,
.m-main-navigation__close-navigation:active:after {
  color: #b8cf55;
}
[data-whatintent='keyboard'] .m-main-navigation__close-navigation:focus:after {
  color: #b8cf55;
}
@media screen and (max-width: 1199px) {
  .m-main-navigation__close-navigation {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 1199px) {
  .m-main-navigation__overlay {
    display: none;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: #edece9;
    transform: translateY(-100%);
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1199px) {
  .m-main-navigation__overlay-wrapper {
    padding-top: 46px;
    padding-bottom: 46px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.m-main-navigation__sub-menu-toggle {
  transition: transform 0.2s ease-in-out;
  white-space: nowrap;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  border: none;
  text-decoration: none;
  position: absolute;
  top: -2px;
  transform: rotate(180deg);
  right: -10px;
  width: 34px;
  height: 34px;
  padding: 10px;
}
.m-main-navigation__sub-menu-toggle:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.m-main-navigation__sub-menu-toggle:after {
  content: "\e903";
}
.m-main-navigation__sub-menu-toggle:after {
  font-size: 14px;
  color: #000000;
  transition: color 0.2s ease-in-out;
}
.m-main-navigation__sub-menu-toggle:hover:after,
.m-main-navigation__sub-menu-toggle:active:after {
  color: #b8cf55;
}
[data-whatintent='keyboard'] .m-main-navigation__sub-menu-toggle:focus:after {
  color: #b8cf55;
}
.m-main-navigation__sub-menu-toggle:focus {
  outline: none;
}
.current-menu-item .m-main-navigation__sub-menu-toggle:after,
.current_page_item .m-main-navigation__sub-menu-toggle:after,
.current-page-ancestor .m-main-navigation__sub-menu-toggle:after,
.current-menu-ancestor .m-main-navigation__sub-menu-toggle:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.current-menu-item .m-main-navigation__sub-menu-toggle:after,
.current_page_item .m-main-navigation__sub-menu-toggle:after,
.current-page-ancestor .m-main-navigation__sub-menu-toggle:after,
.current-menu-ancestor .m-main-navigation__sub-menu-toggle:after {
  content: "\e903";
}
.current-menu-item .m-main-navigation__sub-menu-toggle:after,
.current_page_item .m-main-navigation__sub-menu-toggle:after,
.current-page-ancestor .m-main-navigation__sub-menu-toggle:after,
.current-menu-ancestor .m-main-navigation__sub-menu-toggle:after {
  font-size: 14px;
  color: #b8cf55;
  transition: color 0.2s ease-in-out;
}
.current-menu-item .m-main-navigation__sub-menu-toggle:hover:after,
.current_page_item .m-main-navigation__sub-menu-toggle:hover:after,
.current-page-ancestor .m-main-navigation__sub-menu-toggle:hover:after,
.current-menu-ancestor .m-main-navigation__sub-menu-toggle:hover:after,
.current-menu-item .m-main-navigation__sub-menu-toggle:active:after,
.current_page_item .m-main-navigation__sub-menu-toggle:active:after,
.current-page-ancestor .m-main-navigation__sub-menu-toggle:active:after,
.current-menu-ancestor .m-main-navigation__sub-menu-toggle:active:after {
  color: #b8cf55;
}
[data-whatintent='keyboard'] .current-menu-item .m-main-navigation__sub-menu-toggle:focus:after,
[data-whatintent='keyboard'] .current_page_item .m-main-navigation__sub-menu-toggle:focus:after,
[data-whatintent='keyboard'] .current-page-ancestor .m-main-navigation__sub-menu-toggle:focus:after,
[data-whatintent='keyboard'] .current-menu-ancestor .m-main-navigation__sub-menu-toggle:focus:after {
  color: #b8cf55;
}
.state-m-main-navigation--sub-menu-open .m-main-navigation__sub-menu-toggle {
  transform: rotate(0);
}
.m-main-navigation__contact {
  text-align: right;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .m-main-navigation__contact {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px), print {
  .m-main-navigation__contact {
    margin-top: 30px;
  }
}
.m-main-navigation__contact a {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  color: #000000;
}
.m-main-navigation__contact a:active,
.m-main-navigation__contact a:hover {
  color: #b8cf55;
}
[data-whatintent='keyboard'] .m-main-navigation__contact a:focus {
  color: #b8cf55;
}
.m-rich-text {
  margin-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .m-rich-text {
    margin-bottom: 95px;
  }
}
.m-rich-text.date {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .m-rich-text.date {
    margin-bottom: 15px;
  }
}
.m-rich-text a:not([class]) {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid #b8cf55;
}
.m-rich-text a:not([class]):hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #b8cf55;
}
.m-rich-text .bold,
.m-rich-text b,
.m-rich-text strong {
  font-weight: 700;
}
.m-rich-text em {
  font-style: italic;
}
.m-rich-text h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .m-rich-text h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media screen and (min-width: 992px), print {
  .m-rich-text h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
.m-rich-text h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .m-rich-text h2 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media screen and (min-width: 992px), print {
  .m-rich-text h2 {
    font-size: 60px;
    line-height: 65px;
  }
}
.m-rich-text h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .m-rich-text h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (min-width: 992px), print {
  .m-rich-text h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.m-rich-text h4 {
  font-style: normal;
  font-weight: 800;
  margin-bottom: 5px;
}
.m-rich-text h5 {
  font-style: normal;
  font-weight: 800;
}
.m-rich-text h6 {
  font-style: normal;
  font-weight: 800;
}
.m-rich-text .align-left {
  text-align: left;
}
.m-rich-text .align-center {
  text-align: center;
}
.m-rich-text .align-right {
  text-align: right;
}
.m-rich-text hr {
  height: 1px;
  color: #edece9;
  background: #edece9;
  font-size: 0;
  border: 0;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .m-rich-text hr {
    margin: 30px 0;
  }
}
.m-rich-text p + p,
.m-rich-text ul + p,
.m-rich-text ol + p,
.m-rich-text table + p,
.m-rich-text .wp-caption + p,
.m-rich-text .embed-container + p,
.m-rich-text .gallery + p,
.m-rich-text p + ul,
.m-rich-text ul + ul,
.m-rich-text ol + ul,
.m-rich-text table + ul,
.m-rich-text .wp-caption + ul,
.m-rich-text .embed-container + ul,
.m-rich-text .gallery + ul,
.m-rich-text p + ol,
.m-rich-text ul + ol,
.m-rich-text ol + ol,
.m-rich-text table + ol,
.m-rich-text .wp-caption + ol,
.m-rich-text .embed-container + ol,
.m-rich-text .gallery + ol,
.m-rich-text p + table,
.m-rich-text ul + table,
.m-rich-text ol + table,
.m-rich-text table + table,
.m-rich-text .wp-caption + table,
.m-rich-text .embed-container + table,
.m-rich-text .gallery + table,
.m-rich-text p + .wp-caption,
.m-rich-text ul + .wp-caption,
.m-rich-text ol + .wp-caption,
.m-rich-text table + .wp-caption,
.m-rich-text .wp-caption + .wp-caption,
.m-rich-text .embed-container + .wp-caption,
.m-rich-text .gallery + .wp-caption,
.m-rich-text p + .embed-container,
.m-rich-text ul + .embed-container,
.m-rich-text ol + .embed-container,
.m-rich-text table + .embed-container,
.m-rich-text .wp-caption + .embed-container,
.m-rich-text .embed-container + .embed-container,
.m-rich-text .gallery + .embed-container,
.m-rich-text p + .gallery,
.m-rich-text ul + .gallery,
.m-rich-text ol + .gallery,
.m-rich-text table + .gallery,
.m-rich-text .wp-caption + .gallery,
.m-rich-text .embed-container + .gallery,
.m-rich-text .gallery + .gallery {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .m-rich-text p + p,
  .m-rich-text ul + p,
  .m-rich-text ol + p,
  .m-rich-text table + p,
  .m-rich-text .wp-caption + p,
  .m-rich-text .embed-container + p,
  .m-rich-text .gallery + p,
  .m-rich-text p + ul,
  .m-rich-text ul + ul,
  .m-rich-text ol + ul,
  .m-rich-text table + ul,
  .m-rich-text .wp-caption + ul,
  .m-rich-text .embed-container + ul,
  .m-rich-text .gallery + ul,
  .m-rich-text p + ol,
  .m-rich-text ul + ol,
  .m-rich-text ol + ol,
  .m-rich-text table + ol,
  .m-rich-text .wp-caption + ol,
  .m-rich-text .embed-container + ol,
  .m-rich-text .gallery + ol,
  .m-rich-text p + table,
  .m-rich-text ul + table,
  .m-rich-text ol + table,
  .m-rich-text table + table,
  .m-rich-text .wp-caption + table,
  .m-rich-text .embed-container + table,
  .m-rich-text .gallery + table,
  .m-rich-text p + .wp-caption,
  .m-rich-text ul + .wp-caption,
  .m-rich-text ol + .wp-caption,
  .m-rich-text table + .wp-caption,
  .m-rich-text .wp-caption + .wp-caption,
  .m-rich-text .embed-container + .wp-caption,
  .m-rich-text .gallery + .wp-caption,
  .m-rich-text p + .embed-container,
  .m-rich-text ul + .embed-container,
  .m-rich-text ol + .embed-container,
  .m-rich-text table + .embed-container,
  .m-rich-text .wp-caption + .embed-container,
  .m-rich-text .embed-container + .embed-container,
  .m-rich-text .gallery + .embed-container,
  .m-rich-text p + .gallery,
  .m-rich-text ul + .gallery,
  .m-rich-text ol + .gallery,
  .m-rich-text table + .gallery,
  .m-rich-text .wp-caption + .gallery,
  .m-rich-text .embed-container + .gallery,
  .m-rich-text .gallery + .gallery {
    margin-top: 30px;
  }
}
.m-rich-text h2 + h2,
.m-rich-text p + h2,
.m-rich-text ul + h2,
.m-rich-text ol + h2,
.m-rich-text table + h2,
.m-rich-text .wp-caption + h2,
.m-rich-text .embed-container + h2,
.m-rich-text .gallery + h2,
.m-rich-text h2 + h3,
.m-rich-text p + h3,
.m-rich-text ul + h3,
.m-rich-text ol + h3,
.m-rich-text table + h3,
.m-rich-text .wp-caption + h3,
.m-rich-text .embed-container + h3,
.m-rich-text .gallery + h3,
.m-rich-text h2 + h4,
.m-rich-text p + h4,
.m-rich-text ul + h4,
.m-rich-text ol + h4,
.m-rich-text table + h4,
.m-rich-text .wp-caption + h4,
.m-rich-text .embed-container + h4,
.m-rich-text .gallery + h4,
.m-rich-text h2 + h5,
.m-rich-text p + h5,
.m-rich-text ul + h5,
.m-rich-text ol + h5,
.m-rich-text table + h5,
.m-rich-text .wp-caption + h5,
.m-rich-text .embed-container + h5,
.m-rich-text .gallery + h5,
.m-rich-text h2 + h6,
.m-rich-text p + h6,
.m-rich-text ul + h6,
.m-rich-text ol + h6,
.m-rich-text table + h6,
.m-rich-text .wp-caption + h6,
.m-rich-text .embed-container + h6,
.m-rich-text .gallery + h6 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .m-rich-text h2 + h2,
  .m-rich-text p + h2,
  .m-rich-text ul + h2,
  .m-rich-text ol + h2,
  .m-rich-text table + h2,
  .m-rich-text .wp-caption + h2,
  .m-rich-text .embed-container + h2,
  .m-rich-text .gallery + h2,
  .m-rich-text h2 + h3,
  .m-rich-text p + h3,
  .m-rich-text ul + h3,
  .m-rich-text ol + h3,
  .m-rich-text table + h3,
  .m-rich-text .wp-caption + h3,
  .m-rich-text .embed-container + h3,
  .m-rich-text .gallery + h3,
  .m-rich-text h2 + h4,
  .m-rich-text p + h4,
  .m-rich-text ul + h4,
  .m-rich-text ol + h4,
  .m-rich-text table + h4,
  .m-rich-text .wp-caption + h4,
  .m-rich-text .embed-container + h4,
  .m-rich-text .gallery + h4,
  .m-rich-text h2 + h5,
  .m-rich-text p + h5,
  .m-rich-text ul + h5,
  .m-rich-text ol + h5,
  .m-rich-text table + h5,
  .m-rich-text .wp-caption + h5,
  .m-rich-text .embed-container + h5,
  .m-rich-text .gallery + h5,
  .m-rich-text h2 + h6,
  .m-rich-text p + h6,
  .m-rich-text ul + h6,
  .m-rich-text ol + h6,
  .m-rich-text table + h6,
  .m-rich-text .wp-caption + h6,
  .m-rich-text .embed-container + h6,
  .m-rich-text .gallery + h6 {
    margin-top: 30px;
  }
}
.m-rich-text ul:not([class]):not([aria-describedby]):not(.a-list--unstyled) li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.m-rich-text ul:not([class]):not([aria-describedby]):not(.a-list--unstyled) li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.m-rich-text ul:not([class]):not([aria-describedby]):not(.a-list--unstyled) li:before {
  content: "\e901";
}
.m-rich-text ul:not([class]):not([aria-describedby]):not(.a-list--unstyled) li:before {
  font-size: 14px;
  color: #000000;
  transition: color 0.2s ease-in-out;
}
.m-rich-text ul:not([class]):not([aria-describedby]):not(.a-list--unstyled) li:hover:before,
.m-rich-text ul:not([class]):not([aria-describedby]):not(.a-list--unstyled) li:active:before {
  color: #000000;
}
[data-whatintent='keyboard'] .m-rich-text ul:not([class]):not([aria-describedby]):not(.a-list--unstyled) li:focus:before {
  color: #000000;
}
.m-rich-text ul:not([class]):not([aria-describedby]):not(.a-list--unstyled) li:before {
  position: absolute;
  left: 0;
  top: 3px;
}
.m-rich-text ul:not([class]):not([aria-describedby]):not(.a-list--unstyled) li:before {
  display: block;
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  .m-rich-text ul:not([class]):not([aria-describedby]):not(.a-list--unstyled) li {
    margin-bottom: 30px;
  }
  .m-rich-text ul:not([class]):not([aria-describedby]):not(.a-list--unstyled) li:before {
    font-size: 18px;
    top: 4px;
    width: 18px;
    height: 18px;
  }
}
.m-rich-text ul:not([class]):not([aria-describedby]):not(.a-list--unstyled) li:last-child {
  margin-bottom: 0;
}
@media print {
  .m-rich-text ul:not([class]) {
    list-style-type: disc;
    margin-left: 40px;
  }
  .m-rich-text ul:not([class]) li {
    list-style-type: disc;
    padding-left: 0;
  }
  .m-rich-text ul:not([class]) li:before {
    display: none;
    visibility: hidden;
  }
}
.m-rich-text ol:not([class]):not(.a-list--unstyled) {
  counter-reset: numeric-counter;
}
.m-rich-text ol:not([class]):not(.a-list--unstyled) li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.m-rich-text ol:not([class]):not(.a-list--unstyled) li:before {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .m-rich-text ol:not([class]):not(.a-list--unstyled) li {
    margin-bottom: 30px;
  }
  .m-rich-text ol:not([class]):not(.a-list--unstyled) li:before {
    font-size: 18px;
    top: 3px;
    width: 18px;
    height: 18px;
  }
}
.m-rich-text ol:not([class]):not(.a-list--unstyled) li:before {
  content: counter(numeric-counter) ".";
  counter-increment: numeric-counter;
}
.m-rich-text ol:not([class]):not(.a-list--unstyled) li:last-child {
  margin-bottom: 0;
}
@media print {
  .m-rich-text ol:not([class]) {
    list-style-type: decimal;
    margin-left: 40px;
  }
  .m-rich-text ol:not([class]) li {
    list-style-type: decimal;
    padding-left: 0;
  }
  .m-rich-text ol:not([class]) li:before {
    display: none;
    visibility: hidden;
  }
}
.m-rich-text table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m-rich-text table {
    max-width: 100%;
    overflow-x: auto;
    display: block;
  }
}
.m-rich-text table thead tr th {
  text-align: left;
  font-weight: 700;
  padding: 5px;
}
.m-rich-text table thead tr th:first-child {
  padding-left: 0;
}
.m-rich-text table tbody tr td {
  padding: 5px;
}
.m-rich-text table tbody tr td:first-child {
  padding-left: 0;
}
.m-rich-text .embed-container + p,
.m-rich-text .embed-container + ul,
.m-rich-text .embed-container + ol,
.m-rich-text .embed-container + table,
.m-rich-text .embed-container + .wp-caption,
.m-rich-text .embed-container + .embed-container,
.m-rich-text .embed-container + .gallery {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .m-rich-text .embed-container + p,
  .m-rich-text .embed-container + ul,
  .m-rich-text .embed-container + ol,
  .m-rich-text .embed-container + table,
  .m-rich-text .embed-container + .wp-caption,
  .m-rich-text .embed-container + .embed-container,
  .m-rich-text .embed-container + .gallery {
    margin-top: 30px;
  }
}
.m-rich-text .embed-container + h2,
.m-rich-text .embed-container + h3,
.m-rich-text .embed-container + h4,
.m-rich-text .embed-container + h5,
.m-rich-text .embed-container + h6 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .m-rich-text .embed-container + h2,
  .m-rich-text .embed-container + h3,
  .m-rich-text .embed-container + h4,
  .m-rich-text .embed-container + h5,
  .m-rich-text .embed-container + h6 {
    margin-top: 30px;
  }
}
.m-rich-text .wp-caption,
.m-rich-text img {
  text-align: center;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .m-rich-text .wp-caption,
  .m-rich-text img {
    text-align: inherit;
  }
}
@media screen and (min-width: 768px) {
  .m-rich-text .wp-caption.alignleft,
  .m-rich-text img.alignleft {
    float: left;
    margin-right: 20px;
  }
}
.m-rich-text .wp-caption.aligncenter,
.m-rich-text img.aligncenter {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-rich-text .wp-caption.alignright,
  .m-rich-text img.alignright {
    float: right;
    margin-left: 20px;
  }
}
.m-rich-text .wp-caption .wp-caption-text,
.m-rich-text img .wp-caption-text {
  font-size: 14px;
  line-height: 19px;
}
.m-rich-text img {
  max-width: 100%;
  width: auto;
  height: auto;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
}
.m-rich-text .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.m-rich-text .gallery .gallery-item {
  font-size: 0;
  line-height: 0;
  flex: 0 0 150px;
  max-width: 150px;
  padding: 12px;
}
.m-rich-text .gallery-item .gallery-icon a {
  font-size: 0;
  line-height: 0;
  border-bottom: none;
  display: inline-block;
  position: relative;
}
.m-rich-text .gallery-item .gallery-icon a:before {
  transition: opacity 0.2s ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #b8cf55;
  opacity: 0;
}
.m-rich-text .gallery-item .gallery-icon a:hover,
.m-rich-text .gallery-item .gallery-icon a:focus {
  background-color: transparent;
  border-bottom: none;
}
.m-rich-text .gallery-item .gallery-icon a:hover:before,
.m-rich-text .gallery-item .gallery-icon a:focus:before {
  opacity: 0.7;
}
.m-stage.m-stage--background .m-stage__heading-wrapper {
  background-color: #edece9;
  padding: 110px 0;
}
.m-stage.m-stage--background .m-stage__heading-wrapper.container-fluid {
  max-width: 1600px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .m-stage.m-stage--background .m-stage__heading-wrapper {
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.m-stage.m-stage--background .m-stage__heading {
  max-width: 960px;
}
.m-stage.m-stage--background .m-stage__sub-heading {
  position: relative;
  margin-top: -20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .m-stage.m-stage--background .m-stage__sub-heading {
    margin-top: -35px;
  }
}
.m-stage.m-stage--background .m-stage__sub-heading .a-heading {
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .m-stage.m-stage--background .m-stage__sub-heading .a-heading {
    max-width: 600px;
  }
}
.m-stage.m-stage--home .container-inner {
  display: flex;
  flex-direction: column;
}
.m-stage.m-stage--home .m-stage__sub-heading-home {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  text-shadow: 3px 2px 8px rgba(153, 153, 153, 0.55);
  text-align: center;
  margin-top: 15px;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .m-stage.m-stage--home .m-stage__sub-heading-home {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (min-width: 992px), print {
  .m-stage.m-stage--home .m-stage__sub-heading-home {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .m-stage.m-stage--home .m-stage__sub-heading-home {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .m-stage.m-stage--home .m-stage__sub-heading-home {
    margin-top: 30px;
    width: 60%;
  }
}
.m-stage.m-stage--home .m-stage__scroll-to-content {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 575px) {
  .m-stage.m-stage--home .m-stage__scroll-to-content {
    display: none;
    visibility: hidden;
  }
}
.m-stage.m-stage--home .m-stage__scroll-to-content:hover {
  color: #b8cf55;
}
.m-stage.m-stage--home .m-stage__scroll-to-content:hover .m-stage__scroll-to-content-icon {
  transform: rotate(180deg) translateY(-4px);
}
.m-stage.m-stage--home .m-stage__scroll-to-content:hover .m-stage__scroll-to-content-icon:before {
  color: #b8cf55;
}
.m-stage.m-stage--home .m-stage__scroll-to-content :focus {
  outline: none;
}
[data-whatintent='keyboard'] .m-stage.m-stage--home .m-stage__scroll-to-content:focus {
  color: #b8cf55;
}
[data-whatintent='keyboard'] .m-stage.m-stage--home .m-stage__scroll-to-content:focus .m-stage__scroll-to-content-icon {
  transform: rotate(180deg) translateY(-4px);
}
[data-whatintent='keyboard'] .m-stage.m-stage--home .m-stage__scroll-to-content:focus .m-stage__scroll-to-content-icon:before {
  color: #b8cf55;
}
.m-stage.m-stage--home .m-stage__scroll-to-content-text {
  font-size: 15px;
  line-height: 18px;
  text-shadow: 3px 2px 8px rgba(153, 153, 153, 0.55);
}
@media screen and (max-width: 767px) {
  .m-stage.m-stage--home .m-stage__scroll-to-content-text {
    font-size: 10px;
    line-height: 12px;
  }
}
.m-stage.m-stage--home .m-stage__scroll-to-content-icon {
  display: block;
  width: 22px;
  height: 22px;
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
  text-shadow: 3px 2px 8px rgba(153, 153, 153, 0.55);
}
.m-stage.m-stage--home .m-stage__scroll-to-content-icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.m-stage.m-stage--home .m-stage__scroll-to-content-icon:before {
  content: "\e903";
}
.m-stage.m-stage--home .m-stage__scroll-to-content-icon:before {
  font-size: 22px;
  color: #ffffff;
  transition: color 0.2s ease-in-out;
}
.m-stage.m-stage--home .m-stage__scroll-to-content-icon:hover:before,
.m-stage.m-stage--home .m-stage__scroll-to-content-icon:active:before {
  color: #b8cf55;
}
[data-whatintent='keyboard'] .m-stage.m-stage--home .m-stage__scroll-to-content-icon:focus:before {
  color: #b8cf55;
}
@media screen and (min-width: 768px) {
  .m-stage.m-stage--home .m-stage__scroll-to-content-icon {
    width: 40px;
    height: 40px;
  }
  .m-stage.m-stage--home .m-stage__scroll-to-content-icon:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .m-stage.m-stage--home .m-stage__scroll-to-content-icon:before {
    content: "\e903";
  }
  .m-stage.m-stage--home .m-stage__scroll-to-content-icon:before {
    font-size: 40px;
    color: #ffffff;
    transition: color 0.2s ease-in-out;
  }
  .m-stage.m-stage--home .m-stage__scroll-to-content-icon:hover:before,
  .m-stage.m-stage--home .m-stage__scroll-to-content-icon:active:before {
    color: #b8cf55;
  }
  [data-whatintent='keyboard'] .m-stage.m-stage--home .m-stage__scroll-to-content-icon:focus:before {
    color: #b8cf55;
  }
}
.m-stage.m-stage--image .m-stage__heading {
  color: #ffffff;
  text-shadow: 3px 2px 8px rgba(153, 153, 153, 0.55);
}
.m-stage.m-stage--image .m-stage__content-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.m-stage.m-stage--image .m-stage__sub-heading {
  position: relative;
  margin-top: -20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .m-stage.m-stage--image .m-stage__sub-heading {
    margin-top: -35px;
  }
}
.m-stage.m-stage--image .m-stage__sub-heading .a-heading {
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .m-stage.m-stage--image .m-stage__sub-heading .a-heading {
    max-width: 600px;
  }
}
.m-stage.m-stage--image .a-image.state-a-image--is-loading .a-image__picture {
  padding-bottom: 84.63541667%;
  height: 0;
}
@media screen and (min-width: 768px) {
  .m-stage.m-stage--image .a-image.state-a-image--is-loading .a-image__picture {
    padding-bottom: 650px;
  }
}
@media screen and (min-width: 768px) {
  .m-stage.m-stage--image .a-image {
    height: 650px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .m-stage.m-stage--image .a-image .a-image__image {
    max-width: none;
    max-height: 100%;
  }
}
.m-stage {
  position: relative;
}
.m-stage__heading {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-stage__heading {
    font-size: 52px;
    line-height: 63px;
  }
}
@media screen and (min-width: 992px), print {
  .m-stage__heading {
    font-size: 52px;
    line-height: 63px;
  }
}
.m-stage__content-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.m-stage__submit-event {
  margin-bottom: 50px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .m-stage__submit-event {
    margin-bottom: 0;
    position: absolute;
    transform: rotate(-9deg);
    right: 85px;
    bottom: 130px;
  }
}
@media screen and (min-width: 992px), print {
  .m-stage__submit-event {
    transform: rotate(-9deg);
    right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .m-stage__submit-event {
    right: 110px;
  }
}
.m-submit-event {
  background-color: #9a135a;
  padding: 25px 20px;
}
@media screen and (max-width: 767px) {
  .m-submit-event {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .m-submit-event {
    border-radius: 50%;
    width: 235px;
    height: 235px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.m-submit-event__link {
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.m-submit-event__text {
  font-size: 15px;
  line-height: 20px;
  font-style: normal;
  font-weight: 800;
  color: #ffffff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-submit-event__text {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (min-width: 992px), print {
  .m-submit-event__text {
    font-size: 25px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .m-submit-event__text {
    max-width: 340px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .m-submit-event__text {
    text-align: center;
  }
}
.m-submit-event__link-title {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid #b8cf55;
  font-size: 15px;
  line-height: 18px;
  margin-top: 10px;
  color: #ffffff;
  display: inline-block;
}
.m-submit-event__link-title:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #b8cf55;
}
@media screen and (min-width: 768px) {
  .m-submit-event__link-title {
    margin-top: 20px;
  }
}
.m-submit-event-home {
  position: relative;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .m-submit-event-home .m-stage__submit-event {
    bottom: -30px;
    right: 0;
  }
}
@media screen and (min-width: 992px), print {
  .m-submit-event-home {
    margin: initial;
  }
}
@media screen and (min-width: 768px) {
  .home .m-submit-event {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 992px), print {
  .home .m-submit-event {
    border-radius: 50%;
    width: 235px;
    height: 235px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.m-text-image {
  display: flex;
  flex-direction: column;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 576px) {
  .m-text-image {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (min-width: 768px) {
  .m-text-image {
    min-height: 290px;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px), print {
  .m-text-image {
    min-height: 280px;
  }
}
.m-text-image:hover {
  cursor: pointer;
}
.m-text-image:hover .m-text-image__text-link {
  background-color: #b8cf55;
}
.m-text-image:hover .m-text-image__date,
.m-text-image:hover .m-text-image__text,
.m-text-image:hover .m-text-image__read-more {
  color: #ffffff;
}
.m-text-image .a-image.state-a-image--is-loading .a-image__picture {
  padding-bottom: 66.66666667%;
  height: 0;
}
@media screen and (min-width: 768px) {
  .m-text-image .a-image.state-a-image--is-loading .a-image__picture {
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .m-text-image .a-image.state-a-image--is-loading .a-image__picture {
    padding-bottom: 56%;
  }
}
.m-text-image__image-link {
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  color: #000000;
  position: relative;
  display: block;
}
.m-text-image__image {
  font-size: 0;
  line-height: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-text-image__image {
    flex: 0 0 290px;
    max-width: 290px;
  }
}
@media screen and (min-width: 992px), print {
  .m-text-image__image {
    flex: 0 0 500px;
    max-width: 500px;
  }
}
.m-text-image__text-link {
  font-size: 20px;
  line-height: 22px;
  font-style: normal;
  font-weight: 800;
  padding: 20px;
  align-self: flex-start;
  z-index: 2;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -50px;
  min-height: 125px;
  background-color: #ffffff;
  transition: background-color 0.2s ease-in-out;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .m-text-image__text-link {
    font-size: 25px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px), print {
  .m-text-image__text-link {
    font-size: 25px;
    line-height: 28px;
  }
}
@media screen and (min-width: 576px) {
  .m-text-image__text-link {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .m-text-image__text-link {
    margin-left: -50px;
    margin-right: auto;
    margin-top: 55px;
    max-width: 430px;
    min-height: 200px;
  }
}
@media screen and (min-width: 992px), print {
  .m-text-image__text-link {
    margin-left: -100px;
    margin-top: 60px;
    max-width: 600px;
    min-height: 170px;
  }
}
[data-whatintent='mouse'] .m-text-image__text-link:focus,
[data-whatintent='touch'] .m-text-image__text-link:focus {
  outline: none;
}
.m-text-image__text-link:hover,
.m-text-image__text-link:focus {
  background-color: #b8cf55;
}
.m-text-image__text-link:hover .m-text-image__date,
.m-text-image__text-link:focus .m-text-image__date,
.m-text-image__text-link:hover .m-text-image__text,
.m-text-image__text-link:focus .m-text-image__text,
.m-text-image__text-link:hover .m-text-image__read-more,
.m-text-image__text-link:focus .m-text-image__read-more {
  color: #ffffff;
}
.m-text-image__text {
  color: #000000;
  transition: color 0.2s ease-in-out;
}
.m-text-image__date {
  color: #000000;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
  margin-bottom: 10px;
}
.m-text-image__read-more {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid #b8cf55;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
  margin-top: 15px;
  display: inline-block;
}
.m-text-image__read-more:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #b8cf55;
}
.m-video-teaser {
  margin-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .m-video-teaser {
    margin-bottom: 95px;
  }
}
.page-template-home .m-video-teaser {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-template-home .m-video-teaser {
    margin-bottom: 0;
  }
}
.m-video-teaser .a-heading--h2 {
  position: relative;
  margin-bottom: -15px;
  z-index: 1;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .m-video-teaser .a-heading--h2 {
    margin-bottom: -28px;
  }
}
.m-video-teaser .a-image.state-a-image--is-loading .a-image__picture {
  padding-bottom: 71.875%;
  height: 0;
}
@media screen and (min-width: 768px) {
  .m-video-teaser .a-image.state-a-image--is-loading .a-image__picture {
    padding-bottom: 75.5%;
  }
}
@media screen and (min-width: 1200px) {
  .m-video-teaser .a-image.state-a-image--is-loading .a-image__picture {
    padding-bottom: 43.75%;
  }
}
.m-video-teaser__wrapper {
  position: relative;
}
.m-video-teaser__play-button {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #9a135a;
  opacity: 0.8;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-video-teaser__play-button:hover {
  background-color: #9a135a;
}
.m-video-teaser__play-button:hover .m-video-teaser__play-button-text {
  background-color: #b8cf55;
  color: #ffffff;
}
[data-whatintent='keyboard'] .m-video-teaser__play-button:focus {
  background-color: #9a135a;
}
[data-whatintent='keyboard'] .m-video-teaser__play-button:focus .m-video-teaser__play-button-text {
  background-color: #b8cf55;
  color: #ffffff;
}
.m-video-teaser__play-button-text {
  font-style: normal;
  font-weight: 700;
  color: #b8cf55;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border: 3px solid #b8cf55;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .m-video-teaser__play-button-text {
    width: 145px;
    height: 145px;
  }
}
.o-footer {
  position: relative;
}
@media screen and (min-width: 576px) {
  .o-footer.state-o-footer--has-contact .o-footer__jump-up {
    margin-bottom: 0;
    position: absolute;
    top: 65px;
    right: 90px;
  }
}
.o-footer__contact {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .o-footer__contact {
    margin-bottom: 50px;
  }
}
.page-template-home .o-footer__contact .a-heading {
  position: relative;
  margin-top: -20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-template-home .o-footer__contact .a-heading {
    margin-top: -35px;
  }
}
.o-footer__contact-label {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .o-footer__contact-label {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .o-footer__contact-label {
    font-size: 25px;
    line-height: 28px;
  }
}
.o-footer__contact-details {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .o-footer__contact-details {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (min-width: 992px), print {
  .o-footer__contact-details {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (min-width: 768px) {
  .o-footer__contact-details {
    margin-bottom: 0;
  }
}
.o-footer__contact-details p + p {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .o-footer__contact-details p + p {
    margin-top: 30px;
  }
}
.o-footer__jump-up {
  margin-bottom: 30px;
}
.o-footer__service-menu {
  font-size: 15px;
  line-height: 18px;
  margin-top: 30px;
}
.o-footer__service-menu .menu-item + .menu-item {
  margin-top: 10px;
}
.o-footer__service-menu .menu-item a {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid #b8cf55;
}
.o-footer__service-menu .menu-item a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #b8cf55;
}
.o-footer__bottom {
  font-size: 15px;
  line-height: 18px;
  background-color: #edece9;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .o-footer__bottom {
    font-size: 10px;
    line-height: 12px;
  }
}
@media screen and (min-width: 768px) {
  .o-footer__bottom-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.o-footer__claim {
  font-family: Arial, sans-serif;
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  .o-footer__claim {
    margin-bottom: 15px;
    margin-right: 30px;
    display: block;
  }
}
@media screen and (min-width: 576px) {
  .o-footer_logos {
    display: flex;
    align-items: flex-start;
  }
}
.o-footer__logo {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .o-footer__logo {
    padding-right: 15px;
    padding-bottom: 0;
  }
  .o-footer__logo + .o-footer__logo {
    padding-left: 5px;
  }
}
.o-footer__logo .logo-wrapper2 {
  width: 100%;
}
.o-footer__logo .logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  aspect-ratio: 3.2;
}
.o-footer__logo .logo-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.o-footer__logo-link {
  text-decoration: none;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding-bottom: 20px;
}
.o-footer-twint {
  margin-left: auto;
  padding-right: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 320px;
}
.o-footer-twint .o-footer__logo-twint {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px), print {
  .o-footer-twint {
    width: 440px;
  }
}
.o-footer__copyright {
  display: block;
  margin-top: 15px;
}
@media screen and (min-width: 576px) {
  .o-footer__copyright {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px), print {
  .o-footer__copyright {
    margin-top: 30px;
    margin-left: auto;
    text-align: right;
  }
}
.nf-form-cont .nf-form-title h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .nf-form-cont .nf-form-title h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (min-width: 992px), print {
  .nf-form-cont .nf-form-title h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.nf-form-cont .nf-before-form-content {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .nf-form-cont .nf-before-form-content {
    margin-bottom: 30px;
  }
}
.nf-form-cont .nf-field-container.submit-container .ninja-forms-field {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-decoration: none;
  -webkit-appearance: none;
  padding: 15px 40px;
  width: auto;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #000000;
  border: none;
  background-color: #edece9;
}
@media screen and (min-width: 768px) {
  .nf-form-cont .nf-field-container.submit-container .ninja-forms-field {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 992px), print {
  .nf-form-cont .nf-field-container.submit-container .ninja-forms-field {
    font-size: 20px;
    line-height: 24px;
  }
}
.nf-form-cont .nf-field-container.submit-container .ninja-forms-field:hover {
  text-decoration: none;
}
.nf-form-cont .nf-field-container.submit-container .ninja-forms-field:focus {
  outline: none;
}
.nf-form-cont .nf-field-container.submit-container .ninja-forms-field[disabled] {
  opacity: 0.5;
}
.nf-form-cont .nf-field-container.submit-container .ninja-forms-field[disabled]:hover,
.nf-form-cont .nf-field-container.submit-container .ninja-forms-field[disabled]:focus {
  background-color: #edece9;
  color: #000000;
  cursor: default;
}
.nf-form-cont .nf-field-container.submit-container .ninja-forms-field:hover,
.nf-form-cont .nf-field-container.submit-container .ninja-forms-field:active {
  color: #ffffff;
  background-color: #b8cf55;
}
[data-whatintent='keyboard'] .nf-form-cont .nf-field-container.submit-container .ninja-forms-field:focus {
  color: #ffffff;
  background-color: #b8cf55;
}
.nf-form-cont .nf-field-container.submit-container .ninja-forms-field:focus {
  outline: none;
}
.nf-form-cont .ninja-forms-req-symbol {
  color: #000000;
}
.o-header {
  padding-top: 64px;
}
@media screen and (min-width: 576px) {
  .o-header {
    padding-top: 74px;
  }
}
@media screen and (min-width: 992px), print {
  .o-header {
    padding-top: 93px;
  }
}
@media screen and (min-width: 1200px) {
  .o-header {
    padding-top: 109px;
  }
}
.o-header__sticky {
  transition: box-shadow 0.2s ease-in-out;
  padding: 10px 0;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  border-bottom: 1px solid #edece9;
}
@media screen and (min-width: 576px) {
  .o-header__sticky {
    padding: 15px 0;
  }
}
@media screen and (min-width: 992px), print {
  .o-header__sticky {
    padding: 15px 0;
  }
}
.logged-in .o-header__sticky {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .logged-in .o-header__sticky {
    top: 32px;
  }
}
@media screen and (max-width: 600px) {
  .logged-in .state-o-page--page-scrolled .o-header__sticky {
    top: 0;
  }
}
.o-header__wrapper-layout {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1199px) {
  .o-header__wrapper-layout {
    align-items: center;
  }
}
.o-header__wrapper-logo {
  flex-grow: 0;
}
.o-header__wrapper-main-navigation {
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .o-header__wrapper-main-navigation {
    align-self: flex-end;
  }
}
.o-template {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .o-template {
    margin-top: 115px;
  }
}
.o-template--home {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .o-template--home {
    margin-top: 0;
  }
}
.o-template--with-stage {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .o-template--with-stage {
    margin-top: 0;
  }
}
.o-text-images .a-heading {
  max-width: 400px;
  margin-bottom: 40px;
  transform: translateY(-20px);
}
@media screen and (min-width: 768px) {
  .o-text-images .a-heading {
    max-width: 600px;
    margin-bottom: 20px;
    transform: translateY(-35px);
  }
}
.o-text-images.state-o-text-images--no-heading .o-text-images__background {
  padding-top: 75px;
}
@media screen and (min-width: 768px) {
  .o-text-images.state-o-text-images--no-heading .o-text-images__background {
    padding-top: 95px;
  }
}
.o-text-images.state-o-text-images--component-spacing {
  margin-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .o-text-images.state-o-text-images--component-spacing {
    margin-bottom: 95px;
  }
}
.o-text-images__background {
  background-color: #edece9;
  padding-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .o-text-images__background {
    padding-bottom: 95px;
  }
}
.o-text-images__item + .o-text-images__item {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .o-text-images__item + .o-text-images__item {
    margin-top: 100px;
  }
}
.o-text-images__more-link {
  font-size: 15px;
  line-height: 18px;
  margin-top: 45px;
}
