@charset "UTF-8";
@import url("https://p.typekit.net/p.css?s=1&k=isd6fge&ht=tk&f=39295.39296.39297.39298.39304.39305.39306.39307&a=5288130&app=typekit&e=css");
.container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 8px;
  padding-left: 8px;
}

.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
}

@media only screen and (min-width: 576px) {
  .container {
    width: 560px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 752px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 976px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1184px;
    max-width: 100%;
  }
}
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

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

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

[class^=col-],
[class*=" col-"] {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100%;
}

[class^=col-xs],
[class*=" col-xs"] {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 8px;
  padding-left: 8px;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

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

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

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

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

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

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

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

.initial-order-xs {
  -webkit-box-ordinal-group: NaN;
  -ms-flex-order: initial;
  order: initial;
}

@media only screen and (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

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

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

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

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

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

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

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

  .initial-order-sm {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial;
  }
}
@media only screen and (min-width: 768px) {
  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

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

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

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

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

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

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

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

  .initial-order-md {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

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

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

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

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

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

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

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

  .initial-order-lg {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial;
  }
}
@media only screen and (min-width: 1200px) {
  .col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-offset-0,
.col-xl-offset-1,
.col-xl-offset-2,
.col-xl-offset-3,
.col-xl-offset-4,
.col-xl-offset-5,
.col-xl-offset-6,
.col-xl-offset-7,
.col-xl-offset-8,
.col-xl-offset-9,
.col-xl-offset-10,
.col-xl-offset-11,
.col-xl-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px;
  }

  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

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

  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

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

  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

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

  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

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

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

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

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

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

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

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

  .initial-order-xl {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial;
  }
}
@media only screen and (max-width: 575px) {
  .hidden-xs {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

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

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

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.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(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-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 {
  filter: none;
}

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

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

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

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

.fa-inverse {
  color: #ffffff;
}

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

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

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

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

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

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

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

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

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

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

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

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

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

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

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

.fa-times-circle:before {
  content: "";
}

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

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

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

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

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

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

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

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

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

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

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

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

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

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

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

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

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

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

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

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

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

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

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

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

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

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

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

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

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

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

.fa-venus-mars:before {
  content: "";
}

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

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

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

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

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

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

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

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

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

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

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

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

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

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

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

.fa-clone:before {
  content: "";
}

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

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

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

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

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

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

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

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

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

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

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

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-fonticons:before {
  content: "";
}

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

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

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

.fa-usb:before {
  content: "";
}

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

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

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

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

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

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

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

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

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

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

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

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

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

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

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

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

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

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

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

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

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

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

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

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

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

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * gill-sans-nova:
 *   - http://typekit.com/eulas/00000000000000003b9b1f7f
 *   - http://typekit.com/eulas/00000000000000003b9b1f80
 *   - http://typekit.com/eulas/00000000000000003b9b1f81
 *   - http://typekit.com/eulas/00000000000000003b9b1f82
 *   - http://typekit.com/eulas/00000000000000003b9b1f88
 *   - http://typekit.com/eulas/00000000000000003b9b1f89
 *   - http://typekit.com/eulas/00000000000000003b9b1f8a
 *   - http://typekit.com/eulas/00000000000000003b9b1f8b
 *
 * © 2009-2019 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2019-07-03 18:39:51 UTC"}*/
@font-face {
  font-family: "gill-sans-nova";
  src: url("https://use.typekit.net/af/fec18b/00000000000000003b9b1f7f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/fec18b/00000000000000003b9b1f7f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/fec18b/00000000000000003b9b1f7f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "gill-sans-nova";
  src: url("https://use.typekit.net/af/0263d6/00000000000000003b9b1f80/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/0263d6/00000000000000003b9b1f80/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/0263d6/00000000000000003b9b1f80/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "gill-sans-nova";
  src: url("https://use.typekit.net/af/078c93/00000000000000003b9b1f81/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/078c93/00000000000000003b9b1f81/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/078c93/00000000000000003b9b1f81/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "gill-sans-nova";
  src: url("https://use.typekit.net/af/7c22c1/00000000000000003b9b1f82/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/7c22c1/00000000000000003b9b1f82/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/7c22c1/00000000000000003b9b1f82/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "gill-sans-nova";
  src: url("https://use.typekit.net/af/800838/00000000000000003b9b1f88/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/800838/00000000000000003b9b1f88/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/800838/00000000000000003b9b1f88/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "gill-sans-nova";
  src: url("https://use.typekit.net/af/2d68de/00000000000000003b9b1f89/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/2d68de/00000000000000003b9b1f89/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/2d68de/00000000000000003b9b1f89/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "gill-sans-nova";
  src: url("https://use.typekit.net/af/202898/00000000000000003b9b1f8a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/202898/00000000000000003b9b1f8a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/202898/00000000000000003b9b1f8a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "gill-sans-nova";
  src: url("https://use.typekit.net/af/fae4e4/00000000000000003b9b1f8b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"), url("https://use.typekit.net/af/fae4e4/00000000000000003b9b1f8b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"), url("https://use.typekit.net/af/fae4e4/00000000000000003b9b1f8b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}
.tk-gill-sans-nova {
  font-family: "gill-sans-nova", sans-serif;
}

/*------------------------
	icons
-------------------------*/
@font-face {
  font-family: "tm-font";
  src: url("/assets/fonts/tm-font.eot");
  src: url("/assets/fonts/tm-font.eot") format("embedded-opentype"), url("/assets/fonts/tm-font.woff2") format("woff2"), url("/assets/fonts/tm-font.woff") format("woff"), url("/assets/fonts/tm-font.ttf") format("truetype"), url("/assets/fonts/tm-font.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*@mixin filter ($type, $percent) {
    -moz-filter: ~"${type}(${percent}%)";
    -ms-filter: ~"${type}(${percent}%)";
    -o-filter: ~"${type}(${percent}%)";
    -webkit-filter: ~"${type}(${percent}%)";
    filter: ~"${type}(${percent}%)";
}*/
html,
body {
  margin: 0;
  padding: 0;
}

a {
  color: #3678BC;
  position: relative;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

#app {
  overflow-x: hidden;
}

#viewport {
  overflow-x: hidden;
}

.no-scroll {
  overflow: hidden;
}

a {
  color: inherit;
}

.colored-links a {
  color: #3678BC;
}
.colored-links a:hover {
  color: #0099fa;
}

.product-neg-margin {
  margin: 0 -10px;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
textarea,
select,
.button,
.address-radio .address-radio-wrapper.last .control input[type=radio] + label,
button {
  font-family: "gill-sans-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

button {
  font-size: 16px;
  line-height: 30px;
}

* {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

*:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  font-weight: normal;
}

a:hover:after {
  display: none;
}

button:not(:active):after {
  animation-duration: 3s !important;
}

.ticks ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0 0 0 20px;
}
.ticks li {
  line-height: 30px;
  margin-bottom: 2px;
}
.ticks li:before {
  display: inline-block;
  font-family: FontAwesome;
  color: #3678BC;
  content: "";
  margin-left: -20px;
  width: 20px;
}

/*------------------------
	icons
-------------------------*/
@font-face {
  font-family: "tm-font";
  src: url("/assets/fonts/tm-font.eot");
  src: url("/assets/fonts/tm-font.eot") format("embedded-opentype"), url("/assets/fonts/tm-font.woff2") format("woff2"), url("/assets/fonts/tm-font.woff") format("woff"), url("/assets/fonts/tm-font.ttf") format("truetype"), url("/assets/fonts/tm-font.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "gill-sans-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  background-color: #F7F8FD;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Rajdhani", 'Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif';
}

h1,
.h1 {
  font-size: 26px;
}

h2,
.h2 {
  font-size: 20px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

.serif {
  font-family: 'Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif';
}

.sans-serif {
  font-family: "gill-sans-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

.weight-400 {
  font-weight: 400;
}

.weight-700 {
  font-weight: 700;
}

.lh16 {
  line-height: 16px;
}

.lh20 {
  line-height: 20px;
}

.lh25 {
  line-height: 25px;
}

.lh30 {
  line-height: 30px;
}

.lh35 {
  line-height: 35px;
}

.lh40 {
  line-height: 40px;
}

.fs-medium-small {
  font-size: 14px;
}

.fs-medium {
  font-size: 18px;
}

.fs-large {
  font-size: 24px;
}

.fs-big {
  font-size: 36px;
}

.fs16 {
  font-size: 16px;
}

.cl-transparent {
  color: transparent;
}

.cl-black {
  color: #000;
}

.cl-white {
  color: #fff;
}

.cl-white-smoke {
  color: #f2f2f2;
}

.cl-gainsboro {
  color: #e0e0e0;
}

.cl-silver {
  color: #bdbdbd;
}

.cl-gray {
  color: #828282;
}

.cl-suva-gray {
  color: #8e8e8e;
}

.cl-matterhorn {
  color: #4f4f4f;
}

.cl-burnt-sienna {
  color: #eb5757;
}

.cl-buccaneer {
  color: #755;
}

.cl-forest-green {
  color: #308c14;
}

.cl-puerto-rico {
  color: #4dba87;
}

.cl-mine-shaft {
  color: #333;
}

.cl-primary {
  color: #3678BC;
}

.\:cl-primary:hover {
  color: #0099fa;
}

.cl-secondary {
  color: #828282;
}

.\:cl-secondary:hover {
  color: #9c9c9c;
}

.cl-accent {
  color: #3678BC;
}

.\:cl-accent:hover {
  color: #000;
}

.cl-menu-accent {
  color: #4f4f4f;
}

.\:cl-menu-accent:hover {
  color: #000;
}

.cl-tertiary {
  color: #bdbdbd;
}

.cl-success {
  color: #4dba87;
}

.cl-warning {
  color: #755;
}

.cl-error {
  color: #eb5757;
}

.cl-bg-primary {
  color: #fff;
}

.\:cl-bg-primary:hover {
  color: #bdbdbd;
}

.cl-bg-secondary {
  color: #f2f2f2;
}

.\:cl-bg-secondary:hover {
  color: #e0e0e0;
}

.cl-bg-tertiary {
  color: #8e8e8e;
}

.cl-brdr-primary {
  color: #bdbdbd;
}

.cl-brdr-secondary {
  color: #e0e0e0;
}

.bg-cl-transparent {
  background-color: transparent;
}

.bg-cl-black {
  background-color: #000;
}

.bg-cl-white {
  background-color: #fff;
}

.bg-cl-white-smoke {
  background-color: #f2f2f2;
}

.bg-cl-gainsboro {
  background-color: #e0e0e0;
}

.bg-cl-silver {
  background-color: #bdbdbd;
}

.bg-cl-gray {
  background-color: #828282;
}

.bg-cl-suva-gray {
  background-color: #8e8e8e;
}

.bg-cl-matterhorn {
  background-color: #4f4f4f;
}

.bg-cl-burnt-sienna {
  background-color: #eb5757;
}

.bg-cl-buccaneer {
  background-color: #755;
}

.bg-cl-forest-green {
  background-color: #308c14;
}

.bg-cl-puerto-rico {
  background-color: #4dba87;
}

.bg-cl-mine-shaft {
  background-color: #333;
}

.bg-cl-primary {
  background-color: #fff;
}

.\:bg-cl-primary:hover {
  background-color: #bdbdbd;
}

.bg-cl-secondary {
  background-color: #f2f2f2;
}

.\:bg-cl-secondary:hover {
  background-color: #e0e0e0;
}

.bg-cl-tertiary {
  background-color: #8e8e8e;
}

.bg-cl-th-primary {
  background-color: #3678BC;
}

.\:bg-cl-th-primary:hover {
  background-color: #0099fa;
}

.bg-cl-th-secondary {
  background-color: #828282;
}

.\:bg-cl-th-secondary:hover {
  background-color: #9c9c9c;
}

.bg-cl-th-accent {
  background-color: #3678BC;
}

.\:bg-cl-th-accent:hover {
  background-color: #000;
}

.bg-cl-th-menu-accent {
  background-color: #4f4f4f;
}

.\:bg-cl-th-menu-accent:hover {
  background-color: #000;
}

.bg-cl-th-tertiary {
  background-color: #bdbdbd;
}

.bg-cl-th-success {
  background-color: #4dba87;
}

.bg-cl-th-warning {
  background-color: #755;
}

.bg-cl-th-error {
  background-color: #eb5757;
}

.inline-flex {
  display: inline-flex;
}

.flex {
  display: flex;
}

.block {
  display: block;
}

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.border-box {
  box-sizing: border-box;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-100 {
  height: 100%;
}

.w-50 {
  width: 50%;
}

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

.brdr-none {
  border: none;
}

.brdr-1 {
  border: 1px solid;
}

.brdr-top-1 {
  border-top-width: 1px;
  border-top-style: solid;
}

.brdr-bottom-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.brdr-left-1 {
  border-left-width: 1px;
  border-left-style: solid;
}

.brdr-right-1 {
  border-right-width: 1px;
  border-right-style: solid;
}

.brdr-square {
  border-radius: 0;
}

.brdr-circle {
  border-radius: 50%;
}

.brdr-cl-transparent {
  border-color: transparent;
}

.brdr-cl-black {
  border-color: #000;
}

.brdr-cl-white {
  border-color: #fff;
}

.brdr-cl-white-smoke {
  border-color: #f2f2f2;
}

.brdr-cl-gainsboro {
  border-color: #e0e0e0;
}

.brdr-cl-silver {
  border-color: #bdbdbd;
}

.brdr-cl-gray {
  border-color: #828282;
}

.brdr-cl-suva-gray {
  border-color: #8e8e8e;
}

.brdr-cl-matterhorn {
  border-color: #4f4f4f;
}

.brdr-cl-burnt-sienna {
  border-color: #eb5757;
}

.brdr-cl-buccaneer {
  border-color: #755;
}

.brdr-cl-forest-green {
  border-color: #308c14;
}

.brdr-cl-puerto-rico {
  border-color: #4dba87;
}

.brdr-cl-mine-shaft {
  border-color: #333;
}

.brdr-cl-primary {
  border-color: #bdbdbd;
}

.brdr-cl-secondary {
  border-color: #e0e0e0;
}

.brdr-cl-th-primary {
  border-color: #3678BC;
}

.\:brdr-cl-th-primary:hover {
  border-color: #0099fa;
}

.brdr-cl-th-secondary {
  border-color: #828282;
}

.\:brdr-cl-th-secondary:hover {
  border-color: #9c9c9c;
}

.brdr-cl-th-accent {
  border-color: #3678BC;
}

.\:brdr-cl-th-accent:hover {
  border-color: #000;
}

.brdr-cl-th-menu-accent {
  border-color: #4f4f4f;
}

.\:brdr-cl-th-menu-accent:hover {
  border-color: #000;
}

.brdr-cl-th-tertiary {
  border-color: #bdbdbd;
}

.brdr-cl-th-success {
  border-color: #4dba87;
}

.brdr-cl-th-warning {
  border-color: #755;
}

.brdr-cl-th-error {
  border-color: #eb5757;
}

.brdr-cl-bg-primary {
  border-color: #fff;
}

.\:brdr-cl-bg-primary:hover {
  border-color: #bdbdbd;
}

.brdr-cl-bg-secondary {
  border-color: #f2f2f2;
}

.\:brdr-cl-bg-secondary:hover {
  border-color: #e0e0e0;
}

.brdr-cl-bg-tertiary {
  border-color: #8e8e8e;
}

.m0 {
  margin: 0px;
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m40 {
  margin: 40px;
}

.m5p {
  margin: 5%;
}

.mx5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mx10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx5p {
  margin-left: 5%;
  margin-right: 5%;
}

.my0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my5p {
  margin-top: 5%;
  margin-bottom: 5%;
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt5p {
  margin-top: 5%;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb5p {
  margin-bottom: 5%;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml5p {
  margin-left: 5%;
}

.mr0 {
  margin-right: 0px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr35 {
  margin-right: 35px;
}

.mr5p {
  margin-right: 5%;
}

.p0 {
  padding: 0px;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p12 {
  padding: 12px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p45 {
  padding: 45px;
}

.p50 {
  padding: 50px;
}

.px2 {
  padding-left: 2px;
  padding-right: 2px;
}

.px10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px25 {
  padding-left: 25px;
  padding-right: 25px;
}

.px40 {
  padding-left: 40px;
  padding-right: 40px;
}

.px55 {
  padding-left: 55px;
  padding-right: 55px;
}

.px65 {
  padding-left: 65px;
  padding-right: 65px;
}

.px70 {
  padding-left: 70px;
  padding-right: 70px;
}

.px10p {
  padding-left: 10%;
  padding-right: 10%;
}

.py0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt70 {
  padding-top: 70px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pr0 {
  padding-right: 0px;
}

.pr5 {
  padding-right: 5px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr55 {
  padding-right: 55px;
}

.pr70 {
  padding-right: 70px;
}

.pl0 {
  padding-left: 0px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl70 {
  padding-left: 70px;
}

#header {
  height: 105px;
  top: -106px;
  z-index: 5;
  transition: top 0.2s ease-in-out;
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}
#header button:not(.categories__button):not(.close-button):not(.load-more) {
  background-color: transparent;
  color: #3678BC;
}
#header.is-visible {
  top: 0;
}
#header .logo img {
  max-width: 100%;
}
#header .burger-menu {
  padding: 0px;
}
#header .burger-menu:before {
  content: "\ea2a";
  font-family: tm-font;
  font-size: 30px;
  line-height: 40px;
}
#header > .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
#header .minicart {
  background-color: transparent;
  border: 0px;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 10px 0px 0px;
  line-height: 30px;
  color: #000000;
  position: relative;
  float: right;
}
#header .minicart:before {
  content: "\ea03";
  font-family: tm-font;
  font-size: 30px;
  line-height: 40px;
  float: left;
  margin-right: 5px;
  color: #45BF99;
}
#header .minicart-count {
  position: absolute;
  font-size: 12px;
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
  line-height: 16px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #4496EC;
  border-color: #45BF99;
  top: 0px;
  right: 0;
}
#header .dropdown-title {
  height: 100%;
}
#header .row {
  align-items: flex-start;
}
#header .header-banner {
  background-color: #3678BC;
  color: #fff;
  text-align: center;
  font-family: "Rajdhani", 'Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif';
  font-weight: 600;
  padding: 5px 0px;
}
#header .header-banner > .container {
  text-align: left;
}
#header .haendler-bund {
  display: inline-block;
  position: relative;
}
#header .haendler-bund:before {
  content: "\ea25";
  font-family: tm-font;
  font-size: 24px;
  position: absolute;
  top: -20px;
  left: 0;
}
#header .cms-content {
  display: none;
}
#header .checkbox {
  float: right;
  min-width: 140px;
}
#header .checkbox input {
  left: auto;
  right: 0px;
}
#header .checkbox label {
  padding-left: 0;
  padding-right: 45px;
}
#header .checkbox label:before {
  left: auto;
  right: 0;
}
#header .checkbox label:after {
  left: auto;
  right: 18px;
}
#header .checkbox input:checked + label:not(.disabled):after {
  left: auto;
  right: 2px;
}
#header .usp {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#header .usp-shopping, #header .usp-products, #header .usp-consultation {
  display: none;
}
#header .usp li {
  list-style: none;
  text-transform: uppercase;
  padding: 0 10px;
}
#header .usp li:before {
  float: left;
  color: #FFF;
  font-size: 22px;
  margin-right: 5px;
}

.sidebar-menu a {
  font-size: 18px;
}

.sidebar-submenu .cl-accent {
  color: #4f4f4f;
}

.header-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  background-color: white;
  flex-wrap: nowrap;
  height: 50px;
  position: relative;
}
.header-menu > li, .header-menu ul.level1 > li {
  display: block;
}
.header-menu > li ul.level1 {
  display: none;
  position: absolute;
  padding-bottom: 20px;
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  top: 100%;
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
}
.header-menu > li:hover ul.level1 {
  display: flex;
}
.header-menu .highlight > a {
  color: #F29C38;
}
.header-menu .focus {
  color: #F29C38;
}
.header-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header-menu .link {
  display: inline-block;
  padding: 5px 10px;
  /*line-height: $base-line-height;*/
  box-sizing: border-box;
}
.header-menu .level0-li:hover .level0-link {
  background-color: #3678BC;
  color: #fff;
}
.header-menu .level0-li.highlight:hover .level0-link {
  background-color: #F29C38;
}
.header-menu .break-lines {
  order: 2;
  display: block;
  width: 100%;
}
.header-menu .level2 {
  background-color: #3678BC;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-menu .level2:after {
  content: "";
  display: block;
  clear: both;
}
.header-menu .level2-li {
  width: 25%;
  color: #fff;
  float: left;
}
.header-menu .level2-li:hover .link {
  text-decoration: underline;
}
.header-menu .level2-li:hover .link:before {
  left: 23px;
}
.header-menu .level2-link {
  padding: 0 10px 0 33px;
}
.header-menu .level2-link:before {
  content: "\ea07";
  position: absolute;
  font-family: tm-font;
  left: 20px;
  font-size: 8px;
  display: inline-block;
  text-decoration: none;
  -moz-transition: left 0.2s linear;
  -ms-transition: left 0.2s linear;
  -o-transition: left 0.2s linear;
  -webkit-transition: left 0.2s linear;
  transition: left 0.2s linear;
}
.header-menu .level1 {
  flex-wrap: wrap;
  background: #fff;
  left: 0px;
}
.header-menu .level1-li {
  flex: 0 0 25%;
  order: 4;
}
.header-menu .level1-li.focus {
  order: 1;
}
.header-menu .level1-li.focus > .link {
  padding: 20px 5px;
  color: #3678BC;
  text-transform: uppercase;
  text-align: center;
  font-family: "Rajdhani", 'Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif';
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
.header-menu .level1-li.focus > .link:before {
  display: none;
}
.header-menu .level1-li.focus.open > .link, .header-menu .level1-li.focus:hover > .link {
  background-color: #3678BC;
  color: #fff;
  text-decoration: none;
}
.header-menu .level1-li.focus.open > .link:before, .header-menu .level1-li.focus:hover > .link:before {
  color: #fff;
}
.header-menu .level1-li.topcatsub {
  order: 3;
  flex: 0 0 100%;
  margin-bottom: 10px;
}
.header-menu .level1-link {
  width: 100%;
  padding: 0 10px 0 33px;
  position: relative;
}
.header-menu .level1-link:before {
  content: "\ea07";
  position: absolute;
  font-family: tm-font;
  color: #3678BC;
  top: 0px;
  left: 20px;
  font-size: 8px;
  display: inline-block;
  text-decoration: none;
}
.header-menu .level1-link:hover {
  color: #3678BC;
  text-decoration: underline;
}
.header-menu .level1-link:hover:before {
  left: 23px;
  -moz-transition: left 0.2s linear;
  -ms-transition: left 0.2s linear;
  -o-transition: left 0.2s linear;
  -webkit-transition: left 0.2s linear;
  transition: left 0.2s linear;
}
.header-menu .level1-link {
  line-height: 20px;
  word-break: break-word;
}

.header-placeholder {
  height: 105px;
}

@media (max-width: 767px) {
  #header .logo a:before {
    content: "\ea28";
    font-family: tm-font;
    color: #3678BC;
    font-size: 30px;
    line-height: 40px;
  }
  #header .logo img {
    display: none;
  }
}
@media (min-width: 768px) {
  #header {
    height: 115px;
    top: -116px;
  }
  #header .cms-content {
    display: inline-block;
    width: -moz-calc(100% - 200px);
    width: -ms-calc(100% - 200px);
    width: -o-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
  }
  #header .haendler-bund {
    float: left;
  }
  #header .haendler-bund:before {
    position: static;
    float: left;
  }

  .header-placeholder {
    height: 115px;
  }
}
@media (min-width: 992px) {
  #header .dropdown span {
    line-height: 36px;
  }
  #header .dropdown-title:before {
    line-height: 36px;
    float: left;
  }
  #header .dropdown-title:after {
    line-height: 36px;
    float: right;
  }
}
@media (min-width: 1200px) {
  #header .dropdown {
    float: right;
  }
  #header .minicart:before {
    font-size: 18px;
  }

  #header {
    height: 153px;
    top: -154px;
  }

  .header-placeholder {
    height: 153px;
  }
}
button.dial-field {
  background-color: #FFFFFF;
  padding: 0px;
}
button.dial-field.dial-down {
  padding-bottom: 5px;
}

