@charset "UTF-8";
/* moved by compressor */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@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: 1170px;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.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%;
  min-height: 1px;
  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: none;
}

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

@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: none;
  }
  .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-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;
  }
}

@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: none;
  }
  .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-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;
  }
}

@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: none;
  }
  .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-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;
  }
}

@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: none;
  }
  .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-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;
  }
}

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

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

/* Spacing utils */
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

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

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

.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{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-sm-0{right:auto}.pull-sm-1{right:8.333333%}.pull-sm-2{right:16.666667%}.pull-sm-3{right:25%}.pull-sm-4{right:33.333333%}.pull-sm-5{right:41.666667%}.pull-sm-6{right:50%}.pull-sm-7{right:58.333333%}.pull-sm-8{right:66.666667%}.pull-sm-9{right:75%}.pull-sm-10{right:83.333333%}.pull-sm-11{right:91.666667%}.pull-sm-12{right:100%}.push-sm-0{left:auto}.push-sm-1{left:8.333333%}.push-sm-2{left:16.666667%}.push-sm-3{left:25%}.push-sm-4{left:33.333333%}.push-sm-5{left:41.666667%}.push-sm-6{left:50%}.push-sm-7{left:58.333333%}.push-sm-8{left:66.666667%}.push-sm-9{left:75%}.push-sm-10{left:83.333333%}.push-sm-11{left:91.666667%}.push-sm-12{left:100%}.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{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-md-0{right:auto}.pull-md-1{right:8.333333%}.pull-md-2{right:16.666667%}.pull-md-3{right:25%}.pull-md-4{right:33.333333%}.pull-md-5{right:41.666667%}.pull-md-6{right:50%}.pull-md-7{right:58.333333%}.pull-md-8{right:66.666667%}.pull-md-9{right:75%}.pull-md-10{right:83.333333%}.pull-md-11{right:91.666667%}.pull-md-12{right:100%}.push-md-0{left:auto}.push-md-1{left:8.333333%}.push-md-2{left:16.666667%}.push-md-3{left:25%}.push-md-4{left:33.333333%}.push-md-5{left:41.666667%}.push-md-6{left:50%}.push-md-7{left:58.333333%}.push-md-8{left:66.666667%}.push-md-9{left:75%}.push-md-10{left:83.333333%}.push-md-11{left:91.666667%}.push-md-12{left:100%}.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{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-lg-0{right:auto}.pull-lg-1{right:8.333333%}.pull-lg-2{right:16.666667%}.pull-lg-3{right:25%}.pull-lg-4{right:33.333333%}.pull-lg-5{right:41.666667%}.pull-lg-6{right:50%}.pull-lg-7{right:58.333333%}.pull-lg-8{right:66.666667%}.pull-lg-9{right:75%}.pull-lg-10{right:83.333333%}.pull-lg-11{right:91.666667%}.pull-lg-12{right:100%}.push-lg-0{left:auto}.push-lg-1{left:8.333333%}.push-lg-2{left:16.666667%}.push-lg-3{left:25%}.push-lg-4{left:33.333333%}.push-lg-5{left:41.666667%}.push-lg-6{left:50%}.push-lg-7{left:58.333333%}.push-lg-8{left:66.666667%}.push-lg-9{left:75%}.push-lg-10{left:83.333333%}.push-lg-11{left:91.666667%}.push-lg-12{left:100%}.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{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-xl-0{right:auto}.pull-xl-1{right:8.333333%}.pull-xl-2{right:16.666667%}.pull-xl-3{right:25%}.pull-xl-4{right:33.333333%}.pull-xl-5{right:41.666667%}.pull-xl-6{right:50%}.pull-xl-7{right:58.333333%}.pull-xl-8{right:66.666667%}.pull-xl-9{right:75%}.pull-xl-10{right:83.333333%}.pull-xl-11{right:91.666667%}.pull-xl-12{right:100%}.push-xl-0{left:auto}.push-xl-1{left:8.333333%}.push-xl-2{left:16.666667%}.push-xl-3{left:25%}.push-xl-4{left:33.333333%}.push-xl-5{left:41.666667%}.push-xl-6{left:50%}.push-xl-7{left:58.333333%}.push-xl-8{left:66.666667%}.push-xl-9{left:75%}.push-xl-10{left:83.333333%}.push-xl-11{left:91.666667%}.push-xl-12{left:100%}.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%}}
/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger:hover{opacity:.7}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#000}.hamburger-inner:after,.hamburger-inner:before{display:block;content:""}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{transform:rotateY(180deg);background-color:transparent}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{transform:rotateY(-180deg);background-color:transparent}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{transform:rotateX(-180deg);background-color:transparent}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{transform:rotateX(180deg);background-color:transparent}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(-90deg)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(45deg)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(90deg)}.hamburger--elastic .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(135deg)}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(-270deg)}.hamburger--elastic-r .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(-135deg)}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(270deg)}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic.is-active .hamburger-inner:before{top:-80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,80px,0) rotate(45deg)}.hamburger--emphatic.is-active .hamburger-inner:after{top:-80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,80px,0) rotate(-45deg)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,-80px,0) rotate(-45deg)}.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,-80px,0) rotate(45deg)}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;opacity:0}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(90deg)}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(90deg);background-color:transparent}.hamburger--stand.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(-90deg);background-color:transparent}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(90deg)}.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--vortex .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(765deg)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(-765deg)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}

.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{box-sizing:border-box;background:inherit;display:block;padding:0;margin:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panels,.mm-panels>.mm-panel{background:inherit;border-color:inherit;box-sizing:border-box;margin:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panels{overflow:hidden}.mm-panel{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left}.mm-panel.mm-opened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel.mm-subopened{-webkit-transform:translate(-30%,0);-ms-transform:translate(-30%,0);transform:translate(-30%,0);-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel.mm-highest{z-index:1}.mm-panel.mm-noanimation{-webkit-transition:none!important;transition:none!important}.mm-panel.mm-noanimation.mm-subopened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panels>.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px}.mm-panels>.mm-panel.mm-hasnavbar{padding-top:40px}.mm-panels>.mm-panel:not(.mm-hidden){display:block}.mm-panels>.mm-panel:after,.mm-panels>.mm-panel:before{content:'';display:block;height:20px}.mm-vertical .mm-panel{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel{display:none;padding:10px 0 10px 10px}.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after{border-color:transparent}.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel{display:block}.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next{box-sizing:border-box;height:40px;bottom:auto}.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{box-sizing:border-box;width:40px;height:40px;position:absolute;top:0;z-index:1}.mm-clear:after,.mm-clear:before,.mm-close:after,.mm-close:before{content:'';border:2px solid transparent;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-clear:before,.mm-close:before{border-right:none;border-bottom:none;right:18px}.mm-clear:after,.mm-close:after{border-left:none;border-top:none;right:25px}.mm-next:after,.mm-prev:before{content:'';border-top:2px solid transparent;border-left:2px solid transparent;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0}.mm-navbar>*{display:block;padding:10px 0}.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar .mm-btn:first-child{left:0}.mm-navbar .mm-btn:last-child{text-align:right;right:0}.mm-panel .mm-navbar{display:none}.mm-panel.mm-hasnavbar .mm-navbar{display:block}.mm-listview,.mm-listview>li{list-style:none;display:block;padding:0;margin:0}.mm-listview{font:inherit;font-size:14px;line-height:20px}.mm-listview a,.mm-listview a:hover{text-decoration:none}.mm-listview>li{position:relative}.mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after{border-color:inherit}.mm-listview>li>a,.mm-listview>li>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}.mm-listview>li:not(.mm-divider):after{content:'';border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:0;right:0;bottom:0}.mm-listview>li:not(.mm-divider):after{left:20px}.mm-listview .mm-next{background:rgba(3,2,1,0);width:50px;padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}.mm-listview .mm-next:before{content:'';border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;bottom:0;left:0}.mm-listview .mm-next+a,.mm-listview .mm-next+span{margin-right:50px}.mm-listview .mm-next.mm-fullsubopen{width:100%}.mm-listview .mm-next.mm-fullsubopen:before{border-left:none}.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span{padding-right:50px;margin-right:0}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75)}.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgba(0,0,0,.3)}.mm-menu .mm-btn:after,.mm-menu .mm-btn:before{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview{border-color:rgba(0,0,0,.1)}.mm-menu .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.5);tap-highlight-color:rgba(255,255,255,.5)}.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.5)}.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.05)}.mm-menu .mm-divider{background:rgba(0,0,0,.05)}
.mm-page{box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}html.mm-opened{overflow-x:hidden;position:relative}html.mm-blocking{overflow:hidden}html.mm-blocking body{overflow:hidden}html.mm-background .mm-page{background:inherit}#mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}html.mm-blocking #mm-blocker{display:block}.mm-menu.mm-offcanvas{z-index:0;display:none;position:fixed}.mm-menu.mm-offcanvas.mm-opened{display:block}.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened{z-index:10}.mm-menu.mm-offcanvas{width:80%;min-width:140px;max-width:440px}html.mm-opening .mm-menu.mm-opened~.mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-menu.mm-opened~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:550px){html.mm-opening .mm-menu.mm-opened~.mm-slideout{-webkit-transform:translate(440px,0);-ms-transform:translate(440px,0);transform:translate(440px,0);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}
.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!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; } }

/**
 * Content
 */
