@import url(https://fonts.googleapis.com/css?family=Hind|Roboto);/**
 * Mixins
 */
.container, .container-fluid {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 36em) {
  .container {
    width: 37rem; }
  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }
  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-offset-0, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 63rem; }
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }
  .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-offset-0, .col-xl-offset-1, .col-xl-offset-10, .col-xl-offset-11, .col-xl-offset-12, .col-xl-offset-2, .col-xl-offset-3, .col-xl-offset-4, .col-xl-offset-5, .col-xl-offset-6, .col-xl-offset-7, .col-xl-offset-8, .col-xl-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-xl-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-xl-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-xl-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-xl-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-xl-offset-0 {
    margin-left: 0; }
  .col-xl-offset-1 {
    margin-left: 8.33333333%; }
  .col-xl-offset-2 {
    margin-left: 16.66666667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333333%; }
  .col-xl-offset-5 {
    margin-left: 41.66666667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333333%; }
  .col-xl-offset-8 {
    margin-left: 66.66666667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333333%; }
  .col-xl-offset-11 {
    margin-left: 91.66666667%; }
  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

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

body {
  font-family: "Hind", sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #333;
  --china-color: #ed392a;
  --breakpoint: "xsmall"; }
  @media screen and (min-width: 35em) {
    body {
      --breakpoint: "small"; } }
  @media screen and (min-width: 48em) {
    body {
      --breakpoint: "medium"; } }
  @media screen and (min-width: 64em) {
    body {
      --breakpoint: "large"; } }
  body.sidebar-active {
    overflow: hidden; }

a {
  text-decoration: none;
  color: gray; }

.container {
  max-width: 90%;
  margin: 0 auto; }

.container-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.8; }
  @media screen and (min-width: 48em) {
    .container-overlay {
      display: none; } }
  .container-overlay.sidebar-active {
    display: block; }

.content {
  max-width: 700px;
  margin: 0 auto; }

.title {
  font-family: "Roboto", sans-serif;
  margin: 1rem auto;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1.36;
  color: #000;
  text-align: left; }
  @media screen and (min-width: 48em) {
    .title {
      font-size: 25px;
      font-size: 1.5625rem;
      text-align: center;
      margin: 1rem auto; } }

.subtitle {
  margin: 1rem 0;
  line-height: 1; }

p {
  margin: 0 0 1.5rem; }

p.instructions {
  margin-bottom: 2rem; }