.dial {
  min-width: 150px;
}
.dial label {
  float: left;
  margin-right: 20px;
}
.dial-field {
  user-select: none;
  width: 38px;
  height: 38px;
  border: 2px solid #cfcfcf;
  float: left;
  text-align: center;
  color: #3678BC;
  font-size: 28px;
  cursor: pointer;
}
.dial-field:hover {
  color: #FFFFFF;
  background-color: #3678BC;
  border-color: #3678BC;
}
.dial-up {
  margin-left: 3px;
}
.dial-down {
  line-height: 25px;
  margin-right: 3px;
}
.dial .qty {
  float: left;
  width: 38px;
  height: 38px;
  padding: 0px;
  text-align: center;
}
.dial input[type=number]::-webkit-inner-spin-button,
.dial input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#footer {
  text-align: left;
  margin-top: 20px;
}
#footer .cms-content {
  margin-bottom: 20px;
}
#footer ul {
  margin: 0px;
  padding: 0px;
}
#footer .usp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  color: #3678BC;
  font-weight: bold;
  line-height: 20px;
  font-family: "Rajdhani", 'Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif';
}
#footer .usp li {
  flex: 1 1 0;
  position: relative;
  display: inline-block;
  padding: 10px 0;
}
#footer .usp li:before {
  line-height: 20px;
  font-size: 20px;
  float: left;
  margin-right: 5px;
}
#footer .advantages {
  background-color: #FFFFFF;
  padding: 40px 0 20px;
  -moz-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05);
}
#footer .h1 {
  margin-bottom: 20px;
}
#footer .footer-links {
  padding: 20px 0;
}
#footer .footer-links .title {
  font-family: "Rajdhani", 'Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif';
  font-weight: bold;
  font-size: 20px;
  color: #3678BC;
  margin-bottom: 10px;
}
#footer .footer-links li {
  display: block;
}
#footer .footer-links li span:before,
#footer .footer-links li a:before {
  content: "\ea07";
  font-family: tm-font;
  font-size: 10px;
  display: inline-block;
  float: left;
  margin-right: 5px;
  color: #3678BC;
  position: relative;
  left: 0px;
}
#footer .footer-links li a:hover:before {
  left: 3px;
  -moz-transition: left 0.2s linear;
  -ms-transition: left 0.2s linear;
  -o-transition: left 0.2s linear;
  -webkit-transition: left 0.2s linear;
  transition: left 0.2s linear;
}
#footer .widget-payment ul {
  display: flex;
  margin: 0px -10px;
}
@media (max-width: 767px) {
  #footer .widget-payment ul {
    flex-wrap: wrap;
  }
}
#footer .payments {
  padding: 20px 0;
}
#footer .payment {
  float: left;
  display: inline-block;
  margin: 0px 10px 10px 10px;
}
#footer .payment a {
  background-image: url("../images/payment-shipping.svg");
  height: 40px;
  background-repeat: no-repeat;
  display: inline-block;
}
#footer .payment-paypal a {
  background-position: 0 0;
  width: 150px;
}
#footer .payment-master-card a {
  background-position: -150px 0;
  width: 50px;
}
#footer .payment-visa a {
  background-position: -200px 0;
  width: 110px;
}
#footer .payment-american-express a {
  background-position: -310px 0;
  width: 50px;
}
#footer .payment-debit a {
  background-position: -360px 0;
  width: 100px;
}
#footer .payment-ec a {
  background-position: -460px 0;
  width: 40px;
}
#footer .payment-bank-transfer-payment a {
  background-position: -500px 0;
  width: 60px;
}
#footer .payment-invoice a {
  background-position: -561px 0;
  width: 60px;
}

