@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/fa-regular-400.woff") format("woff");
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/fa-solid-900.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url(../_fgf/s/notosans/v7/o-0IIpQlx3QUlC5A4PNr5TRA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(../_fgf/s/notosans/v7/o-0NIpQlx3QUlC5A4PNjXhFVZNyB.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url(../_fgf/s/notosans/v7/o-0IIpQlx3QUlC5A4PNr5TRG.woff) format("woff");
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(../_fgf/s/notosans/v7/o-0NIpQlx3QUlC5A4PNjXhFVZNyH.woff) format("woff");
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url(../_fgf/s/notosans/v7/o-0IIpQlx3QUlC5A4PNr5TRF.ttf) format("truetype");
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(../_fgf/s/notosans/v7/o-0NIpQlx3QUlC5A4PNjXhFVZNyE.ttf) format("truetype");
}

/**
 * Grid system
 */
.row {
  margin-left: auto;
  margin-right: auto;
  max-width: 70.58824rem;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.row,.row.start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.row.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.row.top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row.baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.row.middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.row.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row.around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.row.forward {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.row.full {
  max-width: none;
}

.row .row {
  margin-left: -1.05882rem;
  padding-left: 0;
  padding-right: 0;
  max-width: calc(100% + 2.11765rem);
  width: calc(100% + 2.11765rem);
}

.row > .row {
  margin: 0;
  padding: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.row > .row,.col {
  max-width: 100%;
  width: 100%;
}

.col {
  float: left;
  padding-left: 1.05882rem;
  padding-right: 1.05882rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.col.first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.col.last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.col.unset {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.no-gutter, .no-gutter > .col {
  padding-left: 0;
  padding-right: 0;
}

.row.default-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.row.default-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.default-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.row.default-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row.default-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.default-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.row.default-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row.default-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.row.default-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row.default-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.row.default-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.row.default-forward {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.row-wide {
  max-width: 1800px;
}

.col.default-1 {
  max-width: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
}

.col.default-prefix-1 {
  margin-left: 8.33333%;
}

.col.default-suffix-1 {
  margin-right: 8.33333%;
}

.col.default-min-1 {
  min-width: 8.33333%;
}

.col.default-2 {
  max-width: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
}

.col.default-prefix-2 {
  margin-left: 16.66667%;
}

.col.default-suffix-2 {
  margin-right: 16.66667%;
}

.col.default-min-2 {
  min-width: 16.66667%;
}

.col.default-3 {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.col.default-prefix-3 {
  margin-left: 25%;
}

.col.default-suffix-3 {
  margin-right: 25%;
}

.col.default-min-3 {
  min-width: 25%;
}

.col.default-4 {
  max-width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
}

.col.default-prefix-4 {
  margin-left: 33.33333%;
}

.col.default-suffix-4 {
  margin-right: 33.33333%;
}

.col.default-min-4 {
  min-width: 33.33333%;
}

.col.default-5 {
  max-width: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
}

.col.default-prefix-5 {
  margin-left: 41.66667%;
}

.col.default-suffix-5 {
  margin-right: 41.66667%;
}

.col.default-min-5 {
  min-width: 41.66667%;
}

.col.default-6 {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.col.default-prefix-6 {
  margin-left: 50%;
}

.col.default-suffix-6 {
  margin-right: 50%;
}

.col.default-min-6 {
  min-width: 50%;
}

.col.default-7 {
  max-width: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
}

.col.default-prefix-7 {
  margin-left: 58.33333%;
}

.col.default-suffix-7 {
  margin-right: 58.33333%;
}

.col.default-min-7 {
  min-width: 58.33333%;
}

.col.default-8 {
  max-width: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
}

.col.default-prefix-8 {
  margin-left: 66.66667%;
}

.col.default-suffix-8 {
  margin-right: 66.66667%;
}

.col.default-min-8 {
  min-width: 66.66667%;
}

.col.default-9 {
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.col.default-prefix-9 {
  margin-left: 75%;
}

.col.default-suffix-9 {
  margin-right: 75%;
}

.col.default-min-9 {
  min-width: 75%;
}

.col.default-10 {
  max-width: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
}

.col.default-prefix-10 {
  margin-left: 83.33333%;
}

.col.default-suffix-10 {
  margin-right: 83.33333%;
}

.col.default-min-10 {
  min-width: 83.33333%;
}

.col.default-11 {
  max-width: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
}

.col.default-prefix-11 {
  margin-left: 91.66667%;
}

.col.default-suffix-11 {
  margin-right: 91.66667%;
}

.col.default-min-11 {
  min-width: 91.66667%;
}

.col.default-12 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.col.default-prefix-12 {
  margin-left: 100%;
}

.col.default-suffix-12 {
  margin-right: 100%;
}

.col.default-min-12 {
  min-width: 100%;
}

.col.default-prefix-0 {
  margin-left: 0;
}

.col.default-suffix-0 {
  margin-right: 0;
}

.col.default {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.col.default-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.col.default-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.col.default-unset {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media (min-width: 30em) {
  .row.tiny-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.tiny-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.tiny-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.tiny-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.tiny-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.tiny-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .row.tiny-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.tiny-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .row.tiny-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row.tiny-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.tiny-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .row.tiny-forward {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .row-wide {
    max-width: 1800px;
  }
  .col.tiny-1 {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
  .col.tiny-prefix-1 {
    margin-left: 8.33333%;
  }
  .col.tiny-suffix-1 {
    margin-right: 8.33333%;
  }
  .col.tiny-min-1 {
    min-width: 8.33333%;
  }
  .col.tiny-2 {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
  .col.tiny-prefix-2 {
    margin-left: 16.66667%;
  }
  .col.tiny-suffix-2 {
    margin-right: 16.66667%;
  }
  .col.tiny-min-2 {
    min-width: 16.66667%;
  }
  .col.tiny-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .col.tiny-prefix-3 {
    margin-left: 25%;
  }
  .col.tiny-suffix-3 {
    margin-right: 25%;
  }
  .col.tiny-min-3 {
    min-width: 25%;
  }
  .col.tiny-4 {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
  .col.tiny-prefix-4 {
    margin-left: 33.33333%;
  }
  .col.tiny-suffix-4 {
    margin-right: 33.33333%;
  }
  .col.tiny-min-4 {
    min-width: 33.33333%;
  }
  .col.tiny-5 {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
  .col.tiny-prefix-5 {
    margin-left: 41.66667%;
  }
  .col.tiny-suffix-5 {
    margin-right: 41.66667%;
  }
  .col.tiny-min-5 {
    min-width: 41.66667%;
  }
  .col.tiny-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .col.tiny-prefix-6 {
    margin-left: 50%;
  }
  .col.tiny-suffix-6 {
    margin-right: 50%;
  }
  .col.tiny-min-6 {
    min-width: 50%;
  }
  .col.tiny-7 {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
  .col.tiny-prefix-7 {
    margin-left: 58.33333%;
  }
  .col.tiny-suffix-7 {
    margin-right: 58.33333%;
  }
  .col.tiny-min-7 {
    min-width: 58.33333%;
  }
  .col.tiny-8 {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
  .col.tiny-prefix-8 {
    margin-left: 66.66667%;
  }
  .col.tiny-suffix-8 {
    margin-right: 66.66667%;
  }
  .col.tiny-min-8 {
    min-width: 66.66667%;
  }
  .col.tiny-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .col.tiny-prefix-9 {
    margin-left: 75%;
  }
  .col.tiny-suffix-9 {
    margin-right: 75%;
  }
  .col.tiny-min-9 {
    min-width: 75%;
  }
  .col.tiny-10 {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
  .col.tiny-prefix-10 {
    margin-left: 83.33333%;
  }
  .col.tiny-suffix-10 {
    margin-right: 83.33333%;
  }
  .col.tiny-min-10 {
    min-width: 83.33333%;
  }
  .col.tiny-11 {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
  .col.tiny-prefix-11 {
    margin-left: 91.66667%;
  }
  .col.tiny-suffix-11 {
    margin-right: 91.66667%;
  }
  .col.tiny-min-11 {
    min-width: 91.66667%;
  }
  .col.tiny-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .col.tiny-prefix-12 {
    margin-left: 100%;
  }
  .col.tiny-suffix-12 {
    margin-right: 100%;
  }
  .col.tiny-min-12 {
    min-width: 100%;
  }
  .col.tiny-prefix-0 {
    margin-left: 0;
  }
  .col.tiny-suffix-0 {
    margin-right: 0;
  }
  .col.tiny {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .col.tiny-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .col.tiny-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .col.tiny-unset {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 40em) {
  .row.small-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.small-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.small-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.small-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.small-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.small-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .row.small-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.small-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .row.small-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row.small-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.small-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .row.small-forward {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .row-wide {
    max-width: 1800px;
  }
  .col.small-1 {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
  .col.small-prefix-1 {
    margin-left: 8.33333%;
  }
  .col.small-suffix-1 {
    margin-right: 8.33333%;
  }
  .col.small-min-1 {
    min-width: 8.33333%;
  }
  .col.small-2 {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
  .col.small-prefix-2 {
    margin-left: 16.66667%;
  }
  .col.small-suffix-2 {
    margin-right: 16.66667%;
  }
  .col.small-min-2 {
    min-width: 16.66667%;
  }
  .col.small-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .col.small-prefix-3 {
    margin-left: 25%;
  }
  .col.small-suffix-3 {
    margin-right: 25%;
  }
  .col.small-min-3 {
    min-width: 25%;
  }
  .col.small-4 {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
  .col.small-prefix-4 {
    margin-left: 33.33333%;
  }
  .col.small-suffix-4 {
    margin-right: 33.33333%;
  }
  .col.small-min-4 {
    min-width: 33.33333%;
  }
  .col.small-5 {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
  .col.small-prefix-5 {
    margin-left: 41.66667%;
  }
  .col.small-suffix-5 {
    margin-right: 41.66667%;
  }
  .col.small-min-5 {
    min-width: 41.66667%;
  }
  .col.small-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .col.small-prefix-6 {
    margin-left: 50%;
  }
  .col.small-suffix-6 {
    margin-right: 50%;
  }
  .col.small-min-6 {
    min-width: 50%;
  }
  .col.small-7 {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
  .col.small-prefix-7 {
    margin-left: 58.33333%;
  }
  .col.small-suffix-7 {
    margin-right: 58.33333%;
  }
  .col.small-min-7 {
    min-width: 58.33333%;
  }
  .col.small-8 {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
  .col.small-prefix-8 {
    margin-left: 66.66667%;
  }
  .col.small-suffix-8 {
    margin-right: 66.66667%;
  }
  .col.small-min-8 {
    min-width: 66.66667%;
  }
  .col.small-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .col.small-prefix-9 {
    margin-left: 75%;
  }
  .col.small-suffix-9 {
    margin-right: 75%;
  }
  .col.small-min-9 {
    min-width: 75%;
  }
  .col.small-10 {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
  .col.small-prefix-10 {
    margin-left: 83.33333%;
  }
  .col.small-suffix-10 {
    margin-right: 83.33333%;
  }
  .col.small-min-10 {
    min-width: 83.33333%;
  }
  .col.small-11 {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
  .col.small-prefix-11 {
    margin-left: 91.66667%;
  }
  .col.small-suffix-11 {
    margin-right: 91.66667%;
  }
  .col.small-min-11 {
    min-width: 91.66667%;
  }
  .col.small-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .col.small-prefix-12 {
    margin-left: 100%;
  }
  .col.small-suffix-12 {
    margin-right: 100%;
  }
  .col.small-min-12 {
    min-width: 100%;
  }
  .col.small-prefix-0 {
    margin-left: 0;
  }
  .col.small-suffix-0 {
    margin-right: 0;
  }
  .col.small {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .col.small-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .col.small-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .col.small-unset {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 50em) {
  .row.medium-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.medium-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.medium-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.medium-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.medium-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.medium-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .row.medium-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.medium-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .row.medium-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row.medium-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.medium-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .row.medium-forward {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .row-wide {
    max-width: 1800px;
  }
  .col.medium-1 {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
  .col.medium-prefix-1 {
    margin-left: 8.33333%;
  }
  .col.medium-suffix-1 {
    margin-right: 8.33333%;
  }
  .col.medium-min-1 {
    min-width: 8.33333%;
  }
  .col.medium-2 {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
  .col.medium-prefix-2 {
    margin-left: 16.66667%;
  }
  .col.medium-suffix-2 {
    margin-right: 16.66667%;
  }
  .col.medium-min-2 {
    min-width: 16.66667%;
  }
  .col.medium-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .col.medium-prefix-3 {
    margin-left: 25%;
  }
  .col.medium-suffix-3 {
    margin-right: 25%;
  }
  .col.medium-min-3 {
    min-width: 25%;
  }
  .col.medium-4 {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
  .col.medium-prefix-4 {
    margin-left: 33.33333%;
  }
  .col.medium-suffix-4 {
    margin-right: 33.33333%;
  }
  .col.medium-min-4 {
    min-width: 33.33333%;
  }
  .col.medium-5 {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
  .col.medium-prefix-5 {
    margin-left: 41.66667%;
  }
  .col.medium-suffix-5 {
    margin-right: 41.66667%;
  }
  .col.medium-min-5 {
    min-width: 41.66667%;
  }
  .col.medium-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .col.medium-prefix-6 {
    margin-left: 50%;
  }
  .col.medium-suffix-6 {
    margin-right: 50%;
  }
  .col.medium-min-6 {
    min-width: 50%;
  }
  .col.medium-7 {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
  .col.medium-prefix-7 {
    margin-left: 58.33333%;
  }
  .col.medium-suffix-7 {
    margin-right: 58.33333%;
  }
  .col.medium-min-7 {
    min-width: 58.33333%;
  }
  .col.medium-8 {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
  .col.medium-prefix-8 {
    margin-left: 66.66667%;
  }
  .col.medium-suffix-8 {
    margin-right: 66.66667%;
  }
  .col.medium-min-8 {
    min-width: 66.66667%;
  }
  .col.medium-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .col.medium-prefix-9 {
    margin-left: 75%;
  }
  .col.medium-suffix-9 {
    margin-right: 75%;
  }
  .col.medium-min-9 {
    min-width: 75%;
  }
  .col.medium-10 {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
  .col.medium-prefix-10 {
    margin-left: 83.33333%;
  }
  .col.medium-suffix-10 {
    margin-right: 83.33333%;
  }
  .col.medium-min-10 {
    min-width: 83.33333%;
  }
  .col.medium-11 {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
  .col.medium-prefix-11 {
    margin-left: 91.66667%;
  }
  .col.medium-suffix-11 {
    margin-right: 91.66667%;
  }
  .col.medium-min-11 {
    min-width: 91.66667%;
  }
  .col.medium-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .col.medium-prefix-12 {
    margin-left: 100%;
  }
  .col.medium-suffix-12 {
    margin-right: 100%;
  }
  .col.medium-min-12 {
    min-width: 100%;
  }
  .col.medium-prefix-0 {
    margin-left: 0;
  }
  .col.medium-suffix-0 {
    margin-right: 0;
  }
  .col.medium {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .col.medium-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .col.medium-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .col.medium-unset {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 62em) {
  .row.large-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.large-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.large-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.large-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.large-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.large-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .row.large-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.large-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .row.large-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row.large-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.large-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .row.large-forward {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .row-wide {
    max-width: 1800px;
  }
  .col.large-1 {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
  .col.large-prefix-1 {
    margin-left: 8.33333%;
  }
  .col.large-suffix-1 {
    margin-right: 8.33333%;
  }
  .col.large-min-1 {
    min-width: 8.33333%;
  }
  .col.large-2 {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
  .col.large-prefix-2 {
    margin-left: 16.66667%;
  }
  .col.large-suffix-2 {
    margin-right: 16.66667%;
  }
  .col.large-min-2 {
    min-width: 16.66667%;
  }
  .col.large-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .col.large-prefix-3 {
    margin-left: 25%;
  }
  .col.large-suffix-3 {
    margin-right: 25%;
  }
  .col.large-min-3 {
    min-width: 25%;
  }
  .col.large-4 {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
  .col.large-prefix-4 {
    margin-left: 33.33333%;
  }
  .col.large-suffix-4 {
    margin-right: 33.33333%;
  }
  .col.large-min-4 {
    min-width: 33.33333%;
  }
  .col.large-5 {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
  .col.large-prefix-5 {
    margin-left: 41.66667%;
  }
  .col.large-suffix-5 {
    margin-right: 41.66667%;
  }
  .col.large-min-5 {
    min-width: 41.66667%;
  }
  .col.large-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .col.large-prefix-6 {
    margin-left: 50%;
  }
  .col.large-suffix-6 {
    margin-right: 50%;
  }
  .col.large-min-6 {
    min-width: 50%;
  }
  .col.large-7 {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
  .col.large-prefix-7 {
    margin-left: 58.33333%;
  }
  .col.large-suffix-7 {
    margin-right: 58.33333%;
  }
  .col.large-min-7 {
    min-width: 58.33333%;
  }
  .col.large-8 {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
  .col.large-prefix-8 {
    margin-left: 66.66667%;
  }
  .col.large-suffix-8 {
    margin-right: 66.66667%;
  }
  .col.large-min-8 {
    min-width: 66.66667%;
  }
  .col.large-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .col.large-prefix-9 {
    margin-left: 75%;
  }
  .col.large-suffix-9 {
    margin-right: 75%;
  }
  .col.large-min-9 {
    min-width: 75%;
  }
  .col.large-10 {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
  .col.large-prefix-10 {
    margin-left: 83.33333%;
  }
  .col.large-suffix-10 {
    margin-right: 83.33333%;
  }
  .col.large-min-10 {
    min-width: 83.33333%;
  }
  .col.large-11 {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
  .col.large-prefix-11 {
    margin-left: 91.66667%;
  }
  .col.large-suffix-11 {
    margin-right: 91.66667%;
  }
  .col.large-min-11 {
    min-width: 91.66667%;
  }
  .col.large-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .col.large-prefix-12 {
    margin-left: 100%;
  }
  .col.large-suffix-12 {
    margin-right: 100%;
  }
  .col.large-min-12 {
    min-width: 100%;
  }
  .col.large-prefix-0 {
    margin-left: 0;
  }
  .col.large-suffix-0 {
    margin-right: 0;
  }
  .col.large {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .col.large-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .col.large-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .col.large-unset {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 75em) {
  .row.giant-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.giant-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.giant-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.giant-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.giant-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.giant-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .row.giant-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.giant-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .row.giant-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row.giant-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.giant-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .row.giant-forward {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .row-wide {
    max-width: 1800px;
  }
  .col.giant-1 {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
  .col.giant-prefix-1 {
    margin-left: 8.33333%;
  }
  .col.giant-suffix-1 {
    margin-right: 8.33333%;
  }
  .col.giant-min-1 {
    min-width: 8.33333%;
  }
  .col.giant-2 {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
  .col.giant-prefix-2 {
    margin-left: 16.66667%;
  }
  .col.giant-suffix-2 {
    margin-right: 16.66667%;
  }
  .col.giant-min-2 {
    min-width: 16.66667%;
  }
  .col.giant-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .col.giant-prefix-3 {
    margin-left: 25%;
  }
  .col.giant-suffix-3 {
    margin-right: 25%;
  }
  .col.giant-min-3 {
    min-width: 25%;
  }
  .col.giant-4 {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
  .col.giant-prefix-4 {
    margin-left: 33.33333%;
  }
  .col.giant-suffix-4 {
    margin-right: 33.33333%;
  }
  .col.giant-min-4 {
    min-width: 33.33333%;
  }
  .col.giant-5 {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
  .col.giant-prefix-5 {
    margin-left: 41.66667%;
  }
  .col.giant-suffix-5 {
    margin-right: 41.66667%;
  }
  .col.giant-min-5 {
    min-width: 41.66667%;
  }
  .col.giant-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .col.giant-prefix-6 {
    margin-left: 50%;
  }
  .col.giant-suffix-6 {
    margin-right: 50%;
  }
  .col.giant-min-6 {
    min-width: 50%;
  }
  .col.giant-7 {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
  .col.giant-prefix-7 {
    margin-left: 58.33333%;
  }
  .col.giant-suffix-7 {
    margin-right: 58.33333%;
  }
  .col.giant-min-7 {
    min-width: 58.33333%;
  }
  .col.giant-8 {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
  .col.giant-prefix-8 {
    margin-left: 66.66667%;
  }
  .col.giant-suffix-8 {
    margin-right: 66.66667%;
  }
  .col.giant-min-8 {
    min-width: 66.66667%;
  }
  .col.giant-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .col.giant-prefix-9 {
    margin-left: 75%;
  }
  .col.giant-suffix-9 {
    margin-right: 75%;
  }
  .col.giant-min-9 {
    min-width: 75%;
  }
  .col.giant-10 {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
  .col.giant-prefix-10 {
    margin-left: 83.33333%;
  }
  .col.giant-suffix-10 {
    margin-right: 83.33333%;
  }
  .col.giant-min-10 {
    min-width: 83.33333%;
  }
  .col.giant-11 {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
  .col.giant-prefix-11 {
    margin-left: 91.66667%;
  }
  .col.giant-suffix-11 {
    margin-right: 91.66667%;
  }
  .col.giant-min-11 {
    min-width: 91.66667%;
  }
  .col.giant-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .col.giant-prefix-12 {
    margin-left: 100%;
  }
  .col.giant-suffix-12 {
    margin-right: 100%;
  }
  .col.giant-min-12 {
    min-width: 100%;
  }
  .col.giant-prefix-0 {
    margin-left: 0;
  }
  .col.giant-suffix-0 {
    margin-right: 0;
  }
  .col.giant {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .col.giant-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .col.giant-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .col.giant-unset {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 95em) {
  .row.huge-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.huge-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.huge-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.huge-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.huge-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.huge-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .row.huge-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.huge-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .row.huge-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row.huge-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.huge-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .row.huge-forward {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .row-wide {
    max-width: 1800px;
  }
  .col.huge-1 {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
  .col.huge-prefix-1 {
    margin-left: 8.33333%;
  }
  .col.huge-suffix-1 {
    margin-right: 8.33333%;
  }
  .col.huge-min-1 {
    min-width: 8.33333%;
  }
  .col.huge-2 {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
  .col.huge-prefix-2 {
    margin-left: 16.66667%;
  }
  .col.huge-suffix-2 {
    margin-right: 16.66667%;
  }
  .col.huge-min-2 {
    min-width: 16.66667%;
  }
  .col.huge-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .col.huge-prefix-3 {
    margin-left: 25%;
  }
  .col.huge-suffix-3 {
    margin-right: 25%;
  }
  .col.huge-min-3 {
    min-width: 25%;
  }
  .col.huge-4 {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
  .col.huge-prefix-4 {
    margin-left: 33.33333%;
  }
  .col.huge-suffix-4 {
    margin-right: 33.33333%;
  }
  .col.huge-min-4 {
    min-width: 33.33333%;
  }
  .col.huge-5 {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
  .col.huge-prefix-5 {
    margin-left: 41.66667%;
  }
  .col.huge-suffix-5 {
    margin-right: 41.66667%;
  }
  .col.huge-min-5 {
    min-width: 41.66667%;
  }
  .col.huge-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .col.huge-prefix-6 {
    margin-left: 50%;
  }
  .col.huge-suffix-6 {
    margin-right: 50%;
  }
  .col.huge-min-6 {
    min-width: 50%;
  }
  .col.huge-7 {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
  .col.huge-prefix-7 {
    margin-left: 58.33333%;
  }
  .col.huge-suffix-7 {
    margin-right: 58.33333%;
  }
  .col.huge-min-7 {
    min-width: 58.33333%;
  }
  .col.huge-8 {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
  .col.huge-prefix-8 {
    margin-left: 66.66667%;
  }
  .col.huge-suffix-8 {
    margin-right: 66.66667%;
  }
  .col.huge-min-8 {
    min-width: 66.66667%;
  }
  .col.huge-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .col.huge-prefix-9 {
    margin-left: 75%;
  }
  .col.huge-suffix-9 {
    margin-right: 75%;
  }
  .col.huge-min-9 {
    min-width: 75%;
  }
  .col.huge-10 {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
  .col.huge-prefix-10 {
    margin-left: 83.33333%;
  }
  .col.huge-suffix-10 {
    margin-right: 83.33333%;
  }
  .col.huge-min-10 {
    min-width: 83.33333%;
  }
  .col.huge-11 {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
  .col.huge-prefix-11 {
    margin-left: 91.66667%;
  }
  .col.huge-suffix-11 {
    margin-right: 91.66667%;
  }
  .col.huge-min-11 {
    min-width: 91.66667%;
  }
  .col.huge-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .col.huge-prefix-12 {
    margin-left: 100%;
  }
  .col.huge-suffix-12 {
    margin-right: 100%;
  }
  .col.huge-min-12 {
    min-width: 100%;
  }
  .col.huge-prefix-0 {
    margin-left: 0;
  }
  .col.huge-suffix-0 {
    margin-right: 0;
  }
  .col.huge {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .col.huge-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .col.huge-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .col.huge-unset {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 112.5em) {
  .row.custom-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row.custom-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.custom-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .row.custom-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row.custom-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row.custom-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .row.custom-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .row.custom-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .row.custom-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row.custom-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .row.custom-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .row.custom-forward {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .row-wide {
    max-width: 1800px;
  }
  .col.custom-1 {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
  .col.custom-prefix-1 {
    margin-left: 8.33333%;
  }
  .col.custom-suffix-1 {
    margin-right: 8.33333%;
  }
  .col.custom-min-1 {
    min-width: 8.33333%;
  }
  .col.custom-2 {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
  .col.custom-prefix-2 {
    margin-left: 16.66667%;
  }
  .col.custom-suffix-2 {
    margin-right: 16.66667%;
  }
  .col.custom-min-2 {
    min-width: 16.66667%;
  }
  .col.custom-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .col.custom-prefix-3 {
    margin-left: 25%;
  }
  .col.custom-suffix-3 {
    margin-right: 25%;
  }
  .col.custom-min-3 {
    min-width: 25%;
  }
  .col.custom-4 {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
  .col.custom-prefix-4 {
    margin-left: 33.33333%;
  }
  .col.custom-suffix-4 {
    margin-right: 33.33333%;
  }
  .col.custom-min-4 {
    min-width: 33.33333%;
  }
  .col.custom-5 {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
  .col.custom-prefix-5 {
    margin-left: 41.66667%;
  }
  .col.custom-suffix-5 {
    margin-right: 41.66667%;
  }
  .col.custom-min-5 {
    min-width: 41.66667%;
  }
  .col.custom-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .col.custom-prefix-6 {
    margin-left: 50%;
  }
  .col.custom-suffix-6 {
    margin-right: 50%;
  }
  .col.custom-min-6 {
    min-width: 50%;
  }
  .col.custom-7 {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
  .col.custom-prefix-7 {
    margin-left: 58.33333%;
  }
  .col.custom-suffix-7 {
    margin-right: 58.33333%;
  }
  .col.custom-min-7 {
    min-width: 58.33333%;
  }
  .col.custom-8 {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
  .col.custom-prefix-8 {
    margin-left: 66.66667%;
  }
  .col.custom-suffix-8 {
    margin-right: 66.66667%;
  }
  .col.custom-min-8 {
    min-width: 66.66667%;
  }
  .col.custom-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .col.custom-prefix-9 {
    margin-left: 75%;
  }
  .col.custom-suffix-9 {
    margin-right: 75%;
  }
  .col.custom-min-9 {
    min-width: 75%;
  }
  .col.custom-10 {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
  .col.custom-prefix-10 {
    margin-left: 83.33333%;
  }
  .col.custom-suffix-10 {
    margin-right: 83.33333%;
  }
  .col.custom-min-10 {
    min-width: 83.33333%;
  }
  .col.custom-11 {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
  .col.custom-prefix-11 {
    margin-left: 91.66667%;
  }
  .col.custom-suffix-11 {
    margin-right: 91.66667%;
  }
  .col.custom-min-11 {
    min-width: 91.66667%;
  }
  .col.custom-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .col.custom-prefix-12 {
    margin-left: 100%;
  }
  .col.custom-suffix-12 {
    margin-right: 100%;
  }
  .col.custom-min-12 {
    min-width: 100%;
  }
  .col.custom-prefix-0 {
    margin-left: 0;
  }
  .col.custom-suffix-0 {
    margin-right: 0;
  }
  .col.custom {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .col.custom-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .col.custom-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .col.custom-unset {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fa-solid,
[class*='lightcase-icon-']:before,
.accHandler:before,
.backToTop:before,
noscript label:before,
.informatizer:before,
a[href$=".pdf"]:before,
ul.styled-list li:before,
main ul li:before,
.mobile-bar li label[for="navi-toggled"]:before,
#navi-toggled:checked ~ * label[for="navi-toggled"]:before,
.fa-regular {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fa-solid.fa-pull-left,
.fa-pull-left[class*='lightcase-icon-']:before,
.fa-pull-left.accHandler:before,
.fa-pull-left.backToTop:before,
noscript label.fa-pull-left:before,
.fa-pull-left.informatizer:before,
a.fa-pull-left[href$=".pdf"]:before,
ul.styled-list li.fa-pull-left:before,
main ul li.fa-pull-left:before,
.mobile-bar li label.fa-pull-left[for="navi-toggled"]:before,
#navi-toggled:checked ~ * label.fa-pull-left[for="navi-toggled"]:before,
.fa-regular.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fa-solid.fa-pull-right,
.fa-pull-right[class*='lightcase-icon-']:before,
.fa-pull-right.accHandler:before,
.fa-pull-right.backToTop:before,
noscript label.fa-pull-right:before,
.fa-pull-right.informatizer:before,
a.fa-pull-right[href$=".pdf"]:before,
ul.styled-list li.fa-pull-right:before,
main ul li.fa-pull-right:before,
.mobile-bar li label.fa-pull-right[for="navi-toggled"]:before,
#navi-toggled:checked ~ * label.fa-pull-right[for="navi-toggled"]:before,
.fa-regular.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-vertical,.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before, ul.styled-list li:before, main ul li:before {
  content: "\f105";
}

.fa-angle-up:before, .backToTop:before {
  content: "\f106";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before, .mobile-bar li label[for="navi-toggled"]:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before, .lightcase-icon-prev:before {
  content: "\f137";
}

.fa-chevron-circle-right:before, .lightcase-icon-next:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before, noscript label:before, .informatizer:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fa-solidt-backward:before {
  content: "\f049";
}

.fa-fa-solidt-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-pdf:before, a[href$=".pdf"]:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frown:before {
  content: "\f119";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-male:before {
  content: "\f183";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-moon:before {
  content: "\f186";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before, .lightcase-icon-pause:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-percent:before {
  content: "\f295";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before, .lightcase-icon-play:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before, .accHandler:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-print:before {
  content: "\f02f";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-road:before {
  content: "\f018";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-safa-regulari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before, .lightcase-icon-spin:before {
  content: "\f110";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-strava:before {
  content: "\f428";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before, #navi-toggled:checked ~ * label[for="navi-toggled"]:before {
  content: "\f00d";
}

.fa-times-circle:before, .lightcase-icon-close:before, noscript input#noticebar:checked ~ label:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.fa-regular {
  font-family: 'FontAwesome';
  font-weight: 400;
}

.fa,
.fa-solid,
[class*='lightcase-icon-']:before,
.accHandler:before,
.backToTop:before,
noscript label:before,
.informatizer:before,
a[href$=".pdf"]:before,
ul.styled-list li:before,
main ul li:before,
.mobile-bar li label[for="navi-toggled"]:before,
#navi-toggled:checked ~ * label[for="navi-toggled"]:before {
  font-family: 'FontAwesome';
  font-weight: 900;
}

/**
* Lightcase - jQuery Plugin
* The smart and flexible Lightbox Plugin.
*
* @author       Cornel Boppart <cornel@bopp-art.com>
* @copyright    Author
*
* @version      2.3.4 (29/12/2015)
*/
/**
* Provides natural content overflow behavior and scrolling support
* even so for touch devices.
*
* Example usage:
* @include overflow()
*/
/**
* Neutralizes/resets dimensions including width, height, position as well as margins,
* paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
*
* Example usage:
* @include clear(true)
*
* @param boolean $important
*/
[class*='lightcase-icon-']:before {
  font-style: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 49.9em) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 50em) {
  #lightcase-case:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-shadow: none;
    background-color: rgba(39, 36, 30, 0.5);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}

@media screen and (min-width: 50em) {
  #lightcase-case[data-lc-type=image] #lightcase-content,
  #lightcase-case[data-lc-type=video] #lightcase-content {
    background-color: rgba(39, 36, 30, 0.5);
  }
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 49.9em) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 49.9em) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner, #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}

@media screen and (max-width: 49.9em) {
  .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 49.9em) and (min-width: 50em) {
  [data-lc-type=image] #lightcase-content .lightcase-contentInner,
  [data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 49.9em) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

#lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
  background-color: #fff;
}

@media screen and (min-width: 50em) {
  #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#lightcase-content .lightcase-contentInner .lightcase-inlineWrap div {
  padding-bottom: 0.1em;
}

@media screen and (max-width: 49.9em) {
  #lightcase-content * {
    color: #fff;
  }
}

@media screen and (min-width: 50em) {
  #lightcase-content * {
    color: #27241e;
  }
}

#lightcase-content img {
  width: auto;
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 49.9em) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 50em) {
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 49.9em) {
  .lightcase-open body {
    padding: 55px 0 70px 0;
  }
  .lightcase-open body > *:not([id*='lightcase-']) {
    position: fixed !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}

#lightcase-info {
  position: absolute;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  left: 0;
  right: 0;
}

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#lightcase-info #lightcase-title {
  font-size: 1rem;
  color: #fff;
}

#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 0.76471rem;
  color: rgba(255, 255, 255, 0.8);
}

#lightcase-info #lightcase-caption:not(:empty) {
  border-left: 2px solid rgba(255, 255, 255, 0.4);
  padding-left: 10px;
  margin-top: 10px;
}

#lightcase-info #lightcase-sequenceInfo {
  font-size: 0.76471rem;
  color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 15px;
  left: 0;
  max-width: 87.5%;
  padding: 5px 15px;
  background: rgba(39, 36, 30, 0.8);
}

@media screen and (max-width: 49.9em) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: fa-spin 0.5s infinite linear;
  animation: fa-spin 0.5s infinite linear;
}

#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #ccc;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

#lightcase-loading:hover {
  color: #fff;
}

#lightcase-nav a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

#lightcase-nav a[class*='lightcase-icon-'], #lightcase-nav a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: #ccc;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-nav a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

#lightcase-nav a[class*='lightcase-icon-']:hover {
  color: #fff;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 50em) {
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

@media screen and (max-width: 49.9em) {
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    position: absolute;
  }
}

@media screen and (min-width: 50em) {
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    position: fixed;
  }
}

@media screen and (max-width: 49.9em) {
  #lightcase-nav a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 50em) {
  #lightcase-nav a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  #lightcase-nav a[class*='lightcase-icon-']:hover,
  #lightcase-case:hover ~ #lightcase-nav a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

#lightcase-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: rgba(39, 36, 30, 0.8);
}

@media screen and (max-width: 49.9em) {
  #lightcase-overlay {
    opacity: 1 !important;
  }
}

/* Slider */
.slick-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider,.slick-list {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/**
 * Accordion
 */
.accHandler {
  padding: 0.41176rem 2.94118rem 0.41176rem 1.05882rem;
  background: #94908e;
  position: relative;
}

@media (min-width: 50em) {
  .accHandler {
    padding: 0.41176rem 1.05882rem;
  }
}

.accHandler.active {
  cursor: pointer;
}

.accHandler.active:before {
  display: inline-block;
}

.accHandler.opened:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.accHandler:before {
  position: absolute;
  display: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.05882rem;
  font-size: 1rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/**
 * Back to top
 */
.backToTop {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background: #27241e;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 2%;
  right: 2%;
  height: 2.64706rem;
  opacity: .9;
  width: 2.64706rem;
  z-index: 890;
}

.backToTop:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: 0;
}

.backToTop:hover, .backToTop:active, .backToTop:focus {
  color: #fff;
  background: #443f34;
}

noscript {
  margin-top: 3.52941rem;
  display: block;
}

noscript input#noticebar {
  display: none;
}

noscript input#noticebar:checked ~ div {
  opacity: 1;
  visibility: visible;
}

noscript input#noticebar:checked ~ label {
  background: #fff;
  color: #D85D00;
}

noscript label {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background: #D85D00;
  bottom: 0.58824rem;
  color: #fff;
  font-size: 1.47059rem;
  height: 2.64706rem;
  opacity: .9;
  position: fixed;
  right: 0.58824rem;
  text-decoration: none;
  width: 2.64706rem;
  z-index: 910;
}

noscript label:before {
  display: inline-block;
  left: 50%;
  position: absolute;
  text-indent: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

noscript label:hover {
  cursor: pointer;
  background: #bf5200;
}

noscript label + div {
  opacity: 0;
  visibility: hidden;
  height: 100vh;
}

noscript label + div, .noticeBar {
  background: #D85D00;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  left: 0;
  padding: 1.17647rem;
  position: fixed;
  text-align: center;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  z-index: 900 !important;
}

noscript label + div span, .noticeBar span {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 1.29412rem;
  line-height: 1.76471rem;
  margin: 0;
}

noscript label + div a, .noticeBar a {
  color: #fff;
}

noscript label + div a:hover, .noticeBar a:hover {
  color: #fff;
  text-decoration: none;
}

noscript div:first-child {
  display: none;
}

.breadcrumb li {
  list-style: none;
  float: left;
}

.breadcrumb li:before {
  content: '>';
  padding: 0 1rem;
}

.breadcrumb li:first-child:before {
  content: "";
  padding: 0;
}

/**
 * Debug mode
 */
#log_container pre, #log_container .checkupXYZ {
  height: 100%;
  overflow-y: scroll;
  background: #fff;
  padding: 1%;
}

#log_container {
  height: 100%;
  width: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  color: #27241e;
  background: #f2f2f2;
  padding: 2%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-box-shadow: inset 0 0 0.05882rem 0.05882rem rgba(216, 93, 0, 0.5);
          box-shadow: inset 0 0 0.05882rem 0.05882rem rgba(216, 93, 0, 0.5);
  z-index: 99999999;
}

#log_container:target,#log_container.show {
  top: 0;
}

#log_container ul {
  list-style: inside square;
}

#log_container ul ul {
  margin-left: 2rem;
}

#log_container ul h3 {
  display: inline-block;
}

#log_container ul li {
  padding: .5rem 0;
  border-bottom: 0.05882rem solid #f2f2f2;
}

#log_container ul li:last-child {
  border: none;
}

#log_container h1 {
  text-align: center;
  padding-top: 2rem;
}

#log_container h2 {
  padding-bottom: .5rem;
  border-bottom: 0.05882rem solid #94908e;
  text-align: center;
  margin-top: 4rem;
}

#log_container h2,#log_container h3 {
  font-weight: normal;
}

#log_container .checkup_pages li {
  padding: 1rem;
}

#log_container .checkup_pages .sub {
  margin-left: 2rem;
}

#log_container > p {
  margin-bottom: 4rem;
}

.checkup_pages > li:nth-child(odd) {
  background: #F4F4F4;
}

.checkupXYZ {
  width: 56.47059rem;
  margin: 0 auto;
  resize: horizontal;
}

.informatizer {
  background: #8DD45C;
  padding: 1%;
  position: fixed;
  top: 2%;
  right: 2%;
  display: block;
  color: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  text-decoration: none;
}

.informatizer:before {
  margin-right: 1rem;
  font-size: 1.41176em;
  line-height: 1rem;
}

.informatizer a {
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
}

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

html {
  background: #fff url(../images/layout/background-marble.jpg) repeat-y center top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #27241e;
  font-family: "Noto Sans", sans-serif;
  font-size: 106.25%;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
  /* disable text resize in landscape. e.g. on iphone */
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

html,body {
  line-height: 1.64706rem;
}

body.the-customer-page #log_hider,body.ie-8 #pageloader:after {
  display: none;
}

iframe {
  border: none;
  width: 100%;
}

/**
 * General Margin
 */
p, ol, dl, .margin-bottom, h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6, ul.styled-list, main ul, table, .lightbox-image, form.default label.floatLabel, form.quick label.floatLabel {
  margin-bottom: 1.64706rem;
}

/**
 * Headlines
 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  text-rendering: optimizeLegibility;
}

h1, .h1 {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.05882rem;
  line-height: 1.1em;
  font-weight: 700;
  color: #27241e;
}

@media (min-width: 40em) {
  h1, .h1 {
    font-size: 2.35294rem;
    line-height: 1.2em;
  }
}

@media (min-width: 75em) {
  h1, .h1 {
    font-size: 3.41176rem;
    line-height: 1.1em;
  }
}

h1 span, .h1 span {
  display: block;
  color: #94908e;
  font-size: 1.47059rem;
  line-height: 2.05882rem;
  font-weight: 400;
}

@media (min-width: 62em) {
  h1 span, .h1 span {
    padding-top: 0.58824rem;
    margin-bottom: 0;
  }
}

h2, .h2 {
  font-size: 1.76471rem;
  line-height: 1.2em;
}

h2 br, .h2 br {
  display: block;
}

@media (min-width: 30em) {
  h2 br, .h2 br {
    display: none;
  }
}

@media (min-width: 40em) {
  h2, .h2 {
    font-size: 2.35294rem;
  }
}

h3, .h3 {
  font-size: 1.47059rem;
  line-height: 1.2em;
}

@media (min-width: 40em) {
  h3, .h3 {
    font-size: 2.05882rem;
    line-height: 1.2em;
  }
}

h4, .h4 {
  font-size: 1.47059rem;
  line-height: 1.2em;
}

@media (min-width: 40em) {
  h4, .h4 {
    font-size: 2.05882rem;
    line-height: 1.2em;
  }
}

h5, .h5,h6, .h6 {
  font-size: 1.47059rem;
  line-height: 1.2em;
}

/**
 * Links
 */
a {
  color: #e1b640;
  word-wrap: break-word;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}

a:focus, a:hover, a:active {
  color: #27241e;
}

a img {
  border: none;
}

a[href$=".pdf"]:before {
  margin-right: .5em;
}

a[href^=tel] {
  color: inherit;
  text-decoration: underline;
}

hr, .hr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #d8d8dc;
  border: none;
  clear: both;
  height: 0.05882rem;
  margin: 3rem 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

hr.transparent, .hr.transparent {
  background: transparent;
}

ul {
  list-style: none;
}

ul.styled-list li, main ul li {
  padding-left: 0.88235rem;
  margin-bottom: 0.41176rem;
}

ul.styled-list li:before, main ul li:before {
  text-indent: -0.88235rem;
}

ul.styled-list ul, main ul ul {
  margin-left: 1rem;
  margin-bottom: 0;
}

ul.unstyled-list {
  margin-bottom: 0;
}

ul.unstyled-list li {
  padding-bottom: 0;
  padding-left: 0;
}

ul.unstyled-list li:before {
  content: none;
}

dl.styled-list, main dl {
  zoom: 1;
}

dl.styled-list:after, main dl:after {
  content: "";
  display: table;
  clear: both;
}

dl.styled-list dt, main dl dt, dl.styled-list dd, main dl dd {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  padding: 1.47059rem;
}

dl.styled-list dt, main dl dt {
  padding-bottom: 0;
  font-weight: 700;
}

dl.styled-list dd, main dl dd {
  padding-top: 0;
}

dl.styled-list dd:not(:last-child), main dl dd:not(:last-child) {
  margin-bottom: 0.58824rem;
}

dl.float-list {
  zoom: 1;
}

dl.float-list:after {
  content: "";
  display: table;
  clear: both;
}

dl.float-list dt, dl.float-list dd {
  display: block;
  vertical-align: top;
  float: left;
}

dl.float-list dt {
  padding-right: .5rem;
  width: 40%;
  clear: left;
}

dl.float-list dd {
  width: 60%;
}

ol {
  list-style-type: none;
  counter-reset: item;
}

ol li {
  padding-top: .3rem;
  padding-bottom: .3rem;
  display: table;
  counter-increment: item;
}

ol li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: .3em;
}

ol ol {
  margin-bottom: 0;
}

ol ol li:before {
  content: counters(item, ".") " ";
}

/*
 * responsive images
 */
img {
  vertical-align: bottom;
  float: none;
  height: auto;
  max-width: 100%;
  width: 100%;
}

img[src^='http://cms.'], img[src^='https://cms.'] {
  max-width: none;
  width: auto;
}

[data-rel] img, .lightbox-image img {
  margin-bottom: 0;
}

/*
 * reset copyright link
 */
[href*='alpen-web.ch'],
[href*='bewertet.de'],
[href*='euroweb.at'],
[href*='euroweb.de'],
[href*='ew.de'],
[href*='geprueft.de'],
[href*='web2walk.com'],
[href*='webstyle.de'],
[href*='webstyle.com'],
[href*='wn-onlineservice.de'],
[href*='internet-media.com'],
[href*='yourrate.com'] {
  display: table;
  text-decoration: none;
}

[href*='alpen-web.ch'] img,
[href*='bewertet.de'] img,
[href*='euroweb.at'] img,
[href*='euroweb.de'] img,
[href*='ew.de'] img,
[href*='geprueft.de'] img,
[href*='web2walk.com'] img,
[href*='webstyle.de'] img,
[href*='webstyle.com'] img,
[href*='wn-onlineservice.de'] img,
[href*='internet-media.com'] img,
[href*='yourrate.com'] img {
  background: none;
  border-radius: 0;
  border: none;
  margin-bottom: 0.29412rem;
  outline: none;
  padding: 0;
  white-space: normal;
  width: auto !important;
}

/**
 * Tables
 */
table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  text-align: left;
  font-size: 1rem;
}

@media (max-width: 39.94118em) {
  table {
    overflow-x: auto;
    display: block;
  }
}

table caption {
  text-align: left;
  padding: 1.05882rem 1.05882rem 1.47059rem;
  display: table-caption;
  font-weight: 700;
  font-size: 1.2rem;
}

table thead {
  border-collapse: collapse;
  display: table-header-group;
}

table tbody {
  width: 100%;
  overflow-x: scroll;
  display: table-row-group;
}

table tbody tr {
  padding: 1.05882rem 0;
}

table tbody tr:not(:last-child) {
  border-bottom: 0.05882rem solid #94908e;
}

table tr {
  display: table-row;
}

table th, table td {
  padding: 1.05882rem;
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 39.94118em) {
  table td {
    min-width: 50vw;
  }
}

.highlight {
  color: #27241e;
}

.btn {
  background: #e1b640;
  border: none;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
  padding: 1.17647rem 2.05882rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}

@media (min-width: 40em) {
  .btn {
    padding: 1.17647rem 2.94118rem;
  }
}

.btn:hover, .btn:active, .btn:focus {
  background: #27241e;
  color: #fff;
}

.btn *[class^="icon"] {
  margin-left: .5rem;
  vertical-align: middle;
}

.clear {
  clear: both;
  float: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.hidden {
  display: none;
}

.hide-text {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  overflow: hidden;
  width: 0;
}

.float-left {
  float: left;
}

img.float-left {
  margin-right: 1rem;
}

.float-right {
  float: right;
}

img.float-right {
  margin-left: 1rem;
}

.fluid {
  height: auto;
  width: 100%;
}

.non-fluid {
  width: auto !important;
}

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

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

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

.wide {
  width: 100%;
  display: block;
}

.notification {
  padding: 1em;
  background: #D85D00;
  color: #fff;
  font-size: 1.2em;
}

/* 16:9 video resolutions */
.video-container, main .google-maps {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.video-container iframe, main .google-maps iframe {
  border: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

/* default colorbox hover */
.lightbox-image {
  display: table;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.lightbox-image[href*=qr] {
  width: auto;
}

.lightbox-image[href*=qr]:before, .lightbox-image[href*=qr]:after {
  content: none;
}

.lightbox-image:before, .lightbox-image:after {
  pointer-events: none;
}

.lightbox-image:before {
  color: rgba(255, 255, 255, 0.75);
  content: '+';
  font-family: sans-serif;
  font-size: 2rem;
  height: 2em;
  line-height: 1.8;
  text-align: center;
  text-shadow: 0.05882rem 0.05882rem 0.05882rem rgba(39, 36, 30, 0.8);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 2em;
  z-index: 1;
}

.lightbox-image:before,.lightbox-image:after {
  bottom: 0;
  display: block;
  position: absolute;
  right: 0;
}

.lightbox-image:after {
  content: '';
  left: 0;
  opacity: 0;
  top: 0;
  z-index: 0;
}

.lightbox-image:hover:before, .lightbox-image:focus:before {
  bottom: 50%;
  font-size: 3rem;
  height: 1.5em;
  line-height: 1.5;
  right: 50%;
  -webkit-transform: translate3d(50%, 50%, 0);
          transform: translate3d(50%, 50%, 0);
  width: 1.5em;
}

.lightbox-image:hover:after, .lightbox-image:focus:after {
  opacity: .5;
}

body:before {
  width: 99pt;
  content: "default:16px....tiny:30em....small:40em....medium:50em....large:62em....giant:75em....huge:95em....custom:112.5em";
  display: none !important;
  /* Prevent from displaying. */
}

@media (min-width: 30em) {
  body:before {
    width: 177pt;
  }
}

@media (min-width: 40em) {
  body:before {
    width: 261pt;
  }
}

@media (min-width: 50em) {
  body:before {
    width: 351pt;
  }
}

@media (min-width: 62em) {
  body:before {
    width: 435pt;
  }
}

@media (min-width: 75em) {
  body:before {
    width: 519pt;
  }
}

@media (min-width: 95em) {
  body:before {
    width: 597pt;
  }
}

@media (min-width: 112.5em) {
  body:before {
    width: 705pt;
  }
}

body.devmode:before, body.debug:before {
  background: #D85D00;
  border-color: #D85D00;
  border-style: solid;
  border-width: 0 1.05882rem;
  color: #fff;
  display: block !important;
  font-family: Courier;
  font-size: 10pt;
  left: 0;
  line-height: 2.5;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  white-space: nowrap;
  z-index: 99999;
}

.lightbox-image:before, .lightbox-image:after {
  -webkit-transition: .3s;
  transition: .3s;
}

.page-navi ul.contactContainer {
  padding: 2.35294rem;
  background: #eee;
  color: #76746f;
}

@media (min-width: 50em) {
  .page-navi ul.contactContainer {
    display: none;
  }
}

.page-navi ul.contactContainer li {
  font-weight: 700;
}

.page-navi ul.contactContainer li a {
  color: #76746f;
  text-decoration: none;
}

.page-navi ul.contactContainer li a:hover {
  color: #e1b640;
}

.page-navi ul.contactContainer li i {
  color: #e1b640;
  width: 1.76471rem;
  padding-left: 0.11765rem;
}

.page-navi ul.contactContainer li i.fa-phone-volume {
  position: relative;
  left: 0.47059rem;
}

.page-navi ul.contactContainer li.whatsapp:before {
  content: url("../images/layout/whatsapp.png");
  width: 1.76471rem;
  padding-left: 0.11765rem;
  height: 1.41176rem;
  display: inline-block;
  position: relative;
  top: 0.29412rem;
}

.page-navi ul.contactContainer li.whatsapp small {
  display: block;
  font-size: 0.88235rem;
  line-height: 1.17647rem;
  color: rgba(118, 116, 111, 0.7);
  font-weight: 400;
}

@media (max-width: 49.94118em) {
  .page-navi {
    background: #fff;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 2.94118rem;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: .6s;
    transition: .6s;
    width: 24em;
    z-index: 895;
    bottom: 0;
    max-width: 100%;
  }
}

.page-navi .navi-main {
  text-align: left;
}

.page-navi .navi-main li a, .page-navi .navi-main li span {
  padding: 1.17647rem 2.35294rem;
  border-top: 0.11765rem solid rgba(216, 216, 220, 0.5);
  text-decoration: none;
  color: #76746f;
  font-weight: 400;
  font-size: 1.17647rem;
  background: none;
  display: block;
  font-family: "Noto Sans", sans-serif;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}

.page-navi .navi-main li a.start, .page-navi .navi-main li span.start {
  border-top: none;
  padding-top: 1.47059rem;
}

.page-navi .navi-main li:hover a {
  color: #e1b640;
}

.page-navi .navi-main li.active a {
  background: none;
  color: #e1b640;
  font-weight: 700;
}

@media (min-width: 50em) {
  .page-navi .navi-main {
    display: none;
  }
}

.page-navi .navi-medium {
  display: none;
}

@media (min-width: 50em) {
  .page-navi .navi-medium {
    display: inline-block;
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
  }
}

@media (min-width: 62em) {
  .page-navi .navi-medium {
    float: right;
    display: block;
    text-align: right;
    width: auto;
  }
}

.page-navi .navi-medium li {
  display: inline-block;
  padding: 0 0.58824rem;
}

@media (min-width: 75em) {
  .page-navi .navi-medium li {
    padding: 0 0.88235rem;
  }
}

@media (min-width: 95em) {
  .page-navi .navi-medium li {
    padding: 0 1.17647rem;
  }
}

.page-navi .navi-medium li.kontakt {
  padding-right: 0;
}

.page-navi .navi-medium li.start {
  padding-left: 0;
}

.page-navi .navi-medium li a, .page-navi .navi-medium li span {
  display: inline-block;
  border: none;
  padding: 0;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

@media (min-width: 62em) {
  .page-navi .navi-medium li a, .page-navi .navi-medium li span {
    font-size: 0.94118rem;
  }
}

@media (min-width: 75em) {
  .page-navi .navi-medium li a, .page-navi .navi-medium li span {
    font-size: 1.05882rem;
  }
}

@media (min-width: 95em) {
  .page-navi .navi-medium li a, .page-navi .navi-medium li span {
    font-size: 1.17647rem;
  }
}

.page-navi .navi-medium li a:hover, .page-navi .navi-medium li span:hover {
  color: #e1b640;
}

.page-navi .navi-medium li a.active, .page-navi .navi-medium li span.active {
  color: #e1b640;
  font-weight: 700;
}

.mobile-bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #94908e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.94118rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 894;
}

.mobile-bar li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 1.05882rem;
  color: #fff;
}

.mobile-bar li:first-child i {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  color: #e1b640;
}

.mobile-bar li:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mobile-bar li label[for="navi-toggled"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 1.05882rem;
}

.mobile-bar li label[for="navi-toggled"]:before {
  margin-right: 0.58824rem;
  color: #e1b640;
}

.mobile-bar li label[for="navi-toggled"]:after {
  background: rgba(39, 36, 30, 0.8);
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 2.94118rem;
  -webkit-transition: opacity .6s, visibility .6s;
  transition: opacity .6s, visibility .6s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}

@media (min-width: 50em) {
  .mobile-bar {
    display: none;
  }
}

#navi-toggled {
  display: none;
}

#navi-toggled:checked ~ * label[for="navi-toggled"]:before {
  color: #e1b640;
}

#navi-toggled:checked ~ * label[for="navi-toggled"]:after {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

#navi-toggled:checked ~ * .page-navi, #navi-toggled:checked ~ .page-navi {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

ul.navi-add {
  padding-top: 2.94118rem;
}

@media (min-width: 40em) {
  ul.navi-add {
    padding: 2.35294rem 0 2.35294rem 1.76471rem;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media (min-width: 62em) {
  ul.navi-add {
    float: right;
    padding: 0;
    border: none;
  }
}

ul.navi-add li {
  display: block;
  text-align: center;
  padding: 0.29412rem 0;
}

@media (min-width: 40em) {
  ul.navi-add li {
    text-align: left;
    padding: 0.17647rem 0;
  }
}

@media (min-width: 62em) {
  ul.navi-add li {
    display: inline-block;
    padding: 0;
    margin: 0 0.58824rem;
  }
}

ul.navi-add li a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
}

ul.navi-add li a:hover, ul.navi-add li a.active {
  color: #e1b640;
}

.page-wrap {
  padding-top: 2.94118rem;
}

@media (min-width: 50em) {
  .page-wrap {
    padding-top: 2.94118rem;
  }
}

body {
  overflow-x: hidden;
  margin-bottom: 2.94118rem;
}

.header {
  background: none;
  position: relative;
  padding: 0;
  width: 100%;
  z-index: 1;
}

.header .branding-dark {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1.17647rem;
}

@media (min-width: 50em) {
  .header .branding-dark {
    display: none;
  }
}

.header .branding-light {
  display: none;
  width: 100%;
  text-align: center;
}

@media (min-width: 50em) {
  .header .branding-light {
    text-align: center;
    display: block;
  }
}

@media (min-width: 62em) {
  .header .branding-light {
    text-align: left;
  }
}

.header ul.contactContainer {
  display: none;
}

@media (min-width: 50em) {
  .header ul.contactContainer {
    display: block;
    float: left;
    clear: both;
    text-align: center;
    border-bottom: 1px solid rgba(216, 216, 220, 0.3);
    padding: 0.58824rem 0;
    margin-bottom: 0.88235rem;
    width: 100%;
  }
}

@media (min-width: 62em) {
  .header ul.contactContainer {
    width: 90%;
    float: right;
    padding-top: 0;
    padding-bottom: 0.88235rem;
    margin-bottom: 0.88235rem;
    text-align: right;
  }
}

.header ul.contactContainer li {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  padding-right: 15px;
  font-size: 0.76471rem;
}

@media (min-width: 62em) {
  .header ul.contactContainer li {
    font-size: 1rem;
  }
}

.header ul.contactContainer li a {
  color: #fff;
  text-decoration: none;
}

.header ul.contactContainer li a:hover {
  color: #e1b640;
}

.header ul.contactContainer li i {
  color: #cecbc9;
  width: 1.76471rem;
  padding-left: 0.11765rem;
}

.header ul.contactContainer li.whatsapp {
  padding-right: 0;
}

.header ul.contactContainer li.whatsapp:before {
  content: url("../images/layout/whatsapp.png");
  width: 1.76471rem;
  padding-left: 0.11765rem;
  height: 1.41176rem;
  display: inline-block;
  position: relative;
  top: 0.29412rem;
}

.header ul.contactContainer li.whatsapp span {
  font-weight: 400;
}

.header div.containerFixed {
  position: relative;
  z-index: 500;
}

@media (min-width: 50em) {
  .header div.containerFixed {
    position: relative;
    z-index: 10;
    width: 100%;
  }
}

@media (min-width: 112.5em) {
  .header div.containerFixed {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 50em) {
  .header div.containerFixed.show {
    position: fixed;
    top: 0;
    max-width: 1800px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding: 1rem 1.05882rem;
    padding: 1.17647rem 0;
    background: rgba(148, 144, 142, 0.8);
  }
}

@media (min-width: 62em) {
  .header div.containerFixed.show {
    padding: 1.47059rem;
  }
}

@media (min-width: 50em) {
  .header div.containerFixed {
    position: absolute;
    top: 2.35294rem;
    z-index: 10;
    padding: 0 1.17647rem;
  }
}

@media (min-width: 75em) {
  .header div.containerFixed {
    top: 4.70588rem;
    padding: 0 2.35294rem;
  }
}

.header .full {
  height: auto;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  margin-left: 0;
}

@media (min-width: 50em) {
  .header .full {
    height: auto;
    display: block;
    margin-top: 0;
    display: block;
    position: relative;
    z-index: 0;
  }
}

@media (min-width: 75em) {
  .header .full {
    height: auto;
    z-index: 0;
  }
}

body.index .header .full {
  height: auto;
  margin-bottom: 0;
  display: block;
}

@media (min-width: 50em) {
  body.index .header .full {
    height: auto;
    display: block;
  }
}

@media (min-width: 75em) {
  body.index .header .full {
    height: auto;
  }
}

.header .full .slideshow {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
}

.header .full .slideshow .slick-track {
  height: 11.76471rem;
}

@media (min-width: 50em) {
  .header .full .slideshow .slick-track {
    height: 17.64706rem;
  }
}

@media (min-width: 62em) {
  .header .full .slideshow .slick-track {
    height: 17.64706rem;
  }
}

@media (min-width: 75em) {
  .header .full .slideshow .slick-track {
    display: block;
    height: 23.52941rem;
  }
}

body.index .header .full .slideshow .slick-track {
  height: 23.52941rem;
}

@media (min-width: 50em) {
  body.index .header .full .slideshow .slick-track {
    height: 40rem;
    margin-bottom: 0;
  }
}

@media (min-width: 75em) {
  body.index .header .full .slideshow .slick-track {
    height: 51.76471rem;
    margin-bottom: 0;
  }
}

@media (min-width: 75em) {
  .header .full .slideshow .slick-track, .header .full .slideshow .slick-list {
    height: 100%;
  }
}

.header .full .slideshow .slick-slide:after {
  background: none;
}

.header .full .slideshow .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  outline: 0;
}

.header .full .slideshow .slide.first {
  background: url(../images/layout/slider/bad-gestaltung-mobil.jpg) center center/cover;
  padding: 7.05882rem 0;
}

@media (min-width: 50em) {
  .header .full .slideshow .slide.first {
    background: url(../images/layout/slider/bad-gestaltung.jpg) no-repeat right center;
    padding: 14.70588rem 0;
  }
}

@media (min-width: 50em) {
}

@media (min-width: 75em) {
  .header .full .slideshow .slide.first {
    padding: 10.58824rem 0;
  }
}

.header .full .slideshow .slide.second {
  background: url(../images/layout/slider/bad-planung-mobil.jpg) center center/cover;
  padding: 7.05882rem 0;
}

@media (min-width: 50em) {
  .header .full .slideshow .slide.second {
    background: url(../images/layout/slider/bad-planung.jpg) no-repeat right center;
  }
}

body.nojs .header .full .slideshow .slide.second {
  display: none;
}

@media (min-width: 50em) {
  .header .full .slideshow .slide.second {
    padding: 14.70588rem 0;
  }
}

@media (min-width: 75em) {
  .header .full .slideshow .slide.second {
    padding: 10.58824rem 0;
  }
}

.header .full .slideshow .slide.third {
  background: url(../images/layout/slider/sanierung-mobil.jpg) center center/cover;
  padding: 7.05882rem 0;
}

@media (min-width: 50em) {
  .header .full .slideshow .slide.third {
    background: url(../images/layout/slider/sanierung.jpg) no-repeat right center;
  }
}

body.nojs .header .full .slideshow .slide.third {
  display: none;
}

@media (min-width: 50em) {
  .header .full .slideshow .slide.third {
    padding: 14.70588rem 0;
  }
}

@media (min-width: 75em) {
  .header .full .slideshow .slide.third {
    padding: 10.58824rem 0;
  }
}

.header .full .slideshow .slide blockquote {
  padding: 0 2.35294rem;
}

@media (min-width: 50em) {
  .header .full .slideshow .slide blockquote {
    position: relative;
    top: 7.35294rem;
  }
}

@media (min-width: 62em) {
  .header .full .slideshow .slide blockquote {
    top: 3.82353rem;
  }
}

.header .full .slideshow .slide blockquote a.btn {
  margin-top: 1.47059rem;
}

.header .full .slideshow .slide blockquote p {
  color: #fff;
  font-size: 0.94118rem;
  line-height: 1.29412rem;
  font-weight: 400;
  margin-bottom: 0;
}

.header .full .slideshow .slide blockquote p.headline {
  font-weight: 700;
  font-size: 1.47059rem;
  line-height: 1.76471rem;
  margin-bottom: 0.58824rem;
}

@media (min-width: 40em) {
  .header .full .slideshow .slide blockquote p.headline {
    font-size: 2.05882rem;
    line-height: 2.35294rem;
  }
}

@media (min-width: 62em) {
  .header .full .slideshow .slide blockquote p.headline {
    font-size: 2.94118rem;
    line-height: 3.52941rem;
    margin-bottom: 1.17647rem;
  }
}

@media (min-width: 75em) {
  .header .full .slideshow .slide blockquote p.headline {
    margin-bottom: 2.35294rem;
    font-size: 4.23529rem;
    line-height: 4.70588rem;
  }
}

@media (min-width: 40em) {
  .header .full .slideshow .slide blockquote p {
    font-size: 1.17647rem;
    line-height: 1.76471rem;
  }
}

@media (min-width: 62em) {
  .header .full .slideshow .slide blockquote p {
    font-size: 1.47059rem;
    line-height: 2.05882rem;
  }
}

@media (min-width: 75em) {
  .header .full .slideshow .slide blockquote p {
    font-size: 1.76471rem;
    line-height: 2.35294rem;
  }
}

@media (min-width: 50em) {
  .header .full .slideshow .slide blockquote p span {
    display: block;
  }
}

main {
  display: block;
}

main p, main ul, main li, main dd, main dl, main dt {
  color: #76746f;
}

main img,body.galerie main figcaption {
  margin-bottom: 1.47059rem;
}

main .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .order .right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 50em) {
  main .order .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 1.47059rem;
  }
}

@media (min-width: 75em) {
  main .order .right {
    padding-right: 2.94118rem;
  }
}

main .order .left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 50em) {
  main .order .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 1.47059rem;
  }
}

@media (min-width: 75em) {
  main .order .left {
    padding-left: 2.94118rem;
  }
}

@media (min-width: 50em) {
  main .padding-right {
    padding-right: 1.47059rem;
  }
}

@media (min-width: 75em) {
  main .padding-right {
    padding-right: 2.94118rem;
  }
}

main p.h6 > a, main p.h6 {
  font-weight: 700;
  color: #27241e;
  text-decoration: none;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}

main p.h6 > a:hover, main p.h6:hover {
  color: #e1b640;
}

main ul.list {
  margin-bottom: 0;
}

main ul.list li {
  padding: 0;
  margin-bottom: 2.05882rem;
}

main ul.list li.list-link {
  position: relative;
}

main ul.list li.list-link:before {
  content: url(../images/list-icon.jpg);
  height: 2.35294rem;
  width: 2.35294rem;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0.88235rem;
}

main ul.list li.list-link a, main ul.list li.list-link span {
  text-decoration: none;
  font-size: 1.29412rem;
  display: block;
  margin-bottom: 0.58824rem;
  color: #e1b640;
}

main ul.list li.list-link span {
  padding-left: 2.94118rem;
  padding-bottom: 0.29412rem;
}

main section.padding {
  padding: 3.52941rem 0;
}

@media (min-width: 50em) {
  main section.padding {
    padding: 5.88235rem 0;
  }
}

@media (min-width: 75em) {
  main section.padding {
    padding: 7.64706rem 0;
  }
}

main br.large {
  display: block;
}

@media (min-width: 30em) {
  main br.large {
    display: none;
  }
}

@media (min-width: 62em) {
  main br.large {
    display: block;
  }
}

@media (min-width: 62em) {
  main div.col.large-7.border {
    border-left: 2px solid #d8d8dc;
    padding-left: 3.52941rem;
  }
}

main p.highlight {
  color: #27241e;
  font-weight: 700;
  font-size: 1.29412rem;
  line-height: 1.76471rem;
}

main p:last {
  margin-bottom: 0;
}

main div.teaserContainer h2 {
  text-align: center;
}

main div.teaserContainer li {
  margin-bottom: 1.47059rem;
}

main div.teaserContainer li:before {
  display: none;
}

main div.teaserContainer li.garantie {
  height: auto;
}

main div.teaserContainer li.garantie .bg {
  border: 2px solid #d8d8dc;
  padding: 1.76471rem;
  text-align: center;
}

@media (min-width: 62em) {
  main div.teaserContainer li.garantie .bg {
    height: 32.88235rem;
  }
}

@media (min-width: 75em) {
  main div.teaserContainer li.garantie .bg {
    height: auto;
  }
}

main div.teaserContainer li.garantie .bg p {
  color: #76746f;
}

main div.teaserContainer li a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 200px 25px 100px 25px;
}

@media (min-width: 40em) {
  main div.teaserContainer li a {
    height: 26.47059rem;
  }
}

@media (min-width: 95em) {
  main div.teaserContainer li a {
    height: 32.88235rem;
    padding: 250px 65px 100px 65px;
  }
}

main div.teaserContainer li a:before {
  content: url(../images/layout/plus.png);
  width: 2.29412rem;
  height: 2.29412rem;
  display: block;
  text-align: center;
  position: absolute;
  margin-left: -1rem;
  left: 50%;
  top: 7.64706rem;
}

@media (min-width: 95em) {
  main div.teaserContainer li a:before {
    top: 10.58824rem;
  }
}

main div.teaserContainer li a.first {
  background: url(../images/layout/teaser-badgestaltung-mobil.jpg) no-repeat center center;
}

@media (min-width: 62em) {
  main div.teaserContainer li a.first {
    background: url(../images/layout/teaser-badgestaltung.jpg) no-repeat center center;
  }
}

main div.teaserContainer li a.second {
  background: url(../images/layout/teaser-sanierung-mobil.jpg) no-repeat center center;
}

@media (min-width: 62em) {
  main div.teaserContainer li a.second {
    background: url(../images/layout/teaser-sanierung.jpg) no-repeat center center;
  }
}

main div.teaserContainer li a.third {
  background: url(../images/layout/teaser-badplanung-mobil.jpg) no-repeat center center;
}

@media (min-width: 62em) {
  main div.teaserContainer li a.third {
    background: url(../images/layout/teaser-badplanung.jpg) no-repeat center center;
  }
}

main div.teaserContainer li a.fourth {
  background: url(../images/layout/teaser-fliesen-mobil.jpg) no-repeat center center;
}

@media (min-width: 62em) {
  main div.teaserContainer li a.fourth {
    background: url(../images/layout/teaser-fliesen-medium.jpg) no-repeat center center;
  }
}

@media (min-width: 75em) {
  main div.teaserContainer li a.fourth {
    background: url(../images/layout/teaser-fliesen-giant.jpg) no-repeat center center;
  }
}

@media (min-width: 95em) {
  main div.teaserContainer li a.fourth {
    height: 32.88235rem;
  }
}

main div.teaserContainer li a p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.82353rem;
  line-height: 1.35294rem;
  margin-bottom: 0;
}

main div.teaserContainer li a p.headline {
  font-weight: 700;
  font-size: 1.47059rem;
  margin-bottom: 1.17647rem;
  color: #fff;
}

@media (min-width: 62em) {
  main div.teaserContainer li a p.headline {
    font-size: 1.70588rem;
  }
}

@media (min-width: 112.5em) {
  main div.teaserContainer li a p.headline {
    font-size: 2.05882rem;
  }
}

@media (min-width: 62em) {
  main div.teaserContainer li a p.fliesen {
    padding: 0 5.88235rem;
  }
}

@media (min-width: 75em) {
  main div.teaserContainer li a p.fliesen {
    padding: 0;
  }
}

@media (min-width: 62em) {
  main div.teaserContainer li a p {
    font-size: 0.94118rem;
    line-height: 1.47059rem;
  }
}

main div.teaserContainer li a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 50em) {
  main .google-maps {
    height: 27.64706rem;
    border: 3px solid #fff;
  }
}

.footer {
  display: block;
  background: url(../images/layout/footer-badezimmer-planung-mobil.jpg) no-repeat center center;
  margin-top: 8.82353rem;
}

body.kontakt .footer {
  margin-top: 0;
}

@media (min-width: 50em) {
  .footer {
    background: url(../images/layout/footer-badezimmer-planung.jpg) no-repeat center center;
  }
}

.footer div.branding {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.footer div.branding img {
  width: auto;
  max-width: none;
  padding: 0.88235rem;
}

.footer div.bg-form {
  background: #fff;
  padding: 2.64706rem 1.76471rem;
  margin-top: -120px;
}

@media (min-width: 40em) {
  .footer div.bg-form {
    padding: 2.64706rem 2.64706rem;
  }
}

@media (min-width: 50em) {
  .footer div.bg-form {
    padding: 3.52941rem 5.29412rem;
  }
}

.footer div.bg-form p.headline {
  text-align: center;
  font-weight: 700;
  color: #27241e;
  font-size: 1.23529rem;
}

.footer div.border {
  padding: 5.88235rem 0;
}

@media (min-width: 50em) {
  .footer div.border {
    padding: 8.82353rem 0;
  }
}

@media (min-width: 75em) {
  .footer div.border {
    padding: 11.76471rem 0;
  }
}

.footer div.border h4 {
  font-size: 1.76471rem;
  line-height: 2.35294rem;
  text-align: center;
  width: 100%;
  color: #fff;
}

@media (min-width: 50em) {
  .footer div.border h4 {
    font-size: 2.35294rem;
    line-height: 2.94118rem;
  }
}

.footer div.border h4 span {
  color: #e1b640;
}

.footer div.border h4 span.break {
  display: block;
  color: #dddddd;
  font-weight: 400;
  font-size: 1.17647rem;
  line-height: 1.58824rem;
}

@media (min-width: 50em) {
  .footer div.border h4 span.break {
    font-size: 1.35294rem;
    line-height: 1.76471rem;
  }
}

.footer div.border .hr {
  background: rgba(255, 255, 255, 0.3);
}

.footer .counterContainer .counterIcons {
  font-size: 1.17647rem;
  text-align: center;
  color: #fff;
}

.footer .counterContainer .counterIcons .col.tiny-6.large-3 {
  padding-bottom: 50px;
}

@media (min-width: 95em) {
  .footer .counterContainer .counterIcons .col.tiny-6.large-3 {
    padding-bottom: 0px;
  }
}

.footer .counterContainer .counterIcons i {
  font-size: 3.35294rem;
  line-height: 100%;
  display: block;
  color: #fff;
}

.footer .counterContainer .counterIcons .count {
  font-size: 3.52941rem;
  line-height: 100%;
  padding: 1rem 0 0.5rem;
  display: block;
  color: #fff;
}

.footer .counterContainer .counterFooter p {
  padding: 2.5rem 2.5rem 0;
  color: #fff;
}

@media (min-width: 50em) {
  .footer .counterContainer .counterIcons {
    padding: 2.94118rem 0;
  }
  .footer .counterContainer .counterFooter p {
    line-height: 1.4em;
    padding: 0;
  }
}

@media (min-width: 75em) {
  .footer .counterContainer .counterFooter p {
    margin: 0;
  }
}

.red {
  background: red;
}

.red,.blue {
  width: 100%;
  display: block;
  height: 17.64706rem;
}

.blue {
  background: blue;
}

form.default {
  overflow: hidden;
  width: 100%;
}

form.default ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #94908e;
}

form.default ::-moz-placeholder {
  /* Firefox 19+ */
  color: #94908e;
}

form.default :-ms-input-placeholder {
  /* IE 10+ */
  color: #94908e;
}

form.default :-moz-placeholder {
  /* Firefox 18- */
  color: #94908e;
}

form.default fieldset {
  border: none;
  margin: 0 0 3.5rem 0;
}

form.default label, form.default input, form.default textarea, form.default select, form.default button, form.default [type="submit"] {
  min-height: 3.5rem;
}

form.default legend {
  width: 100%;
  display: block;
  padding: 0.58824rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #27241e;
}

form.default label {
  color: inherit;
  display: block;
  padding: 1rem 0 0.6rem;
  position: relative;
  clear: both;
}

form.default label small {
  color: #e1b640;
  display: inline-block;
  line-height: .5rem;
}

form.default label.floatLabel {
  float: left;
  width: calc(100% - 1.76471rem);
}

form.default label.error {
  -webkit-animation: error 1s;
  animation: error 1s;
  background: #D85D00;
  color: #fff;
  font-size: .9rem;
  max-width: none;
  margin: 0 0 .5rem 0;
  padding-left: 1.05882rem;
  padding-right: 1.05882rem;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (min-width: 30em) {
  form.default label.error {
    font-size: 1rem;
  }
}

form.default label.error:before {
  border-bottom: 0.58824rem solid #D85D00;
  border-left: 0.41176rem solid transparent;
  border-right: 0.41176rem solid transparent;
  border-top: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0.58824rem;
  top: -0.58824rem;
  width: 0;
}

form.default [type="text"], form.default [type="tel"], form.default [type="email"], form.default [type="file"], form.default input, form.default textarea, form.default select {
  background: #fff;
  border: 2px rgba(148, 144, 142, 0.5) solid;
  color: #27241e;
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.64706rem;
  margin: 0 0 .5rem 0;
  padding: .8rem;
  position: relative;
  resize: none;
  -webkit-transition: border .3s;
  transition: border .3s;
  width: 100%;
}

form.default [type="text"]:focus, form.default [type="tel"]:focus, form.default [type="email"]:focus, form.default [type="file"]:focus, form.default input:focus, form.default textarea:focus, form.default select:focus {
  background: #fafafa;
  outline: none;
}

form.default textarea {
  /* fake line-height */
  min-height: 3.5rem;
  padding-top: .9rem;
}

form.default textarea[name="Nachricht"] {
  min-height: 6.5rem;
}

form.default [type="checkbox"] {
  display: inline-block;
  float: right;
  margin: 0 0 0.5rem 0.88235rem;
  padding: 0;
  width: 0.88235rem;
  height: 0.88235rem;
}

body.iexplore form.default [type="checkbox"] {
  border: none;
}

body.iexplore form.default [type="checkbox"]:focus {
  background: none;
}

form.default [type="radio"] {
  clear: none;
  float: left;
  width: 0.88235rem;
  margin: .4rem .8rem 0 0;
  min-height: auto;
}

form.default button, form.default [type="submit"] {
  background: #e1b640;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  margin: 0 0 1.75rem;
  padding: 0.8rem 18px;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

form.default button:hover, form.default button:focus, form.default [type="submit"]:hover, form.default [type="submit"]:focus {
  background: #27241e;
}

form.default .errorContainer {
  position: relative;
}

form.quick {
  overflow: hidden;
  width: 100%;
}

form.quick ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #94908e;
}

form.quick ::-moz-placeholder {
  /* Firefox 19+ */
  color: #94908e;
}

form.quick :-ms-input-placeholder {
  /* IE 10+ */
  color: #94908e;
}

form.quick :-moz-placeholder {
  /* Firefox 18- */
  color: #94908e;
}

form.quick fieldset {
  border: none;
  margin: 0;
}

form.quick label, form.quick input, form.quick textarea, form.quick select, form.quick button, form.quick [type="submit"] {
  min-height: 1.5rem;
}

form.quick label {
  color: inherit;
  display: block;
  padding: 1rem 0 0.6rem;
  position: relative;
  clear: both;
}

form.quick label.none {
  display: none;
}

form.quick label small {
  color: #D85D00;
  display: block;
  line-height: .5rem;
  position: absolute;
}

form.quick label.floatLabel {
  float: left;
  width: calc(100% - 1.76471rem);
  margin-bottom: 0.29412rem;
  font-size: 0.82353rem;
  line-height: 1.17647rem;
  padding-top: 0;
  color: #76746f;
}

@media (min-width: 50em) {
  form.quick label.floatLabel {
    margin-bottom: 1.47059rem;
  }
}

form.quick label.error {
  -webkit-animation: error 1s;
  animation: error 1s;
  background: #D85D00;
  color: #fff;
  font-size: .9rem;
  max-width: none;
  margin: 0 0 .5rem 0;
  padding-left: 1.05882rem;
  padding-right: 1.05882rem;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (min-width: 30em) {
  form.quick label.error {
    font-size: 1rem;
  }
}

form.quick label.error:before {
  border-bottom: 0.58824rem solid #D85D00;
  border-left: 0.41176rem solid transparent;
  border-right: 0.41176rem solid transparent;
  border-top: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0.58824rem;
  top: -0.58824rem;
  width: 0;
}

form.quick [type="text"], form.quick [type="tel"], form.quick [type="email"], form.quick [type="file"], form.quick input, form.quick textarea, form.quick select {
  background: #fff;
  border: 2px rgba(148, 144, 142, 0.5) solid;
  color: #27241e;
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.64706rem;
  margin: 0 0 .5rem 0;
  padding: .8rem;
  position: relative;
  resize: none;
  -webkit-transition: border .3s;
  transition: border .3s;
  width: 100%;
}

form.quick [type="text"]:focus, form.quick [type="tel"]:focus, form.quick [type="email"]:focus, form.quick [type="file"]:focus, form.quick input:focus, form.quick textarea:focus, form.quick select:focus {
  background: #fafafa;
  outline: none;
}

form.quick textarea {
  /* fake line-height */
  padding-top: .9rem;
}

@media (min-width: 50em) {
  form.quick textarea {
    height: 11.58rem;
  }
}

form.quick [type="checkbox"] {
  display: inline-block;
  float: right;
  margin: 0 0 0.5rem 0.88235rem;
  padding: 0;
  width: 0.88235rem;
  height: 0.88235rem;
}

body.iexplore form.quick [type="checkbox"] {
  border: none;
}

body.iexplore form.quick [type="checkbox"]:focus {
  background: none;
}

form.quick [type="radio"] {
  clear: none;
  float: left;
  width: 0.88235rem;
  margin: .4rem .8rem 0 0;
  min-height: auto;
}

form.quick button, form.quick [type="submit"] {
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  margin: 0;
  padding: 0.8rem 18px;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

form.quick button:hover, form.quick button:focus, form.quick [type="submit"]:hover, form.quick [type="submit"]:focus {
  background: #27241e;
}

form.quick .errorContainer {
  position: relative;
}

/*=VALIDATION */
@keyframes error {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes error {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.specialfield {
  display: none !important;
  visibility: hidden !important;
}

#newsletter-info {
  background: #D85D00;
  color: #fff;
  font-weight: bold;
  margin-bottom: 28px;
  padding: 18px;
}

#newsletter-info *:last-of-type {
  margin-bottom: 0;
}

img[name=vimg] + input[name=imgverify] {
  float: right;
}

.captcha-and-submit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px; /* Razmak između reCAPTCHA i dugmeta */
}

button.btn {
    margin-left: 20px; /* Ukoliko želiš dodatni razmak između reCAPTCHA i dugmeta */
}

/* Stilizacija za datenschutz */
.datenschutz-row {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Stilizacija za reCAPTCHA i dugme */
.captcha-and-submit-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px; /* Razmak između reCAPTCHA i dugmeta */
    margin-top: 20px; /* Dodatni razmak iznad reCAPTCHA */
}

/* Dodatni stilovi za poravnavanje unutar formi */
button.btn {
    margin-left: 10px;
}
#formResponse {
    text-align: center; /* Poravnanje poruke na sredinu */
    margin-top: 20px;   /* Dodaj razmak iznad poruke */
    font-weight: bold;  /* Podebljaj tekst poruke */
    font-size: 16px;    /* Povećaj veličinu fonta za poruku */
}