.page-title {
  margin-right: 5rem; }
  @media screen and (min-width: 48em) {
    .page-title {
      margin-right: 0; } }
  .page-title .desc {
    margin-bottom: 1rem; }
  .page-title .comparisons {
    width: 90vw;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 48em) {
      .page-title .comparisons {
        width: auto; } }
  .page-title .comparisons-countries {
    display: block; }
    @media screen and (min-width: 48em) {
      .page-title .comparisons-countries {
        display: inline;
        margin-left: 0.5rem; } }
    .page-title .comparisons-countries .checkbox-container {
      display: inline;
      margin-right: 1rem; }
      .page-title .comparisons-countries .checkbox-container label {
        color: #000; }

.content-wrapper {
  position: relative; }

.chart-container {
  position: relative; }

/*----------  Sidebar  ----------*/
/*===============================
=            Sidebar            =
===============================*/
.sidebar {
  position: fixed;
  top: 0;
  right: -80vw;
  width: 80vw;
  background-color: #fff;
  padding: 1rem;
  overflow-y: scroll;
  -webkit-transition: right 0.2s ease-in-out;
  -moz-transition: right 0.2s ease-in-out;
  -ms-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out; }
  @media screen and (min-width: 48em) {
    .sidebar {
      padding: 0 0 0 0;
      position: relative;
      top: unset;
      right: unset;
      width: auto;
      overflow-y: auto; } }
  .sidebar.is-visible {
    z-index: 10;
    right: 0;
    height: 100vh;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 48em) {
    .sidebar .filter-axis-c {
      display: none; } }
  .sidebar .filter-label .axis-type {
    text-transform: capitalize; }

.sidebar-options {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #c42d21;
  cursor: pointer; }
  @media screen and (min-width: 48em) {
    .sidebar-options {
      display: none; } }
  .sidebar-options-open {
    position: absolute;
    right: 1rem;
    z-index: 5; }
    .sidebar-options-open::before {
      content: "";
      position: absolute;
      left: -1.25rem;
      top: 0.35em;
      width: 1em;
      height: 0.1em;
      background: #c42d21;
      box-shadow: 0 0.3em 0 0 #c42d21, 0 0.6em 0 0 #c42d21; }
  .sidebar-options-close {
    position: relative;
    text-align: right;
    margin-bottom: 1rem; }
    .sidebar-options-close::before, .sidebar-options-close::after {
      position: absolute;
      top: 0.25rem;
      right: 3.5rem;
      content: ' ';
      height: 15px;
      width: 2px;
      background-color: #c42d21; }
    .sidebar-options-close::before {
      transform: rotate(45deg); }
    .sidebar-options-close::after {
      transform: rotate(-45deg); }

.filter-intro {
  display: none; }
  @media screen and (min-width: 48em) {
    .filter-intro {
      display: block;
      text-align: right; } }

/*----------  Scatterplot  ----------*/
/*===================================
=            Scatterplot            =
===================================*/
.chart {
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .chart {
      max-height: 600px; } }
  .chart text {
    font-family: "Hind", sans-serif; }

svg {
  shape-rendering: geometricPrecision; }

.g-axis line, .g-axis path {
  stroke: #333; }

.g-axis text {
  fill: #333;
  font-size: 14px;
  font-size: 0.875rem; }

.g-axis .tick line {
  stroke: #c5c5c5; }

.g-axis .tick.minor {
  display: none; }

.g-axis .axis__label {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  fill: #000;
  text-anchor: middle; }
  @media screen and (min-width: 48em) {
    .g-axis .axis__label {
      font-size: 18px;
      font-size: 1.125rem; } }

.item {
  fill-opacity: 0.8; }

path.item {
  fill-opacity: 0.3; }

.chart-year {
  fill: #d4d0cb;
  font-size: 100px; }

.g-guidelines {
  display: none; }
  .g-guidelines.active {
    display: block; }
  .g-guidelines line, .g-guidelines path {
    stroke: #333;
    stroke-dasharray: 4; }
  .g-guidelines text {
    fill: #ed392a;
    text-anchor: middle; }

/*----------  Mean Line  ----------*/
.g-mean line {
  stroke: #69518d;
  stroke-width: 3; }

/*----------  Tooltips  ----------*/
/*================================
=            Tooltips            =
================================*/
.tooltip {
  display: none;
  font-size: 13px;
  line-height: 1.4;
  position: absolute;
  z-index: 20;
  height: auto;
  margin: 0 15px;
  padding: 8px 8px 10px;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #728c99;
  background-color: #fff; }
  @media screen and (min-width: 48em) {
    .tooltip {
      display: block; } }
  .tooltip p {
    margin: 0; }
  .tooltip .tooltip-heading {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center; }
  .tooltip .tooltip-label {
    color: #000; }
  .tooltip .tooltip-body {
    line-height: 1.2;
    color: #808081; }
  .tooltip.tooltip-selected {
    display: block;
    opacity: 1;
    z-index: 15;
    cursor: pointer;
    visibility: visible; }
    .tooltip.tooltip-selected .tooltip-heading {
      margin-bottom: 0; }
    @media screen and (min-width: 48em) {
      .tooltip.tooltip-selected .tooltip-body {
        display: none; } }

/*----------  Legends  ----------*/
/*===============================
=            Legends            =
===============================*/
/*----------  Color Legend  ----------*/
.chart-color-legend .filter-axis-c {
  display: none; }
  @media screen and (min-width: 48em) {
    .chart-color-legend .filter-axis-c {
      display: block;
      width: -moz-fit-content;
      width: fit-content;
      padding-right: 1.5rem; } }

.chart-color-legend .filter-select {
  width: auto;
  margin-bottom: 0.5rem; }

.chart-color-legend ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.chart-color-legend li {
  float: left;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
  font-size: 14px;
  font-size: 0.875rem; }
  .chart-color-legend li span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px; }
  @media screen and (min-width: 48em) {
    .chart-color-legend li.color0 {
      margin-left: 1rem; } }
  .chart-color-legend li.colorChina span {
    background-color: #ed392a !important; }

.chart-color-legend .clear {
  clear: both; }

/*----------  Radius Legend  ----------*/
.chart-radius-legend {
  display: none; }
  @media screen and (min-width: 48em) {
    .chart-radius-legend {
      display: block; } }
  .chart-radius-legend .radius-legend-bg {
    fill: #f1f1f1;
    stroke: #d4d0cb; }
  .chart-radius-legend .radius-legend-circles {
    fill: #fff;
    stroke: #d4d0cb; }
  .chart-radius-legend .radius-legend-circle-ring {
    fill: none;
    stroke: #ed392a; }
  .chart-radius-legend .radius-legend-label {
    font-size: 12px;
    font-size: 0.75rem; }

/*----------  Form Elements  ----------*/
/*=====================================
=            Form Elements            =
=====================================*/
label {
  font-family: "Roboto", sans-serif;
  color: gray;
  display: block; }

.filter-label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px;
  display: block; }
  @media screen and (min-width: 48em) {
    .filter-label {
      font-size: 18px; } }

.filter-desc {
  font-size: 12px;
  margin-bottom: 5px;
  color: gray; }

p.filter-desc {
  line-height: 1.3; }

.filter-option {
  padding-bottom: 1.5rem; }
  @media screen and (min-width: 48em) {
    .filter-option {
      padding-left: 1.25rem; } }

.filter-select {
  font-size: 15px;
  line-height: 1.28571em;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 3px 35px 5px 7px;
  -webkit-user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #555;
  border: 2px solid #455a64;
  -webkit-border-radius: 2px;
  background: #fff;
  background-image: url(b1b0d3dedcc2d31610845d58239d8d8d.svg), linear-gradient(to right, #455a64, #455a64);
  background-repeat: no-repeat;
  background-position: 101% center;
  background-size: 30px 30px, 30px 30px;
  border-radius: 2px;
  -moz-appearance: none;
  -webkit-appearance: none; }

.filter-axis-x .filter-select,
.filter-axis-y .filter-select {
  width: calc(63% - 0.5rem); }

.filter-axis-x .filter-select + .filter-select,
.filter-axis-y .filter-select + .filter-select {
  width: 37%;
  margin-left: 0.5rem; }

.filter-swap-axes {
  margin-bottom: 1rem; }
  .filter-swap-axes .filter-swap {
    display: block;
    width: 20%;
    height: 1.25rem;
    margin: 0 auto;
    border: 0;
    cursor: pointer;
    background-color: transparent; }
    .filter-swap-axes .filter-swap svg {
      max-height: 100%;
      width: auto; }

.checkbox-container {
  position: relative; }
  .checkbox-container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    transition: 0.2s; }
  .checkbox-container input[type="checkbox"] + label {
    display: inline-block;
    font-weight: normal; }
  .checkbox-container input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    vertical-align: -0.2em;
    width: 1rem;
    height: 1rem;
    border: 2px solid #455a64;
    border-radius: 0.2em;
    margin-right: 0.3em;
    background-color: white;
    transition: 0.2s; }
  .checkbox-container input[type="checkbox"]:checked + label {
    font-weight: semibold;
    font-color: red; }
  .checkbox-container input[type="checkbox"]:focus + label:before,
  .checkbox-container input[type="checkbox"]:checked:focus + label:before {
    outline: 2px solid rgba(69, 90, 100, 0.5); }
  .checkbox-container input[type="checkbox"]:hover + label:before {
    background-color: rgba(69, 90, 100, 0.5);
    box-shadow: inset 0 0 0 0.15em white; }
  .checkbox-container input[type="checkbox"]:checked + label:before {
    background-color: #455a64;
    box-shadow: inset 0 0 0 0.15em white; }
  .checkbox-container input[type="checkbox"]:disabled + label {
    opacity: 0.5; }

/*----------  Autocomplete  ----------*/
.country-search {
  margin: 0 0 0.5rem 0;
  padding: 5px 9px;
  background: #f1f1f1;
  border: 1px solid #455a64;
  border-radius: 2px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  width: 100%; }
  .country-search:focus {
    background: #fff; }

.country-search-label {
  margin: 0; }

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #455a64;
  border-top: 0;
  background: #fff;
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  width: 300px;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box; }

.autocomplete-suggestion {
  position: relative;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  line-height: 1.5;
  color: #000; }

.autocomplete-suggestion.selected {
  background: #f1f1f1; }

/*----------  Clear  ----------*/
.clear-filter {
  border: 0;
  text-align: right;
  background-color: transparent;
  float: right;
  cursor: pointer; }

/*----------  Timeline  ----------*/
/*================================
=            Timeline            =
================================*/
#timeline {
  margin: 2rem 1rem 3rem; }

#year-range {
  padding: 1px;
  width: calc(100% - 4rem);
  margin: 0 auto 0 4rem; }
  @media screen and (min-width: 48em) {
    #year-range {
      width: calc(100% - 5rem);
      margin: 0 auto 0 5rem; } }

#playbtn {
  float: left;
  margin-top: -1.3rem; }
  #playbtn .play-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto;
    background-color: #f1f1f1;
    border-radius: 50%;
    border: 1px solid #d4d0cb; }
    @media screen and (min-width: 48em) {
      #playbtn .play-bg {
        width: 3rem;
        height: 3rem; } }
  #playbtn .play-icon {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: .5em solid transparent;
    border-left: 0.7em solid #c42d21;
    border-bottom: .5em solid transparent;
    margin: 5px auto 5px 1rem; }
    @media screen and (min-width: 48em) {
      #playbtn .play-icon {
        margin-left: 1.2rem; } }
  #playbtn .pause-icon {
    display: inline-block;
    width: .7em;
    height: .8em;
    border-left: .2em solid white;
    border-right: .2em solid white;
    margin: 5px; }
  #playbtn.active .play-bg {
    background-color: #c42d21;
    color: #fff; }

/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 3.6px; }

.noUi-horizontal .noUi-handle {
  width: 1rem;
  height: 1rem;
  left: -0.5rem;
  top: -0.5rem; }

/* Styling;
 */
.noUi-target {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #000; }

.noUi-connect {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #000;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-handle {
  border-radius: 50%;
  background: #ed392a;
  cursor: pointer; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 48em) {
    .noUi-value {
      font-size: 18px;
      font-size: 1.125rem; } }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 25%, 0);
  transform: translate3d(-50%, 25%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 10px; }

/* Tooltip; */
.noUi-tooltip {
  display: none; }

/*----------  Accordion  ----------*/
/*================================================
=            Accordion: Region Filter            =
================================================*/
.filter-country {
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 48em) {
    .filter-country {
      margin-bottom: 0; } }

.accordion-toggle {
  cursor: pointer;
  margin: 0 auto;
  padding: 0.2rem 0.5rem;
  background-color: #f1f1f1;
  border: 1px solid #d4d0cb;
  font-size: 16px;
  font-size: 1rem; }
  .accordion-toggle::before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 0.5rem;
    background-color: #000;
    -webkit-mask: url(b1b0d3dedcc2d31610845d58239d8d8d.svg) no-repeat 50% 50%;
    mask: url(b1b0d3dedcc2d31610845d58239d8d8d.svg) no-repeat 50% 50%;
    -webkit-mask-size: 150%;
    mask-size: 150%;
    margin-right: 0.5rem;
    transform: rotate(-90deg); }
  .accordion-toggle.open::before {
    transform: rotate(0);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }

.accordion-content {
  overflow: auto;
  -webkit-transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), padding 0.3s cubic-bezier(0, 1, 0, 1);
  -moz-transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), padding 0.3s cubic-bezier(0, 1, 0, 1);
  -ms-transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), padding 0.3s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), padding 0.3s cubic-bezier(0, 1, 0, 1);
  height: auto;
  max-height: 300px;
  background-color: #fff;
  border: 1px solid #d4d0cb;
  border-top: 0;
  margin-bottom: 5px;
  padding: 0.5rem;
  font-size: 16px;
  font-size: 1rem; }
  .accordion-content label {
    color: black;
    clear: left; }
  .accordion-content .checkboxes {
    float: left; }

