@charset "utf-8";
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1,
.col-auto {
  -webkit-box-flex: 0;
}
.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-2,
.col-3 {
  -webkit-box-flex: 0;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-4,
.col-5 {
  -webkit-box-flex: 0;
}
.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-6,
.col-7 {
  -webkit-box-flex: 0;
}
.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-8,
.col-9 {
  -webkit-box-flex: 0;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-10,
.col-11 {
  -webkit-box-flex: 0;
}
.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: .25rem !important;
}
.mt-1,
.my-1 {
  margin-top: .25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: .25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: .25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: .25rem !important;
}
.m-2 {
  margin: .5rem !important;
}
.mt-2,
.my-2 {
  margin-top: .5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: .5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: .5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: .5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: .25rem !important;
}
.pt-1,
.py-1 {
  padding-top: .25rem !important;
}
.pr-1,
.px-1 {
  padding-right: .25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: .25rem !important;
}
.pl-1,
.px-1 {
  padding-left: .25rem !important;
}
.p-2 {
  padding: .5rem !important;
}
.pt-2,
.py-2 {
  padding-top: .5rem !important;
}
.pr-2,
.px-2 {
  padding-right: .5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: .5rem !important;
}
.pl-2,
.px-2 {
  padding-left: .5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: .25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important;
  }
  .m-sm-2 {
    margin: .5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: .25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important;
  }
  .p-sm-2 {
    padding: .5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: .25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important;
  }
  .m-md-2 {
    margin: .5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: .25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important;
  }
  .p-md-2 {
    padding: .5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: .25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important;
  }
  .m-lg-2 {
    margin: .5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: .25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important;
  }
  .p-lg-2 {
    padding: .5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: .25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important;
  }
  .m-xl-2 {
    margin: .5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: .25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important;
  }
  .p-xl-2 {
    padding: .5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.card {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.card,
.card .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card .content-container div {
  width: 100%;
}
.card .content-container.twoCols .content-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card.shadow {
  border: 1px solid #d4dde9;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08);
}
.card.orange {
  border-top: 4px solid #ec732c;
}
.card.blue {
  border-top: 4px solid purple;
}
.iconTitle {
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 600;
  margin: 0;
  position: relative;
}
@media (max-width: 63.99em) {
  .iconTitle {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
.iconTitle .separator {
  position: relative;
  margin-bottom: 1.5625rem;
  padding-top: 1.5625rem;
}
.iconTitle .separator:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
  background-color: #d3d3d3;
}
.simpleTitle {
  color: #313131;
  font-weight: 700;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (max-width: 63.99em) {
  .simpleTitle {
    font-size: 1rem;
  }
}
.paragraph {
  text-align: left;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #313131;
  padding-top: 0.625rem;
  min-width: 16.25rem;
}
.cta-flat {
  width: 100%;
  padding: 0.8125rem 0.9375rem;
  cursor: pointer;
  text-decoration: none;
}
.cta-flat span {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media (max-width: 63.99em) {
  .cta-flat span {
    line-height: 1.125rem;
  }
}
.subTitle {
  color: #707070;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 0.25rem 0 0;
  font-family: Open sans, light, sans-serif;
  font-weight: 300;
}
.block-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0.9375rem 0 1.875rem 0;
  color: #313131;
}
.block-infos div {
  padding-left: 0.5rem;
  font-size: 0.75rem;
  text-align: left;
}
.orange .block-infos {
  border-left: 2px solid #ec732c;
}
.blue .block-infos {
  border-left: 2px solid purple;
}
.link-arrow-left {
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-decoration: underline;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5rem;
}
.link-arrow-left img {
  margin-right: 0.3125rem;
}
.link-arrow-left.u-color--blue img {
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
}
.card-multiple-actu {
  position: relative;
}
.card-multiple-actu .card-container {
  padding: 3.125rem 1.875rem 0 1.875rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 63.99em) {
  .card-multiple-actu .card-container {
    padding: 1.25rem 0.9375rem 0;
  }
  .card-multiple-actu .card-container div.simple-card:last-child {
    position: relative;
    padding-top: 1.875rem;
  }
  .card-multiple-actu .card-container div.simple-card:last-child:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d4dde9;
  }
}
.card-multiple-actu .button {
  padding: 0;
  min-height: 3.125rem;
  max-height: 3.125rem;
  bottom: 0;
  right: 0;
  left: 0;
}
.card-multiple-actu .button .cta-flat:hover,
.card-multiple-actu .button:focus {
  background-color: rgba(0,130,163,0.7);
}
.tag {
  padding: 0.125rem 0.5rem;
  border-radius: 2px;
  font-size: 0.6875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin: 0.1875rem 0 0.625rem;
  -webkit-print-color-adjust: exact;
}
.pathology,
.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
.pathology {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #313131;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pathology img {
  margin-right: 0.3125rem;
}
.card-study {
  position: relative;
}
@media (max-width: 63.99em) {
  .card-study {
    margin-top: 1.875rem;
  }
}
.card-study .card-container {
  padding: 1.875rem 1.875rem 0;
  width: 100%;
}
@media (max-width: 63.99em) {
  .card-study .card-container {
    padding: 1.25rem 0.9375rem 0;
  }
}
.card-study .card-container .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.card-study .card-container .title .iconTitle {
  font-size: 1.375rem;
  line-height: 1.5rem;
  margin-left: 0.9375rem;
}
.card-study .card-container .simpleTitle {
  padding-bottom: 0.625rem;
}
.card-study .card-container .separator {
  display: none;
}
.card-study .card-container .separator-study {
  position: relative;
  margin-bottom: 1.5625rem;
  padding-top: 1.5625rem;
}
.card-study .card-container .separator-study:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: #d3d3d3;
}
.card-study .card-container .separator-study-empty {
  position: relative;
  padding-top: 1.5625rem;
}
.card-study .button {
  padding: 0;
  min-height: 3.125rem;
  max-height: 3.125rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.card-study .button .cta-flat:hover,
.card-study .button:focus {
  background-color: rgba(236,115,44,0.7);
}
.section {
  padding: 2.5rem 8.4375rem;
}
.section.row {
  margin: 0;
}
.message-error {
  padding: 0.625rem 1.25rem;
  border-radius: 2px;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.filter-pathologies {
  padding: 0.75rem 1.25rem 0.625rem 1.875rem;
  border: 1px solid #ddd !important;
  background: #fff;
  background: rgba(255,255,255,0.5) !important;
  border-radius: 1.5rem;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  list-style-type: none;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0 0 2em rgba(0,0,0,0.1);
  box-shadow: 0 0 2em rgba(0,0,0,0.1);
}
.filter-pathologies.open .dropdown {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.filter-pathologies span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  color: #390039;
}
.filter-pathologies span img {
  margin-left: 3.125rem;
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
}
@media (max-width: 63.99em) {
  .filter-pathologies span img {
    margin-left: 0.625rem;
    width: 0.3125rem;
    height: 0.5rem;
  }
}
.filter-pathologies .dropdown {
  z-index: -1;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  border: 1px solid #d4dde9;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  width: auto;
  margin-top: 1.5625rem;
  margin-left: -1.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 7px;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  cursor: default;
}
.filter-pathologies .dropdown span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0.9375rem;
}
.filter-pathologies .dropdown span .drop-link {
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 0.9375rem;
  padding: 0.625rem 0.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 63.99em) {
  .filter-pathologies .dropdown span .drop-link {
    padding: 0.5rem 0.875rem;
  }
}
.filter-pathologies .dropdown span .drop-link:first-child:before {
  content: "";
  top: -0.5rem;
  left: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
}
.filter-pathologies .dropdown span .drop-link:hover {
  text-decoration: underline;
}
.filter-pathologies .dropdown span .drop-link:not(:first-child) {
  border-top: 1px solid #d4dade;
}
@media (max-width: 63.99em) {
  .filter-pathologies .dropdown {
    margin-left: -0.625rem;
    margin-top: 1.0625rem;
  }
}
@media (max-width: 63.99em) {
  .filter-pathologies {
    padding: 0.5625rem 0.625rem 0.4375rem;
  }
}
.filter-pathologies.orange {
  color: #ec732c;
}
.filter-pathologies.orange.open,
.filter-pathologies.orange.selected {
  background: #ec732c;
  color: #fff;
  cursor: pointer;
}
.filter-pathologies.orange .drop-link {
  color: #ec732c;
}
.filter-pathologies.blue {
  color: purple;
}
.filter-pathologies.blue.open,
.filter-pathologies.blue.selected {
  background: purple;
  color: #fff;
  cursor: pointer;
}
.filter-pathologies.blue .drop-link {
  color: purple;
}
.intro {
  padding-left: 3em;
}
.intro .title {
  font-size: 3.5rem;
  line-height: 1em;
  color: purple;
  margin: 1.875rem 0 0;
  text-shadow: 0 0 1em #e8e6dd;
}
@media (max-width: 63.99em) {
  .intro .title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.intro .description {
  color: #ff5e5b;
  padding: 2.1875rem 0;
  font-weight: 400;
}
.intro .description ul {
  padding-left: 1.25rem;
  margin: 0;
}
.intro .description ul li {
  font-size: 1rem;
  line-height: 1.33em;
  padding: 0.3125rem;
  color: #ff505b;
}
.intro .description ul li b {
  font-weight: 700;
  color: #ff5e5b;
  line-height: 1;
}
@media (max-width: 63.99em) {
  .intro .description ul li {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
.intro .description ul li a {
  text-decoration: underline;
  color: inherit;
}
.intro .description ul li:last-child {
  list-style: none;
}
.intro .description img {
  max-width: 7.5rem;
}
@media (max-width: 63.99em) {
  .intro .description img {
    display: none;
  }
}
.intro .filter-pathologies {
  background-color: purple;
  color: #fff;
  border: none;
}
.intro .filter-pathologies .dropdown span {
  white-space: normal;
}
.intro .filter-pathologies .drop-link {
  color: purple;
}
.intro .cta-round:focus,
.intro .cta-round:hover {
  background-color: rgba(0,130,163,0.7);
  text-decoration: underline;
}
.intro #dropdown {
  margin-top: 3em;
}
@media (max-width: 63.99em) {
  .intro {
    padding: 0 1em;
  }
  .intro .dropdown {
    margin-right: 1em;
  }
}
section.about {
  padding-bottom: 0 !important;
}
section.about .row > .col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
section.about .row > .col-lg-4 img {
  width: 100%;
  max-width: 100%;
}
section.about aside {
  width: auto;
  background: purple;
  color: #fff;
  height: 3em;
  margin: 0 0 -0.5em auto;
}
section.about aside a {
  display: block;
  width: 100%;
  padding: 0.8em 1em 0.5em 1em;
  text-align: center;
  color: inherit;
  font-family: Montserrat;
}
@media (max-width: 63.99em) {
  section.about {
    padding-bottom: 0 !important;
    background-size: auto;
    background-position: top;
  }
  section.about aside {
    height: auto;
    padding: 0.33em 2rem 0.66em;
    width: 100%;
    margin-top: -1em;
  }
  section.about aside b {
    display: block;
  }
  section.about .row > .col-lg-4 {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
  section.about .row > .col-lg-4 img {
    max-width: 48%;
    min-width: 400px;
    margin-right: 2%;
    margin-bottom: -100px;
  }
}
.treatment-message.treatment-error .u-color--red {
  display: block;
  margin: 0 0 .3em 0;
}
.treatment-message.treatment-error .link.u-color--red {
  display: block;
  margin: .6em 0;
}
.treatment-message.treatment-error .link.u-color--red::before {
  content: "âžœ ";
}
.footer_partners {
  padding: 2.8125rem 6.25rem 3.75rem;
  border-top: 1px solid #d4dde9;
}
.footer_partners h2 {
  color: #390039;
  margin-bottom: 1.5em;
}
.footer_partners .footer_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 80em) {
  .footer_partners {
    padding: 2.8125rem 15.625rem 3.75rem;
  }
  .footer_partners img {
    max-height: 7.5rem;
    max-width: 10rem;
    padding: 0.625rem;
    width: 100%;
  }
  .footer_partners .svg {
    max-width: 16.25rem;
  }
}
@media (max-width: 48.115em) {
  .footer_partners {
    padding: 1.875rem 0.625rem 2.5rem;
  }
  .footer_partners .footer_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer_partners .svg,
  .footer_partners img {
    width: auto;
    min-height: 100px;
    padding: 1rem;
  }
}
@media (min-width: 48.125em) and (max-width: 79.99em) {
  .footer_partners {
    padding: 2.8125rem 3.125rem 3.75rem;
  }
  .footer_partners img {
    max-height: 6.25rem;
    max-width: 8.75rem;
  }
}
.loading {
  background-color: #ebeff5;
  min-height: 25rem;
  width: 100%;
  max-width: 71.875rem;
  margin: 0 auto 3.125rem auto;
}
.loading svg {
  float: left;
  margin: 1.25rem;
  max-width: 3.125rem;
  max-height: 3.125rem;
}
.top .loading {
  min-height: 9.0625rem;
  margin: 0 auto 0 auto;
}
.homepage {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
.homepage .card-study,
.homepage .card-study .card-container {
  height: 100%;
}
.contact-link {
  margin-bottom: 0;
  cursor: pointer;
}
.contact-link img {
  margin-right: 0.3125rem;
}
.modal-fade-enter,
.modal-fade-leave-active {
  opacity: 0;
}
.modal-fade-enter-active,
.modal-fade-leave-active {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.modal-backdrop {
  position: fixed;
  z-index: 9998;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-backdrop,
.modal-backdrop .modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-backdrop .modal {
  background: #fff;
  -webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.2);
  overflow-x: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 37.5rem;
  padding: 3.125rem;
  cursor: default;
  min-height: 37.5rem;
  max-height: calc(0vh);
  z-index: 10000;
  position: relative;
}
@media (max-width: 48.115em) {
  .modal-backdrop .modal {
    max-width: 22rem;
    padding: 1.875rem 1.25rem 2.5rem;
    max-height: calc(50vh);
    min-height: 18.75rem;
  }
}
.modal-backdrop .modal .btn-close-modal {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6875rem;
  cursor: pointer;
}
.modal-backdrop .modal .iconTitle {
  font-size: 1.375rem !important;
  max-width: 30.625rem;
}
@media (max-width: 48.115em) {
  .modal-backdrop .modal .iconTitle {
    font-size: 1.125rem;
    max-width: 17.5rem;
  }
}
.modal-backdrop .modal .donotask-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.modal-backdrop .modal .donotask-container .doNotAsk {
  color: #fff;
  padding: 0.4375rem 0.9375rem;
  border-radius: 15px 0 0 15px;
  font-size: 0.875rem;
  cursor: pointer;
}
.modal-backdrop .modal .donotask-container .doNotAsk:hover {
  background-color: rgba(236,115,44,0.7);
}
.modal-backdrop .modal .donotask-container .btn-close {
  height: 2.0625rem;
  border-radius: 0 15px 15px 0;
  margin-left: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 1.875rem;
  cursor: pointer;
}
.modal-backdrop .modal .donotask-container .btn-close:hover {
  background-color: rgba(236,115,44,0.7);
}
.modal-backdrop .modal .donotask-container .btn-close img {
  padding: 0.1875rem;
}
@media (max-width: 48.115em) {
  .modal-contact .title-contact {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.modal-contact .separator {
  margin-bottom: 0.9375rem;
  padding-top: 0.9375rem;
}
.modal-contact .text-contact {
  padding-top: 0.9375rem;
}
@media (max-width: 48.115em) {
  .modal-contact .text-contact {
    font-size: 0.75rem;
    line-height: 1.125rem;
    padding-top: 0;
  }
}
.modal-contact .form-error {
  color: #fc0f3a;
  line-height: 1.5rem;
  font-size: 0.875rem;
}
.modal-contact .form-error ul {
  padding: 0;
}
.modal-contact .form-error ul li {
  list-style-type: none;
}
.modal-contact .element-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-top: 0.9375rem;
}
.modal-contact .element-group label {
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding-bottom: 0.3125rem;
}
.modal-contact .element-group label .required {
  color: #fc0f3a;
}
.modal-contact .element-group input,
.modal-contact .element-group textarea {
  border: 1px solid #d4dde9;
  border-radius: 3px;
  background-color: #f5f7fa;
  min-height: 2.5rem;
  width: 100%;
}
@media (max-width: 63.99em) {
  .modal-contact .element-group input,
  .modal-contact .element-group textarea {
    min-height: 1.875rem;
  }
}
.modal-contact .element-group textarea {
  min-width: 100%;
  min-height: 5rem;
}
@media (max-width: 63.99em) {
  .modal-contact .element-group textarea {
    min-height: 3.75rem;
  }
}
.modal-contact .submit-button {
  margin: 0.9375rem 0 1.25rem;
}
.modal-contact .submit-button .cta-round {
  padding: 0.9375rem 3.125rem;
}
.modal-contact .submit-button .cta-round:focus,
.modal-contact .submit-button .cta-round:hover {
  background-color: rgba(0,130,163,0.7);
}
.modal-contact .rgpd {
  font-size: 0.6875rem;
  line-height: 1rem;
  margin: 0;
}
@media (max-width: 63.99em) {
  .modal-contact .rgpd {
    font-size: 0.625rem;
    line-height: 0.9375rem;
  }
}
.row.learn-more {
  margin: 1.875rem 0 0;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08);
  border: 1px solid #d4dde9;
}
.row.learn-more .border-right {
  border-right: 1px solid #d4dde9;
}
@media (max-width: 63.99em) {
  .row.learn-more .border-right {
    border-right: 0;
    border-bottom: 1px solid #d4dde9;
  }
}
@media print {
  .row.learn-more {
    display: none;
  }
}
.row.learn-more .contact-us {
  padding: 2.1875rem 1.875rem 2.8125rem;
}
.row.learn-more .contact-us .paragraph {
  padding: 1.125rem 0;
}
@media (max-width: 63.99em) {
  .row.learn-more .contact-us {
    padding: 1.25rem 0.625rem 1.875rem;
  }
}
.row.learn-more .find-out-more {
  padding: 2.1875rem 1.875rem 2.8125rem;
}
.row.learn-more .find-out-more ul {
  padding-left: 0.9375rem;
  margin-top: 1.125rem;
}
.row.learn-more .find-out-more ul li {
  padding: 0 0 0.625rem 1.25rem;
}
.row.learn-more .find-out-more ul li a {
  font-size: 0.875rem;
  color: purple;
  text-decoration: underline;
}
.row.learn-more .find-out-more ul li a.external-link {
  position: relative;
}
.row.learn-more .find-out-more ul li a.external-link:after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 0c.417 0 .77.146 1.062.437.292.292.438.646.438 1.063v11c0 .417-.146.77-.438 1.062A1.447 1.447 0 0 1 12.5 14h-11c-.417 0-.77-.146-1.063-.438A1.447 1.447 0 0 1 0 12.5v-11C0 1.083.146.73.437.437A1.447 1.447 0 0 1 1.5 0h11zm-.188 12.5c.042 0 .084-.02.125-.063.042-.041.063-.083.063-.125V1.687c0-.041-.02-.083-.063-.125-.041-.041-.083-.062-.125-.062H1.687c-.041 0-.083.02-.125.062-.041.042-.062.084-.062.125v10.625c0 .042.02.084.062.125.042.042.084.063.125.063h10.625zM10.625 3c.104 0 .193.036.266.11.073.072.109.16.109.265v4.25a.342.342 0 0 1-.234.344c-.157.062-.287.031-.391-.094l-1.531-1.5-4.5 4.5a.297.297 0 0 1-.25.125.389.389 0 0 1-.282-.125l-.687-.688A.389.389 0 0 1 3 9.907c0-.105.042-.188.125-.25l4.5-4.5-1.5-1.532c-.125-.104-.156-.234-.094-.39A.342.342 0 0 1 6.375 3h4.25z' fill='%230082A3' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 0.875rem;
  height: 0.875rem;
  bottom: 0.125rem;
  right: -1.25rem;
}
@media (max-width: 63.99em) {
  .row.learn-more .find-out-more {
    padding: 1.25rem 0.625rem 1.875rem;
  }
}
.baseLayout {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
.baseLayout .card-study {
  margin-bottom: 1.875rem;
}
@media (max-width: 63.99em) {
  .baseLayout .col-lg-8 {
    padding-left: 0;
    padding-right: 0;
  }
}
.modal-backdrop .modal {
  min-height: auto;
}
.title-with-link h2 {
  margin: 0 1.25rem 0.2em 0;
}
.link-info {
  cursor: pointer;
}
.link-info img {
  margin-right: 0.3125rem;
}
.title-with-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.875rem 0 1.25rem;
}
.title-with-link h2 {
  font-size: 1.375rem;
  line-height: 1.5rem;
  margin: 0 1.25rem 0 0;
}
.step {
  padding: 1.125rem 1.25rem;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.step:last-child {
  margin-bottom: 2.5rem;
}
.step div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 31.25rem;
}
.step div span {
  font-family: Montserrat, medium, sans-serif;
  font-weight: 500;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #707070;
}
@media (max-width: 63.99em) {
  .step div span {
    font-size: 0.875rem;
  }
}
.step div span strong {
  color: #313131;
}
.step div img {
  margin-right: 0.625rem;
}
.step a {
  cursor: pointer;
}
@media (max-width: 63.99em) {
  .step {
    padding: 0.625rem;
  }
  .step .link {
    font-size: 0.75rem;
    padding-left: 1.5625rem;
  }
}
.steps-container {
  margin-top: 1.875rem;
}
.button-print {
  border-radius: 1.5rem;
  border: 1px solid #d4dde9;
  padding: 0.625rem 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-print-color-adjust: exact;
}
.button-print img {
  margin-right: 0.4375rem;
}
@media (max-width: 63.99em) {
  .button-print {
    padding: 0.625rem;
  }
  .button-print span {
    display: none;
  }
  .button-print img {
    margin: 0;
  }
}
@media print {
  .button-print,
  .col-lg-4,
  .footer,
  .header,
  .sticky-contact {
    display: none;
  }
}
.title-without-link h2 {
  font-size: 1.375rem;
  line-height: 1.5rem;
  margin: 0 1.25rem 0 0;
}
@media (max-width: 63.99em) {
  .title-without-link h2 {
    font-size: 1.125rem;
  }
}
.title-without-link .separator {
  position: relative;
  padding-bottom: 1.5625rem;
  margin: 0 0 1.875rem;
}
.title-without-link .separator:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #d4dde9;
  -webkit-print-color-adjust: exact;
}
@media (max-width: 63.99em) {
  .title-without-link .separator {
    margin: 0 0 1.25rem;
    padding-bottom: 0.9375rem;
  }
}
.recommandation-form .prevent-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.recommandation-form .prevent-error svg {
  margin-right: 0.3125rem;
}
.recommandation-form .case {
  padding-top: 2.5rem;
}
.recommandation-form .case ul {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08);
  background-color: #f5f7fa;
  border: 1px solid #d4dde9;
}
.recommandation-form .case ul li {
  padding: 0.9375rem 1.875rem;
  list-style: none;
  border-bottom: 1px solid #d4dde9;
}
.recommandation-form .case ul li:last-child {
  border-bottom: 0;
}
.cta-round {
  padding: 0.9375rem 3.125rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  border-radius: 30px;
  color: #fff;
  width: auto;
  cursor: pointer;
  border: none;
  margin-top: 1.2rem;
  text-align: center;
  -webkit-print-color-adjust: exact;
}
.cta-round.u-bg--blue {
  background-color: purple;
}
@media (max-width: 63.99em) {
  .cta-round {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + .label .description,
[type="radio"]:not(:checked) + .label .description {
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
  line-height: 1.5625rem;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + .label .description:before,
[type="radio"]:not(:checked) + .label .description:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #9b9b9b;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + .label .description:after,
[type="radio"]:not(:checked) + .label .description:after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-color: purple;
  border: 1px solid purple;
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:checked + .label .description:before {
  border: 1px solid purple;
}
[type="radio"]:not(:checked) + .label .description:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + .label .description:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -624.9375rem;
}
[type="checkbox"]:checked + .label .description,
[type="checkbox"]:not(:checked) + .label .description {
  position: relative;
  padding-left: 2.1875rem;
  cursor: pointer;
}
[type="checkbox"]:checked + .label .description:before,
[type="checkbox"]:not(:checked) + .label .description:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #9b9b9b;
  background: #fff;
}
[type="checkbox"]:checked + .label .description:after,
[type="checkbox"]:not(:checked) + .label .description:after {
  content: "\2714";
  position: absolute;
  top: -3px;
  left: 3px;
  font-size: 1.0625rem;
  color: purple;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
[type="checkbox"]:not(:checked) + .label .description:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:checked + .label .description:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
[type="number"],
[type="text"] {
  border: 1px solid #d4dde9;
  border-radius: 3px;
  background-color: #f5f7fa;
  min-height: 2.5rem;
  width: 6.25rem;
  margin-right: 0.9375rem;
  padding-left: 0.625rem;
}
@media (max-width: 63.99em) {
  [type="number"],
  [type="text"] {
    margin: 0.625rem 0 0 0;
  }
}
[type="range"] {
  -webkit-appearance: none;
  border-radius: 5px;
  width: 6.25rem;
  height: 10px;
  border: 1px solid #d4dde9;
  background-color: #f5f7fa;
  outline: none;
  opacity: 0.7;
  padding: 0;
}
[type="range"]:hover {
  opacity: 1;
}
[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background: purple;
  cursor: pointer;
}
[type="range"]::-moz-range-thumb {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background: purple;
  cursor: pointer;
}
@media (max-width: 63.99em) {
  [type="range"] {
    margin: 0.625rem 0 0 0;
  }
}
input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
  background: transparent !important;
}
input[type="range"]::-ms-track {
  border-radius: 8px;
  border: none !important;
  background-color: transparent !important;
}
input[type="range"]::-ms-thumb {
  background-color: purple;
  border: 1px solid #bdc3c7;
  width: 20px;
  border-radius: 10px;
  cursor: pointer;
}
#value {
  text-align: center;
  background: transparent;
  border: 0;
}
.modal-image img {
  max-height: none;
}
.modal-image .btn-close {
  padding-bottom: 0.9375rem;
  margin-right: -1.25rem;
}
li.choice {
  border: 1px solid transparent;
  border-top: 1px solid #d4dde9;
  list-style-type: none;
}
li.choice.active,
li.choice:hover {
  background-color: rgba(0,130,163,0.1);
  cursor: pointer;
  border: 1px solid #9fcfdc;
}
li.choice:last-child {
  border-bottom: 1px solid #d4dde9;
}
li.choice .choice-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 1.75rem 1.25rem 1.625rem;
}
@media (max-width: 63.99em) {
  li.choice .choice-content {
    padding: 1.625rem 0.625rem 1.625rem;
  }
}
li.choice .choice-content .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
li.choice .choice-content .label.laurange {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 63.99em) {
  li.choice .choice-content .label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
li.choice .choice-content .label .input {
  text-align: center;
}
@media (max-width: 63.99em) {
  li.choice .choice-content .label .input {
    text-align: left;
  }
}
li.choice .choice-content .label.checkbox,
li.choice .choice-content .label.radio {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
li.choice .choice-content .label h3 {
  margin: 0;
  color: #313131;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 63.99em) {
  li.choice .choice-content .label h3 {
    font-size: 0.875rem;
  }
}
li.choice .choice-content .label .body p {
  font-size: 0.875rem;
  margin: 0;
}
li.choice .choice-content .label .body p:first-child {
  margin-top: 0.3125rem;
}
@media (max-width: 63.99em) {
  li.choice .choice-content .label .body p {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
li.choice .choice-content .img {
  position: relative;
  margin-right: 1.125rem;
  cursor: pointer;
}
li.choice .choice-content .img .loupe {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.809 12.863a.633.633 0 0 1 .191.465.633.633 0 0 1-.191.465l-.766.766a.633.633 0 0 1-.465.191.633.633 0 0 1-.465-.191L9.38 11.824a.633.633 0 0 1-.192-.465v-.437a5.51 5.51 0 0 1-3.5 1.203 5.524 5.524 0 0 1-2.857-.766A5.746 5.746 0 0 1 .766 9.295 5.524 5.524 0 0 1 0 6.438c0-1.04.255-1.992.766-2.858A5.746 5.746 0 0 1 2.83 1.516 5.524 5.524 0 0 1 5.687.75c1.04 0 1.992.255 2.858.766a5.746 5.746 0 0 1 2.064 2.064c.51.866.766 1.818.766 2.858a5.51 5.51 0 0 1-1.203 3.5h.437c.183 0 .338.063.465.19l2.735 2.735zM5.687 9.938a3.47 3.47 0 0 0 1.764-.465c.538-.31.962-.734 1.272-1.272a3.47 3.47 0 0 0 .464-1.763 3.47 3.47 0 0 0-.464-1.764A3.405 3.405 0 0 0 7.45 3.402a3.47 3.47 0 0 0-1.764-.464 3.47 3.47 0 0 0-1.763.464c-.538.31-.962.734-1.272 1.272a3.47 3.47 0 0 0-.465 1.764c0 .638.155 1.225.465 1.763.31.538.734.962 1.272 1.272a3.47 3.47 0 0 0 1.763.465z' fill='%239B9B9B' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
li.choice .choice-content .img img {
  max-height: 8.75rem;
}
@media (max-width: 63.99em) {
  li.choice .choice-content .img img {
    max-height: 4.375rem;
  }
}
.link-arrow img {
  margin-left: 0.9375rem;
}
.link-eval {
  margin-top: 0.625rem;
}
.modal-contact .u-bg--blue {
  background-color: #ff5e5b;
}
.modal-contact .u-bg--blue:focus,
.modal-contact .u-bg--blue:hover {
  background-color: #ff505b !important;
}
.treatment-recommandation {
  padding: 1.875rem 2.5rem;
}
.treatment-recommandation sup {
  line-height: 0;
  padding-left: 0.2em;
  color: #806a13;
}
.treatment-recommandation .title-recommandation {
  padding: 0.625rem 1.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070;
  background-color: #eee;
}
.treatment-recommandation .title-recommandation .part-left img {
  margin-right: 0.3125rem;
}
.treatment-recommandation .title-recommandation .part-left span {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.875rem;
  text-transform: uppercase;
  padding-right: 0.3em;
}
.treatment-recommandation .title-recommandation .part-left span a.popin {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 0.33em;
  background: url(/img/icons.svg#icon-infos) no-repeat 50%;
  background-size: contain;
}
@media (max-width: 63.99em) {
  .treatment-recommandation .title-recommandation .part-left span {
    font-size: 0.75rem;
  }
}
@media (max-width: 63.99em) {
  .treatment-recommandation .title-recommandation {
    padding: 0.5rem 0.5625rem;
  }
}
.treatment-recommandation .highly-recommanded .title-recommandation,
.treatment-recommandation .ma-recommanded .title-recommandation {
  background-color: #50940c;
}
.treatment-recommandation .highly-recommanded .title-recommandation span,
.treatment-recommandation .ma-recommanded .title-recommandation span {
  color: #fff !important;
}
.treatment-recommandation .highly-recommanded .title-recommandation .part-left span a.popin,
.treatment-recommandation .ma-recommanded .title-recommandation .part-left span a.popin {
  -webkit-filter: #000000 brightness(0) invert(1);
  filter: #000000 brightness(0) invert(1);
}
.treatment-recommandation .weakly-recommanded .title-recommandation {
  background-color: #ffffd4;
}
.treatment-recommandation .outofy-recommanded .title-recommandation {
  background-color: #fee;
}
.treatment-recommandation .ma-recommanded .title-recommandation {
  background-color: #0082a3;
}
.treatment-recommandation .treatment-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.875rem;
}
.treatment-recommandation .treatment-title:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #d4dde9;
  bottom: 0;
  left: 0;
}
.treatment-recommandation .treatment-message {
  padding: 0.625rem 1.25rem;
  border-radius: 2px;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.treatment-recommandation .treatment-message.treatment-error {
  background-color: rgba(228,29,75,0.08);
}
.treatment-recommandation .treatment-message.treatment-error a {
  cursor: pointer;
}
.treatment-recommandation .treatment-message.treatment-warning {
  color: purple;
  background-color: rgba(228,29,75,0.08);
}
.treatment-recommandation .treatment-message.treatment-warning ul {
  padding-left: 2em;
}
.treatment-recommandation .recommanded-treatment {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08);
  border: 1px solid #d4dde9;
  margin-bottom: 1.25rem;
}
.treatment-recommandation .recommanded-treatment .treatment-title {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  text-transform: none;
}
.treatment-recommandation .recommanded-treatment .treatment-title .part-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 63.99em) {
  .treatment-recommandation .recommanded-treatment .treatment-title .part-left .source {
    display: none;
  }
}
.treatment-recommandation .recommanded-treatment .part-right {
  position: relative;
  padding-left: 0.9375rem;
  font-size: 0.8125rem;
}
@media (max-width: 63.99em) {
  .treatment-recommandation .recommanded-treatment .part-right {
    display: none;
  }
}
.treatment-recommandation .recommanded-treatment .part-right span {
  font-weight: 100;
  color: #000;
}
.treatment-recommandation .recommanded-treatment .content {
  padding: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.treatment-recommandation .recommanded-treatment .content .pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.treatment-recommandation .recommanded-treatment .content .pdf .icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23d22600'%3E%3Cpath d='M9.44 20.59c0-.53-.37-.85-1-.85a2.7 2.7 0 0 0-.54.05v1.71a2.51 2.51 0 0 0 .44 0c.66.03 1.1-.32 1.1-.91zM13.46 19.76a2.47 2.47 0 0 0-.59 0v3.77a2 2 0 0 0 .45 0 1.79 1.79 0 0 0 1.95-2 1.65 1.65 0 0 0-1.81-1.77z'/%3E%3Cpath d='M20.93 0H8.1a3.41 3.41 0 0 0-3.4 3.41V16h-.33A1.37 1.37 0 0 0 3 17.37v8.33a1.37 1.37 0 0 0 1.37 1.37h.33v1.52A3.41 3.41 0 0 0 8.1 32h17.5a3.41 3.41 0 0 0 3.4-3.41V8.06zM6.59 18.87a12 12 0 0 1 1.76-.11 2.73 2.73 0 0 1 1.76.46 1.68 1.68 0 0 1 .62 1.33 1.84 1.84 0 0 1-.53 1.37 2.65 2.65 0 0 1-1.87.61h-.45v2.06H6.59zm19 11H8.1a1.33 1.33 0 0 1-1.32-1.32v-1.48H23.1a1.37 1.37 0 0 0 1.37-1.37v-8.33A1.37 1.37 0 0 0 23.1 16H6.78V3.41A1.33 1.33 0 0 1 8.1 2.09h12v4.45a2.36 2.36 0 0 0 2.41 2.36h4.36l.05 19.7a1.32 1.32 0 0 1-1.32 1.31zm-14-5.37v-5.63a12.73 12.73 0 0 1 1.76-.11 3.68 3.68 0 0 1 2.36.61 2.57 2.57 0 0 1 1 2.18 2.94 2.94 0 0 1-1 2.33 4.11 4.11 0 0 1-2.66.75 10 10 0 0 1-1.49-.09zm9.33-3.35v1.06h-2.1v2.32h-1.31V18.8H21v1.07h-2.18v1.32z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 1.25rem;
  width: 1.875rem;
}
.treatment-recommandation .recommanded-treatment .content ul {
  margin-left: 3em;
}
.treatment-recommandation .recommanded-treatment .content p {
  margin-top: 0;
}
.treatment-recommandation .recommanded-treatment .content .grade {
  padding: 0.9375rem 1.25rem 1.25rem;
}
.treatment-recommandation .recommanded-treatment .content .grade .title {
  line-height: 1.875rem;
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0082a3;
}
.treatment-recommandation .recommanded-treatment .content .grade .title a {
  color: inherit;
}
.treatment-recommandation .recommanded-treatment .content .grade .title img {
  margin-right: 0.375rem;
}
.treatment-recommandation .recommanded-treatment .content .grade .title + div {
  margin-top: 0.3em;
  padding-top: 0.5em;
  border-top: 1px solid #999;
}
.treatment-recommandation .recommanded-treatment .content .grade + .grade {
  padding-top: 0;
}
.treatment-recommandation .recommanded-treatment .content .grade.grade-Note,
.treatment-recommandation .recommanded-treatment .content .grade.grade-Reference {
  background-color: #eee;
  padding-top: 0.9375rem;
}
.treatment-recommandation .recommanded-treatment .content .grade.grade-Note .title,
.treatment-recommandation .recommanded-treatment .content .grade.grade-Reference .title {
  color: #707070;
}
@media (max-width: 63.99em) {
  .treatment-recommandation {
    padding: 0 0.625rem 1.25rem;
  }
}
.treatment-recommandation .asterix {
  position: relative;
  padding-right: 0.625rem;
}
.treatment-recommandation .asterix:after {
  position: absolute;
  content: "D";
  font-size: 0.5rem;
  font-weight: 700;
  color: purple;
  -webkit-transform: translate(50%,50%);
  transform: translate(50%,50%);
  top: -1.25rem;
}
.treatment-recommandation .footer {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 200;
  position: relative;
  padding-top: 1.25rem;
  margin-top: 1.875rem;
}
.treatment-recommandation .footer:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #d4dde9;
  height: 1px;
  width: 100%;
}
.link {
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-decoration: underline;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.top {
  padding-top: 1.875rem !important;
  padding-bottom: 0 !important;
  border-top: 1px solid #d4dde9;
  border-bottom: 1px solid #d4dde9;
}
section.top .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8125rem;
  line-height: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print {
  section.top .breadcrumb {
    display: none;
  }
}
section.top .breadcrumb .link {
  margin: 0 0.3125rem 0 0;
}
section.top .breadcrumb .link-breadcrumb,
section.top .breadcrumb span {
  font-weight: 700;
  color: #313131;
}
section.top .breadcrumb .link-breadcrumb {
  text-decoration: underline;
  padding-left: 0.3125rem;
}
@media (max-width: 63.99em) {
  section.top .breadcrumb {
    font-size: 0.625rem;
    line-height: 0.8125rem;
  }
}
section.top .principal-title {
  font-size: 1.875rem;
  line-height: 1.875rem;
  margin: 0;
  padding: 2.5rem 0 1.5625rem;
  position: relative;
  -webkit-print-color-adjust: exact;
}
section.top .principal-title:after {
  position: absolute;
  content: "";
  height: 0.3125rem;
  width: 3.125rem;
  left: 0;
  bottom: -0.1875rem;
}
@media (max-width: 63.99em) {
  section.top .principal-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 1.25rem 0 0.9375rem;
  }
}
section.top.orange .principal-title:after {
  background-color: #ec732c;
}
section.top.blue .principal-title:after {
  background-color: purple;
}
.cgu {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-top: 1.25rem;
  padding-left: 1.25rem;
}
.cgu,
.cgu .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}
.cgu .checkbox {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cgu .checkbox label {
  color: #313131;
}
.cgu .checkbox label.red {
  color: red;
}
.cgu .checkbox [type="checkbox"]:checked,
.cgu .checkbox [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -624.9375rem;
}
.cgu .checkbox [type="checkbox"]:checked + label,
.cgu .checkbox [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 1.5625rem;
  cursor: pointer;
}
.cgu .checkbox [type="checkbox"]:checked + label:before,
.cgu .checkbox [type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 2px solid #fc0f3a;
  background: #fff;
}
.cgu .checkbox [type="checkbox"]:checked + label:after,
.cgu .checkbox [type="checkbox"]:not(:checked) + label:after {
  content: "\2714";
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 0.875rem;
  color: #fc0f3a;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cgu .checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.cgu .checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cgu .prevent-error {
  padding-left: 1.5625rem;
}
.prevent-error {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  padding-left: 1.25rem;
}
.prevent-error img {
  margin-right: 0.625rem;
}
.profil-choice {
  padding: 0 1.875rem 2.5rem;
}
.profil-choice ul {
  padding: 0;
}
@media (max-width: 63.99em) {
  .profil-choice {
    padding: 0.625rem 1.25rem;
  }
}
.card-simple-actu .card-container {
  padding: 1.875rem 1.875rem 0;
  width: 100%;
}
@media (max-width: 63.99em) {
  .card-simple-actu .card-container {
    padding: 1.25rem 0.9375rem 0;
  }
}
.card-simple-actu .button {
  padding: 0;
  min-height: 3.125rem;
}
.card-simple-actu .button .cta-flat:hover,
.card-simple-actu .button:focus {
  background-color: #ff505b;
}
.cta-flat.u-bg--blue {
  background-color: #ff5e5b;
}
.cta-flat.u-bg--blue:focus,
.cta-flat.u-bg--blue:hover {
  background-color: #ff505b !important;
}
.cta-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cta-icon img {
  margin-left: 0.625rem;
}
.modal-study .modal {
  min-height: 31.25rem;
}
.modal-study .modal .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.modal-study .modal .title .iconTitle {
  font-size: 1.375rem;
  line-height: 1.5rem;
}
.modal-study .modal .title svg {
  margin-right: 0.9375rem;
}
.modal-study .modal .separator {
  display: none;
}
.modal-study .modal .separator-study {
  position: relative;
  margin-bottom: 1.5625rem;
  padding-top: 1.5625rem;
}
.modal-study .modal .separator-study:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: #d3d3d3;
}
.modal-study .modal .subTitle {
  padding: 0.3125rem 0;
}
.modal-study .modal .block-infos {
  border-left: 1px solid #ec732c;
}
.modal-study .modal .button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-study .modal .button .cta-round {
  margin: 0;
}
.modal-study .modal .button .cta-round:focus,
.modal-study .modal .button .cta-round:hover {
  background-color: rgba(236,115,44,0.7);
}
.modal-study .modal .col-12 {
  padding: 0;
}
.recommandation-form {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08);
  border: 1px solid #d4dde9;
}
.author {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1.875rem;
}
.author h4 {
  font-size: 1.375rem;
  margin: 0 0 0.9375rem 0;
}
.author p {
  margin: 0;
}
@media (max-width: 48.115em) {
  .author {
    padding-top: 1.25rem;
  }
}
.pagination {
  list-style-type: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
}
.pagination,
.pagination .next button,
.pagination .prev button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination .next button,
.pagination .prev button {
  border: none;
  background: transparent;
  outline: none;
  font-size: 0.875rem;
  cursor: pointer;
}
.pagination .next button:disabled,
.pagination .prev button:disabled {
  opacity: 0;
}
@media (max-width: 63.99em) {
  .pagination .next .next-mobile,
  .pagination .next .prev-mobile,
  .pagination .prev .next-mobile,
  .pagination .prev .prev-mobile {
    display: none;
  }
}
.pagination .prev button {
  margin-right: 0.9375rem;
}
.pagination .prev button img {
  margin-right: 0.625rem;
}
.pagination .next button {
  margin-left: 0.9375rem;
}
.pagination .next button img {
  margin-left: 0.625rem;
}
.pagination .pagination-item button {
  background-color: #fff;
  color: #313131;
  padding: 0.625rem 1rem;
  border: 1px solid #d4dde9;
  outline: none;
  cursor: pointer;
}
.pagination .pagination-item button.active {
  background-color: purple;
  color: #fff;
}
.pagination.orange .next button,
.pagination.orange .prev button {
  color: #ec732c;
}
.pagination.orange .pagination-item button.active {
  background-color: #ec732c;
}
.pagination.blue .next button,
.pagination.blue .prev button {
  color: purple;
}
.pagination.blue .pagination-item button.active {
  background-color: purple;
}
.grid-layout {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
.grid-layout .grid-top {
  padding-bottom: 0;
  border: none;
}
.grid-layout .grid-top .col-5 {
  padding: 0;
}
.grid-layout .grid-top .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid-layout .grid-top .filters .all {
  font-size: 0.875rem;
  border-radius: 1.5rem;
  font-weight: 600;
  padding: 0.75rem 1.75rem 0.625rem;
  margin-right: 0.625rem;
}
@media (max-width: 63.99em) {
  .grid-layout .grid-top .filters .all {
    padding: 0.5625rem 0.8125rem 0.4375rem;
    margin-right: 0.3125rem;
  }
}
.grid-layout .grid-top .filters .all.orange.active {
  background-color: #ec732c;
  color: #fff;
}
.grid-layout .grid-top .filters .all.blue.active {
  background-color: purple;
  color: #fff;
}
.grid-layout .grid-top .filters .all.orange {
  background-color: #fff;
  color: #ec732c;
  border: 1px solid #d4dde9;
}
.grid-layout .grid-top .filters .all.blue {
  background-color: #fff;
  color: purple;
  border: 1px solid #d4dde9;
}
@media (max-width: 63.99em) {
  .grid-layout .grid-top .pagination {
    display: none;
  }
}
.grid-layout .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-layout .card-list .card-simple-actu,
.grid-layout .card-list .card-study {
  max-width: 23.125rem;
  margin-bottom: 1.875rem;
  width: 100%;
}
@media (min-width: 64em) {
  .grid-layout .card-list .card-simple-actu,
  .grid-layout .card-list .card-study {
    min-width: 22.5rem;
    margin-right: 1rem;
  }
}
@media (max-width: 63.99em) {
  .grid-layout .card-list {
    margin: 0 0.625rem;
  }
}
.grid-layout .pagination-bottom .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding-bottom: 2.5rem;
}
.study .details .content,
.study .details .label {
  list-style: none;
}
.study .title-without-link {
  margin-top: 3.125rem;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8125rem;
  line-height: 1rem;
}
.breadcrumb .link {
  margin: 0 0.3125rem 0 0;
}
.breadcrumb span {
  font-weight: 700;
}
@media (max-width: 63.99em) {
  .breadcrumb {
    font-size: 0.625rem;
    line-height: 0.8125rem;
  }
}
.not-found {
  padding: 1.875rem 8.4375rem;
}
@media (max-width: 63.99em) {
  .not-found {
    padding: 0.625rem;
  }
}
.not-found h1 {
  font-size: 2.875rem;
  line-height: 2.25rem;
}
@media (max-width: 63.99em) {
  .not-found h1 {
    font-size: 1.875rem;
  }
}
.not-found .simpleTitle {
  font-weight: 300;
}
.page-contact {
  border: 1px solid #d4dde9;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08);
  padding: 1.5625rem 1.875rem 1.875rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.page-contact .infos {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-contact .infos,
.page-contact .infos span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}
.page-contact .infos span {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-contact .infos span.address,
.page-contact .infos span.email {
  margin-bottom: 1.25rem;
}
.page-contact .infos span .fax,
.page-contact .infos span .tel {
  text-decoration: none;
}
@media (max-width: 63.99em) {
  .page-contact {
    padding: 1.25rem 0.625rem;
    margin: 0 0.625rem;
  }
}
.page-contact h2,
.page-contact h3 {
  padding-top: 1rem;
}
.page-contact h2.title-without-link,
.page-contact h3.title-without-link {
  font-size: 1.375rem;
  line-height: 1.5rem;
  position: relative;
  padding-bottom: 1.5625rem;
  margin: 0 0 1.875rem;
}
.page-contact h2.title-without-link:after,
.page-contact h3.title-without-link:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #d4dde9;
}
@media (max-width: 63.99em) {
  .page-contact h2.title-without-link,
  .page-contact h3.title-without-link {
    font-size: 1.125rem;
  }
}
@media (max-width: 63.99em) {
  .page-contact h2,
  .page-contact h3 {
    margin: 0 0 1.25rem;
    padding-bottom: 0.9375rem;
  }
}
.u-color--white[data-v-35d2396d] {
  color: #fff ff;
}
.u-color--orange[data-v-35d2396d] {
  color: #ec732c;
}
.u-color--orange-hover[data-v-35d2396d] {
  color: rgba(236,115,44,0.7);
}
.u-color--blue[data-v-35d2396d] {
  color: purple;
}
.u-color--blue-dark[data-v-35d2396d] {
  color: #390039;
}
.u-color--blue-soft[data-v-35d2396d] {
  color: rgba(0,130,163,0.1);
}
.u-color--blue-hover[data-v-35d2396d] {
  color: rgba(0,130,163,0.7);
}
.u-color--blue-border[data-v-35d2396d] {
  color: #9fcfdc;
}
.u-color--skin[data-v-35d2396d] {
  color: #ff5e5b;
}
.u-color--skin-dark[data-v-35d2396d] {
  color: #ff505b;
}
.u-color--grey[data-v-35d2396d] {
  color: #f5f7fa;
}
.u-color--grey-soft[data-v-35d2396d] {
  color: #707070;
}
.u-color--grey-dark[data-v-35d2396d] {
  color: #313131;
}
.u-color--grey-light[data-v-35d2396d] {
  color: #d3d3d3;
}
.u-color--border[data-v-35d2396d] {
  color: #d4dde9;
}
.u-color--text-popin[data-v-35d2396d] {
  color: #4a4a4a;
}
.u-color--red[data-v-35d2396d] {
  color: #fc0f3a;
}
.u-color--red-soft[data-v-35d2396d] {
  color: rgba(228,29,75,0.08);
}
.u-color--yellow-dark[data-v-35d2396d] {
  color: #806a13;
}
.u-color--yellow-soft[data-v-35d2396d] {
  color: rgba(239,206,74,0.15);
}
.u-color--yellow[data-v-35d2396d] {
  color: #f5a623;
}
.u-color--green[data-v-35d2396d] {
  color: #50940c;
}
.u-color--back[data-v-35d2396d] {
  color: #e8e6dd;
}
.u-color--more[data-v-35d2396d] {
  color: purple;
}
.u-color--dark[data-v-35d2396d] {
  color: #390039;
}
.u-color--sfdgreen[data-v-35d2396d] {
  color: #017e8f;
}
.u-color--sfdorange[data-v-35d2396d] {
  color: #ee783f;
}
.u-align--center[data-v-35d2396d] {
  text-align: center;
}
.u-align--right[data-v-35d2396d] {
  text-align: right;
}
.u-align--left[data-v-35d2396d] {
  text-align: left;
}
.u-bg--black[data-v-35d2396d] {
  background-color: #000;
}
.u-bg--white[data-v-35d2396d] {
  background-color: #fff;
}
.u-bg--blue[data-v-35d2396d] {
  background-color: #0082a3;
}
.u-bg--blue-dark[data-v-35d2396d] {
  background-color: #004b5e;
}
.u-bg--blue-soft[data-v-35d2396d] {
  background-color: rgba(255,85,91,0.1);
}
.u-bg--blue-hover[data-v-35d2396d] {
  background-color: rgba(255,85,91,0.7);
}
.u-bg--skin[data-v-35d2396d] {
  background-color: #ff5e5b;
}
.u-bg--skin-dark[data-v-35d2396d] {
  background-color: #ff505b;
}
.u-bg--grey[data-v-35d2396d] {
  background-color: #f5f7fa;
}
.u-bg--orange[data-v-35d2396d] {
  background-color: #ec732c;
}
.u-bg--orange-soft[data-v-35d2396d] {
  background-color: rgba(236,115,44,0.1);
}
.u-bg--orange-hover[data-v-35d2396d] {
  background-color: rgba(236,115,44,0.7);
}
.u-bg--yellow[data-v-35d2396d] {
  background-color: rgba(248,231,28,0.16);
}
.u-bg--yellow-soft[data-v-35d2396d] {
  background-color: rgba(239,206,74,0.15);
}
.u-bg--red-soft[data-v-35d2396d] {
  background-color: rgba(228,29,75,0.08);
}
.u-bg--green[data-v-35d2396d] {
  background-color: #50940c;
}
html[data-v-35d2396d] {
  font-family: Open sans, regular, sans-serif;
  font-weight: 400;
}
h1[data-v-35d2396d],
h2[data-v-35d2396d],
h3[data-v-35d2396d] {
  font-family: Montserrat, semibold, sans-serif;
  font-weight: 600;
}
a[data-v-35d2396d] {
  color: purple;
  cursor: pointer;
}
.study {
  border: 1px solid #d4dde9;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08);
  padding: 1.5625rem 1.875rem 1.875rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.study .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 1.5625rem;
  margin-bottom: 1.875rem;
}
.study .top:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #d4dde9;
}
.study .top .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 63.99em) {
  .study .top .infos {
    margin-bottom: 0.625rem;
  }
}
.study .top .infos .tag {
  margin: 0 0.625rem 0 0;
}
.study .details {
  border: 1px solid #d4dde9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.875rem;
}
.study .details ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.study .details .content,
.study .details .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.75rem 1.25rem;
  white-space: nowrap;
}
@media (max-width: 63.99em) {
  .study .details .content,
  .study .details .label {
    padding: 0.625rem;
    font-size: 0.75rem;
  }
}
.study .details .label {
  font-weight: 700;
  -webkit-print-color-adjust: exact;
}
.study h3 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.study .project-leader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.study .project-leader .coordinates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.study .project-leader .cta-round {
  margin-top: 0;
}
@media (max-width: 63.99em) {
  .study .project-leader .cta-round {
    margin: 0.625rem 0;
  }
}
.study .project-leader .cta-round:hover {
  background-color: rgba(236,115,44,0.7);
}
.study .project-leader.bottom {
  padding-top: 1.5625rem;
  margin-top: 1.875rem;
  position: relative;
}
.study .project-leader.bottom:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background-color: #d4dde9;
}
@media (max-width: 63.99em) {
  .study {
    padding: 1.25rem 0.625rem;
    margin: 0 0.625rem;
  }
}
a {
  text-decoration: none;
}
.logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 48.115em) {
  .logo-container {
    padding-right: 0.3125rem;
  }
  .logo-container:after {
    content: "";
    position: absolute;
    height: 100%;
    background: #d4dde9;
    right: 0;
    width: 0;
    top: 0;
  }
}
.logo-container .logo {
  padding: 0.625rem 0.9375rem 0.3125rem 0;
  position: relative;
}
.logo-container .logo img {
  min-width: 13rem;
  max-width: 13rem;
  min-height: 3.75rem;
}
@media (max-width: 48.115em) {
  .logo-container .logo img {
    min-width: 8.75rem;
    min-height: 2.25rem;
    margin-left: 0.625rem;
  }
}
@media (min-width: 48.125em) and (max-width: 79.99em) {
  .logo-container .logo img {
    min-width: 10rem;
    min-height: 3.125rem;
  }
}
.logo-container .logo:after {
  content: "";
  position: absolute;
  height: 100%;
  background: #d4dde9;
  right: 0;
  width: 0;
  top: 0;
}
@media (max-width: 63.99em) {
  .logo-container .logo {
    padding: 0.5rem 0.3125rem 0.25rem 0;
    margin-left: -0.5rem;
  }
}
.logo-container .headline h1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 0.9375rem;
  line-height: 1.5rem;
  color: #017e8f;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 63.99em) {
  .logo-container .headline h1 {
    font-size: 0.5rem;
    line-height: 0.875rem;
    padding-left: 0.625rem;
  }
}
@media (min-width: 64em) and (max-width: 79.99em) {
  .logo-container .headline h1 {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.logo-container .headline h1:before {
  content: "";
  position: absolute;
  height: 100%;
  background: purple;
  left: 0;
  width: 3px;
}
.logo-container .headline h1 span {
  color: purple;
  font-size: 1.25rem;
}
.logo-container .headline h1 span span {
  color: #ff5e5b;
}
@media (max-width: 63.99em) {
  .logo-container .headline h1 span {
    font-size: 0.75rem;
  }
}
@media (min-width: 64em) and (max-width: 79.99em) {
  .logo-container .headline h1 span {
    font-size: 1.125rem;
  }
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  position: fixed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  background-color: #f5f7fa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 24px;
  z-index: 5;
  left: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: Montserrat, medium, sans-serif;
  font-weight: 500;
}
.header-nav.active {
  left: 0;
}
.header-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #390039;
  text-decoration: none;
  height: auto;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 1.25rem 0;
  position: relative;
}
.header-nav a:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #d4dde9;
  position: absolute;
  bottom: 0;
}
.header-nav a:last-child:after {
  display: none;
}
.header-nav a:focus,
.header-nav a:hover {
  color: purple;
  text-decoration: underline;
}
@media (min-width: 64em) {
  .header-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    width: auto;
    position: relative;
    z-index: 0;
    padding: 0;
    left: 0;
    background-color: transparent;
  }
  .header-nav a {
    font-size: 0.75rem;
    font-weight: 500;
    width: auto;
    padding: 0.3125rem 1.25rem;
  }
  .header-nav a:after {
    content: "";
    height: 100%;
    width: 1px;
    background: #d4dde9;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 64em) and (min-width: 80em) {
  .header-nav a {
    font-size: 0.875rem;
  }
}
.header {
  width: 100%;
}
.header .container-fluid {
  border-radius: 0 0 3px 3px;
  background: rgba(255,255,255,0.98);
}
.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 8.4375rem;
}
@media (max-width: 48.115em) {
  .header .wrapper {
    padding: 0 0.625rem 0 0.3125rem;
  }
}
@media (min-width: 48.125em) and (max-width: 79.99em) {
  .header .wrapper {
    padding: 0 3.125rem 0 3.125rem;
  }
}
.header .wrapper .menu-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  z-index: 6;
}
.header .wrapper .menu-burger .menu-toggle {
  position: relative;
  display: block;
  width: 100%;
  height: 1rem;
  background: transparent;
  border-color: transparent;
  border-top: 2px solid purple;
  border-bottom: 2px solid purple;
  color: purple;
  font-size: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 4;
}
.header .wrapper .menu-burger .menu-toggle:after,
.header .wrapper .menu-burger .menu-toggle:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.header .wrapper .menu-burger div:hover {
  z-index: 10;
}
.header .wrapper .menu-burger div:focus {
  outline: none;
}
.header .wrapper .menu-burger div.active {
  border-color: transparent;
}
.header .wrapper .menu-burger div.active:before {
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
}
.header .wrapper .menu-burger div.active:after {
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg);
}
.header .wrapper .menu-burger .text {
  font-size: 0.5rem;
  line-height: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 0.125rem;
}
@media (min-width: 64em) {
  .header .wrapper .menu-burger {
    display: none;
  }
}
.footer_infos {
  color: #444;
  padding: 1.75rem 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.footer_infos copyrightYear:before {
  content: "\A9";
}
.footer_infos a {
  color: #444;
  text-decoration: none;
}
.footer_infos a + a:before {
  content: "-";
  margin: 0 0.66em;
}
.footer_infos abbr {
  margin-left: 0.33em;
}
.footer_infos abbr + img {
  margin-left: 0.2em;
  vertical-align: text-top;
}
@media (max-width: 63.99em) {
  .footer_infos {
    padding: 0.6875rem 1.25rem 0.9375rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
  .footer_infos a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1em;
    font-size: 1.4em;
  }
  .footer_infos a + a {
    border-top: 1px solid #d3d3d3;
  }
  .footer_infos a:before {
    content: "";
    display: none;
  }
  .footer_infos abbr:before {
    content: "\A9   2019 ";
  }
  .footer_infos a img,
  .footer_infos copyrightYear {
    display: none;
  }
}
.sticky-contact {
  position: fixed;
  left: calc(84vw);
  position: -webkit-sticky;
  position: sticky;
  float: right;
  clear: both;
  height: 0;
  top: 11rem;
  z-index: 5;
}
@media (max-width: 63.99em) {
  .sticky-contact {
    top: unset;
    bottom: 15%;
    position: fixed;
    right: 0;
  }
}
@media (min-width: 64em) and (max-width: 79.99em) {
  .sticky-contact {
    left: calc(90vw);
  }
}
.sticky-contact .contact {
  -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.13), 0 2px 6px 0 rgba(0,0,0,0.08);
  box-shadow: 0 6px 10px 0 rgba(0,0,0,0.13), 0 2px 6px 0 rgba(0,0,0,0.08);
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 3.75rem;
  line-height: 4.1875rem;
  background: purple;
  cursor: pointer;
  z-index: 5;
  float: right;
  clear: both;
  margin-right: -1.875rem;
}
@media screen and (max-width: 1560px) {
  .sticky-contact .contact {
    margin-right: 0.625rem;
  }
}
@media (max-width: 63.99em) {
  .sticky-contact .contact {
    border: 1px solid #fff;
    margin-right: 0.9375rem;
  }
}
.sticky-contact .contact .tooltip,
.sticky-contact .contact [data-tooltip] {
  position: relative;
  cursor: pointer;
}
.sticky-contact .contact .tooltip:after,
.sticky-contact .contact .tooltip:before,
.sticky-contact .contact [data-tooltip]:after,
.sticky-contact .contact [data-tooltip]:before {
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71,1.7,0.77,1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71,1.7,0.77,1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71,1.7,0.77,1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71,1.7,0.77,1.24), -webkit-transform 0.2s cubic-bezier(0.71,1.7,0.77,1.24);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  pointer-events: none;
}
.sticky-contact .contact .tooltip:focus:after,
.sticky-contact .contact .tooltip:focus:before,
.sticky-contact .contact .tooltip:hover:after,
.sticky-contact .contact .tooltip:hover:before,
.sticky-contact .contact [data-tooltip]:focus:after,
.sticky-contact .contact [data-tooltip]:focus:before,
.sticky-contact .contact [data-tooltip]:hover:after,
.sticky-contact .contact [data-tooltip]:hover:before {
  visibility: visible;
  opacity: 1;
}
.sticky-contact .contact .tooltip:before,
.sticky-contact .contact [data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.sticky-contact .contact .tooltip:after,
.sticky-contact .contact [data-tooltip]:after {
  z-index: 1000;
  padding: 0.9375rem;
  min-width: 15.625rem;
  background-color: #fff;
  color: #313131;
  content: attr(data-tooltip);
  font-size: 0.875rem;
  line-height: 1.2;
  margin-left: 0;
  margin-bottom: -1rem;
  -webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.2);
  border: 1px solid #d4dde9;
  border-right: 0;
}
.sticky-contact .contact .tooltip-left:after,
.sticky-contact .contact .tooltip-left:before {
  right: 100%;
  bottom: 50%;
  left: auto;
}
.sticky-contact .contact .tooltip-left:before {
  margin-left: 0;
  margin-right: -0.75rem;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #fff;
}
.sticky-contact .contact .tooltip-left:focus:after,
.sticky-contact .contact .tooltip-left:focus:before,
.sticky-contact .contact .tooltip-left:hover:after,
.sticky-contact .contact .tooltip-left:hover:before {
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px);
}
.u-color--white {
  color: #fff ff;
}
.u-color--orange {
  color: #ec732c;
}
.u-color--orange-hover {
  color: rgba(236,115,44,0.7);
}
.u-color--blue {
  color: purple;
}
.u-color--blue-dark {
  color: #390039;
}
.u-color--blue-soft {
  color: rgba(0,130,163,0.1);
}
.u-color--blue-hover {
  color: rgba(0,130,163,0.7);
}
.u-color--blue-border {
  color: #9fcfdc;
}
.u-color--skin {
  color: #ff5e5b;
}
.u-color--skin-dark {
  color: #ff505b;
}
.u-color--grey {
  color: #f5f7fa;
}
.u-color--grey-soft {
  color: #707070;
}
.u-color--grey-dark {
  color: #313131;
}
.u-color--grey-light {
  color: #d3d3d3;
}
.u-color--border {
  color: #d4dde9;
}
.u-color--text-popin {
  color: #4a4a4a;
}
.u-color--red {
  color: #fc0f3a;
}
.u-color--red-soft {
  color: rgba(228,29,75,0.08);
}
.u-color--yellow-dark {
  color: #806a13;
}
.u-color--yellow-soft {
  color: rgba(239,206,74,0.15);
}
.u-color--yellow {
  color: #f5a623;
}
.u-color--green {
  color: #50940c;
}
.u-color--back {
  color: #e8e6dd;
}
.u-color--more {
  color: purple;
}
.u-color--dark {
  color: #390039;
}
.u-color--sfdgreen {
  color: #017e8f;
}
.u-color--sfdorange {
  color: #ee783f;
}
.u-align--center {
  text-align: center;
}
.u-align--right {
  text-align: right;
}
.u-align--left {
  text-align: left;
}
.u-bg--black {
  background-color: #000;
}
.u-bg--white {
  background-color: #fff;
}
.u-bg--blue {
  background-color: #0082a3;
}
.u-bg--blue-dark {
  background-color: #004b5e;
}
.u-bg--blue-soft {
  background-color: rgba(255,85,91,0.1);
}
.u-bg--blue-hover {
  background-color: rgba(255,85,91,0.7);
}
.u-bg--skin {
  background-color: #ff5e5b;
}
.u-bg--skin-dark {
  background-color: #ff505b;
}
.u-bg--grey {
  background-color: #f5f7fa;
}
.u-bg--orange {
  background-color: #ec732c;
}
.u-bg--orange-soft {
  background-color: rgba(236,115,44,0.1);
}
.u-bg--orange-hover {
  background-color: rgba(236,115,44,0.7);
}
.u-bg--yellow {
  background-color: rgba(248,231,28,0.16);
}
.u-bg--yellow-soft {
  background-color: rgba(239,206,74,0.15);
}
.u-bg--red-soft {
  background-color: rgba(228,29,75,0.08);
}
.u-bg--green {
  background-color: #50940c;
}
html {
  font-family: Open sans, regular, sans-serif;
  font-weight: 400;
}
h1,
h2,
h3 {
  font-family: Montserrat, semibold, sans-serif;
  font-weight: 600;
}
a {
  color: purple;
  cursor: pointer;
}
html {
  height: 100vh;
  background: #e8e6dd;
}
html body {
  margin: 0;
  padding: 0;
}
html body #app {
  text-align: center;
  margin: 0 auto;
  height: 100vh;
}
html body #app .container-fluid {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
html body #app .container-fluid section {
  padding: 2.5rem 8.4375rem;
}
@media (min-width: 64em) and (max-width: 79.99em) {
  html body #app .container-fluid section {
    padding: 1.875rem 1.875rem;
  }
}
@media (max-width: 63.99em) {
  html body #app .container-fluid section {
    padding: 1.875rem 1px;
  }
}
html body #app .container-fluid [class^="col"] {
  position: inherit;
}
video {
  width: 100% !important;
  height: auto;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  margin: 2em 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
