.flex-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .flex-container {
    width: 750px;
  }
}

@media only screen and (min-width: 992px) {
  .flex-container {
    width: 970px;
  }
}

@media only screen and (min-width: 1200px) {
  .flex-container {
    width: 1170px;
  }
}

.flex-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.flex-row {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.flex-col-xs, .flex-col-xs-1, .flex-col-xs-2, .flex-col-xs-3, .flex-col-xs-4, .flex-col-xs-5, .flex-col-xs-6, .flex-col-xs-7, .flex-col-xs-8, .flex-col-xs-9, .flex-col-xs-10, .flex-col-xs-11, .flex-col-xs-12, .flex-col-xs-offset-0, .flex-col-xs-offset-1, .flex-col-xs-offset-2, .flex-col-xs-offset-3, .flex-col-xs-offset-4, .flex-col-xs-offset-5, .flex-col-xs-offset-6, .flex-col-xs-offset-7, .flex-col-xs-offset-8, .flex-col-xs-offset-9, .flex-col-xs-offset-10, .flex-col-xs-offset-11, .flex-col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-first-xs {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.flex-last-xs {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 768px) {
  .flex-col-sm, .flex-col-sm-1, .flex-col-sm-2, .flex-col-sm-3, .flex-col-sm-4, .flex-col-sm-5, .flex-col-sm-6, .flex-col-sm-7, .flex-col-sm-8, .flex-col-sm-9, .flex-col-sm-10, .flex-col-sm-11, .flex-col-sm-12, .flex-col-sm-offset-0, .flex-col-sm-offset-1, .flex-col-sm-offset-2, .flex-col-sm-offset-3, .flex-col-sm-offset-4, .flex-col-sm-offset-5, .flex-col-sm-offset-6, .flex-col-sm-offset-7, .flex-col-sm-offset-8, .flex-col-sm-offset-9, .flex-col-sm-offset-10, .flex-col-sm-offset-11, .flex-col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex-col-sm {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    max-width: 100%;
  }
  .flex-col-sm-1 {
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .flex-col-sm-2 {
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .flex-col-sm-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .flex-col-sm-4 {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .flex-col-sm-5 {
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .flex-col-sm-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .flex-col-sm-7 {
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .flex-col-sm-8 {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .flex-col-sm-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .flex-col-sm-10 {
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .flex-col-sm-11 {
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .flex-col-sm-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .flex-col-sm-offset-0 {
    margin-left: 0%;
  }
  .flex-col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .flex-col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .flex-col-sm-offset-3 {
    margin-left: 25%;
  }
  .flex-col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .flex-col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .flex-col-sm-offset-6 {
    margin-left: 50%;
  }
  .flex-col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .flex-col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .flex-col-sm-offset-9 {
    margin-left: 75%;
  }
  .flex-col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .flex-col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .flex-start-sm {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .flex-center-sm {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .flex-end-sm {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .flex-top-sm {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-middle-sm {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-bottom-sm {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-around-sm {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .flex-between-sm {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex-first-sm {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-last-sm {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 992px) {
  .flex-col-md, .flex-col-md-1, .flex-col-md-2, .flex-col-md-3, .flex-col-md-4, .flex-col-md-5, .flex-col-md-6, .flex-col-md-7, .flex-col-md-8, .flex-col-md-9, .flex-col-md-10, .flex-col-md-11, .flex-col-md-12, .flex-col-md-offset-0, .flex-col-md-offset-1, .flex-col-md-offset-2, .flex-col-md-offset-3, .flex-col-md-offset-4, .flex-col-md-offset-5, .flex-col-md-offset-6, .flex-col-md-offset-7, .flex-col-md-offset-8, .flex-col-md-offset-9, .flex-col-md-offset-10, .flex-col-md-offset-11, .flex-col-md-offset-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex-col-md {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    max-width: 100%;
  }
  .flex-col-md-1 {
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .flex-col-md-2 {
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .flex-col-md-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .flex-col-md-4 {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .flex-col-md-5 {
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .flex-col-md-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .flex-col-md-7 {
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .flex-col-md-8 {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .flex-col-md-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .flex-col-md-10 {
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .flex-col-md-11 {
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .flex-col-md-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .flex-col-md-offset-0 {
    margin-left: 0%;
  }
  .flex-col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .flex-col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .flex-col-md-offset-3 {
    margin-left: 25%;
  }
  .flex-col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .flex-col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .flex-col-md-offset-6 {
    margin-left: 50%;
  }
  .flex-col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .flex-col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .flex-col-md-offset-9 {
    margin-left: 75%;
  }
  .flex-col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .flex-col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .flex-start-md {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .flex-center-md {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .flex-end-md {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .flex-top-md {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-middle-md {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-bottom-md {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-around-md {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .flex-between-md {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex-first-md {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-last-md {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .flex-col-lg, .flex-col-lg-1, .flex-col-lg-2, .flex-col-lg-3, .flex-col-lg-4, .flex-col-lg-5, .flex-col-lg-6, .flex-col-lg-7, .flex-col-lg-8, .flex-col-lg-9, .flex-col-lg-10, .flex-col-lg-11, .flex-col-lg-12, .flex-col-lg-offset-0, .flex-col-lg-offset-1, .flex-col-lg-offset-2, .flex-col-lg-offset-3, .flex-col-lg-offset-4, .flex-col-lg-offset-5, .flex-col-lg-offset-6, .flex-col-lg-offset-7, .flex-col-lg-offset-8, .flex-col-lg-offset-9, .flex-col-lg-offset-10, .flex-col-lg-offset-11, .flex-col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex-col-lg {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    max-width: 100%;
  }
  .flex-col-lg-1 {
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .flex-col-lg-2 {
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .flex-col-lg-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .flex-col-lg-4 {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .flex-col-lg-5 {
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .flex-col-lg-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .flex-col-lg-7 {
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .flex-col-lg-8 {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .flex-col-lg-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .flex-col-lg-10 {
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .flex-col-lg-11 {
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .flex-col-lg-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .flex-col-lg-offset-0 {
    margin-left: 0%;
  }
  .flex-col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .flex-col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .flex-col-lg-offset-3 {
    margin-left: 25%;
  }
  .flex-col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .flex-col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .flex-col-lg-offset-6 {
    margin-left: 50%;
  }
  .flex-col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .flex-col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .flex-col-lg-offset-9 {
    margin-left: 75%;
  }
  .flex-col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .flex-col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .flex-start-lg {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .flex-center-lg {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .flex-end-lg {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .flex-top-lg {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-middle-lg {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-bottom-lg {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-around-lg {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .flex-between-lg {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex-first-lg {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-last-lg {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
    src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=?#iefix) format('embedded-opentype'), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format('woff'), url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format('truetype'), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.m-t-0{margin-top:0px !important}.p-t-0{padding-top:0px !important}.m-b-0{margin-bottom:0px !important}.p-b-0{padding-bottom:0px !important}.m-l-0{margin-left:0px !important}.p-l-0{padding-left:0px !important}.m-r-0{margin-right:0px !important}.p-r-0{padding-right:0px !important}.m-t-5{margin-top:5px !important}.p-t-5{padding-top:5px !important}.m-b-5{margin-bottom:5px !important}.p-b-5{padding-bottom:5px !important}.m-l-5{margin-left:5px !important}.p-l-5{padding-left:5px !important}.m-r-5{margin-right:5px !important}.p-r-5{padding-right:5px !important}.m-t-10{margin-top:10px !important}.p-t-10{padding-top:10px !important}.m-b-10{margin-bottom:10px !important}.p-b-10{padding-bottom:10px !important}.m-l-10{margin-left:10px !important}.p-l-10{padding-left:10px !important}.m-r-10{margin-right:10px !important}.p-r-10{padding-right:10px !important}.m-t-15{margin-top:15px !important}.p-t-15{padding-top:15px !important}.m-b-15{margin-bottom:15px !important}.p-b-15{padding-bottom:15px !important}.m-l-15{margin-left:15px !important}.p-l-15{padding-left:15px !important}.m-r-15{margin-right:15px !important}.p-r-15{padding-right:15px !important}.m-t-20{margin-top:20px !important}.p-t-20{padding-top:20px !important}.m-b-20{margin-bottom:20px !important}.p-b-20{padding-bottom:20px !important}.m-l-20{margin-left:20px !important}.p-l-20{padding-left:20px !important}.m-r-20{margin-right:20px !important}.p-r-20{padding-right:20px !important}.m-t-25{margin-top:25px !important}.p-t-25{padding-top:25px !important}.m-b-25{margin-bottom:25px !important}.p-b-25{padding-bottom:25px !important}.m-l-25{margin-left:25px !important}.p-l-25{padding-left:25px !important}.m-r-25{margin-right:25px !important}.p-r-25{padding-right:25px !important}.m-t-30{margin-top:30px !important}.p-t-30{padding-top:30px !important}.m-b-30{margin-bottom:30px !important}.p-b-30{padding-bottom:30px !important}.m-l-30{margin-left:30px !important}.p-l-30{padding-left:30px !important}.m-r-30{margin-right:30px !important}.p-r-30{padding-right:30px !important}.m-t-35{margin-top:35px !important}.p-t-35{padding-top:35px !important}.m-b-35{margin-bottom:35px !important}.p-b-35{padding-bottom:35px !important}.m-l-35{margin-left:35px !important}.p-l-35{padding-left:35px !important}.m-r-35{margin-right:35px !important}.p-r-35{padding-right:35px !important}.m-t-40{margin-top:40px !important}.p-t-40{padding-top:40px !important}.m-b-40{margin-bottom:40px !important}.p-b-40{padding-bottom:40px !important}.m-l-40{margin-left:40px !important}.p-l-40{padding-left:40px !important}.m-r-40{margin-right:40px !important}.p-r-40{padding-right:40px !important}.m-t-45{margin-top:45px !important}.p-t-45{padding-top:45px !important}.m-b-45{margin-bottom:45px !important}.p-b-45{padding-bottom:45px !important}.m-l-45{margin-left:45px !important}.p-l-45{padding-left:45px !important}.m-r-45{margin-right:45px !important}.p-r-45{padding-right:45px !important}.m-t-50{margin-top:50px !important}.p-t-50{padding-top:50px !important}.m-b-50{margin-bottom:50px !important}.p-b-50{padding-bottom:50px !important}.m-l-50{margin-left:50px !important}.p-l-50{padding-left:50px !important}.m-r-50{margin-right:50px !important}.p-r-50{padding-right:50px !important}.m-t-55{margin-top:55px !important}.p-t-55{padding-top:55px !important}.m-b-55{margin-bottom:55px !important}.p-b-55{padding-bottom:55px !important}.m-l-55{margin-left:55px !important}.p-l-55{padding-left:55px !important}.m-r-55{margin-right:55px !important}.p-r-55{padding-right:55px !important}.m-t-60{margin-top:60px !important}.p-t-60{padding-top:60px !important}.m-b-60{margin-bottom:60px !important}.p-b-60{padding-bottom:60px !important}.m-l-60{margin-left:60px !important}.p-l-60{padding-left:60px !important}.m-r-60{margin-right:60px !important}.p-r-60{padding-right:60px !important}.m-t-65{margin-top:65px !important}.p-t-65{padding-top:65px !important}.m-b-65{margin-bottom:65px !important}.p-b-65{padding-bottom:65px !important}.m-l-65{margin-left:65px !important}.p-l-65{padding-left:65px !important}.m-r-65{margin-right:65px !important}.p-r-65{padding-right:65px !important}.m-t-70{margin-top:70px !important}.p-t-70{padding-top:70px !important}.m-b-70{margin-bottom:70px !important}.p-b-70{padding-bottom:70px !important}.m-l-70{margin-left:70px !important}.p-l-70{padding-left:70px !important}.m-r-70{margin-right:70px !important}.p-r-70{padding-right:70px !important}.m-t-75{margin-top:75px !important}.p-t-75{padding-top:75px !important}.m-b-75{margin-bottom:75px !important}.p-b-75{padding-bottom:75px !important}.m-l-75{margin-left:75px !important}.p-l-75{padding-left:75px !important}.m-r-75{margin-right:75px !important}.p-r-75{padding-right:75px !important}.m-t-80{margin-top:80px !important}.p-t-80{padding-top:80px !important}.m-b-80{margin-bottom:80px !important}.p-b-80{padding-bottom:80px !important}.m-l-80{margin-left:80px !important}.p-l-80{padding-left:80px !important}.m-r-80{margin-right:80px !important}.p-r-80{padding-right:80px !important}.m-t-85{margin-top:85px !important}.p-t-85{padding-top:85px !important}.m-b-85{margin-bottom:85px !important}.p-b-85{padding-bottom:85px !important}.m-l-85{margin-left:85px !important}.p-l-85{padding-left:85px !important}.m-r-85{margin-right:85px !important}.p-r-85{padding-right:85px !important}.m-t-90{margin-top:90px !important}.p-t-90{padding-top:90px !important}.m-b-90{margin-bottom:90px !important}.p-b-90{padding-bottom:90px !important}.m-l-90{margin-left:90px !important}.p-l-90{padding-left:90px !important}.m-r-90{margin-right:90px !important}.p-r-90{padding-right:90px !important}.m-t-95{margin-top:95px !important}.p-t-95{padding-top:95px !important}.m-b-95{margin-bottom:95px !important}.p-b-95{padding-bottom:95px !important}.m-l-95{margin-left:95px !important}.p-l-95{padding-left:95px !important}.m-r-95{margin-right:95px !important}.p-r-95{padding-right:95px !important}.m-t-100{margin-top:100px !important}.p-t-100{padding-top:100px !important}.m-b-100{margin-bottom:100px !important}.p-b-100{padding-bottom:100px !important}.m-l-100{margin-left:100px !important}.p-l-100{padding-left:100px !important}.m-r-100{margin-right:100px !important}.p-r-100{padding-right:100px !important}@font-face{font-family:Gotham;src:local("Arvo"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-ExtraLight.eot");src:url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-ExtraLight.eot?#iefix") format("embedded-opentype"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-ExtraLight.woff2") format("woff2"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-ExtraLight.woff") format("woff"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-ExtraLight.ttf") format("truetype"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-ExtraLight.otf") format("opentype"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-ExtraLight.svg#Gotham-ExtraLight") format("svg");font-weight:100;font-style:normal;font-stretch:normal;font-display:auto;unicode-range:U+0020-FB04}@font-face{font-family:Gotham;src:local("Arvo"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Light.eot");src:url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Light.eot?#iefix") format("embedded-opentype"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Light.woff2") format("woff2"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Light.woff") format("woff"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Light.svg#Gotham-Light") format("svg");font-weight:200;font-style:normal;font-stretch:normal;font-display:auto;unicode-range:U+0020-FB04}@font-face{font-family:Gotham;src:local("Arvo"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Book.eot");src:url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Book.eot?#iefix") format("embedded-opentype"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Book.woff2") format("woff2"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Book.woff") format("woff"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Book.svg#Gotham-Book") format("svg");font-weight:300;font-style:normal;font-stretch:normal;font-display:auto;unicode-range:U+000D-FB04}@font-face{font-family:Gotham;src:local("Arvo"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Medium.eot");src:url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Medium.eot?#iefix") format("embedded-opentype"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Medium.woff2") format("woff2"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Medium.woff") format("woff"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Medium.ttf") format("truetype"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Medium.otf") format("opentype"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Medium.svg#Gotham-Medium") format("svg");font-weight:500;font-style:normal;font-stretch:normal;font-display:auto;unicode-range:U+0020-FB04}@font-face{font-family:Gotham;src:local("Arvo"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Bold.eot");src:url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Bold.eot?#iefix") format("embedded-opentype"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Bold.woff") format("woff"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Bold.ttf") format("truetype"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Bold.otf") format("opentype"),url("https://eregocdn-b22b.kxcdn.com/assets/fonts/gotham/Gotham-Bold.svg#Gotham-Bold") format("svg");font-weight:700;font-style:normal;font-stretch:normal;font-display:auto;unicode-range:U+0020-0219}html body{max-width:1440px;margin:0 auto}.no-overflow,.no-scroll{overflow:hidden !important}.scroll-lock *{overflow:hidden}a[href^=tel]{color:inherit;text-decoration:none}.d-inline{display:inline}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.d-block{display:block}.d-none{display:none}@media screen and (min-width: 480px) and (max-width: 767px){.hidden-xs{display:none !important}}@media screen and (max-width: 479px){.hidden-xs{display:none !important}}@media screen and (min-width: 768px) and (max-width: 991px){.hidden-sm{display:none !important}}@media screen and (min-width: 992px) and (max-width: 1332px){.hidden-md{display:none !important}}@media screen and (min-width: 1333px){.hidden-lg{display:none !important}}.flex-dir-col{flex-direction:column}.flex-dir-row{flex-direction:row}.flex-vertical-center{align-items:center}.vertical-center{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}section#ergo-contact-container,section#meetTheTeam{padding:0 30px}@media screen and (min-width: 992px){section#ergo-contact-container,section#meetTheTeam{padding:0}}@media only screen and (min-width: 1333px){.flex-container{width:calc(100% - 50px)}}.ergo-header-content .primary-navigation{margin-left:0;margin-right:0}.primary-navigation{margin-bottom:50px;width:100%}.primary-navigation.flex-container{width:calc(100% - 15px) !important}@media screen and (min-width: 1333px){.primary-navigation{margin-bottom:100px}}@media screen and (max-width: 1199px){.primary-navigation #siteNavigationWrapper .main-navigation{display:none}}.primary-navigation #siteNavigationWrapper .main-navigation .menu-helper{display:grid;grid-template-columns:1fr 1fr 1fr;max-width:1185px;margin-left:auto;margin-right:auto;position:relative;z-index:100}@media screen and (max-width: 1200px){.primary-navigation #siteNavigationWrapper .main-navigation .menu-helper{max-width:1140px}}@media screen and (max-width: 992px){.primary-navigation #siteNavigationWrapper .main-navigation .menu-helper{display:none}}.primary-navigation #siteNavigationWrapper .main-navigation .menu-helper ul{display:grid;grid-column:auto;grid-auto-flow:column}.primary-navigation #siteNavigationWrapper .main-navigation.fixnav{top:0}@media screen and (max-width: 1200px){.primary-navigation #siteNavigationWrapper .main-navigation #menu-primary-menu li:nth-child(3){display:none}}.primary-navigation #siteNavigationWrapper .main-navigation #menu-primary-menu #menu-item-2182 SPAN{height:80px;display:block}.primary-navigation #siteNavigationWrapper .main-navigation #menu-secondary-menu{margin-right:auto}@media screen and (max-width: 1200px){.primary-navigation #siteNavigationWrapper .main-navigation #menu-secondary-menu li:nth-child(1){display:none}}.primary-navigation #siteNavigationWrapper .main-navigation .menu li{text-transform:uppercase;font-size:16px;text-align:center;padding:0;margin:0 0 0 0;white-space:nowrap;max-height:45px}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){.primary-navigation #siteNavigationWrapper .main-navigation .menu li{font-size:13px}}.primary-navigation #siteNavigationWrapper .main-navigation .menu li a{color:#fff;text-decoration:none;height:45px;line-height:45px;padding:0 1.2rem}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){.primary-navigation #siteNavigationWrapper .main-navigation .menu li a{padding:0 .8rem}}.primary-navigation #siteNavigationWrapper .main-navigation .menu>li:not(.current-menu-item):hover a:after{content:"";display:block;border:2px solid #FB5B33 !important}.primary-navigation #siteNavigationWrapper .main-navigation .menu>li.current-menu-item a{background-color:#FB5B33;transition:all 0.4s ease;border-radius:29.5px;color:white !important}.primary-navigation #siteNavigationWrapper .main-navigation .menu#menu-secondary-menu{float:right}.primary-navigation #siteNavigationWrapper .main-navigation .menu#menu-secondary-menu li{cursor:pointer}.primary-navigation #siteNavigationWrapper .main-navigation .menu#menu-secondary-menu li:after{display:none}.primary-navigation #siteNavigationWrapper .main-navigation .menu#menu-secondary-menu li:last-of-type:hover a{padding-bottom:.2em}.primary-navigation #siteNavigationWrapper .main-navigation .menu#menu-secondary-menu li:last-of-type:hover a:after{border:none}.primary-navigation #siteNavigationWrapper .main-navigation .menu#menu-secondary-menu li:last-of-type a:after{content:"";display:block;border:2px solid #FB5B33}.primary-navigation #siteNavigationWrapper .main-navigation .ergo-logo-container{display:initial;cursor:pointer;margin:auto}.primary-navigation #siteNavigationWrapper .main-navigation .ergo-logo-container .brand-logo-svg{width:100%;height:auto;min-width:150px;max-width:200px;max-height:38px}.primary-navigation #siteNavigationWrapper .main-navigation .ergo-logo-container .brand-logo{max-height:38px;-webkit-transition:-webkit-transform 1.4s ease-in-out;transition:transform 1.4s ease-in-out;z-index:10}@media screen and (max-width: 1332px) and (orientation: landscape){.primary-navigation #siteNavigationWrapper .main-navigation .ergo-logo-container .brand-logo{max-width:68%;margin:0 auto;display:flex;position:relative;min-width:100%}}.primary-navigation #siteNavigationWrapper .main-navigation .ergo-logo-container .ergomania-logo-text{margin-left:11px;max-height:34px;max-width:181px;position:relative;top:7px}.primary-navigation #siteNavigationWrapper .language-switcher{position:absolute;bottom:40px;right:20px}.primary-navigation #siteNavigationWrapper .language-switcher .inner-wrapper{position:relative}.primary-navigation #siteNavigationWrapper .language-switcher .inner-wrapper .switcher-button{color:white;cursor:pointer;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;transition:all 200ms ease-in-out}.primary-navigation #siteNavigationWrapper .language-switcher .inner-wrapper .switcher-button>.current-language{padding:10px 10px 0;position:relative;left:10px}.primary-navigation #siteNavigationWrapper .language-switcher .inner-wrapper .switcher-button>.current-language>i{color:#fb5b33;transition:all 200ms ease-in-out}.primary-navigation #siteNavigationWrapper .language-switcher .inner-wrapper .switcher-button:hover>.current-language{background:#fb5b33;border-top-right-radius:5px;border-top-left-radius:5px;box-shadow:-10px 10px 20px -5px #333}.primary-navigation #siteNavigationWrapper .language-switcher .inner-wrapper .switcher-button:hover>.current-language>i{color:#FFFFFF;transform:rotate(180deg)}.primary-navigation #siteNavigationWrapper .language-switcher .inner-wrapper .switcher-button:hover>.list-options{display:initial;box-shadow:0px 10px 20px -5px #333}.primary-navigation #siteNavigationWrapper .language-switcher .inner-wrapper .switcher-button:hover>.list-options span{display:inline-block;margin-left:10px;text-transform:uppercase}.primary-navigation #siteNavigationWrapper .language-switcher .inner-wrapper .list-options{position:absolute;right:-10px;display:none;width:max-content;background:#fb5b33;padding:15px 10px;border-top-left-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;transition:all 200ms ease-in-out}.primary-navigation #siteNavigationWrapper .language-switcher .inner-wrapper .list-options a{color:white !important;cursor:pointer;font-weight:500}.primary-navigation #siteNavigationWrapper .language-switcher .inner-wrapper .list-options a.active{cursor:default}.primary-navigation #siteNavigationWrapper .language-switcher .inner-wrapper .list-options a:not(:last-of-type){margin-bottom:15px}.primary-navigation #siteNavigationWrapper .language-switcher .inner-wrapper .list-options a span{font-weight:200}.primary-navigation .home-page-video #siteNavigation,.primary-navigation .single-page-navigation #siteNavigation{margin:0 -35px}@media screen and (min-width: 1660px){.primary-navigation .home-page-video #siteNavigation,.primary-navigation .single-page-navigation #siteNavigation{margin:0 -35px}}.single-page-navigation{background:#fff}.single-page-navigation .primary-navigation{max-width:1430px;margin:60px auto 0}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){.single-page-navigation .primary-navigation{max-width:950px}}.single-page-navigation .primary-navigation #siteNavigation{padding:60px 0 0}.single-page-navigation .main-navigation .ergo-menu ul li a{color:#1C3142}.single-page-navigation .main-navigation .ergo-menu ul li a:hover{color:#fff}.single-page-navigation .main-navigation .menu li a{color:#1C3142 !important}.single-page-navigation .ergo-mobile-menu{position:relative;margin:0 -15px}.single-page-navigation .ergo-mobile-menu .mobile-menu-container p{color:#1C3142;font-weight:600 !important}.secondary-menu-wrapper{position:relative;margin-left:auto}#lang-change{position:absolute;right:0;top:-75px}@media screen and (min-width: 1600px){#lang-change{right:17px}}.hero-header-content .menu-helper{margin:0 -40px !important}#mobileNav{grid-template-columns:8fr auto 8fr;height:50px;align-items:center;position:absolute;top:0;width:100%;left:0;padding:0 10px;display:none;z-index:10}#mobileNav .language-switcher{margin-top:40px}#mobileNav .language-switcher a{font-size:14px;font-weight:300;transition:all 200ms ease-in-out}#mobileNav .language-switcher a:not(:last-of-type):after{content:"|";display:inline-block;margin-left:8px;margin-right:6px}#mobileNav .language-switcher a:hover{font-weight:400}#mobileNav.fixed{position:fixed !important}#mobileNav.fixed .phone-number{display:none}#mobileNav.fixed .address-meta{display:grid;grid-template-rows:auto 1fr 1fr;row-gap:15px;align-items:center}#mobileNav.fixed .address-meta p{margin:20px 0 10px;font-size:14px;line-height:22px;font-weight:400}#mobileNav.fixed .address-meta img{width:100%;height:auto}#mobileNav.fixed .address-meta>div{display:grid;align-items:center;grid-template-columns:30px auto;grid-column-gap:20px}#mobileNav.fixed .address-meta a,#mobileNav.fixed .address-meta a:link,#mobileNav.fixed .address-meta a:visited{display:inline-grid;font-weight:600;font-size:20px;border-bottom:1px solid #FB5B33;width:max-content}@media screen and (max-width: 1199px){#mobileNav{display:grid}}#mobileNav .phone-number{font-size:12px;margin-left:10px;white-space:nowrap;display:inline-block;font-weight:500;z-index:20;position:relative}#mobileNav .phone-number.dark{color:#1c3142}#mobileNav .phone-number:after{content:"";display:block;border:2px solid #FB5B33}#mobileNav .brand-logo-svg{min-width:50px;max-width:60px;position:relative;z-index:20}#mobileNav .brand-logo-svg path{fill:#fb5b33}#mobileNav .brand-logo-svg.dark path{fill:#fb5b33}#menuToggle{display:block;z-index:1;-webkit-user-select:none;user-select:none;margin-right:10px;padding:10px 0;margin-left:auto}#menuToggle span{display:block;width:25px;height:3px;margin-bottom:3px;position:relative;background:#000;border-radius:3px;z-index:1;transform-origin:4px 0;transition:transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.55s ease}#menuToggle span:first-child{transform-origin:0 0}#menuToggle span:nth-last-child(2){transform-origin:0 100%}#menuToggle input{display:block;width:25px;height:22px;position:absolute;cursor:pointer;opacity:0;z-index:2;-webkit-touch-callout:none}#menuToggle input:checked ~ span{opacity:1;transform:rotate(45deg) translate(-3px, -10px);background:#232323}#menuToggle input:checked ~ span:nth-last-child(2){opacity:0;transform:rotate(0deg) scale(0.2, 0.2)}#menuToggle input:checked ~ span:nth-last-child(3){transform:rotate(-45deg) translateY(12px) translateX(-9px)}#menuToggle input:checked ~ #mobileMenu{position:fixed;z-index:1;top:0;bottom:0;left:0;right:0;margin:0;transform:translate(0, 0)}#mobileMenu{position:absolute;left:0;right:0;margin:-60px 45px 0;padding:70px 20px 50px;background:#fff;list-style-type:none;-webkit-font-smoothing:antialiased;transform:translate(0, -150%);transition:transform 0.1s ease-in-out}#mobileMenu .separator{border-bottom:4px solid #FB5B33;display:block;padding-bottom:20px;margin-bottom:20px}#mobileMenu li{padding:10px 0;font-size:22px}#mobileMenu ul.menu{margin:0;padding:0;list-style-type:none}#mobileMenu ul.menu li a{width:95%;text-align:left;align-self:center;align-content:center;font-size:25px;color:#1C3142;text-transform:uppercase;padding:4px 0 4px 0;font-weight:600}#mobileMenu #secondary_menu li:last-of-type{display:none}body:not(.home) .language-switcher .switcher-button{color:black !important}body:not(.home) .language-switcher:hover .switcher-button{color:white !important}.img-responsive,.img-resp{width:100%;height:auto}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.cf{*zoom:1}.cta{background-color:#FB5B33;color:white;font-size:16px;font-weight:500;text-align:center;border-radius:29.5px;padding:11px 20px;cursor:pointer}.cta:hover{background-color:#e2522e}.cta.inverse{background-color:white;color:#FB5B33}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 60px #FFF inset !important;background-color:#FFF !important;background-clip:content-box !important}.modalDialog{position:fixed;font-family:Arial, Helvetica, sans-serif;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.8);z-index:99999;opacity:0;-webkit-transition:opacity 400ms ease-in;-moz-transition:opacity 400ms ease-in;transition:opacity 400ms ease-in;pointer-events:none}.modalDialog.visible{opacity:1;pointer-events:auto}.modalDialog>div{width:400px;position:relative;margin:10% auto;padding:5px 20px 13px 20px;border-radius:10px;background:#fff;background:-moz-linear-gradient(#fff, #999);background:-webkit-linear-gradient(#fff, #999);background:-o-linear-gradient(#fff, #999)}.close{background:#606061;color:#FFFFFF;line-height:25px;position:absolute;right:-12px;text-align:center;top:-10px;width:24px;text-decoration:none;font-weight:bold;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;-moz-box-shadow:1px 1px 3px #000;-webkit-box-shadow:1px 1px 3px #000;box-shadow:1px 1px 3px #000}.close:hover{background:#00d9ff}body.casestudy-template-default .ergo-mobile-menu+.flex-container{max-width:1100px !important}body.casestudy-template-default .case-study-content{max-width:1200px;margin:20px auto 0}body.casestudy-template-default .case-study-content img{display:table;max-width:100%;margin:0 auto;height:auto}.single-casestudy h2{font-weight:600 !important}.single-casestudy #siteNavigation .menu-helper{padding:0 !important}.casestudy-otpbusiness-account-opening-design .case-study-content{max-width:960px;margin:0  auto}.casestudy-otpbusiness-account-opening-design .case-study-content img{display:block;max-width:960px;width:100%;height:auto;margin:0 auto}.case-study.zwoelf .case-study-content{max-width:960px;margin:0 auto}.case-study.zwoelf .case-study-content img{max-width:100%}input,textarea{font-family:'Gotham'}.ergomania-footer{position:relative;padding:120px 0 0 0}.ergomania-footer .footer-bg{background-color:#FB5B33;height:100%;left:50%;max-width:1600px;position:absolute;top:50%;transform:translate(-50%, -50%);width:100%;z-index:-1}.ergomania-footer .footer-bg+.flex-container{max-width:1160px}@media screen and (max-width: 992px){.ergomania-footer .footer-bg+.flex-container{padding:0 20px}}@media screen and (max-width: 1332px){.ergomania-footer{padding:360px 0 0;position:relative;margin-top:-240px;z-index:-2}}@media only screen and (min-device-width: 360px) and (max-device-width: 640px){.ergomania-footer{margin:-40px 0 0}}@media screen and (min-width: 1332px){.ergomania-footer{margin:80px 0 0 !important;z-index:-1}}@media screen and (max-width: 767px){.ergomania-footer{position:absolute;overflow:hidden;width:initial;left:0}}.ergomania-footer .flex-center-lg{text-align:left}.ergomania-footer .flex-center-lg #newsletter h1{font-size:50px;font-weight:bold;color:#fff;line-height:58px;text-transform:uppercase}@media screen and (max-width: 1332px){.ergomania-footer .flex-center-lg #newsletter h1{font-size:36px;line-height:40px}}@media screen and (max-width: 767px){.ergomania-footer .flex-center-lg #newsletter h1{font-size:30px;line-height:30px}}.ergomania-footer .flex-center-lg #newsletter p{font-weight:300;font-size:"16px";color:#fff}.ergomania-footer .flex-center-lg #newsletter-form .newsletter-success{display:flex;align-items:center}.ergomania-footer .flex-center-lg #newsletter-form .newsletter-success p{font-weight:300;font-size:22px;color:#fff;margin:40px 0}.ergomania-footer .flex-center-lg #newsletter-form .newsletter-success p img{width:30px;position:relative;top:4px;margin-right:20px}@media screen and (max-width: 767px){.ergomania-footer .flex-center-lg #newsletter-form .newsletter-subscribe{margin-top:-20px}}.ergomania-footer .flex-center-lg #newsletter-form .newsletter-subscribe input{width:100%;height:64px;background-color:transparent;border:0;outline:none;color:#fff;line-height:27px;font-size:20px;padding:20px 0 0 10px;background:linear-gradient(#fff, #fff),linear-gradient(#fff, #fff),linear-gradient(#fff, #fff);background-size:2px 20%, 100% 2px, 2px 20%;background-position:bottom left, bottom center, bottom right;background-repeat:no-repeat;border:none}@media screen and (max-width: 767px){.ergomania-footer .flex-center-lg #newsletter-form .newsletter-subscribe input{font-size:14px}}.ergomania-footer .flex-center-lg #newsletter-form .newsletter-subscribe input::-webkit-input-placeholder{color:#fff;line-height:27px;font-size:20px}@media screen and (max-width: 767px){.ergomania-footer .flex-center-lg #newsletter-form .newsletter-subscribe input::-webkit-input-placeholder{font-size:14px}}.ergomania-footer .flex-center-lg #newsletter-form .newsletter-subscribe input::-moz-placeholder{color:#fff;line-height:27px;font-size:20px}@media screen and (max-width: 767px){.ergomania-footer .flex-center-lg #newsletter-form .newsletter-subscribe input::-moz-placeholder{font-size:14px}}.ergomania-footer .flex-center-lg #newsletter-form .newsletter-subscribe input:-ms-input-placeholder{color:#fff;line-height:27px;font-size:20px}@media screen and (max-width: 767px){.ergomania-footer .flex-center-lg #newsletter-form .newsletter-subscribe input:-ms-input-placeholder{font-size:14px}}.ergomania-footer .flex-center-lg #newsletter-form .newsletter-subscribe input:-moz-placeholder{color:#fff;line-height:27px;font-size:20px}@media screen and (max-width: 767px){.ergomania-footer .flex-center-lg #newsletter-form .newsletter-subscribe input:-moz-placeholder{font-size:14px}}.ergomania-footer .flex-center-lg #newsletter-form .newsletter-submit-container{position:relative;top:30px;margin-left:20px}@media screen and (max-width: 1025px){.ergomania-footer .flex-center-lg #newsletter-form .newsletter-submit-container{margin-left:8.33333%}}@media screen and (max-width: 991px){.ergomania-footer .flex-center-lg #newsletter-form .newsletter-submit-container{position:initial;margin:30px 0 0 0}.ergomania-footer .flex-center-lg #newsletter-form .newsletter-submit-container:after{padding:25px 0 0 0 !important}.ergomania-footer .flex-center-lg #newsletter-form .newsletter-submit-container .submit-newsletter{margin-left:0 !important}}.ergomania-footer .flex-center-lg #newsletter-form .newsletter-submit-container .submit-newsletter{background-color:#fff;color:#FB5B33;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;font-weight:500;margin-left:40px;border:0;box-shadow:none;text-shadow:none;width:240px;padding:11px 10px 11px 10px}.ergomania-footer .flex-center-lg #newsletter-form .newsletter-submit-container .submit-newsletter:hover{cursor:pointer;transition:all 0.4s ease;background-color:#e6e6e6}.ergomania-footer .flex-center-lg #newsletter-form .newsletter-submit-container .submit-newsletter a{font-weight:600}@media screen and (max-width: 767px){.ergomania-footer .flex-center-lg #newsletter-form .newsletter-submit-container .submit-newsletter{width:150px;font-size:12px}}.ergomania-footer .flex-center-lg #newsletter-form .newsletter-submit-container .unsubscribe-txt{color:white;font-size:12px;font-weight:100;margin-left:0;padding:10px 0 0 70px;position:absolute;width:max-content}@media screen and (min-width: 1332px){.ergomania-footer .flex-center-lg #newsletter-form .newsletter-submit-container .unsubscribe-txt{width:300px}}@media screen and (max-width: 991px){.ergomania-footer .flex-center-lg #newsletter-form .newsletter-submit-container .unsubscribe-txt{padding:10px 0 10px 0px}}@media screen and (max-width: 767px){.ergomania-footer .flex-center-lg #newsletter-form .newsletter-submit-container .unsubscribe-txt{position:relative;display:block}}@media screen and (max-width: 376px){.ergomania-footer .flex-center-lg #newsletter-form .newsletter-submit-container .unsubscribe-txt{display:block;margin-bottom:20px !important}}@media screen and (max-width: 991px){.ergomania-footer .flex-center-lg #footer-nav{text-align:center;position:relative;top:-100px}.ergomania-footer .flex-center-lg #footer-nav .footer-nav-column-title{font-size:14px !important;text-align:left}.ergomania-footer .flex-center-lg #footer-nav .textwidget{color:white !important;text-align:left;font-weight:300;font-size:14px;color:#fff}}@media screen and (max-width: 991px) and (max-width: 767px){.ergomania-footer .flex-center-lg #footer-nav{top:0}}@media screen and (max-width: 991px){.ergomania-footer .flex-center-lg #footer-nav .contact-info-mobile .footer-nav-column-title{padding:30px 0 0 0}.ergomania-footer .flex-center-lg #footer-nav .follow-ergo .footer-nav-column-title{padding:30px 0 0 0}}.ergomania-footer .flex-center-lg #footer-nav .footer-nav-column-title{font-weight:300;font-size:16px;color:#fff;text-transform:uppercase;line-height:19px;padding:98px 0 0 0;font-weight:400}@media screen and (max-width: 991px){.ergomania-footer .flex-center-lg #footer-nav .footer-nav-column-title{padding-top:130px}}@media screen and (max-width: 767px){.ergomania-footer .flex-center-lg #footer-nav .footer-nav-column-title{padding:0}}.ergomania-footer .flex-center-lg #footer-nav .textwidget a{color:#fff !important;display:block;font-weight:300;line-height:30px;text-decoration:none;text-transform:capitalize}.ergomania-footer .flex-center-lg #footer-nav .textwidget a.phone-number-footer{font-size:17px}.ergomania-footer .flex-center-lg #footer-nav .textwidget a span{display:block;font-weight:bold;text-transform:none}.ergomania-footer .flex-center-lg #footer-nav .contact-info-mobile{display:none}@media screen and (max-width: 991px){.ergomania-footer .flex-center-lg #footer-nav .contact-info-mobile{display:initial !important}}@media screen and (max-width: 991px){.ergomania-footer .flex-center-lg #footer-nav .contact-info{display:none}}.ergomania-footer .flex-center-lg #footer-nav .contact-info .textwidget a{font-size:18px}.ergomania-footer .flex-center-lg #footer-nav .contact-info .textwidget a:first-of-type{font-weight:300;margin-bottom:30px;font-size:16px}.ergomania-footer .flex-center-lg #footer-bottom{display:flex;align-items:center;margin-top:20px;margin-bottom:30px}@media screen and (max-width: 991px){.ergomania-footer .flex-center-lg #footer-bottom{padding:20px 0 20px 0;margin-left:-20px;position:relative;left:20px;margin-top:-40px}}@media screen and (max-width: 767px){.ergomania-footer .flex-center-lg #footer-bottom{margin-top:0;margin-bottom:0}}.ergomania-footer .flex-center-lg #footer-bottom .brand-logo-svg{width:214px;display:inline}.ergomania-footer .flex-center-lg #footer-bottom .brand-logo-svg path{fill:white}.ergomania-footer .flex-center-lg #footer-bottom .c{font-weight:300;font-size:16px;color:#fff;display:inline;border-left:1px solid #fff;padding-left:16px;margin-left:20px}@media screen and (max-width: 991px){.ergomania-footer .flex-center-lg #footer-bottom .brand-logo-svg{transform:scale(0.6);position:relative;left:-40px}.ergomania-footer .flex-center-lg #footer-bottom span.c{font-weight:300;font-size:7px;color:#fff;position:relative;left:-60px;padding-left:8px;margin-left:0}}.map-meta-container .brand-logo-svg{max-width:200px}.map-meta-container .brand-logo-svg path{fill:white}.social-icons-wrapper{margin-top:30px}.social-icons-wrapper h4{text-align:left;margin:0;font-size:16px;color:#fff;text-transform:uppercase;font-weight:400}.social-icons-wrapper .icons{display:grid;grid-template-columns:repeat(3, min-content);grid-gap:10px;margin-top:10px}@media screen and (min-width: 414px){.social-icons-wrapper .icons{grid-template-columns:repeat(6, auto)}}.social-icons-wrapper .icons a.icon-item{border:1px solid #cf5130;border-radius:4px;padding:3px;display:inline-grid !important;width:30px;height:30px;align-items:center;margin-bottom:0 !important;line-height:normal !important;transition:all 300ms ease-in-out}.social-icons-wrapper .icons a.icon-item:hover{border-color:#a64226}.social-icons-wrapper .icons a.icon-item i{margin:auto}.events-wrapper a{margin:15px 0;line-height:20px !important;display:block !important;text-transform:none !important}@media screen and (max-width: 767px){#ergo-contact-container{margin-top:20px}}@media screen and (max-width: 991px){#ergo-contact-container{margin-top:60px}}@media screen and (min-width: 1332px){#ergo-contact-container{z-index:9}}@media screen and (max-width: 1332px){#ergo-contact-container{padding:0 20px}}#ergo-contact-container .title-container h1{font-size:60px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;text-align:left;margin-top:0}@media screen and (max-width: 767px){#ergo-contact-container .title-container h1{margin-top:0;font-size:36px;line-height:40px}}#ergo-contact-container .title-container h2{font-size:16px;line-height:30px;color:#1C3142;margin-left:100px;position:relative;top:-12px;font-weight:300;text-align:left}#ergo-contact-container .title-container h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){#ergo-contact-container .title-container h2{margin-left:60px}#ergo-contact-container .title-container h2:before{left:-60px;width:40px}}#ergo-contact-container .title-container .contact-meta-container{padding:30px 0 60px}@media screen and (max-width: 767px){#ergo-contact-container .title-container .contact-meta-container{padding:0 0 60px}}#ergo-contact-container .title-container .contact-meta-container>div{display:flex;align-items:center}#ergo-contact-container .title-container .contact-meta-container>div p{margin:0;top:0;line-height:0.89;letter-spacing:-1.5px;display:inline-block;padding-left:60px}#ergo-contact-container .title-container .contact-meta-container>div p a{color:#1C3142 !important;font-size:3vw;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600}@media screen and (min-width: 992px){#ergo-contact-container .title-container .contact-meta-container>div p a{font-size:3vw;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;text-transform:initial}}@media screen and (min-width: 1333px){#ergo-contact-container .title-container .contact-meta-container>div p a{font-size:30px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;text-transform:initial}}@media screen and (max-width: 992px){#ergo-contact-container .title-container .contact-meta-container>div p a{padding-left:0;font-size:1.2rem;position:relative}#ergo-contact-container .title-container .contact-meta-container>div p a:after{content:'';border-bottom:2px solid #FB5B33;position:absolute;left:0;top:24px;height:2px;width:100%}}#ergo-contact-container .title-container .contact-meta-container>div img{max-width:45px;max-height:45px}@media screen and (max-width: 767px){#ergo-contact-container .title-container .contact-meta-container>div:first-of-type{margin-bottom:20px}#ergo-contact-container .title-container .contact-meta-container>div img{max-width:40px;max-height:40px}#ergo-contact-container .title-container .contact-meta-container>div p{font-size:25px;line-height:40px;margin-top:0;margin-bottom:0;padding-left:15px;text-transform:lowercase;white-space:nowrap}}@media screen and (max-width: 479px){#ergo-contact-container .title-container .contact-meta-container>div p{font-size:1em}}#ergo-contact-container #contactUs{background-color:#fff;box-shadow:0 30px 60px 0 rgba(0,0,0,0.15);margin-bottom:-100px}#ergo-contact-container #contactUs #name{min-width:150px !important;max-width:99.99% !important;transition:width 0.25s}#ergo-contact-container #contactUs #email{min-width:250px !important;max-width:99.99% !important;transition:width 0.25s}#ergo-contact-container #contactUs .contact-form-email-sm{display:none}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .contact-form-email-sm{display:initial}}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .contact-form-email-lg{display:none}}@media screen and (max-width: 1332px){#ergo-contact-container #contactUs{margin-bottom:0;box-shadow:none}}@media screen and (max-width: 767px){#ergo-contact-container #contactUs{margin-bottom:-110px;box-shadow:none}}#ergo-contact-container #contactUs .flex-row{height:100%}@media screen and (min-width: 1332px){#ergo-contact-container #contactUs .flex-row{max-height:500px}}#ergo-contact-container #contactUs .flex-row .contact-container{padding:60px;display:flex;justify-content:center;align-items:center}@media screen and (min-width: 1332px){#ergo-contact-container #contactUs .flex-row .contact-container{padding:30px}}@media screen and (min-width: 992px){#ergo-contact-container #contactUs .flex-row .contact-container{height:auto}}@media screen and (max-width: 992px){#ergo-contact-container #contactUs .flex-row .contact-container{order:1;padding:20px}}#ergo-contact-container #contactUs .flex-row .contact-container h1{margin-top:0;font-weight:600;font-size:40px;color:#1C3142;text-align:left}#ergo-contact-container #contactUs .flex-row .contact-container .form-container{font-weight:300;font-size:18px;color:#1C3142;line-height:1.94;text-align:left}#ergo-contact-container #contactUs .flex-row .contact-container .form-container .ergo-contact-form{position:relative}#ergo-contact-container #contactUs .flex-row .contact-container .form-container .upload-btn-wrapper{position:relative;overflow:hidden;display:block;float:right;top:-22px;width:100%;margin-top:20px}#ergo-contact-container #contactUs .flex-row .contact-container .form-container .upload-btn-wrapper span{text-transform:uppercase;font-weight:600;font-size:14px;color:#ff0d18;margin:0 4px 0 4px;float:right}#ergo-contact-container #contactUs .flex-row .contact-container .form-container .upload-btn-wrapper span:hover{cursor:pointer}#ergo-contact-container #contactUs .flex-row .contact-container .form-container .upload-btn-wrapper span.file-error{position:relative;top:15px;left:135px}#ergo-contact-container #contactUs .flex-row .contact-container .form-container .upload-btn-wrapper label{font-weight:300;font-size:14px;color:#1C3142;float:right;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#ergo-contact-container #contactUs .flex-row .contact-container .form-container .upload-btn-wrapper label:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAYAAAB/Ca1DAAAArklEQVR4AWOAATVjXxEZQ+eJskZOZ2QNnX/KGDr9JwbLGjk/kzV0WqZi7ikDN0ze2NkRaNhLkAJyMdARb0GGgl0GN8zIeYusoauJdmgoGwORQNnUTRboyu0g/SCXMoC8CTMMpkjJ2EUOaONuQl5HNhTmfQZQmIE4IJfBFIAMg2ki2UAg4zOIo+0QygOVh4uBFJLqZZwuJDdSCIYhqcmGgljGBBSnQzxGYuYUcg0EALec1/5AmCPjAAAAAElFTkSuQmCC);width:20px;height:11px;margin-right:10px}#ergo-contact-container #contactUs .flex-row .contact-container .form-container .upload-btn-wrapper label:hover{cursor:pointer}@media screen and (max-width: 479px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container .upload-btn-wrapper label{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10px}}#ergo-contact-container #contactUs .flex-row .contact-container .form-container .upload-btn-wrapper input{display:none}#ergo-contact-container #contactUs .flex-row .contact-container .form-container .upload-btn-wrapper .error{background-color:#ff0d18;color:#fff;padding:4px 0 4px 11px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;border-top-left-radius:4px;border-top-right-radius:4px}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container{font-size:14px;line-height:2.5 !important}}#ergo-contact-container #contactUs .flex-row .contact-container .form-container input,#ergo-contact-container #contactUs .flex-row .contact-container .form-container textarea{background-color:transparent;border:0;outline:none;color:#FB5B33;line-height:27px;font-size:20px;padding:0 0 0 10px;background:linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33);background-size:2px 20%, 100% 2px, 2px 20%;background-position:bottom left, bottom center, bottom right;background-repeat:no-repeat;border:none;font-size:18px}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container input,#ergo-contact-container #contactUs .flex-row .contact-container .form-container textarea{background-color:transparent;border:0;outline:none;color:#FB5B33;line-height:27px;font-size:14px;padding:0 0 0 10px;background:linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33);background-size:2px 20%, 100% 2px, 2px 20%;background-position:bottom left, bottom center, bottom right;background-repeat:no-repeat;border:none;font-size:18px}}@media screen and (max-width: 767px) and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container input,#ergo-contact-container #contactUs .flex-row .contact-container .form-container textarea{font-size:14px}}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container input,#ergo-contact-container #contactUs .flex-row .contact-container .form-container textarea{font-size:14px}}#ergo-contact-container #contactUs .flex-row .contact-container .form-container input#msg,#ergo-contact-container #contactUs .flex-row .contact-container .form-container textarea#msg{width:100%}#ergo-contact-container #contactUs .flex-row .contact-container .form-container textarea{resize:none;padding:15px 0 0 10px;min-height:41px;max-height:137px !important;overflow-y:scroll}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container textarea{margin-top:-10px !important}}#ergo-contact-container #contactUs .flex-row .contact-container .form-container span.msg-error{position:absolute;left:350px}#ergo-contact-container #contactUs .flex-row .contact-container .form-container input::-webkit-input-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container input::-webkit-input-placeholder{font-size:14px}}#ergo-contact-container #contactUs .flex-row .contact-container .form-container input::-moz-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container input::-moz-placeholder{font-size:14px}}#ergo-contact-container #contactUs .flex-row .contact-container .form-container input:-ms-input-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container input:-ms-input-placeholder{font-size:14px}}#ergo-contact-container #contactUs .flex-row .contact-container .form-container input:-moz-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container input:-moz-placeholder{font-size:14px}}#ergo-contact-container #contactUs .flex-row .contact-container .form-container textarea::-webkit-input-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container textarea::-webkit-input-placeholder{font-size:14px}}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container textarea::-webkit-input-placeholder{position:absolute;top:20px}}#ergo-contact-container #contactUs .flex-row .contact-container .form-container textarea::-moz-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container textarea::-moz-placeholder{font-size:14px}}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container textarea::-moz-placeholder{position:absolute;top:20px}}#ergo-contact-container #contactUs .flex-row .contact-container .form-container textarea:-ms-input-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container textarea:-ms-input-placeholder{font-size:14px}}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container textarea:-ms-input-placeholder{position:absolute;top:20px}}#ergo-contact-container #contactUs .flex-row .contact-container .form-container textarea:-moz-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container textarea:-moz-placeholder{font-size:14px}}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container textarea:-moz-placeholder{position:absolute;top:20px}}#ergo-contact-container #contactUs .flex-row .contact-container .form-container input[name="name"]{width:146px}@media screen and (max-width: 768px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container input[name="email"]{width:calc(100% - 77px)}}@media screen and (max-width: 376px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container input[name="email"]{width:184px;position:absolute}}@media screen and (max-width: 341px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container input[name="email"]{position:initial;width:236px}}#ergo-contact-container #contactUs .flex-row .contact-container .form-container input[name="message"]{width:366px}#ergo-contact-container #contactUs .flex-row .contact-container .form-container .os-content input,#ergo-contact-container #contactUs .flex-row .contact-container .form-container .os-content textarea{background-color:transparent;border:0;outline:none;color:#FB5B33;line-height:27px;font-size:20px;padding:0 0 0 10px;background:linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33);background-size:2px 20%, 100% 2px, 2px 20%;background-position:bottom left, bottom center, bottom right;background-repeat:no-repeat;border:none;font-size:18px}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container .os-content input,#ergo-contact-container #contactUs .flex-row .contact-container .form-container .os-content textarea{background-color:transparent;border:0;outline:none;color:#FB5B33;line-height:27px;font-size:14px;padding:0 0 0 10px;background:linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33);background-size:2px 20%, 100% 2px, 2px 20%;background-position:bottom left, bottom center, bottom right;background-repeat:no-repeat;border:none;font-size:18px}}@media screen and (max-width: 767px) and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container .os-content input,#ergo-contact-container #contactUs .flex-row .contact-container .form-container .os-content textarea{font-size:14px}}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container .os-content input,#ergo-contact-container #contactUs .flex-row .contact-container .form-container .os-content textarea{font-size:14px}}#ergo-contact-container #contactUs .flex-row .contact-container .form-container .os-content input#msg,#ergo-contact-container #contactUs .flex-row .contact-container .form-container .os-content textarea#msg{width:100%}#ergo-contact-container #contactUs .flex-row .contact-container .form-container .os-content textarea{resize:none;padding:15px 0 0 10px !important;min-height:30px;max-height:137px}#ergo-contact-container #contactUs .flex-row .contact-container .form-container .os-host-textarea{max-height:137px !important;background-color:transparent;border:0;outline:none;color:#FB5B33;line-height:27px;font-weight:300;font-size:20px;padding:0 0 0 10px;background:linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33);background-size:2px 20%, 100% 2px, 2px 20%;background-position:bottom left, bottom center, bottom right;background-repeat:no-repeat;border:none}#ergo-contact-container #contactUs .flex-row .contact-container .form-container .os-content>.os-textarea{border:inherit !important;border-radius:inherit !important;background:inherit !important;height:200px}#ergo-contact-container #contactUs .flex-row .contact-container .form-container .os-scrollbar-corner.os-scrollbar-corner-resize{background-image:none}#ergo-contact-container #contactUs .flex-row .contact-container .form-container .submit-container .send{width:129px;line-height:19px;background-color:#FB5B33;color:#fff;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;display:inline-block;text-shadow:none;box-shadow:none;border:none;font-weight:500;cursor:pointer}#ergo-contact-container #contactUs .flex-row .contact-container .form-container .submit-container .send:hover{cursor:pointer;background-color:#e2522e;transition:all 0.4s ease}#ergo-contact-container #contactUs .flex-row .contact-container .form-container .submit-container .send a{font-weight:600}#ergo-contact-container #contactUs .flex-row .contact-container .form-container .submit-container .promise{display:inline;font-weight:300;font-size:16px;color:#B4B4B4;margin-left:23px;position:absolute;margin:8px 0px 0 17px}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container .submit-container .promise{font-size:12px !important;line-height:16px}}@media screen and (max-width: 360px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container .submit-container .promise{max-width:100px;line-height:16px}}@media screen and (max-width: 341px){#ergo-contact-container #contactUs .flex-row .contact-container .form-container .submit-container .promise{margin-left:13px;width:calc(100% + 10px) !important;line-height:1.27 !important;margin-top:6px}}#ergo-contact-container #contactUs .flex-row .contact-container .msg-success-container{width:368px}@media screen and (min-width: 1332px){#ergo-contact-container #contactUs .flex-row .contact-container .msg-success-container{width:initial}}#ergo-contact-container #contactUs .flex-row .contact-container .msg-success-container h1{font-size:30px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:300;line-height:1.25;letter-spacing:-1.6px;text-transform:none}#ergo-contact-container #contactUs .flex-row .contact-container .msg-success-container img{margin:0 auto;display:flex}@media screen and (max-width: 991px){#ergo-contact-container #contactUs .flex-row .contact-container .msg-success-container h1{font-size:16px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:300;margin-top:0;line-height:1.25;letter-spacing:0;padding:0;font-size:16px;text-align:center;text-transform:none}}@media only screen and (min-device-width: 360px) and (max-device-width: 640px){#ergo-contact-container #contactUs .flex-row .contact-container .msg-success-container h1{font-size:16px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:300;margin-top:0;line-height:1.25;letter-spacing:0;padding:0;font-size:16px;text-align:center;text-transform:none}}#ergo-contact-container #contactUs .map-container{display:flex;flex:1 1 100%;padding:0;position:relative;min-height:500px;overflow:hidden}#ergo-contact-container #contactUs .map-container #map{position:unset !important}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .map-container{min-height:320px}}#ergo-contact-container #contactUs .map-container .map-meta-container{position:absolute;right:100px;top:300px}#ergo-contact-container #contactUs .map-container .map-meta-container svg{max-width:200px}#ergo-contact-container #contactUs .map-container .map-meta-container .map-marker{height:52px;width:43px}#ergo-contact-container #contactUs .map-container .map-meta-container .ergomania-logo{max-width:220px;position:relative;top:-5px;left:25px}#ergo-contact-container #contactUs .map-container .map-meta-container .address{max-width:237px;position:relative;left:75px}#ergo-contact-container #contactUs .map-container .map-meta-container .address p{font-weight:300;font-size:16px;color:#fff}#ergo-contact-container #contactUs .map-container .map-meta-container .address .visitor-info-btn{background-color:#FB5B33;color:#fff;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;line-height:19px;max-width:148px;white-space:nowrap}#ergo-contact-container #contactUs .map-container .map-meta-container .address .visitor-info-btn:hover{cursor:pointer;background-color:#e2522e;transition:all 0.4s ease}#ergo-contact-container #contactUs .map-container .map-meta-container .address .visitor-info-btn a{font-weight:600}@media screen and (max-width: 480px){#ergo-contact-container #contactUs .map-container .map-meta-container .address .visitor-info-btn{max-width:160px}}@media screen and (max-width: 767px){#ergo-contact-container #contactUs .map-container .map-meta-container{position:relative;right:initial;top:unset;bottom:0;display:flex;flex:1 1 100%;align-items:center;flex-direction:column;margin-top:auto}#ergo-contact-container #contactUs .map-container .map-meta-container .map-marker{display:inline-flex;height:29px;width:24px;margin-bottom:20px}#ergo-contact-container #contactUs .map-container .map-meta-container .ergomania-logo{display:inline-flex;max-width:220px;position:initial}#ergo-contact-container #contactUs .map-container .map-meta-container .address{display:block;position:initial;text-align:center}#ergo-contact-container #contactUs .map-container .map-meta-container .address .visitor-info-btn{position:absolute;top:-100px;right:20px}}.contact-container .form-group{display:inline-block;position:relative}.contact-container :not(#ergo-contact-form-sidebar) .pristine-error{position:absolute;top:0;right:-235px;z-index:100;width:230px;padding:4px 5px;border-radius:4px;color:white;background-color:#ff0d18;box-shadow:0 0 20px 10px rgba(0,0,0,0.1);border:0;line-height:22px;display:flex}.contact-container :not(#ergo-contact-form-sidebar) .pristine-error:before{content:"\A";border-style:solid;border-width:10px 6px 10px 0;border-color:transparent #ff0d18 transparent transparent;position:absolute;left:-5px;top:5px}@media screen and (max-width: 992px){.contact-container :not(#ergo-contact-form-sidebar) .pristine-error{right:unset;left:0;top:28px;width:250px}.contact-container :not(#ergo-contact-form-sidebar) .pristine-error:before{height:0;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent #ff0d18 transparent;top:-7px;left:10px;width:0}}.contact-container :not(#ergo-contact-form-sidebar) textarea::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);border-radius:10px;background-color:#FFF}.contact-container :not(#ergo-contact-form-sidebar) textarea::-webkit-scrollbar{width:6px;background-color:#FFF}.contact-container :not(#ergo-contact-form-sidebar) textarea::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);background-color:#FB5B33}.contact-container :not(#ergo-contact-form-sidebar) textarea+.pristine-error{right:unset;left:0;top:28px;z-index:100;width:250px}.contact-container :not(#ergo-contact-form-sidebar) textarea+.pristine-error:before{height:0;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent #ff0d18 transparent;top:-7px;left:10px;width:0}.contact-container :not(#ergo-contact-form-sidebar) textarea+.pristine-error{top:50px}@media screen and (min-width: 1300px){.contact-container #ergo-contact-form-sidebar #email{max-width:190px}.contact-container #ergo-contact-form-sidebar #sidebar-msg-val{width:100%}}.contact-container #ergo-contact-form-sidebar .pristine-error{position:absolute;top:28px;z-index:100;width:250px;right:unset;padding:4px 5px;border-radius:4px;color:white;background-color:#ff0d18;box-shadow:0 0 20px 10px rgba(0,0,0,0.1);border:0;line-height:22px;display:flex;left:0}.contact-container #ergo-contact-form-sidebar .pristine-error:before{content:"\A";border-style:solid;position:absolute;border-width:0 10px 10px 10px;border-color:transparent transparent #ff0d18 transparent;top:-7px;left:10px;width:0}.tooltipster-box{flex:0 0 auto !important}.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box{background-color:#ff0d18;box-shadow:0 0 20px 10px rgba(0,0,0,0.1);border:0;height:34px}.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content{font-weight:300;font-size:18px;color:#fff;padding:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content:after{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA30lEQVR42qzUvUoEQRAE4G8P/87/4DQw3MTU0PfR9xODu/he4CLNTYyMZVajNhlhWdh1ZKehYWCqi66iu5uIUDMWKkefsMUaCd0/MuW6FkTEb25iXmwiQtPzMGE5Q22H40Whnzs84gHvk/b1JHcTcp56uJcRTBcR9grlrLCPC5zUGJvTTLbCUQ3Cs9qE57jEVc0OD7L0ScL+HHZ/gN9wiJuR/y8sSzt8xj3u8DoFLB2bT3zk93cpYTOBu81bAtdj9g09rL7L25mncDvc5TYi1hGR8l6WZsp17fB8VYmfAQAagw8GwlVvqwAAAABJRU5ErkJggg==);width:20px;height:20px;margin:0 8px 0 8px;position:relative;top:3px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#ff0d18 !important}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#ff0d18 !important}.tooltipster-noir-customized-bottom .tooltipster-arrow{margin-left:-130px !important}.tooltipster-noir-customized-bottom .tooltipster-arrow div div[class$="-border"]{border-bottom-color:#ff0d18}.tooltipster-noir-customized-bottom .tooltipster-arrow div div[class$="-background"]{border-bottom-color:#ff0d18}.tooltipster-noir-customized-white .tooltipster-box{background-color:#fff !important;border:1px solid #fff !important}.tooltipster-noir-customized-white .tooltipster-box .tooltipster-content{color:#ff0d18}.tooltipster-noir-customized-white .tooltipster-box .tooltipster-content:after{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA30lEQVR42qzUvUoEQRAE4G8P/87/4DQw3MTU0PfR9xODu/he4CLNTYyMZVajNhlhWdh1ZKehYWCqi66iu5uIUDMWKkefsMUaCd0/MuW6FkTEb25iXmwiQtPzMGE5Q22H40Whnzs84gHvk/b1JHcTcp56uJcRTBcR9grlrLCPC5zUGJvTTLbCUQ3Cs9qE57jEVc0OD7L0ScL+HHZ/gN9wiJuR/y8sSzt8xj3u8DoFLB2bT3zk93cpYTOBu81bAtdj9g09rL7L25mncDvc5TYi1hGR8l6WZsp17fB8VYmfAQAagw8GwlVvqwAAAABJRU5ErkJggg==);width:20px;height:20px;margin:0 8px 0 8px;position:relative;top:3px}.tooltipster-noir-customized-white .tooltipster-arrow{overflow:visible !important}.tooltipster-noir-customized-white .tooltipster-arrow div div[class$="-border"]{border-bottom-color:#fff !important}.tooltipster-noir-customized-white .tooltipster-arrow div div[class$="-background"]{border-bottom-color:#fff !important}.tooltipster-noir-sidebar{margin-left:-80px !important}.tooltipster-noir-sidebar .tooltipster-arrow{position:relative !important;left:-8px !important}.tooltipster-noir-sidebar .tooltipster-arrow .tooltipster-arrow-uncropped .tooltipster-arrow-border{border-left-color:#ff0d18 !important}.tooltipster-noir-sidebar .tooltipster-arrow .tooltipster-arrow-uncropped .tooltipster-arrow-background{border-left-color:#ff0d18 !important}@media screen and (max-width: 991px){.tooltipster-arrow .tooltipster-arrow-uncropped .tooltipster-arrow-border{border-top-color:#ff0d18 !important}}@media screen and (max-width: 991px){.tooltipster-arrow .tooltipster-arrow-uncropped .tooltipster-arrow-background{border-top-color:#ff0d18 !important}}@media screen and (min-width: 991px){.tooltipster-noir-sidebar-email{left:831.156px !important}}@media screen and (min-width: 991px){.tooltipster-bottom-sidebar{left:800px !important;top:589px !important}}@media screen and (min-width: 991px){.tooltipster-noir-sidebar-name{left:919.156px !important}}.tooltipster-arrow{overflow:visible !important}input,textarea{font-family:'Gotham'}.single-post #lead-to-team{margin-right:20px}body.single-post .mobile-menu-container p{color:#1C3142 !important}body.single-post .single-page-navigation .main-navigation ul li a,body.single-post .single-page-navigation .main-navigation .menu li a{color:#1C3142}body.single-post .single-page-navigation .main-navigation #lang-change ul li a{color:#1f3140}body.single-post .single-page-content{margin-top:30px}@media screen and (max-width: 767px){body.single-post .single-page-content{margin-top:0}}body.single-post .single-page-content article .featured-image-container{margin:0 0 15px 0}@media screen and (min-width: 991px){body.single-post .single-page-content article .featured-image-container{max-height:600px;overflow:hidden}}body.single-post .single-page-content article .featured-image-container img{width:100%;height:auto}@media screen and (max-width: 767px){body.single-post .single-page-content article .featured-image-container img{width:calc(100% + 40px);max-width:200%;margin-left:-20px}}@media screen and (max-width: 321px){body.single-post .single-page-content article .featured-image-container img{width:calc(100% + 90px)}}body.single-post .single-page-content article .blog-sidebar{position:relative;top:25px}@media screen and (min-width: 1332px){body.single-post .single-page-content article .blog-sidebar .blogpost-sticky-sidebar,body.single-post .single-page-content article .blog-sidebar .blog-sidebar-sticky{width:350px !important}}body.single-post .single-page-content article .blog-sidebar img{width:190px}body.single-post .single-page-content article .blog-sidebar p{font-weight:300;font-size:16px;color:#1C3142;line-height:27px;margin-bottom:10px}body.single-post .single-page-content article .blog-sidebar p.footer-nav-column-title{font-size:30px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;line-height:1.27;margin-top:17px;margin-bottom:0}body.single-post .single-page-content article .blog-sidebar .custom-html-widget{display:flex;justify-content:space-between}body.single-post .single-page-content article .blog-sidebar .custom-html-widget p.btn{flex:1 auto}body.single-post .single-page-content article .blog-sidebar .custom-html-widget p.btn:first-of-type{background-color:#FB5B33;color:#fff;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;margin-right:30px;padding:14px 15px 11px 15px;max-height:45px;line-height:1.27;flex-basis:174px}body.single-post .single-page-content article .blog-sidebar .custom-html-widget p.btn:first-of-type:hover{cursor:pointer;background-color:#e2522e;transition:all 0.4s ease}body.single-post .single-page-content article .blog-sidebar .custom-html-widget p.btn:first-of-type a{font-weight:600}body.single-post .single-page-content article .blog-sidebar .custom-html-widget p.btn:first-of-type a{text-decoration:none;color:#fff}body.single-post .single-page-content article .blog-sidebar .custom-html-widget p.btn:last-of-type{background-color:#fff;color:#FB5B33;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;border:2px solid #FB5B33;max-height:45px;line-height:1.27;display:inline-block;width:auto;flex:none;margin-right:auto;white-space:nowrap}body.single-post .single-page-content article .blog-sidebar .custom-html-widget p.btn:last-of-type:hover{cursor:pointer;transition:all 0.4s ease;background-color:#e6e6e6}body.single-post .single-page-content article .blog-sidebar .custom-html-widget p.btn:last-of-type a{font-weight:600}@media screen and (max-width: 991px){body.single-post .single-page-content article .blog-sidebar{display:none}}body.single-post .single-page-content article .entry-header h1{max-width:715px;font-size:56px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;line-height:60px;text-align:left;margin-bottom:17px}@media screen and (max-width: 767px){body.single-post .single-page-content article .entry-header h1{font-size:24px;line-height:30px}}body.single-post .single-page-content article .entry-header h2{font-size:16px;line-height:30px;color:#c8c8c8;margin-left:100px;position:relative;top:-12px;font-weight:300;text-transform:uppercase;font-size:16px;line-height:27px;font-weight:400}body.single-post .single-page-content article .entry-header h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){body.single-post .single-page-content article .entry-header h2{margin-left:60px}body.single-post .single-page-content article .entry-header h2:before{left:-60px;width:40px}}body.single-post .single-page-content article .entry-header h2 a{color:#c8c8c8;text-decoration:none}body.single-post .single-page-content article .entry-content{font-weight:300;font-size:20px;color:#1C3142}body.single-post .single-page-content article .entry-content .pb-30{padding:30px}body.single-post .single-page-content .post-author-meta{padding-bottom:74px}body.single-post .single-page-content .post-author-meta h3{font-size:30px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;line-height:38px;margin-bottom:0}@media screen and (max-width: 767px){body.single-post .single-page-content .post-author-meta h3{line-height:1.27;margin-bottom:10px}}body.single-post .single-page-content .post-author-meta h2{font-size:16px;line-height:30px;color:#1C3142;margin-left:100px;position:relative;top:-12px;font-weight:300;margin-bottom:0}body.single-post .single-page-content .post-author-meta h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){body.single-post .single-page-content .post-author-meta h2{margin-left:60px}body.single-post .single-page-content .post-author-meta h2:before{left:-60px;width:40px}}body.single-post .single-page-content .post-author-meta .author-bio{display:flex;flex-direction:row}body.single-post .single-page-content .post-author-meta .author-bio img{order:0;height:95px;width:95px;border-radius:20px}body.single-post .single-page-content .post-author-meta .author-bio p{font-weight:300;font-size:16px;color:#1C3142;order:1;margin-left:25px;line-height:1.69;margin-top:0}body.single-post .single-page-content .post-sharing{margin:40px 0}body.single-post .single-page-content .post-sharing .social-share{display:flex;align-items:center}body.single-post .single-page-content .post-sharing .social-share a{display:inline-flex;margin-right:20px}body.single-post .single-page-content .post-sharing .social-share a .social-icon{display:inline-flex;background-color:#DCDCDC;height:34px;width:34px;text-align:center;border-radius:40px}body.single-post .single-page-content .post-sharing .social-share a .social-icon i{display:inline-block;width:100%;color:#ffffff;line-height:34px}body.single-post .single-page-content .post-sharing .social-share a+.lenia{width:100%;display:inline-flex;height:2px;background-color:#DCDCDC}body.single-post .single-page-content .post-tag-list{margin:80px 0}body.single-post .single-page-content .post-tag-list ul{list-style-type:none;margin:0;padding:0;display:inline-block;white-space:nowrap;text-overflow:ellipsis}@media screen and (max-width: 767px){body.single-post .single-page-content .post-tag-list ul{white-space:unset}}body.single-post .single-page-content .post-tag-list ul li{border-radius:3px;background-color:#dcdcdc;display:inline-block;padding:11px;margin:0 0 4px 0;font-weight:300;font-size:12px;color:#1C3142}body.single-post .single-page-content .blog-post-excerpt-container p{font-weight:600;font-size:20px;color:#1C3142;line-height:1.75}body.single-post .single-page-content .post-content-container p{margin:12px 0}body.single-post .single-page-content .post-content-container figure{margin:29px 0;padding:0}@media screen and (min-width: 1332px){body.single-post .single-page-content .post-content-container figure img{max-width:114%;height:auto}}body.single-post .single-page-content .post-content-container figcaption{margin-bottom:0;font-weight:300;font-size:14px;color:#787878;text-align:left;font-style:italic}body.single-post .single-page-content .post-content-container figcaption a{text-decoration:underline;color:#FB5B33}body.single-post .single-page-content .post-content-container figcaption a:hover{color:#1C3142}@media screen and (min-width: 767px){body.single-post .single-page-content .post-content-container figcaption{margin-left:-100px}}body.single-post .single-page-content p{max-width:774px}body.single-post .single-page-content p a{color:#FB5B33}@media screen and (min-width: 1332px){body.single-post .comment-container.closer{position:relative;top:-50px}}body.single-post .comment-container h1{font-size:40px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600}@media screen and (max-width: 767px){body.single-post .comment-container h1{line-height:1.27;font-size:36px;margin-bottom:0}}body.single-post .comment-container h1 span{color:#FB5B33}body.single-post .comment-container h2{font-size:16px;line-height:30px;color:#B4B4B4;margin-left:100px;position:relative;top:-12px;font-weight:300;color:#1C3142}body.single-post .comment-container h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){body.single-post .comment-container h2{margin-left:60px}body.single-post .comment-container h2:before{left:-60px;width:40px}}@media screen and (min-width: 991px){body.single-post .comment-container h2{margin-bottom:34px !important}}body.single-post .comment-container #comments{list-style-type:none;margin:0;padding:0}body.single-post .comment-container #comments .comment:not(:first-of-type) .comment-text:before{content:"";display:block;position:relative;top:-90px;border:1px solid #B4B4B4;width:100%}@media screen and (max-width: 767px){body.single-post .comment-container #comments .comment:not(:first-of-type) .comment-text:before{content:unset}}body.single-post .comment-container #comments .comment:last-of-type .comment-meta .comment-text:after{content:unset !important}@media screen and (min-width: 991px){body.single-post .comment-container #comments .comment{margin-bottom:90px}}@media screen and (max-width: 767px){body.single-post .comment-container #comments .comment{margin-bottom:30px}}body.single-post .comment-container #comments .comment .comment-author-image-container{flex-basis:16.66667%;max-width:16.66667%;position:absolute;display:none}body.single-post .comment-container #comments .comment .comment-author-image-container img{width:100%}body.single-post .comment-container #comments .comment .comment-meta{display:flex;flex-direction:column}body.single-post .comment-container #comments .comment .comment-meta .author p{font-weight:300;font-size:20px;color:#1C3142;font-weight:400;margin:0}body.single-post .comment-container #comments .comment .comment-meta .author p span{font-weight:300;font-size:16px;color:#B4B4B4}body.single-post .comment-container #comments .comment .comment-meta .comment-text p{font-weight:300;font-size:16px;color:#1C3142;line-height:27px}body.single-post .comment-container+.read-more-container{height:40px}@media screen and (max-width: 991px){body.single-post .comment-container+.read-more-container{display:flex;position:unset;justify-content:center}}body.single-post .comment-container+.read-more-container p{margin:0;overflow:hidden;text-align:center;overflow:visible}@media screen and (max-width: 991px){body.single-post .comment-container+.read-more-container p{width:100%}}@media screen and (max-width: 992px){body.single-post .comment-container+.read-more-container p{overflow:visible}body.single-post .comment-container+.read-more-container p:after,body.single-post .comment-container+.read-more-container p:before{width:40% !important}}body.single-post .comment-container+.read-more-container p:before,body.single-post .comment-container+.read-more-container p:after{background-color:#B4B4B4;content:"";display:inline-block;height:1px;position:relative;vertical-align:middle;width:50%}body.single-post .comment-container+.read-more-container p:before{right:0.5em;margin-left:-50%}body.single-post .comment-container+.read-more-container p:after{left:0.5em;margin-right:-50%}body.single-post .comment-container+.read-more-container p span{background-color:#FB5B33;color:#fff;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px}body.single-post .comment-container+.read-more-container p span:hover{cursor:pointer;background-color:#e2522e;transition:all 0.4s ease}body.single-post .comment-container+.read-more-container p span a{font-weight:600}body.single-post .comment-container+.read-more-container p:before,body.single-post .comment-container+.read-more-container p:after{width:25% !important}@media screen and (max-width: 991px){body.single-post .comment-container+.read-more-container p:before,body.single-post .comment-container+.read-more-container p:after{width:calc(50% - 70px) !important}}body.single-post .comment-container+.read-more-container p.show-less:before,body.single-post .comment-container+.read-more-container p.show-less:after{width:40% !important}@media screen and (max-width: 991px){body.single-post .comment-container+.read-more-container p.show-less:before,body.single-post .comment-container+.read-more-container p.show-less:after{width:calc(50% - 70px) !important}}body.single-post .new-comment-container{margin:60px 0}body.single-post .new-comment-container form{display:flex;flex-direction:column}body.single-post .new-comment-container form .error-message-sidebar#error-name{width:300px !important;left:40px !important;margin-top:-40px}body.single-post .new-comment-container form .error-message-sidebar#error-name:after{border-bottom:0;border-top:10px solid #ff0d18;border-right:10px solid transparent;border-left:10px solid transparent;right:262px;top:33px}body.single-post .new-comment-container form .error-message-sidebar#error-email{left:382px;margin-top:-39px}body.single-post .new-comment-container form .error-message-sidebar#error-email:after{border-bottom:0;border-top:10px solid #ff0d18;border-right:10px solid transparent;border-left:10px solid transparent;right:182px;top:33px}body.single-post .new-comment-container form .error-message-sidebar#error-msg{left:40px;margin-top:50px}body.single-post .new-comment-container form .error-message-sidebar#error-msg:after{border-bottom:0;border-top:10px solid #ff0d18;border-right:10px solid transparent;border-left:10px solid transparent;right:0;top:33px;left:15px}@media screen and (max-width: 767px){body.single-post .new-comment-container form{overflow:hidden}}body.single-post .new-comment-container form div:first-of-type{width:100%;display:flex;justify-content:space-between}body.single-post .new-comment-container form p.addcomment-btn{background-color:#FB5B33;color:#fff;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;width:180px;margin:40px 0 0 0}body.single-post .new-comment-container form p.addcomment-btn:hover{cursor:pointer;background-color:#e2522e;transition:all 0.4s ease}body.single-post .new-comment-container form p.addcomment-btn a{font-weight:600}body.single-post .new-comment-container form input::-webkit-input-placeholder{color:#B4B4B4;line-height:27px;font-size:20px}@media screen and (max-width: 767px){body.single-post .new-comment-container form input::-webkit-input-placeholder{font-size:14px}}body.single-post .new-comment-container form input::-moz-placeholder{color:#B4B4B4;line-height:27px;font-size:20px}@media screen and (max-width: 767px){body.single-post .new-comment-container form input::-moz-placeholder{font-size:14px}}body.single-post .new-comment-container form input:-ms-input-placeholder{color:#B4B4B4;line-height:27px;font-size:20px}@media screen and (max-width: 767px){body.single-post .new-comment-container form input:-ms-input-placeholder{font-size:14px}}body.single-post .new-comment-container form input:-moz-placeholder{color:#B4B4B4;line-height:27px;font-size:20px}@media screen and (max-width: 767px){body.single-post .new-comment-container form input:-moz-placeholder{font-size:14px}}body.single-post .new-comment-container form input{min-height:41px;width:358px;background-color:transparent;border:0;outline:none;color:#FB5B33;line-height:27px;font-size:#B4B4B4;padding:0 0 0 10px;background:linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33);background-size:2px 20%, 100% 2px, 2px 20%;background-position:bottom left, bottom center, bottom right;background-repeat:no-repeat;border:none;font-size:18px}body.single-post .new-comment-container form input:-webkit-autofill{-webkit-text-fill-color:none !important;-webkit-box-shadow:none !important}body.single-post .new-comment-container form input:first-of-type{margin-right:40px}@media screen and (max-width: 767px){body.single-post .new-comment-container form input:first-of-type{margin-right:20px}}@media screen and (max-width: 767px){body.single-post .new-comment-container form input{font-size:14px}}@media screen and (max-width: 767px){body.single-post .new-comment-container form input{width:50%}}body.single-post .new-comment-container form textarea{height:34px !important}body.single-post .new-comment-container form #newcomment{background-color:transparent;border:0;outline:none;color:#FB5B33;line-height:27px;font-size:20px;padding:0 0 0 10px;background:linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33);background-size:2px 20%, 100% 2px, 2px 20%;background-position:bottom left, bottom center, bottom right;background-repeat:no-repeat;border:none;font-size:18px;width:100%;resize:none;min-height:41px;margin:50px 0 0 0}@media screen and (max-width: 767px){body.single-post .new-comment-container form #newcomment{font-size:14px}}body.single-post .new-comment-container form #newcomment input::-webkit-input-placeholder{color:#FB5B33;line-height:27px;font-size:20px}@media screen and (max-width: 767px){body.single-post .new-comment-container form #newcomment input::-webkit-input-placeholder{font-size:14px}}body.single-post .new-comment-container form #newcomment input::-moz-placeholder{color:#FB5B33;line-height:27px;font-size:20px}@media screen and (max-width: 767px){body.single-post .new-comment-container form #newcomment input::-moz-placeholder{font-size:14px}}body.single-post .new-comment-container form #newcomment input:-ms-input-placeholder{color:#FB5B33;line-height:27px;font-size:20px}@media screen and (max-width: 767px){body.single-post .new-comment-container form #newcomment input:-ms-input-placeholder{font-size:14px}}body.single-post .new-comment-container form #newcomment input:-moz-placeholder{color:#FB5B33;line-height:27px;font-size:20px}@media screen and (max-width: 767px){body.single-post .new-comment-container form #newcomment input:-moz-placeholder{font-size:14px}}body.single-post .new-comment-container form textarea::-webkit-input-placeholder{color:#B4B4B4;line-height:27px;font-size:20px;position:relative;font-weight:100}@media screen and (max-width: 767px){body.single-post .new-comment-container form textarea::-webkit-input-placeholder{font-size:14px}}body.single-post .new-comment-container form textarea::-moz-placeholder{color:#B4B4B4;line-height:27px;font-size:20px}@media screen and (max-width: 767px){body.single-post .new-comment-container form textarea::-moz-placeholder{font-size:14px}}body.single-post .new-comment-container form textarea:-ms-input-placeholder{color:#B4B4B4;line-height:27px;font-size:20px}@media screen and (max-width: 767px){body.single-post .new-comment-container form textarea:-ms-input-placeholder{font-size:14px}}body.single-post .new-comment-container form textarea:-moz-placeholder{color:#B4B4B4;line-height:27px;font-size:20px}@media screen and (max-width: 767px){body.single-post .new-comment-container form textarea:-moz-placeholder{font-size:14px}}body.single-post .new-comment-container .comment-success-container{width:368px}@media screen and (min-width: 1332px){body.single-post .new-comment-container .comment-success-container{width:initial}}body.single-post .new-comment-container .comment-success-container h1{font-size:3vw;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:300;line-height:1.25;letter-spacing:-1.6px;text-transform:none}body.single-post .new-comment-container .comment-success-container img{margin:0 auto;display:flex}@media screen and (max-width: 991px){body.single-post .new-comment-container .comment-success-container h1{font-size:16px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:300;margin-top:0;line-height:1.25;letter-spacing:0;padding:0;font-size:16px;text-align:center;text-transform:none}}@media only screen and (min-device-width: 360px) and (max-device-width: 640px){body.single-post .new-comment-container .comment-success-container h1{font-size:16px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:300;margin-top:0;line-height:1.25;letter-spacing:0;padding:0;font-size:16px;text-align:center;text-transform:none}}body.single-post .new-comment-container{position:relative}body.single-post .new-comment-container h1{font-size:4vw;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600}body.single-post .new-comment-container h2{font-size:16px;line-height:30px;color:#B4B4B4;margin-left:100px;position:relative;top:-12px;font-weight:300;color:#1C3142}body.single-post .new-comment-container h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){body.single-post .new-comment-container h2{margin-left:60px}body.single-post .new-comment-container h2:before{left:-60px;width:40px}}@media screen and (max-width: 767px){body.single-post .more-article{margin-left:10px;margin-right:10px}}body.single-post .more-article .post-excerpt h1{font-size:30px;color:#1c3142;margin-bottom:30px;font-weight:600;text-transform:none;line-height:1.17;margin-top:15px}body.single-post .more-article .post-excerpt h2{font-size:16px;line-height:30px;color:#1c3142;margin-left:100px;position:relative;top:-12px;font-weight:100}body.single-post .more-article .post-excerpt h2:before{content:"";display:block;left:-100px;position:relative;top:16px;width:80px;border:1px solid #b4b4b4}@media screen and (min-width: 991px){body.single-post .more-article h2{margin-bottom:0}}body.single-post+#ergo-contact-container{margin:80px 0}@media screen and (min-width: 1332px){body.single-post+#ergo-contact-container{margin:0}}#ergo-contact-container #contactUs{margin-bottom:-150px}@media (max-width: 1332px) and (min-width: 767px){#ergo-contact-container #contactUs{margin-bottom:0}}@media (min-width: 991px) and (min-width: 767px){.more-article-container h2{margin-bottom:60px !important}}@media screen and (min-width: 991px){.post-content-container img{margin-left:-100px !important}}input,textarea{font-family:'Gotham'}.sidebar{padding:45px 0 0 0}.sidebar>img{width:320px}.sidebar .textwidget p{font-weight:300;font-size:16px;color:#1C3142;line-height:1.69;letter-spacing:-0.4px;padding:25px 0 0 0}.sidebar .textwidget h1{font-size:30px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:300;line-height:1.17;letter-spacing:-0.7px}.sidebar .textwidget h2{font-size:16px;line-height:30px;color:#1C3142;margin-left:100px;position:relative;top:-12px;font-weight:300}.sidebar .textwidget h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){.sidebar .textwidget h2{margin-left:60px}.sidebar .textwidget h2:before{left:-60px;width:40px}}.sidebar .sidebar-contact-container p{font-weight:300;font-size:25px;color:#1C3142}.sidebar .sidebar-contact-container img{width:35px;height:35px}.sidebar .sidebar-newsletter h1{font-size:30px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:300;line-height:1.17;letter-spacing:-0.7px}.sidebar .sidebar-newsletter h2{font-size:16px;line-height:30px;color:#1C3142;margin-left:100px;position:relative;top:-12px;font-weight:300}.sidebar .sidebar-newsletter h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){.sidebar .sidebar-newsletter h2{margin-left:60px}.sidebar .sidebar-newsletter h2:before{left:-60px;width:40px}}.sidebar .sidebar-newsletter input{width:320px;margin:30px 0 35px 0;background-color:transparent;border:0;outline:none;color:#FB5B33;line-height:27px;font-size:20px;padding:0 0 0 10px;background:linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33);background-size:2px 20%, 100% 2px, 2px 20%;background-position:bottom left, bottom center, bottom right;background-repeat:no-repeat;border:none;font-size:18px}@media screen and (max-width: 767px){.sidebar .sidebar-newsletter input{font-size:14px}}.sidebar .sidebar-newsletter input::-webkit-input-placeholder{color:#FB5B33;line-height:27px;font-size:20px}@media screen and (max-width: 767px){.sidebar .sidebar-newsletter input::-webkit-input-placeholder{font-size:14px}}.sidebar .sidebar-newsletter input::-moz-placeholder{color:#FB5B33;line-height:27px;font-size:20px}@media screen and (max-width: 767px){.sidebar .sidebar-newsletter input::-moz-placeholder{font-size:14px}}.sidebar .sidebar-newsletter input:-ms-input-placeholder{color:#FB5B33;line-height:27px;font-size:20px}@media screen and (max-width: 767px){.sidebar .sidebar-newsletter input:-ms-input-placeholder{font-size:14px}}.sidebar .sidebar-newsletter input:-moz-placeholder{color:#FB5B33;line-height:27px;font-size:20px}@media screen and (max-width: 767px){.sidebar .sidebar-newsletter input:-moz-placeholder{font-size:14px}}.sidebar .sidebar-newsletter .submit-newsletter{background-color:#FB5B33;color:#fff;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;font-weight:500;margin-top:35px}.sidebar .sidebar-newsletter .submit-newsletter:hover{cursor:pointer;background-color:#e2522e;transition:all 0.4s ease}.sidebar .sidebar-newsletter .submit-newsletter a{font-weight:600}.sidebar div[class^="tooltipster"] .tooltipster-arrow{overflow:visible}@media screen and (max-width: 767px){.blog-sidebar{display:none}}.error-message-sidebar#error-name{margin-top:-66px;left:-240px}.error-message-sidebar#error-email{margin-top:-98px;left:-240px}.error-message-sidebar#error-msg{margin-top:-45px;width:240px;left:-260px}.error-message-contact#error-msg{width:255px;left:0}.error-message-contact#error-name{margin-top:-33px}.error-message-sidebar,.error-message-contact{z-index:10;background-color:#ff0d18;position:absolute;width:220px;height:34px;color:#fff;box-shadow:0 0 20px 10px rgba(0,0,0,0.1);border:0;left:-250px;border-radius:4px;display:flex}.error-message-sidebar:after,.error-message-contact:after{content:'';width:0px;height:0px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #ff0d18;right:-10px;top:8px;position:absolute}.error-message-sidebar p,.error-message-contact p{color:#fff !important;max-height:30px;margin:0;margin-bottom:0 !important;display:flex;align-self:center;margin-left:10px;margin-top:-4px}@media screen and (max-width: 767px){.error-message-contact p{line-height:40px}}.error-message-contact#error-name,.error-message-contact#error-email{max-width:230px}@media screen and (max-width: 767px){.error-message-contact#error-name:after,.error-message-contact#error-email:after{border-bottom:10px solid #ff0d18;border-top:0;border-right:10px solid transparent;border-left:10px solid transparent;left:10px;top:-9px}}@media screen and (max-width: 767px){.error-message-contact#error-msg{margin-top:2px}.error-message-contact#error-msg:after{margin-top:2px}}.error-message-contact#error-msg:after{border-bottom:10px solid #ff0d18;border-top:0;border-right:10px solid transparent;border-left:10px solid transparent;left:10px;top:-10px}.error-message-contact:after{content:'';width:0px;height:0px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #ff0d18;border-left:0;left:-9px;top:8px;position:absolute}.error-message-contact:nth-of-type(1){left:275px}@media screen and (max-width: 767px){.error-message-contact:nth-of-type(1){left:75px;margin-top:-110px}.error-message-contact:nth-of-type(1):after{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #ff0d18 !important;border-bottom:0 !important;top:34px !important}}.error-message-contact:nth-of-type(2){margin-top:-24px;right:0;left:240px}@media screen and (max-width: 767px){.error-message-contact:nth-of-type(2){left:75px !important;margin-top:3px}}.error-message-contact:nth-of-type(3){left:30px}@media screen and (max-width: 1332px){.single-post .single-page-navigation{padding:0 20px}}.single-page-content{max-width:1440px;margin:0 auto}.single-page-content .post-content-container a{color:#FB5B33 !important}.single-page-content .post-content-container a:visited,.single-page-content .post-content-container a:focus{color:#FB5B33 !important}.single-page-content h1{font-size:60px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;z-index:99}@media screen and (max-width: 767px){.single-page-content h1{font-size:36px;line-height:40px}}.single-page-content h1+h2{font-size:16px;line-height:30px;color:#1C3142;margin-left:100px;position:relative;top:-12px;font-weight:300;font-weight:100}.single-page-content h1+h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){.single-page-content h1+h2{margin-left:60px}.single-page-content h1+h2:before{left:-60px;width:40px}}@media screen and (max-width: 767px){.single-page-content h1+h2{font-size:25px}}@media screen and (min-width: 1332px){.single-page-content h1+h2{margin-bottom:34px}}.single-page-content #ergo-contact-container{margin:60px 0}@media screen and (max-width: 1219px){.single-page-content #ergo-contact-container{margin:60px auto}}@media screen and (max-width: 767px){.single-page-content #ergo-contact-container{margin-top:0}}.single-page-content .pagelead,.single-page-content .pageteam{background:#eee;padding:30px;font-size:14px}.single-page-content .pagelead p,.single-page-content .pageteam p{margin:0}.single-page-content .fp_50{width:50%;display:inline-block;float:left}.single-page-content .pagelead{font-weight:600;text-align:justify}.single-page-content .pagelead+.pageteam{padding:0 80px 30px}.single-page-content .pageteam{margin-bottom:40px}.single-page-content .pageteam ul{-webkit-padding-start:0}.single-page-content p img{width:100%;height:auto}.single-page-content .post-content-container{font-size:16px;line-height:27px;font-weight:300}.single-page-content .post-content-container img{width:100%;height:auto}.author-box{display:grid;grid-template-columns:150px 1fr;grid-gap:10px;background-color:#eee;padding:10px;align-items:center}.author-box .author-img img{border-radius:80px}.author-box .author-description .author-name{margin-top:0}.author-box .author-description p{margin-bottom:0}.further-reading-block a{font-weight:300;color:#FB5B33 !important}.further-reading-block a:visited,.further-reading-block a:focus{color:#FB5B33 !important}@media screen and (min-width: 1332px){body.single-post .single-page-content article .blog-sidebar{margin-left:4.33333%}}.single-post #lead-to-team{margin-right:20px}@media screen and (max-width: 991px){.single-service .main-navigation .ergomania-logo{display:none}}.single-service .main-navigation ul li a,.single-service .main-navigation .menu li a{color:#1C3142}.single-service a{color:#FB5B33}.single-service a:link,.single-service a:visited,.single-service a:focus{color:#FB5B33}.single-service div.conclusion{margin-top:100px}.single-service div.conclusion ul{list-style-type:none;margin:30px 0;padding:0;display:flex;flex-direction:column;width:100%;flex-basis:100%;position:relative;margin-bottom:40px}@media screen and (max-width: 767px){.single-service div.conclusion ul{padding-left:20px}}.single-service div.conclusion ul li{margin-bottom:0 !important}.single-service div.conclusion ul li:before{content:unset !important}@media screen and (max-width: 767px){.single-service div.conclusion ul li span:first-of-type{max-width:100%}}.single-service div.conclusion ul li span:last-of-type{font-weight:300 !important}.single-service div.conclusion ul:before{content:"" !important;border-right:3px solid #FB5B33;position:absolute;left:-30px;height:100%}@media screen and (max-width: 991px){.single-service div.conclusion ul:before{left:0}}@media screen and (min-width: 1332px){.single-service div.conclusion ul{max-width:960px}}@media screen and (max-width: 767px){.single-service div.conclusion ul{padding:20px}}.single-service div.conclusion ul li{grid-gap:10px;display:grid;line-height:22px;font-weight:300;font-size:16px;color:#1c3142;padding:6px 0;position:relative}@media screen and (min-width: 768px){.single-service div.conclusion ul li{grid-gap:20px;grid-template-columns:200px auto}}.single-service div.conclusion ul li:before{content:"";display:block;width:7px;height:7px;background-color:#fb5b33;border-radius:20px;min-width:7px;margin:auto 10px auto 14px;background-repeat:no-repeat;position:absolute;top:50%;transform:translateY(-50%);left:-32px;background-repeat:no-repeat}@media screen and (max-width: 767px){.single-service div.conclusion ul li:before{flex-direction:row;line-height:27px;left:-35px}}.single-service div.conclusion ul li span{font-weight:700;width:300px}@media screen and (max-width: 767px){.single-service div.conclusion ul li span{display:block;padding:5px 0}}.single-service div.conclusion ul li span:last-of-type{font-weight:300;font-size:16px;color:#1c3142;width:100%;font-weight:normal}@media screen and (max-width: 767px){.single-service div.conclusion ul li span:first-of-type{display:inline;max-width:100px;margin-right:30px}}@media screen and (max-width: 479px){.single-service div.conclusion ul li span:first-of-type{max-width:100%}}.page-ux-services{overflow:visible !important}.page-ux-services a{color:#FB5B33 !important}.page-ux-services img{width:100%;height:auto;max-width:100%}@media screen and (max-width: 767px){.page-ux-services ul.ul-block{padding-top:0 !important;margin-top:0 !important}}@media screen and (max-width: 767px){.page-ux-services #page.flex-container{width:calc(100% - 30px)}}.page-ux-services #page .flex-container .flex-row:last-child .services-details:last-child{margin-bottom:0px}@media screen and (max-width: 767px){.page-ux-services section.services{margin:40px 0 0}.page-ux-services .services-sidebar{display:none !important}.page-ux-services #ergo-contact-container{margin:30px 0 !important}}@media screen and (max-width: 479px){.page-ux-services section.services{margin:40px 0 0}}@media only screen and (min-device-width: 360px) and (max-device-width: 640px){.page-ux-services section.services{margin:40px 0 0}.page-ux-services .services-sidebar{display:none !important}.page-ux-services #ergo-contact-container{margin:30px 0 !important}}@media screen and (min-width: 767px){section.services{margin-bottom:0 !important}}section.services,section.service{margin:180px 40px}@media screen and (min-width: 1332px){section.services .title-container,section.service .title-container{font-size:70px !important}}section.services h1,section.service h1{font-size:60px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;line-height:1;text-align:left;text-transform:uppercase}@media screen and (max-width: 1332px){section.services h1,section.service h1{font-size:36px;line-height:40px}}@media screen and (max-width: 767px){section.services h1,section.service h1{font-size:25px;line-height:25px;margin-top:0}}section.services h2,section.service h2{font-size:16px;line-height:30px;color:#1C3142;margin-left:100px;position:relative;top:-12px;font-weight:300;font-weight:100}section.services h2.service-global-title,section.service h2.service-global-title{font-size:16px;font-weight:300}section.services h2:before,section.service h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){section.services h2,section.service h2{margin-left:60px}section.services h2:before,section.service h2:before{left:-60px;width:40px}}@media screen and (max-width: 767px){section.services h2,section.service h2{font-size:25px}}@media screen and (min-width: 1332px){section.services h2,section.service h2{margin-bottom:60px}}section.services div.post-content p,section.service div.post-content p{font-weight:300;font-size:16px;color:#1C3142;line-height:27px}section.services div.post-content.services-container,section.service div.post-content.services-container{width:100%}@media screen and (min-width: 1332px){section.services div.post-content.services-container,section.service div.post-content.services-container{display:flex}}@media screen and (max-width: 767px){section.services div.post-content.services-container,section.service div.post-content.services-container{margin-top:-60px}}section.services div.post-content.services-container .service,section.service div.post-content.services-container .service{margin:100px 0}section.services div.post-content.services-container .service:after,section.service div.post-content.services-container .service:after{content:"";display:block;border-bottom:1px solid #B4B4B4}@media screen and (min-width: 1332px){section.services div.post-content.services-container .service:after,section.service div.post-content.services-container .service:after{padding-top:50px}}section.services div.post-content.services-container .service h1,section.service div.post-content.services-container .service h1{font-size:24px;color:#1C3142;font-weight:400;margin:0;z-index:20;position:relative}@media screen and (min-width: 1332px){section.services div.post-content.services-container .service h1,section.service div.post-content.services-container .service h1{margin-left:70px}}@media screen and (max-width: 767px){section.services div.post-content.services-container .service h1,section.service div.post-content.services-container .service h1{margin-left:0px}}section.services div.post-content.services-container .service h2,section.service div.post-content.services-container .service h2{color:#dcdcdc;letter-spacing:-5.1px;font-size:120px;font-weight:100;margin:0}section.services div.post-content.services-container .service h2:before,section.service div.post-content.services-container .service h2:before{content:unset !important}@media screen and (min-width: 767px){section.services div.post-content.services-container .service h2,section.service div.post-content.services-container .service h2{position:relative;top:-43px}}@media screen and (max-width: 767px){section.services div.post-content.services-container .service h2,section.service div.post-content.services-container .service h2{margin-top:-25px}}section.services div.post-content.services-container .service ul,section.service div.post-content.services-container .service ul{margin:0;padding:0;list-style-type:none}@media screen and (min-width: 1332px){section.services div.post-content.services-container .service ul,section.service div.post-content.services-container .service ul{padding:0 90px}}section.services div.post-content.services-container .service ul li,section.service div.post-content.services-container .service ul li{margin-bottom:20px}section.services div.post-content.services-container .service ul li:before,section.service div.post-content.services-container .service ul li:before{content:"";display:block;width:7px;height:7px;background-color:#fb5b33;border-radius:20px;min-width:7px;margin:auto 10px auto 14px;background-repeat:no-repeat;position:absolute;top:50%;transform:translateY(-50%);left:-30px}section.services div.post-content.services-container .service ul li:hover:before,section.service div.post-content.services-container .service ul li:hover:before{content:'\00A0';display:inline-block;line-height:6px;width:6px;height:6px;background-image:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" style="enable-background:new 596 -596 1792 1792;" xml:space="preserve" fill="#FB5B33" viewBox="596 -596 1792 1792"><path d="M2157-85.5c-68.7-117.7-161.8-210.8-279.5-279.5S1631.3-468,1492-468s-267.8,34.3-385.5,103S895.7-203.2,827-85.5 S724,160.7,724,300s34.3,267.8,103,385.5S988.8,896.3,1106.5,965s246.2,103,385.5,103s267.8-34.3,385.5-103s210.8-161.8,279.5-279.5 c68.7-117.7,103-246.2,103-385.5S2225.7,32.2,2157-85.5z"/></svg>')}section.services div.post-content.services-container .service ul li a,section.service div.post-content.services-container .service ul li a{font-weight:300;font-size:16px;color:#1c3142;text-decoration-color:#FB5B33}section.services div.post-content.services-container .service ul li a:hover,section.service div.post-content.services-container .service ul li a:hover{color:#FB5B33;cursor:pointer}@media screen and (max-width: 991px){section.services .services-details,section.service .services-details{padding-top:40px;margin-bottom:100px}}@media screen and (min-width: 991px){section.services .services-details,section.service .services-details{margin:180px 0}section.services .services-details:first-of-type,section.service .services-details:first-of-type{margin-top:140px}section.services .services-details:last-of-type,section.service .services-details:last-of-type{margin-bottom:0}}section.services .services-details div h6,section.service .services-details div h6{font-size:16px;color:#1c3142;line-height:24px;font-weight:400;margin:20px 0}section.services .services-details div h6+ul,section.service .services-details div h6+ul{margin-bottom:30px}section.services .services-details div>ul,section.service .services-details div>ul{margin:0;padding:0;list-style-type:none}@media screen and (max-width: 991px){section.services .services-details div>ul,section.service .services-details div>ul{padding:0 0 0 30px}}section.services .services-details div>ul>li,section.service .services-details div>ul>li{margin-bottom:20px;position:relative}section.services .services-details div>ul>li:before,section.service .services-details div>ul>li:before{content:"";display:block;width:7px;height:7px;background-color:#fb5b33;border-radius:20px;min-width:7px;margin:auto 10px auto 14px;background-repeat:no-repeat;position:absolute;top:10px;transform:translateY(-50%);left:-32px}section.services .services-details div>ul>li ul,section.service .services-details div>ul>li ul{list-style-type:none;margin:20px 0 0 0;padding:0 0 0 40px}@media screen and (max-width: 991px){section.services .services-details div>ul>li ul,section.service .services-details div>ul>li ul{padding:0 0 0 20px}}section.services .services-details div>ul>li ul>li,section.service .services-details div>ul>li ul>li{margin-bottom:20px;position:relative}section.services .services-details div>ul>li ul>li:before,section.service .services-details div>ul>li ul>li:before{content:"\25e6";color:#fb5b33;margin:auto 10px auto 14px;position:absolute;top:10px;transform:translateY(-50%);left:-30px}section.services .services-details div>ul>li:hover:before,section.service .services-details div>ul>li:hover:before{content:'\00A0';display:inline-block;line-height:6px;width:6px;height:6px;background-image:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" style="enable-background:new 596 -596 1792 1792;" xml:space="preserve" fill="#FB5B33" viewBox="596 -596 1792 1792"><path d="M2157-85.5c-68.7-117.7-161.8-210.8-279.5-279.5S1631.3-468,1492-468s-267.8,34.3-385.5,103S895.7-203.2,827-85.5 S724,160.7,724,300s34.3,267.8,103,385.5S988.8,896.3,1106.5,965s246.2,103,385.5,103s267.8-34.3,385.5-103s210.8-161.8,279.5-279.5 c68.7-117.7,103-246.2,103-385.5S2225.7,32.2,2157-85.5z"/></svg>')}section.services .services-details div>ul>li a,section.service .services-details div>ul>li a{font-weight:300;font-size:16px;color:#1c3142;text-decoration-color:#FB5B33}section.services .services-details div>ul>li a:hover,section.service .services-details div>ul>li a:hover{color:#FB5B33;cursor:pointer}section.services .services-details div>ol,section.service .services-details div>ol{list-style-type:none;padding:0;margin:0}@media screen and (max-width: 991px){section.services .services-details div>ol,section.service .services-details div>ol{padding:0 0 0 30px}}section.services .services-details div>ol li,section.service .services-details div>ol li{counter-increment:count-me;margin-bottom:20px;color:#1c3142;line-height:1.69}section.services .services-details div>ol li:before,section.service .services-details div>ol li:before{content:counter(count-me) ". ";display:block;position:relative;max-width:0px;max-height:0px;left:-20px;top:0.05em;color:#FB5B33}section.services .services-details div>ol.lower-alpha li,section.service .services-details div>ol.lower-alpha li{counter-increment:count-me;margin-bottom:20px}section.services .services-details div>ol.lower-alpha li:before,section.service .services-details div>ol.lower-alpha li:before{content:counter(count-me, lower-alpha) ". ";display:block;position:relative;max-width:0px;max-height:0px;left:-20px;top:0;color:#FB5B33}section.services .services-details,section.services .service-header,section.service .services-details,section.service .service-header{position:relative;z-index:1}section.services .services-details h1,section.services .service-header h1,section.service .services-details h1,section.service .service-header h1{color:#1c3142}@media screen and (max-width: 767px){section.services .services-details h1.fix,section.services .service-header h1.fix,section.service .services-details h1.fix,section.service .service-header h1.fix{margin-bottom:80px}}@media screen and (min-width: 1332px){section.services .services-details h1,section.services .service-header h1,section.service .services-details h1,section.service .service-header h1{font-size:70px;position:relative;z-index:20;margin-top:-60px;margin-left:120px}}@media screen and (max-width: 767px){section.services .services-details h1,section.services .service-header h1,section.service .services-details h1,section.service .service-header h1{margin:0;margin-bottom:30px;line-height:30px;margin-top:-55px;z-index:99;position:relative;margin-left:50px}}section.services .services-details h1+H2,section.services .services-details h1+.servnum,section.services .service-header h1+H2,section.services .service-header h1+.servnum,section.service .services-details h1+H2,section.service .services-details h1+.servnum,section.service .service-header h1+H2,section.service .service-header h1+.servnum{font-weight:300;padding-left:30px}section.services .services-details H2:last-of-type,section.services .service-header H2:last-of-type,section.service .services-details H2:last-of-type,section.service .service-header H2:last-of-type{margin-left:195px;margin-bottom:0px;margin-top:-40px}@media screen and (min-width: 1332px){section.services .services-details H2:last-of-type,section.services .service-header H2:last-of-type,section.service .services-details H2:last-of-type,section.service .service-header H2:last-of-type{position:relative}}@media screen and (max-width: 991px){section.services .services-details H2:last-of-type,section.services .service-header H2:last-of-type,section.service .services-details H2:last-of-type,section.service .service-header H2:last-of-type{margin-left:100px}}@media screen and (max-width: 767px){section.services .services-details H2:last-of-type,section.services .service-header H2:last-of-type,section.service .services-details H2:last-of-type,section.service .service-header H2:last-of-type{font-size:16px}}@media screen and (max-width: 767px){section.services .services-details H2:last-of-type:before,section.services .service-header H2:last-of-type:before,section.service .services-details H2:last-of-type:before,section.service .service-header H2:last-of-type:before{content:unset}}@media screen and (min-width: 1332px){section.services .services-details.list HEADER H1,section.services .service-header.list HEADER H1,section.service .services-details.list HEADER H1,section.service .service-header.list HEADER H1{margin-top:-20px;margin-left:60px}}@media screen and (max-width: 1332px){section.services .services-details.list HEADER H1,section.services .service-header.list HEADER H1,section.service .services-details.list HEADER H1,section.service .service-header.list HEADER H1{margin-top:-20px;margin-left:40px}}@media screen and (max-width: 767px){section.services .services-details.list HEADER H1,section.services .service-header.list HEADER H1,section.service .services-details.list HEADER H1,section.service .service-header.list HEADER H1{margin-top:-10px;margin-left:15px}}section.services .services-details.list HEADER .servnum,section.services .service-header.list HEADER .servnum,section.service .services-details.list HEADER .servnum,section.service .service-header.list HEADER .servnum{display:block;top:0px;font-weight:100 !important;font-size:180px;margin:0;color:#FB5B33;clear:both;height:120px}@media screen and (max-width: 1332px){section.services .services-details.list HEADER .servnum,section.services .service-header.list HEADER .servnum,section.service .services-details.list HEADER .servnum,section.service .service-header.list HEADER .servnum{height:80px;font-size:120px}}@media screen and (min-width: 1332px){section.services .services-details.list HEADER H2:last-of-type,section.services .service-header.list HEADER H2:last-of-type,section.service .services-details.list HEADER H2:last-of-type,section.service .service-header.list HEADER H2:last-of-type{margin-top:0px;margin-left:135px}}@media screen and (max-width: 1332px){section.services .services-details.list HEADER H2:last-of-type,section.services .service-header.list HEADER H2:last-of-type,section.service .services-details.list HEADER H2:last-of-type,section.service .service-header.list HEADER H2:last-of-type{margin-top:0px;margin-left:115px}}@media screen and (max-width: 767px){section.services .services-details.list HEADER H2:last-of-type,section.services .service-header.list HEADER H2:last-of-type,section.service .services-details.list HEADER H2:last-of-type,section.service .service-header.list HEADER H2:last-of-type{margin-left:-15px}}section.services .services-details p,section.services .service-header p,section.service .services-details p,section.service .service-header p{font-weight:300;font-size:16px;color:#1c3142;line-height:24px;font-weight:300}section.services .services-details img,section.services .service-header img,section.service .services-details img,section.service .service-header img{width:100%;height:auto;margin:80px 0}@media screen and (min-width: 1332px){section.services .services-details img,section.services .service-header img,section.service .services-details img,section.service .service-header img{width:119%;max-width:119%;margin-left:-105px}}@media screen and (max-width: 767px){section.services .services-details img,section.services .service-header img,section.service .services-details img,section.service .service-header img{margin:0}}section.services .services-details div h1,section.services .service-header div h1,section.service .services-details div h1,section.service .service-header div h1{margin:0;font-size:22px;color:#1c3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;margin-bottom:0}@media screen and (max-width: 767px){section.services .services-details div h1,section.services .service-header div h1,section.service .services-details div h1,section.service .service-header div h1{margin-bottom:20px;line-height:27px}}section.services .services-details div p,section.services .service-header div p,section.service .services-details div p,section.service .service-header div p{margin:10px 0}@media screen and (min-width: 1332px){section.services .services-details div p,section.services .service-header div p,section.service .services-details div p,section.service .service-header div p{max-width:960px}}section.services .services-details div p:first-of-type,section.services .service-header div p:first-of-type,section.service .services-details div p:first-of-type,section.service .service-header div p:first-of-type{font-weight:300;font-size:16px;color:#1c3142;line-height:1.69}section.services .services-details div p.learn-more-btn,section.services .service-header div p.learn-more-btn,section.service .services-details div p.learn-more-btn,section.service .service-header div p.learn-more-btn{background-color:#FB5B33;color:#fff;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;max-width:155px}section.services .services-details div p.learn-more-btn:hover,section.services .service-header div p.learn-more-btn:hover,section.service .services-details div p.learn-more-btn:hover,section.service .service-header div p.learn-more-btn:hover{cursor:pointer;background-color:#e2522e;transition:all 0.4s ease}section.services .services-details div p.learn-more-btn a,section.services .service-header div p.learn-more-btn a,section.service .services-details div p.learn-more-btn a,section.service .service-header div p.learn-more-btn a{font-weight:600}section.services .services-details div p.learn-more-btn:after,section.services .service-header div p.learn-more-btn:after,section.service .services-details div p.learn-more-btn:after,section.service .service-header div p.learn-more-btn:after{background-color:#B4B4B4;content:"";display:flex;height:1px;position:absolute;width:53%;left:24%;margin-top:-7px}@media screen and (max-width: 767px){section.services .services-details div p.learn-more-btn:after,section.services .service-header div p.learn-more-btn:after,section.service .services-details div p.learn-more-btn:after,section.service .service-header div p.learn-more-btn:after{content:unset}}section.services .services-details div section.servicemeta ul,section.services .service-header div section.servicemeta ul,section.service .services-details div section.servicemeta ul,section.service .service-header div section.servicemeta ul{list-style-type:none;margin:30px 0;padding:0;display:flex;flex-direction:column;width:100%;flex-basis:100%;position:relative;margin-bottom:40px}@media screen and (max-width: 767px){section.services .services-details div section.servicemeta ul,section.services .service-header div section.servicemeta ul,section.service .services-details div section.servicemeta ul,section.service .service-header div section.servicemeta ul{padding-left:20px}}section.services .services-details div section.servicemeta ul li:before,section.services .service-header div section.servicemeta ul li:before,section.service .services-details div section.servicemeta ul li:before,section.service .service-header div section.servicemeta ul li:before{content:unset !important}@media screen and (max-width: 767px){section.services .services-details div section.servicemeta ul li span:first-of-type,section.services .service-header div section.servicemeta ul li span:first-of-type,section.service .services-details div section.servicemeta ul li span:first-of-type,section.service .service-header div section.servicemeta ul li span:first-of-type{max-width:100%}}section.services .services-details div section.servicemeta ul li span:last-of-type,section.services .service-header div section.servicemeta ul li span:last-of-type,section.service .services-details div section.servicemeta ul li span:last-of-type,section.service .service-header div section.servicemeta ul li span:last-of-type{font-weight:300 !important}section.services .services-details div section.servicemeta ul:before,section.services .service-header div section.servicemeta ul:before,section.service .services-details div section.servicemeta ul:before,section.service .service-header div section.servicemeta ul:before{content:"" !important;border-right:3px solid #FB5B33;position:absolute;left:-30px;height:100%}@media screen and (max-width: 767px){section.services .services-details div section.servicemeta ul:before,section.services .service-header div section.servicemeta ul:before,section.service .services-details div section.servicemeta ul:before,section.service .service-header div section.servicemeta ul:before{left:0}}@media screen and (min-width: 1332px){section.services .services-details div section.servicemeta ul,section.services .service-header div section.servicemeta ul,section.service .services-details div section.servicemeta ul,section.service .service-header div section.servicemeta ul{max-width:960px}}@media screen and (max-width: 767px){section.services .services-details div section.servicemeta ul,section.services .service-header div section.servicemeta ul,section.service .services-details div section.servicemeta ul,section.service .service-header div section.servicemeta ul{padding:20px}}section.services .services-details div section.servicemeta ul li,section.services .service-header div section.servicemeta ul li,section.service .services-details div section.servicemeta ul li,section.service .service-header div section.servicemeta ul li{grid-gap:10px;display:grid;line-height:22px;font-weight:300 !important;font-size:16px;color:#1c3142;padding:6px 0;position:relative}@media screen and (min-width: 768px){section.services .services-details div section.servicemeta ul li,section.services .service-header div section.servicemeta ul li,section.service .services-details div section.servicemeta ul li,section.service .service-header div section.servicemeta ul li{grid-gap:20px;grid-template-columns:200px auto}}section.services .services-details div section.servicemeta ul li:before,section.services .service-header div section.servicemeta ul li:before,section.service .services-details div section.servicemeta ul li:before,section.service .service-header div section.servicemeta ul li:before{content:"";display:block;width:7px;height:7px;background-color:#fb5b33;border-radius:20px;min-width:7px;margin:auto 10px auto 14px;background-repeat:no-repeat;position:absolute;top:50%;transform:translateY(-50%);left:-32px;background-repeat:no-repeat}@media screen and (max-width: 767px){section.services .services-details div section.servicemeta ul li:before,section.services .service-header div section.servicemeta ul li:before,section.service .services-details div section.servicemeta ul li:before,section.service .service-header div section.servicemeta ul li:before{flex-direction:row;line-height:27px;left:-35px}}section.services .services-details div section.servicemeta ul li span,section.services .service-header div section.servicemeta ul li span,section.service .services-details div section.servicemeta ul li span,section.service .service-header div section.servicemeta ul li span{font-weight:700;width:300px}@media screen and (max-width: 767px){section.services .services-details div section.servicemeta ul li span,section.services .service-header div section.servicemeta ul li span,section.service .services-details div section.servicemeta ul li span,section.service .service-header div section.servicemeta ul li span{display:block;padding:5px 0}}section.services .services-details div section.servicemeta ul li span:last-of-type,section.services .service-header div section.servicemeta ul li span:last-of-type,section.service .services-details div section.servicemeta ul li span:last-of-type,section.service .service-header div section.servicemeta ul li span:last-of-type{font-weight:300;font-size:16px;color:#1c3142;width:100%;font-weight:normal}@media screen and (max-width: 767px){section.services .services-details div section.servicemeta ul li span:first-of-type,section.services .service-header div section.servicemeta ul li span:first-of-type,section.service .services-details div section.servicemeta ul li span:first-of-type,section.service .service-header div section.servicemeta ul li span:first-of-type{display:inline;max-width:100px;margin-right:30px}}@media screen and (max-width: 479px){section.services .services-details div section.servicemeta ul li span:first-of-type,section.services .service-header div section.servicemeta ul li span:first-of-type,section.service .services-details div section.servicemeta ul li span:first-of-type,section.service .service-header div section.servicemeta ul li span:first-of-type{max-width:100%}}section.services.service .service-header div:first-of-type,section.service.service .service-header div:first-of-type{display:inline-flex;flex-direction:column;width:100%}section.services.service .service-header div:first-of-type .servnum,section.service.service .service-header div:first-of-type .servnum{margin:0;color:#FB5B33;font-size:120px;top:0px;height:20px;transform:translate(-30px, -50px);font-weight:100 !important}@media screen and (min-width: 992px){section.services.service .service-header div:first-of-type .servnum,section.service.service .service-header div:first-of-type .servnum{transform:translate(0px, -60px)}}@media screen and (min-width: 1332px){section.services.service .service-header div:first-of-type .servnum,section.service.service .service-header div:first-of-type .servnum{font-size:180px;transform:translate(0px, -100px)}}@media screen and (max-width: 767px){section.services.service .service-header div:first-of-type .servnum,section.service.service .service-header div:first-of-type .servnum{margin-bottom:0px !important;font-size:120px}}section.services.service .service-header div:first-of-type .servnum:before,section.service.service .service-header div:first-of-type .servnum:before{content:unset}section.services.service .service-header div:first-of-type .servnum:first-of-type,section.service.service .service-header div:first-of-type .servnum:first-of-type{margin-top:0px !important;order:1;font-weight:300}@media screen and (max-width: 991px){section.services.service .service-header div:first-of-type .servnum:first-of-type,section.service.service .service-header div:first-of-type .servnum:first-of-type{left:-30px;padding-left:0px}}@media screen and (max-width: 767px){section.services.service .service-header div:first-of-type .servnum:first-of-type,section.service.service .service-header div:first-of-type .servnum:first-of-type{left:-30px;padding-left:0px}}section.services.service .service-header div:first-of-type h2:last-of-type,section.service.service .service-header div:first-of-type h2:last-of-type{order:2}@media screen and (max-width: 1219px){section.services.service .service-header div:first-of-type h2:last-of-type,section.service.service .service-header div:first-of-type h2:last-of-type{position:relative;top:0px}}section.services.service .service-header div:first-of-type h2:last-of-type::before,section.service.service .service-header div:first-of-type h2:last-of-type::before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #b4b4b4;width:80px}section.services.service .service-header div:first-of-type h1,section.service.service .service-header div:first-of-type h1{font-size:70px !important;margin-left:85px !important;flex:1;order:2;line-height:70px;top:-80px;position:relative;margin-bottom:0px}@media screen and (max-width: 991px){section.services.service .service-header div:first-of-type h1,section.service.service .service-header div:first-of-type h1{margin-left:0 !important;margin-top:50px}}@media screen and (min-width: 1332px){section.services.service .service-header div:first-of-type h1,section.service.service .service-header div:first-of-type h1{width:70%}}@media screen and (max-width: 767px){section.services.service .service-header div:first-of-type h1,section.service.service .service-header div:first-of-type h1{top:-75px}}@media screen and (max-width: 479px){section.services.service .service-header div:first-of-type h1,section.service.service .service-header div:first-of-type h1{font-size:50px !important;line-height:60px;margin-bottom:0}}section.services.service .service-header div:first-of-type a,section.service.service .service-header div:first-of-type a{flex-grow:2;order:2;width:270px;display:flex;margin:0;padding:0;align-self:flex-end;position:relative;top:-45px}section.services.service .service-header div:first-of-type a:hover,section.service.service .service-header div:first-of-type a:hover{cursor:pointer}@media screen and (max-width: 1219px){section.services.service .service-header div:first-of-type a,section.service.service .service-header div:first-of-type a{order:2;margin-left:90px}}@media screen and (max-width: 991px){section.services.service .service-header div:first-of-type a,section.service.service .service-header div:first-of-type a{margin-left:0px;width:auto}}@media screen and (max-width: 767px){section.services.service .service-header div:first-of-type a,section.service.service .service-header div:first-of-type a{top:-75px}}@media screen and (max-width: 479px){section.services.service .service-header div:first-of-type a,section.service.service .service-header div:first-of-type a{top:-20px;align-self:auto}}section.services.service .service-header div:first-of-type a p,section.service.service .service-header div:first-of-type a p{background-color:#FB5B33;color:#fff;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;margin:0;padding:5px 20px !important;font-weight:bold}section.services.service .service-header div:first-of-type a p:hover,section.service.service .service-header div:first-of-type a p:hover{cursor:pointer;background-color:#e2522e;transition:all 0.4s ease}section.services.service .service-header div:first-of-type a p a,section.service.service .service-header div:first-of-type a p a{font-weight:600}section.services.service .service-header div:first-of-type a p:after,section.service.service .service-header div:first-of-type a p:after{content:unset}section.services.service .service-header div:last-of-type img,section.service.service .service-header div:last-of-type img{width:initial;max-width:100%;margin-left:initial}@media screen and (max-width: 767px){section.services.service .service-header div:last-of-type img,section.service.service .service-header div:last-of-type img{display:none}}section .services-sidebar{margin-top:130px}section .services-sidebar img{width:190px}section .services-sidebar p{font-weight:300;font-size:16px;color:#1C3142;line-height:27px;margin-bottom:10px}section .services-sidebar p.footer-nav-column-title{font-size:30px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;line-height:1.27;margin-top:17px;margin-bottom:0}section .services-sidebar .custom-html-widget{display:flex;justify-content:space-between}section .services-sidebar .custom-html-widget p.btn{flex:1 auto}section .services-sidebar .custom-html-widget p.btn:first-of-type{background-color:#FB5B33;color:#fff;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;margin-right:30px;padding:14px 15px 11px 15px;max-height:45px;line-height:1.27;flex-basis:174px}section .services-sidebar .custom-html-widget p.btn:first-of-type:hover{cursor:pointer;background-color:#e2522e;transition:all 0.4s ease}section .services-sidebar .custom-html-widget p.btn:first-of-type a{font-weight:600}section .services-sidebar .custom-html-widget p.btn:first-of-type a{text-decoration:none;color:#fff}section .services-sidebar .custom-html-widget p.btn:last-of-type{background-color:#fff;color:#FB5B33;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;border:2px solid #FB5B33;max-height:45px;line-height:1.27;display:inline-block;width:auto;flex:none;margin-right:auto;white-space:nowrap}section .services-sidebar .custom-html-widget p.btn:last-of-type:hover{cursor:pointer;transition:all 0.4s ease;background-color:#e6e6e6}section .services-sidebar .custom-html-widget p.btn:last-of-type a{font-weight:600}.page-id-1082 span.s1{display:block;font-weight:300;font-size:16px;color:#1c3142;line-height:27px}.page-id-1082 li.p3{font-weight:300;font-size:16px;color:#1c3142;line-height:27px}.page-id-1082 a:link,.page-id-1082 a:visited{color:#fb5c34 !important;text-decoration:none}.single-service .entry-content p{font-weight:300;font-size:16px;color:#1C3142;line-height:27px}@media screen and (max-width: 767px){.single-service .entry-content p{word-break:break-word}}.single-service .entry-content p:has(+strong){text-transform:uppercase;font-weight:600;font-size:22px;color:#1C3142}.single-service .entry-content ul:not(.servicemeta){margin:0;padding:0;list-style-type:none}@media screen and (max-width: 991px){.single-service .entry-content ul:not(.servicemeta){padding:0 0 0 30px}}.single-service .entry-content ul:not(.servicemeta)>li{margin-bottom:20px;position:relative}.single-service .entry-content ul:not(.servicemeta)>li:before{content:"";display:block;width:7px;height:7px;background-color:#fb5b33;border-radius:20px;min-width:7px;margin:auto 10px auto 14px;background-repeat:no-repeat;position:absolute;top:10px;transform:translateY(-50%);left:-32px}.single-service .entry-content ul:not(.servicemeta)>li ul{list-style-type:none;margin:20px 0 0 0;padding:0 0 0 40px}@media screen and (max-width: 991px){.single-service .entry-content ul:not(.servicemeta)>li ul{padding:0 0 0 20px}}.single-service .entry-content ul:not(.servicemeta)>li ul>li{margin-bottom:20px;position:relative}.single-service .entry-content ul:not(.servicemeta)>li ul>li:before{content:"\25e6";color:#fb5b33;margin:auto 10px auto 14px;position:absolute;top:10px;transform:translateY(-50%);left:-30px}.single-service .entry-content ul:not(.servicemeta)>li:hover:before{content:'\00A0';display:inline-block;line-height:6px;width:6px;height:6px;background-image:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" style="enable-background:new 596 -596 1792 1792;" xml:space="preserve" fill="#FB5B33" viewBox="596 -596 1792 1792"><path d="M2157-85.5c-68.7-117.7-161.8-210.8-279.5-279.5S1631.3-468,1492-468s-267.8,34.3-385.5,103S895.7-203.2,827-85.5 S724,160.7,724,300s34.3,267.8,103,385.5S988.8,896.3,1106.5,965s246.2,103,385.5,103s267.8-34.3,385.5-103s210.8-161.8,279.5-279.5 c68.7-117.7,103-246.2,103-385.5S2225.7,32.2,2157-85.5z"/></svg>')}.single-service .entry-content ul:not(.servicemeta)>li a{font-weight:300;font-size:16px;color:#1c3142;text-decoration-color:#FB5B33}.single-service .entry-content ul:not(.servicemeta)>li a:hover{color:#FB5B33;cursor:pointer}@media screen and (min-width: 1332px){.posts-navigation{max-width:600px;display:flex;flex-direction:column;margin-left:30px}}.posts-navigation .nav-links{height:50px}.posts-navigation .nav-links div[class$="previous"]{background:linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33);background-size:2px 20%, 100% 2px, 2px 20%;background-position:bottom left, bottom center, bottom right;background-repeat:no-repeat;border:none;font-weight:300;text-align:center;font-size:1.4vw;padding:10px}.posts-navigation .nav-links div[class$="previous"] a{color:#FB5B33}.posts-navigation .nav-links div[class$="previous"] a:hover{color:#e2522e}.posts-navigation .nav-links div[class$="previous"] a:before{content:'\00A0';display:inline-block;line-height:1.4vw;width:1.4vw;height:1.4vw;background-image:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" style="enable-background:new 596 -596 1792 1792;" xml:space="preserve" fill="#FB5B33" viewBox="596 -596 1792 1792"><path d="M2347,180.9c-6-6-13.7-9-23-9H1076v-224c0-13.3-6.3-23-19-29c-12.7-5.3-24.3-3.3-35,6l-384,354c-6.7,6.7-10,14.7-10,24 c0,8.7,3.3,16.3,10,23l384,350c10.7,8.7,22.3,10.3,35,5c12.7-5.3,19-15,19-29v-224h1248c9.3,0,17-3,23-9s9-13.7,9-23v-192 C2356,194.6,2353,186.9,2347,180.9z"/></svg>');margin-right:8px}.posts-navigation .nav-links div[class$="previous"]:hover{background-color:#FB5B33;cursor:pointer}.posts-navigation .nav-links div[class$="previous"]:hover a{color:#fff}.posts-navigation .nav-links div[class$="previous"]:hover a:before{content:'\00A0';display:inline-block;line-height:1.4vw;width:1.4vw;height:1.4vw;background-image:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" style="enable-background:new 596 -596 1792 1792;" xml:space="preserve" fill="#fff" viewBox="596 -596 1792 1792"><path d="M2347,180.9c-6-6-13.7-9-23-9H1076v-224c0-13.3-6.3-23-19-29c-12.7-5.3-24.3-3.3-35,6l-384,354c-6.7,6.7-10,14.7-10,24 c0,8.7,3.3,16.3,10,23l384,350c10.7,8.7,22.3,10.3,35,5c12.7-5.3,19-15,19-29v-224h1248c9.3,0,17-3,23-9s9-13.7,9-23v-192 C2356,194.6,2353,186.9,2347,180.9z"/></svg>');margin-right:8px}.posts-navigation .nav-links div[class$="next"]{background:linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33);background-size:2px 20%, 100% 2px, 2px 20%;background-position:bottom left, bottom center, bottom right;background-repeat:no-repeat;border:none}html body{font-family:'Gotham';font-weight:300;color:#1C3142}.text-uppercase{text-transform:uppercase}b,strong{font-weight:400}dfn,cite,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch", Courier, monospace;font-size:15px;font-size:1.5rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font:15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#fff9c0;text-decoration:none}sup,sub{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}.break-text-xs{display:inline-block}@media screen and (max-width: 767px){.break-text-xs{display:block}}.break-text-sm{display:inline-block}@media screen and (max-width: 991px){.break-text-sm{display:block}}.break-text-md{display:inline-block}@media screen and (max-width: 1332px){.break-text-md{display:block}}.break-only-lg{display:inline}@media screen and (min-width: 1333px){.break-only-lg{display:block}}h1,h2,h3,h4{color:#1C3142}h1{font-size:70px;line-height:78px}h2{font-size:60px;line-height:68px}h3{font-size:30px;line-height:38px}h4{font-size:22px;line-height:38px}p{font-size:16px;line-height:27px;font-weight:300}.lead{font-size:20px;line-height:35px}.subtitle{font-size:16px;line-height:27px;color:#c8c8c8}.subtitle.author{font-size:70px;line-height:78px;color:#1C3142}strong{font-weight:400;color:#1C3142}a,.read-more-post{font-weight:500;color:#FB5B33}a:visited,.read-more-post:visited{font-weight:500;color:#FB5B33}p a{font-weight:normal}.single-post .case-study-content ul,.single-post .post-content-container ul,.single-casestudy .case-study-content ul,.single-casestudy .post-content-container ul{list-style:none !important;margin:0;padding:0 0 0 22px}.single-post .case-study-content ul li::before,.single-post .post-content-container ul li::before,.single-casestudy .case-study-content ul li::before,.single-casestudy .post-content-container ul li::before{content:"\2022";color:#FB5B33;font-weight:bold;display:inline-block;width:1em;font-size:1.4em;margin-left:-1em;position:relative;top:2px}.cards{margin:50px 0}@media screen and (min-width: 992px){.cards{display:flex;flex-wrap:wrap;justify-content:space-between}}.cards .thumbnail{display:flex;max-height:300px;overflow:hidden}.cards img{display:block;border:0;width:100%;height:100%}.cards .card{background:white;margin-bottom:2em}.cards .card a{color:black;text-decoration:none}.cards .card a:hover{box-shadow:3px 3px 8px #ccc}.cards .card-content{padding:1.4em}.cards .card-content h2{margin-top:0;margin-bottom:.5em;font-weight:bold}.cards .card-content p{font-size:80%}@media screen and (min-width: 992px){.cards .card{flex:0 1 calc(50% - 1em)}}@media screen and (min-width: 60em){.cards .card{flex:0 1 calc(25% - 1em)}}.hidden{display:none}.mt-85{margin-top:85px}.mb--250{margin-bottom:-250px}.mt-160{margin-top:160px}.mb-20{margin-bottom:20px}.mb-60{margin-bottom:60px}.mt-225{margin-top:225px}.mt-60{margin-top:60px}.mt-20{margin-top:20px}.mt--85{margin-top:-185px}.mt--60{margin-top:-60px}#megaMenu{display:none}@media screen and (min-width: 1200px){#megaMenu{display:unset;position:absolute;top:-1000px;z-index:100;width:100%;min-height:100px;background-color:#FB5B33;color:#fff;margin:0 auto;transition:top 0ms;-webkit-transition:top 0ms;-moz-transition:top 0ms;-ms-transition:top 0ms;-o-transition:top 0ms}#megaMenu:hover,#megaMenu.active{transition:top 400ms ease-in-out;-webkit-transition:top 400ms ease-in-out;-moz-transition:top 400ms ease-in-out;-ms-transition:top 400ms ease-in-out;-o-transition:top 400ms ease-in-out;top:130px;display:unset}#megaMenu>.inner-wrapper{background-color:#FB5B33}#megaMenu>.inner-wrapper .menu-wrapper{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(2, auto);grid-column-gap:10px;grid-row-gap:2em;max-width:1160px;margin:0 auto;padding:70px 0;font-weight:300}#megaMenu>.inner-wrapper h3{font-size:16px;line-height:26px;text-transform:uppercase;color:#fff;margin-top:0}#megaMenu>.inner-wrapper h3:after{content:"";display:block;height:1px;margin-top:20px;width:40%;background-color:#fff}#megaMenu>.inner-wrapper h3+ul{padding:0;margin:0;color:#fff;list-style-type:none;font-size:16px;line-height:22px}#megaMenu>.inner-wrapper h3+ul li{margin-bottom:0.5em}#megaMenu>.inner-wrapper h3+ul a,#megaMenu>.inner-wrapper h3+ul a:visited{color:#fff;cursor:pointer;font-weight:300}.home #megaMenu:after{content:"";position:relative;left:170px;top:-730px;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid #FB5B33;clear:both}.page:not(.home) #megaMenu>.inner-wrapper .menu-wrapper>DIV:first-child{margin-top:-20px}.page:not(.home) #megaMenu>.inner-wrapper .menu-wrapper>DIV:first-child:before{content:"";position:relative;left:30px;top:-77px;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid #FB5B33;clear:both}}@media screen and (max-width: 991px){.case-study{background-color:transparent !important}.case-study.case{display:flex !important}.case-study.case .meta-container{padding:0 !important}}@media screen and (max-width: 991px) and (max-width: 767px){.case-study.case-1{height:100% !important}}@media screen and (max-width: 991px){.case-study.case-1 .flex-row div[class^="flex-col-"]:last-of-type .case-study-featured-image-container{background-color:#F3F3F3}.case-2-3 article:first-of-type .case .flex-row div[class^="flex-col-"]:last-of-type .case-study-featured-image-container{background-color:#F3F3F3}.case-2-3 article:last-of-type .case .case-study-featured-image-container{background-color:#F3F3F3}.case-4-5 article:first-of-type .case .case-study-featured-image-container{background-color:#F3F3F3}.case-4-5 article:last-of-type .case .flex-row div[class^="flex-col-"]:last-of-type .case-study-featured-image-container{background-color:#F3F3F3}.case-studies-bottom .case-study-featured-image-container{background-color:#F3F3F3}.case-studies-bottom .flex-row article:last-of-type .case .flex-row div[class^="flex-col-"]:last-of-type .case-study-featured-image-container img{margin-top:unset !important;margin-bottom:unset !important}}.page-visitor-info .visitor-header{height:150px}.page-visitor-info .visitor-header .ergo-mobile-menu .mobile-menu-container p{color:#1C3142 !important}.page-visitor-info .visitor-header .main-navigation ul.menu li a{color:#1C3142}@media screen and (max-width: 767px){.page-visitor-info .visitor-header{height:50px}}.page-visitor-info .visitor-header+.single-page-content h1{font-size:70px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600}@media screen and (max-width: 767px){.page-visitor-info .visitor-header+.single-page-content h1{font-size:36px}}.page-visitor-info .visitor-header+.single-page-content h2{font-size:16px;line-height:30px;color:#1C3142;margin-left:100px;position:relative;top:-12px;font-weight:300}.page-visitor-info .visitor-header+.single-page-content h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){.page-visitor-info .visitor-header+.single-page-content h2{margin-left:60px}.page-visitor-info .visitor-header+.single-page-content h2:before{left:-60px;width:40px}}.page-visitor-info .visitor-header+.single-page-content .little-box{background-color:#FB5B33;text-align:left;float:right;position:relative;left:-110px;top:92px;box-shadow:0 0 20px 10px rgba(0,0,0,0.1);box-sizing:content-box;padding:23px 50px}.page-visitor-info .visitor-header+.single-page-content .little-box img{margin-bottom:15px}.page-visitor-info .visitor-header+.single-page-content .little-box p{font-weight:300;font-size:15px;color:#fff;margin:0}.page-visitor-info .visitor-header+.single-page-content .visitor-instructions h1{font-size:22px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;margin-bottom:10px}@media screen and (max-width: 991px){.page-visitor-info .visitor-header+.single-page-content .visitor-instructions h1{line-height:1.27}}.page-visitor-info .visitor-header+.single-page-content .visitor-instructions p{font-weight:300;font-size:16px;color:#1C3142;line-height:1.69}@media screen and (max-width: 767px){.page-visitor-info .visitor-header+.single-page-content .mt--60{margin-top:0}.page-visitor-info .visitor-header+.single-page-content .little-box,.page-visitor-info .visitor-header+.single-page-content .little-box-mobile{top:0;left:0;position:initial;float:none;clear:both;width:auto;height:auto;box-shadow:none;background-color:#FB5B33}.page-visitor-info .visitor-header+.single-page-content .little-box-mobile{margin-top:-4px;padding:10px 0;text-align:center}}@media screen and (max-width: 767px) and (max-width: 767px){.page-visitor-info .visitor-header+.single-page-content .little-box-mobile img{display:none}}@media screen and (max-width: 767px){.page-visitor-info .visitor-header+.single-page-content .little-box-mobile p{font-weight:600;font-size:16px;color:#fff;margin-bottom:6px;margin-top:6px}}@media screen and (max-width: 767px) and (max-width: 767px){.page-visitor-info .visitor-header+.single-page-content .little-box-parent .little-box{display:none}}@media screen and (min-width: 767px){.page-visitor-info .visitor-header+.single-page-content .little-box-mobile{display:none}}.page-visitor-info .visitor-header+.single-page-content ul{margin:0;padding:0 0 0 20px;list-style-type:none}@media screen and (max-width: 991px){.page-visitor-info .visitor-header+.single-page-content ul{padding:0 0 0 30px}}.page-visitor-info .visitor-header+.single-page-content ul>li{margin-bottom:20px;position:relative}.page-visitor-info .visitor-header+.single-page-content ul>li:before{content:"";display:block;width:7px;height:7px;background-color:#fb5b33;border-radius:20px;min-width:7px;margin:auto 10px auto 14px;background-repeat:no-repeat;position:absolute;top:10px;transform:translateY(-50%);left:-32px}.page-visitor-info .visitor-header+.single-page-content ul>li ul{list-style-type:none;margin:20px 0 0 0;padding:0 0 0 40px}@media screen and (max-width: 991px){.page-visitor-info .visitor-header+.single-page-content ul>li ul{padding:0 0 0 20px}}.page-visitor-info .visitor-header+.single-page-content ul>li ul>li{margin-bottom:20px;position:relative}.page-visitor-info .visitor-header+.single-page-content ul>li ul>li:before{content:"\25e6";color:#fb5b33;margin:auto 10px auto 14px;position:absolute;top:10px;transform:translateY(-50%);left:-30px}.page-visitor-info .visitor-header+.single-page-content ul>li:hover:before{content:'\00A0';display:inline-block;line-height:6px;width:6px;height:6px;background-image:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" style="enable-background:new 596 -596 1792 1792;" xml:space="preserve" fill="#FB5B33" viewBox="596 -596 1792 1792"><path d="M2157-85.5c-68.7-117.7-161.8-210.8-279.5-279.5S1631.3-468,1492-468s-267.8,34.3-385.5,103S895.7-203.2,827-85.5 S724,160.7,724,300s34.3,267.8,103,385.5S988.8,896.3,1106.5,965s246.2,103,385.5,103s267.8-34.3,385.5-103s210.8-161.8,279.5-279.5 c68.7-117.7,103-246.2,103-385.5S2225.7,32.2,2157-85.5z"/></svg>')}.page-visitor-info .visitor-header+.single-page-content ul>li a{font-weight:300;font-size:16px;color:#1c3142;text-decoration-color:#FB5B33}.page-visitor-info .visitor-header+.single-page-content ul>li a:hover{color:#FB5B33;cursor:pointer}.page-visitor-info .content-area img{width:100%;height:auto}body.error404{overflow-y:hidden;background-color:#fff}@media screen and (max-width: 991px){body.error404 .ergomania-logo{display:none}}@media screen and (max-width: 767px){body.error404{padding:30px}}body.error404 .main-navigation ul li a,body.error404 .main-navigation .menu li a{color:#1C3142}body.error404 .ergo-mobile-menu .mobile-menu-container p{color:#1C3142 !important}body.error404 .ergo-mobile-menu .mobile-menu-container img{top:15px}body.error404 .ergo-mobile-menu .mobile-menu-container span.toggle{top:0}body.error404 .flex-container:last-of-type{padding:200px 0 0 0}@media screen and (max-width: 767px){body.error404 .flex-container:last-of-type{padding:60px 0 0 0}}body.error404 .flex-container:last-of-type .flex-row div{padding-left:0}@media screen and (max-width: 767px){body.error404 .flex-container:last-of-type .flex-row div img.negyszaznegy{width:39%;margin:0 auto;display:flex;margin-top:60px}}body.error404 .flex-container:last-of-type .flex-row h1{font-size:60px;font-weight:bold;color:#FB5B33;margin:10px 0 0 0;text-transform:uppercase;line-height:60px}@media screen and (max-width: 767px){body.error404 .flex-container:last-of-type .flex-row h1{font-size:36px;line-height:36px}}body.error404 .flex-container:last-of-type .flex-row h1:first-of-type:after{content:"";display:block;position:relative;top:16px;border:1px solid #B4B4B4;width:120px}body.error404 .flex-container:last-of-type .flex-row h1:last-of-type{color:#1C3142;margin:40px 0 0 0}body.error404 .flex-container:last-of-type .flex-row p{color:#1C3142;font-family:'Gotham-Book';font-size:16px}body.error404 .flex-container:last-of-type .flex-row p.btn{margin-top:60px}body.error404 .flex-container:last-of-type .flex-row p.btn a{background-color:#FB5B33;color:#fff;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px}body.error404 .flex-container:last-of-type .flex-row p.btn a:hover{cursor:pointer;background-color:#e2522e;transition:all 0.4s ease}body.error404 .flex-container:last-of-type .flex-row p.btn a a{font-weight:600}.page-ux-team section.ux-team-header,.page-id-2567 section.ux-team-header{height:150px}@media screen and (max-width: 991px){.page-ux-team section.ux-team-header,.page-id-2567 section.ux-team-header{height:50px}}.page-ux-team section.ux-team-header .ergo-mobile-menu .mobile-menu-container p,.page-id-2567 section.ux-team-header .ergo-mobile-menu .mobile-menu-container p{color:#1C3142 !important}.page-ux-team section.ux-team-header .main-navigation ul.menu li a,.page-id-2567 section.ux-team-header .main-navigation ul.menu li a{color:#1C3142}.page-ux-team section .team-icon-container,.page-id-2567 section .team-icon-container{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:20px;align-items:center}.page-ux-team section .team-icon-container>div,.page-id-2567 section .team-icon-container>div{grid-gap:20px;display:grid;grid-template-columns:36px auto;align-items:center;font-weight:500}.page-ux-team section .team-icon-container>div img,.page-id-2567 section .team-icon-container>div img{width:36px;display:inline-block}.page-ux-team section div#teamText,.page-id-2567 section div#teamText{top:-15px}.page-ux-team section div#teamText h1.meet,.page-id-2567 section div#teamText h1.meet{font-size:30px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;margin-top:1.27;line-height:1.27}.page-ux-team section div.work h1,.page-id-2567 section div.work h1{font-size:60px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600}@media screen and (max-width: 1332px){.page-ux-team section div.work h1,.page-id-2567 section div.work h1{font-size:36px;line-height:40px}}.page-ux-team section div.work h2,.page-id-2567 section div.work h2{font-size:16px;line-height:30px;color:#1C3142;margin-left:100px;position:relative;top:-12px;font-weight:300}.page-ux-team section div.work h2:before,.page-id-2567 section div.work h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){.page-ux-team section div.work h2,.page-id-2567 section div.work h2{margin-left:60px}.page-ux-team section div.work h2:before,.page-id-2567 section div.work h2:before{left:-60px;width:40px}}.page-ux-team section div.interviews,.page-ux-team section div .more-article,.page-id-2567 section div.interviews,.page-id-2567 section div .more-article{display:flex;text-align:left}.page-ux-team section div.interviews .post-excerpt .post-excerpts-meta-container p,.page-ux-team section div .more-article .post-excerpt .post-excerpts-meta-container p,.page-id-2567 section div.interviews .post-excerpt .post-excerpts-meta-container p,.page-id-2567 section div .more-article .post-excerpt .post-excerpts-meta-container p{font-weight:300;font-size:16px;color:#1C3142;line-height:27px}.page-ux-team section div.interviews .post-excerpt .post-excerpts-meta-container p a,.page-ux-team section div .more-article .post-excerpt .post-excerpts-meta-container p a,.page-id-2567 section div.interviews .post-excerpt .post-excerpts-meta-container p a,.page-id-2567 section div .more-article .post-excerpt .post-excerpts-meta-container p a{color:#FB5B33 !important}@media screen and (min-width: 992px){.page-ux-team section div.interviews .post-excerpt:nth-last-of-type(odd),.page-ux-team section div .more-article .post-excerpt:nth-last-of-type(odd),.page-id-2567 section div.interviews .post-excerpt:nth-last-of-type(odd),.page-id-2567 section div .more-article .post-excerpt:nth-last-of-type(odd){padding-left:20px}.page-ux-team section div.interviews .post-excerpt:nth-last-of-type(even),.page-ux-team section div .more-article .post-excerpt:nth-last-of-type(even),.page-id-2567 section div.interviews .post-excerpt:nth-last-of-type(even),.page-id-2567 section div .more-article .post-excerpt:nth-last-of-type(even){padding-right:20px}}.page-ux-team section div.interviews .post-excerpt h1,.page-ux-team section div .more-article .post-excerpt h1,.page-id-2567 section div.interviews .post-excerpt h1,.page-id-2567 section div .more-article .post-excerpt h1{font-size:30px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;text-transform:none;line-height:1.17;letter-spacing:-0.4px;margin-top:15px}@media screen and (max-width: 767px){.page-ux-team section div.interviews .post-excerpt h1,.page-ux-team section div .more-article .post-excerpt h1,.page-id-2567 section div.interviews .post-excerpt h1,.page-id-2567 section div .more-article .post-excerpt h1{font-size:25px;letter-spacing:-0.6px;line-height:25px}}.page-ux-team section div.interviews .post-excerpt h2,.page-ux-team section div .more-article .post-excerpt h2,.page-id-2567 section div.interviews .post-excerpt h2,.page-id-2567 section div .more-article .post-excerpt h2{font-size:16px;line-height:30px;color:#1C3142;margin-left:100px;position:relative;top:-12px;font-weight:300;font-weight:100}.page-ux-team section div.interviews .post-excerpt h2:before,.page-ux-team section div .more-article .post-excerpt h2:before,.page-id-2567 section div.interviews .post-excerpt h2:before,.page-id-2567 section div .more-article .post-excerpt h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){.page-ux-team section div.interviews .post-excerpt h2,.page-ux-team section div .more-article .post-excerpt h2,.page-id-2567 section div.interviews .post-excerpt h2,.page-id-2567 section div .more-article .post-excerpt h2{margin-left:60px}.page-ux-team section div.interviews .post-excerpt h2:before,.page-ux-team section div .more-article .post-excerpt h2:before,.page-id-2567 section div.interviews .post-excerpt h2:before,.page-id-2567 section div .more-article .post-excerpt h2:before{left:-60px;width:40px}}.page-ux-team section div.interviews .post-excerpt h2:before,.page-ux-team section div .more-article .post-excerpt h2:before,.page-id-2567 section div.interviews .post-excerpt h2:before,.page-id-2567 section div .more-article .post-excerpt h2:before{border:1px solid #B4B4B4}@media screen and (max-width: 767px){.page-ux-team section div.interviews .post-excerpt h2,.page-ux-team section div .more-article .post-excerpt h2,.page-id-2567 section div.interviews .post-excerpt h2,.page-id-2567 section div .more-article .post-excerpt h2{font-size:14px}.page-ux-team section div.interviews .post-excerpt h2 span.extend,.page-ux-team section div .more-article .post-excerpt h2 span.extend,.page-id-2567 section div.interviews .post-excerpt h2 span.extend,.page-id-2567 section div .more-article .post-excerpt h2 span.extend{display:none}}@media screen and (max-width: 767px){.page-ux-team section div.interviews .post-excerpt,.page-ux-team section div .more-article .post-excerpt,.page-id-2567 section div.interviews .post-excerpt,.page-id-2567 section div .more-article .post-excerpt{border-bottom:1px solid #b4b4b4}.page-ux-team section div.interviews .post-excerpt:last-of-type,.page-ux-team section div .more-article .post-excerpt:last-of-type,.page-id-2567 section div.interviews .post-excerpt:last-of-type,.page-id-2567 section div .more-article .post-excerpt:last-of-type{border:none}}.page-ux-team section div.interviews+.read-more-container .readmore-btn,.page-ux-team section div .more-article+.read-more-container .readmore-btn,.page-id-2567 section div.interviews+.read-more-container .readmore-btn,.page-id-2567 section div .more-article+.read-more-container .readmore-btn{background-color:#FB5B33;color:#fff;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;display:inline-flex;font-weight:300}.page-ux-team section div.interviews+.read-more-container .readmore-btn:hover,.page-ux-team section div .more-article+.read-more-container .readmore-btn:hover,.page-id-2567 section div.interviews+.read-more-container .readmore-btn:hover,.page-id-2567 section div .more-article+.read-more-container .readmore-btn:hover{cursor:pointer;background-color:#e2522e;transition:all 0.4s ease}.page-ux-team section div.interviews+.read-more-container .readmore-btn a,.page-ux-team section div .more-article+.read-more-container .readmore-btn a,.page-id-2567 section div.interviews+.read-more-container .readmore-btn a,.page-id-2567 section div .more-article+.read-more-container .readmore-btn a{font-weight:600}.page-ux-team section div.interviews+.read-more-container .readmore,.page-ux-team section div .more-article+.read-more-container .readmore,.page-id-2567 section div.interviews+.read-more-container .readmore,.page-id-2567 section div .more-article+.read-more-container .readmore{overflow:hidden;text-align:center}@media screen and (max-width: 992px){.page-ux-team section div.interviews+.read-more-container .readmore,.page-ux-team section div .more-article+.read-more-container .readmore,.page-id-2567 section div.interviews+.read-more-container .readmore,.page-id-2567 section div .more-article+.read-more-container .readmore{overflow:visible}.page-ux-team section div.interviews+.read-more-container .readmore:after,.page-ux-team section div.interviews+.read-more-container .readmore:before,.page-ux-team section div .more-article+.read-more-container .readmore:after,.page-ux-team section div .more-article+.read-more-container .readmore:before,.page-id-2567 section div.interviews+.read-more-container .readmore:after,.page-id-2567 section div.interviews+.read-more-container .readmore:before,.page-id-2567 section div .more-article+.read-more-container .readmore:after,.page-id-2567 section div .more-article+.read-more-container .readmore:before{width:40% !important}}.page-ux-team section div.interviews+.read-more-container .readmore:before,.page-ux-team section div.interviews+.read-more-container .readmore:after,.page-ux-team section div .more-article+.read-more-container .readmore:before,.page-ux-team section div .more-article+.read-more-container .readmore:after,.page-id-2567 section div.interviews+.read-more-container .readmore:before,.page-id-2567 section div.interviews+.read-more-container .readmore:after,.page-id-2567 section div .more-article+.read-more-container .readmore:before,.page-id-2567 section div .more-article+.read-more-container .readmore:after{background-color:#B4B4B4;content:"";display:inline-block;height:1px;position:relative;vertical-align:middle;width:50%}.page-ux-team section div.interviews+.read-more-container .readmore:before,.page-ux-team section div .more-article+.read-more-container .readmore:before,.page-id-2567 section div.interviews+.read-more-container .readmore:before,.page-id-2567 section div .more-article+.read-more-container .readmore:before{right:0.5em;margin-left:-50%}.page-ux-team section div.interviews+.read-more-container .readmore:after,.page-ux-team section div .more-article+.read-more-container .readmore:after,.page-id-2567 section div.interviews+.read-more-container .readmore:after,.page-id-2567 section div .more-article+.read-more-container .readmore:after{left:0.5em;margin-right:-50%}.page-ux-team section div.ergo-carousel .ergomania-slider-container,.page-id-2567 section div.ergo-carousel .ergomania-slider-container{position:relative;height:600px;overflow:hidden}@media screen and (max-width: 992px){.page-ux-team section div.ergo-carousel .ergomania-slider-container,.page-id-2567 section div.ergo-carousel .ergomania-slider-container{height:auto}}.page-ux-team section div.ergo-carousel .ergomania-slider-container .ergo-slider-nav,.page-id-2567 section div.ergo-carousel .ergomania-slider-container .ergo-slider-nav{position:absolute;z-index:9;bottom:0;right:0;display:flex;flex-direction:row}@media screen and (max-width: 992px){.page-ux-team section div.ergo-carousel .ergomania-slider-container .ergo-slider-nav,.page-id-2567 section div.ergo-carousel .ergomania-slider-container .ergo-slider-nav{bottom:4px}}.page-ux-team section div.ergo-carousel .ergomania-slider-container .ergo-slider-nav p,.page-id-2567 section div.ergo-carousel .ergomania-slider-container .ergo-slider-nav p{position:relative;width:50px;background-color:#FB5B33;height:50px;margin:0}.page-ux-team section div.ergo-carousel .ergomania-slider-container .ergo-slider-nav p:hover,.page-id-2567 section div.ergo-carousel .ergomania-slider-container .ergo-slider-nav p:hover{cursor:pointer;background-color:#e2522e;transition:all .4s ease}.page-ux-team section div.ergo-carousel .ergomania-slider-container .ergo-slider-nav p:before,.page-id-2567 section div.ergo-carousel .ergomania-slider-container .ergo-slider-nav p:before{position:relative;top:17px}.page-ux-team section div.ergo-carousel .ergomania-slider-container .ergo-slider-nav p:first-of-type:before,.page-id-2567 section div.ergo-carousel .ergomania-slider-container .ergo-slider-nav p:first-of-type:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAATCAYAAABGKffQAAAAUElEQVR4AWMgBP7//88BxIzEKOQC4r1APAekgbBCBJhFrMJ/QJw8jBUiFG/+jwpK8YWnExB/RVJ8A4glCWgY1bAfIkNYwzMgVicmAzjAFAIA191pPy6M71gAAAAASUVORK5CYII=);display:flex;justify-content:center}.page-ux-team section div.ergo-carousel .ergomania-slider-container .ergo-slider-nav p:last-of-type,.page-id-2567 section div.ergo-carousel .ergomania-slider-container .ergo-slider-nav p:last-of-type{margin-left:20px}.page-ux-team section div.ergo-carousel .ergomania-slider-container .ergo-slider-nav p:last-of-type:before,.page-id-2567 section div.ergo-carousel .ergomania-slider-container .ergo-slider-nav p:last-of-type:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAATCAYAAABGKffQAAAAVElEQVR4AWMAgf///6sDsQMDXoBQ+AyIvwKxEyHF+/9DAUENQElJIL5BQMOohtL/qGAzLoXJQPwPSeFeIOYaxgoRimcRVohQzAjEc9AVEtLAQUgdACVDaT//CEReAAAAAElFTkSuQmCC);display:flex;justify-content:center}.page-ux-team .ergo-slide img,.page-id-2567 .ergo-slide img{width:100%;height:auto}.page-ux-team .read-more-post,.page-id-2567 .read-more-post{color:#FB5B33}.page-ux-team .read-more-post:visited,.page-id-2567 .read-more-post:visited{color:#FB5B33 !important}.single-post #lead-to-team{margin-right:20px}@media screen and (max-width: 767px){.page-blog-list .ergomania-footer{margin-top:-120px !important}}.blog-list-header{height:150px}@media screen and (max-width: 991px){.blog-list-header{height:80px;padding:0 20px}}.blog-list-header #lang-change ul li a{color:#1f3140 !important}@media screen and (max-width: 991px){.blog-list-header .ergo-mobile-menu .mobile-menu-container p{color:#1C3142 !important}}.blog-list-header+.single-page-content .ergo-blog-menu{max-width:1160px;margin:50px auto 0;padding:0 20px}@media screen and (min-width: 991px){.blog-list-header+.single-page-content .ergo-blog-menu{padding:0}}@media screen and (max-width: 1332px){.blog-list-header+.single-page-content .ergo-blog-menu{display:block}}.blog-list-header+.single-page-content .ergo-blog-menu #post-nav-container{overflow-y:hidden;overflow-x:scroll}.blog-list-header+.single-page-content .ergo-blog-menu #post-nav-container::-webkit-scrollbar{height:0}.blog-list-header+.single-page-content .ergo-blog-menu #post-nav-container::-webkit-scrollbar-track{-webkit-box-shadow:transparent;border-radius:0}.blog-list-header+.single-page-content .ergo-blog-menu #post-nav-container::-webkit-scrollbar-thumb{background-color:#5d646c;border-radius:0}@media screen and (min-width: 991px){.blog-list-header+.single-page-content .ergo-blog-menu #post-nav-container{overflow-x:hidden}}.blog-list-header+.single-page-content .ergo-blog-menu #post-nav-container:after{background-color:#B4B4B4;content:"";height:1px;max-width:1160px;width:100%;display:none;margin:0 auto;padding:0 60px}@media screen and (min-width: 991px){.blog-list-header+.single-page-content .ergo-blog-menu #post-nav-container:after{padding:0;display:block}}@media screen and (max-width: 767px){.blog-list-header+.single-page-content .ergo-blog-menu{max-width:100%}}.blog-list-header+.single-page-content .ergo-blog-menu ul#post-nav{list-style-type:none;margin:0;height:60px;display:flex;padding:0}.blog-list-header+.single-page-content .ergo-blog-menu ul#post-nav li{display:flex;flex-direction:row;padding:0 30px 0 0;align-items:center}@media screen and (max-width: 767px) and (orientation: landscape){.blog-list-header+.single-page-content .ergo-blog-menu ul#post-nav li{margin-right:60px}}.blog-list-header+.single-page-content .ergo-blog-menu ul#post-nav li a{font-weight:600;font-size:25px;color:#1C3142;text-transform:uppercase}@media screen and (max-width: 767px) and (orientation: landscape){.blog-list-header+.single-page-content .ergo-blog-menu ul#post-nav li a{font-weight:600;font-size:20px;color:#1C3142}}.blog-list-header+.single-page-content .ergo-blog-menu ul#post-nav li.active a{color:#FB5B33;position:relative}.blog-list-header+.single-page-content .ergo-blog-menu ul#post-nav li.active a:after{content:"";height:4px;color:#FB5B33;border:4px solid;position:absolute;bottom:0;left:0;width:100%;top:40px}.blog-list-header+.single-page-content .ergo-blog-menu ul#categ-nav,.blog-list-header+.single-page-content .ergo-blog-menu ul#tag-nav{list-style:none;display:inline-block;margin-left:0;padding:0 10px;margin-top:40px;word-break:break-word}@media screen and (min-width: 992px){.blog-list-header+.single-page-content .ergo-blog-menu ul#categ-nav,.blog-list-header+.single-page-content .ergo-blog-menu ul#tag-nav{text-align:justify}}.blog-list-header+.single-page-content .ergo-blog-menu ul#categ-nav li,.blog-list-header+.single-page-content .ergo-blog-menu ul#tag-nav li{display:inline;font-weight:300;font-size:16px;color:#1C3142;line-height:2;padding-right:10px}.blog-list-header+.single-page-content .ergo-blog-menu ul#categ-nav li a,.blog-list-header+.single-page-content .ergo-blog-menu ul#tag-nav li a{text-transform:capitalize;font-weight:300}@media screen and (max-width: 767px){.blog-list-header+.single-page-content .ergo-blog-menu ul#categ-nav li,.blog-list-header+.single-page-content .ergo-blog-menu ul#tag-nav li{display:inline-flex;line-height:2}}.blog-list-header+.single-page-content .ergo-blog-menu ul#categ-nav li:hover,.blog-list-header+.single-page-content .ergo-blog-menu ul#tag-nav li:hover{cursor:pointer}.blog-list-header+.single-page-content .ergo-blog-menu ul#categ-nav li.active,.blog-list-header+.single-page-content .ergo-blog-menu ul#tag-nav li.active{font-weight:600;font-size:16px;color:#FB5B33}.blog-list-header+.single-page-content .ergo-blog-menu ul#categ-nav li.active a,.blog-list-header+.single-page-content .ergo-blog-menu ul#tag-nav li.active a{color:#FB5B33 !important;font-weight:600}.blog-list-header+.single-page-content section.hero{max-width:1230px !important}.blog-list-header+.single-page-content section.hero .featured-post-container{background-position:50% 50%}.blog-list-header+.single-page-content section.hero .featured-post-container{display:flex;height:531px;width:100%;position:relative;background-size:cover}@media screen and (max-width: 767px){.blog-list-header+.single-page-content section.hero .featured-post-container{height:250px;margin-right:-8px;margin-left:-8px;width:initial}.blog-list-header+.single-page-content section.hero .featured-post-container>.flex-row{margin-right:0;margin-left:0}}.blog-list-header+.single-page-content section.hero .featured-post-container .featured{height:52px;background-color:#FB5B33;color:#fff;display:block;position:absolute;text-align:center;top:-25px;width:200px;left:80px}.blog-list-header+.single-page-content section.hero .featured-post-container .featured span{font-weight:300;font-size:25px;color:#fff;text-transform:uppercase;position:relative;top:10px;font-weight:400}@media screen and (max-width: 767px){.blog-list-header+.single-page-content section.hero .featured-post-container .featured span{font-size:14px;line-height:17px}}@media screen and (max-width: 1332px){.blog-list-header+.single-page-content section.hero .featured-post-container .featured{left:10%}}@media screen and (max-width: 767px){.blog-list-header+.single-page-content section.hero .featured-post-container .featured{left:0;top:-15px;width:108px;height:34px}}.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta{padding:60px 130px}.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta .cta{background-color:#fff;color:#FB5B33;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;width:163px;font-weight:300 !important}.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta .cta:hover{cursor:pointer;transition:all 0.4s ease;background-color:#e6e6e6}.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta .cta a{font-weight:600}@media screen and (max-width: 767px){.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta .cta{position:relative;top:-24px}}.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta .cta a{color:#fff}@media screen and (max-width: 767px){.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta{padding:70px 0 0 20px}}@media screen and (min-width: 768px) and (max-width: 991px){.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta{padding:70px 0 0 80px}}@media screen and (min-width: 992px) and (max-width: 1332px){.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta{padding:70px 0 0 100px}}@media screen and (max-width: 1332px){.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta .extend{display:none}}@media screen and (max-width: 1332px) and (orientation: landscape){.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta .extend:last-of-type{display:inline}}.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta h1{font-size:60px;color:#fff;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;line-height:1.0;letter-spacing:-1.4px;text-align:left;text-transform:none}@media screen and (max-width: 1332px){.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta h1{font-size:36px;line-height:40px}}@media screen and (max-width: 767px){.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta h1{font-size:25px;line-height:25px;margin-top:0}}.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta h2{font-size:16px;line-height:30px;color:#fff;margin-left:100px;position:relative;top:-12px;font-weight:300}.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta h2{margin-left:60px}.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta h2:before{left:-60px;width:40px}}@media screen and (max-width: 767px){.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta h2{font-size:14px}}.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta h2 .sm{display:none}@media screen and (max-width: 767px){.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta h2 .sm{display:inline-block}}.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta .text-excerpt{font-weight:300;font-size:16px;color:#fff;max-width:410px;line-height:1.69;font-weight:400}@media screen and (max-width: 767px){.blog-list-header+.single-page-content section.hero .featured-post-container .featured-post-meta .text-excerpt{display:none}}@media screen and (min-width: 991px){.blog-list-header+.single-page-content section.hero+.flex-container{max-width:initial}}.blog-list-header+.single-page-content section.blog-list{max-width:1160px;margin:20px auto 0;padding:0 20px}@media screen and (min-width: 991px){.blog-list-header+.single-page-content section.blog-list{padding:0}}.blog-list-header+.single-page-content section.blog-list.list #list-of-blogs>div,.blog-list-header+.single-page-content section.blog-list.list #list-of-blogs>article{padding-right:50px}@media screen and (max-width: 991px){.blog-list-header+.single-page-content section.blog-list.list #list-of-blogs>div,.blog-list-header+.single-page-content section.blog-list.list #list-of-blogs>article{padding-right:0;border:none}}@media screen and (min-width: 1025px){.blog-list-header+.single-page-content section.blog-list.list #list-of-blogs>div,.blog-list-header+.single-page-content section.blog-list.list #list-of-blogs>article{padding-bottom:45px}}.blog-list-header+.single-page-content section.blog-list.list h1.tag-title{font-weight:300;font-size:16px;color:#FB5B33;text-transform:capitalize}.blog-list-header+.single-page-content section.blog-list.list h1.tag-title span{font-weight:300;font-size:16px;color:#B4B4B4;text-transform:none}@media screen and (max-width: 767px){.blog-list-header+.single-page-content section.blog-list.list h1.tag-title{margin:0}}.blog-list-header+.single-page-content section.blog-list.list .br{border-right:1px solid #B4B4B4}@media screen and (max-width: 767px){.blog-list-header+.single-page-content section.blog-list.list .br{border:0}}@media screen and (orientation: landscape){.blog-list-header+.single-page-content section.blog-list.list .br{border:0 !important}}.blog-list-header+.single-page-content section.blog-list.list .ergo-post .hero-image-container{position:relative}@media screen and (min-width: 991px){.blog-list-header+.single-page-content section.blog-list.list .ergo-post .hero-image-container{max-height:265px;overflow:hidden}}.blog-list-header+.single-page-content section.blog-list.list .ergo-post .hero-image-container .comment-counter{display:flex;justify-content:center;align-items:center;height:40px;width:152px;background-color:#FB5B33;position:absolute;right:20px;top:20px;color:#fff}.blog-list-header+.single-page-content section.blog-list.list .ergo-post .hero-image-container .comment-counter div{display:flex;justify-content:center;align-items:center}@media screen and (max-width: 767px){.blog-list-header+.single-page-content section.blog-list.list .ergo-post .hero-image-container .comment-counter{width:135px;height:32px}}@media screen and (max-width: 767px){.blog-list-header+.single-page-content section.blog-list.list .ergo-post .hero-image-container .comment-counter{right:0;top:0}}.blog-list-header+.single-page-content section.blog-list.list .ergo-post .hero-image-container .comment-counter img{width:20px;height:20px;position:relative;top:2px;left:-8px}@media screen and (max-width: 767px){.blog-list-header+.single-page-content section.blog-list.list .ergo-post .hero-image-container .comment-counter img{width:17px;height:17px}}.blog-list-header+.single-page-content section.blog-list.list .ergo-post .hero-image-container .comment-counter span{font-weight:300;font-size:16px;color:#fff}@media screen and (max-width: 767px){.blog-list-header+.single-page-content section.blog-list.list .ergo-post .hero-image-container .comment-counter span{font-weight:300;font-size:13px;color:#fff}}.blog-list-header+.single-page-content section.blog-list.list .ergo-post .hero-image-container img{width:100%;height:auto}.blog-list-header+.single-page-content section.blog-list.list .ergo-post .post-meta-container .read-more-post{color:#FB5B33}.blog-list-header+.single-page-content section.blog-list.list .ergo-post .post-meta-container h1{font-size:30px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;line-height:1.27;max-width:100%}@media screen and (max-width: 767px){.blog-list-header+.single-page-content section.blog-list.list .ergo-post .post-meta-container h1{margin:10px 0 10px 0;font-size:26px}}.blog-list-header+.single-page-content section.blog-list.list .ergo-post .post-meta-container h2{color:#B4B4B4;margin-bottom:0 !important}@media screen and (max-width: 767px){.blog-list-header+.single-page-content section.blog-list.list .ergo-post .post-meta-container h2{font-size:16px !important;margin-bottom:0}}@media screen and (max-width: 339px){.blog-list-header+.single-page-content section.blog-list.list .ergo-post .post-meta-container h2{font-size:14px !important;letter-spacing:-0.5px}}.blog-list-header+.single-page-content section.blog-list.list .ergo-post .post-meta-container p{font-weight:300;font-size:16px;color:#1C3142;line-height:27px}@media screen and (max-width: 767px){.blog-list-header+.single-page-content section.blog-list.list .ergo-post .post-meta-container p{margin-top:0}}.blog-list-header+.single-page-content section.blog-list.list .blog-sidebar{padding-left:75px}.blog-list-header+.single-page-content section.blog-list.list .blog-sidebar img{width:190px}.blog-list-header+.single-page-content section.blog-list.list .blog-sidebar p{font-weight:300;font-size:16px;color:#1C3142;line-height:27px;margin-bottom:10px}.blog-list-header+.single-page-content section.blog-list.list .blog-sidebar p.footer-nav-column-title{font-size:30px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;line-height:1.27;margin-top:17px;margin-bottom:0}.blog-list-header+.single-page-content section.blog-list.list .blog-sidebar .custom-html-widget{display:flex;justify-content:space-between}.blog-list-header+.single-page-content section.blog-list.list .blog-sidebar .custom-html-widget p.btn{flex:1 auto}.blog-list-header+.single-page-content section.blog-list.list .blog-sidebar .custom-html-widget p.btn:first-of-type{background-color:#FB5B33;color:#fff;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;margin-right:30px;padding:14px 15px 11px 15px;max-height:45px;line-height:1.27;flex-basis:174px}.blog-list-header+.single-page-content section.blog-list.list .blog-sidebar .custom-html-widget p.btn:first-of-type:hover{cursor:pointer;background-color:#e2522e;transition:all 0.4s ease}.blog-list-header+.single-page-content section.blog-list.list .blog-sidebar .custom-html-widget p.btn:first-of-type a{font-weight:600}.blog-list-header+.single-page-content section.blog-list.list .blog-sidebar .custom-html-widget p.btn:first-of-type a{text-decoration:none;color:#fff}.blog-list-header+.single-page-content section.blog-list.list .blog-sidebar .custom-html-widget p.btn:last-of-type{background-color:#fff;color:#FB5B33;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;border:2px solid #FB5B33;max-height:45px;line-height:1.27;display:inline-block;width:auto;flex:none;margin-right:auto;white-space:nowrap}.blog-list-header+.single-page-content section.blog-list.list .blog-sidebar .custom-html-widget p.btn:last-of-type:hover{cursor:pointer;transition:all 0.4s ease;background-color:#e6e6e6}.blog-list-header+.single-page-content section.blog-list.list .blog-sidebar .custom-html-widget p.btn:last-of-type a{font-weight:600}.blog-list-header+.single-page-content section.blog-list.list .blog-sidebar #lead-to-team{margin-right:20px;font-weight:500}@media screen and (max-width: 991px){.blog-list-header+.single-page-content section.blog-list.list .blog-sidebar{padding-left:0}}.blog-list-header+.single-page-content section.blog-list.list .blog-sidebar .blog-sidebar-sticky{max-width:297px}@media screen and (max-width: 991px){.blog-list-header+.single-page-content section.blog-list.list .blog-sidebar .blog-sidebar-sticky .footer-nav-column-title{display:none}}#categ-nav-container{overflow:hidden}.page-ux-and-product-design-blog .single-page-content{margin-bottom:-100px}input,textarea{font-family:'Gotham'}.modal.visible{overflow:scroll !important}.modal .modal-container{background:#fff !important;padding:20px 30px 30px 20px;border-radius:0;width:680px;box-shadow:0 30px 60px 0 rgba(0,0,0,0.3);background-color:#FFFFFF;border:none}@media screen and (max-width: 767px){.modal .modal-container{max-width:680px;width:100%}}@media screen and (max-width: 767px){.modal .modal-container .fullwidth{width:100%}}@media screen and (max-width: 767px){.modal .modal-container .flex-container{margin:0}}.modal .modal-container .close-container{display:flex;justify-content:flex-end;padding:20px 0 0 0}.modal .modal-container .close-container .close{background:none;position:inherit;box-shadow:none}.modal .modal-container .close-container img{width:20px;height:20px}.modal .modal-container .close-container img:hover{cursor:pointer}.modal .modal-container h1{font-size:60px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;margin-top:0;margin-bottom:40px}@media screen and (max-width: 767px){.modal .modal-container h1{font-size:36px;line-height:40px}}.modal .modal-container h2{font-size:16px;line-height:30px;color:#1C3142;margin-left:100px;position:relative;top:-12px;font-weight:300}.modal .modal-container h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){.modal .modal-container h2{margin-left:60px}.modal .modal-container h2:before{left:-60px;width:40px}}.modal .modal-container::backdrop{background-color:rgba(28,49,66,0.5)}.modal .modal-container form{width:100%;margin:20px 0 0 0}.modal .modal-container form input,.modal .modal-container form textarea{background-color:transparent;border:0;outline:none;color:#FB5B33;line-height:27px;font-size:20px;padding:0 0 0 10px;background:linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33);background-size:2px 20%, 100% 2px, 2px 20%;background-position:bottom left, bottom center, bottom right;background-repeat:no-repeat;border:none;font-size:18px;width:100%}@media screen and (max-width: 767px){.modal .modal-container form input,.modal .modal-container form textarea{font-size:14px}}.modal .modal-container form textarea{resize:none;max-height:137px}.modal .modal-container form input::-webkit-input-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){.modal .modal-container form input::-webkit-input-placeholder{font-size:14px}}.modal .modal-container form input::-moz-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){.modal .modal-container form input::-moz-placeholder{font-size:14px}}.modal .modal-container form input:-ms-input-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){.modal .modal-container form input:-ms-input-placeholder{font-size:14px}}.modal .modal-container form input:-moz-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){.modal .modal-container form input:-moz-placeholder{font-size:14px}}.modal .modal-container form textarea::-webkit-input-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){.modal .modal-container form textarea::-webkit-input-placeholder{font-size:14px}}.modal .modal-container form textarea::-moz-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){.modal .modal-container form textarea::-moz-placeholder{font-size:14px}}.modal .modal-container form textarea:-ms-input-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){.modal .modal-container form textarea:-ms-input-placeholder{font-size:14px}}.modal .modal-container form textarea:-moz-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){.modal .modal-container form textarea:-moz-placeholder{font-size:14px}}.modal .modal-container form .upload-btn-wrapper{position:relative;overflow:hidden;display:block;float:left;top:15px;width:100%}.modal .modal-container form .upload-btn-wrapper span{text-transform:uppercase;font-weight:600;font-size:14px;color:#ff0d18;margin:0 4px 0 4px;float:left}.modal .modal-container form .upload-btn-wrapper span:hover{cursor:pointer}.modal .modal-container form .upload-btn-wrapper span.file-error{position:relative;top:15px;left:135px}.modal .modal-container form .upload-btn-wrapper label{font-weight:300;font-size:14px;color:#1C3142;float:left}.modal .modal-container form .upload-btn-wrapper label:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAYAAAB/Ca1DAAAArklEQVR4AWOAATVjXxEZQ+eJskZOZ2QNnX/KGDr9JwbLGjk/kzV0WqZi7ikDN0ze2NkRaNhLkAJyMdARb0GGgl0GN8zIeYusoauJdmgoGwORQNnUTRboyu0g/SCXMoC8CTMMpkjJ2EUOaONuQl5HNhTmfQZQmIE4IJfBFIAMg2ki2UAg4zOIo+0QygOVh4uBFJLqZZwuJDdSCIYhqcmGgljGBBSnQzxGYuYUcg0EALec1/5AmCPjAAAAAElFTkSuQmCC);width:20px;height:11px;margin-right:10px}.modal .modal-container form .upload-btn-wrapper label:hover{cursor:pointer}.modal .modal-container form .upload-btn-wrapper input{display:none}.modal .modal-container form .upload-btn-wrapper .error{background-color:#ff0d18;color:#fff;padding:4px 0 4px 11px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;border-top-left-radius:4px;border-top-right-radius:4px}.modal .modal-container form .send-btn-container{margin:70px 0 0 0}.modal .modal-container form .send-btn-container .send{text-shadow:none;box-shadow:none;border:none;background-color:#FB5B33;color:#fff;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;width:140px;flex:0 auto}.modal .modal-container form .send-btn-container .send:hover{cursor:pointer;background-color:#e2522e;transition:all 0.4s ease}.modal .modal-container form .send-btn-container .send a{font-weight:600}.modal .modal-container form .send-btn-container p:last-of-type{align-items:center;display:flex;margin:0 0 0 15px;display:inline-block;position:relative;top:16px;left:15px;font-weight:300;font-size:16px;color:#1C3142}.modal .modal-container form .send-btn-container p:last-of-type span{font-weight:600;font-size:16px;color:#1C3142;display:inline-block}.modal .popup-error{position:relative;width:261px;height:34px;background-color:#ff0d18;color:#fff;line-height:31px;text-align:center}.modal .popup-error:before{top:-16px;left:17px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(255,13,24,0);border-bottom-color:#ff0d18;border-width:8px;margin-left:-8px;z-index:9}.modal .popup-error:after{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA30lEQVR42qzUvUoEQRAE4G8P/87/4DQw3MTU0PfR9xODu/he4CLNTYyMZVajNhlhWdh1ZKehYWCqi66iu5uIUDMWKkefsMUaCd0/MuW6FkTEb25iXmwiQtPzMGE5Q22H40Whnzs84gHvk/b1JHcTcp56uJcRTBcR9grlrLCPC5zUGJvTTLbCUQ3Cs9qE57jEVc0OD7L0ScL+HHZ/gN9wiJuR/y8sSzt8xj3u8DoFLB2bT3zk93cpYTOBu81bAtdj9g09rL7L25mncDvc5TYi1hGR8l6WZsp17fB8VYmfAQAagw8GwlVvqwAAAABJRU5ErkJggg==);width:20px;height:20px;margin:0 8px 0 8px;position:absolute;top:5px;right:0}.modal #file-input-error{width:100%;margin:40px 0;font-size:14px;text-align:left;padding-left:10px;line-height:34px}.modal .joinus-form-success h1{font-size:30px;line-height:27px;text-transform:none}.modal .joinus-form-success img{display:flex;margin:0 auto}#joinUsForm .form-group{position:relative}#joinUsForm .form-group:first-of-type{margin-bottom:40px}#joinUsForm .pristine-error{position:absolute;top:0;right:-235px;z-index:100;width:230px;padding:4px 5px;border-radius:4px;color:white;background-color:#ff0d18;box-shadow:0 0 20px 10px rgba(0,0,0,0.1);border:0;line-height:22px;display:flex}#joinUsForm .pristine-error:before{content:"\A";border-style:solid;border-width:10px 6px 10px 0;border-color:transparent #ff0d18 transparent transparent;position:absolute;left:-5px;top:5px}#joinUsForm .pristine-error{right:unset;left:0;top:40px;z-index:100;width:250px}#joinUsForm .pristine-error:before{height:0;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent #ff0d18 transparent;top:-7px;left:10px;width:0}#joinUsForm textarea::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);border-radius:10px;background-color:#FFF}#joinUsForm textarea::-webkit-scrollbar{width:6px;background-color:#FFF}#joinUsForm textarea::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);background-color:#FB5B33}.single-post #lead-to-team{margin-right:20px}.single-post #lead-to-team{margin-right:20px}@media screen and (max-width: 767px){.page-privacy-policy section.privacy-policy{margin:100px 0 0}.page-privacy-policy .pp-sidebar{display:none !important}.page-privacy-policy #ergo-contact-container{margin:30px 0 !important}}@media only screen and (min-device-width: 360px) and (max-device-width: 640px){.page-privacy-policy section.privacy-policy{margin:100px 0 0}.page-privacy-policy .pp-sidebar{display:none !important}.page-privacy-policy #ergo-contact-container{margin:30px 0 !important}}section.privacy-policy-header .main-navigation ul li a,section.privacy-policy-header .main-navigation .menu li a{color:#1C3142}section.privacy-policy{margin:180px 0}section.privacy-policy h1,section.privacy-policy h2{font-size:60px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;line-height:1.0;letter-spacing:-1.4px;text-align:left;text-transform:uppercase}@media screen and (max-width: 1332px){section.privacy-policy h1,section.privacy-policy h2{font-size:36px;line-height:40px}}@media screen and (max-width: 767px){section.privacy-policy h1,section.privacy-policy h2{font-size:25px;line-height:25px;margin-top:0}}section.privacy-policy h1{margin-top:0;margin-bottom:80px}section.privacy-policy h2{font-size:22px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;line-height:27px;margin-left:0}section.privacy-policy h2:before{content:unset !important}section.privacy-policy div.post-content p{font-weight:300;font-size:16px;color:#1C3142;line-height:27px;word-wrap:break-word}section .pp-sidebar{margin-top:130px}section .pp-sidebar img{width:190px}section .pp-sidebar p{font-weight:300;font-size:16px;color:#1C3142;line-height:27px;margin-bottom:10px}section .pp-sidebar p.footer-nav-column-title{font-size:30px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;line-height:1.27;margin-top:17px;margin-bottom:0}section .pp-sidebar .custom-html-widget{display:flex;justify-content:space-between}section .pp-sidebar .custom-html-widget p.btn{flex:1 auto}section .pp-sidebar .custom-html-widget p.btn:first-of-type{background-color:#FB5B33;color:#fff;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;margin-right:30px;padding:14px 15px 11px 15px;max-height:45px;line-height:1.27;flex-basis:174px}section .pp-sidebar .custom-html-widget p.btn:first-of-type:hover{cursor:pointer;background-color:#e2522e;transition:all 0.4s ease}section .pp-sidebar .custom-html-widget p.btn:first-of-type a{font-weight:600}section .pp-sidebar .custom-html-widget p.btn:first-of-type a{text-decoration:none;color:#fff}section .pp-sidebar .custom-html-widget p.btn:last-of-type{background-color:#fff;color:#FB5B33;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;border:2px solid #FB5B33;max-height:45px;line-height:1.27;display:inline-block;width:auto;flex:none;margin-right:auto;white-space:nowrap}section .pp-sidebar .custom-html-widget p.btn:last-of-type:hover{cursor:pointer;transition:all 0.4s ease;background-color:#e6e6e6}section .pp-sidebar .custom-html-widget p.btn:last-of-type a{font-weight:600}.os-theme-dark .os-scrollbar{background:#F0F0F0;width:2px;right:4px}.os-theme-dark .os-scrollbar .os-scrollbar-track .os-scrollbar-handle{background:#FB5B33;opacity:1;z-index:999999;width:8px;position:relative;left:-4px}@media screen and (max-width: 767px){.page-cookies-policy section.privacy-policy{margin:100px 0 0}.page-cookies-policy .blog-sidebar-sticky{display:none !important}.page-cookies-policy #ergo-contact-container{margin:30px 0 !important}}@media only screen and (min-device-width: 360px) and (max-device-width: 640px){.page-cookies-policy section.privacy-policy{margin:100px 0 0}.page-cookies-policy .blog-sidebar-sticky{display:none !important}.page-cookies-policy #ergo-contact-container{margin:30px 0 !important}}#cn-accept-cookie{background-color:#FB5B33;color:#fff;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;color:#FFF !important;display:inline-flex;width:60px;justify-content:center;font-weight:100;border-radius:29.5px;height:30px;align-items:center}#cn-accept-cookie:hover{cursor:pointer;background-color:#e2522e;transition:all 0.4s ease}#cn-accept-cookie a{font-weight:600}@media screen and (max-width: 992px){#cn-accept-cookie{display:flex;align-self:flex-end;height:30px;line-height:.6;margin-right:10px}}@media screen and (min-width: 992px){#cn-accept-cookie{margin-top:10px;margin-bottom:10px}}#cookie-notice{background-color:rgba(8,8,7,0.8) !important}@media screen and (max-width: 992px){#cookie-notice .button{display:flex;order:2}}@media screen and (min-width: 992px){#cookie-notice{left:unset;right:0}}@media screen and (max-width: 992px){#cookie-notice{display:flex;justify-content:center;line-height:22px;height:146px}}@media screen and (min-width: 992px){#cookie-notice{min-width:unset}}@media screen and (min-width: 992px){#cookie-notice .cookie-notice-container{height:106px;width:500px;display:flex;align-items:center}#cookie-notice .cookie-notice-container span{line-height:22px}}@media screen and (max-width: 992px){#cookie-notice .cookie-notice-container{display:flex;align-items:center;flex-direction:column;padding:20px}}#cookie-notice .cookie-notice-container span{font-weight:300;font-size:12px;color:#fff}@media screen and (max-width: 992px){#cookie-notice .cookie-notice-container span{display:flex;flex-direction:column}}#cookie-notice .cookie-notice-container span#cn-notice-text{text-align:left;width:90%}#cookie-notice .cookie-notice-container span#cn-notice-text a{color:#FB5B33;text-decoration:none}#cookie-notice .cookie-notice-container span#cn-notice-text a:hover{text-decoration:underline}#cookie-notice .cookie-notice-container a.read-more-cookie{font-weight:600;font-size:12px;color:#FB5B33;font-weight:400}@media screen and (min-width: 992px){.read-more-container{display:block}}@media screen and (max-width: 992px){.read-more-container{display:flex;align-self:flex-end;position:absolute;bottom:15px}.read-more-container a.read-more-cookie{position:relative;top:4px;margin-right:10px;font-weight:600;font-size:12px;color:#FB5B33;font-weight:400}}@media screen and (max-width: 992px) and (max-width: 992px){.read-more-container a.read-more-cookie{display:flex;order:1}}@media screen and (max-width: 992px){.read{position:absolute;bottom:10px;right:10px;display:flex;justify-content:center;align-items:center}}#cn-close-notice{right:8px !important}.cookie-notice-hidden{display:none !important}#ergo-contact-sidebar{padding:60px;display:flex;justify-content:center;align-items:center;padding:0;padding:0 !important}#ergo-contact-sidebar .msg-success-container img{max-width:30%}@media screen and (max-width: 991px){#ergo-contact-sidebar{display:none}}@media screen and (min-width: 1332px){#ergo-contact-sidebar{padding:30px}}@media screen and (min-width: 992px){#ergo-contact-sidebar{height:auto}}@media screen and (max-width: 992px){#ergo-contact-sidebar{order:1;padding:20px}}#ergo-contact-sidebar h1{margin-top:0;font-weight:600;font-size:40px;color:#1C3142;text-align:left}#ergo-contact-sidebar .form-container{font-weight:300;font-size:18px;color:#1C3142;line-height:1.94;text-align:left}#ergo-contact-sidebar .form-container .ergo-contact-form{position:relative}#ergo-contact-sidebar .form-container .upload-btn-wrapper{position:relative;overflow:hidden;display:block;float:right;top:-22px;width:100%;margin-top:20px}#ergo-contact-sidebar .form-container .upload-btn-wrapper span{text-transform:uppercase;font-weight:600;font-size:14px;color:#ff0d18;margin:0 4px 0 4px;float:right}#ergo-contact-sidebar .form-container .upload-btn-wrapper span:hover{cursor:pointer}#ergo-contact-sidebar .form-container .upload-btn-wrapper span.file-error{position:relative;top:15px;left:135px}#ergo-contact-sidebar .form-container .upload-btn-wrapper label{font-weight:300;font-size:14px;color:#1C3142;float:right;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#ergo-contact-sidebar .form-container .upload-btn-wrapper label:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAYAAAB/Ca1DAAAArklEQVR4AWOAATVjXxEZQ+eJskZOZ2QNnX/KGDr9JwbLGjk/kzV0WqZi7ikDN0ze2NkRaNhLkAJyMdARb0GGgl0GN8zIeYusoauJdmgoGwORQNnUTRboyu0g/SCXMoC8CTMMpkjJ2EUOaONuQl5HNhTmfQZQmIE4IJfBFIAMg2ki2UAg4zOIo+0QygOVh4uBFJLqZZwuJDdSCIYhqcmGgljGBBSnQzxGYuYUcg0EALec1/5AmCPjAAAAAElFTkSuQmCC);width:20px;height:11px;margin-right:10px}#ergo-contact-sidebar .form-container .upload-btn-wrapper label:hover{cursor:pointer}@media screen and (max-width: 479px){#ergo-contact-sidebar .form-container .upload-btn-wrapper label{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10px}}#ergo-contact-sidebar .form-container .upload-btn-wrapper input{display:none}#ergo-contact-sidebar .form-container .upload-btn-wrapper .error{background-color:#ff0d18;color:#fff;padding:4px 0 4px 11px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;border-top-left-radius:4px;border-top-right-radius:4px}@media screen and (max-width: 767px){#ergo-contact-sidebar .form-container{font-size:14px;line-height:2.5 !important}}#ergo-contact-sidebar .form-container input,#ergo-contact-sidebar .form-container textarea{background-color:transparent;border:0;outline:none;color:#FB5B33;line-height:27px;font-size:20px;padding:0 0 0 10px;background:linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33);background-size:2px 20%, 100% 2px, 2px 20%;background-position:bottom left, bottom center, bottom right;background-repeat:no-repeat;border:none;font-size:18px}@media screen and (max-width: 767px){#ergo-contact-sidebar .form-container input,#ergo-contact-sidebar .form-container textarea{background-color:transparent;border:0;outline:none;color:#FB5B33;line-height:27px;font-size:14px;padding:0 0 0 10px;background:linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33);background-size:2px 20%, 100% 2px, 2px 20%;background-position:bottom left, bottom center, bottom right;background-repeat:no-repeat;border:none;font-size:18px}}@media screen and (max-width: 767px) and (max-width: 767px){#ergo-contact-sidebar .form-container input,#ergo-contact-sidebar .form-container textarea{font-size:14px}}@media screen and (max-width: 767px){#ergo-contact-sidebar .form-container input,#ergo-contact-sidebar .form-container textarea{font-size:14px}}#ergo-contact-sidebar .form-container input#msg,#ergo-contact-sidebar .form-container textarea#msg{width:100%}#ergo-contact-sidebar .form-container textarea{resize:none;padding:15px 0 0 10px;min-height:41px;max-height:137px !important;overflow-y:scroll}@media screen and (max-width: 767px){#ergo-contact-sidebar .form-container textarea{margin-top:-10px !important}}#ergo-contact-sidebar .form-container span.msg-error{position:absolute;left:350px}#ergo-contact-sidebar .form-container input::-webkit-input-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-sidebar .form-container input::-webkit-input-placeholder{font-size:14px}}#ergo-contact-sidebar .form-container input::-moz-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-sidebar .form-container input::-moz-placeholder{font-size:14px}}#ergo-contact-sidebar .form-container input:-ms-input-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-sidebar .form-container input:-ms-input-placeholder{font-size:14px}}#ergo-contact-sidebar .form-container input:-moz-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-sidebar .form-container input:-moz-placeholder{font-size:14px}}#ergo-contact-sidebar .form-container textarea::-webkit-input-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-sidebar .form-container textarea::-webkit-input-placeholder{font-size:14px}}@media screen and (max-width: 767px){#ergo-contact-sidebar .form-container textarea::-webkit-input-placeholder{position:absolute;top:20px}}#ergo-contact-sidebar .form-container textarea::-moz-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-sidebar .form-container textarea::-moz-placeholder{font-size:14px}}@media screen and (max-width: 767px){#ergo-contact-sidebar .form-container textarea::-moz-placeholder{position:absolute;top:20px}}#ergo-contact-sidebar .form-container textarea:-ms-input-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-sidebar .form-container textarea:-ms-input-placeholder{font-size:14px}}@media screen and (max-width: 767px){#ergo-contact-sidebar .form-container textarea:-ms-input-placeholder{position:absolute;top:20px}}#ergo-contact-sidebar .form-container textarea:-moz-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-sidebar .form-container textarea:-moz-placeholder{font-size:14px}}@media screen and (max-width: 767px){#ergo-contact-sidebar .form-container textarea:-moz-placeholder{position:absolute;top:20px}}#ergo-contact-sidebar .form-container input[name="name"]{width:146px}@media screen and (max-width: 768px){#ergo-contact-sidebar .form-container input[name="email"]{width:calc(100% - 77px)}}@media screen and (max-width: 376px){#ergo-contact-sidebar .form-container input[name="email"]{width:184px;position:absolute}}@media screen and (max-width: 341px){#ergo-contact-sidebar .form-container input[name="email"]{position:initial;width:236px}}#ergo-contact-sidebar .form-container input[name="message"]{width:366px}#ergo-contact-sidebar .form-container .os-content input,#ergo-contact-sidebar .form-container .os-content textarea{background-color:transparent;border:0;outline:none;color:#FB5B33;line-height:27px;font-size:20px;padding:0 0 0 10px;background:linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33);background-size:2px 20%, 100% 2px, 2px 20%;background-position:bottom left, bottom center, bottom right;background-repeat:no-repeat;border:none;font-size:18px}@media screen and (max-width: 767px){#ergo-contact-sidebar .form-container .os-content input,#ergo-contact-sidebar .form-container .os-content textarea{background-color:transparent;border:0;outline:none;color:#FB5B33;line-height:27px;font-size:14px;padding:0 0 0 10px;background:linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33);background-size:2px 20%, 100% 2px, 2px 20%;background-position:bottom left, bottom center, bottom right;background-repeat:no-repeat;border:none;font-size:18px}}@media screen and (max-width: 767px) and (max-width: 767px){#ergo-contact-sidebar .form-container .os-content input,#ergo-contact-sidebar .form-container .os-content textarea{font-size:14px}}@media screen and (max-width: 767px){#ergo-contact-sidebar .form-container .os-content input,#ergo-contact-sidebar .form-container .os-content textarea{font-size:14px}}#ergo-contact-sidebar .form-container .os-content input#msg,#ergo-contact-sidebar .form-container .os-content textarea#msg{width:100%}#ergo-contact-sidebar .form-container .os-content textarea{resize:none;padding:15px 0 0 10px !important;min-height:30px;max-height:137px}#ergo-contact-sidebar .form-container .os-host-textarea{max-height:137px !important;background-color:transparent;border:0;outline:none;color:#FB5B33;line-height:27px;font-weight:300;font-size:20px;padding:0 0 0 10px;background:linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33);background-size:2px 20%, 100% 2px, 2px 20%;background-position:bottom left, bottom center, bottom right;background-repeat:no-repeat;border:none}#ergo-contact-sidebar .form-container .os-content>.os-textarea{border:inherit !important;border-radius:inherit !important;background:inherit !important;height:200px}#ergo-contact-sidebar .form-container .os-scrollbar-corner.os-scrollbar-corner-resize{background-image:none}#ergo-contact-sidebar .form-container .submit-container .send{width:129px;line-height:19px;background-color:#FB5B33;color:#fff;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;display:inline-block;text-shadow:none;box-shadow:none;border:none;font-weight:500;cursor:pointer}#ergo-contact-sidebar .form-container .submit-container .send:hover{cursor:pointer;background-color:#e2522e;transition:all 0.4s ease}#ergo-contact-sidebar .form-container .submit-container .send a{font-weight:600}#ergo-contact-sidebar .form-container .submit-container .promise{display:inline;font-weight:300;font-size:16px;color:#B4B4B4;margin-left:23px;position:absolute;margin:8px 0px 0 17px}@media screen and (max-width: 767px){#ergo-contact-sidebar .form-container .submit-container .promise{font-size:12px !important;line-height:16px}}@media screen and (max-width: 360px){#ergo-contact-sidebar .form-container .submit-container .promise{max-width:100px;line-height:16px}}@media screen and (max-width: 341px){#ergo-contact-sidebar .form-container .submit-container .promise{margin-left:13px;width:calc(100% + 10px) !important;line-height:1.27 !important;margin-top:6px}}#ergo-contact-sidebar .msg-success-container{width:368px}@media screen and (min-width: 1332px){#ergo-contact-sidebar .msg-success-container{width:initial}}#ergo-contact-sidebar .msg-success-container h1{font-size:30px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:300;line-height:1.25;letter-spacing:-1.6px;text-transform:none}#ergo-contact-sidebar .msg-success-container img{margin:0 auto;display:flex}@media screen and (max-width: 991px){#ergo-contact-sidebar .msg-success-container h1{font-size:16px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:300;margin-top:0;line-height:1.25;letter-spacing:0;padding:0;font-size:16px;text-align:center;text-transform:none}}@media only screen and (min-device-width: 360px) and (max-device-width: 640px){#ergo-contact-sidebar .msg-success-container h1{font-size:16px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:300;margin-top:0;line-height:1.25;letter-spacing:0;padding:0;font-size:16px;text-align:center;text-transform:none}}#ergo-contact-sidebar h1{font-weight:600;font-size:20px;color:#1C3142;margin-bottom:0}#ergo-contact-sidebar form{font-weight:300;font-size:18px;color:#1C3142;line-height:1.94;text-align:left}#ergo-contact-sidebar form input::-webkit-input-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-sidebar form input::-webkit-input-placeholder{font-size:14px}}#ergo-contact-sidebar form input::-moz-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-sidebar form input::-moz-placeholder{font-size:14px}}#ergo-contact-sidebar form input:-ms-input-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-sidebar form input:-ms-input-placeholder{font-size:14px}}#ergo-contact-sidebar form input:-moz-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-sidebar form input:-moz-placeholder{font-size:14px}}#ergo-contact-sidebar form textarea::-webkit-input-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-sidebar form textarea::-webkit-input-placeholder{font-size:14px}}@media screen and (max-width: 767px){#ergo-contact-sidebar form textarea::-webkit-input-placeholder{position:absolute;top:20px}}#ergo-contact-sidebar form textarea::-moz-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-sidebar form textarea::-moz-placeholder{font-size:14px}}@media screen and (max-width: 767px){#ergo-contact-sidebar form textarea::-moz-placeholder{position:absolute;top:20px}}#ergo-contact-sidebar form textarea:-ms-input-placeholder{color:#B4B4B4;line-height:27px;font-size:16px}@media screen and (max-width: 767px){#ergo-contact-sidebar form textarea:-ms-input-placeholder{font-size:14px}}@media screen and (max-width: 767px){#ergo-contact-sidebar form textarea:-ms-input-placeholder{position:absolute;top:20px}}#ergo-contact-sidebar form input,#ergo-contact-sidebar form textarea{background-color:transparent;border:0;outline:none;color:#FB5B33;line-height:27px;font-size:18px;padding:0 0 0 10px;background:linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33);background-size:2px 20%, 100% 2px, 2px 20%;background-position:bottom left, bottom center, bottom right;background-repeat:no-repeat;border:none;font-size:18px}@media screen and (max-width: 767px){#ergo-contact-sidebar form input,#ergo-contact-sidebar form textarea{background-color:transparent;border:0;outline:none;color:#FB5B33;line-height:27px;font-size:14px;padding:0 0 0 10px;background:linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33),linear-gradient(#FB5B33, #FB5B33);background-size:2px 20%, 100% 2px, 2px 20%;background-position:bottom left, bottom center, bottom right;background-repeat:no-repeat;border:none;font-size:18px}}@media screen and (max-width: 767px) and (max-width: 767px){#ergo-contact-sidebar form input,#ergo-contact-sidebar form textarea{font-size:14px}}@media screen and (max-width: 767px){#ergo-contact-sidebar form input,#ergo-contact-sidebar form textarea{font-size:14px}}#ergo-contact-sidebar form input#msg,#ergo-contact-sidebar form textarea#msg{width:100%}#ergo-contact-sidebar form textarea{resize:none;padding:15px 0 0 10px;min-height:41px;max-height:137px}@media screen and (max-width: 767px){#ergo-contact-sidebar form textarea{margin-top:-10px !important}}#ergo-contact-sidebar form textarea.fixHeight{height:41px !important}#ergo-contact-sidebar .contact-container h1{text-transform:none;font-size:32px}#ergo-contact-sidebar #sidebar-name{max-width:135px}@media screen and (min-width: 1332px){body .single-page-content .site-main>.flex-container{max-width:1155px}}body.page-imprint .main-navigation ul li a,body.page-imprint .main-navigation .menu li a,body.page-impresszum .main-navigation ul li a,body.page-impresszum .main-navigation .menu li a{color:#1C3142}body.page-imprint .imprint-item,body.page-impresszum .imprint-item{border-bottom:1px solid #E9EDF1;padding:30px 0}@media screen and (min-width: 1332px){body.page-imprint .imprint-item,body.page-impresszum .imprint-item{padding-left:10px}}body.page-imprint .imprint-item:last-of-type,body.page-impresszum .imprint-item:last-of-type{border:none}body.page-imprint .imprint-item h1,body.page-impresszum .imprint-item h1{font-size:20px !important;margin-bottom:0}body.page-imprint .imprint-item p,body.page-impresszum .imprint-item p{font-weight:300;font-size:"16px";color:#1C3142;line-height:27px;margin-top:-5px}body.page-imprint .imprint-item p a,body.page-impresszum .imprint-item p a{color:#FB5B33;font-weight:500}@media screen and (min-width: 1332px){body.page-imprint .site-content+#ergo-contact-container,body.page-impresszum .site-content+#ergo-contact-container{margin:0}}.page-template-front-page .brand-logo-svg path{fill:white}.page-template-front-page .brand-logo-svg.dark path{fill:#1c3142}.page-template-front-page #menuToggle span{background:#FFF}.casestudy-template-otp-simple-app .brand-logo-svg path,.casestudy-template-white-label .brand-logo-svg path{fill:white}.blogpost-excerpts{padding:0 30px}@media screen and (max-width: 767px){.blogpost-excerpts{margin-bottom:30px !important}.blogpost-excerpts>.m-b-75{margin-bottom:30px !important}}@media screen and (max-width: 1024px){.blogpost-excerpts .section-title-cotainer{padding:0 30px}}.blogpost-excerpts .section-title-cotainer h1{font-size:60px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600}@media screen and (max-width: 1332px){.blogpost-excerpts .section-title-cotainer h1{font-size:36px;line-height:40px}}.blogpost-excerpts .section-title-cotainer h2{font-size:16px;line-height:30px;color:#1C3142;margin-left:100px;position:relative;top:-12px;font-weight:300;font-weight:300}.blogpost-excerpts .section-title-cotainer h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){.blogpost-excerpts .section-title-cotainer h2{margin-left:60px}.blogpost-excerpts .section-title-cotainer h2:before{left:-60px;width:40px}}.blogpost-excerpts .featured-post-container{display:flex;height:531px;width:100%;position:relative;background-size:cover}@media screen and (max-width: 767px){.blogpost-excerpts .featured-post-container{height:290px;margin-right:-8px;margin-left:-8px;width:initial;background-position-x:-300px}.blogpost-excerpts .featured-post-container>.flex-row{margin-right:0;margin-left:0}}.blogpost-excerpts .featured-post-container picture{position:absolute;z-index:-1;overflow:hidden;height:inherit}@media screen and (max-width: 600px){.blogpost-excerpts .featured-post-container picture{margin-bottom:30px}}.blogpost-excerpts .featured-post-container picture img{width:100%;height:auto;filter:brightness(0.5)}@media screen and (max-width: 1024px){.blogpost-excerpts .featured-post-container picture img{width:130%;height:auto;position:relative;left:-30%}}@media screen and (max-width: 768px){.blogpost-excerpts .featured-post-container picture img{width:270%;height:auto;position:relative;left:-120%;top:-50%}}@media screen and (max-width: 600px){.blogpost-excerpts .featured-post-container picture img{width:270%;height:auto;position:relative;left:-120%;top:-50%}}.blogpost-excerpts .featured-post-container .featured{height:52px;background-color:#FB5B33;color:#fff;display:flex;position:absolute;top:-25px;width:200px;left:120px;align-items:center;align-content:center}@media screen and (min-width: 1333px){.blogpost-excerpts .featured-post-container .featured{height:43px}}@media screen and (max-width: 1332px){.blogpost-excerpts .featured-post-container .featured{left:10%}}@media screen and (max-width: 767px){.blogpost-excerpts .featured-post-container .featured{left:0;top:-15px;width:108px;height:34px}}.blogpost-excerpts .featured-post-container .featured>span{font-weight:600;font-size:25px;color:#fff;text-transform:uppercase;margin:auto}@media screen and (max-width: 767px){.blogpost-excerpts .featured-post-container .featured>span{font-size:14px;line-height:17px}}.blogpost-excerpts .featured-post-container .featured-post-meta{padding:60px 0 0 120px}@media screen and (min-width: 992px) and (max-width: 1332px){.blogpost-excerpts .featured-post-container .featured-post-meta{padding:60px 20px 0 85px}.blogpost-excerpts .featured-post-container .featured-post-meta .extend{display:none}}@media screen and (min-width: 768px) and (max-width: 991px){.blogpost-excerpts .featured-post-container .featured-post-meta{padding:20px 20px 0 85px}.blogpost-excerpts .featured-post-container .featured-post-meta .extend{display:none}}@media screen and (max-width: 767px){.blogpost-excerpts .featured-post-container .featured-post-meta{padding-left:20px}}.blogpost-excerpts .featured-post-container .featured-post-meta h1{font-size:60px;color:#fff;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;line-height:1;letter-spacing:-1.4px;text-align:left;text-transform:none}@media screen and (max-width: 1332px){.blogpost-excerpts .featured-post-container .featured-post-meta h1{font-size:36px;line-height:40px}}@media screen and (max-width: 767px){.blogpost-excerpts .featured-post-container .featured-post-meta h1{font-size:25px;line-height:25px;margin-top:0}}.blogpost-excerpts .featured-post-container .featured-post-meta h2{font-size:16px;line-height:30px;color:#fff;margin-left:100px;position:relative;top:-12px;font-weight:300}.blogpost-excerpts .featured-post-container .featured-post-meta h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){.blogpost-excerpts .featured-post-container .featured-post-meta h2{margin-left:60px}.blogpost-excerpts .featured-post-container .featured-post-meta h2:before{left:-60px;width:40px}}@media screen and (max-width: 767px){.blogpost-excerpts .featured-post-container .featured-post-meta h2{font-size:14px}}.blogpost-excerpts .featured-post-container .featured-post-meta .text-excerpt{font-weight:300;font-size:16px;color:#fff;max-width:410px;line-height:1.69}@media screen and (max-width: 767px){.blogpost-excerpts .featured-post-container .featured-post-meta .text-excerpt{display:none}}.blogpost-excerpts .featured-post-container .featured-post-meta .cta{display:inline-grid;font-weight:300 !important;margin-top:0;width:auto;white-space:nowrap}.blogpost-excerpts .post-excerpts-container{display:flex;text-align:left;margin-bottom:20px}.blogpost-excerpts .post-excerpts-container .post-excerpt a:hover{color:#FB5B33}@media screen and (min-width: 992px){.blogpost-excerpts .post-excerpts-container .post-excerpt:nth-last-of-type(odd){padding-left:20px}.blogpost-excerpts .post-excerpts-container .post-excerpt:nth-last-of-type(even){padding-right:20px}}.blogpost-excerpts .post-excerpts-container .post-excerpt h1{font-size:30px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;text-transform:none;line-height:1.17;letter-spacing:-0.4px;margin-top:15px}@media screen and (max-width: 767px){.blogpost-excerpts .post-excerpts-container .post-excerpt h1{font-size:25px;letter-spacing:-0.6px;line-height:25px}}.blogpost-excerpts .post-excerpts-container .post-excerpt h1:hover{color:#FB5B33}.blogpost-excerpts .post-excerpts-container .post-excerpt h2{font-size:16px;line-height:30px;color:#1C3142;margin-left:100px;position:relative;top:-12px;font-weight:300;font-weight:300}.blogpost-excerpts .post-excerpts-container .post-excerpt h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){.blogpost-excerpts .post-excerpts-container .post-excerpt h2{margin-left:60px}.blogpost-excerpts .post-excerpts-container .post-excerpt h2:before{left:-60px;width:40px}}.blogpost-excerpts .post-excerpts-container .post-excerpt h2:before{border:1px solid #B4B4B4}@media screen and (max-width: 991px){.blogpost-excerpts .post-excerpts-container .post-excerpt h2{margin-left:50px}.blogpost-excerpts .post-excerpts-container .post-excerpt h2:before{left:-50px;width:40px}}@media screen and (max-width: 767px){.blogpost-excerpts .post-excerpts-container .post-excerpt h2{font-size:14px}}.blogpost-excerpts .post-excerpts-container .post-excerpt p{font-weight:300;font-size:16px;color:#1C3142;line-height:27px;margin-top:0}@media screen and (max-width: 767px){.blogpost-excerpts .post-excerpts-container .post-excerpt{border-bottom:1px solid #b4b4b4;margin-bottom:40px}.blogpost-excerpts .post-excerpts-container .post-excerpt:last-of-type{border:none;margin-bottom:0}}.blogpost-excerpts .readmore-btn{background-color:#FB5B33;color:#fff;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px;display:inline-flex;font-weight:300}.blogpost-excerpts .readmore-btn:hover{cursor:pointer;background-color:#e2522e;transition:all 0.4s ease}.blogpost-excerpts .readmore-btn a{font-weight:600}.blogpost-excerpts .readmore{overflow:hidden;text-align:center}@media screen and (max-width: 992px){.blogpost-excerpts .readmore{overflow:visible}.blogpost-excerpts .readmore:after,.blogpost-excerpts .readmore:before{width:30% !important}}@media screen and (max-width: 768px){.blogpost-excerpts .readmore{overflow:visible}.blogpost-excerpts .readmore:after,.blogpost-excerpts .readmore:before{width:20% !important}}.blogpost-excerpts .readmore:before,.blogpost-excerpts .readmore:after{background-color:#b4b4b4;content:"";display:inline-block;height:1px;position:relative;vertical-align:middle;width:50%}.blogpost-excerpts .readmore:before{right:0.5em;margin-left:-50%}.blogpost-excerpts .readmore:after{left:0.5em;margin-right:-50%}.home .hero-wrapper{overflow:hidden;position:relative;max-height:840px}.home .hero-wrapper .video-ovelay{position:absolute;background:linear-gradient(10deg, transparent 34%, #000 100%);background-repeat:no-repeat;z-index:1;left:0;right:0;top:0;bottom:0;opacity:.8}.home .hero-wrapper .image-wrapper{position:absolute;z-index:0;left:0;right:0}.home .hero-wrapper .image-wrapper img{width:100%;height:auto}@media screen and (min-width: 992px){.home .hero-wrapper .image-wrapper{display:none}}@media screen and (min-width: 992px){.home .hero-wrapper{height:817px}}.home .hero-wrapper #homePageVideo{left:50%;min-height:100%;min-width:100%;position:absolute;transform:translate(-50%, -5%)}@media screen and (max-width: 991px){.home .hero-wrapper #homePageVideo{display:none}}.home .hero-wrapper .hero-header-content{bottom:0;color:#fff;padding:60px 145px;z-index:2;font-weight:600;position:relative}@media screen and (max-width: 991px){.home .hero-wrapper .hero-header-content{padding:40px 0 75px 20px !important}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){.home .hero-wrapper .hero-header-content{padding:60px 45px}}.home .hero-wrapper .hero-header-content .title.hero{font-size:90px;text-transform:uppercase;line-height:80px;margin:28px 0 85px}.home .hero-wrapper .hero-header-content .title.hero span{color:#FB5B33}@media screen and (max-width: 1332px){.home .hero-wrapper .hero-header-content .title.hero{margin:30px 0 60px}}@media screen and (min-width: 768px) and (max-width: 1024px){.home .hero-wrapper .hero-header-content .title.hero{letter-spacing:-5px}}@media screen and (max-width: 767px){.home .hero-wrapper .hero-header-content .title.hero{letter-spacing:-1.8px}}@media screen and (max-width: 1023px){.home .hero-wrapper .hero-header-content .title.hero{font-size:50px;line-height:55px}}.home .hero-wrapper .hero-header-content .muted-title.hero{font-size:20px;font-weight:200;letter-spacing:normal;line-height:22px;color:#FFF}@media screen and (max-width: 992px){.home .hero-wrapper .hero-header-content .muted-title.hero{font-size:14px}}.home .hero-wrapper .hero-header-content .muted-title.hero:after{border:1px solid #fff;content:"";display:block;margin-top:35px;width:120px}.home .hero-wrapper .hero-header-content .muted-title.hero span{font-weight:400}.home .hero-wrapper .hero-header-content .hero-icons-wrapper{display:flex;flex-flow:wrap;padding:0 40px}@media screen and (min-width: 992px){.home .hero-wrapper .hero-header-content .hero-icons-wrapper{padding:0}}.home .hero-wrapper .hero-header-content .hero-icons-wrapper .hero-icon{display:flex;flex-direction:column;align-items:center;margin-right:30px;margin-bottom:30px}@media screen and (min-width: 992px){.home .hero-wrapper .hero-header-content .hero-icons-wrapper .hero-icon{margin-right:70px}}.home .hero-wrapper .hero-header-content .hero-icons-wrapper .hero-icon .icon-wrapper{width:50px;height:50px;margin-bottom:25px}.home .hero-wrapper .hero-header-content .hero-icons-wrapper .hero-icon .icon-wrapper .icon{max-width:45px}.home .hero-wrapper .hero-header-content .hero-icons-wrapper .hero-icon .icon-wrapper+.icon-label{letter-spacing:1px;margin:0;font-weight:200;font-size:16px;line-height:1}@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3){.home .hero-wrapper .hero-header-content .hero-icons-wrapper{display:flex;flex-flow:wrap;padding:0 0;position:relative;bottom:30px}.home .hero-wrapper .hero-header-content .hero-icon{display:flex;flex-direction:column;align-items:center;margin-right:10px;margin-bottom:20px}.home .hero-wrapper .hero-header-content .hero-icon .icon-wrapper{width:30px !important;height:30px !important;margin-bottom:15px !important}.home .hero-wrapper .hero-header-content .hero-icon .icon-wrapper .icon{max-width:30px}.home .hero-wrapper .hero-header-content .hero-icon .icon-wrapper+.icon-label{letter-spacing:1px;margin:0;font-weight:200;font-size:16px;line-height:1}}.home-page-workflow{background-color:#fff;margin-top:123px;margin-bottom:85px}@media screen and (max-width: 991px){.home-page-workflow{padding:0 40px;margin-bottom:60px;margin-top:50px}}@media screen and (max-width: 1332px){.home-page-workflow{padding:0 20px;margin-bottom:60px;margin-top:80px}}@media screen and (max-width: 767px){.home-page-workflow{margin-top:40px;padding:0 20px}}.home-page-workflow .title.workflow{letter-spacing:-1.4px;color:#1C3142;font-size:60px;font-weight:600;line-height:1.0;text-transform:uppercase;margin-bottom:30px}@media screen and (max-width: 1332px){.home-page-workflow .title.workflow{font-size:36px;line-height:40px}}.home-page-workflow .subtitle.workflow{color:#1C3142;font-size:16px;line-height:30px;margin-bottom:30px;margin-left:100px;position:relative;top:-10px;font-weight:300}.home-page-workflow .subtitle.workflow:before{border:1px solid #B4B4B4;content:"";display:block;left:-100px;position:relative;top:16px;width:80px}.home-page-workflow #workflowCta{padding:11px 35px}.home-page-workflow #workflowCta a{color:white}.home-page-workflow .workflow-illustration-mobile{display:none}@media screen and (max-width: 767px){.home-page-workflow .workflow-illustration-mobile{display:initial}.home-page-workflow .workflow-illustration-mobile img{width:100%;margin:100px 0 0;max-width:unset}}@media screen and (max-width: 1332px){.home-page-workflow .workflow-illustration{margin:30px 0}}@media screen and (max-width: 767px){.home-page-workflow .workflow-illustration{display:none}}.home-page-customers{position:relative;margin-bottom:78px}@media screen and (max-width: 991px){.home-page-customers{margin-bottom:38px}}.home-page-customers .diagonal-bg{background-color:#FB5B33;min-height:80%;position:absolute;width:100%}@media screen and (min-width: 992px){.home-page-customers .diagonal-bg{min-height:800px;transform:skewY(-9deg);top:15%;z-index:-1}}@media screen and (min-width: 1024px){.home-page-customers .diagonal-bg{min-height:880px;top:12%}}@media screen and (min-width: 992px){.home-page-customers .diagonal-bg:after{content:"";position:absolute;height:400px;width:100%;min-height:760px;background-color:#fff;transform:skewY(13deg);bottom:0;top:73%}}.home-page-customers .customers-container-wrapper{background-color:#F3F3F3;box-shadow:0 0 20px 10px rgba(0,0,0,0.1);position:relative;padding:40px 55px 35px}@media screen and (max-width: 991px){.home-page-customers .customers-container-wrapper{width:90%;left:5%;padding:20px 35px 0}}@media screen and (max-width: 768px){.home-page-customers .customers-container-wrapper{padding:25px}}.home-page-customers .customers-container-wrapper .customers-parent{display:grid;font-size:0;flex-wrap:wrap;margin:-10px 0 0 -10px;grid-template-columns:1fr 1fr 1fr;grid-gap:15px;align-items:center}@media screen and (max-width: 768px){.home-page-customers .customers-container-wrapper .customers-parent{grid-gap:20px}}.home-page-customers .customers-container-wrapper .customers-parent .customers{display:flex;flex-grow:1;height:140px;text-align:center}@media screen and (max-width: 768px){.home-page-customers .customers-container-wrapper .customers-parent .customers{height:70px !important}}.home-page-customers .customers-container-wrapper .customers-parent .customers img{filter:grayscale(100%);margin:auto;max-width:100%;filter:gray;-webkit-filter:grayscale(1);-webkit-filter:grayscale(100%);filter:grayscale(100%)}@media screen and (max-width: 991px){.home-page-customers .customers-container-wrapper .customers-parent .customers img{width:70%;max-width:max-content;height:auto}}@media screen and (max-width: 1332px){.home-page-customers .customers-container-wrapper .customers-parent .customers img{width:100%;padding:0 10px;max-width:max-content}}@media screen and (max-width: 768px){.home-page-customers .customers-container-wrapper .customers-parent .customers img{filter:grayscale(100%) contrast(90%) brightness(0.8)}}.home-page-customers .customers-container-wrapper .customers-parent .customers img:hover{cursor:pointer}.home-page-customers .customers-meta-container{position:relative}.home-page-customers .customers-meta-container .customers-content{padding-left:45px}@media screen and (max-width: 767px){.home-page-customers .customers-meta-container .customers-content{padding-left:20px;padding-right:20px}}.home-page-customers .customers-meta-container .customers-content p.mobile{display:none}@media screen and (max-width: 767px){.home-page-customers .customers-meta-container .customers-content p.mobile{display:flex}}@media screen and (max-width: 767px){.home-page-customers .customers-meta-container .customers-content p.desktop{display:none}}@media screen and (max-width: 767px){.home-page-customers .customers-meta-container .m-l-50{margin-left:20px !important}}.home-page-customers .customers-meta-container .title.customers{font-size:60px;color:#fff;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;font-weight:500}@media screen and (max-width: 1600px){.home-page-customers .customers-meta-container .title.customers{font-size:54px;line-height:60px}}@media screen and (max-width: 767px){.home-page-customers .customers-meta-container .title.customers{font-size:36px;line-height:40px;letter-spacing:-2px}}.home-page-customers .customers-meta-container .subtitle.customers{font-size:16px;line-height:30px;color:#fff;margin-left:100px;position:relative;top:-12px;font-weight:300;position:relative;top:-20px;margin-bottom:0}.home-page-customers .customers-meta-container .subtitle.customers:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #fff;width:80px}@media screen and (max-width: 767px){.home-page-customers .customers-meta-container .subtitle.customers{margin-left:60px}.home-page-customers .customers-meta-container .subtitle.customers:before{left:-60px;width:40px}}.home-page-customers .customers-meta-container p{font-weight:300;font-size:"16px";color:#fff;line-height:27px;margin-top:0;margin-bottom:45px}.home-page-customers .customers-meta-container .work-with-us{width:163px;background-color:#fff;color:#FB5B33;font-size:16px;text-align:center;border-radius:29.5px;padding:11px 15px 11px 15px}.home-page-customers .customers-meta-container .work-with-us:hover{cursor:pointer;transition:all 0.4s ease;background-color:#e6e6e6}.home-page-customers .customers-meta-container .work-with-us a{font-weight:600}.case-study-boxes{margin-bottom:60px}@media screen and (min-width: 1333px){.case-study-boxes{padding:0 50px !important}}@media screen and (max-width: 1332px){.case-study-boxes .case-studies-section-title{width:95%;margin:0 auto;padding:0 20px}}@media screen and (min-width: 992px){.case-study-boxes .case-studies-section-title{margin-bottom:60px}}.case-study-boxes .case-studies-section-title .title{font-size:60px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600}@media screen and (max-width: 1332px){.case-study-boxes .case-studies-section-title .title{font-size:36px;line-height:40px}}.case-study-boxes .case-studies-section-title .subtitle{font-size:16px;line-height:30px;color:#1C3142;margin-left:100px;position:relative;top:-12px;font-weight:300}.case-study-boxes .case-studies-section-title .subtitle:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){.case-study-boxes .case-studies-section-title .subtitle{margin-left:60px}.case-study-boxes .case-studies-section-title .subtitle:before{left:-60px;width:40px}}@media screen and (min-width: 1333px){.case-study-boxes .case-studies-section-title #excerpt-container{position:relative;top:85px}}.case-study-boxes .case-studies-section-title #excerpt-container p{font-weight:300;font-size:"16px";color:#1C3142;line-height:27px}.case-study-boxes.fintech .case-study-box.full-width:nth-child(2) .image-wrapper img{object-position:center}@media screen and (min-width: 1333px){.case-study-boxes.fintech .case-study-box.full-width:nth-child(2) .image-wrapper img{object-position:0}}.case-study-boxes.fintech .case-study-box.full-width+.six-cols+.six-cols .image-wrapper a{margin-bottom:auto;margin-top:auto}.case-study-boxes.fintech .box-wrapper{display:flex;flex:1 1 auto;flex-wrap:wrap}@media screen and (min-width: 1440px){.case-study-boxes.fintech .box-wrapper{margin:60px -20px}}.case-study-boxes.fintech .box-wrapper .classifieds-row-container{display:flex;flex:1 1 auto;flex-wrap:wrap}@media screen and (min-width: 1333px){.case-study-boxes.fintech .box-wrapper .classifieds-row-container .four-cols{width:calc((100% / 12) * 4)}}@media screen and (min-width: 1333px){.case-study-boxes.fintech .box-wrapper .classifieds-row-container .eight-cols{width:calc((100% / 12) * 8)}}.case-study-boxes.fintech .box-wrapper .case-study-box{border:13px solid #FFF;box-sizing:border-box;position:relative;display:flex;background-color:#F3F3F3}.case-study-boxes.fintech .box-wrapper .case-study-box .featured{background-color:#FB5B33;color:#fff;position:absolute;text-align:center;right:100px;margin-top:-105px;font-weight:300;font-size:16px;color:#fff;line-height:3;display:flex;text-transform:uppercase;justify-content:center;top:75px;z-index:10;padding:25px}.case-study-boxes.fintech .box-wrapper .case-study-box .featured img{width:56px;height:auto;align-self:center;margin:0}.case-study-boxes.fintech .box-wrapper .case-study-box .featured span{align-self:center;margin-left:15px;line-height:1.21;max-width:260px;text-align:left}@media screen and (max-width: 991px){.case-study-boxes.fintech .box-wrapper .case-study-box .featured{right:0;top:0;margin-top:0;padding:5px}.case-study-boxes.fintech .box-wrapper .case-study-box .featured img{width:56px;height:auto;align-self:center;margin:0}.case-study-boxes.fintech .box-wrapper .case-study-box .featured span{display:none}}@media screen and (max-width: 991px){.case-study-boxes.fintech .box-wrapper .case-study-box .image-wrapper{order:1;padding:0 !important;margin:0 !important;overflow:hidden;height:auto !important}.case-study-boxes.fintech .box-wrapper .case-study-box .image-wrapper img{padding:0 !important}.case-study-boxes.fintech .box-wrapper .case-study-box .text-wrapper{order:0;padding:30px 30px 0 !important}}@media screen and (min-width: 992px){.case-study-boxes.fintech .box-wrapper .case-study-box{border:20px solid #FFF}.case-study-boxes.fintech .box-wrapper .case-study-box:nth-of-type(2) .text-wrapper{order:1;padding-left:50px}.case-study-boxes.fintech .box-wrapper .case-study-box:nth-of-type(3) .image-wrapper{order:0}.case-study-boxes.fintech .box-wrapper .case-study-box:nth-of-type(3) .text-wrapper{order:1;padding:0 20px 40px 50px}}.case-study-boxes.fintech .box-wrapper .case-study-box .text-wrapper{padding:30px;width:100%;position:relative}@media screen and (min-width: 992px){.case-study-boxes.fintech .box-wrapper .case-study-box .text-wrapper{padding:40px 30px 0;width:auto}}@media screen and (min-width: 1200px){.case-study-boxes.fintech .box-wrapper .case-study-box .text-wrapper{padding:60px 20px 60px 60px}}@media screen and (min-width: 1333px){.case-study-boxes.fintech .box-wrapper .case-study-box .text-wrapper{padding:50px 30px 0 50px}}@media screen and (min-width: 1440px){.case-study-boxes.fintech .box-wrapper .case-study-box .text-wrapper{padding:40px 20px 0 50px}}.case-study-boxes.fintech .box-wrapper .case-study-box .text-wrapper .title{margin-bottom:0;text-transform:uppercase;font-weight:600;font-size:25px;color:#1C3142;line-height:30px}.case-study-boxes.fintech .box-wrapper .case-study-box .text-wrapper .tag-list,.case-study-boxes.fintech .box-wrapper .case-study-box .text-wrapper .tag-list a{font-size:16px;line-height:30px;color:#aaa;font-weight:100;position:relative;margin-top:0;text-decoration:none}.case-study-boxes.fintech .box-wrapper .case-study-box .text-wrapper a{color:#1C3142}.case-study-boxes.fintech .box-wrapper .case-study-box .text-wrapper a:hover .excerpt,.case-study-boxes.fintech .box-wrapper .case-study-box .text-wrapper a:visited .excerpt,.case-study-boxes.fintech .box-wrapper .case-study-box .text-wrapper a:focus .excerpt{color:#1C3142}.case-study-boxes.fintech .box-wrapper .case-study-box .text-wrapper .sold-to{display:block;max-width:250px}@media screen and (min-width: 992px){.case-study-boxes.fintech .box-wrapper .case-study-box .text-wrapper .sold-to{margin-top:20px;margin-right:20px}}.case-study-boxes.fintech .box-wrapper .case-study-box .image-wrapper{background-color:#F3F3F3;width:auto;position:relative;height:200px;padding:0;margin:0;overflow:hidden}@media screen and (min-width: 992px){.case-study-boxes.fintech .box-wrapper .case-study-box .image-wrapper{height:100%;display:flex;align-items:flex-end;line-height:0}}.case-study-boxes.fintech .box-wrapper .case-study-box .image-wrapper img{object-fit:contain;padding:10px;max-width:100%;height:auto;object-position:0;display:table;margin:0 auto}@media screen and (max-width: 991px){.case-study-boxes.fintech .box-wrapper .case-study-box .image-wrapper img{margin:0 0 0 auto}}@media screen and (min-width: 992px){.case-study-boxes.fintech .box-wrapper .case-study-box .image-wrapper img{display:initial;margin:initial;padding:0;object-fit:cover;width:100%;height:auto}}@media screen and (min-width: 992px){.case-study-boxes.fintech .box-wrapper .case-study-box.haarmanie{position:relative}.case-study-boxes.fintech .box-wrapper .case-study-box.haarmanie .image-wrapper{position:unset}.case-study-boxes.fintech .box-wrapper .case-study-box.haarmanie .image-wrapper img{position:absolute;bottom:24px;right:0;height:92%}}.case-study-boxes.fintech .box-wrapper .case-study-box.full-width{width:100%;flex-direction:column;height:auto;margin-bottom:auto}@media screen and (min-width: 768px){.case-study-boxes.fintech .box-wrapper .case-study-box.full-width{width:100%}}@media screen and (min-width: 992px){.case-study-boxes.fintech .box-wrapper .case-study-box.full-width{width:100%;min-height:360px;flex-direction:row;margin-bottom:unset}}@media screen and (min-width: 992px){.case-study-boxes.fintech .box-wrapper .case-study-box.full-width .image-wrapper{margin:0 0 0 auto}}@media screen and (min-width: 992px){.case-study-boxes.fintech .box-wrapper .case-study-box.full-width.portrait{height:100%;max-height:900px;flex-direction:column}}@media screen and (min-width: 992px) and (min-width: 992px){.case-study-boxes.fintech .box-wrapper .case-study-box.full-width.portrait .text-wrapper{max-height:500px;max-width:100%;padding:82px 50px 80px;margin-bottom:0}}@media screen and (min-width: 992px){.case-study-boxes.fintech .box-wrapper .case-study-box.full-width.portrait .image-wrapper{margin:0 auto;display:flex;height:auto}.case-study-boxes.fintech .box-wrapper .case-study-box.full-width.portrait .image-wrapper img{display:table;width:80%;height:auto;margin:0 auto}}@media screen and (min-width: 992px){.case-study-boxes.fintech .box-wrapper .case-study-box.full-width .text-wrapper{max-width:50%;padding:42px 50px 80px}}.case-study-boxes.fintech .box-wrapper .case-study-box.four-cols,.case-study-boxes.fintech .box-wrapper .case-study-box.five-cols,.case-study-boxes.fintech .box-wrapper .case-study-box.six-cols,.case-study-boxes.fintech .box-wrapper .case-study-box.seven-cols{width:100%;flex-direction:column;height:auto;margin-bottom:auto}@media screen and (min-width: 480px){.case-study-boxes.fintech .box-wrapper .case-study-box.four-cols,.case-study-boxes.fintech .box-wrapper .case-study-box.five-cols,.case-study-boxes.fintech .box-wrapper .case-study-box.six-cols,.case-study-boxes.fintech .box-wrapper .case-study-box.seven-cols{width:100%}}@media screen and (min-width: 992px){.case-study-boxes.fintech .box-wrapper .case-study-box.four-cols,.case-study-boxes.fintech .box-wrapper .case-study-box.five-cols,.case-study-boxes.fintech .box-wrapper .case-study-box.six-cols,.case-study-boxes.fintech .box-wrapper .case-study-box.seven-cols{max-height:auto;flex-direction:column;margin-bottom:unset}}@media screen and (min-width: 992px){.case-study-boxes.fintech .box-wrapper .case-study-box.four-cols{width:calc((100% / 12) * 4)}}@media screen and (min-width: 992px){.case-study-boxes.fintech .box-wrapper .case-study-box.five-cols{width:40%}}.case-study-boxes.fintech .box-wrapper .case-study-box.six-cols .image-wrapper{display:flex;align-items:flex-end;line-height:0}@media screen and (min-width: 992px){.case-study-boxes.fintech .box-wrapper .case-study-box.six-cols{width:50%}}@media screen and (min-width: 992px){.case-study-boxes.fintech .box-wrapper .case-study-box.seven-cols{width:60%}}.case-study-boxes.ecommerce .box-wrapper{display:flex;flex:1 1 auto;flex-wrap:wrap}@media screen and (min-width: 1440px){.case-study-boxes.ecommerce .box-wrapper{margin:60px -20px}}.case-study-boxes.ecommerce .box-wrapper .classifieds-row-container{display:flex;flex:1 1 auto;flex-wrap:wrap}@media screen and (min-width: 992px){.case-study-boxes.ecommerce .box-wrapper .classifieds-row-container .four-cols{width:calc((100% / 12) * 4)}.case-study-boxes.ecommerce .box-wrapper .classifieds-row-container .four-cols .text-wrapper{padding:42px 50px 80px !important}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){.case-study-boxes.ecommerce .box-wrapper .classifieds-row-container .four-cols{width:40%}}@media screen and (min-width: 992px){.case-study-boxes.ecommerce .box-wrapper .classifieds-row-container .eight-cols{width:calc((100% / 12) * 8)}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){.case-study-boxes.ecommerce .box-wrapper .classifieds-row-container .eight-cols{width:60%}}.case-study-boxes.ecommerce .box-wrapper .case-study-box{border:13px solid #FFF;box-sizing:border-box;position:relative;display:flex;background-color:#F3F3F3}.case-study-boxes.ecommerce .box-wrapper .case-study-box .featured{background-color:#FB5B33;color:#fff;position:absolute;text-align:center;right:100px;margin-top:-105px;font-weight:300;font-size:16px;color:#fff;line-height:3;display:flex;text-transform:uppercase;justify-content:center;top:75px;z-index:10;padding:25px}.case-study-boxes.ecommerce .box-wrapper .case-study-box .featured img{width:56px;height:auto;align-self:center;margin:0}.case-study-boxes.ecommerce .box-wrapper .case-study-box .featured span{align-self:center;margin-left:15px;line-height:1.21;max-width:260px;text-align:left}@media screen and (max-width: 991px){.case-study-boxes.ecommerce .box-wrapper .case-study-box .featured{right:0;top:0;margin-top:0;padding:5px}.case-study-boxes.ecommerce .box-wrapper .case-study-box .featured img{width:56px;height:auto;align-self:center;margin:0}.case-study-boxes.ecommerce .box-wrapper .case-study-box .featured span{display:none}}@media screen and (min-width: 992px){.case-study-boxes.ecommerce .box-wrapper .case-study-box{border:20px solid #FFF}}@media screen and (max-width: 991px){.case-study-boxes.ecommerce .box-wrapper .case-study-box .image-wrapper{order:1;padding:0 !important;margin:0 !important;overflow:hidden;height:auto !important}.case-study-boxes.ecommerce .box-wrapper .case-study-box .image-wrapper img{padding:0 !important}.case-study-boxes.ecommerce .box-wrapper .case-study-box .text-wrapper{order:0;padding:30px 30px 0 !important}}.case-study-boxes.ecommerce .box-wrapper .case-study-box .text-wrapper{padding:30px;width:100%;position:relative}@media screen and (min-width: 992px){.case-study-boxes.ecommerce .box-wrapper .case-study-box .text-wrapper{padding:40px 30px 0;width:auto;max-width:50%;overflow:hidden}}@media screen and (min-width: 1200px){.case-study-boxes.ecommerce .box-wrapper .case-study-box .text-wrapper{padding:60px 20px 60px 60px}}@media screen and (min-width: 1333px){.case-study-boxes.ecommerce .box-wrapper .case-study-box .text-wrapper{padding:50px 30px 0 50px}}@media screen and (min-width: 1440px){.case-study-boxes.ecommerce .box-wrapper .case-study-box .text-wrapper{padding:40px 20px 0 50px}}.case-study-boxes.ecommerce .box-wrapper .case-study-box .text-wrapper .title{margin-bottom:0;text-transform:uppercase;font-weight:600;font-size:25px;color:#1C3142;line-height:30px}.case-study-boxes.ecommerce .box-wrapper .case-study-box .text-wrapper .tag-list,.case-study-boxes.ecommerce .box-wrapper .case-study-box .text-wrapper .tag-list a{font-size:16px;line-height:30px;color:#aaa;font-weight:100;position:relative;margin-top:0;text-decoration:none}.case-study-boxes.ecommerce .box-wrapper .case-study-box .text-wrapper a{color:#1C3142}.case-study-boxes.ecommerce .box-wrapper .case-study-box .text-wrapper a:hover .excerpt,.case-study-boxes.ecommerce .box-wrapper .case-study-box .text-wrapper a:visited .excerpt,.case-study-boxes.ecommerce .box-wrapper .case-study-box .text-wrapper a:focus .excerpt{color:#1C3142}.case-study-boxes.ecommerce .box-wrapper .case-study-box .text-wrapper .sold-to{display:block;max-width:250px}@media screen and (min-width: 992px){.case-study-boxes.ecommerce .box-wrapper .case-study-box .text-wrapper .sold-to{margin-top:20px;margin-right:20px}}.case-study-boxes.ecommerce .box-wrapper .case-study-box .image-wrapper{background-color:#F3F3F3;width:auto;position:relative;height:200px;padding:0 20px;margin:0}@media screen and (min-width: 992px){.case-study-boxes.ecommerce .box-wrapper .case-study-box .image-wrapper{height:100%;padding:0;margin:0 0 0 auto;overflow:hidden}}.case-study-boxes.ecommerce .box-wrapper .case-study-box .image-wrapper img{object-fit:contain;padding:10px;max-width:100%;height:auto;object-position:0;display:table;margin:0 auto}@media screen and (min-width: 992px){.case-study-boxes.ecommerce .box-wrapper .case-study-box .image-wrapper img{display:initial;margin:initial;padding:0;object-fit:cover;width:auto;height:100%}}@media screen and (min-width: 1024px){.case-study-boxes.ecommerce .box-wrapper .case-study-box.haarmanie{position:relative}.case-study-boxes.ecommerce .box-wrapper .case-study-box.haarmanie .text-wrapper{max-width:58% !important}.case-study-boxes.ecommerce .box-wrapper .case-study-box.haarmanie .image-wrapper{position:unset}.case-study-boxes.ecommerce .box-wrapper .case-study-box.haarmanie .image-wrapper img{position:absolute;bottom:24px;right:0;height:55%}.case-study-boxes.ecommerce .box-wrapper .case-study-box.memoq{position:relative}.case-study-boxes.ecommerce .box-wrapper .case-study-box.memoq .text-wrapper{max-width:55% !important;padding:40px 0 0 30px !important}}@media screen and (min-width: 1260px){.case-study-boxes.ecommerce .box-wrapper .case-study-box.haarmanie{position:relative}.case-study-boxes.ecommerce .box-wrapper .case-study-box.haarmanie .image-wrapper{position:unset}.case-study-boxes.ecommerce .box-wrapper .case-study-box.haarmanie .image-wrapper img{position:absolute;bottom:24px;right:0;height:85%}}.case-study-boxes.ecommerce .box-wrapper .case-study-box.full-width{width:100%;flex-direction:column;height:auto;margin-bottom:auto}@media screen and (min-width: 768px){.case-study-boxes.ecommerce .box-wrapper .case-study-box.full-width{width:100%}}@media screen and (min-width: 992px){.case-study-boxes.ecommerce .box-wrapper .case-study-box.full-width{width:100%;height:550px;flex-direction:row;margin-bottom:unset}}@media screen and (min-width: 992px){.case-study-boxes.ecommerce .box-wrapper .case-study-box.full-width.portrait{height:100%;max-height:1100px;flex-direction:column}}@media screen and (min-width: 992px) and (min-width: 992px){.case-study-boxes.ecommerce .box-wrapper .case-study-box.full-width.portrait .text-wrapper{max-width:100%;padding:82px 50px 80px;margin-bottom:0}}@media screen and (min-width: 992px){.case-study-boxes.ecommerce .box-wrapper .case-study-box.full-width.portrait .image-wrapper{margin:0 auto;display:flex;height:auto}.case-study-boxes.ecommerce .box-wrapper .case-study-box.full-width.portrait .image-wrapper img{display:table;width:80%;height:auto;margin:0 auto}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){.case-study-boxes.ecommerce .box-wrapper .case-study-box.full-width .text-wrapper{max-width:50%}}.case-study-boxes.ecommerce .box-wrapper .case-study-box.four-cols,.case-study-boxes.ecommerce .box-wrapper .case-study-box.five-cols,.case-study-boxes.ecommerce .box-wrapper .case-study-box.six-cols,.case-study-boxes.ecommerce .box-wrapper .case-study-box.seven-cols{width:100%;flex-direction:column;height:auto;margin-bottom:auto}@media screen and (min-width: 768px){.case-study-boxes.ecommerce .box-wrapper .case-study-box.four-cols,.case-study-boxes.ecommerce .box-wrapper .case-study-box.five-cols,.case-study-boxes.ecommerce .box-wrapper .case-study-box.six-cols,.case-study-boxes.ecommerce .box-wrapper .case-study-box.seven-cols{width:100%}}@media screen and (min-width: 992px){.case-study-boxes.ecommerce .box-wrapper .case-study-box.four-cols,.case-study-boxes.ecommerce .box-wrapper .case-study-box.five-cols,.case-study-boxes.ecommerce .box-wrapper .case-study-box.six-cols,.case-study-boxes.ecommerce .box-wrapper .case-study-box.seven-cols{max-height:595px;flex-direction:row;margin-bottom:unset}}@media screen and (min-width: 1333px){.case-study-boxes.ecommerce .box-wrapper .case-study-box.four-cols{width:calc((100% / 12) * 4)}}@media screen and (min-width: 992px){.case-study-boxes.ecommerce .box-wrapper .case-study-box.four-cols .text-wrapper{max-width:66%}}@media screen and (min-width: 1333px){.case-study-boxes.ecommerce .box-wrapper .case-study-box.five-cols{width:40%}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){.case-study-boxes.ecommerce .box-wrapper .case-study-box.five-cols{width:50%}}@media screen and (min-width: 992px){.case-study-boxes.ecommerce .box-wrapper .case-study-box.five-cols .text-wrapper{max-width:66%}}@media screen and (min-width: 1333px){.case-study-boxes.ecommerce .box-wrapper .case-study-box.six-cols{width:50%}}.case-study-boxes.ecommerce .box-wrapper .case-study-box.six-cols .image-wrapper{display:flex;align-items:flex-end;line-height:0}@media screen and (min-width: 992px){.case-study-boxes.ecommerce .box-wrapper .case-study-box.six-cols .text-wrapper{max-width:55%}}@media screen and (min-width: 1333px){.case-study-boxes.ecommerce .box-wrapper .case-study-box.seven-cols{width:60%}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){.case-study-boxes.ecommerce .box-wrapper .case-study-box.seven-cols{width:50%}}@media screen and (min-width: 992px){.case-study-boxes.ecommerce .box-wrapper .case-study-box.seven-cols .text-wrapper{max-width:58%}}.ergomania-testimonials{width:95%;max-width:1330px;margin:0 auto 150px}@media screen and (max-width: 767px){.ergomania-testimonials{padding:0 20px}}.ergomania-testimonials .owl-item>div{cursor:pointer;margin:6% 8%;transition:margin 0.4s ease}.ergomania-testimonials .owl-item.center>div{cursor:auto;margin:0}.ergomania-testimonials .owl-item:not(.center)>div:hover{opacity:.75}.ergomania-testimonials .testimonials-inner-wrapper{margin-left:auto;margin-right:auto;pointer-events:none}.ergomania-testimonials .flex-center-lg{text-align:left}.ergomania-testimonials h1{font-size:60px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600}@media screen and (max-width: 767px){.ergomania-testimonials h1{margin-top:0 !important}}@media screen and (max-width: 1332px){.ergomania-testimonials h1{font-size:36px;line-height:40px;letter-spacing:-1px}}.ergomania-testimonials h2{font-size:16px;line-height:30px;color:#1C3142;margin-left:100px;position:relative;top:-12px;font-weight:300}.ergomania-testimonials h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){.ergomania-testimonials h2{margin-left:60px}.ergomania-testimonials h2:before{left:-60px;width:40px}}.ergomania-testimonials .testimonial-container{background-color:#f3f3f3;box-shadow:0 0 20px 10px rgba(0,0,0,0.1);overflow:hidden;position:relative;margin-bottom:150px}.ergomania-testimonials .testimonial-container .container{display:block;overflow:hidden}@media screen and (min-width: 993px){.ergomania-testimonials .testimonial-container .container{margin:0 100px;padding-bottom:65px}}.ergomania-testimonials .testimonial-container .container .counter{text-align:right;padding:50px 20px 0;margin-bottom:-80px;color:#777}@media screen and (min-width: 993px){.ergomania-testimonials .testimonial-container .container .counter{margin-bottom:-50px}}.ergomania-testimonials .testimonial-container .testimonials-inner-wrapper,.ergomania-testimonials .testimonial-container .thumbnails-inner-wrapper{position:relative}@media screen and (max-width: 1332px){.ergomania-testimonials .testimonial-container .testimonials-inner-wrapper,.ergomania-testimonials .testimonial-container .thumbnails-inner-wrapper{width:initial}}.ergomania-testimonials .testimonial-container .thumbnails-inner-wrapper #thumbnailsList{margin-top:100px}.ergomania-testimonials .testimonial-container .thumbnails-inner-wrapper #thumbnailsList .owl-item .carousel-cell img{transform:scale(0.7)}.ergomania-testimonials .testimonial-container .thumbnails-inner-wrapper #thumbnailsList .owl-item.center .carousel-cell img{transform:scale(1);filter:none}.ergomania-testimonials .testimonial-container .thumbnails-inner-wrapper #thumbnailsList .carousel-cell{cursor:pointer}.ergomania-testimonials .testimonial-container .thumbnails-inner-wrapper #thumbnailsList .carousel-cell img{border-radius:10px;pointer-events:none;-webkit-filter:grayscale(1);filter:grayscale(1);width:100%;height:auto}.ergomania-testimonials .testimonial-container .testimonial-text-wrapper{margin:6% 0 0;padding:45px 10px 0}@media screen and (max-width: 1024px){.ergomania-testimonials .testimonial-container .testimonial-text-wrapper{margin-top:10px;padding:35px 10px 0}}@media screen and (min-width: 1025px){.ergomania-testimonials .testimonial-container .testimonial-text-wrapper{margin-top:10px;padding:45px 10px 0 120px}}@media screen and (max-width: 768px){.ergomania-testimonials .testimonial-container .testimonial-text-wrapper{margin-top:0;padding:10px 15px 20px}}.ergomania-testimonials .testimonial-container .testimonial-text-wrapper .testimonial-content{font-weight:600;font-size:16px;line-height:20px;position:relative}@media screen and (min-width: 1332px){.ergomania-testimonials .testimonial-container .testimonial-text-wrapper .testimonial-content{font-size:20px;line-height:27px}}.ergomania-testimonials .testimonial-container .testimonial-text-wrapper .testimonial-content:before{position:absolute;top:-65px;content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAYAAAAN8srVAAABbElEQVR4AcTUB0pDQRAG4KcHECwXsJ1gZt8jIF2qHTsz+yIKgkeQGqyXsF/HXu+hUrMrKzmA+C9MyMLQmZ/8X94Uf72UUl9Qeg5CCZko5VJh8JIvR6NSG8uk77RLI9DiqLyM/pig9NQpAFiL5J7BuZ5OsZY6OkIvsI7SopmOcLDXEV6BWxJ+NNPxfI7n0gmuo/wK69S8YKKz7caydOpyGGyJVvFvhx8KoxeVLzJyj7ujozxvotOkcVhH+QvXUbeGt0T3ZjpCl/Y6rVZ/EH6Ddbyb64nOTmMIa6l26xkX5s5MR+kKzvV8hOsoveOXrZw10dHGRBSOoM4nruN5I+M/fGunw9dwrrjDHJ0PWEdpxkRnq5rM0tmbGkRb2uyJjvANnksH8OIcnR/v9lOzImikGvjnsoE61A61m0ZzC7ilzIk1/8oTl4dAcrSyF9D+HAsAAAAADPK33kA6AkhISEhISEhISEhISEhISEhIaAHwtKTDJNpzjgAAAABJRU5ErkJggg==)}.ergomania-testimonials .testimonial-container .testimonial-text-wrapper .testimonial-lenia{height:1px;width:100%;margin:30px auto;background-color:#B4B4B4}.ergomania-testimonials .testimonial-container .testimonial-text-wrapper .testimonial-name,.ergomania-testimonials .testimonial-container .testimonial-text-wrapper .testimonial-title{font-size:16px;line-height:27px;color:#1C3142}.ergomania-testimonials .testimonial-container .testimonial-text-wrapper .testimonial-name{font-weight:600}.ergomania-testimonials .testimonial-container .testimonial-text-wrapper .testimonial-title{font-weight:300}.ergomania-team{position:relative}@media screen and (min-width: 1332px){.ergomania-team .fix-padding{padding-left:6px;padding-right:7px}}@media screen and (max-width: 767px){.ergomania-team{margin-top:30px;margin-bottom:0 !important}}@media screen and (max-width: 1332px){.ergomania-team{padding:0 20px}}.ergomania-team #teamText{position:relative}@media screen and (min-width: 480px) and (max-width: 1332px){.ergomania-team #teamText{padding:0 50px}}.ergomania-team .ergomania-team-wrapper .team-parent{margin:0;padding:0;list-style-type:none}@media screen and (max-width: 768px){.ergomania-team .ergomania-team-wrapper .team-parent{padding:0 20px}}@media screen and (max-width: 767px){.ergomania-team .ergomania-team-wrapper .team-parent li{padding-left:7px;padding-right:7px}}.ergomania-team .ergomania-team-wrapper .team-parent .team-member{width:100%;max-width:195px;display:flex;flex-direction:column;border-radius:20px;flex-grow:1;background-color:#f3f3f3;box-shadow:0 4px 10px 2px rgba(0,0,0,0.1);margin-bottom:20px;margin-left:auto;margin-right:auto}@media screen and (max-width: 449px){.ergomania-team .ergomania-team-wrapper .team-parent .team-member{width:100%}}.ergomania-team .ergomania-team-wrapper .team-parent .team-member .profile-pic-container{position:relative}.ergomania-team .ergomania-team-wrapper .team-parent .team-member .profile-pic-container img{width:100%;border-top-left-radius:20px;border-top-right-radius:20px;max-height:100%;height:auto}.ergomania-team .ergomania-team-wrapper .team-parent .team-member .profile-pic-container .profile-hover{opacity:0;position:absolute;left:0;top:0;transition:all 1s ease}.ergomania-team .ergomania-team-wrapper .team-parent .team-member .profile-pic-container .profile-hover:hover{opacity:1;transition:all 1s ease}.ergomania-team .ergomania-team-wrapper .team-parent .team-member .profile-pic-container .ln-container img.ln{width:40px;height:40px;border-radius:0;position:absolute;right:0;bottom:4px}.ergomania-team .ergomania-team-wrapper .team-parent .team-member .profile-pic-container .ln-container img.ln-hover{width:40px;height:40px;border-radius:0;position:absolute;right:0;bottom:4px;transition:all 0.4s ease;opacity:0}.ergomania-team .ergomania-team-wrapper .team-parent .team-member .profile-pic-container .ln-container img.ln-hover:hover{opacity:1}.ergomania-team .ergomania-team-wrapper .team-parent .team-member .team-member-meta-container{margin:0;padding:0 10px;text-align:left}@media screen and (max-width: 449px){.ergomania-team .ergomania-team-wrapper .team-parent .team-member .team-member-meta-container{padding:0 5px}}.ergomania-team .ergomania-team-wrapper .team-parent .team-member .team-member-meta-container .team-member-name{color:#1C3142;font-size:15px;font-weight:400;line-height:13px;margin:0;padding-top:10px;letter-spacing:-0.2px}@media screen and (max-width: 449px){.ergomania-team .ergomania-team-wrapper .team-parent .team-member .team-member-meta-container .team-member-name{font-size:11.3px;letter-spacing:-0.7px;white-space:nowrap}}.ergomania-team .ergomania-team-wrapper .team-parent .team-member .team-member-meta-container .team-member-title{font-weight:300;font-size:12px;color:#1C3142;letter-spacing:-0.3px;line-height:1em;margin-top:7px}@media screen and (max-width: 449px){.ergomania-team .ergomania-team-wrapper .team-parent .team-member .team-member-meta-container .team-member-title{margin-top:5px;font-size:11.3px;letter-spacing:-0.7px;white-space:nowrap}}.ergomania-team .team-sticky{text-align:left}@media screen and (max-width: 1332px){.ergomania-team .team-sticky{margin-bottom:20px;position:relative !important;top:0 !important;left:0 !important}}.ergomania-team .team-sticky .side-text{line-height:30px;margin-bottom:10px}.ergomania-team .team-sticky .team-icon-container .team-icon-row>div{display:flex;align-items:center;margin-bottom:10px}.ergomania-team .team-sticky .team-icon-container .team-icon-row img{display:inline-flex;max-width:30px;height:auto;margin:5px 20px 5px 0}@media screen and (max-width: 480px){.ergomania-team .team-sticky .team-icon-container .team-icon-row img{margin:5px 10px 5px 0 !important}}@media screen and (max-width: 767px){.ergomania-team .team-sticky .team-icon-container .team-icon-row img{width:36px;max-width:36px;margin:initial;margin-right:10px}.ergomania-team .team-sticky .team-icon-container .team-icon-row img+strong{font-size:14px;line-height:17px}}@media screen and (max-width: 767px){.ergomania-team .team-sticky{padding:0 20px}}.ergomania-team .team-sticky h1{font-size:60px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;margin:0 0 30px 0}@media screen and (max-width: 767px){.ergomania-team .team-sticky h1{font-size:36px;line-height:40px}}.ergomania-team .team-sticky h2{font-size:16px;line-height:30px;color:#1C3142;margin-left:100px;position:relative;top:-12px;font-weight:300;font-weight:100;margin-bottom:30px}.ergomania-team .team-sticky h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){.ergomania-team .team-sticky h2{margin-left:60px}.ergomania-team .team-sticky h2:before{left:-60px;width:40px}}.ergomania-team .team-sticky p{font-weight:300;font-size:16px;color:#1C3142}.ergomania-team .how-work h1{margin-top:65px}.page-ux-team .team-parent,.page-csapat .team-parent{display:grid;grid-template-columns:195px 195px 195px;grid-column-gap:25px}@media screen and (max-width: 1333px){.page-ux-team .team-parent,.page-csapat .team-parent{grid-template-columns:1fr 1fr 1fr;grid-column-gap:25px}}@media screen and (max-width: 992px){.page-ux-team .team-parent,.page-csapat .team-parent{grid-template-columns:1fr 1fr;grid-column-gap:25px}}@media screen and (max-width: 480px){.page-ux-team .team-parent,.page-csapat .team-parent{grid-template-columns:1fr 1fr;grid-column-gap:15px}}.page-ux-team .single-page-navigation>.flex-container,.page-csapat .single-page-navigation>.flex-container{max-width:1290px}.page-ux-team .content-area .site-main>.flex-container,.page-csapat .content-area .site-main>.flex-container{max-width:1160px}#beourcolleague{cursor:pointer}.team-icon-container{display:grid;grid-template-columns:1fr;grid-row-gap:20px;align-items:center}@media screen and (min-width: 480px){.team-icon-container{grid-template-columns:1fr 1fr}}.team-icon-container>div{grid-gap:20px;display:grid;grid-template-columns:36px auto;align-items:center;font-weight:500}.team-icon-container>div img{width:36px;display:inline-block}.casestudy-template .case-study-content img{display:table;max-width:100%;margin:0 auto;height:auto}.casestudy-template-default .case-study-content>.flex-container{max-width:960px}.casestudy-template-default .case-study-content figure{margin:1em auto}.casestudy-template-default .case-study-content figure figcaption{font-weight:300;font-size:14px;color:#787878;text-align:left;font-style:italic}@media screen and (min-width: 1332px){.casestudy-template-default .case-study-content.default figure{margin:80px auto}}.casestudy-template-default .case-study-content.default blockquote{margin:0}@media screen and (max-width: 767px){.casestudy-template-default .case-study-content.default>.flex-container{width:calc(100% - 40px)}}.casestudy-template-default figure{margin:1em 0}.casestudy-template-default figure figcaption{font-weight:300;font-size:14px;color:#787878;text-align:left;font-style:italic}@media screen and (min-width: 992px){.casestudy-template-default #page{width:100%}}@media screen and (max-width: 767px){.casestudy-template-default #page{width:100%;padding-left:0;padding-right:0}}.casestudy-template-default #siteNavigationWrapper{margin:0 -40px}.casestudy-template-default #siteNavigationWrapper #siteNavigation{margin:0;width:calc(100% + 80px)}.casestudy-template-default .single-page-navigation{background:linear-gradient(187deg, #f0f0f0, #fff);margin:0 -40px}@media screen and (max-width: 767px){.casestudy-template-default .single-page-navigation{padding-left:20px;padding-right:20px;margin:0}}@media screen and (max-width: 374px){.casestudy-template-default .single-page-navigation{margin:0}}@media only screen and (min-device-width: 360px) and (max-device-width: 640px){.casestudy-template-default .single-page-navigation{margin:0}}.casestudy-template-default .single-page-navigation .main-navigation ul li a,.casestudy-template-default .single-page-navigation .main-navigation .menu li a{color:#1C3142}.casestudy-template-default .single-page-navigation #lang-change ul li a{color:#1f3140 !important}.casestudy-template-default .single-page-navigation .ergo-mobile-menu .mobile-menu-container p{color:#1C3142 !important}.casestudy-template-default .single-page-navigation .ergo-mobile-menu .mobile-menu-container .ergomania-logo-mobile{top:20px}.casestudy-template-default .single-page-navigation .ergo-mobile-menu .mobile-menu-container span.toggle{top:5px}.casestudy-template-default .case-study-meta{position:relative;padding:0 20px 0;background:linear-gradient(299deg, #f0f0f0, #fff);top:0}@media screen and (min-width: 992px){.casestudy-template-default .case-study-meta{margin:0 -40px;padding:60px 20px 0}}.casestudy-template-default .case-study-meta>.flex-container{max-width:1200px !important}.casestudy-template-default .case-study-meta h1{font-size:60px;color:#dc5158;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;margin-top:10px}@media screen and (max-width: 767px){.casestudy-template-default .case-study-meta h1{font-size:36px;line-height:35px}}.casestudy-template-default .case-study-meta h2{font-size:16px;line-height:30px;color:#1f3140;margin-left:100px;position:relative;top:-12px;font-weight:300;font-weight:500 !important}.casestudy-template-default .case-study-meta h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){.casestudy-template-default .case-study-meta h2{margin-left:60px}.casestudy-template-default .case-study-meta h2:before{left:-60px;width:40px}}@media screen and (min-width: 992px){.casestudy-template-default .case-study-meta h2{padding-right:100px}}.casestudy-template-default .case-study-meta .col-title{font-weight:600;font-size:18px;color:#1f3140}.casestudy-template-default .case-study-meta .col-text{color:#1C3142;font-size:16px;font-weight:500;line-height:27px}.casestudy-template-default .case-study-meta .col-text+p{line-height:27px;font-weight:300;font-size:16px;color:#1f3140;font-weight:500}.casestudy-template-default .case-study-meta .col-text+p a{color:#FB5B33}@media screen and (min-width: 1333px){.casestudy-template-default .case-study-meta .meta-details{margin-top:50px}}.casestudy-template-default .case-study-meta .meta-details div[class^="flex-col"]{padding:0 10px}@media screen and (min-width: 1333px){.casestudy-template-default .case-study-meta .meta-details .flex-col-md-11>.flex-row{padding:0}}.casestudy-template-default .case-study-meta .meta-details .col-title{font-weight:600;font-size:18px;color:#1f3140}@media screen and (max-width: 768px){.casestudy-template-default .case-study-meta .meta-details .col-title{margin:0 -10px}}.casestudy-template-default .case-study-meta .meta-details .col-text{color:#1C3142;font-size:16px;font-weight:600;line-height:27px}.casestudy-template-default .case-study-meta .meta-details .col-text+p{line-height:27px}.casestudy-template-default .case-study-meta .meta-details .col-text+p a{color:#FB5B33}@media screen and (max-width: 767px){.casestudy-template-default .case-study-meta .meta-details div[class^="flex-row"]:first-of-type{justify-content:center}}.casestudy-template-default .case-study-meta .team-list,.casestudy-template-default .case-study-meta .services-list{list-style-type:none;margin:0;padding:0;font-weight:300}@media screen and (max-width: 767px){.casestudy-template-default .case-study-meta .team-list,.casestudy-template-default .case-study-meta .services-list{margin:0 -10px}}.casestudy-template-default .case-study-meta .team-list li,.casestudy-template-default .case-study-meta .services-list li{font-weight:300;text-transform:capitalize;color:#1C3142;font-size:16px;line-height:27px;padding:0}.casestudy-template-default .case-study-meta .mockup-container{flex:0 0 auto}@media screen and (max-width: 768px){.casestudy-template-default .case-study-meta .mockup-container{padding:0 10px}}.casestudy-template-default .case-study-meta .mockup-container img{max-width:initial;position:relative;left:initial;top:145px}@media screen and (max-width: 1332px){.casestudy-template-default .case-study-meta .mockup-container img{left:0;top:0}}@media screen and (max-width: 767px){.casestudy-template-default .case-study-meta .mockup-container img{left:0;top:90px;max-width:100%}}.casestudy-template-default .case-study-meta .flex-container .flex-row:first-of-type div[class^="flex-col-md-6"]:last-of-type p.col-title{font-weight:600;font-size:18px;color:#1f3140;text-transform:uppercase}.casestudy-template-default .case-study-meta .flex-container .flex-row:first-of-type div[class^="flex-col-md-6"]:last-of-type p.col-text{font-weight:300;font-size:16px;color:#1f3140;line-height:1.69;letter-spacing:-0.4px}.casestudy-template-default .case-study-content{top:0;margin-top:40px}.casestudy-template-default .case-study-content a{color:#FB5B33;font-weight:inherit}.casestudy-template-default .case-study-content h3{text-transform:uppercase}.casestudy-template-default .case-study-content>.flex-container>.flex-row>.flex-col-xs-12{margin:0 auto}@media screen and (max-width: 991px){.casestudy-template-default .more-cases .case-study-featured-image-container{background-color:#F3F3F3}.casestudy-template-default .more-cases .case-study-featured-image-container .case-study-featured-image{height:80% !important}}@media screen and (max-width: 767px){.casestudy-template-default #ergo-contact-container{padding:0 30px}}@media screen and (max-width: 767px){.casestudy-template-default .ergomania-footer{margin-top:-180px}}@media screen and (max-width: 767px){.casestudy-template-otp-simple-app .case-study-content .flex-container,.casestudy-template-otp-simple-app .case-study-meta .flex-container{width:calc(100% - 100px);max-width:unset}}.casestudy-template-otp-simple-app .otp-header{margin:0 -25px;background:linear-gradient(310.59deg, #9ADC63 0%, #6FCB3F 97.49%, #6BCC3A 100%);background-image:url("https://ergomania.eu/wp-content/themes/ergomania-template-v3/assets/img/otp-case-hero-bg.png");height:1000px}.casestudy-template-otp-simple-app .otp-header .mobile-menu-container p:after{border:2px solid #fff}@media screen and (min-width: 970px){.casestudy-template-otp-simple-app .otp-header .ergo-mobile-menu{display:none}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){.casestudy-template-otp-simple-app .otp-header{height:1250px}}@media screen and (max-width: 970px){.casestudy-template-otp-simple-app .otp-header .main-navigation{display:none !important}}@media screen and (max-width: 991px){.casestudy-template-otp-simple-app .otp-header .main-navigation .ergo-logo-container .ergomania-logo{display:none}}.casestudy-template-otp-simple-app .otp-header .main-navigation ul li a{color:#fff !important}.casestudy-template-otp-simple-app .otp-header .main-navigation #secondary_menu li:last-of-type a:after{content:"";display:block;border:2px solid #fff !important}@media screen and (max-width: 767px){.casestudy-template-otp-simple-app .otp-header{height:calc(100vh + 850px)}}@media screen and (min-width: 1441px){.casestudy-template-otp-simple-app .otp-header{height:calc(100vh + 100px);max-height:1300px}}.casestudy-template-otp-simple-app section.case-study-meta{position:absolute;top:200px;margin:0 -25px}.casestudy-template-otp-simple-app section.case-study-meta.otp-simple{top:120px}@media screen and (max-width: 767px){.casestudy-template-otp-simple-app section.case-study-meta.otp-simple{top:40px}}@media screen and (min-width: 991px){.casestudy-template-otp-simple-app section.case-study-meta.otp-simple{left:initial;padding-left:75px}}.casestudy-template-otp-simple-app section.case-study-meta.otp-simple .flex-container{max-width:1310px;width:calc(100% - 100px)}@media screen and (max-width: 767px){.casestudy-template-otp-simple-app section.case-study-meta.otp-simple .flex-container{width:calc(100% - 130px);max-width:unset}}@media screen and (max-width: 767px){.casestudy-template-otp-simple-app section.case-study-meta.otp-simple .flex-container{position:relative;top:60px;padding-bottom:60px}}.casestudy-template-otp-simple-app section.case-study-meta h1{font-size:60px;color:#fff;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600}@media screen and (max-width: 767px){.casestudy-template-otp-simple-app section.case-study-meta h1{font-size:36px}}.casestudy-template-otp-simple-app section.case-study-meta h2{font-size:16px;line-height:30px;color:#fff;margin-left:100px;position:relative;top:-12px;font-weight:300}.casestudy-template-otp-simple-app section.case-study-meta h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #fff;width:80px}@media screen and (max-width: 767px){.casestudy-template-otp-simple-app section.case-study-meta h2{margin-left:60px}.casestudy-template-otp-simple-app section.case-study-meta h2:before{left:-60px;width:40px}}.casestudy-template-otp-simple-app section.case-study-meta .meta-details .col-title{font-weight:600;font-size:18px;color:#fff;text-transform:uppercase}.casestudy-template-otp-simple-app section.case-study-meta .meta-details .col-text{font-weight:300;font-size:16px;color:#fff;line-height:1.69;letter-spacing:-0.4px}.casestudy-template-otp-simple-app .team-list,.casestudy-template-otp-simple-app .services-list{list-style-type:none;margin:0;padding:0;font-weight:300}.casestudy-template-otp-simple-app .team-list li,.casestudy-template-otp-simple-app .services-list li{font-weight:300;font-size:16px;color:#fff;text-transform:capitalize;line-height:27px;padding:3px 0}.casestudy-template-otp-simple-app .case-study-content>.flex-container{max-width:960px}@media screen and (max-width: 767px){.casestudy-template-otp-simple-app .case-study-content .flex-container{width:calc(100% - 40px);max-width:unset}}.casestudy-template-otp-simple-app .case-study-content{position:relative}.casestudy-template-otp-simple-app .case-study-content.otp-simple{top:-140px}.casestudy-template-otp-simple-app .case-study-content.otp-simple .featured-image img{box-shadow:0 11px 10px 0 rgba(0,0,0,0.1)}@media screen and (max-width: 1332px){.casestudy-template-otp-simple-app .case-study-content.otp-simple{top:0}}.casestudy-template-otp-simple-app .case-study-content h1{font-size:25px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;line-height:1.2;letter-spacing:-0.5px}.casestudy-template-otp-simple-app .case-study-content h1:after{content:"";display:block;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}.casestudy-template-otp-simple-app .case-study-content p{font-weight:300;font-size:16px;color:#1C3142;line-height:1.69;letter-spacing:-0.3px}.casestudy-template-otp-simple-app .case-study-content .little-box{background-color:#7bd04a;box-shadow:0 5px 20px 5px rgba(0,0,0,0.1);padding:25px;float:right;position:relative;top:-300px;left:-100px}@media screen and (max-width: 767px){.casestudy-template-otp-simple-app .case-study-content .little-box{left:0;top:0;margin-top:20px}}.casestudy-template-otp-simple-app .case-study-content .little-box h1{font-size:25px;color:#fff;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;margin-top:0}.casestudy-template-otp-simple-app .case-study-content .little-box h1:after{border:1px solid #fff}.casestudy-template-otp-simple-app .case-study-content .little-box p{font-weight:300;font-size:16px;color:#fff;line-height:1.69;letter-spacing:-0.3px}.casestudy-template-otp-simple-app .case-study-content .testimonial-container .testimonial-text{font-weight:600;font-size:30px;color:#1C3142;line-height:1.33;letter-spacing:-0.6px;margin-bottom:0}.casestudy-template-otp-simple-app .case-study-content .testimonial-container .testimonial-text:after{margin-top:53px;content:"";display:block;position:relative;top:-30px;border:1px solid #B4B4B4;width:100%}.casestudy-template-otp-simple-app .case-study-content .testimonial-container .testimonial-text:before{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAA8CAMAAADPEm3EAAAADFBMVEUAAAB800x80Up70EpbDqCPAAAAA3RSTlMAQMCRa0lrAAAARklEQVR42u3OMQ4AIAgEQdT//9lSEhqijcXQcplsrMbFudYeCoVCoVAoFAqF/oOWG2Uz0/dyP8topG9rL1SoUKFChQp9Dd3+7SiBopfSqgAAAABJRU5ErkJggg==);width:84px;height:60px;position:absolute;margin-top:-100px}.casestudy-template-otp-simple-app .case-study-content .testimonial-container .testimonial-author{line-height:1.69;margin-top:0;font-weight:600;font-size:16px;color:#1C3142}.casestudy-template-otp-simple-app .case-study-content .testimonial-container .testimonial-author span{display:block;font-weight:300}@media screen and (max-width: 767px){.casestudy-template-otp-simple-app .case-study-content .mt-85{margin-top:0}.casestudy-template-otp-simple-app .case-study-content .mb--250{margin-bottom:0}}#ergo-contact-container .contact-meta-container img{height:100%;width:auto;max-width:100%}.casestudy-template-genertel figure{margin:60px auto;position:relative}.casestudy-template-genertel figure figcaption.caption-box{position:absolute;background-color:#ed4353;color:white;padding:15px 25px;max-width:340px;min-height:82px;display:flex;align-items:center}.casestudy-template-genertel figure figcaption.caption-box.bottom{bottom:-20px}.casestudy-template-genertel figure figcaption.caption-box.bottom.left{left:40px}@media screen and (min-width: 992px){.casestudy-template-genertel figure figcaption.caption-box.bottom.left.overflow{bottom:40px;left:-20px}}.casestudy-template-genertel figure figcaption.caption-box.bottom.right{right:40px}@media screen and (min-width: 992px){.casestudy-template-genertel figure figcaption.caption-box.bottom.right.overflow{bottom:40px;right:-20px}}.casestudy-template-genertel section.case-study-meta{background:linear-gradient(299deg, #f0f0f0, #fff);margin:0 -30px;margin-left:auto;margin-right:auto}@media screen and (min-width: 1333px){.casestudy-template-genertel section.case-study-meta{padding:150px 0 0;position:relative;top:-110px}}.casestudy-template-genertel section.case-study-meta>.flex-container{max-width:1180px}@media screen and (max-width: 767px){.casestudy-template-genertel section.case-study-meta{top:80px;margin:0 -10px;padding:0 10px}}.casestudy-template-genertel section.case-study-meta h1{margin-top:10px;font-size:60px;color:#dc5158;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600}@media screen and (max-width: 767px){.casestudy-template-genertel section.case-study-meta h1{margin-top:0;font-size:36px}}.casestudy-template-genertel section.case-study-meta h2{font-size:16px;line-height:30px;color:#1f3140;margin-left:100px;position:relative;top:-12px;font-weight:300}.casestudy-template-genertel section.case-study-meta h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}@media screen and (max-width: 767px){.casestudy-template-genertel section.case-study-meta h2{margin-left:60px}.casestudy-template-genertel section.case-study-meta h2:before{left:-60px;width:40px}}.casestudy-template-genertel section.case-study-meta .col-title{font-weight:600;font-size:18px;color:#1f3140;text-transform:uppercase}.casestudy-template-genertel section.case-study-meta .col-text{font-weight:300;font-size:16px;color:#1f3140;line-height:1.69;letter-spacing:-0.4px}@media screen and (max-width: 768px){.casestudy-template-genertel section.case-study-meta .meta-details .col-title{padding:0 10px}}@media screen and (min-width: 1333px){.casestudy-template-genertel section.case-study-meta .meta-details .flex-col-md-11>.flex-row{padding:0;padding:0}}@media screen and (max-width: 767px){.casestudy-template-genertel section.case-study-meta .meta-details div[class^="flex-col"]{padding:0}}@media screen and (max-width: 767px){.casestudy-template-genertel section.case-study-meta .meta-details div[class^="flex-row"]:first-of-type{justify-content:center}}.casestudy-template-genertel section.case-study-meta .team-list,.casestudy-template-genertel section.case-study-meta .services-list{list-style-type:none;margin:0;padding:0;font-weight:300}@media screen and (max-width: 768px){.casestudy-template-genertel section.case-study-meta .team-list,.casestudy-template-genertel section.case-study-meta .services-list{padding:0 10px}}.casestudy-template-genertel section.case-study-meta .team-list li,.casestudy-template-genertel section.case-study-meta .services-list li{font-weight:300;font-size:16px;color:#1f3140;text-transform:capitalize;line-height:30px}.casestudy-template-genertel section.case-study-meta .mockup-container{flex:0 0 auto}@media screen and (max-width: 768px){.casestudy-template-genertel section.case-study-meta .mockup-container{padding:0 10px}}.casestudy-template-genertel section.case-study-meta .mockup-container img{max-width:100%;position:relative;top:145px}@media screen and (max-width: 1332px){.casestudy-template-genertel section.case-study-meta .mockup-container img{left:0;top:0}}@media screen and (max-width: 767px){.casestudy-template-genertel section.case-study-meta .mockup-container img{left:0;top:90px;max-width:100%}}.casestudy-template-genertel section.case-study-meta .flex-container .flex-row:first-of-type div[class^="flex-col-md-6"]:last-of-type p.col-title{font-weight:600;font-size:18px;color:#1f3140;text-transform:uppercase}.casestudy-template-genertel section.case-study-meta .flex-container .flex-row:first-of-type div[class^="flex-col-md-6"]:last-of-type p.col-text{font-weight:300;font-size:16px;color:#1f3140;line-height:1.69;letter-spacing:-0.4px}.casestudy-template-genertel section.case-study-content{max-width:960px;margin:0 auto}.casestudy-template-genertel section.case-study-content img{width:unset;max-width:100%;height:auto;display:table;margin:0 auto}.casestudy-template-genertel section.case-study-content a{color:#FB5B33;font-weight:inherit}@media screen and (min-width: 992px){.casestudy-template-genertel section.case-study-content .mobile-first-textbox{height:360px}}@media only screen and (min-device-width: 360px) and (max-device-width: 640px){.casestudy-template-genertel section.case-study-content .mobile-first-textbox{top:70px;position:relative}}@media screen and (max-width: 767px){.casestudy-template-genertel section.case-study-content .flex-row .flex-col-xs-12{padding:30px 10px}.casestudy-template-genertel section.case-study-content .flex-row.mt-225{margin-top:25px}.casestudy-template-genertel section.case-study-content .flex-row.mt-60{margin-top:0}}.casestudy-template-genertel section.case-study-content h1{font-size:25px;color:#dc5158;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600}.casestudy-template-genertel section.case-study-content h1:after{content:"";display:block;border-top:1px solid #B4B4B4;width:80px;margin-top:14px}.casestudy-template-genertel section.case-study-content p{font-weight:300;font-size:16px;color:#1f3140;line-height:1.69;letter-spacing:-0.3px}@media screen and (max-width: 768px){.casestudy-template-genertel section+.case-studies-excerpt{padding:0 30px}}@media screen and (max-width: 768px){.casestudy-template-genertel section+.case-studies-excerpt+.case-studies-container{padding:0 30px}}@media screen and (max-width: 1332px){.casestudy-template-genertel .mobile-menu-container p{color:#1c3142}}.casestudy-template-genertel .single-page-navigation .ergo-mobile-menu{margin:0}@media screen and (max-width: 992px){.casestudy-otp-ebiz .single-page-navigation,.casestudy-otp-styleguide .single-page-navigation{background:linear-gradient(187deg, #f0f0f0, #fff)}}@media screen and (min-width: 768px) and (max-width: 992px){.casestudy-otp-ebiz .single-page-navigation,.casestudy-otp-styleguide .single-page-navigation{margin:0 -40px}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){.single-page-navigation{background:linear-gradient(187deg, #f0f0f0, #fff)}.single-page-navigation{margin:0 35px}}.casestudy-template-white-label .ergo-mobile-menu{margin:0}.casestudy-template-white-label #page{width:100%;padding-left:0;padding-right:0}.casestudy-template-white-label .postid-2525 .main-navigation .menu#secondary_menu li:last-of-type a:after{border:2px solid white}.casestudy-template-white-label .case-study-content>.flex-container{max-width:960px}@media screen and (max-width: 767px){.casestudy-template-white-label .case-study-content .flex-container,.casestudy-template-white-label .case-study-meta .flex-container{width:calc(100% - 40px);max-width:unset}}.casestudy-template-white-label .ergo-mobile-menu+.flex-container{max-width:1360px}@media screen and (max-width: 992px){.casestudy-template-white-label .mt-85{margin-top:0}}@media screen and (max-width: 768px){.casestudy-template-white-label section.genertel-header{padding:0 30px !important}}.casestudy-template-white-label img.sold-to{position:relative;top:40px}@media screen and (max-width: 1332px){.casestudy-template-white-label img.sold-to{display:none}}.casestudy-template-white-label img.sold-to-mobile{display:none}.casestudy-template-white-label .whitelabel-header{background:#02c3c5}@media screen and (min-width: 992px){.casestudy-template-white-label .whitelabel-header{margin:0 -25px}}@media screen and (max-width: 991px){.casestudy-template-white-label .whitelabel-header .main-navigation .ergo-logo-container img{display:none}}.casestudy-template-white-label .whitelabel-header .main-navigation ul.menu li a{color:#fff !important}.casestudy-template-white-label .whitelabel-header .main-navigation #secondary_menu li:last-of-type a:after{content:"";display:block;border:2px solid #fff !important}.casestudy-template-white-label .whitelabel-header .mobile-menu-container p:after{border:2px solid #fff}.casestudy-template-white-label .whitelabel-header .mobile-menu-container .ergomania-logo-mobile{top:unset;margin-top:13px;margin-left:unset}.casestudy-template-white-label section.case-study-meta.whitelabel{background:linear-gradient(338deg, #00cacd 46%, #02c3c5 46%);padding:60px 0 0;margin:0 -25px}@media screen and (max-width: 767px){.casestudy-template-white-label section.case-study-meta.whitelabel{padding:0 0 200px;margin:0}}.casestudy-template-white-label section.case-study-meta.whitelabel .flex-container{max-width:1260px;width:calc(100% - 100px)}@media screen and (max-width: 767px){.casestudy-template-white-label section.case-study-meta.whitelabel .flex-container{position:relative;top:60px;padding-bottom:60px}}.casestudy-template-white-label section.case-study-meta.whitelabel h1{font-size:60px;color:#fff;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;font-size:70px;margin-top:14px}@media screen and (max-width: 767px){.casestudy-template-white-label section.case-study-meta.whitelabel h1{font-size:36px}}.casestudy-template-white-label section.case-study-meta.whitelabel h2{font-size:16px;line-height:30px;color:#fff;margin-left:100px;position:relative;top:-12px;font-weight:300}.casestudy-template-white-label section.case-study-meta.whitelabel h2:before{content:"";display:block;left:-100px;position:relative;top:16px;border:1px solid #fff;width:80px}@media screen and (max-width: 767px){.casestudy-template-white-label section.case-study-meta.whitelabel h2{margin-left:60px}.casestudy-template-white-label section.case-study-meta.whitelabel h2:before{left:-60px;width:40px}}.casestudy-template-white-label section.case-study-meta.whitelabel .meta-details .flex-col-md-11{margin-left:auto;margin-right:auto;padding:0 !important}.casestudy-template-white-label section.case-study-meta.whitelabel .meta-details .pd-10{padding:10px !important}.casestudy-template-white-label section.case-study-meta.whitelabel .meta-details .col-title{font-weight:600;font-size:18px;color:#fff;text-transform:uppercase;font-weight:600}.casestudy-template-white-label section.case-study-meta.whitelabel .meta-details .col-text{font-weight:300;font-size:16px;color:#fff;line-height:1.69;letter-spacing:-0.4px;font-weight:600}.casestudy-template-white-label section.case-study-meta.whitelabel .meta-details .team-list,.casestudy-template-white-label section.case-study-meta.whitelabel .meta-details .services-list{list-style-type:none;margin:0;padding:0;font-weight:300}.casestudy-template-white-label section.case-study-meta.whitelabel .meta-details .team-list li,.casestudy-template-white-label section.case-study-meta.whitelabel .meta-details .services-list li{font-weight:300;font-size:16px;color:#fff;text-transform:capitalize;line-height:30px}.casestudy-template-white-label .case-study-content img.phone-2-desktop{display:none}@media screen and (min-width: 991px){.casestudy-template-white-label .case-study-content img.phone-2-desktop{display:initial}}.casestudy-template-white-label .case-study-content img.phone-2-mobile{display:none}@media screen and (max-width: 991px){.casestudy-template-white-label .case-study-content img.phone-2-mobile{display:initial}}@media screen and (max-width: 768px){.casestudy-template-white-label .case-study-content img.fullheight-whitelabel{margin-top:-170px}}@media screen and (min-width: 1333px){.casestudy-template-white-label .case-study-content img.fullheight-whitelabel{position:relative;top:-300px;margin-bottom:-200px}}.casestudy-template-white-label .case-study-content img.fullheight-whitelabel.mobile{display:none}@media screen and (max-width: 991px){.casestudy-template-white-label .case-study-content img.fullheight-whitelabel.mobile{display:none}}.casestudy-template-white-label .case-study-content img.mobile{display:none}@media screen and (max-width: 991px){.casestudy-template-white-label .case-study-content img.mobile{display:initial}}@media screen and (max-width: 991px){.casestudy-template-white-label .case-study-content img.phone-2{display:none}}.casestudy-template-white-label .case-study-content p{font-weight:300;font-size:16px;color:#1C3142;letter-spacing:-0.4px}.casestudy-template-white-label .case-study-content.white-label{background-color:#fff}.casestudy-template-white-label .case-study-content.white-label p a{color:#00adb0}@media screen and (max-width: 767px){.casestudy-template-white-label .case-study-content.white-label>div>div.flex-row.mt--85.flex-center-xs>div.flex-col-md-6.text-left{order:1}.casestudy-template-white-label .case-study-content.white-label div>div:nth-child(3)>div:nth-child(1){order:2}.casestudy-template-white-label .case-study-content.white-label div>div:nth-child(6)>div.flex-col-md-4.flex-col-md-offset-1.flex-col-xs-12{margin-top:20px}.casestudy-template-white-label .case-study-content.white-label div>div:nth-child(6)>div.flex-col-md-4.flex-col-md-offset-1.flex-col-xs-12 img{width:70%}.casestudy-template-white-label .case-study-content.white-label .mt--85{margin-top:0}.casestudy-template-white-label .case-study-content.white-label .mt--85 h1{margin-top:0}}.casestudy-template-white-label .case-study-content.white-label h1{color:#00cacd;font-weight:bold;font-size:25px;text-transform:uppercase;margin-top:90px;margin-bottom:50px;line-height:initial}.casestudy-template-white-label .case-study-content.white-label h1:after{content:"";display:block;position:relative;border:1px solid #B4B4B4;width:80px;top:22px;margin-bottom:80px}.casestudy-template-white-label .case-study-content.white-label h1+h2{padding-top:0}@media screen and (max-width: 992px){.casestudy-template-white-label .case-study-content.white-label h1{margin-top:0}}.casestudy-template-white-label .case-study-content.white-label h2{font-weight:bold;color:#1C3142;font-size:20px;padding:14px 0 0 0;max-width:460px;line-height:28px}.casestudy-template-white-label .case-study-content.white-label .whitelabel-list{margin:0 0 0 0;max-width:532px;text-align:left}.casestudy-template-white-label .case-study-content.white-label .whitelabel-list li{line-height:1.69;color:#00cacd}.casestudy-template-white-label #page.flex-container{width:100%}.casestudy-template-white-label #newsletter.flex-row{padding-top:30px}@media screen and (max-width: 767px){.case-study-meta.otp-style-guide{left:30px;top:40px}}.otp-style-guide-header{background:linear-gradient(310.59deg, #9ADC63 0%, #6FCB3F 97.49%, #6BCC3A 100%);height:calc(100vh + 250px)}.otp-style-guide-header .mobile-menu-container p:after{border:2px solid #fff}@media screen and (max-width: 970px){.otp-style-guide-header .main-navigation{display:none !important}}@media screen and (max-width: 991px){.otp-style-guide-header .main-navigation .ergo-logo-container .ergomania-logo{display:none}}.otp-style-guide-header .main-navigation ul li a{color:#fff !important}.otp-style-guide-header .main-navigation #secondary_menu.green-border li:last-of-type a:after{content:"";display:block;border:2px solid #fff !important}@media screen and (max-width: 767px){.otp-style-guide-header{height:calc(100vh + 450px)}}@media screen and (min-width: 1333px){.otp-style-guide-header{margin-left:-40px;margin-right:-40px}}.case-study-content{font-weight:300;font-size:16px;color:#1C3142;line-height:1.69;letter-spacing:-0.5px;top:-250px}.case-study-content.otp-style-guide ul,.case-study-content.otp-style-guide li,.case-study-content.otp-style-guide blockquote{font-weight:300;font-size:16px;color:#1C3142;line-height:1.69;letter-spacing:-0.5px}@media screen and (max-width: 767px){.case-study-content.otp-style-guide ul{margin:20px 0 20px 0}}.case-study-content.otp-style-guide blockquote{position:relative}.case-study-content.otp-style-guide blockquote:before{position:absolute;height:100%;width:4px;background-color:#6BCC3A;margin-left:-20px}.case-study-content.otp-style-guide h2{font-size:25px;color:#1C3142;text-transform:uppercase;line-height:60px;margin-top:35px;margin-bottom:30px;font-weight:600;line-height:1.69;letter-spacing:-0.5px}.case-study-content.otp-style-guide h2:after{content:"";display:block;position:relative;top:16px;border:1px solid #B4B4B4;width:80px}body.casestudy-memoq-website-setup .case-study-content>.flex-container>.flex-row>.flex-col-xs-12{max-width:940px;margin:0 auto}@media screen and (min-width: 1333px){body.casestudy-memoq-website-setup .case-study-meta.default h2{max-width:400px}}@media screen and (min-width: 1333px) and (max-width: 1679px){body.casestudy-joautok-hu-case-study .case-study-meta.default,body.casestudy-joautok-hu .case-study-meta.default{padding-bottom:50px}body.casestudy-joautok-hu-case-study .case-study-meta.default .flex-container,body.casestudy-joautok-hu .case-study-meta.default .flex-container{max-width:1150px}}@media screen and (max-width: 767px){.casestudy-joautok-hu .hero-image{flex-basis:100%;max-width:100%}}#newsletter-subs{width:100%;background:#fff}#newsletter-subs tbody tr td{text-align:center}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:400}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}button,input,select,textarea{color:#404040;font-family:sans-serif;font-size:16px;font-size:1rem;line-height:1.5}h1,h2,h3,h4,h5,h6{clear:both}p{margin-bottom:1.5em}dfn,cite,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch", Courier, monospace;font-size:15px;font-size:0.9375rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;font-size:15px;font-size:0.9375rem}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#fff9c0;text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{background:#fff}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}ul,ol{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:1.5em}dt{font-weight:bold}dd{margin:0 1.5em 1.5em}table{margin:0 0 1.5em;width:100%}button,input[type="button"],input[type="reset"],input[type="submit"]{border:1px solid;border-color:#ccc #ccc #bbb;border-radius:3px;background:#e6e6e6;box-shadow:inset 0 1px 0 rgba(255,255,255,0.5),inset 0 15px 17px rgba(255,255,255,0.5),inset 0 -5px 12px rgba(0,0,0,0.05);color:rgba(0,0,0,0.8);font-size:12px;font-size:0.75rem;line-height:1;padding:.6em 1em .4em;text-shadow:0 1px 0 rgba(255,255,255,0.8)}button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{border-color:#ccc #bbb #aaa;box-shadow:inset 0 1px 0 rgba(255,255,255,0.8),inset 0 15px 17px rgba(255,255,255,0.8),inset 0 -5px 12px rgba(0,0,0,0.02)}button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button:active,input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active{border-color:#aaa #bbb #bbb;box-shadow:inset 0 -1px 0 rgba(255,255,255,0.5),inset 0 2px 5px rgba(0,0,0,0.15)}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],textarea{color:#666;border:1px solid #ccc;border-radius:3px}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,textarea:focus{color:#111}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"]{padding:3px}textarea{padding-left:3px;width:100%}a{color:royalblue}a:visited{color:purple}a:hover,a:focus,a:active{color:midnightblue}a:focus{outline:thin dotted}a:hover,a:active{outline:0}.main-navigation{clear:both;display:block;float:left;width:100%}.main-navigation ul{display:none;list-style:none;margin:0;padding-left:0}.main-navigation li{float:left}.main-navigation a{display:block;text-decoration:none}.main-navigation ul ul{float:left;position:absolute;top:2.3em;left:-999em;z-index:99999}.main-navigation ul ul:hover{position:relative;left:0}.main-navigation ul ul ul{left:-999em;top:0}.main-navigation ul ul ul{left:0;background-color:#FB5B33;width:100%}.main-navigation ul ul a{width:200px}.main-navigation ul ul li{float:none}.main-navigation ul ul a{font-size:14px;text-align:left}.main-navigation ul li:hover>ul,.main-navigation ul li.focus>ul{left:auto}.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul{left:100%}.menu-toggle,.main-navigation.toggled ul{display:block}@media screen and (min-width: 37.5em){.menu-toggle{display:none}.main-navigation ul{display:block}}.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation{margin:0 0 1.5em;overflow:hidden}.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous{float:left;width:50%}.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next{float:right;text-align:right;width:50%}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-size:0.875rem;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after{content:"";display:table}.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after{clear:both}.widget{margin:0 0 1.5em}.widget select{max-width:100%}.widget_search .search-submit{display:none}.sticky{display:block}.hentry{margin:0 0 1.5em}.byline,.updated:not(.published){display:none}.single .byline,.group-blog .byline{display:inline}.page-content,.entry-content,.entry-summary{margin:1.5em 0 0}.page-links{clear:both;margin:0 0 1.5em}.blog .format-aside .entry-title,.archive .format-aside .entry-title{display:none}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*="wp-image-"]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:0.8075em 0}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.site-header{width:100%;overflow:hidden}.site-branding{float:left;width:300px;padding:10px 30px}.site-branding p{margin:0}.site-branding h1{font-size:16px;margin:0}.main-navigation{display:inline;width:auto;float:none}.main-navigation>li{padding:0 15px 0 0}.site-footer{background:#ddd;padding:30px}.jpnl-row{display:table-row}.jpnl-cell-wrap{display:table-cell}@media only screen and (min-width: 1333px){body.lang-hu .primary-navigation.flex-container{width:calc(100% - 20px)}}body.lang-hu .primary-navigation #siteNavigationWrapper .language-switcher{position:absolute;bottom:40px;right:40px}body.lang-hu.home .hero-wrapper .hero-header-content .title.hero{line-height:92px}@media screen and (max-width: 1023px){body.lang-hu.home .hero-wrapper .hero-header-content .title.hero{font-size:40px;line-height:45px}}@media screen and (max-width: 768px){body.lang-hu .home-page-workflow>.flex-row{padding:0 20px}}body.lang-hu .home-page-workflow .title.workflow{line-height:unset}body.lang-hu .home-page-workflow .subtitle.workflow{line-height:23px;top:-12px}body.lang-hu .home-page-customers .customers-container-wrapper .customers-parent{grid-template-columns:1fr 1fr 1fr}body.lang-hu .home-page-customers .customers-container-wrapper .customers-parent .customers{height:140px}body.lang-hu .home-page-customers .customers-content .work-with-us{display:inline-block;width:auto;white-space:nowrap}body.lang-hu .case-study-boxes.fintech .box-wrapper .case-study-box .featured span{max-width:270px}body.lang-hu .home-page-customers .customers-meta-container .subtitle.customers{line-height:23px}body.lang-hu .home-page-customers .customers-meta-container .subtitle.customers:before{top:12px}@media screen and (min-width: 1200px){body.lang-hu .case-study-boxes .case-studies-section-title .title{font-size:47px}}@media screen and (max-width: 1332px){body.lang-hu .case-study-boxes .case-studies-section-title .title{font-size:30px;line-height:38px}}body.lang-hu .ergomania-team .team-sticky .side-text{margin-bottom:17px}body.lang-hu .ergomania-team .team-sticky h1{margin-top:initial;margin-bottom:initial;margin:0 0 20px 0}body.lang-hu .ergomania-team .team-sticky h2{line-height:23px;top:-12px}body.lang-hu .blogpost-excerpts .section-title-cotainer h2{line-height:23px;top:-12px}body.lang-hu .ergomania-testimonials h1{margin-top:78px;margin-bottom:42px}body.lang-hu .primary-navigation #siteNavigationWrapper .main-navigation .menu li{font-size:15px}body.lang-hu .primary-navigation #siteNavigationWrapper .main-navigation .menu li a{padding:0 10px}body.lang-hu ul#menu-secondary-menu li:last-of-type{padding:0 30px !important}body.lang-hu .blogpost-excerpts .featured-post-container .featured-post-meta h1{letter-spacing:0}@media screen and (max-width: 1024px){body.lang-hu div#newsletter-form{margin-bottom:40px}}@media screen and (max-width: 767px){body.lang-hu .ergomania-footer .flex-center-lg #newsletter h1{font-size:30px;line-height:36px;letter-spacing:0}}@media screen and (max-width: 767px){body.lang-hu .newsletter-submit-container>div{margin-bottom:10px}}@media screen and (max-width: 767px){body.lang-hu .ergomania-footer .flex-center-lg #footer-bottom span.c{font-size:12px}}body.lang-hu .blogpost-excerpts .featured-post-container .featured-post-meta .text-excerpt{max-width:500px}@media screen and (min-width: 1333px){.services>.flex-container{width:calc(100% - 50px)}}@media screen and (max-width: 768px){html{overflow-x:hidden}}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{zoom:1}a[rel=tag]{pointer-events:none}body>.flex-container{position:relative;z-index:10;padding:0}:active,:focus,:hover{outline:none}@media only screen and (min-width: 1440px){.flex-container{max-width:1600px}}.hidden{display:none}a{text-decoration:none;color:black;text-rendering:optimizeLegibility;transition:all 200ms ease-in-out}a:hover{color:#FB5B33}a:visited{color:black}.comment-icon{position:relative;top:5px;height:17px;width:auto;margin:0 5px}@media screen and (max-width: 767px){.single-post .flex-container{width:100%}}.text-left{text-align:left}.no-overflow{overflow:hidden !important}.textarea-example .content{width:360px}.textarea-example .content form{margin:25px 0 15px 0}.textarea-example .content textarea,.textarea-example .textarea-clone{width:300px;padding:0 10px;line-height:25px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.textarea-wrapper textarea{height:160px;resize:none;overflow:hidden;outline:none;margin:0;border:none;background:transparent;box-shadow:none}.textarea-wrapper{height:182px;overflow:hidden}.textarea-clone{position:absolute;top:-9999px;left:-9999px;visibility:hidden;min-height:160px;word-wrap:break-word;white-space:pre-wrap}.textarea-wrapper .mCSB_scrollTools{margin:10px 5px}.scrollTo-demo .content{height:290px}.scrollTo-demo .demo-y{height:600px}.scrollTo-demo .demo-x{width:660px;background-color:#252525}.scrollTo-demo .demo-x p{float:left;width:300px;margin-left:30px;height:auto;padding:5px 10px;background-color:#333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.scrollTo-demo .demo-x hr+p{margin-left:0}.scrollTo-demo .demo-yx{background-color:#424242}.scrollTo-demo .demo-yx p{width:1000px}.scrollTo{font-size:12px}.scrollTo+.scrollTo{margin-top:20px}.scrollTo ul li:first-child span{display:block;padding:3px 15px}#test-id{background-color:#eb3755;color:#fff}.rtl-demo #content-1{width:500px}.rtl-demo #content-1 p{width:1000px}.transitions #examples{-webkit-perspective:1000;-moz-perspective:1000}.transitions .content{-webkit-transition:all .6s ease-out;-moz-transition:all .6s ease-out;-o-transition:all .6s ease-out;transition:all .6s ease-out}.postid-2525 .case-studies-container .more-cases.case-1 .case-study-featured-image-container .case-study-featured-image,.postid-2468 .case-studies-container .more-cases.case-1 .case-study-featured-image-container .case-study-featured-image,.postid-2308 .case-studies-container .more-cases.case-1 .case-study-featured-image-container .case-study-featured-image{right:200px !important}.more-cases:not(.case-0) .case-study .badge{display:none !important}.more-cases article .case{height:auto !important;min-height:450px !important;padding:30px 0}@media screen and (max-width: 767px){.more-cases article .case{padding:unset}}.ios,.ios *{cursor:pointer}.btn-disabled{background-color:#B4B4B4 !important;pointer-events:none;border:none;background:none}input:-webkit-autofill{-webkit-box-shadow:none;background-color:#fff !important}#contactUs .form-container h1{text-transform:none !important}.single-page-content .site-main>.flex-container{max-width:1226px}@media screen and (max-width: 767px){.single-page-content .site-main>.flex-container{padding:0 20px 0 20px}}@media screen and (max-width: 767px){.flex-container-fix{margin-left:-5px}}@media screen and (max-width: 767px){.single-page-content h2{margin-bottom:40px !important}}@media screen and (max-width: 767px){.page .ergomania-footer{margin-top:-190px !important}}@media screen and (max-width: 767px){.page-blog-list .ergomania-footer{margin-top:-110px !important}}.ergo-hidden{display:none !important}.single-post .single-page-content ol{font-weight:300;font-size:16px;color:#1C3142;margin:0}.single-post .single-page-content ol li{padding:6px 0}@media screen and (max-width: 767px){.no-margin-sm{margin:0 !important}}.post-template-default .menu-helper{padding:0 80px !important}@media screen and (orientation: landscape){.post-template-default .menu-helper{padding:0 !important}}img:not(.initial){transition:opacity 1s}img.lazy{opacity:0}img.initial,img.loaded,img.error{opacity:1}img:not([src]){visibility:hidden}#sidebar-email{min-width:180px}ul.custom-bullet,ul.visitor-list{list-style-type:none;margin:30px 0;padding:0;display:flex;flex-direction:column;width:100%;flex-basis:100%;position:relative;margin-bottom:40px}@media screen and (max-width: 767px){ul.custom-bullet,ul.visitor-list{padding-left:20px}}@media screen and (max-width: 767px){ul.custom-bullet li,ul.visitor-list li{flex-direction:column}}ul.custom-bullet li:before,ul.visitor-list li:before{content:unset !important}@media screen and (max-width: 767px){ul.custom-bullet li span:first-of-type,ul.visitor-list li span:first-of-type{max-width:100%}}ul.custom-bullet li span:last-of-type,ul.visitor-list li span:last-of-type{font-weight:300}ul.custom-bullet li,ul.visitor-list li{display:flex;font-weight:300;font-size:16px;color:#1c3142;padding:6px 0;position:relative;left:30px}ul.custom-bullet li:after,ul.visitor-list li:after{content:"";display:block;width:7px;height:7px;background-color:#fb5b33;border-radius:20px;min-width:7px;margin:auto 10px auto 14px;background-repeat:no-repeat;position:absolute;top:50%;transform:translateY(-50%);left:-38px;background-repeat:no-repeat}@media screen and (max-width: 767px){ul.custom-bullet li:after,ul.visitor-list li:after{flex-direction:row;line-height:27px;left:-35px}}@media screen and (min-width: 1332px){ul.custom-bullet,ul.visitor-list{max-width:960px}}@media screen and (max-width: 767px){ul.custom-bullet,ul.visitor-list{padding:20px}}