@font-face {
  font-family: 'Droid Serif';
  src: url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/DroidSerif-Regular.eot');
  src: url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/DroidSerif-Regular.eot?#iefix') format('embedded-opentype'), url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/DroidSerif-Regular.woff2') format('woff2'), url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/DroidSerif-Regular.woff') format('woff'), url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/DroidSerif-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Droid Serif';
  src: url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/DroidSerif-Bold.eot');
  src: url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/DroidSerif-Bold.eot?#iefix') format('embedded-opentype'), url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/DroidSerif-Bold.woff2') format('woff2'), url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/DroidSerif-Bold.woff') format('woff'), url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/DroidSerif-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oxygen';
  src: url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/Oxygen-Light.eot');
  src: url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/Oxygen-Light.eot?#iefix') format('embedded-opentype'), url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/Oxygen-Light.woff2') format('woff2'), url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/Oxygen-Light.woff') format('woff'), url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/Oxygen-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oxygen';
  src: url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/Oxygen-Bold.eot');
  src: url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/Oxygen-Bold.eot?#iefix') format('embedded-opentype'), url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/Oxygen-Bold.woff2') format('woff2'), url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/Oxygen-Bold.woff') format('woff'), url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/Oxygen-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oxygen';
  src: url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/Oxygen-Regular.eot');
  src: url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/Oxygen-Regular.eot?#iefix') format('embedded-opentype'), url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/Oxygen-Regular.woff2') format('woff2'), url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/Oxygen-Regular.woff') format('woff'), url('../../../typo3conf/ext/base/Resources/Public/Fonts/Google/Oxygen-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * General & helper
 */
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #181716;
  position: relative;
}
a img {
  border: none;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
::selection {
  color: #fff;
  background-color: #007a45;
}
::-moz-selection {
  color: #fff;
  background-color: #007a45;
}
.nowrap {
  white-space: nowrap;
}
.aural-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.print-only {
  display: none;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
textarea {
  resize: vertical;
}
.center-h {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.center-v {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.center-h.center-v {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.space-before-reset {
  margin-top: 0 !important;
}
.space-before-extra-small {
  margin-top: 10px !important;
}
.space-before-small {
  margin-top: 15px !important;
}
.space-before-medium {
  margin-top: 25px !important;
}
.space-before-large {
  margin-top: 50px !important;
}
.space-before-extra-large {
  margin-top: 75px !important;
}
.space-after-reset {
  margin-bottom: 0 !important;
}
.space-after-extra-small {
  margin-bottom: 10px !important;
}
.space-after-small {
  margin-bottom: 15px !important;
}
.space-after-medium {
  margin-bottom: 25px !important;
}
.space-after-large {
  margin-bottom: 50px !important;
}
.space-after-extra-large {
  margin-bottom: 75px !important;
}
.flex-grow {
  flex-grow: 1;
}
.iframe-container-youtube {
  position: relative;
  padding: 0 0 56.24% 0;
  height: 0;
  overflow: hidden;
}
.iframe-container-youtube > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-hyphens {
  -webkit-hyphens: none;
  hyphens: none;
}
.no-user-selection {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.no-tap-highlight {
  -webkit-tap-highlight-color: transparent;
}
img {
  vertical-align: middle;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.row-equal-height {
  display: flex;
}
.row-equal-height > [class^="col"] {
  flex: 1;
}
.row-equal-height > [class^="col"] > * {
  height: 100%;
}
.has-divider-rw {
  border-right: 1px solid #fff;
}
.grid-8x-centered > div {
  margin: 0 auto;
}
p {
  margin-bottom: 25px;
}
p,
ul,
ol {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h1,
.h1 {
  margin-bottom: 15px;
  font-family: 'Droid Serif', serif;
  font-weight: bold;
  font-size: 28px;
  color: #7baf1f;
}
h2,
.h2 {
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  font-weight: bold;
  font-size: 25px;
  color: #7baf1f;
}
h3,
.h3 {
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  font-weight: bold;
  font-size: 22px;
  color: #7baf1f;
}
h4,
.h4 {
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  font-weight: bold;
  font-size: 16px;
  color: #181716;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a {
  color: inherit;
  text-decoration: none;
}
h1 span,
h2 span,
h3 span,
h4 span {
  display: block;
}
/* Tabelle */
.content-style table {
  margin-bottom: 25px;
}
.table-unstyled td {
  padding-right: 6px;
  padding-bottom: 4px;
  vertical-align: top;
}
.table-unstyled tr td:last-of-type {
  padding-right: 0;
}
.table-default {
  text-align: left;
  border-collapse: collapse;
}
.table-default th,
.table-default td {
  padding: 9px 12px;
  border-bottom: 1px solid #eee;
  transition: background-color 0.15s ease;
}
.table-default th {
  color: #444;
  font-family: 'Droid serif', serif;
  font-size: 18px;
  font-weight: 400;
}
.table-default tr:last-child td {
  border-bottom: none;
}
.table-default tr:hover td {
  background-color: #f5f5f5;
}
/* Listen */
.content-style ul,
.content-style ol {
  margin-bottom: 25px;
  padding-left: 17px;
}
.content-style ul {
  list-style-type: none;
}
.content-style li {
  margin-bottom: 15px;
  position: relative;
}
.content-style li::before {
  content: '';
  position: absolute;
  left: -13px;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #7baf1f;
}
/* Links & Buttons */
.content-style a:not(.button) {
  color: #f08a00;
  border-bottom: 1px solid;
  text-decoration: none;
  transition: opacity 0.15s ease, color 0.15s ease;
}
.content-style a:not(.button):hover,
.content-style a:not(.button):focus {
  color: #007a45;
}
.content-style a:not(.button):active {
  opacity: 0.7;
}
.link-default {
  color: #f08a00;
  border-bottom: 1px solid;
  text-decoration: none;
  transition: opacity 0.15s ease, color 0.15s ease;
}
.link-default:hover,
.link-default:focus {
  color: #007a45;
}
.link-default:active {
  opacity: 0.7;
}
.button {
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  background: transparent none;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 1px;
}
.button-primary {
  padding: 9px 18px;
  font-size: 18px;
  font-weight: 600;
  background-color: #f08a00;
  color: #fff;
  transition: all 0.15s ease;
}
.button-primary:hover,
.button-primary:focus {
  background-color: #e87606;
}
.button-primary:active {
  opacity: .85;
}
.button-secondary {
  padding: 8px 18px;
  font-size: 18px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #f08a00;
  color: #f08a00;
  transition: all 0.15s ease;
}
.button-secondary:hover,
.button-secondary:focus {
  background-color: #f08a00;
  color: #fff;
}
.button-secondary:active {
  opacity: .85;
}
.button-large {
  padding: 16px 30px;
  font-size: 20px;
}
.button-next {
  padding-right: 45px;
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/icon_arrow_right_white.svg");
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: right 13px center;
}
.button-prev {
  padding-left: 45px;
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/icon_arrow_left_white.svg");
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: left 13px center;
}
.button-secondary.button-prev {
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/icon_arrow_left_orange.svg");
}
.button-secondary.button-next {
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/icon_arrow_right_orange.svg");
}
.button-download {
  position: relative;
  padding-right: 40px;
  font-weight: normal;
  text-align: left;
  overflow: hidden;
}
.button-download::after {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_download.svg") no-repeat 0px 0px;
  background-size: contain;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -9px;
}
.button-shop {
  position: relative;
  padding-left: 50px;
  text-align: right;
}
.button-shop::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  display: inline-block;
  width: 31px;
  height: 26px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_shop_box.svg") no-repeat 0px 0px;
  background-size: contain;
}
.button-shop:not([data-count=""])::after {
  content: attr(data-count);
  background-color: #fff;
  border-radius: 50%;
  color: #f08a00;
  width: 25px;
  height: 25px;
  font-size: 15px;
  line-height: 1.3;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: -8px;
  top: -5px;
  border: 2px solid #f08a00;
}
.button-add-to-basket {
  position: relative;
}
.button-add-to-basket::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -9px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_plus.svg") no-repeat 0 0;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.button-add-to-basket:hover::after {
  opacity: .6;
}
.button-add-to-basket.is-clicked::after {
  animation-name: icon-float-away;
  animation-timing-function: ease-out;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
    /*scale(2);*/
  }
}
/* Text & inline styles */
/* Other */
.main {
  position: relative;
  min-height: 400px;
  line-height: 1.4;
}
/* CKEditor */
.cke_editable {
  padding: 15px;
}
/**
 * Modules
 */
.effect-darken {
  position: relative;
}
.effect-darken::after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity .6s ease;
}
.effect-darken:hover::after {
  opacity: .15;
}
.effect-zoom {
  overflow: hidden;
}
.effect-zoom img {
  width: 100%;
  display: block;
  transform: scale3d(1, 1, 1) rotate(0.0001deg);
  transition: transform 0.75s ease;
}
.effect-zoom:hover img {
  transform: scale3d(1.02, 1.02, 1) rotate(0.0001deg);
}
.header-container {
  position: relative;
  z-index: 90;
}
/* Logo */
.logo {
  float: left;
  margin-left: -22px;
  margin-top: 10px;
}
/* Meta */
.meta {
  float: right;
  margin-top: 10px;
  margin-bottom: 17px;
}
.quick-search-trigger {
  float: left;
  width: 26px;
  height: 26px;
  margin-left: 16px;
  position: relative;
  top: -4px;
  border: none;
  cursor: pointer;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_quicksearch.svg") no-repeat 0 0;
  background-size: contain;
}
/* Quick search */
.quick-search {
  display: none;
  position: absolute;
  left: -15px;
  right: -15px;
  top: 0;
  bottom: 0;
  background-color: #fff;
}
.quick-search-form {
  position: absolute;
  bottom: 30px;
  left: 80px;
  right: 30px;
}
.quick-search-term {
  width: 100%;
  padding: 10px 60px 10px 10px;
  font-size: 24px;
  border: none;
  border-bottom: 2px solid #ddd;
  background-color: transparent;
  outline: none;
  transition: border-color 0.2s ease;
}
.quick-search-term:hover {
  border-color: #bbb;
}
.quick-search-line {
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  border-bottom: 2px solid #007a45;
  opacity: 0;
  transition: all .3s ease;
}
.quick-search-term:focus + .quick-search-line {
  opacity: 1;
  left: 0;
  right: 0;
}
.quick-search-submit {
  position: absolute;
  right: 15px;
  top: 0;
  width: 35px;
  height: 35px;
  border: none;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_quicksearch.svg") no-repeat 0 0;
  background-size: contain;
  text-indent: 110%;
  white-space: pre;
  cursor: pointer;
  overflow: hidden;
}
.quick-search-close {
  position: absolute;
  left: 20px;
  bottom: 38px;
  width: 30px;
  height: 23px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_close.svg") no-repeat 0 0;
  background-size: contain;
  cursor: pointer;
  border: none;
}
/* Quick Buttons */
.quick-buttons {
  float: right;
  clear: right;
  margin-bottom: 15px;
  margin-right: 8px;
}
.quick-buttons-item {
  height: 44px;
  position: relative;
  display: inline-block;
  margin-right: 2px;
  padding: 10px 22px 10px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border: 0px solid #000;
}
.quick-buttons-item:first-child {
  padding-left: 22px;
  background-color: #f08a00;
  transition: background-color ease 0.15s;
}
.quick-buttons-item:after,
.quick-buttons-item:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: 0px;
  height: 22.5px;
  width: 100%;
  background-color: #f08a00;
  transition: background-color ease 0.15s;
}
.quick-buttons-item:before {
  transform: skew(20deg);
  top: 0px;
  transform-origin: top left;
}
.quick-buttons-item:after {
  transform: skew(-20deg);
  bottom: 0px;
  transform-origin: bottom left;
}
.quick-buttons-item:hover::after,
.quick-buttons-item:hover::before,
.quick-buttons-item:first-child:hover {
  background-color: #e87606;
}
.quick-buttons-item:active::after,
.quick-buttons-item:active::before,
.quick-buttons-item:first-child:active {
  background-color: #f38016;
}
.quick-buttons-item.is-highlight::before,
.quick-buttons-item.is-highlight::after {
  /*background-color: rgb(180, 0, 0);*/
  background-color: #dd1f29;
}
.quick-buttons-item.is-highlight:hover::before,
.quick-buttons-item.is-highlight:hover::after {
  background-color: #c80000;
}
.quick-buttons-item.is-highlight:active::before,
.quick-buttons-item.is-highlight:active::after {
  background-color: #dc0000;
}
/* Mobile nav trigger */
.mobile-nav-trigger {
  display: none;
  position: absolute;
  right: -15px;
  top: 39px;
}
.mobile-nav-trigger .hamburger-inner,
.mobile-nav-trigger .hamburger-inner::after,
.mobile-nav-trigger .hamburger-inner::before {
  background-color: #007a45;
}
@media (max-width: 1199px) {
  .logo img {
    width: 240px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .quick-buttons {
    display: none;
  }
  .logo {
    margin: 15px 0 15px -15px;
  }
  .logo img {
    width: 180px;
    height: auto;
  }
  .meta {
    position: absolute;
    right: 0;
    top: 0;
  }
  .quick-buttons {
    position: absolute;
    top: 43px;
    right: 80px;
    margin: 0;
  }
  .mobile-nav-trigger {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .header .meta-nav {
    display: none;
  }
  .header-container {
    max-width: none;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 660px) {
  .meta {
    right: 65px;
    top: 46px;
  }
}
@media (max-width: 480px) {
  .logo {
    margin: 5px 0 9px -15px;
  }
  .logo img {
    width: 170px;
    height: auto;
  }
  .quick-search-trigger {
    top: -26px;
  }
  .mobile-nav-trigger {
    top: 16px;
  }
  .quick-search-close {
    bottom: 27px;
  }
  .quick-search-form {
    bottom: 16px;
  }
  .quick-search-submit {
    top: 10px;
    width: 31px;
  }
}
/* Meta Nav */
.meta-nav {
  float: left;
}
.meta-nav-item {
  float: left;
  list-style-type: none;
}
.meta-nav-item::after {
  content: '|';
  margin: 0 7px;
  color: #7baf1f;
  font-size: 12px;
}
.meta-nav-item:last-child::after {
  display: none;
}
.meta-nav-item > a {
  font-size: 13px;
  text-decoration: none;
  color: #646464;
  transition: color 0.15s ease;
}
.meta-nav-item > a:hover,
.meta-nav-item > a:focus {
  color: #222;
}
.meta-nav-item > a {
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.15s ease-out;
}
.meta-nav-item > a:hover,
.meta-nav-item > a:focus {
  color: inherit;
  border-bottom-color: inherit;
}
/* Main Nav */
.nav {
  float: right;
  clear: right;
  margin-right: -20px;
}
.nav-item {
  float: left;
  list-style-type: none;
}
.nav-item > span,
.nav-link {
  display: block;
  padding: 13px 22px;
  font-family: 'Droid Serif', sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #007a45;
  text-decoration: none;
  border-right: 1px solid #fff;
  cursor: default;
}
.nav-link {
  cursor: pointer;
}
.nav-item.is-active > span,
.nav-item.is-active > .nav-link,
.nav-item:hover > span,
.nav-item:hover > .nav-link {
  background-color: #eef0f2;
}
.has-active-dropdown .nav-item.is-active:not(.is-hovered) > span {
  background-color: #fff;
}
/* Dropdown */
html:not(.debug) .nav-dropdown:not(.is-default) {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  right: -4px;
  z-index: 10;
  padding: 45px 0 22px 0;
  background-color: #eef0f2;
}
html:not(.debug) .nav-item:hover .nav-dropdown {
  display: block;
}
html:not(.debug) .nav-dropdown.is-default {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 15px 17px;
  background-color: #eef0f2;
}
/* DEV */
/*
html.debug .nav-dropdown:not(.is-default) {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 0; top: 100%; right: -4px;
	z-index: 10;
	padding: 45px 0 22px 0;
	background-color: #eef0f2;
	transition: opacity ease .5s;
} 
html.debug .nav-item:hover .nav-dropdown:not(.is-default) {
	pointer-events: auto;
	opacity: 1;
}
*/
/*
html.debug .nav-dropdown:not(.is-default) .container {
	display: none;
	opacity: 0;
	transition: specialfade ease 5s;	
}
*/
html.debug .nav-dropdown:not(.is-default) {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  right: -4px;
  z-index: 10;
  padding: 45px 0 22px 0;
  background-color: #eef0f2;
}
html.debug .nav-item:hover .nav-dropdown:not(.is-default) {
  animation: specialfade 1s linear forwards;
}
/*
html.debug .nav-item:hover .nav-dropdown:not(.is-default) .container {
	opacity: .5;
}
*/
@keyframes specialfade {
  0% {
    display: block;
    opacity: 0;
  }
  10% {
    opacity: .3;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.nav-dropdown-item {
  list-style-type: none;
  border-bottom: 1px solid #fff;
}
.nav-dropdown-item:last-child {
  border-bottom: none;
}
.nav-dropdown-item > a {
  display: block;
  padding: 6px 8px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #5e5b57;
}
.sub-nav {
  margin: 0px 45px 15px 68px;
}
.sub-nav-title > a {
  color: #007a45;
  text-decoration: none;
}
.sub-nav-title {
  display: block;
  padding-left: 7px;
  margin-top: -22px;
  margin-bottom: 7px;
}
.sub-nav-item {
  margin-bottom: 4px;
  /*padding-left: 34px;*/
  list-style-type: none;
  border-bottom: 1px solid #fff;
}
.sub-nav-item:last-child {
  border-bottom: none;
}
.sub-nav-item > a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #181716;
  text-decoration: none;
}
.sub-nav-child {
  margin: 4px 0 8px 0;
  /*padding-left: 15px;*/
  list-style-type: none;
}
.sub-nav-child-item {
  margin-bottom: -4px;
}
.sub-nav-child-item > a {
  font-size: 16px;
  color: #181716;
  text-decoration: none;
}
.sub-nav-item > a,
.sub-nav-child-item > a {
  display: block;
  padding: 4px 7px;
}
.sub-nav-item > a,
.sub-nav-child-item > a {
  transition: background-color 0.3s ease;
}
.sub-nav-child-item > a {
  padding-left: 20px;
}
.sub-nav-item > a:hover,
.sub-nav-child-item > a:hover,
.sub-nav-item.is-current > a,
.sub-nav-child-item.is-current > a {
  background-color: #ccc;
}
.nav-dropdown .image-teaser {
  margin-bottom: 15px;
}
.nav-headline {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  color: inherit;
}
.nav-projects-teaser {
  margin-top: -30px;
  text-align: center;
}
.nav-projects-teaser img {
  margin-bottom: 15px;
}
.nav-projects-teaser .button {
  padding: 14px 28px;
}
.nav-textbox {
  padding-top: 8px;
  color: #7c7c7c;
}
.nav-textbox img {
  margin-bottom: 15px;
}
/* Mobile nav */
.mobile-nav {
  display: none;
}
#mm-blocker {
  background-color: rgba(255, 255, 255, 0.85);
}
.mobile-nav.mm-menu {
  border-right: 1px solid #ccc;
  background-color: #fff;
}
.mobile-nav .mm-next {
  background-color: #007a45;
  border-bottom: 1px solid #fff;
}
.mobile-nav.mm-menu .mm-listview > li .mm-next::after {
  border-color: #fff;
}
.mobile-nav.mm-menu .mm-btn::after,
.mobile-nav.mm-menu .mm-btn::before {
  border-color: #007a45;
}
.mobile-nav.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.4);
}
/* Sitemap */
.sitemap ul > li > ul {
  margin-left: 30px;
}
.sitemap li {
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .nav-item > span {
    padding: 12px 16px;
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .nav {
    display: none;
  }
}
.content {
  margin-bottom: 25px;
}
.content-subline {
  margin-top: -10px;
  margin-bottom: 20px;
}
.content-text > *:last-child {
  margin-bottom: 0;
}
/* Content highlight */
.content.is-highlighted {
  margin-bottom: 30px;
  padding: 22px;
  background-color: #eef0f2;
  border: 1px solid #eef0f2;
}
.content.is-highlighted.green {
  background-color: #f2f8e5;
  border: 1px solid #f2f8e5;
}
.content.is-highlighted .content-style strong {
  color: #7baf1f;
}
.content-image {
  margin-bottom: 30px;
}
.content-image-center .content-image {
  text-align: center;
}
.content-image-left .content-image {
  float: left;
  margin: 0 15px 10px 0;
}
.content-image-right .content-image {
  float: right;
  margin: 0 0 10px 15px;
}
.content-image-bottom .content-image {
  margin-bottom: 0;
}
.content-image-pic {
  position: relative;
}
.content-image-copyright {
  position: absolute;
  right: 12px;
  bottom: 6px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}
.content-image-description {
  margin-top: 9px;
  font-size: 13px;
  opacity: 0.9;
}
/* Content headline only */
.content.is-headline-only {
  margin-bottom: 0;
}
/* Content image only */
.content.is-image-only {
  margin-bottom: 0;
}
/* Content intro */
.content.has-intro .content-text {
  color: #5c5c5c;
}
.intro {
  margin-bottom: 25px;
  text-align: center;
}
.mf-form {
  margin-bottom: 60px;
}
.mf-debug-wrapper {
  display: none;
}
/*.debug .mf-debug-wrapper {
	display: block;
}*/
.mf-form-frame {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}
.mf-page-label {
  margin-bottom: 30px;
  color: #007a45;
  text-align: center;
}
.mf-form-frame .mf-submit {
  display: block;
  width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.mf-fieldset {
  margin-bottom: 35px;
  padding: 30px;
  background-color: #f2f8e5;
  border: none;
}
.mf-legend {
  margin-bottom: 30px;
}
.mf-divider {
  margin-bottom: 20px;
  padding: 14px 10px;
  border-left: 4px solid #7baf1f;
  background-color: #eef0f2;
  font: inherit;
  color: inherit;
}
.mf-divider > span {
  display: inline;
}
.mf-headline {
  margin-bottom: 16px;
  font: inherit;
  font-weight: bold;
  color: inherit;
}
.mf-headline-sub {
  font-weight: normal;
}
.mf-divider > span {
  font-weight: bold;
}
.mf-form-group {
  margin-bottom: 15px;
}
.mf-form .control-label {
  display: inline-block;
  margin-bottom: 8px;
}
.mf-form .control-label:empty {
  display: none;
}
.mf-input,
.mf-textarea {
  line-height: 1.3;
}
.mf-textarea {
  min-height: 120px;
}
.mf-form .control-label .required {
  color: #7e7e7e;
}
.mf-input,
.mf-textarea,
.mf-select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #b6b8ba;
  transition: all 0.15s ease;
}
.mf-input:hover,
.mf-textarea:hover,
.mf-select:hover {
  border-color: #888;
}
.mf-input:focus,
.mf-textarea:focus,
.mf-select:focus {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  border-color: #888;
}
.mf-input[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
input[type="submit"].is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.mailform .mf-input,
.mailform .mf-textarea,
.mailform .mf-select {
  width: 100%;
}
.mf-select {
  padding: 7px 58px 7px 8px;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff url("/typo3conf/ext/base/Resources/Public/Images/icon_arrow_down_green.svg") no-repeat right 16px center;
  background-size: 18px 7px;
}
.no-appearance .mf-select {
  padding-right: 8px;
  background-image: none;
}
.mf-radio {
  width: 20px;
  height: 20px;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/form/icon_radiobutton_all_states.svg") no-repeat 0 0;
  background-size: cover;
  vertical-align: bottom;
  transition: background-image 1s ease;
}
.no-appearance .mf-radio {
  background-image: none;
}
.mf-radio:hover {
  background-position: 0px -40px;
}
.mf-radio:active {
  background-position: 0px -80px;
}
.mf-radio:checked {
  background-position: 0px -20px;
}
.mf-radio:checked:hover {
  background-position: 0px -60px;
}
.mf-radio:checked:active {
  background-position: 0px -100px;
}
.mf-checkbox {
  width: 20px;
  height: 20px;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/form/icon_checkbox_all_states.svg") no-repeat 0 0;
  background-size: cover;
  vertical-align: bottom;
}
.mf-checkbox:hover {
  background-position: 0px -42px;
}
.mf-checkbox:active {
  background-position: 0px -84px;
}
.mf-checkbox:checked {
  background-position: 0px -21px;
}
.mf-checkbox:checked:hover {
  background-position: 0px -63px;
}
.mf-checkbox:checked:active {
  background-position: 0px -105px;
}
.mf-checkbox[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  filter: grayscale(1);
}
.mf-form .inputs-list {
  margin-bottom: 10px;
}
.mf-form .form-check-label {
  display: inline-block;
}
.mf-form .form-check {
  float: left;
  margin-top: 8px;
  margin-right: 30px;
}
.mf-form .form-check:last-child {
  margin-right: 0;
}
.form-check-label > span {
  overflow: hidden;
  display: block;
}
.mf-form .mf-radio,
.mf-form .mf-checkbox {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.mf-data-privacy {
  margin-top: 60px;
  opacity: .75;
}
.mf-data-privacy a:not(.button) {
  color: inherit;
}
.mf-static-text-label {
  display: block;
  margin-bottom: 10px;
}
.mf-character-counter {
  margin-top: 15px;
  display: block;
  text-align: right;
  opacity: .7;
}
/* Radiobutton Surrogates */
.mf-radio-surrogate-label {
  display: inline-block;
  min-width: 72px;
  padding: 8px 20px;
  margin-right: 8px;
  background-color: #e7e7e7;
  cursor: pointer;
  transition: background-color 0.25s ease, opacity 0.25s ease, color 0.15s ease;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mf-radio-surrogate-label.is-active,
.mf-radio-surrogate-label:hover,
.mf-radio-surrogate-label:focus {
  background-color: #f49800;
  color: #fff;
}
.mf-radio-surrogate-label:active {
  background-color: #f49800;
  opacity: 0.7;
}
.mf-radio-surrogate {
  display: none;
}
.mf-currency-wrapper {
  position: relative;
}
.mf-currency-wrapper:after {
  content: '€';
  position: absolute;
  right: 12px;
  top: 50%;
  padding-left: 7px;
  font-size: 23px;
  color: #a8a8a8;
  border-left: 1px solid #ccc;
  transform: translateY(-50%);
  pointer-events: none;
}
.mf-currency-wrapper input.mf-currency-input {
  width: 100%;
  padding-right: 38px;
}
.form-group .help-block {
  margin-top: 6px;
  margin-bottom: 10px;
  color: #666;
  display: block;
  font-size: 14px;
}
.mf-input.error {
  border: 2px solid #c80000;
}
label.error {
  margin-top: 6px;
  font-size: 13px;
  color: #c80000;
  display: inline-block;
}
/* Inverse Controls */
.mf-inverse {
  border-color: #fff;
  color: #7baf1f;
}
/* Spendenformular */
/*.mf-newsletter-check-wrapper,*/
.mf-sponsorship-message,
.mf-data-privacy {
  width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
}
.mf-newsletter-check-wrapper .mf-checkbox {
  float: left;
  margin-bottom: 10px;
}
p.mf-donation-recurring-hint {
  margin-bottom: 30px;
  margin-top: -15px;
}
/* Patenschaftsformular */
.mf-sponsorship {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}
.mf-sponsorship-amount-recurring > .control-label {
  display: none;
}
/* Patenschaftsbeitrag erhöhen */
.mf-sponsorship-contrib-payment-type {
  margin-bottom: 30px;
}
/* Geschenkgeld */
.mf-gift-fund-payment-type {
  margin-bottom: 30px;
}
/* Newsletter-Abo */
/* Vorausgewählte Checkbox für MailChimp-API */
.mf-newsletter-abo-newsletter-check {
  display: none;
}
/* Short form */
.short-form {
  padding-top: 30px;
  background-color: #7baf1f;
  color: #fff;
}
.mf-inverse.mf-input:hover,
.mf-inverse.mf-textarea:hover,
.mf-inverse.mf-select:hover {
  border-color: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.mf-inverse.mf-input:focus,
.mf-inverse.mf-textarea:focus,
.mf-inverse.mf-select:focus {
  border-color: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.short-form-wide {
  margin-top: 50px;
  margin-bottom: 50px;
}
.short-form-header {
  color: inherit;
  text-align: center;
}
.short-form-intro {
  margin: 0 60px;
  text-align: center;
  font-size: 18px;
}
.short-form-form {
  padding: 20px 0;
}
.short-form-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.short-form-feature .short-form-controls.short-form-controls-fill {
  flex-wrap: nowrap;
}
.short-form-form .mf-label-radio {
  min-width: 75px;
  margin-right: 30px;
  font-family: 'Droid Serif';
  font-weight: bold;
  font-size: 25px;
}
.short-form-form .mf-radio {
  margin-bottom: 0;
  position: relative;
  top: 5px;
}
.short-form-form .mf-inline {
  margin-right: 30px;
}
.short-form-form .mf-inline:last-child {
  margin-right: 0;
}
.short-form .mf-select,
.short-form .mf-input,
.short-form .mf-submit {
  width: auto;
  height: 53px;
  font-size: 20px;
  font-weight: bold;
}
/*.short-form .mf-currency-input {
	width: 130px;
}*/
.short-form .mf-select {
  padding-left: 25px;
  background-size: 26px auto;
}
.short-form .mf-submit {
  height: auto;
  padding: 15px 50px;
}
.short-form-footer {
  padding: 20px 0;
  border-top: 1px solid #d3e99f;
  text-align: center;
}
.short-form-footer > p {
  margin-bottom: 0;
}
.short-form .mf-label-special {
  font-family: 'Oxygen';
  font-size: 22px;
  font-weight: normal;
}
.short-form-feature .mf-label-special {
  font-size: 18px;
}
/* Spendenkurzformular */
.short-form-donate .mf-select[name="type"] {
  min-width: 230px;
}
@media (max-width: 1200px) {
  .short-form-donate .short-form-form {
    margin-bottom: 0;
  }
  .short-form-donate .short-form-controls {
    justify-content: center;
    flex-wrap: wrap;
  }
  .short-form-donate .flex-breaker {
    width: 100%;
  }
  .short-form-donate .mf-currency-container,
  .short-form-donate [name="prefill[type]"] {
    width: 40%;
  }
  .short-form-donate .short-form-controls .mf-inline {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .short-form-donate .mf-currency-container,
  .short-form-donate [name="prefill[type]"],
  .short-form-donate .mf-submit {
    width: 100%;
    margin-right: 0;
  }
}
/* Patenschaftskurzformular */
.short-form-sponsorship .short-form-controls {
  margin-bottom: 30px;
  justify-content: center;
}
.short-form-sponsorship:last-child {
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  .short-form-sponsorship .short-form-form {
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }
  .short-form-sponsorship .short-form-controls {
    flex-wrap: wrap;
  }
  .short-form-sponsorship .short-form-controls .mf-inline {
    margin-bottom: 30px;
  }
  .short-form-sponsorship .short-form-controls .mf-select {
    margin-right: 0;
  }
  .short-form-sponsorship .flex-break {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .short-form-sponsorship .mf-select,
  .short-form-sponsorship .mf-submit {
    width: 100%;
  }
}
/* Spendenheader */
.short-form-feature,
.short-form-feature .short-form-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.short-form-feature .short-form-intro {
  margin: 0;
}
.short-form-feature .short-form-footer {
  font-size: 15px;
}
.short-form-feature .short-form-controls {
  justify-content: center;
  flex-wrap: wrap;
}
.short-form-feature .mf-inline {
  margin-right: 8px;
}
/*.short-form-feature .mf-currency-input {
    width: 120px;
}*/
.short-form-feature .mf-select {
  padding-left: 10px;
  background-size: 18px auto;
}
.short-form-feature .mf-select[name="prefill[child-country]"] {
  margin-right: 0;
}
.short-form-feature .short-form-form {
  padding: 40px 0 15px 0;
  margin-bottom: 0;
  flex-grow: 1;
}
.short-form-feature .mf-select,
.short-form-feature .mf-input {
  height: 40px;
  font-size: 16px;
  font-weight: normal;
}
.short-form-donate-header,
.short-form-feature .mf-label-special {
  margin-bottom: 10px;
}
.short-form-sponsorship-header .short-form-form {
  padding-top: 10px;
}
.short-form-sponsorship-header [name="child-country"] {
  width: 100%;
}
/* Newsletter-Banner */
.newsletter-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.newsletter-banner::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .6;
}
.newsletter-banner-inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
}
.newsletter-banner-inner h2 {
  margin-bottom: 25px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.newsletter-banner-form {
  display: flex;
  width: 90%;
  height: 58px;
  max-width: 600px;
  margin: 0 auto;
}
.newsletter-banner-email {
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  transition: background-color ease 0.3s;
}
.newsletter-banner-email:focus {
  background-color: #ffffff;
}
.newsletter-banner-email::placeholder {
  opacity: .3;
}
.newsletter-banner-submit {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 20px;
  background-color: rgba(240, 138, 0, 0.9);
}
@media (max-width: 750px) {
  .newsletter-banner-form {
    height: 50px;
  }
  .newsletter-banner-inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .newsletter-banner-submit {
    font-size: 18px;
  }
}
@media (max-width: 550px) {
  .newsletter-banner-form {
    display: block;
    height: auto;
  }
  .newsletter-banner-email {
    margin-bottom: 8px;
  }
  .newsletter-banner-submit {
    width: 100%;
  }
}
/* presseverteiler */
.mf-childFundPresseverteiler {
  max-width: unset;
  background-color: #f2f8e5;
  padding: 30px;
}
.mf-childFundPresseverteiler .mf-submit {
  display: inline-block;
  width: auto;
  margin: 0 0 0 0;
  padding: 9px 60px;
}
.mf-childFundPresseverteiler .mf-data-privacy {
  width: auto;
  margin: 20px 0 0 0;
  opacity: .75;
  font-size: 14px;
}
.mf-childFundPresseverteiler .mf-data-privacy p:last-child {
  margin-bottom: 0;
}
.mf-childFundPresseverteiler .mf-data-privacy p br {
  display: none;
}
.mf-childFundPresseverteiler .mf-data-privacy p br:first-child {
  display: block;
}
#childFundPresseverteiler-fieldset-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
}
.mf-childFundPresseverteiler-region {
  flex-grow: 1;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .mf-childFundPresseverteiler-region {
    width: 100%;
    flex-grow: unset;
    padding-left: 0;
  }
  .mf-childFundPresseverteiler-email {
    width: 100%;
  }
}
#childFundPresseverteiler-region {
  margin-bottom: 0;
}
#childFundPresseverteiler-email {
  width: 350px;
}
@media (max-width: 991px) {
  #childFundPresseverteiler-email {
    width: 100%;
    max-width: 350px;
  }
}
.link-list {
  margin-bottom: 25px;
}
.link-list-item {
  position: relative;
  margin-bottom: 6px;
  list-style-type: none;
}
.link-list-item > a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding-left: 24px;
  text-decoration: none;
  color: inherit;
}
.link-list-item > a::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 7px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_arrow_orange.svg") no-repeat 0 0;
  background-size: contain;
}
/* Variant -> Dropdown */
.nav-dropdown .link-list-item > a {
  font-size: 16px;
}
.nav-dropdown .link-list {
  margin-bottom: 20px;
}
/* Variant -> Inverse */
.link-list.is-inverse .link-list-item > a {
  color: #fff;
}
.link-list.is-inverse .link-list-item > a::before {
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/icon_arrow_white.svg");
}
.highlight-box {
  margin-bottom: 25px;
  border: 1px solid #c8c8c8;
}
.highlight-box-image img {
  width: 100%;
  height: auto;
}
.highlight-box-title {
  margin-bottom: 0;
}
.highlight-box-content {
  padding: 20px;
}
.highlight-box-text {
  margin-top: 10px;
}
.highlight-box-text > *:last-child {
  margin-bottom: 0;
}
.highlight-box-link {
  display: block;
  padding: 20px;
  color: #fff;
  background-color: #7baf1f;
  text-decoration: underline;
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/icon_arrow_right_white.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: 18px auto;
  transition: background-color 0.3s ease;
}
.highlight-box-link:hover,
.highlight-box-link:focus {
  background-color: #69a300;
}
.feature {
  display: flex;
}
.feature-image {
  position: relative;
  width: calc(50% + 268px);
}
.feature-image img {
  width: 100%;
}
.feature-aside {
  display: flex;
  flex: 1;
  /*background-color: @brand-primary;*/
  background-color: #7baf1f;
  color: #fff;
}
.feature-aside-inner {
  display: flex;
  width: 300px;
  padding: 30px 0 30px 30px;
}
.feature-aside-inner > .frame {
  display: flex;
}
.feature-aside .short-form {
  margin-bottom: 0;
}
/* Variant Blockquote */
.feature.has-blockquote .feature-aside {
  background-color: #eef0f2;
  color: inherit;
}
.feature-blockquote-content {
  padding-top: 10px;
}
.feature-blockquote-title,
.feature-blockquote-subline {
  font-size: 19px;
  font-weight: bold;
  font-family: 'Droid serif', serif;
  color: #7baf1f;
}
.feature-blockquote-text {
  position: relative;
  padding: 30px 0;
  margin-top: 5px;
}
.feature-blockquote-text::before,
.feature-blockquote-text::after {
  content: '';
  position: absolute;
  width: 27px;
  height: 20px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_blockquote.svg") no-repeat 0 0;
  background-size: cover;
  opacity: .35;
}
.feature-blockquote-text::before {
  top: 4px;
  left: 0px;
  transform: rotate(180deg);
}
.feature-blockquote-text::after {
  bottom: 0;
  right: 0;
}
.feature-blockquote-text > * {
  margin-bottom: 0;
}
@media (min-width: 1940px) {
  .feature {
    width: 1920px;
    margin: 0 auto;
  }
}
@media (max-width: 1680px) {
  .feature-aside .short-form-donate-header .short-form-controls:first-child {
    margin-bottom: 15px;
  }
}
@media (max-width: 1480px) {
  .feature-image {
    height: 533px;
    overflow: hidden;
  }
  .feature-image img {
    width: calc(100% + 150px);
    margin-left: -75px;
  }
}
@media (max-width: 1199px) {
  .feature {
    position: relative;
    display: block;
  }
  .feature-image {
    width: auto;
    height: auto;
  }
  .feature-image img {
    width: 100%;
    margin: 0;
    transform: translateX(-25%);
  }
  .feature-aside {
    padding-right: 30px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 980px) {
  .feature-aside {
    display: none !important;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .feature-aside-inner {
    width: auto;
  }
  .feature-blockquote-image {
    float: left;
    margin-right: 30px;
  }
  .feature-image img {
    width: 100%;
    margin: 0;
    transform: none;
  }
  .feature-blockquote-content {
    overflow: hidden;
  }
}
@media (max-width: 630px) {
  .feature-blockquote-image {
    float: none;
  }
}
.banner-image {
  margin-bottom: 25px;
  background-color: #7baf1f;
}
.accordion {
  margin-bottom: 12px;
}
.accordion.is-last {
  margin-bottom: 25px;
}
.accordion-header {
  position: relative;
  margin-bottom: 0;
  padding: 15px 40px 16px 23px;
  font-family: 'Oxygen', sans-serif;
  font-size: 20px;
  font-weight: bold;
  background-color: #7baf1f;
  border: 2px solid #7baf1f;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.accordion-header:hover {
  background-color: #79ad08;
  border-color: #79ad08;
}
.accordion-header::after {
  content: '';
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  width: 26px;
  height: 11px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_arrow_down_white.svg") no-repeat 0 0;
  background-size: contain;
  transition: transform 0.2s ease;
}
.accordion.is-active > .accordion-header::after {
  transform: rotate(180deg);
}
.accordion-content {
  padding: 15px 20px;
  margin-left: 0;
  margin-right: 0;
  background-color: #f0f5e5;
  border: 2px solid #d8e9b7;
  border-top: none;
  transition: opacity 0.6s ease;
}
.accordion.is-active > .accordion-content {
  opacity: 1 !important;
}
.accordion-images {
  float: left;
}
.accordion-image {
  margin-bottom: 15px;
}
/* 2nd lvl */
.accordion-children {
  margin-top: 12px;
  transition: opacity 0.6s ease;
}
.accordion.is-active > .accordion-children {
  opacity: 1 !important;
}
.accordion-child {
  margin-bottom: 0 !important;
}
.accordion-child.is-active {
  margin-bottom: 12px !important;
}
.accordion-child ~ .accordion-child {
  margin-top: -2px;
}
.accordion-child .accordion-header {
  border-color: #7baf1f;
  background-color: #fff;
  color: #7baf1f;
}
.accordion-child .accordion-header:hover {
  background-color: #f4f4f4;
}
.accordion-child .accordion-header::after {
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/icon_arrow_down_green.svg");
}
.section-intro {
  margin-bottom: 25px;
  padding: 12px 20px;
  font-size: 28px;
  background-color: #7baf1f;
  color: #fff;
  text-align: center;
}
.gallery {
  margin-bottom: 50px;
}
.gallery-container {
  border: 4px solid #7baf1f;
}
.gallery-description {
  margin-top: 15px;
  color: #5c5c5c;
}
.gallery-copyright {
  position: absolute;
  right: 12px;
  bottom: 6px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}
.gallery-nav-control {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -23px;
  width: 30px;
  height: 46px;
  background: rgba(255, 255, 255, 0.7) url("/typo3conf/ext/base/Resources/Public/Images/icon_arrow_right_green.svg") no-repeat 50% 50%;
  background-size: 10px auto;
  border: none;
  text-indent: 120%;
  cursor: pointer;
  white-space: pre;
  outline: none;
  overflow: hidden;
}
.gallery-prev {
  left: 0;
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/icon_arrow_left_green.svg");
}
.gallery-next {
  right: 0;
}
.gallery-nav-control {
  opacity: 1;
  transition: opacity .5s ease;
}
.gallery-nav-control.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
/*
.gallery-main {
	margin-bottom: 7px;
	border: 4px solid @brand-primary;
}
.gallery-lightbox-trigger {
	display: block;
	position: relative;
}
.gallery-lightbox-trigger::after {
	content: '';
	position: absolute;
	right: 12px; bottom: 10px;
	width: 30px; height: 30px;
	background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_gallery_arrows.svg") no-repeat 0 0; 
	background-size: contain;
}
.gallery-image-copyright {
	position: absolute;
	left: 12px; bottom: 6px;
	font-size: 11px;
	font-weight: bold;
	color: #fff; 
	text-shadow: 0px 0px 2px rgba(0, 0, 0, .8);
}
.gallery-items-container {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}
.gallery-items {
	width: 100%; height: 100%;
}
.gallery-items::after {
	content: '';
	width: 20px;
	position: absolute;
	right: 0;
	z-index: 8800;
	top: 0;
	bottom: 0;
	background-image: linear-gradient(to right, transparent, #fff);
	-ms-pointer-events: none;
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	pointer-events: none;
}
.gallery-item {
	display: flex;
	width: 100px;
	position: relative;
	list-style-type: none;
	transition: opacity 0.2s ease;
}
.gallery-item.swiper-slide-active::after { 
	content: '';
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	border: 2px solid @brand-primary;  
	-ms-pointer-events: none;
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	pointer-events: none;
}
.gallery-item:not(.swiper-slide-active):hover {
	opacity: 0.85;
}
.gallery-next,
.gallery-prev {
	width: 23px; height: 50px;
	position: absolute;
	top: 11px;
	border: none;
	background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_arrow_left_green.svg") no-repeat 50% 50%; 
	background-size: 10px auto;
	white-space: pre;
	text-indent: 110%;
	overflow: hidden;
}
.gallery-prev {
	left: 0;
}
.gallery-next {
	right: 0;
	background-image: url("/typo3conf/ext/base/Resources/Public/Images/icon_arrow_right_green.svg");
}
*/
.quote {
  position: relative;
  padding: 13px 15px;
  color: #7baf1f;
  font-weight: bold;
}
.quote::before,
.quote::after {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 105px;
  height: 45px;
  border: 0px solid #7baf1f;
}
.quote::before {
  left: 0;
  top: 0;
  border-left-width: 4px;
  border-top-width: 4px;
}
.quote::after {
  right: 0;
  bottom: 0;
  border-right-width: 4px;
  border-bottom-width: 4px;
}
.blockquote {
  margin-bottom: 25px;
  border: 1px solid #cecece;
  background-color: #ecf5d8;
}
.blockquote-image {
  position: relative;
  margin-bottom: 15px;
  background: transparent none 50% 50% cover;
}
.blockquote-image::after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  bottom: -2px;
  right: 0;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/mask_triangle_vertical.svg") no-repeat 0 bottom;
  background-size: contain;
  -ms-pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
.blockquote-title {
  margin-bottom: 2px;
  font-family: 'Droid serif', serif;
  font-weight: bold;
  font-size: 24px;
  color: #7baf1f;
}
.blockquote-subline {
  margin-bottom: 4px;
  color: #878787;
}
.blockquote-content {
  position: relative;
  width: 60%;
  padding-left: 36px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.blockquote-content::after {
  content: '';
  border-left: 1px solid #ecf5d8;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
}
.blockquote-text {
  position: relative;
  padding: 34px 0;
}
.blockquote-text > * {
  margin-bottom: 0;
}
.blockquote-text::before,
.blockquote-text::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 29px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_blockquote.svg") no-repeat 0 0;
  background-size: cover;
}
.blockquote-text::before {
  top: 4px;
  left: -38px;
  transform: rotate(180deg);
}
.blockquote-text::after {
  position: static;
  /*float: right;
	margin-bottom: 15px;*/
}
.blockquote-add {
  margin-top: -10px;
  margin-bottom: 10px;
}
.blockquote-add > * {
  margin-bottom: 0;
}
/* Blockquote horizontal */
.blockquote.is-horizontal {
  display: flex;
  overflow: hidden;
}
.blockquote.is-horizontal .blockquote-image {
  width: 37.5%;
  margin: 0;
}
.blockquote.is-horizontal .blockquote-image::after {
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/mask_triangle_horizontal.svg");
  background-position: 100% 0;
  background-size: contain;
}
.blockquote.is-horizontal .blockquote-content {
  padding: 20px 15px 0px 15px;
}
/* Zitat in 6x-6x-Grid */
.grid-6x-6x .blockquote-text {
  padding: 10px 0;
}
.grid-6x-6x .blockquote.is-horizontal .blockquote-text > * {
  display: inline;
}
.grid-6x-6x .blockquote.is-horizontal .blockquote-text::before,
.grid-6x-6x .blockquote-text::after {
  position: static;
  width: 19px;
  height: 14px;
  display: inline-block;
}
.grid-6x-6x .blockquote.is-horizontal .blockquote-text::before {
  margin-right: 4px;
}
.grid-6x-6x .blockquote.is-horizontal .blockquote-text::after {
  margin-left: 4px;
}
@media (max-width: 1199px) {
  .blockquote.is-horizontal {
    display: block;
  }
  .blockquote.is-horizontal .blockquote-image {
    float: left;
    padding: 15px;
    height: 180px;
    width: 150px;
    margin: 26px 15px 5px 15px;
  }
  .blockquote.is-horizontal .blockquote-image::after {
    display: none;
  }
  .blockquote.is-horizontal .blockquote-content {
    width: auto;
    padding-bottom: 15px;
  }
  .blockquote.is-horizontal .blockquote-text {
    padding: 0;
  }
  .blockquote.is-horizontal .blockquote-text > * {
    display: inline;
  }
  .blockquote.is-horizontal .blockquote-text::before,
  .blockquote-text::after {
    position: static;
    width: 19px;
    height: 14px;
    display: inline-block;
  }
  .blockquote.is-horizontal .blockquote-text::before {
    margin-right: 4px;
  }
  .blockquote.is-horizontal .blockquote-text::after {
    margin-left: 4px;
  }
}
@media (max-width: 450px) {
  .blockquote.is-horizontal .blockquote-image {
    width: 50%;
  }
}
.contact-box {
  margin-bottom: 25px;
  border: 1px solid #cecece;
}
.contact-box-image {
  position: relative;
  float: left;
  width: 36%;
}
.contact-box-image img {
  width: 100%;
}
/*.contact-box-image::after {
	content: '';
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: transparent url("/typo3conf/ext/base/Resources/Public/Images/mask_triangle_horizontal.svg") no-repeat right 0; 
	background-size: 15% 100%;
	-ms-pointer-events: none;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}*/
.contact-box-header {
  margin-bottom: 6px;
  font-family: 'Droid serif', serif;
  font-weight: bold;
  font-size: 20px;
  color: #7baf1f;
}
.contact-box-title {
  font-size: 18px;
}
.contact-box-subline {
  margin-bottom: 4px;
  color: #878787;
}
.contact-box-content {
  float: left;
  width: 64%;
  padding: 20px 15px 20px 25px;
}
.contact-box-text {
  padding-top: 10px;
}
.contact-box-text > * {
  margin-bottom: 0;
}
body.childfund-stiftung .contact-box-image {
  padding: 10px 0 0 10px;
}
/* Animations */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.35s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.35s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* Other */
.mfp-title {
  text-shadow: 1px 1px 3px #000000;
}
.mfp-cf .mfp-close {
  width: 20px;
  height: 20px;
  right: 0;
  top: 10px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_close.svg") no-repeat 0 0;
  background-size: contain;
  opacity: 1;
  text-indent: 200%;
  overflow: hidden;
}
.mfp-cf .mfp-image-holder .mfp-img {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 4px solid #fff;
}
.mfp-cf .mfp-arrow::before,
.mfp-cf .mfp-arrow::after {
  display: none;
}
.mfp-cf .mfp-arrow {
  width: 30px;
  height: 70px;
  margin-top: -35px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_arrow_left_green.svg") no-repeat 0 0;
  background-size: contain;
}
.mfp-cf .mfp-arrow-left {
  left: 15px;
}
.mfp-cf .mfp-arrow-right {
  right: 15px;
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/icon_arrow_right_green.svg");
}
.mfp-cf .mfp-counter {
  font-size: 14px;
}
.mfp-img-wrapper {
  position: relative;
}
.mfp-copyright {
  position: absolute;
  right: 12px;
  bottom: 17px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}
/* Lightbox Content */
.mfp-lightbox-content .lightbox-content {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 26px 18px;
  border: 4px solid #7baf1f;
  position: relative;
}
.mfp-lightbox-content .mfp-close {
  right: -4px;
  top: -35px;
}
/* Lightbox Element (Popup) */
.mfp-lightbox-el .lightbox-el {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border: 4px solid #7baf1f;
  position: relative;
}
.mfp-lightbox-el .mfp-close {
  right: -4px;
  top: -35px;
}
.teaser {
  margin-bottom: 50px;
}
.teaser-image {
  margin-bottom: 12px;
}
.teaser-image .img-fluid {
  width: 100%;
}
.teaser-overline {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: bold;
  color: #aeaeae;
}
.teaser-headline > * > a {
  text-decoration: none;
  color: inherit;
}
.teaser-text a {
  text-decoration: none;
  color: inherit;
}
.teaser-more .button {
  min-width: 130px;
}
/* Variant 6x6x */
.teaser.teaser-style-6x6x {
  flex-direction: row;
}
.teaser-style-6x6x .teaser-image {
  width: 50%;
}
.teaser-style-6x6x .teaser-content {
  width: 50%;
}
@media (max-width: 960px) {
  .teaser.teaser-style-6x6x {
    flex-direction: column;
  }
  .teaser-style-6x6x .teaser-image {
    width: auto;
  }
  .teaser-style-6x6x .teaser-content {
    width: auto;
  }
}
/* Teaser carousel */
.teaser-carousel-container {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
.teaser-carousel .teaser {
  margin-bottom: 0;
}
.teaser-carousel-item {
  display: flex;
  height: auto;
}
.carousel-prev.teaser-carousel-prev {
  left: 20px;
  z-index: 20;
}
.carousel-next.teaser-carousel-next {
  right: 20px;
  z-index: 20;
}
.download-box {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.download-box:last-child {
  border-bottom: none;
}
.download-box-image {
  float: left;
  width: 25%;
  margin-right: 30px;
}
.download-box-image > img {
  width: 100%;
  height: auto;
}
.download-box-files {
  margin-top: 30px;
}
.download-box-file {
  display: block;
  margin-bottom: 8px;
}
.download-box-content {
  overflow: hidden;
}
@media (max-width: 767px) {
  .download-box-content {
    overflow: visible;
  }
}
.project-container {
  margin-bottom: 75px;
}
.projects-container {
  margin-top: 25px;
}
/* Project anchors */
.project-anchors {
  margin-bottom: 30px;
  list-style-type: none;
}
.project-anchors-item {
  display: inline-block;
  margin-bottom: 10px;
}
.project-anchors-item::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  margin: 0 11px;
  position: relative;
  top: -3px;
  opacity: 0.5;
}
.project-anchors-item:last-child::after {
  display: none;
}
.projects-teaser-item {
  margin-bottom: 25px;
}
.projects-teaser-image {
  margin-bottom: 25px;
}
.projects-teaser-header {
  margin-bottom: 25px;
}
.projects-teaser-description {
  margin-bottom: 30px;
}
.projects-teaser-description p {
  display: inline;
}
.projects-teaser-addendum {
  margin-bottom: 30px;
}
.projects-teaser-addendum p {
  margin-bottom: 6px;
}
.projects-teaser-addendum p a {
  margin-bottom: 6px;
  text-decoration: none;
  border-bottom: none;
  color: #181716;
}
.projects-teaser-addendum::before {
  content: '';
  /*border-top: 1px solid #ccc;
	width: 20%;*/
  border-top: 1px dashed #7baf1f;
  display: block;
  transform: translateY(-10px);
}
.projects-teaser-addendum p a::after {
  content: '>';
  color: #f08a00;
  margin-left: 8px;
  font-weight: bold;
  transform: scaleX(0.6) translateY(1px);
  display: inline-block;
}
.projects-teaser-addendum p strong {
  color: #7baf1f;
  font-size: 20px;
  margin-right: 4px;
}
.projects-teaser-donations {
  display: flex;
}
.projects-teaser-donations-item {
  margin-right: 15px;
  text-align: center;
  text-decoration: none;
}
.projects-teaser-donations-top,
.projects-teaser-donations-bottom {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 8px 14px;
  display: block;
}
.projects-teaser-donations-top {
  margin-bottom: 5px;
  background-color: #7baf1f;
}
.projects-teaser-donations-bottom {
  background-color: #f08a00;
}
.projects-finished-items {
  margin-bottom: 80px;
  border-collapse: collapse;
}
.projects-finished-item td {
  vertical-align: top;
  color: #5c5c5c;
}
.projects-finished-item:last-child td {
  border-bottom: none;
}
.projects-finished-col1 {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-right: 1px solid #7baf1f;
  border-bottom: 1px solid #7baf1f;
}
.projects-finished-col2 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #7baf1f;
}
.projects-finished-item .projects-finished-col2 p {
  display: inline;
}
.donation-button {
  margin-bottom: 50px;
  text-align: center;
}
.donation-button .button-large {
  width: 100%;
  max-width: 360px;
}
.donation-button-full .button-large {
  max-width: none;
}
.donation-button-left {
  text-align: left;
}
.donation-button-left .button-large {
  width: auto;
  max-width: none;
}
.donation-button-right {
  text-align: right;
}
.donation-button-right .button-large {
  width: auto;
  max-width: none;
}
/* Feature Sticker */
.is-emergency .feature-image::before {
  content: 'Nothilfe';
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 10;
  padding: 9px 17px;
  background-color: #f49800;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
}
.project-finished-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_checkmark_box.svg") no-repeat 0 0;
  background-size: contain;
}
.short-form-header .project-finished-icon {
  transform: translate(10px, 5px);
}
.donation-chooser {
  display: flex;
  align-items: center;
}
.donation-chooser-icon {
  margin-right: 5px;
}
.donation-chooser-icon img {
  width: 50px;
  height: auto;
}
.donation-chooser-select {
  width: 55px;
  margin-right: 8px;
}
.donation-chooser-select select {
  font-size: 23px;
  font-weight: bold;
  color: #222;
}
.donation-chooser-button {
  margin-right: 5px;
}
.donation-chooser-description {
  flex: 1;
  margin-left: 15px;
}
.select-spinner-select {
  pointer-events: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}
.select-spinner-up {
  position: relative;
  top: 3px;
}
.select-spinner-down,
.select-spinner-up {
  display: block;
  width: 34px;
  height: 15px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_spinner_up.svg") 0 0;
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position-x: 50%;
  cursor: pointer;
  overflow: hidden;
  text-indent: 110%;
  white-space: pre;
}
.select-spinner-down {
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/icon_spinner_down.svg");
}
.select-spinner-up.is-disabled,
.select-spinner-down.is-disabled {
  opacity: .3;
  cursor: default;
}
/*
.is-finished .feature-image::before {
	content: 'abgeschlossen';
	background-color: #888;
}
*/
@media (max-width: 575px) {
  .projects-finished-items,
  .projects-finished-item,
  .projects-finished-col1,
  .projects-finished-col2 {
    padding: 0;
    display: block;
    border: none;
  }
  .projects-finished-item .projects-finished-col1 {
    margin-bottom: 10px;
    text-align: center;
  }
  .projects-finished-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #7baf1f;
  }
  .is-emergency .feature-image::before,
  .is-finished .feature-image::before {
    top: auto;
    bottom: 30px;
  }
}
.partner-logos {
  margin-top: 80px;
  margin-bottom: 30px;
  text-align: center;
}
.partner-logos img {
  opacity: 1;
  transition: opacity .3s ease;
}
.partner-logos img:hover {
  opacity: .85;
  transition: opacity .3s ease;
}
/*
.partner-logos img {
	filter: grayscale(1) brightness(1.8) contrast(0.4);
	transition: filter .5s ease;
}
.partner-logos img:hover {
	filter: grayscale(0) brightness(1) contrast(1);
	transition: filter .5s ease;
}
*/
@media (max-width: 575px) {
  .partner-logos img {
    margin-bottom: 30px;
  }
}
.image-teaser {
  margin-bottom: 50px;
}
.image-teaser-link {
  display: block;
  text-decoration: none;
}
.image-teaser-link:hover .image-teaser-title,
.image-teaser-link:focus .image-teaser-title {
  background-color: #79ad08;
}
.image-teaser-link:active .image-teaser-title {
  opacity: .9;
}
.image-teaser-image {
  position: relative;
}
.image-teaser-image .img-fluid {
  width: 100%;
}
.image-teaser-label {
  position: absolute;
  bottom: 6px;
  right: 0;
  padding: 8px 18px;
  background-color: #7baf1f;
  color: #fff;
}
.image-teaser-label-icon {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.image-teaser-label.has-icon {
  padding-left: 49px;
}
.image-teaser-title {
  display: block;
  padding: 12px;
  background-color: #7baf1f;
  font-family: 'Droid serif', serif;
  font-size: 22px;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  color: #fff;
  transition: background-color 0.15s ease;
}
.image-teaser-text {
  margin-top: 15px;
  color: #5c5c5c;
}
/* Variant 1 */
.image-teaser.is-variation .image-teaser-image {
  margin-bottom: 9px;
}
.image-teaser.is-variation .image-teaser-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 10px;
  background-color: #f08a00;
  font-size: 20px;
}
.image-teaser.is-variation .image-teaser-link:hover .image-teaser-title,
.image-teaser.is-variation .image-teaser-link:focus .image-teaser-title {
  background-color: #e87606;
}
@media (max-width: 767px) {
  .image-teaser {
    margin-bottom: 30px;
  }
}
.newsletter-button {
  position: fixed;
  z-index: 90;
  right: 15px;
  bottom: 15px;
  display: block;
  width: 57px;
  height: 57px;
  overflow: hidden;
  text-indent: 120%;
  white-space: pre;
  background: #f49800 url("/typo3conf/ext/base/Resources/Public/Images/icon_newsletter.svg") no-repeat 50%;
  background-size: 30px auto;
  border-radius: 50%;
  transition: ease all .2s;
}
.newsletter-button:hover,
.newsletter-button:focus {
  background-color: #ffaa22;
}
.newsletter-button:active {
  opacity: .8;
}
.signup-teaser {
  margin-bottom: 25px;
}
.checklist {
  margin-bottom: 25px;
  padding-top: 90px;
  padding-bottom: 10px;
  background-color: #f3f3f3;
}
.checklist-items {
  display: flex;
  width: 100%;
}
.checklist-item {
  flex: 1 auto;
  position: relative;
  list-style-type: none;
  margin-bottom: 55px;
  padding-left: 50px;
  font-family: 'Droid serif', serif;
  font-size: 22px;
  font-weight: bold;
  color: #878787;
}
.checklist-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: -36px;
  width: 48px;
  height: 56px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_checkmark.svg") no-repeat 0 bottom;
  background-size: contain;
}
/* Variant: Inverted */
.checklist.is-inverted {
  background-color: #7baf1f;
}
.checklist.is-inverted .checklist-item {
  color: #fff;
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
  .checklist {
    padding-top: 60px;
    padding-left: 20px;
  }
  .checklist-items {
    display: block;
  }
  .checklist-item {
    font-size: 18px;
  }
  .checklist-item::before {
    top: -21px;
    width: 33px;
    height: 45px;
  }
}
.slider-item {
  position: relative;
  overflow: hidden;
}
.slider-image {
  text-align: center;
}
.slider-text {
  position: absolute;
  left: 80px;
  right: 80px;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.slider-text-1 {
  color: #fefefe;
  font-size: 45px;
  font-family: Oxygen;
}
.slider-text-2 {
  display: block;
  color: #d8d8d8;
  font-size: 33px;
  font-family: Oxygen;
}
.slider-text-1 > a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.slider-item.is-highlight .slider-text {
  margin-top: 0;
}
.slider-item.is-highlight .slider-text-1 {
  font-size: 70px;
}
.slider-item.is-highlight .slider-text-2 {
  font-size: 45px;
  color: #fff;
}
.slider-pagination {
  display: none;
}
.slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 3px solid transparent;
  border-radius: 50%;
  box-sizing: content-box;
  opacity: 1;
}
.slider-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #7baf1f;
}
.slider-prev,
.slider-next {
  margin-top: 100px;
}
.slider-prev {
  left: 40px;
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/icon_arrow_left_white.svg");
}
.slider-next {
  right: 40px;
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/icon_arrow_right_white.svg");
}
.slider-next.swiper-button-disabled,
.slider-prev.swiper-button-disabled {
  opacity: .3;
  pointer-events: auto;
}
.slider.has-single-slide .slider-prev,
.slider.has-single-slide .slider-next {
  display: none;
}
.slider-progress {
  background-color: #ccc;
}
.slider-progress-bar {
  height: 3px;
  width: 0px;
  background-color: #7baf1f;
}
.slider-button {
  margin-top: 30px;
  text-shadow: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 16px 40px;
  font-size: 24px;
}
/* Large devices (desktops, less than 1200px) */
@media (min-width: 1200px) {
  .slider-text {
    margin-top: 100px;
    /*margin-top: 0px;*/
  }
  .slider-image {
    margin-top: -90px;
    margin-bottom: -90px;
  }
}
@media (max-width: 767px) {
  .slider-item.is-highlight .slider-text-1,
  .slider-text-1 {
    font-size: 35px;
  }
  .slider-item.is-highlight .slider-text-2,
  .slider-text-2 {
    font-size: 25px;
    color: #fff;
  }
}
@media (max-width: 575px) {
  .slider-text {
    top: 50%;
  }
  .slider-item.is-highlight .slider-text-1,
  .slider-text-1 {
    font-size: 30px;
  }
  .slider-item.is-highlight .slider-text-2,
  .slider-text-2 {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .slider-item.is-highlight .slider-text-1,
  .slider-text-1 {
    font-size: 25px;
  }
  .slider-item.is-highlight .slider-text-2,
  .slider-text-2 {
    font-size: 20px;
  }
}
.worldmap {
  margin-bottom: 60px;
  padding-top: 30px;
  background-color: #f3f3f3;
}
.worldmap-intro {
  position: relative;
  z-index: 1;
  text-align: center;
}
.worldmap-selects {
  margin-top: 25px;
}
.worldmap-select {
  width: 360px;
  padding: 12px 80px 12px 20px;
  font-size: 20px;
  color: #7baf1f;
  background-size: 26px 11px;
  background-position-x: calc(100% - 30px);
}
.worldmap-select option {
  color: #181716;
}
.worldmap-element {
  position: relative;
  margin-top: -9%;
  /*padding-bottom: 50% !important;*/
  /*height: 600px;
	width: 100%;*/
  overflow: hidden;
}
/*.worldmap-element .datamap {
	margin-top: -9%;
}*/
/*.worldmap-element::after {
	content: '';
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	box-shadow: 0 0 20px 40px #f3f3f3 inset;
	pointer-events: none;
}
.worldmap-element .datamap {
	overflow: hidden;
	transform: scale(1.6) translate(-13%, 4%);
}*/
.worldmap-tooltip {
  min-width: 140px;
  padding: 0;
  font-family: Oxygen;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}
.worldmap-tooltip-title {
  display: block;
  padding: 4px 12px;
  background-color: #7baf1f;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
}
.worldmap-tooltip-content {
  padding: 7px 12px;
}
.worldmap-tooltip-item {
  margin-bottom: 2px;
  font-size: 13px;
  color: #444;
}
.worldmap-tooltip-item::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #000;
  position: relative;
  bottom: 3px;
  margin-right: 5px;
  opacity: 0.6;
}
.datamaps-subunit[data-info] {
  cursor: pointer;
}
.datamaps-subunit.worldmap-show-only {
  cursor: default;
}
@media (max-width: 1000px) {
  .worldmap-select {
    width: 45%;
  }
}
@media (max-width: 750px) {
  .worldmap-select-continent {
    display: none;
  }
  .worldmap-select {
    width: 70%;
  }
}
.breadcrumb {
  margin-top: 12px;
  font-size: 12px;
  color: #888;
}
.breadcrumb-label {
  float: left;
  margin-right: 6px;
}
.breadcrumb-list {
  float: left;
  list-style-type: none;
}
.breadcrumb-item {
  float: left;
}
.breadcrumb-item a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb-item::after {
  content: '>';
  display: inline-block;
  margin: 0 4px;
}
.breadcrumb-item:last-child::after {
  display: none;
}
.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
  text-decoration: underline;
}
/* Variante "Kein Kopfbild" */
.page-layout-no_feature .breadcrumb-container + .main {
  margin-top: 25px;
}
.page-layout-no_feature .breadcrumb-container {
  padding: 11px 0;
  background-color: #eef0f2;
}
.page-layout-no_feature .breadcrumb {
  margin-top: 0;
}
.page-layout-no_feature .breadcrumb-label {
  margin-bottom: 0;
}
.pagination {
  text-align: center;
}
.pagination-list {
  display: inline-block;
}
.pagination-item {
  float: left;
  margin: 0 5px;
  list-style-type: none;
}
.pagination-item > a {
  text-decoration: none;
  color: inherit;
}
.pagination-item.is-current {
  color: #7baf1f;
  font-weight: bold;
}
.pagination-prev > a,
.pagination-next > a {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 1px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/icon_pagination_prev.svg");
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: 5px 2px;
  text-indent: -120%;
  white-space: pre;
  overflow: hidden;
}
.pagination-next > a {
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/icon_pagination_next.svg");
}
.article-list {
  margin-top: 30px;
}
.article {
  margin-bottom: 50px;
}
.article-image {
  float: left;
  width: 265px;
  margin-right: 30px;
}
.article-header {
  margin-bottom: 15px;
}
.article-teaser > a {
  color: inherit;
  text-decoration: none;
}
.article-content {
  overflow: hidden;
}
.article-more {
  min-width: 130px;
}
.article-meta {
  margin-bottom: 5px;
  color: #aeaeae;
  font-weight: bold;
  font-size: 15px;
}
/*
.article-category {}
.article-category::before {
	content: '|';
	margin: 0 4px 0 3px;
}
*/
.video {
  position: relative;
  margin-bottom: 25px;
  border: 4px solid #7baf1f;
}
.video-preview {
  position: relative;
  cursor: pointer;
}
.video-preview::after {
  content: '►';
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 80px;
  transform: translate(-50%, -50%);
  border: 8px solid #fff;
  height: 150px;
  width: 150px;
  text-align: center;
  border-radius: 50%;
  text-indent: 4%;
  line-height: 122px;
  background-color: rgba(255, 255, 255, 0.2);
}
.video-title {
  padding: 9px 12px;
  background-color: #fff;
  font-size: 17px;
  color: #7baf1f;
}
.video-loader {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
}
.video-loader,
.video-loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.video-loader {
  margin-left: -50px;
  margin-top: -60px;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(132, 189, 0, 0.2);
  border-right: 1.1em solid rgba(132, 189, 0, 0.2);
  border-bottom: 1.1em solid rgba(132, 189, 0, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.divider {
  margin: 50px 0;
  border: none;
  border-bottom: 1px solid #ccc;
}
.facts {
  margin-top: 50px;
  margin-bottom: 50px;
}
.facts-header {
  margin-bottom: 25px;
  text-align: center;
}
.facts-items {
  display: flex;
  padding: 14px 0;
  background-color: #edf5d9;
}
.facts-item {
  flex: 1;
  padding: 15px 15px 0 15px;
  border-right: 1px solid #7baf1f;
  text-align: center;
  color: #5c5c5c;
}
.facts-item:last-child {
  border-right: 0;
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
  .facts-items {
    display: block;
    background-color: transparent;
  }
  .facts-item {
    display: block;
    border-right: none;
    border-bottom: 1px solid #7baf1f;
  }
  .facts-item:last-child {
    border-bottom: none;
  }
}
.walking-nav-container.is-sticky {
  margin-top: 15px;
}
.walking-nav {
  text-align: right;
}
.walking-nav-item {
  margin-bottom: 8px;
  list-style-type: none;
}
.walking-nav-item > a {
  text-decoration: none;
  color: #aeaeae;
  transition: color ease 0.2s;
}
.walking-nav-item > a:hover,
.walking-nav-item > a:focus {
  color: #777;
}
.walking-nav-item.is-active > a {
  color: #333;
}
.scrollspy-nav {
  position: absolute;
  z-index: 50;
  right: 50px;
  top: -260px;
}
.scrollspy-nav.is-sticky {
  position: fixed;
  top: 15px;
}
.scrollspy-nav-item {
  position: relative;
  margin-bottom: 20px;
  list-style-type: none;
}
.scrollspy-nav-item::before {
  content: attr(data-title);
  padding: 5px 12px;
  position: absolute;
  right: calc(100% + 15px);
  top: -10px;
  white-space: pre;
  font-weight: bold;
  font-size: 20px;
  color: #7baf1f;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.scrollspy-nav-item.is-active::before,
.scrollspy-nav-item:hover::before {
  opacity: 1;
}
.scrollspy-nav-link {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #7baf1f;
  border-radius: 50%;
  text-decoration: none;
}
.scrollspy-nav-link.is-active,
.scrollspy-nav-item:hover .scrollspy-nav-link {
  background-color: #7baf1f;
  border-color: #fff;
}
.shop-action-bar {
  margin-bottom: 40px;
  padding: 30px 70px;
  background-color: #eef0f2;
}
.shop-action-buttons {
  float: right;
}
.shop-action-buttons > * {
  display: inline-block;
}
.shop-action-buttons .button {
  margin-left: 24px;
}
.shop-category-chooser {
  width: 330px;
}
.shop-category-chooser-form {
  float: left;
}
.shop-product-item {
  margin-bottom: 70px;
}
.shop-product-inner > a {
  outline: 0;
}
.shop-product-image {
  position: relative;
  margin-bottom: 3px;
}
.shop-product-image img {
  width: 100%;
  vertical-align: bottom;
}
.shop-product-item.has-tags .shop-product-image {
  border: 3px solid #7baf1f;
}
.shop-product-image::after {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #8e5b06;
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
}
.shop-product-more {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 8px 20px;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(232, 118, 6, 0.9);
  border-radius: 2px;
  background-color: rgba(232, 118, 6, 0.6);
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
}
.shop-product-more:hover,
.shop-product-more:focus {
  opacity: 1;
}
.shop-product-image:hover::after {
  opacity: .53;
}
.shop-product-image:hover .shop-product-more,
.shop-product-image:hover .shop-product-teaser {
  opacity: 1;
}
.shop-product-tag {
  position: absolute;
  right: 0;
  bottom: 7px;
  min-width: 80px;
  padding: 7px 10px;
  font-size: 16px;
  background-color: #7baf1f;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.shop-product-list .shop-product-teaser {
  position: absolute;
  left: 25px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.99);
  opacity: 0;
  transition: opacity .6s ease;
}
.shop-product-list .shop-product-teaser p {
  text-align: left;
}
.shop-product-teaser .shop-product-more {
  position: static;
  transform: none;
}
.shop-product-category {
  font-size: 15px;
  font-weight: bold;
  color: #aeaeae;
}
.shop-product-title {
  margin-top: 6px;
  margin-bottom: 4px;
}
.shop-product-price {
  display: inline-block;
  margin-left: 30px;
  font-size: 28px;
  font-weight: bold;
  color: #7baf1f;
}
.shop-product-form {
  display: flex;
  align-items: center;
}
.shop-product-add {
  min-width: 175px;
  margin-left: auto;
}
/* Variante: Top-Produkt */
.shop-product-item.is-top-product .shop-product-inner {
  border: 5px solid #7baf1f;
}
.shop-product-top {
  padding: 8px 0;
  margin-bottom: 25px;
  font-family: 'Droid serif';
  font-size: 22px;
  font-weight: bold;
  background-color: #7baf1f;
  color: #fff;
  text-align: center;
}
.shop-product-item.is-top-product .shop-product-image {
  float: left;
  width: calc(50% - 15px);
  margin: 0;
}
.shop-product-item.is-top-product .shop-product-main,
.shop-product-item.is-top-product .shop-product-actions {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.shop-product-list .shop-product-uid-27 {
  display: none;
}
.shop-product-list .shop-product-uid-28 {
  display: none;
}
.debug .shop-product-item {
  display: block !important;
}
/* Single View */
.shop-single .shop-product-form {
  max-width: 370px;
}
.shop-single .shop-product-image {
  margin-bottom: 25px;
}
.shop-single .shop-product-image::after,
.shop-single .shop-product-more {
  display: none;
}
.shop-single .shop-product-inner {
  margin-bottom: 50px;
}
/* Basket View */
.shop-basket {
  margin-bottom: 80px;
}
.shop-basket-table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}
.shop-basket-table td {
  padding: 8px 6px;
  border-bottom: 1px solid #cccdce;
}
.shop-basket-image-col {
  width: 130px;
}
.shop-basket-price-total-label-col {
  width: 110px;
}
.shop-basket-category {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: bold;
  color: #aeaeae;
}
.shop-basket-title {
  font-size: 22px;
  color: #84bd00;
  font-weight: bold;
}
.shop-basket-quantity {
  width: 20px;
  text-align: center;
}
.shop-basket-remove-col {
  width: 20px;
}
.shop-basket-remove {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_remove_product.svg") no-repeat 0 0;
  background-size: contain;
  text-indent: 115%;
  white-space: pre;
  overflow: hidden;
}
/* Order View */
.shop-order fieldset {
  border: none;
}
.shop-order .mf-divider {
  margin-right: -30px;
}
.shop-order-summary {
  width: 100%;
  margin-bottom: 30px;
  vertical-align: top;
}
.shop-order-summary td {
  padding-bottom: 10px;
  vertical-align: top;
}
.shop-order-sum td {
  padding-top: 10px;
  border-top: 1px solid #b6b8ba;
  text-align: right;
}
.shop-order-product-price {
  padding-left: 6px;
  white-space: pre;
  text-align: right;
}
.shop-order-submit {
  float: right;
  margin-top: 20px;
}
.shop-order .mf-data-privacy {
  overflow: hidden;
  width: 100%;
  margin: 30px 0 0 0;
  padding-top: 107px;
}
.shop-no-gift {
  display: inline-block;
  margin-bottom: 15px;
}
.shop-no-gift input[type="checkbox"] {
  margin-right: 4px;
}
.cert-product-list.is-disabled {
  opacity: .5;
  transition: opacity ease .15s;
}
.cert-product-list.is-disabled * {
  cursor: not-allowed;
}
.cert-product-item {
  display: flex;
  margin-bottom: 10px;
}
.cert-product-name {
  margin-left: auto;
}
.cert-product-name input {
  width: 200px;
}
.shop-custom-certnames {
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 1190px) {
  /*
	.shop-product-form {
		flex-wrap: wrap;
	}
	.shop-product-add {
		display: block;
		width: 100%;
	}
	*/
}
@media (max-width: 990px) {
  .shop-category-chooser-form {
    float: none;
  }
  .shop-category-chooser {
    width: 85%;
  }
  .shop-action-buttons {
    display: flex;
    float: none;
    width: 85%;
  }
  .shop-action-buttons .button {
    margin: 15px 15px 0 0;
    flex: 1;
  }
  .shop-action-buttons .button:last-child {
    margin-right: 0;
  }
  .button-shop {
    width: 230px;
  }
}
@media (max-width: 770px) {
  .shop-action-bar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .shop-category-chooser {
    width: 100%;
  }
  .shop-action-buttons {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .shop-action-buttons {
    display: block;
  }
  .shop-action-buttons .button {
    width: 100%;
  }
}
/* Spinner */
.mf-spinner {
  border: none;
  width: 17px;
  font-weight: bold;
  text-align: center;
}
.spinner-up,
.spinner-down {
  display: block;
  width: 17px;
  height: 7px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_spinner_up.svg") no-repeat 0 0;
  background-size: contain;
  cursor: pointer;
}
.spinner-down {
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/icon_spinner_down.svg");
}
.footer {
  background-color: #007a45;
  color: #fff;
}
.footer ::selection {
  color: #007a45;
  background-color: #fff;
}
.footer ::-moz-selection {
  color: #007a45;
  background-color: #fff;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer-container {
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
.footer-container::before {
  content: '';
  position: absolute;
  left: 20px;
  top: -20px;
  bottom: -20px;
  min-width: 270px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_childfund_figure.svg") no-repeat 0 0;
  background-size: contain;
  opacity: 0.08;
}
.footer-container h4 {
  margin-bottom: 15px;
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  font-weight: normal;
  color: inherit;
}
.footer-container p {
  margin-bottom: 6px;
}
.footer-container .link-list-item > a {
  font-size: 16px;
}
.footer-container .link-list-item > a::before {
  top: 5px;
}
.footer-sub {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-meta {
  float: right;
}
.footer-meta .meta-nav {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}
.footer-meta .meta-nav-item::after {
  color: inherit;
}
.social-icons {
  float: left;
  margin-bottom: 20px;
}
.social-icons-item {
  margin-left: 8px;
  transition: opacity 0.15s ease-out;
}
.social-icons-item:first-child {
  margin-left: 0;
}
.social-icons-item:hover,
.social-icons-item:focus {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .footer-container::before {
    left: auto;
    right: 0;
  }
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 11px 17px;
  width: 260px;
  color: #fff;
  opacity: 0.8;
  font-size: 18px;
  transition: background-color ease 0.3s;
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  opacity: 1;
}
#toast-container > .toast-info {
  background-color: #f08a00;
  /*
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
	*/
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
.tx-indexedsearch-searchbox fieldset {
  display: flex;
  margin-bottom: 45px;
  border: none;
}
.tx-indexedsearch-searchbox legend,
.tx-indexedsearch-form label {
  display: none;
}
.tx-indexedsearch-form {
  width: 70%;
}
.tx-indexedsearch-searchbox-sword {
  width: 100%;
  font-size: 32px;
  border: 3px solid #bbb;
  padding: 7px 55px 7px 15px;
  color: #444;
}
.tx-indexedsearch-searchbox-button {
  height: 100%;
  width: 50px;
  border: none;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_quicksearch.svg") no-repeat 50% 50%;
  background-size: 29px auto;
  text-indent: 150%;
  margin-left: -58px;
  cursor: pointer;
}
.tx-indexedsearch-searchterm {
  color: #7baf1f;
  font-weight: bold;
}
.tx-indexedsearch-browsebox {
  margin-bottom: 45px;
}
.tx-indexedsearch-res {
  margin-bottom: 15px;
}
.tx-indexedsearch-title > a {
  color: #007a45;
}
.tx-indexedsearch-title {
  margin: 0 5px;
}
.tx-indexedsearch-res h3 {
  display: flex;
}
.tx-indexedsearch-percent {
  margin-left: auto;
}
.tx-indexedsearch-description {
  margin-bottom: 8px;
}
.tx-indexedsearch-info > * {
  display: none;
}
.tx-indexedsearch-info > .tx-indexedsearch-text-item-path {
  display: inline-block;
}
dt.tx-indexedsearch-text-item-path {
  color: #888;
}
dt.tx-indexedsearch-text-item-path p {
  margin-bottom: 0;
}
dd.tx-indexedsearch-text-item-path a {
  color: #888;
}
.tx-indexedsearch-browsebox {
  overflow: hidden;
  margin-bottom: 15px;
}
.tx-indexedsearch-browsebox li {
  display: inline;
  margin-right: 12px;
  list-style-type: none;
}
.tx-indexedsearch-browsebox li a {
  color: #888;
  text-decoration: none;
}
@media (max-width: 767px) {
  .tx-indexedsearch-form {
    width: 100%;
  }
}
.content-cutter.is-cut {
  margin-bottom: 50px;
}
.content-cutter.is-cut .content-cutter-main {
  position: relative;
  overflow: hidden;
}
.content-cutter.is-cut .content-cutter-main::after {
  content: '';
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #ffffff 10%, transparent);
  pointer-events: none;
}
.content-cutter.is-cut .content-cutter-more {
  transition: ease opacity .3s;
}
.letter-preview {
  max-width: 800px;
  margin: 30px auto;
  padding: 30px;
  border: 1px solid #ccc;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.05);
}
.letter-preview-default .pdf-only {
  display: none;
}
.letter-preview-pdf .default-only {
  display: none;
}
.letter-preview-pdf .pdf-only {
  display: block;
}
.letter-preview-pdf .pdf-only {
  display: block;
}
.letter-preview-content {
  margin-bottom: 30px;
  font-size: 18px;
}
.letter-preview-data {
  width: 100%;
  margin-bottom: 60px;
  border-spacing: 2px;
  border-collapse: separate;
}
.letter-preview-data td {
  border: 1px solid #bbb;
  padding: 3px 6px;
  font-size: 12px;
  vertical-align: top;
}
.letter-preview-pdf .letter-preview-data .pdf-only {
  display: inline;
}
.letter-preview-images {
  page-break-before: always;
}
/*
.letter-preview-image {
	margin-bottom: 30px;
	display: inline-block;
	width: 49%; 
	padding-right: 15px;
}
.letter-preview-image:nth-child(2n) {
	padding-right: 0;
	padding-left: 15px;
}
*/
.letter-preview-image {
  margin-bottom: 30px;
}
.letter-preview-image img {
  max-width: 100%;
  height: auto;
}
.letter-preview-back,
.letter-preview-send {
  position: fixed;
  bottom: 30px;
}
.letter-preview-back {
  left: 30px;
}
.letter-preview-send {
  right: 30px;
}
.mf-letter-online .mf-required-hint {
  float: left;
  margin-top: 15px;
}
.message {
  padding: 14px 17px;
  margin-bottom: 30px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  background-color: rgba(200, 200, 200, 0.4);
  border-bottom-color: rgba(200, 200, 200, 0.6);
  color: rgba(0, 0, 0, 0.7);
}
.message :last-child {
  margin: 0;
}
.message-info {
  background-color: rgba(137, 192, 255, 0.4);
  border-bottom-color: rgba(137, 192, 255, 0.6);
}
.message-warn {
  background-color: rgba(255, 192, 30, 0.4);
  border-bottom-color: rgba(255, 192, 30, 0.6);
}
.message-error {
  background-color: rgba(235, 47, 47, 0.4);
  border-bottom-color: rgba(235, 47, 47, 0.6);
}
.carousel-default {
  position: relative;
  margin-bottom: 90px;
}
.carousel-prev,
.carousel-next {
  position: absolute;
  z-index: 20;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #f08a00;
  background-size: 30px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
}
.carousel-prev.swiper-button-disabled,
.carousel-next.swiper-button-disabled {
  opacity: .6;
}
.carousel-prev {
  transform: translateX(-100%) translateY(-50%);
  top: 50%;
  left: 0;
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/icon_fa_arrow_left.svg");
}
.carousel-next {
  transform: translateX(100%) translateY(-50%);
  top: 50%;
  right: 0;
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/icon_fa_arrow_right.svg");
}
.carousel-pagination {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  position: absolute;
  left: 0;
  right: 0;
}
.carousel-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  border-radius: 0;
  border: 2px solid #707070;
  background-color: transparent;
  opacity: 1;
  transition: all ease .2s;
  margin: 0px 4px;
}
.carousel-pagination .swiper-pagination-bullet-active {
  border-color: #f08a00;
  background-color: #f08a00;
}
@media (max-width: 640px) {
  .carousel-next.teaser-carousel-next {
    right: 50px;
  }
  .carousel-prev.teaser-carousel-prev {
    left: 50px;
  }
  .mosaic-slider-prev {
    left: 30px;
  }
  .mosaic-slider-next {
    right: 30px;
  }
}
.mosaic-slider-item {
  display: flex;
  flex-wrap: wrap;
}
.mosaic-person {
  position: relative;
  width: 16.66667%;
}
.mosaic-person img {
  width: 100%;
  height: auto;
}
.mosaic-person-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 15px;
  padding-bottom: 15px;
  background-color: rgba(123, 175, 31, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  font-weight: 400;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  opacity: 0;
  cursor: default;
  transition: opacity .4s ease;
}
.mosaic-person:hover .mosaic-person-overlay {
  opacity: 1;
}
.split-teaser {
  display: flex;
  margin-top: 30px;
}
.split-teaser-header {
  font-size: 48px;
}
.split-teaser-image {
  width: 50%;
}
.split-teaser-image img {
  width: 100%;
  height: auto;
}
.split-teaser-content {
  width: 50%;
  background-color: #7baf1f;
  color: #fff;
  padding: 45px 0 30px 45px;
}
.split-teaser-content-inner {
  width: 70%;
  display: flex;
  flex-direction: column;
}
.split-teaser-content-inner > * {
  color: inherit;
}
.split-teaser-text {
  font-size: 25px;
  font-weight: bold;
}
.split-teaser-button {
  align-self: flex-end;
}
@media (max-width: 1350px) {
  .split-teaser {
    display: block;
  }
  .split-teaser-image,
  .split-teaser-content {
    width: auto;
  }
}
.citation-slider {
  position: relative;
}
.citation-slider-image img {
  width: 100%;
  height: auto;
}
.citation-slider-bubble {
  position: absolute;
  right: 40px;
  top: 30px;
  width: 190px;
  height: 190px;
  transform: rotate(-10deg);
}
.citation-slider-text {
  position: absolute;
  left: 40%;
  margin-right: 100px;
  margin-top: 5%;
  text-align: right;
}
.citation-slider-text::before {
  content: '';
  display: block;
  width: 140px;
  height: 120px;
  background: transparent url("/typo3conf/ext/base/Resources/Public/Images/icon_quotes.svg") no-repeat;
  background-size: contain;
  transform: translateX(-20px);
  margin-bottom: 30px;
}
.citation-slider-quote {
  color: #fff;
  font-size: 50px;
  font-family: 'Droid Serif';
  font-weight: bold;
  text-align: left;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}
.citation-slider-subline {
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #00833e;
  max-width: 50%;
  float: right;
}
.citation-slider-prev,
.citation-slider-next {
  border: none;
  background-color: transparent;
}
.citation-slider-prev {
  left: 20px;
  background-image: url("/typo3conf/ext/base_wsc/Resources/Public/Images/icon_arrow_wsc.svg");
  transform: rotate(180deg);
}
.citation-slider-next {
  right: 20px;
  background-image: url("/typo3conf/ext/base_wsc/Resources/Public/Images/icon_arrow_wsc.svg");
}
[data-slides-count="1"] .citation-slider-nav {
  display: none;
}
@media (max-width: 1490px) {
  .citation-slider-quote {
    font-size: 38px;
  }
  .citation-slider-text::before {
    width: 100px;
    height: 80px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1200px) {
  .citation-slider-text {
    position: absolute;
    left: 40%;
    margin-right: 45px;
    margin-top: 5%;
    text-align: left;
  }
  .citation-slider-text::before {
    display: none;
  }
  .citation-slider-bubble {
    top: auto;
    bottom: 10px;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1200px) {
  .citation-slider-text {
    display: none;
  }
}
/* cookiebot */
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  padding: 6px 15px !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  background-color: #007a45 !important;
  border: 1px solid #007a45 !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #9a9a9a !important;
  border: 1px solid #9a9a9a !important;
}
#CybotCookiebotDialogBodyLevelButtonsSelectPane {
  padding: 8px 3px 8px 10px !important;
}
#CybotCookiebotDialog {
  border: none !important;
  border-radius: 6px !important;
  margin-top: 220px !important;
  border-radius: 0 !important;
  color: #555554 !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  float: none !important;
  width: 60% !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  margin-bottom: 20px !important;
}
#CybotCookiebotDialog a,
#CybotCookiebotDialog br,
#CybotCookiebotDialog div,
#CybotCookiebotDialog td {
  line-height: 1.5 !important;
}
#CybotCookiebotDialogBodyContent {
  padding: 5px 20px 4px 20px !important;
}
#CybotCookiebotDialogPoweredbyLink img {
  display: none !important;
}
#CybotCookiebotDialogBodyContentTitle {
  margin-top: 12px !important;
  color: #555554 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}
#CybotCookiebotDialogBodyLevelDetailsWrapper {
  padding: 7px 0 4px 4px !important;
}
#CybotCookiebotDialogBodyContentText {
  font-size: 12px !important;
  margin-top: 10px !important;
  font-family: 'Open Sans', sans-serif !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  order: 2 !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  order: 1 !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  order: 3 !important;
}
.wsc .container > .row:not(.grid-8x-centered) > div[class*="col-"] {
  display: flex;
  flex-direction: column;
}
.wsc .slider {
  margin-bottom: 80px;
}
.wsc .slider-image {
  margin: 0;
}
.wsc .slider-text {
  margin-top: 0;
}
.wsc .slider-text-1 {
  font-size: 70px;
}
.wsc .slider-text-2 {
  font-size: 45px;
}
.wsc .slider-prev,
.wsc .slider-next {
  margin-top: 0;
}
.wsc .slider-prev {
  background-image: url("/typo3conf/ext/base_wsc/Resources/Public/Images/icon_arrow_wsc.svg");
  transform: rotate(180deg);
}
.wsc .slider-next {
  background-image: url("/typo3conf/ext/base_wsc/Resources/Public/Images/icon_arrow_wsc.svg");
}
.wsc .content h1,
.wsc .content .h1 {
  font-size: 48px;
  color: #007a45;
}
.wsc .video {
  border: none;
}
.wsc .video-preview::after {
  content: '';
  width: 60px;
  height: 60px;
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/icon_play.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: none;
  background-color: transparent;
}
.wsc .video-preview::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.wsc .teaser {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.wsc .teaser.teaser-style-6x6x {
  flex-direction: row;
}
.wsc .teaser-image {
  margin-bottom: 0;
}
.wsc .teaser.has-video .teaser-image::after {
  opacity: .5 !important;
}
.wsc .teaser.has-video .teaser-image::before {
  content: '';
  width: 60px;
  height: 60px;
  background-image: url("/typo3conf/ext/base/Resources/Public/Images/icon_play.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
/*
.is-ie11 .teaser-image img {
	width: 200px;
	height: auto;
}
.is-ie11 .teaser-image::before,
.is-ie11 .teaser-image::after {
	display: none;
}
*/
.is-ie11 .wsc .teaser {
  display: block;
}
.is-ie11 .wsc .teaser-carousel-item {
  display: block;
}
.wsc .teaser-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 25px 20px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.wsc .teaser-text p {
  margin-bottom: 5px;
}
.wsc .teaser-more {
  margin-top: auto;
  text-align: right;
}
.wsc .teaser-headline h3 {
  font-size: 20px;
}
.wsc .mfp-iframe-holder .mfp-close {
  top: -30px;
  right: 0;
}
.page-uid-454 .citation-slider {
  margin-bottom: 30px;
}
.wsc .short-form-wide {
  margin: 0;
}
.stories-list .f3-widget-paginator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 15px;
  list-style-type: none;
}
.stories-list .f3-widget-paginator li {
  font-weight: bold;
  font-size: 18px;
  color: #f08a00;
}
.stories-list .f3-widget-paginator .previous,
.stories-list .f3-widget-paginator .next {
  margin-top: 6px;
}
.stories-list .f3-widget-paginator .previous {
  margin-right: 35px;
}
.stories-list .f3-widget-paginator .next {
  margin-left: 35px;
}
.stories-list .f3-widget-paginator .number::after {
  content: '|';
  color: #989898;
  margin-left: 3px;
  margin-right: 3px;
}
.stories-list .f3-widget-paginator .number.last::after {
  display: none;
}
.stories-list .f3-widget-paginator li > a {
  font-weight: bold;
  font-size: 18px;
  color: #989898;
  text-decoration: none;
}
.stories-list .f3-widget-paginator .previous > a,
.stories-list .f3-widget-paginator .next > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: transparent url("/typo3conf/ext/base_wsc/Resources/Public/Images/icon_arrow_left_orange.svg");
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  text-indent: 110%;
  white-space: pre;
}
.stories-list .f3-widget-paginator .next > a {
  transform: rotate(180deg);
}
#certNameNote {
  display: block;
  text-align: right;
  font-size: 15px;
}
.donation-certificate-block {
  background-color: #f3f3f3;
  padding: 20px;
}
.shop-custom-certnames {
  padding-left: 30px;
  position: relative;
}
.shop-custom-certnames .mf-checkbox {
  position: absolute;
  left: 0;
}
.shop-no-gift input[type="checkbox"] {
  margin-right: 9px;
}
/**
 * Other
 */
/**
 * Bootstrap media queries
 * @see https://v4-alpha.getbootstrap.com/layout/overview/#responsive-breakpoints
 */
/* Extra small devices (portrait phones, less than 576px) */
/* Small devices (landscape phones, less than 768px) */
/* Medium devices (tablets, less than 992px) */
/* Large devices (desktops, less than 1200px) */