*.cmpboxrecall {
  z-index: 2 !important;
}

@media (min-width: 576px) {
  .footer-menu li {
    width: 50%;
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  #footer .usp {
    flex-direction: row;
    text-align: center;
  }
  #footer .usp li {
    padding: 60px 10px 20px;
  }
  #footer .usp li:before {
    position: absolute;
    top: 0px;
    left: -moz-calc(50% - 20px);
    left: -ms-calc(50% - 20px);
    left: -o-calc(50% - 20px);
    left: -webkit-calc(50% - 20px);
    left: calc(50% - 20px);
    line-height: 40px;
    font-size: 40px;
  }

  .widget-payment ul {
    justify-content: space-between;
  }
}
h1,
.h1 {
  text-transform: uppercase;
  font-weight: 600;
}

h2,
.h2 {
  color: #3678BC;
  font-weight: 700;
}
@media (max-width: 767px) {
  h2,
.h2 {
    font-size: 20px;
  }
}

.search-icon {
  padding: 0;
}
.search-icon:before {
  content: "\ea20";
  font-family: tm-font;
  font-size: 29px;
  margin-left: 1px;
  line-height: 40px;
}

.searchinput input {
  width: 100%;
  width: -moz-calc(100%-40px);
  width: -ms-calc(100%-40px);
  width: -o-calc(100%-40px);
  width: -webkit-calc(100%-40px);
  width: calc(100%-40px);
  height: 40px;
  line-height: 40px;
}
.searchinput .search-input-group:after {
  content: "\ea20";
  font-family: tm-font;
  background-color: #3678BC;
  width: 40px;
  height: 40px;
  display: inline-block;
  float: right;
  color: #FFF;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

.product-top-section .media-gallery .media-gallery-carousel .VueCarousel-pagination {
  bottom: 0;
}
.product-top-section .media-gallery .media-gallery-carousel .product-image {
  padding-bottom: 100%;
}
.product-top-section .media-gallery .gallery-thumbnail-select {
  flex-grow: 0;
}
.product-top-section .media-gallery .gallery-thumbnail-select > img {
  object-fit: contain;
}
.product-top-section .media-gallery .image__thumb {
  object-fit: contain;
}

.lem-clean-html div[align], .lem-clean-html center {
  text-align: initial;
}
.lem-clean-html font, .lem-clean-html big, .lem-clean-html span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.lem-clean-html-color font, .lem-clean-html-color big, .lem-clean-html-color span {
  color: inherit;
}

.product-listing > div {
  margin-bottom: 20px;
}

.product.product-tile.product-tile,
.product.product-tile-row.product-tile,
.product.product-tile-big-row.product-tile {
  background: white;
  padding: 20px;
  margin-bottom: 10px;
}
.product.product-tile.product-tile-row, .product.product-tile.product-tile-big-row,
.product.product-tile-row.product-tile-row,
.product.product-tile-row.product-tile-big-row,
.product.product-tile-big-row.product-tile-row,
.product.product-tile-big-row.product-tile-big-row {
  background: white;
  padding: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.product.product-tile:hover,
.product.product-tile-row:hover,
.product.product-tile-big-row:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0 4px 8px;
}
.product.product-tile .product-title,
.product.product-tile-row .product-title,
.product.product-tile-big-row .product-title {
  text-align: left;
  font-family: "Rajdhani", 'Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif';
  font-weight: 700;
  line-height: 21px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .product.product-tile .product-title,
.product.product-tile-row .product-title,
.product.product-tile-big-row .product-title {
    font-size: 16px;
  }
}
.product.product-tile .product-tile-details,
.product.product-tile-row .product-tile-details,
.product.product-tile-big-row .product-tile-details {
  font-size: 14px;
  text-align: left;
}
.product.product-tile .product-short-description,
.product.product-tile-row .product-short-description,
.product.product-tile-big-row .product-short-description {
  font-size: 14px;
}

.product.product-tile {
  height: calc(100% - 5px);
}
.product.product-tile .product-title {
  min-height: 65px;
}
.product.product-tile .product-link {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .product.product-tile .product-link {
    height: calc(100% - 40px);
  }
}
.product.product-tile .product-image {
  flex-grow: 1;
}
.product.product-tile .product-tile-details {
  margin-bottom: 24px;
}

.product.product-tile-row .product-title {
  min-height: 75px;
  color: #333333;
  font-size: 20px;
}

.product.product-tile .product-special-price, .product.product-tile .product-original-price, .product.product-tile .product-price, .product.product-tile-row .product-special-price, .product.product-tile-row .product-original-price, .product.product-tile-row .product-price, .product.product-tile-big-row .product-special-price, .product.product-tile-big-row .product-original-price, .product.product-tile-big-row .product-price, .product-top-section .product-special-price, .product-top-section .product-original-price, .product-top-section .product-price {
  display: block;
  text-align: left;
  line-height: 20px;
  padding: 5px 0;
  margin-top: 5px;
}
.product.product-tile .product-special-price .price-val, .product.product-tile .product-original-price .price-val, .product.product-tile .product-price .price-val, .product.product-tile-row .product-special-price .price-val, .product.product-tile-row .product-original-price .price-val, .product.product-tile-row .product-price .price-val, .product.product-tile-big-row .product-special-price .price-val, .product.product-tile-big-row .product-original-price .price-val, .product.product-tile-big-row .product-price .price-val, .product-top-section .product-special-price .price-val, .product-top-section .product-original-price .price-val, .product-top-section .product-price .price-val {
  font-family: "Rajdhani", 'Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif';
  font-weight: 700;
}
.product.product-tile .product-special-price .shipping-hint, .product.product-tile .product-special-price .tax-hint, .product.product-tile .product-original-price .shipping-hint, .product.product-tile .product-original-price .tax-hint, .product.product-tile .product-price .shipping-hint, .product.product-tile .product-price .tax-hint, .product.product-tile-row .product-special-price .shipping-hint, .product.product-tile-row .product-special-price .tax-hint, .product.product-tile-row .product-original-price .shipping-hint, .product.product-tile-row .product-original-price .tax-hint, .product.product-tile-row .product-price .shipping-hint, .product.product-tile-row .product-price .tax-hint, .product.product-tile-big-row .product-special-price .shipping-hint, .product.product-tile-big-row .product-special-price .tax-hint, .product.product-tile-big-row .product-original-price .shipping-hint, .product.product-tile-big-row .product-original-price .tax-hint, .product.product-tile-big-row .product-price .shipping-hint, .product.product-tile-big-row .product-price .tax-hint, .product-top-section .product-special-price .shipping-hint, .product-top-section .product-special-price .tax-hint, .product-top-section .product-original-price .shipping-hint, .product-top-section .product-original-price .tax-hint, .product-top-section .product-price .shipping-hint, .product-top-section .product-price .tax-hint {
  font-size: 14px;
  font-weight: 500;
}
.product.product-tile .product-special-price .shipping-hint, .product.product-tile .product-original-price .shipping-hint, .product.product-tile .product-price .shipping-hint, .product.product-tile-row .product-special-price .shipping-hint, .product.product-tile-row .product-original-price .shipping-hint, .product.product-tile-row .product-price .shipping-hint, .product.product-tile-big-row .product-special-price .shipping-hint, .product.product-tile-big-row .product-original-price .shipping-hint, .product.product-tile-big-row .product-price .shipping-hint, .product-top-section .product-special-price .shipping-hint, .product-top-section .product-original-price .shipping-hint, .product-top-section .product-price .shipping-hint {
  color: #333333;
  margin-right: -10px;
}
.product.product-tile .product-special-price .tax-hint, .product.product-tile .product-original-price .tax-hint, .product.product-tile .product-price .tax-hint, .product.product-tile-row .product-special-price .tax-hint, .product.product-tile-row .product-original-price .tax-hint, .product.product-tile-row .product-price .tax-hint, .product.product-tile-big-row .product-special-price .tax-hint, .product.product-tile-big-row .product-original-price .tax-hint, .product.product-tile-big-row .product-price .tax-hint, .product-top-section .product-special-price .tax-hint, .product-top-section .product-original-price .tax-hint, .product-top-section .product-price .tax-hint {
  color: #939393;
  margin-left: 10px;
  display: inline-block;
}
.product.product-tile .product-original-price, .product.product-tile-row .product-original-price, .product.product-tile-big-row .product-original-price, .product-top-section .product-original-price {
  text-decoration: line-through;
}
.product.product-tile .product-special-price .price-val,
.product.product-tile .product-price .price-val, .product.product-tile-row .product-special-price .price-val,
.product.product-tile-row .product-price .price-val, .product.product-tile-big-row .product-special-price .price-val,
.product.product-tile-big-row .product-price .price-val, .product-top-section .product-special-price .price-val,
.product-top-section .product-price .price-val {
  line-height: 28px;
  margin: -4px 0;
}
.product.product-tile .product-special-price .price-val, .product.product-tile-row .product-special-price .price-val, .product.product-tile-big-row .product-special-price .price-val, .product-top-section .product-special-price .price-val {
  color: #CC352E;
}
.product.product-tile .product-price .price-val, .product.product-tile-row .product-price .price-val, .product.product-tile-big-row .product-price .price-val, .product-top-section .product-price .price-val {
  color: black;
}
.product.product-tile .product-to-cart, .product.product-tile .add-to-cart, .product.product-tile-row .product-to-cart, .product.product-tile-row .add-to-cart, .product.product-tile-big-row .product-to-cart, .product.product-tile-big-row .add-to-cart, .product-top-section .product-to-cart, .product-top-section .add-to-cart {
  width: 100%;
  background-color: #45BF99;
  height: 40px;
  font-family: "gill-sans-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  padding: 0;
}
.product.product-tile .product-to-cart:before, .product.product-tile .add-to-cart:before, .product.product-tile-row .product-to-cart:before, .product.product-tile-row .add-to-cart:before, .product.product-tile-big-row .product-to-cart:before, .product.product-tile-big-row .add-to-cart:before, .product-top-section .product-to-cart:before, .product-top-section .add-to-cart:before {
  content: "\ea03";
  font-family: tm-font;
  margin-right: 10px;
  vertical-align: -2px;
}
.product.product-tile .product-to-cart:hover, .product.product-tile .add-to-cart:hover, .product.product-tile-row .product-to-cart:hover, .product.product-tile-row .add-to-cart:hover, .product.product-tile-big-row .product-to-cart:hover, .product.product-tile-big-row .add-to-cart:hover, .product-top-section .product-to-cart:hover, .product-top-section .add-to-cart:hover {
  background-color: #3AA090;
}
.product.product-tile.product-top-section .product-to-cart, .product.product-tile.product-top-section .add-to-cart, .product.product-tile-row.product-top-section .product-to-cart, .product.product-tile-row.product-top-section .add-to-cart, .product.product-tile-big-row.product-top-section .product-to-cart, .product.product-tile-big-row.product-top-section .add-to-cart, .product-top-section.product-top-section .product-to-cart, .product-top-section.product-top-section .add-to-cart {
  height: 50px;
  font-size: 20px;
}
.product.product-tile .product-to-cart:hover, .product.product-tile .add-to-cart:hover, .product.product-tile .view-product:hover, .product.product-tile .add-to-compare:hover, .product.product-tile .add-to-wishlist:hover, .product.product-tile-row .product-to-cart:hover, .product.product-tile-row .add-to-cart:hover, .product.product-tile-row .view-product:hover, .product.product-tile-row .add-to-compare:hover, .product.product-tile-row .add-to-wishlist:hover, .product.product-tile-big-row .product-to-cart:hover, .product.product-tile-big-row .add-to-cart:hover, .product.product-tile-big-row .view-product:hover, .product.product-tile-big-row .add-to-compare:hover, .product.product-tile-big-row .add-to-wishlist:hover, .product-top-section .product-to-cart:hover, .product-top-section .add-to-cart:hover, .product-top-section .view-product:hover, .product-top-section .add-to-compare:hover, .product-top-section .add-to-wishlist:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0 4px 8px;
}
.product.product-tile .view-product, .product.product-tile .add-to-compare, .product.product-tile .add-to-wishlist, .product.product-tile-row .view-product, .product.product-tile-row .add-to-compare, .product.product-tile-row .add-to-wishlist, .product.product-tile-big-row .view-product, .product.product-tile-big-row .add-to-compare, .product.product-tile-big-row .add-to-wishlist, .product-top-section .view-product, .product-top-section .add-to-compare, .product-top-section .add-to-wishlist {
  border-radius: 0;
  height: 40px;
  box-sizing: border-box;
  font-size: 16px;
}
.product.product-tile .add-to-compare:before, .product.product-tile-row .add-to-compare:before, .product.product-tile-big-row .add-to-compare:before, .product-top-section .add-to-compare:before {
  content: "";
  font-family: tm-font;
  display: inline-block;
  vertical-align: -2px;
}
.product.product-tile .add-to-wishlist:before, .product.product-tile-row .add-to-wishlist:before, .product.product-tile-big-row .add-to-wishlist:before, .product-top-section .add-to-wishlist:before {
  content: "";
  font-family: tm-font;
  display: inline-block;
  vertical-align: -2px;
}