.accordion-content.collapsed {
  max-height: 0;
  padding: 0;
  -webkit-transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), padding 0.3s cubic-bezier(0, 1, 0, 1);
  -moz-transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), padding 0.3s cubic-bezier(0, 1, 0, 1);
  -ms-transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), padding 0.3s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), padding 0.3s cubic-bezier(0, 1, 0, 1);
  border: 0; }

/*----------  Buttons  ----------*/
/*===============================
=            Buttons            =
===============================*/
.btn, .introjs-button {
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.69;
  letter-spacing: 0.7px;
  padding: 0.25rem 0.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-radius: 2px;
  cursor: pointer; }

.btn.btn-red, .btn-red.introjs-button, .introjs-button.introjs-donebutton, .btn.introjs-donebutton {
  background-color: #ed392a; }
  .btn.btn-red:hover, .btn-red.introjs-button:hover, .introjs-button.introjs-donebutton:hover, .btn.introjs-donebutton:hover {
    background-color: #c42d21; }

.btn.btn-blue, .introjs-button {
  background-color: #2b3d46; }
  .btn.btn-blue:hover, .introjs-button:hover {
    background-color: #728c99; }

.btn.btn-transparent, .btn-transparent.introjs-button {
  background-color: transparent;
  color: #000;
  text-transform: none; }

.btn.btn-gray, .btn-gray.introjs-button {
  background-color: #f1f1f1;
  color: #808081; }
  .btn.btn-gray:hover, .btn-gray.introjs-button:hover {
    background-color: #d6d6d6; }

/*----------  Loading  ----------*/
/*===============================
=            Loading            =
===============================*/
.loading-container {
  position: relative; }

.loading {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  border: 5px solid #fff;
  border-top-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  animation: loading 1.2s linear infinite;
  -webkit-animation: loading 1.2s linear infinite;
  box-sizing: border-box; }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

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

.hide-on-load {
  opacity: 0;
  visibility: hidden; }

/*----------  Source  ----------*/
/*==============================
=            Source            =
==============================*/
.source {
  margin-top: 3.5rem;
  padding-bottom: 2rem;
  text-align: right; }
  @media screen and (min-width: 48em) {
    .source {
      margin-top: 2rem; } }
  .source svg {
    width: 300px;
    height: auto; }
  .source p {
    font-size: 0.8rem;
    line-height: 1.1;
    margin: 0;
    text-align: right;
    color: gray; }

/*----------  IntroJS  ----------*/
/*===============================
=            IntroJS            =
===============================*/
/*----------  Page Layout  ----------*/
@media screen and (min-width: 48em) {
  body.is-relative {
    position: relative; } }

.is-hidden {
  display: none; }

/*----------  Landing Overlay  ----------*/
.introjs-overlay {
  background-color: #fff;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.9) 100%);
  background: radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.landing-content, .introjs-tooltip {
  margin: 0 auto;
  background-color: #fff;
  opacity: 0.9;
  padding: 1.5rem;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4); }

.landing-container {
  display: none; }
  @media screen and (min-width: 48em) {
    .landing-container {
      top: 0;
      bottom: unset;
      left: 0;
      right: 0;
      height: 100%;
      opacity: 1 !important;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #000; } }

.landing-content {
  position: relative;
  max-width: 400px;
  border: 1px solid #728c99; }
  .landing-content .btn-container {
    text-align: center; }

@keyframes fadein {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 10;
  opacity: 0; }

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: calc(10 + 2) !important;
  pointer-events: none; }

.introjs-disableInteraction {
  z-index: 10 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0); }

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative; }

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: calc(10 + 1);
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: calc(10 + 1);
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.intro-circleSelectRef {
  z-index: calc(10 + 10); }

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 10 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
  /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
  /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }

.introjs-arrow {
  border: 5px solid transparent;
  content: '';
  position: absolute; }

.introjs-arrow.top {
  top: -10px;
  border-bottom-color: white; }

.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color: white; }

.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: white; }

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color: white; }

.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-left-color: white; }

.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white; }