.product.product-tile .product-special-price, .product.product-tile .product-price {
  position: relative;
}
.product.product-tile .product-special-price .tax-hint, .product.product-tile .product-price .tax-hint {
  position: absolute;
  bottom: 8px;
  line-height: 14px;
}

.product.product-tile .product-original-price,
.product.product-tile-row .product-original-price,
.product.product-tile-big-row .product-original-price {
  height: 20px;
  margin-top: -20px;
}
.product.product-tile .product-special-price .price-val, .product.product-tile .product-price .price-val,
.product.product-tile-row .product-special-price .price-val,
.product.product-tile-row .product-price .price-val,
.product.product-tile-big-row .product-special-price .price-val,
.product.product-tile-big-row .product-price .price-val {
  font-size: 30px;
}

.product.product-tile .add-to-compare, .product.product-tile .add-to-wishlist {
  border: 2px solid #3678BC;
  color: #3678BC;
  background-color: white;
  padding: 0;
}
.product.product-tile .add-to-compare:hover, .product.product-tile .add-to-wishlist:hover {
  border-color: #0099fa;
  background-color: #0099fa;
  color: white;
}

.product.product-tile-row .add-to-wishlist, .product.product-tile-row .add-to-compare,
.product.product-tile-big-row .add-to-wishlist,
.product.product-tile-big-row .add-to-compare {
  border: 2px solid #4496EC;
  color: #4496EC;
  background-color: white;
  padding: 0;
}
.product.product-tile-row .add-to-wishlist:hover, .product.product-tile-row .add-to-compare:hover,
.product.product-tile-big-row .add-to-wishlist:hover,
.product.product-tile-big-row .add-to-compare:hover {
  border-color: #3678BC;
  color: #3678BC;
}
.product.product-tile-row .add-to-wishlist:before, .product.product-tile-row .add-to-compare:before,
.product.product-tile-big-row .add-to-wishlist:before,
.product.product-tile-big-row .add-to-compare:before {
  margin-right: 10px;
}

.product-top-section .navitems {
  list-style-type: none;
}
.product-top-section .product-original-price {
  height: 25px;
  margin-top: -25px;
}
.product-top-section .product-special-price .price-val, .product-top-section .product-price .price-val {
  font-size: 40px;
}
.product-top-section .add-to-compare, .product-top-section .add-to-wishlist {
  width: 100%;
  margin-top: 10px;
}
.product-top-section .add-to-compare:before, .product-top-section .add-to-wishlist:before {
  margin-right: 10px;
}
.product-top-section.bg-cl-secondary, .product-top-section .product-image-container.bg-cl-secondary {
  background-color: white;
}
@media (max-width: 575px) {
  .product-top-section .media-gallery .media-gallery-main {
    margin-top: 30px;
  }
}
@media (min-width: 576px) {
  .product-top-section .media-gallery .media-gallery-main {
    display: flex;
    flex-direction: row-reverse;
  }
}
.product-top-section .media-gallery .media-gallery-carousel {
  width: 400px;
  height: 400px;
}
@media (min-width: 360px) and (max-width: 374px) {
  .product-top-section .media-gallery .media-gallery-carousel {
    transform: scale(0.95);
  }
}
@media (max-width: 359px) {
  .product-top-section .media-gallery .media-gallery-carousel {
    margin-left: -20px;
    transform: scale(0.9);
  }
}
.product-top-section .media-gallery .media-gallery-carousel .product-image--video img {
  display: none;
}
.product-top-section .media-gallery .gallery-thumbnail-select {
  flex-grow: 0;
  margin-right: 20px;
}
@media (min-width: 576px) {
  .product-top-section .media-gallery .gallery-thumbnail-select {
    display: flex;
    flex-direction: column;
  }
}
.product-top-section .media-gallery .gallery-thumbnail-select > img {
  height: 65px;
  width: 65px;
  object-fit: contain;
  margin-bottom: 20px;
}
.product-top-section .media-gallery .image__thumb {
  object-fit: contain;
  max-width: calc(100% - 60px);
  max-height: calc(100% - 60px);
  margin-top: -30px;
}
.product-top-section .media-gallery .image--video .image__thumb {
  display: none;
}
.product-top-section .media-gallery .media-zoom-carousel__thumb .image__thumb {
  margin-top: initial;
}
.product-top-section .manufacturer-image-link {
  float: right;
}
.product-top-section .manufacturer-image-link img {
  max-width: 85px;
}

.product-top-section a, .product-details-section a {
  color: #3678BC;
  text-decoration: underline;
}
.product-top-section a:hover, .product-details-section a:hover {
  color: #3678BC;
  text-decoration: none;
}

.base-input-number button {
  background-color: white;
  border: 2px solid #DCDCDC;
  color: #4496EC;
  padding: 0 12px;
}
.base-input-number button:hover {
  color: white;
  border-color: #3678BC;
  background-color: #3678BC;
}

.cust-chevon-list ul {
  list-style-type: none;
  padding-left: 25px;
}
.cust-chevon-list li:before {
  font-family: tm-font;
  content: "";
  color: #3678BC;
  width: 25px;
  margin-left: -25px;
  display: inline-block;
}

.gallery-video i.material-icons {
  color: #0099fa !important;
}

.navitems .nav_detals:before {
  content: "";
  font-family: fontawesome;
  display: inline-block;
  width: 20px;
  margin-left: -30px;
  margin-right: 4px;
}
.navitems .nav_accessories:before {
  content: "";
  font-family: tm-font;
  display: inline-block;
  width: 20px;
  margin-left: -30px;
  margin-right: 4px;
}
.navitems .nav_downloads:before {
  content: "";
  font-family: tm-font;
  display: inline-block;
  width: 20px;
  margin-left: -30px;
  margin-right: 4px;
}

.ripple, button {
  position: relative;
  overflow: hidden;
}
.ripple::after, button::after {
  content: "";
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  background-color: #f5f5f5;
  border-radius: 50%;
  opacity: 0.2;
  transform: translate(-50%, -50%) scale(0);
  visibility: hidden;
}
.ripple:not(:active):after, button:not(:active):after {
  animation: ripple-effect 1s ease-out;
}
.ripple:focus::after, button:focus::after {
  visibility: visible;
}
.ripple-dark::after {
  background-color: #ddd;
}

.button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

button,
.button,
.address-radio .address-radio-wrapper.last .control input[type=radio] + label {
  outline: none;
  cursor: pointer;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

button.button-primary {
  background-color: #3678BC;
  color: white;
  border: none;
}

.checkbox,
.radio {
  position: relative;
}

address {
  font-style: normal;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

.button, .address-radio .address-radio-wrapper.last .control input[type=radio] + label,
button {
  border: 0px;
  color: #FFFFFF;
  padding: 5px 20px;
  box-sizing: border-box;
  text-align: center;
  background-color: #3678BC;
}
.button:hover, .address-radio .address-radio-wrapper.last .control input[type=radio] + label:hover,
button:hover {
  background-color: #0099fa;
}
.button.bg-cl-transparent:hover, .address-radio .address-radio-wrapper.last .control input[type=radio] + label.bg-cl-transparent:hover,
button.bg-cl-transparent:hover {
  background-color: inherit;
}
.button.neutral, .address-radio .address-radio-wrapper.last .control input[type=radio] + label,
button.neutral {
  background-color: #FFFFFF;
  color: #3678BC;
  padding: 3px 18px;
  border: 2px solid #3678BC;
}
.button.neutral:hover, .address-radio .address-radio-wrapper.last .control input[type=radio] + label:hover,
button.neutral:hover {
  border-color: #0099fa;
  background-color: #0099fa;
  color: #FFFFFF;
}

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

.required em {
  color: red;
}

.no-display {
  display: none;
}

label {
  cursor: pointer;
}

::placeholder {
  color: #999;
}

input {
  width: 100%;
  padding: 2px 10px;
  border: 2px solid #cfcfcf;
  line-height: 30px;
  font-size: inherit;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

textarea,
select {
  width: 100%;
  padding: 0 10px;
  border: 2px solid #cfcfcf;
  height: 34px;
  font-size: inherit;
  background-color: #fff;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.input-box {
  margin-bottom: 10px;
  position: relative;
  color: #999;
}
.input-box input,
.input-box select, .input-box textarea {
  padding-top: 14px;
}
.input-box input:placeholder-shown,
.input-box select:placeholder-shown, .input-box textarea:placeholder-shown {
  padding-top: 8px;
  padding-bottom: 8px;
}
.input-box input:placeholder-shown ~ label,
.input-box select:placeholder-shown ~ label, .input-box textarea:placeholder-shown ~ label {
  display: none;
}
.input-box select {
  height: 50px;
}
.input-box.vat label {
  left: 48px;
}
.input-box label {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 10px;
  line-height: 20px;
}

.control,
.controls,
.agree {
  display: block;
  line-height: 30px;
}
.control input[type=radio],
.control input[type=checkbox],
.controls input[type=radio],
.controls input[type=checkbox],
.agree input[type=radio],
.agree input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.control input[type=radio] + label,
.control input[type=checkbox] + label,
.controls input[type=radio] + label,
.controls input[type=checkbox] + label,
.agree input[type=radio] + label,
.agree input[type=checkbox] + label {
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
.control input[type=radio] + label:after,
.control input[type=checkbox] + label:after,
.controls input[type=radio] + label:after,
.controls input[type=checkbox] + label:after,
.agree input[type=radio] + label:after,
.agree input[type=checkbox] + label:after {
  content: "";
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  text-align: center;
  font-family: tm-font;
  /*border: 1px solid $border;*/
  border: 1px solid #0099fa;
  color: #0099fa;
  display: inline-block;
  position: absolute;
  top: 5px;
  /*.calc-top(~"50% - ${icon__size} / 2");*/
  left: 0px;
}
.control input[type=checkbox]:checked + label:after,
.controls input[type=checkbox]:checked + label:after,
.agree input[type=checkbox]:checked + label:after {
  content: "\ea04";
}
.control input[type=radio]:checked + label:after,
.controls input[type=radio]:checked + label:after,
.agree input[type=radio]:checked + label:after {
  background-color: #0099fa;
  border: 4px solid #cfcfcf;
  border: 3px solid #FFFFFF;
  -moz-box-shadow: 0 0 0 1px #0099fa;
  -ms-box-shadow: 0 0 0 1px #0099fa;
  -o-box-shadow: 0 0 0 1px #0099fa;
  -webkit-box-shadow: 0 0 0 1px #0099fa;
  box-shadow: 0 0 0 1px #0099fa;
}
.control input[type=radio] + label,
.controls input[type=radio] + label,
.agree input[type=radio] + label {
  padding-left: 25px;
}
.control input[type=radio] + label:after,
.controls input[type=radio] + label:after,
.agree input[type=radio] + label:after {
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.buttons-set {
  text-align: right;
  margin-top: 20px;
}
.buttons-set:after {
  content: "";
  display: block;
  clear: both;
}
.buttons-set .edit-cart,
.buttons-set .forgot-link,
.buttons-set .back-link {
  float: left;
  margin: 0px;
}

.checkbox {
  position: relative;
  display: inline-block;
}
.checkbox input {
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 2px;
}
.checkbox label {
  padding-left: 45px;
  cursor: pointer;
}
.checkbox label:before, .checkbox label:after {
  content: "";
  display: inline-block;
  position: absolute;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.checkbox label:before {
  background-color: #DCDCDC;
  width: 40px;
  height: 24px;
  top: 3px;
  left: 0px;
}
.checkbox label:after {
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  top: 5px;
  left: 2px;
}
.checkbox input:checked + label:not(.disabled):before {
  background-color: #0099fa;
}
.checkbox input:checked + label:not(.disabled):after {
  left: 18px;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-title {
  border: 2px solid #3678BC;
  cursor: pointer;
}
.dropdown-title:before {
  content: "\ea24";
  font-family: tm-font;
  color: #3678BC;
  font-size: 30px;
  line-height: 40px;
}
.dropdown-title:after {
  content: "\ea05";
  font-family: tm-font;
  color: #3678BC;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  -moz-transition: transform 0.1s linear;
  -ms-transition: transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  -webkit-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
}
.dropdown.active .dropdown-title:after {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transformn: rotate(-180deg);
  transform: rotate(-180deg);
}
.dropdown .link:before {
  font-family: tm-font;
  color: #3678BC;
  padding-right: 20px;
  float: left;
}
.dropdown .wishlist-icon:before {
  content: "\ea09";
}
.dropdown .compare-icon:before {
  content: "\ea0b";
}
.dropdown .customer-icon:before {
  content: "\ea24";
}
.dropdown .contact-icon:before {
  content: "\ea17";
}
.dropdown-content {
  z-index: 1;
  padding: 0px;
  margin: 0px;
  border: 2px solid #3678BC;
  background-color: #FFF;
  position: absolute;
  top: 100%;
  min-width: 200px;
  top: -moz-calc(100% - 2px);
  top: -ms-calc(100% - 2px);
  top: -o-calc(100% - 2px);
  top: -webkit-calc(100% - 2px);
  top: calc(100% - 2px);
  right: 0px;
}
.dropdown-content li {
  display: block;
  white-space: nowrap;
}
.dropdown-content li a, .dropdown-content li span {
  width: 100%;
  display: inline-block;
  padding: 0px 20px;
  cursor: pointer;
}
.dropdown-content li:hover a, .dropdown-content li:hover span {
  background-color: #3678BC;
  color: #FFF;
}
.dropdown-content li:hover a:before, .dropdown-content li:hover span:before {
  color: #FFF;
}

@media (max-width: 991px) {
  .dropdown-title {
    border: 0px;
  }
  .dropdown-title:after {
    display: none;
  }
  .dropdown-title span {
    display: none;
  }
}
@media (min-width: 992px) {
  .dropdown-title:before {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.usp {
  padding: 0px;
  margin: 0px;
}
.usp li:before {
  font-family: tm-font;
  display: inline-block;
}
.usp-price:before {
  content: "\ea0a";
}
.usp-shipping:before {
  content: "\ea11";
}
.usp-eu:before {
  content: "\ea10";
}
.usp-products:before {
  content: "\ea02";
}
.usp-consultation:before {
  content: "\ea0c";
}
.usp-shopping:before {
  content: "\ea1f";
}

@media (max-width: 991px) {
  #header .usp li:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .usp {
    display: none;
  }
}
#contacts-fixed {
  position: fixed;
  right: 0px;
  top: 180px;
  z-index: 4;
}
@media (max-width: 576px) {
  #contacts-fixed {
    display: none;
  }
}
#contacts-fixed .contacts-content {
  background-color: #FFFFFF;
  padding: 10px;
  text-align: left;
  overflow: hidden;
  width: 300px;
  position: fixed;
  right: -300px;
  box-sizing: border-box;
  -moz-transition: right 0.25s linear;
  -ms-transition: right 0.25s linear;
  -o-transition: right 0.25s linear;
  -webkit-transition: right 0.25s linear;
  transition: right 0.25s linear;
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}
#contacts-fixed .contacts-content ul {
  margin: 0px;
  padding: 0px;
}
#contacts-fixed .contacts-content li {
  display: flex;
}
#contacts-fixed .contacts-content .label {
  display: inline-block;
  width: 21px;
  height: 26.25px;
  overflow: hidden;
  margin-right: 25px;
}
#contacts-fixed .contacts-content .label:before {
  font-family: tm-font;
  color: #3678BC;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
}
#contacts-fixed .contacts-content .value {
  display: inline-block;
}
#contacts-fixed .contacts-content .phone .label:before {
  content: "\ea1a";
}
#contacts-fixed .contacts-content .fax .label:before {
  content: "\ea1d";
}
#contacts-fixed .contacts-content .mail .label:before {
  content: "\ea16";
}
#contacts-fixed .contacts-content .opening-hours .label:before {
  content: "\ea23";
}
#contacts-fixed .contacts-content .address .label:before {
  content: "\ea1b";
}
#contacts-fixed .contacts-toggle {
  box-sizing: border-box;
  cursor: pointer;
  color: #FFFFFF;
  background-color: #F29C38;
  font-family: "Rajdhani", 'Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif';
  padding: 10px;
  padding-top: 60px;
  display: inline-block;
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#contacts-fixed .contacts-toggle:before {
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  content: "\ea0d";
  font-family: tm-font;
  display: block;
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 10px;
  left: -moz-calc(50% - 40px / 2);
  left: -ms-calc(50% - 40px / 2);
  left: -o-calc(50% - 40px / 2);
  left: -webkit-calc(50% - 40px / 2);
  left: calc(50% - 40px / 2);
}
#contacts-fixed.open .contacts-content {
  right: 0px;
}
#contacts-fixed.open .contacts-toggle {
  text-align: left;
  width: 300px;
  padding-top: 10px;
  padding-left: 56px;
}
#contacts-fixed.open .contacts-toggle:before {
  font-size: 26px;
  line-height: 26px;
  left: 10px;
}

.contacts-product {
  background-color: #FFFFFF;
  padding-left: 20px;
  margin-bottom: 20px;
}
.contacts-product h2 {
  margin-bottom: 10px;
}
.contacts-product ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 10px;
}
.contacts-product li {
  display: flex;
}
.contacts-product .label {
  min-width: 60px;
}
.contacts-product img {
  max-width: 100%;
  height: auto;
  float: left;
}
.contacts-product .usp {
  margin: 10px 0;
}
.contacts-product .usp li {
  padding-left: 20px;
  position: relative;
}
.contacts-product .usp li:before {
  content: "\ea07";
  color: #3678BC;
  font-size: 12px;
  position: absolute;
  left: 0;
}

[v-cloak],
.hidden {
  display: none;
}

@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .hidden-xs {
    display: none;
  }
}
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* rajdhani-700 - latin */
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/rajdhani-v9-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Rajdhani Bold"), local("Rajdhani-Bold"), url("../fonts/rajdhani-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/rajdhani-v9-latin-700.woff2") format("woff2"), url("../fonts/rajdhani-v9-latin-700.woff") format("woff"), url("../fonts/rajdhani-v9-latin-700.ttf") format("truetype"), url("../fonts/rajdhani-v9-latin-700.svg#Rajdhani") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "tm-font";
  font-display: swap;
  src: url("../fonts/tm-font.eot");
  src: url("../fonts/tm-font.eot?#iefix") format("embedded-opentype"), url("../fonts/tm-font.woff") format("woff"), url("../fonts/tm-font.woff") format("woff"), url("../fonts/tm-font.woff") format("woff"), url("../fonts/tm-font.ttf") format("truetype"), url("../fonts/tm-font.svg#DistantGalaxyRegular") format("svg");
  font-weight: "normal";
  font-style: "normal";
}
body.wait {
  cursor: wait;
}

.f-left {
  float: left;
}

.messages {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
}
.messages .success-msg,
.messages .warning-msg,
.messages .notice-msg,
.messages .error-msg {
  background-color: #fff;
  border: 2px solid #DCDCDC;
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
}
.messages .success-msg ul,
.messages .warning-msg ul,
.messages .notice-msg ul,
.messages .error-msg ul {
  list-style-type: none;
  padding: 10px 0;
}
.messages .error-msg {
  border-color: #CC352E;
}
.messages .warning-msg,
.messages .notice-msg {
  border-color: #F29C38;
}
.messages .success-msg {
  border-color: #3AA090;
}