.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color: white; }

.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: white; }

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-right-color: white; }

.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-right-color: white; }

.introjs-tooltip {
  min-width: 200px;
  max-width: 250px;
  box-sizing: content-box;
  border: 1px solid #728c99;
  position: absolute;
  visibility: visible;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out; }

.intro-firstSlide {
  min-width: 500px;
  max-width: 600px; }

.introjs-tooltipbuttons {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center; }

.introjs-button {
  margin: 5px 0; }

.introjs-skipbutton {
  order: 3;
  display: block;
  flex-basis: 100%;
  background-color: transparent;
  color: #c42d21;
  margin: 0;
  text-transform: none; }
  .introjs-skipbutton:hover {
    background-color: transparent; }

.introjs-donebutton {
  color: #fff;
  flex-basis: auto;
  text-transform: uppercase; }
  .introjs-donebutton:hover {
    background-color: #c42d21; }

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none; }

.introjs-prevbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em; }

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0; }

.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em; }

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none; }

.introjs-hidden {
  display: none; }

.introjs-bullets {
  text-align: center; }

.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block; }

.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px; }

.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer; }

.introjs-bullets ul li a:hover {
  background: #999; }

.introjs-bullets ul li a.active {
  background: #999; }

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1; }

.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c; }

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%; }

.introjs-fixedTooltip {
  position: fixed; }