.header-placeholder {
  height: 100px;
}

#country_chosen .chosen-search {
  display: block;
}
#country_chosen .chosen-search input {
  border: 1px solid #DCDCDC;
}

img {
  max-width: 100%;
  height: auto;
}

#header {
  height: auto;
  text-align: center;
}
#header .logo {
  max-height: 40px;
  display: inline-block;
}
#header .header-link {
  float: right;
  display: inline-block;
  width: 30px;
  height: 39px;
  overflow: hidden;
  margin-top: 5px;
  margin-left: 20px;
}
#header .header-link:before {
  font-family: tm-font;
  font-size: 30px;
  line-height: 30px;
}
#header .header-link-account:before {
  content: "\ea24";
  color: #3678BC;
}
#header .header-link-cart:before {
  content: "\ea03";
  color: #45BF99;
}

ol,
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.register-text {
  font-weight: bold;
}

.register-list li {
  position: relative;
  padding-left: 20px;
}
.register-list li:before {
  content: "\ea07";
  font-family: tm-font;
  position: absolute;
  left: 0px;
  font-size: 10px;
}
.register-list li:first-child {
  color: #3678BC;
}

.block-account li {
  margin: 0 0 5px;
}
.block-account li a, .block-account li strong {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  border: 1px solid #DCDCDC;
  background-color: #fff;
  color: #5c5c5c;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.block-account li a:hover, .block-account li strong:hover {
  text-decoration: none;
}
.block-account li.current strong {
  color: #3678BC;
  padding-bottom: 6px;
  border-bottom: 5px solid #3678BC;
  font-weight: normal;
}
.block-account li.current strong strong {
  color: #3678BC;
}
.block-account li:hover a {
  padding-bottom: 6px;
  border-bottom: 5px solid #3678BC;
}

.block {
  background-color: #FFFFFF;
  padding: 20px;
  margin-bottom: 40px;
}
.block .block-title strong {
  font-size: 14px;
  color: #5c5c5c;
  font-weight: normal;
}

.my-account {
  margin-bottom: 50px;
  padding: 10px 20px 20px;
  border: 1px solid #DCDCDC;
  background-color: #FFFFFF;
}
.my-account a {
  color: #0099fa;
  text-decoration: underline;
}
.my-account a:hover {
  color: #3678BC;
}

table {
  width: 100%;
  margin-bottom: 35px;
  border-spacing: 0px;
}
table th,
table td {
  text-align: left;
  padding: 5px 10px 5px 0;
  vertical-align: top;
}
table th:last-child,
table td:last-child {
  padding-right: 0px;
}
table img {
  min-width: 75px;
}

.my-wishlist .add-to-cart {
  float: right;
  margin-left: 4px;
}

#wishlist-table tbody tr:last-child td {
  padding-bottom: 40px;
}
#wishlist-table .toggle-desc {
  max-height: 90px;
  overflow: hidden;
  position: relative;
}
#wishlist-table .toggle-desc:after {
  content: "mehr lesen";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  padding: 0px 5px;
  color: #3678BC;
  text-decoration: underline;
}
#wishlist-table .toggle-desc:hover {
  max-height: none;
}
#wishlist-table .toggle-desc:hover:after {
  display: none;
}
#wishlist-table .button, #wishlist-table .address-radio .address-radio-wrapper.last .control input[type=radio] + label, .address-radio .address-radio-wrapper.last .control #wishlist-table input[type=radio] + label {
  width: 100%;
}
#wishlist-table .tax-details {
  line-height: 20px;
  color: #939393;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
}
#wishlist-table .shipping-cost-details {
  display: block;
}

.pager .amount,
.pager .limiter {
  display: inline-block;
}

#pager {
  min-width: 150px;
  text-align: right;
}

@media (max-width: 991px) {
  .my-account .hidden-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .my-account .buttons-set {
    display: flex;
    flex-wrap: wrap;
  }
  .my-account .buttons-set .button, .my-account .buttons-set .address-radio .address-radio-wrapper.last .control input[type=radio] + label, .address-radio .address-radio-wrapper.last .control .my-account .buttons-set input[type=radio] + label {
    white-space: nowrap;
    margin-bottom: 5px;
    width: -moz-calc((100% - 5px) / 2);
    width: -ms-calc((100% - 5px) / 2);
    width: -o-calc((100% - 5px) / 2);
    width: -webkit-calc((100% - 5px) / 2);
    width: calc((100% - 5px) / 2);
  }
  .my-account .buttons-set .button:nth-child(even), .my-account .buttons-set .address-radio .address-radio-wrapper.last .control input[type=radio] + label:nth-child(even), .address-radio .address-radio-wrapper.last .control .my-account .buttons-set input[type=radio] + label:nth-child(even) {
    margin-left: 5px;
  }
}
@media (max-width: 575px) {
  .my-account .buttons-set .button, .my-account .buttons-set .address-radio .address-radio-wrapper.last .control input[type=radio] + label, .address-radio .address-radio-wrapper.last .control .my-account .buttons-set input[type=radio] + label {
    width: 100%;
  }
  .my-account .buttons-set .button:nth-child(even), .my-account .buttons-set .address-radio .address-radio-wrapper.last .control input[type=radio] + label:nth-child(even), .address-radio .address-radio-wrapper.last .control .my-account .buttons-set input[type=radio] + label:nth-child(even) {
    margin-left: 0;
  }
}
.tabs-titles:after {
  content: "";
  display: block;
  clear: both;
}
.tabs-title {
  background-color: #FFFFFF;
  float: left;
  padding: 5px 20px;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.tabs-title.active {
  border-color: #3678BC;
  border-bottom-color: #FFFFFF;
  z-index: 2;
}
.tabs-content {
  background-color: #FFFFFF;
  padding: 20px;
  border: 2px solid #939393;
  position: relative;
  z-index: 1;
}
.tabs-content.active {
  border-color: #3678BC;
}

#account-register-login {
  max-width: 800px;
  margin: auto;
}

.product.product-tile {
  height: auto;
}
.product-title {
  color: #3678BC;
}

.price-box .price {
  display: block;
  text-align: left;
  line-height: 20px;
  padding: 5px 0;
  font-family: "Rajdhani", 'Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif';
  font-weight: 700;
  font-size: 30px;
}
.price-box .old-price {
  text-decoration: line-through;
}
.price-box .special-price .price {
  color: #CC352E;
}

.tax-details {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  display: inline-block;
  margin-bottom: 10px;
}

.shipping-cost-details a {
  color: #4496EC;
}

.button.btn-checkout, .address-radio .address-radio-wrapper.last .control input[type=radio] + label.btn-checkout, .button.proceed-checkout, .address-radio .address-radio-wrapper.last .control input[type=radio] + label.proceed-checkout, .button.next, .address-radio .address-radio-wrapper.last .control input[type=radio] + label.next, .button.add-to-cart, .address-radio .address-radio-wrapper.last .control input[type=radio] + label.add-to-cart {
  background-color: #45BF99;
}
.button.btn-checkout:hover, .address-radio .address-radio-wrapper.last .control input[type=radio] + label.btn-checkout:hover, .button.proceed-checkout:hover, .address-radio .address-radio-wrapper.last .control input[type=radio] + label.proceed-checkout:hover, .button.next:hover, .address-radio .address-radio-wrapper.last .control input[type=radio] + label.next:hover, .button.add-to-cart:hover, .address-radio .address-radio-wrapper.last .control input[type=radio] + label.add-to-cart:hover {
  background-color: #3AA090;
}
.button.btn-checkout, .address-radio .address-radio-wrapper.last .control input[type=radio] + label.btn-checkout, .button.proceed-checkout, .address-radio .address-radio-wrapper.last .control input[type=radio] + label.proceed-checkout {
  width: 100%;
}

.read-more {
  color: #4496EC;
  text-decoration: underline;
  cursor: pointer;
}
.read-more:hover {
  text-decoration: none;
  color: #3678BC;
}

.agree {
  margin: 0;
  margin-bottom: 10px;
}

.address-radio {
  display: flex;
  flex-wrap: wrap;
}
.address-radio .address-radio-wrapper {
  flex: 1 1 0;
  min-width: 200px;
}
.address-radio .address-radio-wrapper.last {
  flex-basis: 100%;
}
.address-radio .address-radio-wrapper.last .control input[type=radio] + label {
  margin: 20px 0;
}
.address-radio .address-radio-wrapper.last .control input[type=radio] + label:after {
  display: none;
}

.product-tax-notice {
  color: #939393;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  white-space: nowrap;
}

.please-wait {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  z-index: 20;
  color: transparent;
}
.please-wait:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40%;
  top: -moz-calc(50% - 50px / 2);
  top: -ms-calc(50% - 50px / 2);
  top: -o-calc(50% - 50px / 2);
  top: -webkit-calc(50% - 50px / 2);
  top: calc(50% - 50px / 2);
  left: 40%;
  left: -moz-calc(50% - 50px / 2);
  left: -ms-calc(50% - 50px / 2);
  left: -o-calc(50% - 50px / 2);
  left: -webkit-calc(50% - 50px / 2);
  left: calc(50% - 50px / 2);
  border: 5px solid #DCDCDC;
  border-top-color: #3678BC;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-animation-name: rotate;
  -moz-animation-duration: 0.8s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotate;
  -ms-animation-duration: 0.8s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 0.8s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.block-checkout-cart {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.block-checkout-cart .block-content {
  padding-bottom: 1px;
}
.block-checkout-cart .block-title {
  margin-bottom: 20px;
}
.block-checkout-cart .product {
  margin-bottom: 20px;
  font-size: 12px;
  display: flex;
}
.block-checkout-cart .product-image {
  display: inline-block;
  width: 75px;
}
.block-checkout-cart .product-image img {
  float: left;
}
.block-checkout-cart .product-details {
  width: -moz-calc(100% - 75px - 5px);
  width: -ms-calc(100% - 75px - 5px);
  width: -o-calc(100% - 75px - 5px);
  width: -webkit-calc(100% - 75px - 5px);
  width: calc(100% - 75px - 5px);
  display: inline-block;
  line-height: 15px;
  padding-left: 5px;
}
.block-checkout-cart .product-name {
  margin-bottom: 5px;
  font-family: "Rajdhani", 'Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif';
  font-size: 16px;
  color: #3678BC;
}
.block-checkout-cart .product-qty {
  display: inline-block;
  width: 50%;
}
.block-checkout-cart .product-qty-amount {
  color: #3678BC;
}
.block-checkout-cart .product-price {
  font-family: "Rajdhani", 'Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif';
  font-size: 16px;
  width: 50%;
}

#checkoutSteps .step {
  position: relative;
  width: 100%;
}
#checkoutSteps .step-title {
  position: relative;
}
#checkoutSteps .step-title h2 {
  display: none;
}

.buttons-set {
  opacity: 1 !important;
}

@supports (display: contents) {
  .checkout-onepage-index .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .checkout-onepage-index .inner #checkoutSteps,
.checkout-onepage-index .inner .section {
    display: contents;
  }
  .checkout-onepage-index .inner .step {
    order: 3;
  }
  .checkout-onepage-index .inner .step-title {
    order: 1;
    flex: 1 1 0;
  }
}
.paypal-express-review #paypal-checkout-progress-wrapper {
  margin: 0;
}

#paypal-checkout-review .step,
#checkoutSteps .step {
  background-color: #FFFFFF;
  padding: 20px;
}
#paypal-checkout-review .step .h1,
#checkoutSteps .step .h1 {
  margin-bottom: 20px;
}
#paypal-checkout-review .step-title,
#checkoutSteps .step-title {
  display: block;
}
#paypal-checkout-review .step-title .number,
#checkoutSteps .step-title .number {
  display: inline-block;
  font-size: 32px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  font-family: "Rajdhani", 'Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif';
  background-color: #DCDCDC;
}
#paypal-checkout-review .allow .step-title,
#checkoutSteps .allow .step-title {
  color: #3678BC;
}
#paypal-checkout-review .allow .step-title .number,
#checkoutSteps .allow .step-title .number {
  background-color: #3678BC;
}
#paypal-checkout-review .active .step-title,
#checkoutSteps .active .step-title {
  color: #0099fa;
}
#paypal-checkout-review .active .step-title .number,
#checkoutSteps .active .step-title .number {
  background-color: #0099fa;
}

#checkout-cart-wrapper {
  order: 4;
  display: none;
  background-color: #FFFFFF;
  width: -moz-calc(100% / 3 - 20px);
  width: -ms-calc(100% / 3 - 20px);
  width: -o-calc(100% / 3 - 20px);
  width: -webkit-calc(100% / 3 - 20px);
  width: calc(100% / 3 - 20px);
}

.allow + #checkout-cart-wrapper {
  display: none;
}

#checkout-progress-wrapper {
  order: 6;
  border-top: 1px solid #DCDCDC;
  margin-left: auto;
  background-color: #FFFFFF;
  width: -moz-calc(100% / 3 - 20px);
  width: -ms-calc(100% / 3 - 20px);
  width: -o-calc(100% / 3 - 20px);
  width: -webkit-calc(100% / 3 - 20px);
  width: calc(100% / 3 - 20px);
  display: none;
}
#checkout-progress-wrapper .block {
  margin: 0;
}
#checkout-progress-wrapper .block:after {
  content: "";
  display: block;
  clear: both;
}
#checkout-progress-wrapper dt {
  font-family: "Rajdhani", 'Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif';
  font-size: 20px;
  color: #3678BC;
  margin-top: 20px;
}
#checkout-progress-wrapper dl,
#checkout-progress-wrapper dd {
  margin: 0;
}
#checkout-progress-wrapper .separator {
  display: none;
}
#checkout-progress-wrapper p,
#checkout-progress-wrapper table {
  margin: 0px;
}
#checkout-progress-wrapper a {
  font-family: "gill-sans-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  float: right;
  font-size: 16px;
  color: #4496EC;
  text-decoration: underline;
}

@supports (display: contents) {
  #checkout-cart-wrapper,
#checkout-progress-wrapper {
    display: block;
  }
}
#checkout-review-submit {
  padding: 20px;
  order: 6;
  background-color: #FFFFFF;
  display: none;
  width: 100%;
}

#paypal-checkout-progress-wrapper {
  border-bottom: 1px solid #DCDCDC;
}
#paypal-checkout-progress-wrapper .edit {
  display: none;
}

#paypal-checkout-review #checkout-review-submit {
  display: block;
}

.checkout-onepage-index.review #checkout-review-submit {
  display: block;
}
.checkout-onepage-index.review #checkout-review-table-wrapper + #checkout-review-submit {
  display: none;
}
.checkout-onepage-index.review #checkout-progress-wrapper {
  order: 2;
  margin: 0px;
  width: 100%;
  border-top: 0px;
  border-bottom: 1px solid #DCDCDC;
}
.checkout-onepage-index.review #checkout-progress-wrapper .block-progress-el {
  display: inline-block;
  width: -moz-calc((100% - 2 * 20px) / 3);
  width: -ms-calc((100% - 2 * 20px) / 3);
  width: -o-calc((100% - 2 * 20px) / 3);
  width: -webkit-calc((100% - 2 * 20px) / 3);
  width: calc((100% - 2 * 20px) / 3);
  float: left;
}
.checkout-onepage-index.review #checkout-progress-wrapper #billing-progress-opcheckout,
.checkout-onepage-index.review #checkout-progress-wrapper #shipping-progress-opcheckout {
  margin-right: 20px;
}
.checkout-onepage-index.review #checkout-progress-wrapper #shipping_method-progress-opcheckout {
  margin-bottom: 20px;
}
.checkout-onepage-index.review #checkout-progress-wrapper .changelink {
  display: none;
}

#opc-login .new-users,
#opc-login .registered-users {
  position: relative;
  padding-bottom: 60px;
}
#opc-login .new-users .buttons-set,
#opc-login .registered-users .buttons-set {
  position: absolute;
  bottom: 0px;
  max-height: 40px;
  width: 100%;
}

#opc-payment label {
  position: relative;
}
#opc-payment label span {
  position: absolute;
  left: 20px;
  top: 15px;
  background-image: url("../images/payment-shipping.svg");
  background-size: 310.5px 20px;
  height: 20px;
  background-repeat: no-repeat;
  display: inline-block;
}
#opc-payment label span.paypal {
  background-position: 0 0;
  width: 75px;
}
#opc-payment label span.master-card {
  background-position: -75px 0;
  width: 25px;
}
#opc-payment label span.visa {
  background-position: -100px 0;
  width: 55px;
}
#opc-payment label span.american-express {
  background-position: -155px 0;
  width: 25px;
}
#opc-payment label span.debit {
  background-position: -180px 0;
  width: 50px;
}
#opc-payment label span.ec {
  background-position: -230px 0;
  width: 20px;
}
#opc-payment label span.banktransfer {
  background-position: -250px 0;
  width: 30px;
}

#checkout-review-submit strong,
#shopping-cart-totals-table strong {
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
}
#checkout-review-submit strong .price,
#shopping-cart-totals-table strong .price {
  font-family: "Rajdhani", 'Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif';
}

#wishlist-table,
#shopping-cart-table,
#checkout-review-table {
  width: 100%;
  margin-bottom: 0;
}
#wishlist-table thead,
#shopping-cart-table thead,
#checkout-review-table thead {
  font-family: "Rajdhani", 'Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif';
}
#wishlist-table td,
#shopping-cart-table td,
#checkout-review-table td {
  vertical-align: top;
}
#wishlist-table .thead td,
#shopping-cart-table .thead td,
#checkout-review-table .thead td {
  padding-top: 40px;
}
#wishlist-table .product-image img,
#shopping-cart-table .product-image img,
#checkout-review-table .product-image img {
  max-width: 120px;
}
#wishlist-table .product-actions,
#shopping-cart-table .product-actions,
#checkout-review-table .product-actions {
  vertical-align: bottom;
  line-height: 14px;
}
#wishlist-table .product-actions a,
#shopping-cart-table .product-actions a,
#checkout-review-table .product-actions a {
  float: left;
  color: #939393;
  text-decoration: underline;
}
#wishlist-table .product-actions a:after,
#shopping-cart-table .product-actions a:after,
#checkout-review-table .product-actions a:after {
  content: "|";
  display: inline-block;
  padding: 0px 5px;
  color: #939393;
}
#wishlist-table .product-actions a:last-child:after,
#shopping-cart-table .product-actions a:last-child:after,
#checkout-review-table .product-actions a:last-child:after {
  display: none;
}
#wishlist-table .product-actions a:hover,
#shopping-cart-table .product-actions a:hover,
#checkout-review-table .product-actions a:hover {
  text-decoration: none;
}
#wishlist-table .product-tax-notice,
#shopping-cart-table .product-tax-notice,
#checkout-review-table .product-tax-notice {
  display: block;
}
#wishlist-table .product-tax-notice .tax-flag:first-letter,
#shopping-cart-table .product-tax-notice .tax-flag:first-letter,
#checkout-review-table .product-tax-notice .tax-flag:first-letter {
  display: inline-block;
}
#wishlist-table .product-name,
#shopping-cart-table .product-name,
#checkout-review-table .product-name {
  margin-bottom: 5px;
  font-family: "Rajdhani", 'Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif';
  font-size: 20px;
  color: #3678BC;
}
#wishlist-table .product-subtotal .price,
#shopping-cart-table .product-subtotal .price,
#checkout-review-table .product-subtotal .price {
  font-size: 20px;
  font-family: "Rajdhani", 'Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif';
}
#wishlist-table .item-options,
#shopping-cart-table .item-options,
#checkout-review-table .item-options {
  margin: 0;
}

#shopping-cart-table .product-short-desc {
  display: none;
}

.truncated {
  position: relative;
}
.truncated_full_value {
  display: none;
  background-color: #FFFFFF;
  border: 1px solid #DCDCDC;
  padding: 20px;
  z-index: 1;
  cursor: pointer;
}
.truncated_full_value.show {
  display: block;
  position: absolute;
  left: 0px;
}
.truncated_full_value dl {
  margin: 0;
}

.wrapper-total-checkout-types,
#shopping-cart-table {
  background-color: #FFFFFF;
  padding: 20px;
}

@media (max-width: 767px) {
  #checkout-review-table .product-qty:after {
    content: "x";
  }

  #wishlist-table > tbody,
#shopping-cart-table > tbody,
#checkout-review-table > tbody {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    padding-bottom: 20px;
  }
  #wishlist-table > tbody .thead td,
#shopping-cart-table > tbody .thead td,
#checkout-review-table > tbody .thead td {
    padding-top: 5px;
  }
  #wishlist-table > tbody:before,
#shopping-cart-table > tbody:before,
#checkout-review-table > tbody:before {
    content: "";
    width: 100%;
    order: 30;
  }
  #wishlist-table > tbody:after,
#shopping-cart-table > tbody:after,
#checkout-review-table > tbody:after {
    content: "";
    width: 100%;
    order: 60;
  }
  #wishlist-table > tbody tr,
#shopping-cart-table > tbody tr,
#checkout-review-table > tbody tr {
    display: contents;
  }
  #wishlist-table > tbody td,
#shopping-cart-table > tbody td,
#checkout-review-table > tbody td {
    flex: 1 1 0;
  }
  #wishlist-table thead,
#shopping-cart-table thead,
#checkout-review-table thead {
    display: none;
  }
  #wishlist-table tr, #wishlist-table td,
#shopping-cart-table tr,
#shopping-cart-table td,
#checkout-review-table tr,
#checkout-review-table td {
    display: inline-block;
  }
  #wishlist-table .product-image,
#shopping-cart-table .product-image,
#checkout-review-table .product-image {
    order: 1;
  }
  #wishlist-table .product-image img,
#shopping-cart-table .product-image img,
#checkout-review-table .product-image img {
    max-width: 100%;
  }
  #wishlist-table .product-details,
#shopping-cart-table .product-details,
#checkout-review-table .product-details {
    order: 2;
    flex-grow: 3;
  }
  #wishlist-table .product-name,
#shopping-cart-table .product-name,
#checkout-review-table .product-name {
    font-size: 18px;
  }
  #wishlist-table .product-actions,
#shopping-cart-table .product-actions,
#checkout-review-table .product-actions {
    order: 31;
    flex: 3 1 100%;
  }
  #wishlist-table .product-qty,
#shopping-cart-table .product-qty,
#checkout-review-table .product-qty {
    order: 61;
  }
  #wishlist-table .product-unit-price,
#shopping-cart-table .product-unit-price,
#checkout-review-table .product-unit-price {
    order: 62;
  }
  #wishlist-table .product-cart, #wishlist-table .product-subtotal,
#shopping-cart-table .product-cart,
#shopping-cart-table .product-subtotal,
#checkout-review-table .product-cart,
#checkout-review-table .product-subtotal {
    order: 63;
  }
  #wishlist-table .empty,
#shopping-cart-table .empty,
#checkout-review-table .empty {
    display: none;
  }
  #wishlist-table .item-options,
#shopping-cart-table .item-options,
#checkout-review-table .item-options {
    display: flex;
    flex-wrap: wrap;
  }
  #wishlist-table .item-options > dt,
#shopping-cart-table .item-options > dt,
#checkout-review-table .item-options > dt {
    width: 40%;
  }
  #wishlist-table .item-options > dd,
#shopping-cart-table .item-options > dd,
#checkout-review-table .item-options > dd {
    width: 60%;
    margin: 0;
  }
  #wishlist-table .buttons-set button,
#shopping-cart-table .buttons-set button,
#checkout-review-table .buttons-set button {
    max-width: 500px;
    margin-bottom: 5px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #checkout-cart-wrapper,