.introjs-hint {
  display: none; }
  @media screen and (min-width: 48em) {
    .introjs-hint {
      display: block;
      box-sizing: content-box;
      position: absolute;
      background: transparent;
      width: 20px;
      height: 15px;
      cursor: pointer; } }

.introjs-hint:focus {
  border: 0;
  outline: 0; }

.introjs-fixedhint {
  position: fixed; }

.introjs-hint:hover > .introjs-hint-pulse {
  border: 2px solid rgba(60, 60, 60, 0.57); }

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .introjs-hint-pulse::before {
    content: 'i';
    position: absolute;
    left: 40%;
    font-size: 8px;
    font-size: 0.5rem;
    color: #1d435e; }

.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none; }

.introjs-hint-dot {
  box-sizing: content-box;
  border: 4px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 20px;
  width: 20px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: 1;
  opacity: 0; }

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1; }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3; }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 0.0; } }

@-moz-keyframes introjspulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0; }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1; }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3; }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5; }
  100% {
    -moz-transform: scale(0.9);
    opacity: 0.0; } }

@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: 0.0; }
  25% {
    transform: scale(0);
    opacity: 0.1; }
  50% {
    transform: scale(0.1);
    opacity: 0.3; }
  75% {
    transform: scale(0.5);
    opacity: 0.5; }
  100% {
    transform: scale(0.9);
    opacity: 0.0; } }

/*---------- Language Switcher  ----------*/
/*=========================================
=            Language Switcher            =
=========================================*/
.lang-switcher {
  list-style: none;
  margin: 0;
  padding: 0; }
  .lang-switcher li {
    display: inline-block;
    text-align: center;
    padding-left: 0.25rem; }
    .lang-switcher li:not(:first-child) {
      border-left: 1px solid #d4d0cb; }
  .lang-switcher button {
    display: block;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    color: #ed392a;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: center; }
    .lang-switcher button:hover {
      color: #c42d21; }
    .lang-switcher button.active {
      text-decoration: underline;
      color: #c42d21; }