#checkout-progress-wrapper {
    display: none;
  }
}
@media (min-width: 992px) {
  @supports (display: contents) {
    #checkoutSteps .step {
      width: -moz-calc(100% / 3 * 2);
      width: -ms-calc(100% / 3 * 2);
      width: -o-calc(100% / 3 * 2);
      width: -webkit-calc(100% / 3 * 2);
      width: calc(100% / 3 * 2);
    }
    #checkoutSteps .step-title {
      margin-top: 0px;
    }

    #paypal-checkout-review-table-wrapper {
      width: -moz-calc(100% / 3 * 2);
      width: -ms-calc(100% / 3 * 2);
      width: -o-calc(100% / 3 * 2);
      width: -webkit-calc(100% / 3 * 2);
      width: calc(100% / 3 * 2);
    }

    #details-reload {
      display: contents;
    }

    #paypal-checkout-review-wrapper {
      display: flex;
      flex-wrap: wrap;
    }
    #paypal-checkout-review-wrapper .checkout-agreements {
      width: 100%;
      width: -moz-calc(100% / 3 * 2);
      width: -ms-calc(100% / 3 * 2);
      width: -o-calc(100% / 3 * 2);
      width: -webkit-calc(100% / 3 * 2);
      width: calc(100% / 3 * 2);
      order: 1;
    }
    #paypal-checkout-review-wrapper .buttons-set {
      padding: 0 20px;
      order: 2;
      width: -moz-calc(100% / 3 * 1);
      width: -ms-calc(100% / 3 * 1);
      width: -o-calc(100% / 3 * 1);
      width: -webkit-calc(100% / 3 * 1);
      width: calc(100% / 3 * 1);
    }
    #paypal-checkout-review-wrapper #paypal-checkout-review-table-wrapper {
      order: 3;
    }
    #paypal-checkout-review-wrapper #checkout-review-submit {
      order: 4;
    }
  }
  #checkoutSteps .step-title {
    color: #DCDCDC;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #checkoutSteps .step-title .number {
    display: none;
  }
  #checkoutSteps .step-title:before {
    content: "";
    font-family: tm-font;
    color: inherit;
    font-size: 40px;
    line-height: 40px;
    margin: auto;
  }
  #checkoutSteps .step-title h2 {
    display: block;
    color: inherit;
    margin: 0px;
  }

  #checkout-review-submit {
    width: -moz-calc(100% / 3);
    width: -ms-calc(100% / 3);
    width: -o-calc(100% / 3);
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }

  #opc-login .step-title:before {
    content: "\ea24";
  }

  #opc-billing .step-title:before {
    content: "\ea1b";
  }

  #opc-shipping .step-title:before {
    content: "\ea1b";
  }

  #opc-shipping_method .step-title:before {
    content: "\ea11";
  }

  #opc-payment .step-title:before {
    content: "\ea0a";
  }

  #opc-review .step-title:before {
    content: "\ea04";
  }
}
@media (min-width: 1200px) {
  #shopping-cart-table .item-options,
#checkout-review-table .item-options {
    display: flex;
    flex-wrap: wrap;
  }
  #shopping-cart-table .item-options > dt,
#checkout-review-table .item-options > dt {
    width: 40%;
  }
  #shopping-cart-table .item-options > dd,
#checkout-review-table .item-options > dd {
    width: 60%;
    margin: 0;
  }
}
.checkout-types {
  display: flex;
  flex-direction: column-reverse;
}
.checkout-types a {
  display: block;
  cursor: pointer;
}

.paypal-logo .button, .paypal-logo .address-radio .address-radio-wrapper.last .control input[type=radio] + label, .address-radio .address-radio-wrapper.last .control .paypal-logo input[type=radio] + label {
  background-color: #ffc438;
  color: #002a8c;
  position: relative;
  border: 1px solid #e7992a;
}
.paypal-logo .button:after, .paypal-logo .address-radio .address-radio-wrapper.last .control input[type=radio] + label:after, .address-radio .address-radio-wrapper.last .control .paypal-logo input[type=radio] + label:after {
  content: "";
  float: right;
  background-image: url("../images/payment-shipping.svg");
  background-size: 465.75px 30px;
  height: 30px;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: 0 0;
  width: 112.5px;
}
.paypal-logo .button:hover, .paypal-logo .address-radio .address-radio-wrapper.last .control input[type=radio] + label:hover, .address-radio .address-radio-wrapper.last .control .paypal-logo input[type=radio] + label:hover {
  background-color: #e7992a;
}

.crosssell {
  margin-top: 20px;
}

input.qty {
  -moz-appearance: textfield;
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transformn: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transformn: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transformn: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transformn: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transformn: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transformn: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transformn: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transformn: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transformn: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transformn: rotate(360deg);
    transform: rotate(360deg);
  }
}
.contacts-index-index textarea[name=comment] {
  min-height: 200px;
}
.contacts-index-index .sidebar .block-cart, .contacts-index-index .sidebar .block-banner {
  display: none;
}

#checkout-payment-method-load dt.ppp {
  background-color: #fff;
  margin: 0;
  padding: 0;
  border-top: 1px solid #dfdfdf;
  overflow: hidden;
}

#checkout-payment-method-load dt.ppp label {
  padding: 0px;
  background: transparent;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  padding: 10px 20px 10px 150px;
  font-weight: normal !important;
}

#checkout-payment-method-load dt.ppp.ppp-selected {
  background-image: url("../images/iways/checkmark.png");
  background-repeat: no-repeat;
  background-position: right 15px;
  background-color: #f9f9f9;
}

#checkout-payment-method-load dt.ppp.ppp-selected label {
  font-weight: bold;
  padding-bottom: 10px;
}

#checkout-payment-method-load dd.ppp.ppp-selected {
  background-color: #f9f9f9;
  margin: 0px;
}

#checkout-payment-method-load dt.ppp:hover {
  background-color: #f9f9f9;
}

#checkout-payment-method-load dt.ppp input {
  display: none;
}

#checkout-payment-method-load dt.ppp label:hover {
  background: transparent;
}

#checkout-payment-method-load dd.ppp {
  padding: 0;
}

#checkout-payment-method-load dd.ppp:last-child {
  border-bottom: 1px solid #dfdfdf;
}

#checkout-payment-method-load dt.ppp.iways_paypalplus_payment {
  border-top: none;
}

#checkout-payment-method-load dd.ppp.iways_paypalplus_payment {
  border-bottom: none;
  margin: 0px;
}

#checkout-payment-method-load dd.ppp.iways_paypalplus_payment.ppp-selected {
  background: transparent;
}

#checkout-payment-method-load .form-list .ppp li {
  margin-bottom: 0px;
  padding-bottom: 8px;
}

div.ppp-pui table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

div.ppp-pui table tbody tr td {
  text-align: left;
  padding: 0 5px;
}

/* Third party methods */
body.opc-index-index #checkout-payment-method-load dt.ppp label {
  color: inherit;
  text-align: inherit;
  height: inherit;
  text-transform: inherit;
  line-height: inherit;
}

/* Amasty Scheckout */
.amscheckout .payment-method dt.ppp {
  background-color: #fff;
  margin: 0;
  padding: 0;
  border-top: 1px solid #dfdfdf;
  overflow: hidden;
}

.amscheckout .payment-method dt.ppp label {
  padding: 0px;
  background: transparent;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  padding: 20px 10px !important;
  font-family: Arial !important;
  font-size: 12px !important;
  font-weight: normal !important;
}

.amscheckout .payment-method dt.ppp.ppp-selected {
  background-image: url("../images/iways/checkmark.png");
  background-repeat: no-repeat;
  background-position: right 15px;
  background-color: #f9f9f9;
}

.amscheckout .payment-method dt.ppp.ppp-selected label {
  font-weight: bold;
  padding-bottom: 10px;
}

.amscheckout .payment-method dd.ppp.ppp-selected {
  background-color: #f9f9f9;
  padding: 0 0 10px;
}

.amscheckout .payment-method dt.ppp:hover {
  background-color: #f9f9f9;
}

.amscheckout .payment-method dt.ppp input {
  display: none;
}

.amscheckout .payment-method dt.ppp label:hover {
  background: transparent;
}

.amscheckout .payment-method dd.ppp {
  padding: 0;
}

.amscheckout .payment-method dd.ppp:last-child {
  border-bottom: 1px solid #dfdfdf;
}

.amscheckout .payment-method dt.ppp.iways_paypalplus_payment {
  border-top: none;
}

.amscheckout .payment-method dd.ppp.iways_paypalplus_payment {
  border-bottom: none;
}

.amscheckout .payment-method dd.ppp.iways_paypalplus_payment.ppp-selected {
  background: transparent;
}

.amscheckout .payment-method .form-list .ppp li {
  margin-bottom: 0px;
  padding-bottom: 8px;
}

.validation-advice {
  color: #CC352E;
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  display: inline-block;
  position: relative;
}

.input-box.validation-passed {
  clear: both;
  position: relative;
}
.input-box.validation-passed:before {
  content: "\ea04";
  font-family: tm-font;
  font-size: 20px 0.75;
  height: 20px;
  line-height: 20px;
  color: #3AA090;
  position: absolute;
  top: 5px;
  top: -moz-calc(50% - 20px / 2);
  top: -ms-calc(50% - 20px / 2);
  top: -o-calc(50% - 20px / 2);
  top: -webkit-calc(50% - 20px / 2);
  top: calc(50% - 20px / 2);
  right: 10px;
}
.input-box.validation-passed .chosen-container-single a.chosen-single {
  border-color: #3AA090 !important;
  padding-right: 35px;
}
.input-box.validation-passed .chosen-container-single a.chosen-single div {
  right: 18px;
}
.input-box.validation-passed select.validation-passed {
  padding-right: 35px;
  width: 90%;
  width: -moz-calc(100% - 30px);
  width: -ms-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}
.input-box.validation-failed .chosen-container-single a.chosen-single {
  border-color: #CC352E !important;
}
.input-box.vat:after {
  content: "";
  display: block;
  clear: both;
}
.input-box.vat.validation-failed span.country-id {
  border-color: #CC352E !important;
}
.input-box.vat.validation-passed span.country-id {
  border-color: #3AA090 !important;
}
.input-box.vat span.country-id {
  display: block;
  font-size: 16px;
  border: 2px solid #cfcfcf;
  border-right-width: 0;
  width: 36px;
  padding-top: 14px;
  padding-bottom: 2px;
  text-align: center;
  float: left;
}
.input-box.vat input {
  float: left;
  width: 80%;
  width: -moz-calc(100% - 36px);
  width: -ms-calc(100% - 36px);
  width: -o-calc(100% - 36px);
  width: -webkit-calc(100% - 36px);
  width: calc(100% - 36px);
}

input.validation-failed,
select.validation-failed,
textarea.validation-failed {
  border-color: #CC352E;
}
input.validation-failed:focus,
select.validation-failed:focus,
textarea.validation-failed:focus {
  border-color: #F29C38;
}
input.validation-passed,
select.validation-passed,
textarea.validation-passed {
  border-color: #3AA090;
}
input.validation-passed:focus,
select.validation-passed:focus,
textarea.validation-passed:focus {
  border-color: #F29C38;
}

input.chosen-focus-trap {
  position: absolute !important;
  border: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.pwd-strength {
  display: none;
  position: absolute;
  z-index: 1;
  min-width: 125px;
}
.pwd-strength .inner {
  position: relative;
  margin-top: 5px;
  line-height: 16px;
  font-size: 12px;
}
.pwd-strength .inner .word.veryweak {
  color: #CC352E;
}
.pwd-strength .inner .word.weak {
  color: #F29C38;
}
.pwd-strength .inner .word.medium {
  color: #a5ce63;
}
.pwd-strength .inner .word.strong {
  color: #3AA090;
}
.pwd-strength .inner .meter {
  background-color: #ddd;
  height: 5px;
}
.pwd-strength .inner .meter span.level {
  display: block;
  height: 5px;
}
.pwd-strength .inner .meter span.level.veryweak {
  background-color: #CC352E;
  width: 25%;
}
.pwd-strength .inner .meter span.level.weak {
  background-color: #F29C38;
  width: 50%;
}
.pwd-strength .inner .meter span.level.medium {
  background-color: #a5ce63;
  width: 75%;
}
.pwd-strength .inner .meter span.level.strong {
  background-color: #3AA090;
  width: 100%;
}

input.strength.veryweak {
  border-color: #CC352E;
}
input.strength.weak {
  border-color: #F29C38;
}
input.strength.medium {
  border-color: #a5ce63;
}
input.strength.strong {
  border-color: #3AA090;
}

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