<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: Symediane
Author: Symediane
Author URI: http://www.symediane.com/
Version: 1.0
*/
/* Variables */
/* Colors */
/* Breakpoints */
/* Mixins */
/* Utils */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.center-xs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.justify-center-xs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.justify-right-xs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.justify-around-xs {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.flex.justify-evenly-xs {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.flex.justify-between-xs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.align-center-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.align-right-xs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 640px) {
  .flex.center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex.justify-center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex.justify-right-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex.justify-around-sm {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .flex.justify-evenly-sm {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .flex.justify-between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex.align-center-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex.align-right-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .flex.center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex.justify-center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex.justify-right-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex.justify-around-md {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .flex.justify-evenly-md {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .flex.justify-between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex.align-center-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex.align-right-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .flex.center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex.justify-center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex.justify-right-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex.justify-around-lg {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .flex.justify-evenly-lg {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .flex.justify-between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex.align-center-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex.align-right-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .flex.center-xl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex.justify-center-xl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex.justify-right-xl {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex.justify-around-xl {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .flex.justify-evenly-xl {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .flex.justify-between-xl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex.align-center-xl {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex.align-right-xl {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1536px) {
  .flex.center-xxl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex.justify-center-xxl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex.justify-right-xxl {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex.justify-around-xxl {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .flex.justify-evenly-xxl {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .flex.justify-between-xxl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex.align-center-xxl {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex.align-right-xxl {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1536px) {
  .flex.center-xxxl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex.justify-center-xxxl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex.justify-right-xxxl {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex.justify-around-xxxl {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .flex.justify-evenly-xxxl {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .flex.justify-between-xxxl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex.align-center-xxxl {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex.align-right-xxxl {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@font-face {
  font-family: "Lato";
  src: url("/wp-content/themes/symediane/fonts/lato-regular-webfont.eot");
  src: url("/wp-content/themes/symediane/fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/symediane/fonts/lato-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/symediane/fonts/lato-regular-webfont.woff") format("woff"), url("/wp-content/themes/symediane/fonts/lato-regular-webfont.ttf") format("truetype"), url("/wp-content/themes/symediane/fonts/lato-regular-webfont.svg#lato") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/wp-content/themes/symediane/fonts/lato-bold-webfont.eot");
  src: url("/wp-content/themes/symediane/fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/symediane/fonts/lato-bold-webfont.woff2") format("woff2"), url("/wp-content/themes/symediane/fonts/lato-bold-webfont.woff") format("woff"), url("/wp-content/themes/symediane/fonts/lato-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("/wp-content/themes/symediane/fonts/lato-black-webfont.eot");
  src: url("/wp-content/themes/symediane/fonts/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/symediane/fonts/lato-black-webfont.woff2") format("woff2"), url("/wp-content/themes/symediane/fonts/lato-black-webfont.woff") format("woff"), url("/wp-content/themes/symediane/fonts/lato-black-webfont.ttf") format("truetype"), url("/wp-content/themes/symediane/fonts/lato-black-webfont.svg#lato") format("svg");
  font-weight: 900;
  font-style: normal;
}
.m-xs-0 {
  margin: 0;
}

.mt-xs-0 {
  margin-top: 0rem;
}

.mb-xs-0 {
  margin-bottom: 0rem;
}

.ml-xs-0 {
  margin-left: 0rem;
}

.mr-xs-0 {
  margin-right: 0rem;
}

.mv-xs-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.mh-xs-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.p-xs-0 {
  padding: 0;
}

.pt-xs-0 {
  padding-top: 0rem;
}

.pb-xs-0 {
  padding-bottom: 0rem;
}

.pl-xs-0 {
  padding-left: 0rem;
}

.pr-xs-0 {
  padding-right: 0rem;
}

.pv-xs-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.ph-xs-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.m-xs-1 {
  margin: 1;
}

.mt-xs-1 {
  margin-top: 1rem;
}

.mb-xs-1 {
  margin-bottom: 1rem;
}

.ml-xs-1 {
  margin-left: 1rem;
}

.mr-xs-1 {
  margin-right: 1rem;
}

.mv-xs-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mh-xs-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.p-xs-1 {
  padding: 1;
}

.pt-xs-1 {
  padding-top: 1rem;
}

.pb-xs-1 {
  padding-bottom: 1rem;
}

.pl-xs-1 {
  padding-left: 1rem;
}

.pr-xs-1 {
  padding-right: 1rem;
}

.pv-xs-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ph-xs-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.m-xs-2 {
  margin: 2;
}

.mt-xs-2 {
  margin-top: 2rem;
}

.mb-xs-2 {
  margin-bottom: 2rem;
}

.ml-xs-2 {
  margin-left: 2rem;
}

.mr-xs-2 {
  margin-right: 2rem;
}

.mv-xs-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mh-xs-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.p-xs-2 {
  padding: 2;
}

.pt-xs-2 {
  padding-top: 2rem;
}

.pb-xs-2 {
  padding-bottom: 2rem;
}

.pl-xs-2 {
  padding-left: 2rem;
}

.pr-xs-2 {
  padding-right: 2rem;
}

.pv-xs-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ph-xs-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.m-xs-3 {
  margin: 3;
}

.mt-xs-3 {
  margin-top: 3rem;
}

.mb-xs-3 {
  margin-bottom: 3rem;
}

.ml-xs-3 {
  margin-left: 3rem;
}

.mr-xs-3 {
  margin-right: 3rem;
}

.mv-xs-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mh-xs-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.p-xs-3 {
  padding: 3;
}

.pt-xs-3 {
  padding-top: 3rem;
}

.pb-xs-3 {
  padding-bottom: 3rem;
}

.pl-xs-3 {
  padding-left: 3rem;
}

.pr-xs-3 {
  padding-right: 3rem;
}

.pv-xs-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.ph-xs-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.m-xs-4 {
  margin: 4;
}

.mt-xs-4 {
  margin-top: 4rem;
}

.mb-xs-4 {
  margin-bottom: 4rem;
}

.ml-xs-4 {
  margin-left: 4rem;
}

.mr-xs-4 {
  margin-right: 4rem;
}

.mv-xs-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mh-xs-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.p-xs-4 {
  padding: 4;
}

.pt-xs-4 {
  padding-top: 4rem;
}

.pb-xs-4 {
  padding-bottom: 4rem;
}

.pl-xs-4 {
  padding-left: 4rem;
}

.pr-xs-4 {
  padding-right: 4rem;
}

.pv-xs-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.ph-xs-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.m-xs-5 {
  margin: 5;
}

.mt-xs-5 {
  margin-top: 5rem;
}

.mb-xs-5 {
  margin-bottom: 5rem;
}

.ml-xs-5 {
  margin-left: 5rem;
}

.mr-xs-5 {
  margin-right: 5rem;
}

.mv-xs-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mh-xs-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.p-xs-5 {
  padding: 5;
}

.pt-xs-5 {
  padding-top: 5rem;
}

.pb-xs-5 {
  padding-bottom: 5rem;
}

.pl-xs-5 {
  padding-left: 5rem;
}

.pr-xs-5 {
  padding-right: 5rem;
}

.pv-xs-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.ph-xs-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.m-xs-6 {
  margin: 6;
}

.mt-xs-6 {
  margin-top: 6rem;
}

.mb-xs-6 {
  margin-bottom: 6rem;
}

.ml-xs-6 {
  margin-left: 6rem;
}

.mr-xs-6 {
  margin-right: 6rem;
}

.mv-xs-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mh-xs-6 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.p-xs-6 {
  padding: 6;
}

.pt-xs-6 {
  padding-top: 6rem;
}

.pb-xs-6 {
  padding-bottom: 6rem;
}

.pl-xs-6 {
  padding-left: 6rem;
}

.pr-xs-6 {
  padding-right: 6rem;
}

.pv-xs-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.ph-xs-6 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.m-xs-7 {
  margin: 7;
}

.mt-xs-7 {
  margin-top: 7rem;
}

.mb-xs-7 {
  margin-bottom: 7rem;
}

.ml-xs-7 {
  margin-left: 7rem;
}

.mr-xs-7 {
  margin-right: 7rem;
}

.mv-xs-7 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.mh-xs-7 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.p-xs-7 {
  padding: 7;
}

.pt-xs-7 {
  padding-top: 7rem;
}

.pb-xs-7 {
  padding-bottom: 7rem;
}

.pl-xs-7 {
  padding-left: 7rem;
}

.pr-xs-7 {
  padding-right: 7rem;
}

.pv-xs-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.ph-xs-7 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.m-xs-8 {
  margin: 8;
}

.mt-xs-8 {
  margin-top: 8rem;
}

.mb-xs-8 {
  margin-bottom: 8rem;
}

.ml-xs-8 {
  margin-left: 8rem;
}

.mr-xs-8 {
  margin-right: 8rem;
}

.mv-xs-8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mh-xs-8 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.p-xs-8 {
  padding: 8;
}

.pt-xs-8 {
  padding-top: 8rem;
}

.pb-xs-8 {
  padding-bottom: 8rem;
}

.pl-xs-8 {
  padding-left: 8rem;
}

.pr-xs-8 {
  padding-right: 8rem;
}

.pv-xs-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.ph-xs-8 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.m-xs-9 {
  margin: 9;
}

.mt-xs-9 {
  margin-top: 9rem;
}

.mb-xs-9 {
  margin-bottom: 9rem;
}

.ml-xs-9 {
  margin-left: 9rem;
}

.mr-xs-9 {
  margin-right: 9rem;
}

.mv-xs-9 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.mh-xs-9 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.p-xs-9 {
  padding: 9;
}

.pt-xs-9 {
  padding-top: 9rem;
}

.pb-xs-9 {
  padding-bottom: 9rem;
}

.pl-xs-9 {
  padding-left: 9rem;
}

.pr-xs-9 {
  padding-right: 9rem;
}

.pv-xs-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.ph-xs-9 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.m-xs-10 {
  margin: 10;
}

.mt-xs-10 {
  margin-top: 10rem;
}

.mb-xs-10 {
  margin-bottom: 10rem;
}

.ml-xs-10 {
  margin-left: 10rem;
}

.mr-xs-10 {
  margin-right: 10rem;
}

.mv-xs-10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mh-xs-10 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.p-xs-10 {
  padding: 10;
}

.pt-xs-10 {
  padding-top: 10rem;
}

.pb-xs-10 {
  padding-bottom: 10rem;
}

.pl-xs-10 {
  padding-left: 10rem;
}

.pr-xs-10 {
  padding-right: 10rem;
}

.pv-xs-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.ph-xs-10 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.m-xs-11 {
  margin: 11;
}

.mt-xs-11 {
  margin-top: 11rem;
}

.mb-xs-11 {
  margin-bottom: 11rem;
}

.ml-xs-11 {
  margin-left: 11rem;
}

.mr-xs-11 {
  margin-right: 11rem;
}

.mv-xs-11 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.mh-xs-11 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.p-xs-11 {
  padding: 11;
}

.pt-xs-11 {
  padding-top: 11rem;
}

.pb-xs-11 {
  padding-bottom: 11rem;
}

.pl-xs-11 {
  padding-left: 11rem;
}

.pr-xs-11 {
  padding-right: 11rem;
}

.pv-xs-11 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.ph-xs-11 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.m-xs-12 {
  margin: 12;
}

.mt-xs-12 {
  margin-top: 12rem;
}

.mb-xs-12 {
  margin-bottom: 12rem;
}

.ml-xs-12 {
  margin-left: 12rem;
}

.mr-xs-12 {
  margin-right: 12rem;
}

.mv-xs-12 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mh-xs-12 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.p-xs-12 {
  padding: 12;
}

.pt-xs-12 {
  padding-top: 12rem;
}

.pb-xs-12 {
  padding-bottom: 12rem;
}

.pl-xs-12 {
  padding-left: 12rem;
}

.pr-xs-12 {
  padding-right: 12rem;
}

.pv-xs-12 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.ph-xs-12 {
  padding-left: 12rem;
  padding-right: 12rem;
}

@media (min-width: 640px) {
  .m-sm-0 {
    margin: 0;
  }
  .mt-sm-0 {
    margin-top: 0rem;
  }
  .mb-sm-0 {
    margin-bottom: 0rem;
  }
  .ml-sm-0 {
    margin-left: 0rem;
  }
  .mr-sm-0 {
    margin-right: 0rem;
  }
  .mv-sm-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .mh-sm-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .p-sm-0 {
    padding: 0;
  }
  .pt-sm-0 {
    padding-top: 0rem;
  }
  .pb-sm-0 {
    padding-bottom: 0rem;
  }
  .pl-sm-0 {
    padding-left: 0rem;
  }
  .pr-sm-0 {
    padding-right: 0rem;
  }
  .pv-sm-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .ph-sm-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 640px) {
  .m-sm-1 {
    margin: 1;
  }
  .mt-sm-1 {
    margin-top: 1rem;
  }
  .mb-sm-1 {
    margin-bottom: 1rem;
  }
  .ml-sm-1 {
    margin-left: 1rem;
  }
  .mr-sm-1 {
    margin-right: 1rem;
  }
  .mv-sm-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mh-sm-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .p-sm-1 {
    padding: 1;
  }
  .pt-sm-1 {
    padding-top: 1rem;
  }
  .pb-sm-1 {
    padding-bottom: 1rem;
  }
  .pl-sm-1 {
    padding-left: 1rem;
  }
  .pr-sm-1 {
    padding-right: 1rem;
  }
  .pv-sm-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ph-sm-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 640px) {
  .m-sm-2 {
    margin: 2;
  }
  .mt-sm-2 {
    margin-top: 2rem;
  }
  .mb-sm-2 {
    margin-bottom: 2rem;
  }
  .ml-sm-2 {
    margin-left: 2rem;
  }
  .mr-sm-2 {
    margin-right: 2rem;
  }
  .mv-sm-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mh-sm-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .p-sm-2 {
    padding: 2;
  }
  .pt-sm-2 {
    padding-top: 2rem;
  }
  .pb-sm-2 {
    padding-bottom: 2rem;
  }
  .pl-sm-2 {
    padding-left: 2rem;
  }
  .pr-sm-2 {
    padding-right: 2rem;
  }
  .pv-sm-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .ph-sm-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 640px) {
  .m-sm-3 {
    margin: 3;
  }
  .mt-sm-3 {
    margin-top: 3rem;
  }
  .mb-sm-3 {
    margin-bottom: 3rem;
  }
  .ml-sm-3 {
    margin-left: 3rem;
  }
  .mr-sm-3 {
    margin-right: 3rem;
  }
  .mv-sm-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .mh-sm-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .p-sm-3 {
    padding: 3;
  }
  .pt-sm-3 {
    padding-top: 3rem;
  }
  .pb-sm-3 {
    padding-bottom: 3rem;
  }
  .pl-sm-3 {
    padding-left: 3rem;
  }
  .pr-sm-3 {
    padding-right: 3rem;
  }
  .pv-sm-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .ph-sm-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 640px) {
  .m-sm-4 {
    margin: 4;
  }
  .mt-sm-4 {
    margin-top: 4rem;
  }
  .mb-sm-4 {
    margin-bottom: 4rem;
  }
  .ml-sm-4 {
    margin-left: 4rem;
  }
  .mr-sm-4 {
    margin-right: 4rem;
  }
  .mv-sm-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mh-sm-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .p-sm-4 {
    padding: 4;
  }
  .pt-sm-4 {
    padding-top: 4rem;
  }
  .pb-sm-4 {
    padding-bottom: 4rem;
  }
  .pl-sm-4 {
    padding-left: 4rem;
  }
  .pr-sm-4 {
    padding-right: 4rem;
  }
  .pv-sm-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .ph-sm-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 640px) {
  .m-sm-5 {
    margin: 5;
  }
  .mt-sm-5 {
    margin-top: 5rem;
  }
  .mb-sm-5 {
    margin-bottom: 5rem;
  }
  .ml-sm-5 {
    margin-left: 5rem;
  }
  .mr-sm-5 {
    margin-right: 5rem;
  }
  .mv-sm-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .mh-sm-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .p-sm-5 {
    padding: 5;
  }
  .pt-sm-5 {
    padding-top: 5rem;
  }
  .pb-sm-5 {
    padding-bottom: 5rem;
  }
  .pl-sm-5 {
    padding-left: 5rem;
  }
  .pr-sm-5 {
    padding-right: 5rem;
  }
  .pv-sm-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .ph-sm-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 640px) {
  .m-sm-6 {
    margin: 6;
  }
  .mt-sm-6 {
    margin-top: 6rem;
  }
  .mb-sm-6 {
    margin-bottom: 6rem;
  }
  .ml-sm-6 {
    margin-left: 6rem;
  }
  .mr-sm-6 {
    margin-right: 6rem;
  }
  .mv-sm-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .mh-sm-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .p-sm-6 {
    padding: 6;
  }
  .pt-sm-6 {
    padding-top: 6rem;
  }
  .pb-sm-6 {
    padding-bottom: 6rem;
  }
  .pl-sm-6 {
    padding-left: 6rem;
  }
  .pr-sm-6 {
    padding-right: 6rem;
  }
  .pv-sm-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .ph-sm-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 640px) {
  .m-sm-7 {
    margin: 7;
  }
  .mt-sm-7 {
    margin-top: 7rem;
  }
  .mb-sm-7 {
    margin-bottom: 7rem;
  }
  .ml-sm-7 {
    margin-left: 7rem;
  }
  .mr-sm-7 {
    margin-right: 7rem;
  }
  .mv-sm-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .mh-sm-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .p-sm-7 {
    padding: 7;
  }
  .pt-sm-7 {
    padding-top: 7rem;
  }
  .pb-sm-7 {
    padding-bottom: 7rem;
  }
  .pl-sm-7 {
    padding-left: 7rem;
  }
  .pr-sm-7 {
    padding-right: 7rem;
  }
  .pv-sm-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .ph-sm-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (min-width: 640px) {
  .m-sm-8 {
    margin: 8;
  }
  .mt-sm-8 {
    margin-top: 8rem;
  }
  .mb-sm-8 {
    margin-bottom: 8rem;
  }
  .ml-sm-8 {
    margin-left: 8rem;
  }
  .mr-sm-8 {
    margin-right: 8rem;
  }
  .mv-sm-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mh-sm-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .p-sm-8 {
    padding: 8;
  }
  .pt-sm-8 {
    padding-top: 8rem;
  }
  .pb-sm-8 {
    padding-bottom: 8rem;
  }
  .pl-sm-8 {
    padding-left: 8rem;
  }
  .pr-sm-8 {
    padding-right: 8rem;
  }
  .pv-sm-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .ph-sm-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 640px) {
  .m-sm-9 {
    margin: 9;
  }
  .mt-sm-9 {
    margin-top: 9rem;
  }
  .mb-sm-9 {
    margin-bottom: 9rem;
  }
  .ml-sm-9 {
    margin-left: 9rem;
  }
  .mr-sm-9 {
    margin-right: 9rem;
  }
  .mv-sm-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .mh-sm-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .p-sm-9 {
    padding: 9;
  }
  .pt-sm-9 {
    padding-top: 9rem;
  }
  .pb-sm-9 {
    padding-bottom: 9rem;
  }
  .pl-sm-9 {
    padding-left: 9rem;
  }
  .pr-sm-9 {
    padding-right: 9rem;
  }
  .pv-sm-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .ph-sm-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media (min-width: 640px) {
  .m-sm-10 {
    margin: 10;
  }
  .mt-sm-10 {
    margin-top: 10rem;
  }
  .mb-sm-10 {
    margin-bottom: 10rem;
  }
  .ml-sm-10 {
    margin-left: 10rem;
  }
  .mr-sm-10 {
    margin-right: 10rem;
  }
  .mv-sm-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .mh-sm-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .p-sm-10 {
    padding: 10;
  }
  .pt-sm-10 {
    padding-top: 10rem;
  }
  .pb-sm-10 {
    padding-bottom: 10rem;
  }
  .pl-sm-10 {
    padding-left: 10rem;
  }
  .pr-sm-10 {
    padding-right: 10rem;
  }
  .pv-sm-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .ph-sm-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 640px) {
  .m-sm-11 {
    margin: 11;
  }
  .mt-sm-11 {
    margin-top: 11rem;
  }
  .mb-sm-11 {
    margin-bottom: 11rem;
  }
  .ml-sm-11 {
    margin-left: 11rem;
  }
  .mr-sm-11 {
    margin-right: 11rem;
  }
  .mv-sm-11 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .mh-sm-11 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .p-sm-11 {
    padding: 11;
  }
  .pt-sm-11 {
    padding-top: 11rem;
  }
  .pb-sm-11 {
    padding-bottom: 11rem;
  }
  .pl-sm-11 {
    padding-left: 11rem;
  }
  .pr-sm-11 {
    padding-right: 11rem;
  }
  .pv-sm-11 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .ph-sm-11 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
}
@media (min-width: 640px) {
  .m-sm-12 {
    margin: 12;
  }
  .mt-sm-12 {
    margin-top: 12rem;
  }
  .mb-sm-12 {
    margin-bottom: 12rem;
  }
  .ml-sm-12 {
    margin-left: 12rem;
  }
  .mr-sm-12 {
    margin-right: 12rem;
  }
  .mv-sm-12 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .mh-sm-12 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .p-sm-12 {
    padding: 12;
  }
  .pt-sm-12 {
    padding-top: 12rem;
  }
  .pb-sm-12 {
    padding-bottom: 12rem;
  }
  .pl-sm-12 {
    padding-left: 12rem;
  }
  .pr-sm-12 {
    padding-right: 12rem;
  }
  .pv-sm-12 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .ph-sm-12 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0;
  }
  .mt-md-0 {
    margin-top: 0rem;
  }
  .mb-md-0 {
    margin-bottom: 0rem;
  }
  .ml-md-0 {
    margin-left: 0rem;
  }
  .mr-md-0 {
    margin-right: 0rem;
  }
  .mv-md-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .mh-md-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .p-md-0 {
    padding: 0;
  }
  .pt-md-0 {
    padding-top: 0rem;
  }
  .pb-md-0 {
    padding-bottom: 0rem;
  }
  .pl-md-0 {
    padding-left: 0rem;
  }
  .pr-md-0 {
    padding-right: 0rem;
  }
  .pv-md-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .ph-md-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 768px) {
  .m-md-1 {
    margin: 1;
  }
  .mt-md-1 {
    margin-top: 1rem;
  }
  .mb-md-1 {
    margin-bottom: 1rem;
  }
  .ml-md-1 {
    margin-left: 1rem;
  }
  .mr-md-1 {
    margin-right: 1rem;
  }
  .mv-md-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mh-md-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .p-md-1 {
    padding: 1;
  }
  .pt-md-1 {
    padding-top: 1rem;
  }
  .pb-md-1 {
    padding-bottom: 1rem;
  }
  .pl-md-1 {
    padding-left: 1rem;
  }
  .pr-md-1 {
    padding-right: 1rem;
  }
  .pv-md-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ph-md-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .m-md-2 {
    margin: 2;
  }
  .mt-md-2 {
    margin-top: 2rem;
  }
  .mb-md-2 {
    margin-bottom: 2rem;
  }
  .ml-md-2 {
    margin-left: 2rem;
  }
  .mr-md-2 {
    margin-right: 2rem;
  }
  .mv-md-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mh-md-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .p-md-2 {
    padding: 2;
  }
  .pt-md-2 {
    padding-top: 2rem;
  }
  .pb-md-2 {
    padding-bottom: 2rem;
  }
  .pl-md-2 {
    padding-left: 2rem;
  }
  .pr-md-2 {
    padding-right: 2rem;
  }
  .pv-md-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .ph-md-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .m-md-3 {
    margin: 3;
  }
  .mt-md-3 {
    margin-top: 3rem;
  }
  .mb-md-3 {
    margin-bottom: 3rem;
  }
  .ml-md-3 {
    margin-left: 3rem;
  }
  .mr-md-3 {
    margin-right: 3rem;
  }
  .mv-md-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .mh-md-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .p-md-3 {
    padding: 3;
  }
  .pt-md-3 {
    padding-top: 3rem;
  }
  .pb-md-3 {
    padding-bottom: 3rem;
  }
  .pl-md-3 {
    padding-left: 3rem;
  }
  .pr-md-3 {
    padding-right: 3rem;
  }
  .pv-md-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .ph-md-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .m-md-4 {
    margin: 4;
  }
  .mt-md-4 {
    margin-top: 4rem;
  }
  .mb-md-4 {
    margin-bottom: 4rem;
  }
  .ml-md-4 {
    margin-left: 4rem;
  }
  .mr-md-4 {
    margin-right: 4rem;
  }
  .mv-md-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mh-md-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .p-md-4 {
    padding: 4;
  }
  .pt-md-4 {
    padding-top: 4rem;
  }
  .pb-md-4 {
    padding-bottom: 4rem;
  }
  .pl-md-4 {
    padding-left: 4rem;
  }
  .pr-md-4 {
    padding-right: 4rem;
  }
  .pv-md-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .ph-md-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 768px) {
  .m-md-5 {
    margin: 5;
  }
  .mt-md-5 {
    margin-top: 5rem;
  }
  .mb-md-5 {
    margin-bottom: 5rem;
  }
  .ml-md-5 {
    margin-left: 5rem;
  }
  .mr-md-5 {
    margin-right: 5rem;
  }
  .mv-md-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .mh-md-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .p-md-5 {
    padding: 5;
  }
  .pt-md-5 {
    padding-top: 5rem;
  }
  .pb-md-5 {
    padding-bottom: 5rem;
  }
  .pl-md-5 {
    padding-left: 5rem;
  }
  .pr-md-5 {
    padding-right: 5rem;
  }
  .pv-md-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .ph-md-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 768px) {
  .m-md-6 {
    margin: 6;
  }
  .mt-md-6 {
    margin-top: 6rem;
  }
  .mb-md-6 {
    margin-bottom: 6rem;
  }
  .ml-md-6 {
    margin-left: 6rem;
  }
  .mr-md-6 {
    margin-right: 6rem;
  }
  .mv-md-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .mh-md-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .p-md-6 {
    padding: 6;
  }
  .pt-md-6 {
    padding-top: 6rem;
  }
  .pb-md-6 {
    padding-bottom: 6rem;
  }
  .pl-md-6 {
    padding-left: 6rem;
  }
  .pr-md-6 {
    padding-right: 6rem;
  }
  .pv-md-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .ph-md-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 768px) {
  .m-md-7 {
    margin: 7;
  }
  .mt-md-7 {
    margin-top: 7rem;
  }
  .mb-md-7 {
    margin-bottom: 7rem;
  }
  .ml-md-7 {
    margin-left: 7rem;
  }
  .mr-md-7 {
    margin-right: 7rem;
  }
  .mv-md-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .mh-md-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .p-md-7 {
    padding: 7;
  }
  .pt-md-7 {
    padding-top: 7rem;
  }
  .pb-md-7 {
    padding-bottom: 7rem;
  }
  .pl-md-7 {
    padding-left: 7rem;
  }
  .pr-md-7 {
    padding-right: 7rem;
  }
  .pv-md-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .ph-md-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (min-width: 768px) {
  .m-md-8 {
    margin: 8;
  }
  .mt-md-8 {
    margin-top: 8rem;
  }
  .mb-md-8 {
    margin-bottom: 8rem;
  }
  .ml-md-8 {
    margin-left: 8rem;
  }
  .mr-md-8 {
    margin-right: 8rem;
  }
  .mv-md-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mh-md-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .p-md-8 {
    padding: 8;
  }
  .pt-md-8 {
    padding-top: 8rem;
  }
  .pb-md-8 {
    padding-bottom: 8rem;
  }
  .pl-md-8 {
    padding-left: 8rem;
  }
  .pr-md-8 {
    padding-right: 8rem;
  }
  .pv-md-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .ph-md-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 768px) {
  .m-md-9 {
    margin: 9;
  }
  .mt-md-9 {
    margin-top: 9rem;
  }
  .mb-md-9 {
    margin-bottom: 9rem;
  }
  .ml-md-9 {
    margin-left: 9rem;
  }
  .mr-md-9 {
    margin-right: 9rem;
  }
  .mv-md-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .mh-md-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .p-md-9 {
    padding: 9;
  }
  .pt-md-9 {
    padding-top: 9rem;
  }
  .pb-md-9 {
    padding-bottom: 9rem;
  }
  .pl-md-9 {
    padding-left: 9rem;
  }
  .pr-md-9 {
    padding-right: 9rem;
  }
  .pv-md-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .ph-md-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media (min-width: 768px) {
  .m-md-10 {
    margin: 10;
  }
  .mt-md-10 {
    margin-top: 10rem;
  }
  .mb-md-10 {
    margin-bottom: 10rem;
  }
  .ml-md-10 {
    margin-left: 10rem;
  }
  .mr-md-10 {
    margin-right: 10rem;
  }
  .mv-md-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .mh-md-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .p-md-10 {
    padding: 10;
  }
  .pt-md-10 {
    padding-top: 10rem;
  }
  .pb-md-10 {
    padding-bottom: 10rem;
  }
  .pl-md-10 {
    padding-left: 10rem;
  }
  .pr-md-10 {
    padding-right: 10rem;
  }
  .pv-md-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .ph-md-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 768px) {
  .m-md-11 {
    margin: 11;
  }
  .mt-md-11 {
    margin-top: 11rem;
  }
  .mb-md-11 {
    margin-bottom: 11rem;
  }
  .ml-md-11 {
    margin-left: 11rem;
  }
  .mr-md-11 {
    margin-right: 11rem;
  }
  .mv-md-11 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .mh-md-11 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .p-md-11 {
    padding: 11;
  }
  .pt-md-11 {
    padding-top: 11rem;
  }
  .pb-md-11 {
    padding-bottom: 11rem;
  }
  .pl-md-11 {
    padding-left: 11rem;
  }
  .pr-md-11 {
    padding-right: 11rem;
  }
  .pv-md-11 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .ph-md-11 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
}
@media (min-width: 768px) {
  .m-md-12 {
    margin: 12;
  }
  .mt-md-12 {
    margin-top: 12rem;
  }
  .mb-md-12 {
    margin-bottom: 12rem;
  }
  .ml-md-12 {
    margin-left: 12rem;
  }
  .mr-md-12 {
    margin-right: 12rem;
  }
  .mv-md-12 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .mh-md-12 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .p-md-12 {
    padding: 12;
  }
  .pt-md-12 {
    padding-top: 12rem;
  }
  .pb-md-12 {
    padding-bottom: 12rem;
  }
  .pl-md-12 {
    padding-left: 12rem;
  }
  .pr-md-12 {
    padding-right: 12rem;
  }
  .pv-md-12 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .ph-md-12 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0;
  }
  .mt-lg-0 {
    margin-top: 0rem;
  }
  .mb-lg-0 {
    margin-bottom: 0rem;
  }
  .ml-lg-0 {
    margin-left: 0rem;
  }
  .mr-lg-0 {
    margin-right: 0rem;
  }
  .mv-lg-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .mh-lg-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .p-lg-0 {
    padding: 0;
  }
  .pt-lg-0 {
    padding-top: 0rem;
  }
  .pb-lg-0 {
    padding-bottom: 0rem;
  }
  .pl-lg-0 {
    padding-left: 0rem;
  }
  .pr-lg-0 {
    padding-right: 0rem;
  }
  .pv-lg-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .ph-lg-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 1024px) {
  .m-lg-1 {
    margin: 1;
  }
  .mt-lg-1 {
    margin-top: 1rem;
  }
  .mb-lg-1 {
    margin-bottom: 1rem;
  }
  .ml-lg-1 {
    margin-left: 1rem;
  }
  .mr-lg-1 {
    margin-right: 1rem;
  }
  .mv-lg-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mh-lg-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .p-lg-1 {
    padding: 1;
  }
  .pt-lg-1 {
    padding-top: 1rem;
  }
  .pb-lg-1 {
    padding-bottom: 1rem;
  }
  .pl-lg-1 {
    padding-left: 1rem;
  }
  .pr-lg-1 {
    padding-right: 1rem;
  }
  .pv-lg-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ph-lg-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .m-lg-2 {
    margin: 2;
  }
  .mt-lg-2 {
    margin-top: 2rem;
  }
  .mb-lg-2 {
    margin-bottom: 2rem;
  }
  .ml-lg-2 {
    margin-left: 2rem;
  }
  .mr-lg-2 {
    margin-right: 2rem;
  }
  .mv-lg-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mh-lg-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .p-lg-2 {
    padding: 2;
  }
  .pt-lg-2 {
    padding-top: 2rem;
  }
  .pb-lg-2 {
    padding-bottom: 2rem;
  }
  .pl-lg-2 {
    padding-left: 2rem;
  }
  .pr-lg-2 {
    padding-right: 2rem;
  }
  .pv-lg-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .ph-lg-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .m-lg-3 {
    margin: 3;
  }
  .mt-lg-3 {
    margin-top: 3rem;
  }
  .mb-lg-3 {
    margin-bottom: 3rem;
  }
  .ml-lg-3 {
    margin-left: 3rem;
  }
  .mr-lg-3 {
    margin-right: 3rem;
  }
  .mv-lg-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .mh-lg-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .p-lg-3 {
    padding: 3;
  }
  .pt-lg-3 {
    padding-top: 3rem;
  }
  .pb-lg-3 {
    padding-bottom: 3rem;
  }
  .pl-lg-3 {
    padding-left: 3rem;
  }
  .pr-lg-3 {
    padding-right: 3rem;
  }
  .pv-lg-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .ph-lg-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .m-lg-4 {
    margin: 4;
  }
  .mt-lg-4 {
    margin-top: 4rem;
  }
  .mb-lg-4 {
    margin-bottom: 4rem;
  }
  .ml-lg-4 {
    margin-left: 4rem;
  }
  .mr-lg-4 {
    margin-right: 4rem;
  }
  .mv-lg-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mh-lg-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .p-lg-4 {
    padding: 4;
  }
  .pt-lg-4 {
    padding-top: 4rem;
  }
  .pb-lg-4 {
    padding-bottom: 4rem;
  }
  .pl-lg-4 {
    padding-left: 4rem;
  }
  .pr-lg-4 {
    padding-right: 4rem;
  }
  .pv-lg-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .ph-lg-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .m-lg-5 {
    margin: 5;
  }
  .mt-lg-5 {
    margin-top: 5rem;
  }
  .mb-lg-5 {
    margin-bottom: 5rem;
  }
  .ml-lg-5 {
    margin-left: 5rem;
  }
  .mr-lg-5 {
    margin-right: 5rem;
  }
  .mv-lg-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .mh-lg-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .p-lg-5 {
    padding: 5;
  }
  .pt-lg-5 {
    padding-top: 5rem;
  }
  .pb-lg-5 {
    padding-bottom: 5rem;
  }
  .pl-lg-5 {
    padding-left: 5rem;
  }
  .pr-lg-5 {
    padding-right: 5rem;
  }
  .pv-lg-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .ph-lg-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1024px) {
  .m-lg-6 {
    margin: 6;
  }
  .mt-lg-6 {
    margin-top: 6rem;
  }
  .mb-lg-6 {
    margin-bottom: 6rem;
  }
  .ml-lg-6 {
    margin-left: 6rem;
  }
  .mr-lg-6 {
    margin-right: 6rem;
  }
  .mv-lg-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .mh-lg-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .p-lg-6 {
    padding: 6;
  }
  .pt-lg-6 {
    padding-top: 6rem;
  }
  .pb-lg-6 {
    padding-bottom: 6rem;
  }
  .pl-lg-6 {
    padding-left: 6rem;
  }
  .pr-lg-6 {
    padding-right: 6rem;
  }
  .pv-lg-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .ph-lg-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1024px) {
  .m-lg-7 {
    margin: 7;
  }
  .mt-lg-7 {
    margin-top: 7rem;
  }
  .mb-lg-7 {
    margin-bottom: 7rem;
  }
  .ml-lg-7 {
    margin-left: 7rem;
  }
  .mr-lg-7 {
    margin-right: 7rem;
  }
  .mv-lg-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .mh-lg-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .p-lg-7 {
    padding: 7;
  }
  .pt-lg-7 {
    padding-top: 7rem;
  }
  .pb-lg-7 {
    padding-bottom: 7rem;
  }
  .pl-lg-7 {
    padding-left: 7rem;
  }
  .pr-lg-7 {
    padding-right: 7rem;
  }
  .pv-lg-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .ph-lg-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (min-width: 1024px) {
  .m-lg-8 {
    margin: 8;
  }
  .mt-lg-8 {
    margin-top: 8rem;
  }
  .mb-lg-8 {
    margin-bottom: 8rem;
  }
  .ml-lg-8 {
    margin-left: 8rem;
  }
  .mr-lg-8 {
    margin-right: 8rem;
  }
  .mv-lg-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mh-lg-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .p-lg-8 {
    padding: 8;
  }
  .pt-lg-8 {
    padding-top: 8rem;
  }
  .pb-lg-8 {
    padding-bottom: 8rem;
  }
  .pl-lg-8 {
    padding-left: 8rem;
  }
  .pr-lg-8 {
    padding-right: 8rem;
  }
  .pv-lg-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .ph-lg-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1024px) {
  .m-lg-9 {
    margin: 9;
  }
  .mt-lg-9 {
    margin-top: 9rem;
  }
  .mb-lg-9 {
    margin-bottom: 9rem;
  }
  .ml-lg-9 {
    margin-left: 9rem;
  }
  .mr-lg-9 {
    margin-right: 9rem;
  }
  .mv-lg-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .mh-lg-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .p-lg-9 {
    padding: 9;
  }
  .pt-lg-9 {
    padding-top: 9rem;
  }
  .pb-lg-9 {
    padding-bottom: 9rem;
  }
  .pl-lg-9 {
    padding-left: 9rem;
  }
  .pr-lg-9 {
    padding-right: 9rem;
  }
  .pv-lg-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .ph-lg-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media (min-width: 1024px) {
  .m-lg-10 {
    margin: 10;
  }
  .mt-lg-10 {
    margin-top: 10rem;
  }
  .mb-lg-10 {
    margin-bottom: 10rem;
  }
  .ml-lg-10 {
    margin-left: 10rem;
  }
  .mr-lg-10 {
    margin-right: 10rem;
  }
  .mv-lg-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .mh-lg-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .p-lg-10 {
    padding: 10;
  }
  .pt-lg-10 {
    padding-top: 10rem;
  }
  .pb-lg-10 {
    padding-bottom: 10rem;
  }
  .pl-lg-10 {
    padding-left: 10rem;
  }
  .pr-lg-10 {
    padding-right: 10rem;
  }
  .pv-lg-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .ph-lg-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1024px) {
  .m-lg-11 {
    margin: 11;
  }
  .mt-lg-11 {
    margin-top: 11rem;
  }
  .mb-lg-11 {
    margin-bottom: 11rem;
  }
  .ml-lg-11 {
    margin-left: 11rem;
  }
  .mr-lg-11 {
    margin-right: 11rem;
  }
  .mv-lg-11 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .mh-lg-11 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .p-lg-11 {
    padding: 11;
  }
  .pt-lg-11 {
    padding-top: 11rem;
  }
  .pb-lg-11 {
    padding-bottom: 11rem;
  }
  .pl-lg-11 {
    padding-left: 11rem;
  }
  .pr-lg-11 {
    padding-right: 11rem;
  }
  .pv-lg-11 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .ph-lg-11 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
}
@media (min-width: 1024px) {
  .m-lg-12 {
    margin: 12;
  }
  .mt-lg-12 {
    margin-top: 12rem;
  }
  .mb-lg-12 {
    margin-bottom: 12rem;
  }
  .ml-lg-12 {
    margin-left: 12rem;
  }
  .mr-lg-12 {
    margin-right: 12rem;
  }
  .mv-lg-12 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .mh-lg-12 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .p-lg-12 {
    padding: 12;
  }
  .pt-lg-12 {
    padding-top: 12rem;
  }
  .pb-lg-12 {
    padding-bottom: 12rem;
  }
  .pl-lg-12 {
    padding-left: 12rem;
  }
  .pr-lg-12 {
    padding-right: 12rem;
  }
  .pv-lg-12 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .ph-lg-12 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0;
  }
  .mt-xl-0 {
    margin-top: 0rem;
  }
  .mb-xl-0 {
    margin-bottom: 0rem;
  }
  .ml-xl-0 {
    margin-left: 0rem;
  }
  .mr-xl-0 {
    margin-right: 0rem;
  }
  .mv-xl-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .mh-xl-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .p-xl-0 {
    padding: 0;
  }
  .pt-xl-0 {
    padding-top: 0rem;
  }
  .pb-xl-0 {
    padding-bottom: 0rem;
  }
  .pl-xl-0 {
    padding-left: 0rem;
  }
  .pr-xl-0 {
    padding-right: 0rem;
  }
  .pv-xl-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .ph-xl-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 1280px) {
  .m-xl-1 {
    margin: 1;
  }
  .mt-xl-1 {
    margin-top: 1rem;
  }
  .mb-xl-1 {
    margin-bottom: 1rem;
  }
  .ml-xl-1 {
    margin-left: 1rem;
  }
  .mr-xl-1 {
    margin-right: 1rem;
  }
  .mv-xl-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mh-xl-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .p-xl-1 {
    padding: 1;
  }
  .pt-xl-1 {
    padding-top: 1rem;
  }
  .pb-xl-1 {
    padding-bottom: 1rem;
  }
  .pl-xl-1 {
    padding-left: 1rem;
  }
  .pr-xl-1 {
    padding-right: 1rem;
  }
  .pv-xl-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ph-xl-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1280px) {
  .m-xl-2 {
    margin: 2;
  }
  .mt-xl-2 {
    margin-top: 2rem;
  }
  .mb-xl-2 {
    margin-bottom: 2rem;
  }
  .ml-xl-2 {
    margin-left: 2rem;
  }
  .mr-xl-2 {
    margin-right: 2rem;
  }
  .mv-xl-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mh-xl-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .p-xl-2 {
    padding: 2;
  }
  .pt-xl-2 {
    padding-top: 2rem;
  }
  .pb-xl-2 {
    padding-bottom: 2rem;
  }
  .pl-xl-2 {
    padding-left: 2rem;
  }
  .pr-xl-2 {
    padding-right: 2rem;
  }
  .pv-xl-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .ph-xl-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1280px) {
  .m-xl-3 {
    margin: 3;
  }
  .mt-xl-3 {
    margin-top: 3rem;
  }
  .mb-xl-3 {
    margin-bottom: 3rem;
  }
  .ml-xl-3 {
    margin-left: 3rem;
  }
  .mr-xl-3 {
    margin-right: 3rem;
  }
  .mv-xl-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .mh-xl-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .p-xl-3 {
    padding: 3;
  }
  .pt-xl-3 {
    padding-top: 3rem;
  }
  .pb-xl-3 {
    padding-bottom: 3rem;
  }
  .pl-xl-3 {
    padding-left: 3rem;
  }
  .pr-xl-3 {
    padding-right: 3rem;
  }
  .pv-xl-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .ph-xl-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1280px) {
  .m-xl-4 {
    margin: 4;
  }
  .mt-xl-4 {
    margin-top: 4rem;
  }
  .mb-xl-4 {
    margin-bottom: 4rem;
  }
  .ml-xl-4 {
    margin-left: 4rem;
  }
  .mr-xl-4 {
    margin-right: 4rem;
  }
  .mv-xl-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mh-xl-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .p-xl-4 {
    padding: 4;
  }
  .pt-xl-4 {
    padding-top: 4rem;
  }
  .pb-xl-4 {
    padding-bottom: 4rem;
  }
  .pl-xl-4 {
    padding-left: 4rem;
  }
  .pr-xl-4 {
    padding-right: 4rem;
  }
  .pv-xl-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .ph-xl-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1280px) {
  .m-xl-5 {
    margin: 5;
  }
  .mt-xl-5 {
    margin-top: 5rem;
  }
  .mb-xl-5 {
    margin-bottom: 5rem;
  }
  .ml-xl-5 {
    margin-left: 5rem;
  }
  .mr-xl-5 {
    margin-right: 5rem;
  }
  .mv-xl-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .mh-xl-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .p-xl-5 {
    padding: 5;
  }
  .pt-xl-5 {
    padding-top: 5rem;
  }
  .pb-xl-5 {
    padding-bottom: 5rem;
  }
  .pl-xl-5 {
    padding-left: 5rem;
  }
  .pr-xl-5 {
    padding-right: 5rem;
  }
  .pv-xl-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .ph-xl-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1280px) {
  .m-xl-6 {
    margin: 6;
  }
  .mt-xl-6 {
    margin-top: 6rem;
  }
  .mb-xl-6 {
    margin-bottom: 6rem;
  }
  .ml-xl-6 {
    margin-left: 6rem;
  }
  .mr-xl-6 {
    margin-right: 6rem;
  }
  .mv-xl-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .mh-xl-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .p-xl-6 {
    padding: 6;
  }
  .pt-xl-6 {
    padding-top: 6rem;
  }
  .pb-xl-6 {
    padding-bottom: 6rem;
  }
  .pl-xl-6 {
    padding-left: 6rem;
  }
  .pr-xl-6 {
    padding-right: 6rem;
  }
  .pv-xl-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .ph-xl-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1280px) {
  .m-xl-7 {
    margin: 7;
  }
  .mt-xl-7 {
    margin-top: 7rem;
  }
  .mb-xl-7 {
    margin-bottom: 7rem;
  }
  .ml-xl-7 {
    margin-left: 7rem;
  }
  .mr-xl-7 {
    margin-right: 7rem;
  }
  .mv-xl-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .mh-xl-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .p-xl-7 {
    padding: 7;
  }
  .pt-xl-7 {
    padding-top: 7rem;
  }
  .pb-xl-7 {
    padding-bottom: 7rem;
  }
  .pl-xl-7 {
    padding-left: 7rem;
  }
  .pr-xl-7 {
    padding-right: 7rem;
  }
  .pv-xl-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .ph-xl-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (min-width: 1280px) {
  .m-xl-8 {
    margin: 8;
  }
  .mt-xl-8 {
    margin-top: 8rem;
  }
  .mb-xl-8 {
    margin-bottom: 8rem;
  }
  .ml-xl-8 {
    margin-left: 8rem;
  }
  .mr-xl-8 {
    margin-right: 8rem;
  }
  .mv-xl-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mh-xl-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .p-xl-8 {
    padding: 8;
  }
  .pt-xl-8 {
    padding-top: 8rem;
  }
  .pb-xl-8 {
    padding-bottom: 8rem;
  }
  .pl-xl-8 {
    padding-left: 8rem;
  }
  .pr-xl-8 {
    padding-right: 8rem;
  }
  .pv-xl-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .ph-xl-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1280px) {
  .m-xl-9 {
    margin: 9;
  }
  .mt-xl-9 {
    margin-top: 9rem;
  }
  .mb-xl-9 {
    margin-bottom: 9rem;
  }
  .ml-xl-9 {
    margin-left: 9rem;
  }
  .mr-xl-9 {
    margin-right: 9rem;
  }
  .mv-xl-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .mh-xl-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .p-xl-9 {
    padding: 9;
  }
  .pt-xl-9 {
    padding-top: 9rem;
  }
  .pb-xl-9 {
    padding-bottom: 9rem;
  }
  .pl-xl-9 {
    padding-left: 9rem;
  }
  .pr-xl-9 {
    padding-right: 9rem;
  }
  .pv-xl-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .ph-xl-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media (min-width: 1280px) {
  .m-xl-10 {
    margin: 10;
  }
  .mt-xl-10 {
    margin-top: 10rem;
  }
  .mb-xl-10 {
    margin-bottom: 10rem;
  }
  .ml-xl-10 {
    margin-left: 10rem;
  }
  .mr-xl-10 {
    margin-right: 10rem;
  }
  .mv-xl-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .mh-xl-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .p-xl-10 {
    padding: 10;
  }
  .pt-xl-10 {
    padding-top: 10rem;
  }
  .pb-xl-10 {
    padding-bottom: 10rem;
  }
  .pl-xl-10 {
    padding-left: 10rem;
  }
  .pr-xl-10 {
    padding-right: 10rem;
  }
  .pv-xl-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .ph-xl-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1280px) {
  .m-xl-11 {
    margin: 11;
  }
  .mt-xl-11 {
    margin-top: 11rem;
  }
  .mb-xl-11 {
    margin-bottom: 11rem;
  }
  .ml-xl-11 {
    margin-left: 11rem;
  }
  .mr-xl-11 {
    margin-right: 11rem;
  }
  .mv-xl-11 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .mh-xl-11 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .p-xl-11 {
    padding: 11;
  }
  .pt-xl-11 {
    padding-top: 11rem;
  }
  .pb-xl-11 {
    padding-bottom: 11rem;
  }
  .pl-xl-11 {
    padding-left: 11rem;
  }
  .pr-xl-11 {
    padding-right: 11rem;
  }
  .pv-xl-11 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .ph-xl-11 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
}
@media (min-width: 1280px) {
  .m-xl-12 {
    margin: 12;
  }
  .mt-xl-12 {
    margin-top: 12rem;
  }
  .mb-xl-12 {
    margin-bottom: 12rem;
  }
  .ml-xl-12 {
    margin-left: 12rem;
  }
  .mr-xl-12 {
    margin-right: 12rem;
  }
  .mv-xl-12 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .mh-xl-12 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .p-xl-12 {
    padding: 12;
  }
  .pt-xl-12 {
    padding-top: 12rem;
  }
  .pb-xl-12 {
    padding-bottom: 12rem;
  }
  .pl-xl-12 {
    padding-left: 12rem;
  }
  .pr-xl-12 {
    padding-right: 12rem;
  }
  .pv-xl-12 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .ph-xl-12 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
@media (min-width: 1536px) {
  .m-xxl-0 {
    margin: 0;
  }
  .mt-xxl-0 {
    margin-top: 0rem;
  }
  .mb-xxl-0 {
    margin-bottom: 0rem;
  }
  .ml-xxl-0 {
    margin-left: 0rem;
  }
  .mr-xxl-0 {
    margin-right: 0rem;
  }
  .mv-xxl-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .mh-xxl-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .p-xxl-0 {
    padding: 0;
  }
  .pt-xxl-0 {
    padding-top: 0rem;
  }
  .pb-xxl-0 {
    padding-bottom: 0rem;
  }
  .pl-xxl-0 {
    padding-left: 0rem;
  }
  .pr-xxl-0 {
    padding-right: 0rem;
  }
  .pv-xxl-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .ph-xxl-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 1536px) {
  .m-xxl-1 {
    margin: 1;
  }
  .mt-xxl-1 {
    margin-top: 1rem;
  }
  .mb-xxl-1 {
    margin-bottom: 1rem;
  }
  .ml-xxl-1 {
    margin-left: 1rem;
  }
  .mr-xxl-1 {
    margin-right: 1rem;
  }
  .mv-xxl-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mh-xxl-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .p-xxl-1 {
    padding: 1;
  }
  .pt-xxl-1 {
    padding-top: 1rem;
  }
  .pb-xxl-1 {
    padding-bottom: 1rem;
  }
  .pl-xxl-1 {
    padding-left: 1rem;
  }
  .pr-xxl-1 {
    padding-right: 1rem;
  }
  .pv-xxl-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ph-xxl-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1536px) {
  .m-xxl-2 {
    margin: 2;
  }
  .mt-xxl-2 {
    margin-top: 2rem;
  }
  .mb-xxl-2 {
    margin-bottom: 2rem;
  }
  .ml-xxl-2 {
    margin-left: 2rem;
  }
  .mr-xxl-2 {
    margin-right: 2rem;
  }
  .mv-xxl-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mh-xxl-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .p-xxl-2 {
    padding: 2;
  }
  .pt-xxl-2 {
    padding-top: 2rem;
  }
  .pb-xxl-2 {
    padding-bottom: 2rem;
  }
  .pl-xxl-2 {
    padding-left: 2rem;
  }
  .pr-xxl-2 {
    padding-right: 2rem;
  }
  .pv-xxl-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .ph-xxl-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1536px) {
  .m-xxl-3 {
    margin: 3;
  }
  .mt-xxl-3 {
    margin-top: 3rem;
  }
  .mb-xxl-3 {
    margin-bottom: 3rem;
  }
  .ml-xxl-3 {
    margin-left: 3rem;
  }
  .mr-xxl-3 {
    margin-right: 3rem;
  }
  .mv-xxl-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .mh-xxl-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .p-xxl-3 {
    padding: 3;
  }
  .pt-xxl-3 {
    padding-top: 3rem;
  }
  .pb-xxl-3 {
    padding-bottom: 3rem;
  }
  .pl-xxl-3 {
    padding-left: 3rem;
  }
  .pr-xxl-3 {
    padding-right: 3rem;
  }
  .pv-xxl-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .ph-xxl-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1536px) {
  .m-xxl-4 {
    margin: 4;
  }
  .mt-xxl-4 {
    margin-top: 4rem;
  }
  .mb-xxl-4 {
    margin-bottom: 4rem;
  }
  .ml-xxl-4 {
    margin-left: 4rem;
  }
  .mr-xxl-4 {
    margin-right: 4rem;
  }
  .mv-xxl-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mh-xxl-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .p-xxl-4 {
    padding: 4;
  }
  .pt-xxl-4 {
    padding-top: 4rem;
  }
  .pb-xxl-4 {
    padding-bottom: 4rem;
  }
  .pl-xxl-4 {
    padding-left: 4rem;
  }
  .pr-xxl-4 {
    padding-right: 4rem;
  }
  .pv-xxl-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .ph-xxl-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .m-xxl-5 {
    margin: 5;
  }
  .mt-xxl-5 {
    margin-top: 5rem;
  }
  .mb-xxl-5 {
    margin-bottom: 5rem;
  }
  .ml-xxl-5 {
    margin-left: 5rem;
  }
  .mr-xxl-5 {
    margin-right: 5rem;
  }
  .mv-xxl-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .mh-xxl-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .p-xxl-5 {
    padding: 5;
  }
  .pt-xxl-5 {
    padding-top: 5rem;
  }
  .pb-xxl-5 {
    padding-bottom: 5rem;
  }
  .pl-xxl-5 {
    padding-left: 5rem;
  }
  .pr-xxl-5 {
    padding-right: 5rem;
  }
  .pv-xxl-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .ph-xxl-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1536px) {
  .m-xxl-6 {
    margin: 6;
  }
  .mt-xxl-6 {
    margin-top: 6rem;
  }
  .mb-xxl-6 {
    margin-bottom: 6rem;
  }
  .ml-xxl-6 {
    margin-left: 6rem;
  }
  .mr-xxl-6 {
    margin-right: 6rem;
  }
  .mv-xxl-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .mh-xxl-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .p-xxl-6 {
    padding: 6;
  }
  .pt-xxl-6 {
    padding-top: 6rem;
  }
  .pb-xxl-6 {
    padding-bottom: 6rem;
  }
  .pl-xxl-6 {
    padding-left: 6rem;
  }
  .pr-xxl-6 {
    padding-right: 6rem;
  }
  .pv-xxl-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .ph-xxl-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1536px) {
  .m-xxl-7 {
    margin: 7;
  }
  .mt-xxl-7 {
    margin-top: 7rem;
  }
  .mb-xxl-7 {
    margin-bottom: 7rem;
  }
  .ml-xxl-7 {
    margin-left: 7rem;
  }
  .mr-xxl-7 {
    margin-right: 7rem;
  }
  .mv-xxl-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .mh-xxl-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .p-xxl-7 {
    padding: 7;
  }
  .pt-xxl-7 {
    padding-top: 7rem;
  }
  .pb-xxl-7 {
    padding-bottom: 7rem;
  }
  .pl-xxl-7 {
    padding-left: 7rem;
  }
  .pr-xxl-7 {
    padding-right: 7rem;
  }
  .pv-xxl-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .ph-xxl-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (min-width: 1536px) {
  .m-xxl-8 {
    margin: 8;
  }
  .mt-xxl-8 {
    margin-top: 8rem;
  }
  .mb-xxl-8 {
    margin-bottom: 8rem;
  }
  .ml-xxl-8 {
    margin-left: 8rem;
  }
  .mr-xxl-8 {
    margin-right: 8rem;
  }
  .mv-xxl-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mh-xxl-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .p-xxl-8 {
    padding: 8;
  }
  .pt-xxl-8 {
    padding-top: 8rem;
  }
  .pb-xxl-8 {
    padding-bottom: 8rem;
  }
  .pl-xxl-8 {
    padding-left: 8rem;
  }
  .pr-xxl-8 {
    padding-right: 8rem;
  }
  .pv-xxl-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .ph-xxl-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1536px) {
  .m-xxl-9 {
    margin: 9;
  }
  .mt-xxl-9 {
    margin-top: 9rem;
  }
  .mb-xxl-9 {
    margin-bottom: 9rem;
  }
  .ml-xxl-9 {
    margin-left: 9rem;
  }
  .mr-xxl-9 {
    margin-right: 9rem;
  }
  .mv-xxl-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .mh-xxl-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .p-xxl-9 {
    padding: 9;
  }
  .pt-xxl-9 {
    padding-top: 9rem;
  }
  .pb-xxl-9 {
    padding-bottom: 9rem;
  }
  .pl-xxl-9 {
    padding-left: 9rem;
  }
  .pr-xxl-9 {
    padding-right: 9rem;
  }
  .pv-xxl-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .ph-xxl-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media (min-width: 1536px) {
  .m-xxl-10 {
    margin: 10;
  }
  .mt-xxl-10 {
    margin-top: 10rem;
  }
  .mb-xxl-10 {
    margin-bottom: 10rem;
  }
  .ml-xxl-10 {
    margin-left: 10rem;
  }
  .mr-xxl-10 {
    margin-right: 10rem;
  }
  .mv-xxl-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .mh-xxl-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .p-xxl-10 {
    padding: 10;
  }
  .pt-xxl-10 {
    padding-top: 10rem;
  }
  .pb-xxl-10 {
    padding-bottom: 10rem;
  }
  .pl-xxl-10 {
    padding-left: 10rem;
  }
  .pr-xxl-10 {
    padding-right: 10rem;
  }
  .pv-xxl-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .ph-xxl-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1536px) {
  .m-xxl-11 {
    margin: 11;
  }
  .mt-xxl-11 {
    margin-top: 11rem;
  }
  .mb-xxl-11 {
    margin-bottom: 11rem;
  }
  .ml-xxl-11 {
    margin-left: 11rem;
  }
  .mr-xxl-11 {
    margin-right: 11rem;
  }
  .mv-xxl-11 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .mh-xxl-11 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .p-xxl-11 {
    padding: 11;
  }
  .pt-xxl-11 {
    padding-top: 11rem;
  }
  .pb-xxl-11 {
    padding-bottom: 11rem;
  }
  .pl-xxl-11 {
    padding-left: 11rem;
  }
  .pr-xxl-11 {
    padding-right: 11rem;
  }
  .pv-xxl-11 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .ph-xxl-11 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
}
@media (min-width: 1536px) {
  .m-xxl-12 {
    margin: 12;
  }
  .mt-xxl-12 {
    margin-top: 12rem;
  }
  .mb-xxl-12 {
    margin-bottom: 12rem;
  }
  .ml-xxl-12 {
    margin-left: 12rem;
  }
  .mr-xxl-12 {
    margin-right: 12rem;
  }
  .mv-xxl-12 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .mh-xxl-12 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .p-xxl-12 {
    padding: 12;
  }
  .pt-xxl-12 {
    padding-top: 12rem;
  }
  .pb-xxl-12 {
    padding-bottom: 12rem;
  }
  .pl-xxl-12 {
    padding-left: 12rem;
  }
  .pr-xxl-12 {
    padding-right: 12rem;
  }
  .pv-xxl-12 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .ph-xxl-12 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
@media (min-width: 1536px) {
  .m-xxxl-0 {
    margin: 0;
  }
  .mt-xxxl-0 {
    margin-top: 0rem;
  }
  .mb-xxxl-0 {
    margin-bottom: 0rem;
  }
  .ml-xxxl-0 {
    margin-left: 0rem;
  }
  .mr-xxxl-0 {
    margin-right: 0rem;
  }
  .mv-xxxl-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .mh-xxxl-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .p-xxxl-0 {
    padding: 0;
  }
  .pt-xxxl-0 {
    padding-top: 0rem;
  }
  .pb-xxxl-0 {
    padding-bottom: 0rem;
  }
  .pl-xxxl-0 {
    padding-left: 0rem;
  }
  .pr-xxxl-0 {
    padding-right: 0rem;
  }
  .pv-xxxl-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .ph-xxxl-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 1536px) {
  .m-xxxl-1 {
    margin: 1;
  }
  .mt-xxxl-1 {
    margin-top: 1rem;
  }
  .mb-xxxl-1 {
    margin-bottom: 1rem;
  }
  .ml-xxxl-1 {
    margin-left: 1rem;
  }
  .mr-xxxl-1 {
    margin-right: 1rem;
  }
  .mv-xxxl-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mh-xxxl-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .p-xxxl-1 {
    padding: 1;
  }
  .pt-xxxl-1 {
    padding-top: 1rem;
  }
  .pb-xxxl-1 {
    padding-bottom: 1rem;
  }
  .pl-xxxl-1 {
    padding-left: 1rem;
  }
  .pr-xxxl-1 {
    padding-right: 1rem;
  }
  .pv-xxxl-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ph-xxxl-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1536px) {
  .m-xxxl-2 {
    margin: 2;
  }
  .mt-xxxl-2 {
    margin-top: 2rem;
  }
  .mb-xxxl-2 {
    margin-bottom: 2rem;
  }
  .ml-xxxl-2 {
    margin-left: 2rem;
  }
  .mr-xxxl-2 {
    margin-right: 2rem;
  }
  .mv-xxxl-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mh-xxxl-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .p-xxxl-2 {
    padding: 2;
  }
  .pt-xxxl-2 {
    padding-top: 2rem;
  }
  .pb-xxxl-2 {
    padding-bottom: 2rem;
  }
  .pl-xxxl-2 {
    padding-left: 2rem;
  }
  .pr-xxxl-2 {
    padding-right: 2rem;
  }
  .pv-xxxl-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .ph-xxxl-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1536px) {
  .m-xxxl-3 {
    margin: 3;
  }
  .mt-xxxl-3 {
    margin-top: 3rem;
  }
  .mb-xxxl-3 {
    margin-bottom: 3rem;
  }
  .ml-xxxl-3 {
    margin-left: 3rem;
  }
  .mr-xxxl-3 {
    margin-right: 3rem;
  }
  .mv-xxxl-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .mh-xxxl-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .p-xxxl-3 {
    padding: 3;
  }
  .pt-xxxl-3 {
    padding-top: 3rem;
  }
  .pb-xxxl-3 {
    padding-bottom: 3rem;
  }
  .pl-xxxl-3 {
    padding-left: 3rem;
  }
  .pr-xxxl-3 {
    padding-right: 3rem;
  }
  .pv-xxxl-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .ph-xxxl-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1536px) {
  .m-xxxl-4 {
    margin: 4;
  }
  .mt-xxxl-4 {
    margin-top: 4rem;
  }
  .mb-xxxl-4 {
    margin-bottom: 4rem;
  }
  .ml-xxxl-4 {
    margin-left: 4rem;
  }
  .mr-xxxl-4 {
    margin-right: 4rem;
  }
  .mv-xxxl-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mh-xxxl-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .p-xxxl-4 {
    padding: 4;
  }
  .pt-xxxl-4 {
    padding-top: 4rem;
  }
  .pb-xxxl-4 {
    padding-bottom: 4rem;
  }
  .pl-xxxl-4 {
    padding-left: 4rem;
  }
  .pr-xxxl-4 {
    padding-right: 4rem;
  }
  .pv-xxxl-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .ph-xxxl-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .m-xxxl-5 {
    margin: 5;
  }
  .mt-xxxl-5 {
    margin-top: 5rem;
  }
  .mb-xxxl-5 {
    margin-bottom: 5rem;
  }
  .ml-xxxl-5 {
    margin-left: 5rem;
  }
  .mr-xxxl-5 {
    margin-right: 5rem;
  }
  .mv-xxxl-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .mh-xxxl-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .p-xxxl-5 {
    padding: 5;
  }
  .pt-xxxl-5 {
    padding-top: 5rem;
  }
  .pb-xxxl-5 {
    padding-bottom: 5rem;
  }
  .pl-xxxl-5 {
    padding-left: 5rem;
  }
  .pr-xxxl-5 {
    padding-right: 5rem;
  }
  .pv-xxxl-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .ph-xxxl-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1536px) {
  .m-xxxl-6 {
    margin: 6;
  }
  .mt-xxxl-6 {
    margin-top: 6rem;
  }
  .mb-xxxl-6 {
    margin-bottom: 6rem;
  }
  .ml-xxxl-6 {
    margin-left: 6rem;
  }
  .mr-xxxl-6 {
    margin-right: 6rem;
  }
  .mv-xxxl-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .mh-xxxl-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .p-xxxl-6 {
    padding: 6;
  }
  .pt-xxxl-6 {
    padding-top: 6rem;
  }
  .pb-xxxl-6 {
    padding-bottom: 6rem;
  }
  .pl-xxxl-6 {
    padding-left: 6rem;
  }
  .pr-xxxl-6 {
    padding-right: 6rem;
  }
  .pv-xxxl-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .ph-xxxl-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1536px) {
  .m-xxxl-7 {
    margin: 7;
  }
  .mt-xxxl-7 {
    margin-top: 7rem;
  }
  .mb-xxxl-7 {
    margin-bottom: 7rem;
  }
  .ml-xxxl-7 {
    margin-left: 7rem;
  }
  .mr-xxxl-7 {
    margin-right: 7rem;
  }
  .mv-xxxl-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .mh-xxxl-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .p-xxxl-7 {
    padding: 7;
  }
  .pt-xxxl-7 {
    padding-top: 7rem;
  }
  .pb-xxxl-7 {
    padding-bottom: 7rem;
  }
  .pl-xxxl-7 {
    padding-left: 7rem;
  }
  .pr-xxxl-7 {
    padding-right: 7rem;
  }
  .pv-xxxl-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .ph-xxxl-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (min-width: 1536px) {
  .m-xxxl-8 {
    margin: 8;
  }
  .mt-xxxl-8 {
    margin-top: 8rem;
  }
  .mb-xxxl-8 {
    margin-bottom: 8rem;
  }
  .ml-xxxl-8 {
    margin-left: 8rem;
  }
  .mr-xxxl-8 {
    margin-right: 8rem;
  }
  .mv-xxxl-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mh-xxxl-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .p-xxxl-8 {
    padding: 8;
  }
  .pt-xxxl-8 {
    padding-top: 8rem;
  }
  .pb-xxxl-8 {
    padding-bottom: 8rem;
  }
  .pl-xxxl-8 {
    padding-left: 8rem;
  }
  .pr-xxxl-8 {
    padding-right: 8rem;
  }
  .pv-xxxl-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .ph-xxxl-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1536px) {
  .m-xxxl-9 {
    margin: 9;
  }
  .mt-xxxl-9 {
    margin-top: 9rem;
  }
  .mb-xxxl-9 {
    margin-bottom: 9rem;
  }
  .ml-xxxl-9 {
    margin-left: 9rem;
  }
  .mr-xxxl-9 {
    margin-right: 9rem;
  }
  .mv-xxxl-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .mh-xxxl-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .p-xxxl-9 {
    padding: 9;
  }
  .pt-xxxl-9 {
    padding-top: 9rem;
  }
  .pb-xxxl-9 {
    padding-bottom: 9rem;
  }
  .pl-xxxl-9 {
    padding-left: 9rem;
  }
  .pr-xxxl-9 {
    padding-right: 9rem;
  }
  .pv-xxxl-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .ph-xxxl-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media (min-width: 1536px) {
  .m-xxxl-10 {
    margin: 10;
  }
  .mt-xxxl-10 {
    margin-top: 10rem;
  }
  .mb-xxxl-10 {
    margin-bottom: 10rem;
  }
  .ml-xxxl-10 {
    margin-left: 10rem;
  }
  .mr-xxxl-10 {
    margin-right: 10rem;
  }
  .mv-xxxl-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .mh-xxxl-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .p-xxxl-10 {
    padding: 10;
  }
  .pt-xxxl-10 {
    padding-top: 10rem;
  }
  .pb-xxxl-10 {
    padding-bottom: 10rem;
  }
  .pl-xxxl-10 {
    padding-left: 10rem;
  }
  .pr-xxxl-10 {
    padding-right: 10rem;
  }
  .pv-xxxl-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .ph-xxxl-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1536px) {
  .m-xxxl-11 {
    margin: 11;
  }
  .mt-xxxl-11 {
    margin-top: 11rem;
  }
  .mb-xxxl-11 {
    margin-bottom: 11rem;
  }
  .ml-xxxl-11 {
    margin-left: 11rem;
  }
  .mr-xxxl-11 {
    margin-right: 11rem;
  }
  .mv-xxxl-11 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .mh-xxxl-11 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .p-xxxl-11 {
    padding: 11;
  }
  .pt-xxxl-11 {
    padding-top: 11rem;
  }
  .pb-xxxl-11 {
    padding-bottom: 11rem;
  }
  .pl-xxxl-11 {
    padding-left: 11rem;
  }
  .pr-xxxl-11 {
    padding-right: 11rem;
  }
  .pv-xxxl-11 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .ph-xxxl-11 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
}
@media (min-width: 1536px) {
  .m-xxxl-12 {
    margin: 12;
  }
  .mt-xxxl-12 {
    margin-top: 12rem;
  }
  .mb-xxxl-12 {
    margin-bottom: 12rem;
  }
  .ml-xxxl-12 {
    margin-left: 12rem;
  }
  .mr-xxxl-12 {
    margin-right: 12rem;
  }
  .mv-xxxl-12 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .mh-xxxl-12 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .p-xxxl-12 {
    padding: 12;
  }
  .pt-xxxl-12 {
    padding-top: 12rem;
  }
  .pb-xxxl-12 {
    padding-bottom: 12rem;
  }
  .pl-xxxl-12 {
    padding-left: 12rem;
  }
  .pr-xxxl-12 {
    padding-right: 12rem;
  }
  .pv-xxxl-12 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .ph-xxxl-12 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
/*********************\
         LIB
\*********************/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

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

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

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

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

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

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

.fa-user:before {
  content: "\f007";
}

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

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

.fa-th:before {
  content: "\f00a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-refresh:before {
  content: "\f021";
}

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

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

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

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

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

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

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

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

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

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-tint:before {
  content: "\f043";
}

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

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

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

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

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

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

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

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

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

.fa-stop:before {
  content: "\f04d";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

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

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

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

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

.fa-twitter:before {
  content: "\f099";
}

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

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

.fa-unlock:before {
  content: "\f09c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

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

.fa-truck:before {
  content: "\f0d1";
}

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

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

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

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

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

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

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

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

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

.fa-spinner:before {
  content: "\f110";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-terminal:before {
  content: "\f120";
}

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

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

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

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

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

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

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

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

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

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

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

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

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

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

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

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

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

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

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

.fa-windows:before {
  content: "\f17a";
}

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

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

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

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

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

.fa-trello:before {
  content: "\f181";
}

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

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

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

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

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

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

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

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

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

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

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193";
}

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

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

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

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

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

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

.fa-wordpress:before {
  content: "\f19a";
}

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

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

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

.fa-yahoo:before {
  content: "\f19e";
}

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

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

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-spoon:before {
  content: "\f1b1";
}

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

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

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

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

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

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

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

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

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

.fa-tree:before {
  content: "\f1bb";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-tty:before {
  content: "\f1e4";
}

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

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

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

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

.fa-wifi:before {
  content: "\f1eb";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-meanpath:before {
  content: "\f20c";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-diamond:before {
  content: "\f219";
}

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

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

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

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

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

.fa-venus:before {
  content: "\f221";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-whatsapp:before {
  content: "\f232";
}

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

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

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

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c";
}

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

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

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

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

.fa-tripadvisor:before {
  content: "\f262";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-vimeo:before {
  content: "\f27d";
}

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

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

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

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

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

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

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

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

.fa-usb:before {
  content: "\f287";
}

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

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

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

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

.fa-pause-circle-o:before {
  content: "\f28c";
}

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

.fa-stop-circle-o:before {
  content: "\f28e";
}

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

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

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

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

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

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

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

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

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

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

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

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

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

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

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

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

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

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

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

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

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

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

.fa-viadeo:before {
  content: "\f2a9";
}

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

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

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

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

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

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

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

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

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

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

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

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

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

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

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

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

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

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

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

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

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

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

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

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

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

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

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

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

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

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

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

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

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

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

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

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

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

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

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

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn &gt; .caret,
.dropup &gt; .btn &gt; .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline &gt; li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "—&nbsp;";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "&nbsp;—";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

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

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1170px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1590px) {
  .container, .header-main.container, .header-banner .container, footer .container {
    width: 1590px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-1 {
    width: 8.33333%;
  }
  .col-xs-2 {
    width: 16.66667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33333%;
  }
  .col-xs-5 {
    width: 41.66667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33333%;
  }
  .col-xs-8 {
    width: 66.66667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33333%;
  }
  .col-xs-11 {
    width: 91.66667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.33333%;
  }
  .col-xs-pull-2 {
    right: 16.66667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.33333%;
  }
  .col-xs-pull-5 {
    right: 41.66667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.33333%;
  }
  .col-xs-pull-8 {
    right: 66.66667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.33333%;
  }
  .col-xs-pull-11 {
    right: 91.66667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.33333%;
  }
  .col-xs-push-2 {
    left: 16.66667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.33333%;
  }
  .col-xs-push-5 {
    left: 41.66667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.33333%;
  }
  .col-xs-push-8 {
    left: 66.66667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.33333%;
  }
  .col-xs-push-11 {
    left: 91.66667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1170px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1590px) {
  .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 {
    float: left;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.33333%;
  }
  .col-xl-pull-2 {
    right: 16.66667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333%;
  }
  .col-xl-pull-5 {
    right: 41.66667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333%;
  }
  .col-xl-pull-8 {
    right: 66.66667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333%;
  }
  .col-xl-pull-11 {
    right: 91.66667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.33333%;
  }
  .col-xl-push-2 {
    left: 16.66667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333%;
  }
  .col-xl-push-5 {
    left: 41.66667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333%;
  }
  .col-xl-push-8 {
    left: 66.66667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333%;
  }
  .col-xl-push-11 {
    left: 91.66667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=radio][disabled], input[type=radio].disabled,
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #44a13f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(68, 161, 63, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(68, 161, 63, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(68, 161, 63, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group &gt; .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

table {
  background-color: transparent;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table &gt; thead &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table &gt; thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}

.table &gt; tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; td {
  border: 1px solid #ddd;
}

.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 2px;
}

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover &gt; tbody &gt; tr:hover {
  background-color: #f5f5f5;
}

.table &gt; thead &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5;
}

.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover,
.table-hover &gt; tbody &gt; tr.active:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .active,
.table-hover &gt; tbody &gt; tr.active:hover &gt; th {
  background-color: #e8e8e8;
}

.table &gt; thead &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #dff0d8;
}

.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.table-hover &gt; tbody &gt; tr.success:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .success,
.table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color: #d0e9c6;
}

.table &gt; thead &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; th {
  background-color: #d9edf7;
}

.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover,
.table-hover &gt; tbody &gt; tr.info:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .info,
.table-hover &gt; tbody &gt; tr.info:hover &gt; th {
  background-color: #c4e3f3;
}

.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color: #fcf8e3;
}

.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .warning,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
  background-color: #faf2cc;
}

.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #f2dede;
}

.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .danger,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive &gt; .table {
    margin-bottom: 0;
  }
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
.table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
.table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
.table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
.table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
.table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
    white-space: nowrap;
  }
  .table-responsive &gt; .table-bordered {
    border: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0;
  }
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
    border-bottom: 0;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -ms-transform-origin: 100%;
    -o-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Styles for dialog window */
#search_form {
  background: white;
  padding: 40px 30px 60px;
  text-align: center;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  max-width: 100%;
  height: auto;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*********************\
      COMPONENTS
\*********************/
.cli-modal-content .cli_messagebar_head {
  font-size: 1.875rem;
  font-weight: 700;
}

.cli-modal-content .cli-plugin-button {
  font-size: 1.125rem;
  padding: 12px 2.5rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.cli-modal-content .cli_settings_button {
  text-decoration: underline;
}

/*********************\
         FOOTER
\*********************/
.to-top-arrow {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  line-height: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 50;
}

.to-top-arrow i {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: initial;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 15px;
  cursor: pointer;
}

.to-top-arrow i:after {
  content: "\f106";
  font-family: "FontAwesome", sans-serif;
  font-size: 30px;
  font-style: normal;
  color: #FFF;
}

@media (min-width: 1705px) {
  .to-top-arrow i {
    left: 100%;
    right: initial;
  }
}
.to-top-arrow.visible {
  opacity: 1;
  pointer-events: fill;
}

.pre-footer {
  background-color: #f7f7f7;
}

.pre-footer ul {
  display: inline-block;
  margin: 0;
}

.pre-footer ul li {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #033083;
  padding-right: 3.75rem;
  vertical-align: middle;
}

.pre-footer ul li:hover {
  color: #7bc142;
}

.pre-footer ul li i {
  display: inline-block;
  height: 33px;
  font-family: "FontAwesome", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.pre-footer ul li i.documents {
  width: 26px;
  background: url("../../images/documents.png") center center no-repeat transparent;
  margin-right: 0.9375rem;
}

.pre-footer ul li i.contact {
  width: 28px;
  background: url("../../images/contact.png") center center no-repeat transparent;
  margin-right: 0.9375rem;
}

.pre-footer ul li i.letter {
  width: 31px;
  background: url("../../images/letter.png") center center no-repeat transparent;
  margin-right: 0.9375rem;
}

.pre-footer ul li i.youtube:after {
  content: "\f167";
}

.pre-footer ul li i.linkedin:after {
  content: "\f0e1";
}

@media (max-width: 767px) {
  .pre-footer ul li i {
    display: block;
    width: 100% !important;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .pre-footer ul li {
    padding: 0;
    max-width: 110px;
    text-align: center;
  }
}
.pre-footer ul.social-icons li {
  padding-right: 1.5625rem;
}

@media (max-width: 767px) {
  .pre-footer ul.social-icons li {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .pre-footer ul.social-icons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #ececec;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .pre-footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 0 15px 15px;
  }
}
@media (max-width: 767px) {
  .pre-footer .container {
    padding: 20px 15px 0;
  }
}
.site-info .footer-logo img {
  max-width: 160px;
}

.site-info .footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  color: #FFF;
}

.site-info .footer-menu a:hover {
  color: #7bc142;
}

.site-info .footer-menu &gt; li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.site-info .footer-menu &gt; li &gt; a,
.site-info .footer-menu &gt; li &gt; .empty-link {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
}

.site-info .footer-menu &gt; li &gt; .sub-menu li {
  font-size: 0.875rem;
  padding-bottom: 0.625rem;
}

#cookie-notice .cn-button {
  color: #7bc142;
  background-color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  white-space: nowrap;
}

#cookie-notice .cn-button:hover, #cookie-notice .cn-button:focus {
  color: #000;
}

@media screen and (max-width: 767px) {
  #cookie-notice .cn-button {
    display: inline-block;
    width: 100%;
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  .colophon {
    padding: 30px 0;
  }
  .colophon .footer-logo {
    padding: 0 30px;
    text-align: center;
  }
  .colophon .footer-logo .custom-select-wrapper {
    width: 100%;
  }
  .colophon .footer-logo .custom-select-wrapper .active {
    display: block;
    width: 100%;
  }
  .colophon .footer-logo .custom-select-wrapper:after {
    font-size: 24px;
    right: 15px;
  }
  .colophon .footer-menu-wrapper {
    padding: 0 30px;
  }
  .colophon .footer-menu-wrapper .footer-menu &gt; li &gt; .sub-menu &gt; li &gt; a,
.colophon .footer-menu-wrapper .footer-menu &gt; li &gt; .sub-menu &gt; li &gt; .empty-link {
    display: block;
    position: relative;
    font-size: 15px;
    margin: 0;
    padding: 25px 0;
    border-bottom: 1px solid #545c61;
  }
  .colophon .footer-menu-wrapper .footer-menu &gt; li &gt; .sub-menu &gt; li &gt; a:after,
.colophon .footer-menu-wrapper .footer-menu &gt; li &gt; .sub-menu &gt; li &gt; .empty-link:after {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: "FontAwesome", sans-serif;
    font-size: 18px;
    font-weight: normal;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .colophon .footer-menu-wrapper .footer-menu &gt; li &gt; .sub-menu &gt; li .sub-menu {
    display: none;
    padding: 20px 0 10px;
    border-bottom: 2px solid #545c61;
  }
  .colophon .footer-menu-wrapper .footer-menu &gt; li:last-child &gt; .sub-menu &gt; li &gt; a {
    border: none;
  }
}
.masthead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 300;
}

.masthead .header-banner {
  color: #FFF;
  padding: 6px 0;
  background-color: #303538;
}

.masthead .header-banner .top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  margin-right: 2rem;
}

.masthead .header-banner .top-menu li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.masthead .header-banner .top-menu li:not(:last-child) {
  margin-right: 1.75rem;
  padding-right: 1.75rem;
}

.masthead .header-banner .top-menu li:not(:last-child):after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #585c5e;
}

.masthead .header-banner .top-menu li a:hover {
  color: #7bc142;
}

.masthead .header-banner .top-menu li .sub-menu {
  display: none;
}

.masthead .header-banner .customer-area-link {
  font-size: 13px;
  font-weight: 700;
  color: #FFF;
  line-height: normal;
  margin-left: 0.875rem;
  padding: 6px 15px;
  background-color: #7bc142;
  border: 2px solid #7bc142;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .masthead .header-banner .customer-area-link {
    margin-left: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  .masthead .header-banner .customer-area-link {
    margin-left: 1.25rem;
  }
}
@media screen and (min-width: 1170px) {
  .masthead .header-banner .customer-area-link {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 1590px) {
  .masthead .header-banner .customer-area-link {
    margin-left: 1.875rem;
  }
}
.masthead .header-banner .customer-area-link:hover {
  background-color: transparent;
  color: #7bc142;
}

.masthead .header-banner .customer-area-link .options {
  color: #FFF;
}

.masthead .header-main {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}

.masthead .header-main .site-logo {
  width: 14.375rem;
  line-height: normal;
}

@media (max-width: 767px) {
  .masthead .header-main .site-logo {
    width: 135px;
  }
}
.header-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 25;
}

.custom-select-wrapper {
  display: inline-block;
  position: relative;
}

.custom-select-wrapper:after {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: "FontAwesome", sans-serif;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.custom-select-wrapper.blue select {
  color: #FFF;
  font-size: 1.5rem;
  padding: 10px 30px 10px 10px;
  background-color: #0054a4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select-wrapper.blue:after {
  font-size: 1.125rem;
  color: #FFF;
}

.custom-select-wrapper.open .active {
  border-color: #7bc142;
}

.custom-select-wrapper.open .options {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.custom-select-wrapper.world {
  padding-left: 1rem;
}

.custom-select-wrapper.world:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: url("../../images/world.svg") no-repeat center transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-select-wrapper .active {
  display: inline-block;
  font-size: 12px;
  padding: 0 35px 0 10px;
  cursor: pointer;
}

.custom-select-wrapper .options {
  position: absolute;
  top: 100%;
  left: 50%;
  font-size: 12px;
  text-align: center;
  padding: 1px;
  background-color: #303538;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%) translateY(10px);
  -moz-transform: translateX(-50%) translateY(10px);
  -ms-transform: translateX(-50%) translateY(10px);
  -o-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  pointer-events: none;
  z-index: 15;
}

.custom-select-wrapper .options li a {
  display: block;
  padding: 2px 20px;
}

.custom-select-wrapper .options li a:hover {
  color: #FFF;
  background-color: #0054a4;
}

.old-custom-select-wrapper {
  display: inline-block;
  position: relative;
}

.old-custom-select-wrapper .active {
  display: inline-block;
  height: 45px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 45px;
  padding: 0 30px 0 15px;
  background-color: #f7f7f7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
}

.old-custom-select-wrapper:after {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: "FontAwesome", sans-serif;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.old-custom-select-wrapper.blue select {
  color: #FFF;
  font-size: 1.5rem;
  padding: 10px 30px 10px 10px;
  background-color: #0054a4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.old-custom-select-wrapper.blue:after {
  font-size: 1.125rem;
  color: #FFF;
}

.old-custom-select-wrapper .options {
  position: absolute;
  top: 100%;
  left: 50%;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  padding: 1px;
  background-color: #FFF;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: translateX(-50%) translateY(20px);
  -moz-transform: translateX(-50%) translateY(20px);
  -ms-transform: translateX(-50%) translateY(20px);
  -o-transform: translateX(-50%) translateY(20px);
  transform: translateX(-50%) translateY(20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}

.old-custom-select-wrapper .options li a {
  padding: 2px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.old-custom-select-wrapper .options li a:hover {
  color: #FFF;
  background-color: #0054a4;
}

.old-custom-select-wrapper .options:after, .old-custom-select-wrapper .options:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.old-custom-select-wrapper .options:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 8px;
  margin-left: -8px;
}

.old-custom-select-wrapper .options:before {
  border-color: rgba(216, 216, 216, 0);
  border-bottom-color: #d8d8d8;
  border-width: 9px;
  margin-left: -9px;
}

.old-custom-select-wrapper.open .active {
  border-color: #7bc142;
}

.old-custom-select-wrapper.open .options {
  -webkit-transform: translateX(-50%) translateY(10px);
  -moz-transform: translateX(-50%) translateY(10px);
  -ms-transform: translateX(-50%) translateY(10px);
  -o-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
  opacity: 1;
  pointer-events: fill;
}

/*********************\
    LAZYLOAD MASK
\*********************/
.lazyload-box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.lazyload-box .lazyload,
.lazyload-box .lazyloading {
  opacity: 0;
}

.lazyload-box .lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lazyload-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.lazyload-box .masks {
  font-size: 0;
}

.lazyload-box .masks .mask {
  position: relative;
  display: none;
  width: 100%;
  max-width: 100%;
  background-color: #eeeeee;
  z-index: -1;
  /** FOR RETINA DISPLAY **/
}

@media (min-width: 1560px) {
  .lazyload-box .masks .mask.mask-xl {
    display: inline-block;
  }
}
@media (max-width: 1559px) {
  .lazyload-box .masks .mask.mask-xl {
    display: none;
  }
  .lazyload-box .masks .mask.mask-lg {
    display: inline-block;
  }
}
@media (max-width: 1140px) {
  .lazyload-box .masks .mask.mask-lg {
    display: none;
  }
  .lazyload-box .masks .mask.mask-md {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .lazyload-box .masks .mask.mask-md {
    display: none;
  }
  .lazyload-box .masks .mask.mask-sm {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .lazyload-box .masks .mask.mask-sm {
    display: none;
  }
  .lazyload-box .masks .mask.mask-xs {
    display: inline-block;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1560px), (-o-min-device-pixel-ratio: 3/2) and (min-width: 1560px), (min--moz-device-pixel-ratio: 1.5) and (min-width: 1560px), (min-resolution: 144dpi) and (min-width: 1560px) {
  .lazyload-box .masks .mask.mask-xl {
    display: none;
  }
  .lazyload-box .masks .mask.mask-xl-2x {
    display: inline-block;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1559px), (-o-min-device-pixel-ratio: 3/2) and (max-width: 1559px), (min--moz-device-pixel-ratio: 1.5) and (max-width: 1559px), (min-resolution: 144dpi) and (max-width: 1559px) {
  .lazyload-box .masks .mask.mask-xl-2x, .lazyload-box .masks .mask.mask-lg {
    display: none;
  }
  .lazyload-box .masks .mask.mask-lg-2x {
    display: inline-block;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1140px), (-o-min-device-pixel-ratio: 3/2) and (max-width: 1140px), (min--moz-device-pixel-ratio: 1.5) and (max-width: 1140px), (min-resolution: 144dpi) and (max-width: 1140px) {
  .lazyload-box .masks .mask.mask-lg-2x, .lazyload-box .masks .mask.mask-md {
    display: none;
  }
  .lazyload-box .masks .mask.mask-md-2x {
    display: inline-block;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 991px), (-o-min-device-pixel-ratio: 3/2) and (max-width: 991px), (min--moz-device-pixel-ratio: 1.5) and (max-width: 991px), (min-resolution: 144dpi) and (max-width: 991px) {
  .lazyload-box .masks .mask.mask-md-2x, .lazyload-box .masks .mask.mask-sm {
    display: none;
  }
  .lazyload-box .masks .mask.mask-sm-2x {
    display: inline-block;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), (-o-min-device-pixel-ratio: 3/2) and (max-width: 767px), (min--moz-device-pixel-ratio: 1.5) and (max-width: 767px), (min-resolution: 144dpi) and (max-width: 767px) {
  .lazyload-box .masks .mask.mask-sm-2x, .lazyload-box .masks .mask.mask-xs {
    display: none;
  }
  .lazyload-box .masks .mask.mask-xs-2x {
    display: inline-block;
  }
}
.lazyload-box.auto-width {
  width: auto;
  max-width: 100%;
}

/*********************\
     END LAZYLOAD
\*********************/
/*********************\
        UTILS
\*********************/
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
select:focus,
textarea:focus,
.form-control:focus {
  outline: none !important;
  border-color: #7bc142 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(123, 193, 66, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(123, 193, 66, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(123, 193, 66, 0.6);
}

.go-back-link {
  display: inline-block;
}

.go-back-link:before {
  content: "\f104";
  display: inline-block;
  font-family: "FontAwesome", sans-serif;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.go-back-link:hover:before {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}

.button, .introduction-text.wysiwyg-content a {
  display: inline-block;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  padding: 0.5rem 0.9375rem;
  background-color: #7bc142;
  border: 2px solid #7bc142;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.button:hover, .introduction-text.wysiwyg-content a:hover {
  background-color: transparent;
  color: #7bc142;
}

.button.border-blue, .introduction-text.wysiwyg-content a {
  background-color: transparent;
  border-color: #0054a4;
  color: #0054a4;
}

.button.border-blue:hover, .introduction-text.wysiwyg-content a:hover, .button.border-blue.current, .introduction-text.wysiwyg-content a.current {
  background-color: #0054a4;
  color: #FFF;
}

.button.blue, .introduction-text.wysiwyg-content a.blue {
  background-color: #0054a4;
  border-color: #0054a4;
}

.button.blue:hover, .introduction-text.wysiwyg-content a.blue:hover {
  color: #0054a4;
  background-color: transparent;
}

.button.round, .introduction-text.wysiwyg-content a.round {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.button.large, .introduction-text.wysiwyg-content a.large {
  padding: 0.5rem 3.125rem;
}

.button.thin, .introduction-text.wysiwyg-content a.thin {
  padding: 5px 20px 5px 20px;
}

.button.white, .introduction-text.wysiwyg-content a.white {
  color: #7bc142;
  border: 1px solid #FFF;
  background-color: #FFF;
}

.button.white:hover, .introduction-text.wysiwyg-content a.white:hover, .button.white:focus, .introduction-text.wysiwyg-content a.white:focus {
  color: #FFF;
  background-color: #7bc142;
}

.button.download, .introduction-text.wysiwyg-content a.download {
  position: relative;
  font-size: 1rem;
  padding-left: 45px;
}

.button.download svg, .introduction-text.wysiwyg-content a.download svg {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button.download:hover svg .cls-1, .introduction-text.wysiwyg-content a.download:hover svg .cls-1 {
  fill: #0054a4;
}

.button:disabled, .introduction-text.wysiwyg-content a:disabled, .button[disabled], .introduction-text.wysiwyg-content a[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}

.grey-content {
  background-color: #f7f7f7;
}

.grey-content.dark {
  background-color: #252a2d;
}

.grey-bg {
  background-color: #f7f7f7;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.aligntop {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.alignmiddle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.alignbottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.flex.justify-sp-btw {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.flex.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.flex:before,
.row.flex:after,
.container.flex:before,
.container.flex:after {
  width: 100%;
}

.custom-radio label {
  display: block;
  position: relative;
  font-size: 0.9375rem;
  margin: 0;
  padding-left: 20px;
  overflow: hidden;
}

.custom-radio label input[type=radio] {
  position: absolute;
  left: -999px;
}

.custom-radio label span:before, .custom-radio label span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #FFF;
  border: 1px solid #9c9c9c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-radio label span:after {
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: #0054a4;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}

.custom-radio label input[type=radio]:checked + span:after {
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.custom-radio label input[type=radio]:focus + span:before {
  border-color: #7bc142;
}

.page-header {
  position: relative;
  line-height: 0;
  margin: 0 auto;
  padding: 15px;
  border: none;
}

.page-header .text-bloc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 600px;
  min-height: 25vw;
  line-height: 1.5;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.97);
}

.page-header .text-bloc .page-introduction h1 {
  font-size: 3rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .page-header .text-bloc .page-introduction h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .page-header .text-bloc .page-introduction {
    text-align: center;
  }
  .page-header .text-bloc .page-introduction .button, .page-header .text-bloc .page-introduction .introduction-text.wysiwyg-content a, .introduction-text.wysiwyg-content .page-header .text-bloc .page-introduction a {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .page-header .text-bloc {
    position: static;
    width: 940px;
    max-width: none;
    min-height: 0;
    margin: 0 auto;
    padding: 15px;
    background: #FFF;
  }
}
@media (max-width: 991px) {
  .page-header .text-bloc {
    width: 720px;
  }
}
@media (max-width: 768px) {
  .page-header .text-bloc {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.page-header picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .page-header picture &gt; img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 1024px) {
  .page-header picture {
    position: static;
    height: auto;
  }
}
.page-header.no-image .text-bloc {
  position: static;
  padding: 0;
}

@media (max-width: 1024px) {
  .page-header {
    width: 100%;
    padding: 0;
  }
}
.page-menu {
  position: relative;
  overflow: hidden;
}

.page-menu ul {
  text-align: center;
  border-bottom: 2px solid #ebebeb;
}

.page-menu ul li {
  display: inline-block;
  padding: 0 25px;
}

.page-menu ul li a,
.page-menu ul li button {
  display: inline-block;
  position: relative;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 0.9375rem;
  padding: 20px 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.page-menu ul li a:after,
.page-menu ul li button:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #7bc142;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.page-menu ul li a.current, .page-menu ul li a.active, .page-menu ul li a:hover, .page-menu ul li a:focus,
.page-menu ul li button.current,
.page-menu ul li button.active,
.page-menu ul li button:hover,
.page-menu ul li button:focus {
  outline: none;
  color: #7bc142;
}

.page-menu ul li a.current:after, .page-menu ul li a.active:after, .page-menu ul li a:hover:after, .page-menu ul li a:focus:after,
.page-menu ul li button.current:after,
.page-menu ul li button.active:after,
.page-menu ul li button:hover:after,
.page-menu ul li button:focus:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

@media (max-width: 767px) {
  .page-menu ul {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  .page-menu {
    padding: 0;
  }
  .page-menu:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    pointer-events: none;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, 0) 30%, rgba(101, 101, 101, 0.65) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(30, 30, 30, 0)), to(rgba(101, 101, 101, 0.65)));
    background: -moz- oldlinear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, 0) 30%, rgba(101, 101, 101, 0.65) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, 0) 30%, rgba(101, 101, 101, 0.65) 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, 0) 30%, rgba(101, 101, 101, 0.65) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, 0) 30%, rgba(101, 101, 101, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6656565",GradientType=1 );
  }
}
.row-detail {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .row-detail .row-pad:nth-child(even) .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .row-detail .row-pad .flex &gt; div {
    max-width: 48%;
  }
}
@media (max-width: 767px) {
  .row-detail .row-pad .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-detail .row-pad .flex .lazyload-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.row-detail .row-pad .color-pad {
  width: 100%;
}

.row-detail .row-pad .color-pad h2 {
  font-size: 2.5rem;
  overflow-wrap: break-word;
}

.row-detail .row-pad .blue {
  background-color: #0054a4;
  color: #FFF;
}

.row-detail .row-pad .white {
  color: #252a2d;
  background-color: #f7f7f7;
  border: 1px solid #d8d8d8;
}

.row-detail .row-pad .green {
  color: #FFF;
  background-color: #7bc142;
}

@media (max-width: 768px) {
  .row-detail .row-pad {
    padding: 0;
  }
}
.row-detail .row-pad .play-button {
  position: relative;
}

.row-detail .row-pad .play-button:after {
  content: "\f04b";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  font-family: "FontAwesome", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  color: #FFF;
  text-align: center;
  line-height: 58px;
  padding-left: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #FFF;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.row-detail .row-pad .play-button:hover:after {
  border-color: #7bc142;
  color: #7bc142;
}

.row-detail .row-pad p a {
  color: #7bc142;
  text-decoration: underline;
}

.row-detail .row-pad p a:hover {
  text-decoration: none;
}

.row-detail h2 {
  font-size: 1.875rem;
  font-weight: 700;
}

.statistics {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.1875rem;
  color: #FFF;
  background-color: #0054a4;
}

.statistics .stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.statistics .stats .number {
  text-align: center;
}

.statistics .stats .number h3 {
  font-size: 2.5rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .statistics .stats {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .statistics .stats .number {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.values h2 {
  font-size: 1.875rem;
  font-weight: 700;
}

.logo-bloc {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}

.logo-bloc figure {
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.logo-bloc figure img {
  max-height: 100px;
}

.video {
  position: relative;
  line-height: 0;
}

.video:after {
  content: "\f04b";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  font-family: "FontAwesome", sans-serif;
  font-size: 32px;
  color: #FFF;
  text-align: center;
  line-height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  padding-left: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.video:hover:after {
  -webkit-transform: scale(1.1) translateZ(0);
  -moz-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
}

/*********************\
    HELPER CLASSES
\*********************/
.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.inline-block {
  display: inline-block;
  font-size: 1rem;
  float: none;
}

.inline-wrapper {
  font-size: 0;
}

.top {
  vertical-align: top;
}

.middle {
  vertical-align: middle;
  line-height: normal;
}

.bottom {
  vertical-align: bottom;
}

.relative {
  position: relative;
}

.full-width {
  width: 100%;
}

.full-height {
  min-height: 100%;
}

.bold {
  font-weight: 700;
}

.clock {
  color: #7bc142;
}

.clock:before {
  content: "\f017";
  font-family: "FontAwesome", sans-serif;
  padding-right: 10px;
}

/*********************\
   FIN HELPER CLASSES
\*********************/
#wpadminbar {
  position: fixed;
  top: initial;
  bottom: 0;
}

#wpadminbar .ab-sub-wrapper {
  bottom: 100%;
}

@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.mb-10 {
  margin-bottom: 0.625rem;
}

.mt-10 {
  margin-top: 0.625rem;
}

.ml-10 {
  margin-left: 0.625rem;
}

.mr-10 {
  margin-right: 0.625rem;
}

.pv-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.ph-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.ml-20 {
  margin-left: 1.25rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.pv-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.ph-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.ml-30 {
  margin-left: 1.875rem;
}

.mr-30 {
  margin-right: 1.875rem;
}

.pv-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.ph-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

.mr-40 {
  margin-right: 2.5rem;
}

.pv-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.ph-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mt-50 {
  margin-top: 3.125rem;
}

.ml-50 {
  margin-left: 3.125rem;
}

.mr-50 {
  margin-right: 3.125rem;
}

.pv-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.ph-50 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.ml-60 {
  margin-left: 3.75rem;
}

.mr-60 {
  margin-right: 3.75rem;
}

.pv-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.ph-60 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.mb-70 {
  margin-bottom: 4.375rem;
}

.mt-70 {
  margin-top: 4.375rem;
}

.ml-70 {
  margin-left: 4.375rem;
}

.mr-70 {
  margin-right: 4.375rem;
}

.pv-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.ph-70 {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.mt-80 {
  margin-top: 5rem;
}

.ml-80 {
  margin-left: 5rem;
}

.mr-80 {
  margin-right: 5rem;
}

.pv-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.ph-80 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.mb-90 {
  margin-bottom: 5.625rem;
}

.mt-90 {
  margin-top: 5.625rem;
}

.ml-90 {
  margin-left: 5.625rem;
}

.mr-90 {
  margin-right: 5.625rem;
}

.pv-90 {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.ph-90 {
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

.mb-100 {
  margin-bottom: 6.25rem;
}

.mt-100 {
  margin-top: 6.25rem;
}

.ml-100 {
  margin-left: 6.25rem;
}

.mr-100 {
  margin-right: 6.25rem;
}

.pv-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.ph-100 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.mb-110 {
  margin-bottom: 6.875rem;
}

.mt-110 {
  margin-top: 6.875rem;
}

.ml-110 {
  margin-left: 6.875rem;
}

.mr-110 {
  margin-right: 6.875rem;
}

.pv-110 {
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}

.ph-110 {
  padding-left: 6.875rem;
  padding-right: 6.875rem;
}

.mb-120 {
  margin-bottom: 7.5rem;
}

.mt-120 {
  margin-top: 7.5rem;
}

.ml-120 {
  margin-left: 7.5rem;
}

.mr-120 {
  margin-right: 7.5rem;
}

.pv-120 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.ph-120 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.pv-80-60 {
  padding-top: 5rem;
  padding-bottom: 3.75rem;
}

/*********************\
      SIZE TYPO
\*********************/
html {
  font-size: 87.5%;
}

@media screen and (min-width: 480px) {
  html {
    font-size: 90%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 92.5%;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 95%;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 97.5%;
  }
}
@media screen and (min-width: 1560px) {
  html {
    font-size: 100%;
  }
}
/*********************\
     FIN SIZE TYPO
\*********************/
body {
  font-family: "Lato", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
}

body.logged-in {
  padding-bottom: 32px;
}

body.logged-in .to-top-arrow {
  bottom: 32px;
}

@media (max-width: 782px) {
  body.logged-in {
    padding-bottom: 46px;
  }
  body.logged-in .to-top-arrow {
    bottom: 46px;
  }
}
h1, .h1 {
  font-size: 3rem;
  margin: 0;
}

h2, .h2 {
  margin: 0;
}

h3, .h3 {
  font-size: 1.375rem;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

a.white-text:hover {
  color: #7bc142;
}

p {
  margin: 0;
}

b,
strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wysiwyg-content h2 {
  margin-bottom: 1.875rem;
}

.wysiwyg-content a {
  color: #7bc142;
  text-decoration: underline;
}

.wysiwyg-content p {
  margin-bottom: 1.25rem;
}

.wysiwyg-content img {
  margin-bottom: 1.25rem;
}

.wysiwyg-content ul {
  padding: 0.625rem 0;
}

.wysiwyg-content ul li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.wysiwyg-content ul li:after {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  font-family: "FontAwesome", sans-serif;
  color: #7bc142;
}

.white-text {
  color: #FFF;
}

.green-text {
  color: #7bc142;
}

.blue-text {
  color: #0054a4;
}

/*********************\
        PAGES
\*********************/
.contact-bloc .name {
  font-size: 1.125rem;
  font-weight: 700;
}

.contact-form h2 {
  font-weight: 700;
  color: #0054a4;
}

.contact-form p {
  font-size: 0.75rem;
}

.contact-form .form-control,
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel] {
  height: auto;
  min-height: 48px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.contact-form .contact-panel {
  display: none;
}

.contact-form .wpcf7 p {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

.contact-form .wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin: 0 1.25rem 0 0;
}

.contact-form .wpcf7 .wpcf7-radio label {
  display: block;
  position: relative;
  font-size: 0.9375rem;
  margin: 0;
  padding-left: 20px;
  overflow: hidden;
}

.contact-form .wpcf7 .wpcf7-radio label input[type=radio] {
  position: absolute;
  left: -999px;
}

.contact-form .wpcf7 .wpcf7-radio label .wpcf7-list-item-label:before, .contact-form .wpcf7 .wpcf7-radio label .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #FFF;
  border: 1px solid #9c9c9c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-form .wpcf7 .wpcf7-radio label .wpcf7-list-item-label:after {
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: #0054a4;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}

.contact-form .wpcf7 .wpcf7-radio label input[type=radio]:checked + .wpcf7-list-item-label:after {
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.contact-form .wpcf7 .wpcf7-radio label input[type=radio]:focus + .wpcf7-list-item-label:before {
  border-color: #7bc142;
}

.contact-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 1.25rem 0 0;
}

.contact-form .wpcf7 .wpcf7-checkbox label {
  display: block;
  position: relative;
  font-size: 0.9375rem;
  margin: 0;
  padding-left: 20px;
  overflow: hidden;
}

.contact-form .wpcf7 .wpcf7-checkbox label input[type=checkbox] {
  position: absolute;
  left: -999px;
}

.contact-form .wpcf7 .wpcf7-checkbox label .wpcf7-list-item-label:before, .contact-form .wpcf7 .wpcf7-checkbox label .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #FFF;
  border: 1px solid #9c9c9c;
  -webkit-transform: translateY(-50%) translateZ(0);
  -moz-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-form .wpcf7 .wpcf7-checkbox label .wpcf7-list-item-label:after {
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: #0054a4;
  -webkit-transform: translateY(-50%) scale(0) translateZ(0);
  -moz-transform: translateY(-50%) scale(0) translateZ(0);
  transform: translateY(-50%) scale(0) translateZ(0);
}

.contact-form .wpcf7 .wpcf7-checkbox label input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  -webkit-transform: translateY(-50%) scale(1) translateZ(0);
  -moz-transform: translateY(-50%) scale(1) translateZ(0);
  transform: translateY(-50%) scale(1) translateZ(0);
}

.contact-form .wpcf7 .wpcf7-checkbox label input[type=checkbox]:focus + .wpcf7-list-item-label:before {
  border-color: #7bc142;
}

.contact-form .wpcf7 div.wpcf7-response-output {
  margin: 2rem 0 1rem;
}

.contact-form .js-news-phone-notice {
  display: none;
}

.contact-form .js-news-phone-notice p {
  font-size: 1rem;
}

.documents .document {
  border: 1px solid #ececec;
}

.documents .document h2 {
  font-size: 1.25rem;
}

.home-subsidiary-banner {
  position: relative;
  font-size: 0;
}

.home-subsidiary-banner .banner-description {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 32.8125rem;
  font-size: 1.25rem;
  color: #FFF;
  text-align: center;
  padding: 2.8125rem 3.75rem 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.65);
}

.home-subsidiary-banner .banner-description h1 {
  font-size: 2.5rem;
  font-weight: 900;
}

.home-subsidiary-banner .banner-description .button, .home-subsidiary-banner .banner-description .introduction-text.wysiwyg-content a, .introduction-text.wysiwyg-content .home-subsidiary-banner .banner-description a {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

.introduction-text.wysiwyg-content {
  margin-bottom: 1.875rem;
}

.introduction-text.wysiwyg-content h2 {
  font-size: 1.875rem;
  font-weight: 700;
}

.introduction-text.wysiwyg-content a {
  text-decoration: none;
}

.introduction-text.wysiwyg-content p:last-child {
  margin-bottom: 0;
}

.subsidiary-network {
  background-color: #252a2d;
}

.subsidiary-network .map-heppner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-background-size: auto 100%, 30% auto;
  -moz-background-size: auto 100%, 30% auto;
  background-size: auto 100%, 30% auto;
}

.subsidiary-network .map-heppner .network-ctas a {
  display: inline-block;
  margin: 5px;
}

#tip {
  position: absolute;
  display: block;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  white-space: nowrap;
  background: #292929;
  color: #fff;
  padding: 3px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 1000;
}

/*********************\
        HOME
\*********************/
.home-banner {
  position: relative;
  line-height: 0;
}

.home-banner .home-slide {
  position: relative;
}

.home-banner .home-slide .slide-description {
  position: absolute;
  left: 50%;
  bottom: 85px;
  color: #FFF;
  line-height: 1.5;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
}

.home-banner .home-slide .slide-description h2 {
  font-size: 3.75rem;
  font-weight: 900;
}

@media (max-width: 768px) {
  .home-banner .home-slide .slide-description h2 {
    font-size: 30px;
    font-weight: 700;
  }
}
.home-banner .home-slide .slide-description p {
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .home-banner .home-slide .slide-description p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .home-banner .home-slide .slide-description {
    width: 100%;
    top: 50%;
    bottom: initial;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.home-banner .home-slide:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(43%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.65) 100%);
  background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.65) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
  z-index: 10;
}

@media (max-width: 768px) {
  .home-banner .home-slide:after {
    background: #000;
    opacity: 0.4;
  }
}
.home-banner .home-banner-slider.owl-carousel {
  display: block;
}

.home-banner .home-banner-slider.owl-carousel &gt; .home-slide:not(:first-child) {
  display: none;
}

.home-banner .owl-dots {
  position: absolute;
  width: 1530px;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home-banner .owl-dots .owl-dot {
  display: inline-block;
  padding: 20px 5px 20px 0;
}

.home-banner .owl-dots .owl-dot span {
  display: block;
  width: 22px;
  height: 5px;
  background-color: #817e7f;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.home-banner .owl-dots .owl-dot:hover span,
.home-banner .owl-dots .owl-dot.active span {
  background-color: #FFF;
}

@media (max-width: 991px) {
  .home-banner .owl-dots .owl-dot {
    padding: 10px 5px 10px 0;
  }
}
@media (max-width: 1560px) {
  .home-banner .owl-dots {
    width: 1140px;
  }
}
@media (max-width: 1199px) {
  .home-banner .owl-dots {
    width: 940px;
  }
}
@media (max-width: 991px) {
  .home-banner .owl-dots {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    bottom: 0;
  }
}
.home-banner .solutions-wrapper {
  position: absolute;
  top: 0;
  right: -webkit-calc( ( 100% - 1530px ) / 2);
  right: -moz-calc( ( 100% - 1530px ) / 2);
  right: -webkit-calc((100% - 1530px) / 2);
  right: -moz-calc((100% - 1530px) / 2);
  right: calc((100% - 1530px) / 2);
  bottom: 0;
}

.home-banner .solutions-wrapper .solutions-bloc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  z-index: 50;
}

.home-banner .solutions-wrapper .solutions-bloc .solution-bloc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #FFF;
  padding: 0 5.625rem 0 2.1875rem;
}

.home-banner .solutions-wrapper .solutions-bloc .solution-bloc:not(:last-child) {
  border-bottom: 1px solid transparent;
}

.home-banner .solutions-wrapper .solutions-bloc .solution-bloc:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.65;
  z-index: 0;
}

.home-banner .solutions-wrapper .solutions-bloc .solution-bloc &gt; * {
  position: relative;
  z-index: 10;
}

.home-banner .solutions-wrapper .solutions-bloc .solution-bloc h2 {
  font-size: 1.625rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}

.home-banner .solutions-wrapper .solutions-bloc .solution-bloc h2 span {
  color: #7bc142;
}

.home-banner .solutions-wrapper .solutions-bloc .solution-bloc p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.home-banner .solutions-wrapper .solutions-bloc .solution-bloc a:hover {
  color: #7bc142;
}

.home-banner .solutions-wrapper .solutions-bloc .solution-bloc svg {
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: 5;
}

.home-banner .solutions-wrapper .solutions-bloc .solution-bloc svg .cls-1,
.home-banner .solutions-wrapper .solutions-bloc .solution-bloc svg .cls-5,
.home-banner .solutions-wrapper .solutions-bloc .solution-bloc svg .cls-6 {
  fill: #899088;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.home-banner .solutions-wrapper .solutions-bloc .solution-bloc.slide-0 svg {
  bottom: 10px;
  right: 30px;
  width: 65px;
}

.home-banner .solutions-wrapper .solutions-bloc .solution-bloc.slide-1 svg {
  width: 90px;
  bottom: 20px;
}

.home-banner .solutions-wrapper .solutions-bloc .solution-bloc.slide-2 svg {
  width: 80px;
  bottom: 30px;
}

.home-banner .solutions-wrapper .solutions-bloc .solution-bloc:hover svg .cls-1,
.home-banner .solutions-wrapper .solutions-bloc .solution-bloc:hover svg .cls-5,
.home-banner .solutions-wrapper .solutions-bloc .solution-bloc:hover svg .cls-6 {
  fill: #7bc142;
}

@media (max-width: 1560px) {
  .home-banner .solutions-wrapper {
    right: -webkit-calc((100% - 1140px) / 2);
    right: -moz-calc((100% - 1140px) / 2);
    right: calc((100% - 1140px) / 2);
  }
}
@media (max-width: 1200px) {
  .home-banner .solutions-wrapper {
    display: none;
  }
}
.videos-slider {
  max-width: 908px;
  margin-left: auto;
  margin-right: auto;
}

.videos-slider .video-slide {
  position: relative;
  line-height: 0;
}

.videos-slider .video-slide picture {
  z-index: 5;
}

.videos-slider .video-slide .video-description {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.875rem;
  font-weight: 700;
  color: #FFF;
  line-height: normal;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.videos-slider .video-slide .play-button {
  display: inline-block;
  position: relative;
  width: 84px;
  margin-bottom: 1.25rem;
  color: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #FFF;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.videos-slider .video-slide .play-button i {
  position: absolute;
  top: 51%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.videos-slider .video-slide .play-button i:after {
  content: "\f04b";
  font-family: "FontAwesome", sans-serif;
  font-size: 3rem;
  font-style: normal;
  color: inherit;
}

.videos-slider .video-slide .play-button:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.videos-slider .video-slide .play-button:hover {
  border-color: #7bc142;
  color: #7bc142;
}

.videos-slider .video-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  z-index: 7;
}

.videos-slider .slide-arrow {
  position: absolute;
  top: 50%;
  font-size: 3rem;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.videos-slider .slide-arrow.arrow-left {
  left: 30px;
}

.videos-slider .slide-arrow.arrow-left i:before {
  content: "\f104";
  font-family: "FontAwesome", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
}

.videos-slider .slide-arrow.arrow-right {
  right: 30px;
}

.videos-slider .slide-arrow.arrow-right i:before {
  content: "\f105";
  font-family: "FontAwesome", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
}

.card {
  display: block;
  line-height: 0;
  overflow: hidden;
}

.card .card-details {
  position: relative;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  background-color: #FFF;
  line-height: 1.5;
  padding: 1rem 1.875rem;
  z-index: 15;
}

.card .card-details .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #7bc142;
}

.card .card-details p {
  margin-bottom: 0;
}

.card picture {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.card picture:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 15;
}

.card:hover picture {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.card:hover picture:after {
  opacity: 0.3;
}

.map-heppner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 380px;
  background-image: url("../../images/map.png"), url("../../images/heppner-initials.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}

.map-heppner h2 {
  font-size: 2.5625rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .home-videos {
    padding: 30px 15px 0;
  }
  .home-videos .button, .home-videos .introduction-text.wysiwyg-content a, .introduction-text.wysiwyg-content .home-videos a {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home-grey-bar {
    padding: 30px;
  }
  .home-grey-bar .grey-content {
    padding: 30px 0;
  }
  .home-grey-bar .grey-content .map-heppner {
    min-height: 0;
    padding: 30px 20px;
    background-image: url("../../images/heppner-initials.png");
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: 130% center;
  }
  .home-grey-bar .grey-content .map-heppner h2 {
    font-size: 1.5rem;
  }
  .home-grey-bar .grey-content .map-heppner .button, .home-grey-bar .grey-content .map-heppner .introduction-text.wysiwyg-content a, .introduction-text.wysiwyg-content .home-grey-bar .grey-content .map-heppner a {
    width: 100%;
  }
}
/*********************\
      FIN HOME
\*********************/
.page-template-landing-page .header-banner,
.page-template-landing-page .masthead .header-main .primary-navigation {
  display: none;
}

.page-template-landing-page .landing-page {
  position: relative;
}

.page-template-landing-page .page-header {
  padding: 2.8125rem 3.125rem;
}

.page-template-landing-page .page-header .text-bloc {
  min-width: 700px;
  min-height: auto;
  color: #FFF;
  background-color: #252a2d;
}

.page-template-landing-page .video-slide {
  position: relative;
}

.page-template-landing-page .play-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84px;
  margin-bottom: 1.25rem;
  color: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #FFF;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-template-landing-page .play-button i {
  position: absolute;
  top: 51%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-template-landing-page .play-button i:after {
  content: "\f04b";
  font-family: "FontAwesome", sans-serif;
  font-size: 3rem;
  font-style: normal;
  color: inherit;
}

.page-template-landing-page .play-button:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.page-template-landing-page .play-button:hover {
  border-color: #7bc142;
  color: #7bc142;
}

.page-template-landing-page .row-detail {
  margin-left: -15px;
  margin-right: -15px;
}

.page-template-landing-page .row-detail:nth-child(odd) .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.page-template-landing-page .contact-form-column {
  position: absolute;
  top: 2.8125rem;
  right: 0;
  bottom: 1.875rem;
}

.page-template-landing-page .contact-form-column .contact-form-wrapper {
  position: -webkit-sticky;
  position: sticky;
  padding: 2.5rem 1.25rem;
  background-color: #7bc142;
}

@media screen and (min-width: 1590px) {
  .page-template-landing-page .contact-form-column .contact-form-wrapper {
    top: 125px;
  }
}
.page-template-landing-page .contact-form-column .catchphrase {
  font-size: 1.125rem;
  color: #FFF;
  line-height: 1.5;
  margin-bottom: 1.875rem;
}

.page-template-landing-page .contact-form-column .contact-form p {
  position: relative;
}

.page-template-landing-page .contact-form-column .contact-form p:last-of-type {
  margin: 0;
}

.page-template-landing-page .contact-form-column .contact-form p .ajax-loader {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mediatheque .popup-gallery a:focus {
  outline: none;
}

.map-wrapper {
  position: relative;
  overflow: hidden;
}

.map-wrapper .map-introduction {
  position: absolute;
  top: 50%;
  left: 0;
  color: #FFF;
  padding-left: 70px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 30;
  pointer-events: none;
}

.map-wrapper .map-introduction h1 {
  font-size: 3rem;
  font-weight: 700;
}

.map-wrapper .map-introduction.invisible {
  opacity: 0;
}

@media (max-width: 1024px) {
  .map-wrapper .map-introduction {
    position: static;
    float: none;
    width: 940px;
    color: #000;
    margin: 0 auto;
    padding: 15px;
    background: #FFF;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (max-width: 991px) {
  .map-wrapper .map-introduction {
    width: 720px;
  }
}
@media (max-width: 768px) {
  .map-wrapper .map-introduction {
    width: 100%;
  }
}
.map-wrapper #map {
  min-height: 518px;
}

/*********************\
       SEARCH
\*********************/
.search-title {
  font-weight: 700;
  text-align: center;
}

.search-title span {
  color: #7bc142;
}

.search-page-form {
  position: relative;
}

.search-page-form .screen-reader-text {
  display: none;
}

.search-page-form label {
  display: block;
}

.search-page-form .search-field {
  width: 100%;
  min-height: 44px;
  line-height: normal;
  padding: 12px 50px 12px 20px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 5;
}

.search-page-form .search-submit {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 18px;
  height: 19px;
  font-size: 0;
  margin-top: -9px;
  background: url("../../images/magnifying-glass.png") center center no-repeat transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border: none;
  vertical-align: middle;
  z-index: 10;
}

.search-result {
  display: block;
  margin-bottom: 3.125rem;
  padding-bottom: 2.1875rem;
  border-bottom: 2px solid #d8d8d8;
}

.search-result h2 {
  font-size: 1.5rem;
}

.search-result p {
  font-size: 1.125rem;
}

.pagination {
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  padding: 6px;
}

.pagination .page-numbers.current {
  color: #FFF;
}

.pagination .page-numbers.current:after {
  content: "";
  position: absolute;
  top: -webkit-calc( 50% - 1px);
  top: -moz-calc( 50% - 1px);
  top: -webkit-calc(50% - 1px);
  top: -moz-calc(50% - 1px);
  top: calc(50% - 1px);
  left: 50%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #0A246A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pagination .page-numbers.prev:after, .pagination .page-numbers.next:after {
  font-family: "FontAwesome", sans-serif;
  font-size: 1.25rem;
  color: #d8d8d8;
  vertical-align: middle;
}

.pagination .page-numbers.prev:after {
  content: "\f104";
}

.pagination .page-numbers.next:after {
  content: "\f105";
}

/*********************\
      FIN SEARCH
\*********************/
.site-page a:hover {
  color: #7bc142;
}

.site-page:not(:last-child) {
  border-bottom: 2px solid #ececec;
}

.site-page h2 {
  font-size: 1.625rem;
  font-weight: 700;
  color: #0054a4;
  padding: 1.25rem 0;
}

.site-page .sub-pages {
  margin-bottom: 1.875rem;
}

.site-page .sub-pages &gt; li {
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.site-page .subsub-pages &gt; li {
  font-size: 0.875rem;
  font-weight: 400;
}

/*********************\
        SOLUTIONS
\*********************/
.solution-blocs .solution-bloc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border: 1px solid #d8d8d8;
  overflow: hidden;
}

.solution-blocs .solution-bloc h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #7bc142;
}

.solution-blocs .solution-bloc:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 356px;
  height: 356px;
  -webkit-transform: translate(50%, -56%) rotate(-10deg);
  -moz-transform: translate(50%, -56%) rotate(-10deg);
  -ms-transform: translate(50%, -56%) rotate(-10deg);
  -o-transform: translate(50%, -56%) rotate(-10deg);
  transform: translate(50%, -56%) rotate(-10deg);
  background: url("../../images/heppner-grey-initials.png") center center no-repeat;
  pointer-events: none;
  z-index: 0;
}

.solution-blocs .solution-bloc &gt; * {
  z-index: 10;
}

@media (max-width: 768px) {
  .solution-blocs .solution-bloc {
    padding: 30px;
  }
  .solution-blocs .solution-bloc .button, .solution-blocs .solution-bloc .introduction-text.wysiwyg-content a, .introduction-text.wysiwyg-content .solution-blocs .solution-bloc a {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .solution-blocs {
    padding: 0 15px;
  }
}
.solution a:hover {
  color: #7bc142;
}

.solution .solution-title {
  font-size: 1.625rem;
}

.solution .solution-title span {
  color: #7bc142;
}

/*********************\
     FIN SOLUTIONS
\*********************/
html,
body {
  width: 100%;
}

body {
  color: #303538;
  overflow-x: hidden;
  position: relative;
}

.container {
  max-width: 100%;
}

.masthead {
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s, -moz-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s, -moz-box-shadow 0.5s;
}

.masthead.scroll {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.masthead .header-banner .customer-area-link {
  margin-left: 15px;
}

.masthead .header-main {
  padding-top: 0;
  padding-bottom: 0;
}

/*.masthead .header-main .primary-navigation .primary-menu {
  position: initial;
}

.masthead .header-main .primary-navigation .primary-menu&gt;li&gt;a {
  text-transform: none;
  color: #303538;
  padding: 50px 0;
  font-weight: 700;
  font-size: 17px;
}*/
.masthead {
  z-index: 10000;
  background: #fff;
  width: 100%;
  top: 0px;
  position: fixed;
  -webkit-transition: all 0.6s;
  /* Safari prior 6.1 */
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.masthead.up {
  top: -170px;
}

#page {
  padding-top: 165px;
}

.grecaptcha-badge {
  position: absolute !important;
  display: none !important;
}

.page-template-contact .grecaptcha-badge {
  position: fixed !important;
  display: block !important;
}

.stickybutton.button {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  position: absolute;
  right: 70px;
  margin-top: -78px;
  z-index: 1000;
  z-index: 10;
}

.stickybutton.button:hover {
  background: #ffffff;
}

.to-top-arrow i {
  left: auto;
  right: 10px;
}

#cookie-law-info-again {
  left: 0;
  right: auto !important;
}

.page-template-contact .stickybutton {
  display: none;
}

.ban_menu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 290px;
  display: none;
}

.ban_menu a {
  display: block;
  text-align: center;
  background: #ffffff;
  border: 2px solid #C4C4C4;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  font-size: 17px;
}

.ban_menu img {
  width: 95%;
  display: block;
  margin: auto;
  margin-bottom: 5px;
}

/*@media (max-width: 1490px) {
    .white-bg-left {
    width: 22%;
    }
}*/
@media (max-width: 1601px) {
  .container, .header-main.container, footer .container {
    width: 1270px;
  }
  .white-bg-left {
    width: 25%;
  }
}
@media (max-width: 1330px) {
  .white-bg-left {
    width: 23%;
  }
}
@media (max-width: 1320px) {
  .white-bg-left {
    width: 24%;
  }
}
@media (max-width: 1320px) {
  #page {
    padding-top: 132px;
  }
  .container, .header-main.container, footer .container {
    width: 1170px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 750px;
  }
  #page {
    /*padding-top:125px; */
    padding-top: 0;
  }
}
/***secteur***/
.greencat {
  text-transform: uppercase;
  color: #7BC142;
  font-size: 16px;
  font-weight: bold;
}

.delimiter {
  opacity: 0.6;
  display: inline-block;
  padding: 0 10px;
}

.small-header .text-bloc .page-introduction h1,
.store_modal_title {
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
}

.h2,
.map-heppner h2,
.row-paragraphe h2,
.bg-dark .h4 {
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
}

.row-paragraphe p,
.page-description p {
  margin-bottom: 30px;
}

.row-paragraphe p:last-child,
.page-description p:last-child {
  margin-bottom: 0;
}

.wysiwyg-content ul li:after {
  display: none;
}

.wysiwyg-content ul li {
  padding-left: 0;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 165px;
  z-index: 11;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.button {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  line-height: 17px;
  font-size: 15px;
  /*padding: 12px 15px;*/
  padding: 12px 35px;
}

.button:focus {
  color: #ffffff;
}

.button:hover {
  color: #7bc142;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.ph-0 {
  padding-left: 0;
  padding-right: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.btn-sticky .button {
  width: 100%;
}

.button-blue {
  color: #0054A4;
  background: #ffffff;
  border-color: #0054A4;
}

.button-blue:hover {
  color: #ffffff;
  background: #0054A4;
}

.liens_associes {
  padding: 45px;
}

.liens_associes a {
  display: inline-block;
  margin-bottom: 5px;
}

.liens_associes li {
  margin-left: 15px;
}

.liens_associes li:before {
  content: "•";
  color: #0054A4;
  font-size: 14px;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  vertical-align: top;
}

.bg-light {
  background: #F4F7F9;
}

.bg-light-2 {
  background: #E5E5E5;
}

.liens_associes .h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.bg-light .h3 {
  color: #0054A4;
}

.bg-light a:hover {
  color: #0054A4;
}

.bg-dark {
  background: #303538;
  color: #ffffff;
}

.bg-dark li:before {
  content: "";
  -webkit-mask-image: url(images/pdf-icon.svg);
  mask-image: url(images/pdf-icon.svg);
  width: 14px;
  height: 15px;
  background: #ffffff;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.bg-dark .h3 {
  color: #7BC142;
}

.bg-dark a:hover {
  color: #7BC142;
}

.slider-secteur img {
  width: 100%;
}

.small-header {
  padding: 0;
}

.small-header .text-bloc {
  height: auto;
  min-height: auto;
  position: absolute;
  bottom: 40px;
  background-color: rgba(255, 255, 255, 0.9);
}

.small-header picture {
  position: relative;
}

.bg-dark .h4 {
  margin-bottom: 50px;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  font-size: 3rem;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slide-arrow {
  font-size: 3rem;
  font-weight: 700;
}

.slide-arrow.arrow-left i:before {
  content: "\f104";
  font-family: "FontAwesome", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
}

.slide-arrow.arrow-right i:before {
  content: "\f105";
  font-family: "FontAwesome", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
}

.slider-cas {
  position: relative;
}

.slider-cas .slide-arrow {
  position: absolute;
}

.slider-cas .slide-arrow.arrow-left {
  left: -80px;
}

.slider-cas .slide-arrow.arrow-right {
  right: -80px;
}

.bg-white {
  background: #ffffff;
  color: #303538;
}

.details-cas {
  padding: 50px 80px;
}

.green {
  color: #7BC142;
}

.blue {
  color: #0054A4;
}

.bg-blue {
  background: #0054A4;
  color: #ffffff;
}

.bg-green {
  background: #7bc142;
  color: #ffffff;
}

.bg-grey {
  background: #F4F7F9;
  color: #303538;
}

.bg-pink {
  background: #f7bdc3;
  color: #ffffff;
}

.titre-cas {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.left-cas h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.left-cas h5 span {
  display: block;
  font-size: 30px;
  text-transform: none;
}

.left-cas img {
  width: 100%;
}

.mb-80 {
  margin-bottom: 50px;
}

@media (max-width: 1590px) {
  .sticky {
    top: 162px;
  }
  .small-header .text-bloc .page-introduction h1,
.store_modal_title {
    font-size: 40px;
    line-height: 40px;
  }
  .h2,
.map-heppner h2,
.row-paragraphe h2,
.bg-dark .h4 {
    font-size: 30px;
    line-height: 30px;
  }
  .small-header .text-bloc {
    padding: 20px 30px;
  }
  .details-cas {
    padding: 40px 60px;
  }
}
@media (max-width: 1320px) {
  .sticky {
    top: 132px;
  }
  .small-header .text-bloc {
    padding: 20px 30px;
  }
  .details-cas {
    padding: 30px 50px;
  }
}
@media (max-width: 1200px) {
  .button {
    line-height: 15px;
    font-size: 12px;
    padding: 8px 15px;
  }
  .small-header .text-bloc .page-introduction h1,
.store_modal_title {
    font-size: 35px;
    line-height: 35px;
  }
  .h2,
.map-heppner h2,
.row-paragraphe h2,
.bg-dark .h4 {
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
  }
  .small-header .text-bloc {
    width: auto;
    max-width: 50%;
  }
  .slide-arrow {
    font-size: 2rem;
  }
  .slider-cas .slide-arrow.arrow-left {
    left: -20px;
  }
  .slider-cas .slide-arrow.arrow-right {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .small-header .text-bloc .page-introduction h1,
.store_modal_title {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
  }
  .h2,
.map-heppner h2,
.row-paragraphe h2,
.bg-dark .h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .bg-dark .h4 {
    text-align: center;
  }
  .small-header .text-bloc {
    padding: 15px 20px;
    bottom: 15px;
  }
  .slider-cas .slide-arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  .sticky-right {
    padding: 15px;
  }
  .ph-0 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .small-header .text-bloc .page-introduction h1,
.store_modal_title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .h2,
.map-heppner h2,
.row-paragraphe h2,
.bg-dark .h4 {
    font-size: 24px;
    line-height: 24px;
  }
  .bg-dark .h4 {
    margin-bottom: 30px;
  }
  .left-cas {
    margin-bottom: 30px;
  }
  .pre-footer ul.social-icons {
    border: none;
  }
  .colophon .footer-menu-wrapper .footer-menu &gt; li &gt; .sub-menu &gt; li &gt; a {
    border: none;
    padding: 0;
  }
  .colophon .footer-menu-wrapper .footer-menu &gt; li &gt; .sub-menu &gt; li &gt; a:after {
    display: none;
  }
  footer .button {
    margin-top: 30px;
  }
  .site-info .footer-menu &gt; li &gt; .empty-link {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
@media (max-width: 640px) {
  .small-header .text-bloc {
    width: auto;
    max-width: 100%;
    position: relative;
    bottom: auto;
    padding: 15px;
    padding-bottom: 0;
  }
  .pv-70 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .details-cas {
    padding: 20px;
  }
  .site-info .footer-menu {
    display: block;
    text-align: center;
  }
  .site-info .footer-menu &gt; li {
    margin-bottom: 30px;
  }
  footer .button {
    margin-top: 0;
  }
}
/***Store locator***/
#store_locator {
  padding: 0;
}

#store_locator_map {
  height: -webkit-calc(100vh - 165px) !important;
  height: -moz-calc(100vh - 165px) !important;
  height: calc(100vh - 165px) !important;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 165px;
  z-index: 11;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.map-wrapper #map {
  height: 100%;
}

#store_locator_sidebar {
  padding: 60px 60px 60px 100px;
}

.page-template-reseau .to-top-arrow {
  display: none;
}

#store_locator_result_list {
  max-height: none !important;
  height: auto !important;
}

.store_locator_no_stores {
  color: #000000;
}

@media (max-width: 1590px) {
  .recherche-agence {
    padding: 60px;
  }
}
.store_modal_title {
  font-size: 42px;
  line-height: 42px;
}

#main-content #store_locator_filter {
  display: block;
}

#store_locator_filter_open_close,
#radiusfilter {
  display: none;
}

.formsearch,
.inputsearch {
  position: relative;
}

#store_locator_find_stores_button,
.search-btn.button {
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  font-size: 26px;
  -webkit-border-radius: 0px 3px 3px 0px;
     -moz-border-radius: 0px 3px 3px 0px;
          border-radius: 0px 3px 3px 0px;
  padding: 0;
}

.search-btn.button i {
  font-size: 15px;
}

.formsearch input {
  width: 100%;
}

#store_locator_find_stores_button:hover,
.search-btn.button:hover {
  background: #0054A4;
  border-color: #0054A4;
  color: #ffffff;
}

.formsearch input,
#store_locator #store_locator_address_field {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #C4C4C4;
  padding: 20px 15px;
}

.left-newsroom h1,
.left-newsroom p {
  margin-bottom: 20px;
}

#store_locator h5,
.left-newsroom h5 {
  color: #0054A4;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}

.left-newsroom h5 {
  margin-top: 15px;
}

#store_locator #store_locator_sidebar,
#store_locator_sidebar .padding-sidebar {
  padding: 60px 40px 60px 100px;
}

.solution {
  width: 190px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  padding: 4px;
  padding-left: 40px;
  margin-bottom: 5px;
}

.solution2.solutionselect {
  background: #0054A4;
  color: #ffffff;
}

.solution1.solutionselect {
  background: #4E5356;
  color: #ffffff;
}

.solution3.solutionselect {
  background: #C4C4C4;
  color: #ffffff;
}

.filtrenews:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.filtrenews {
  padding: 0;
  height: 30px;
}

.filtrenews span {
  display: inline-block;
  padding-left: 50px;
  padding-left: 40px;
  height: 100%;
  padding-top: 3px;
  padding-right: 15px;
}

.filtrenews.checked span {
  background: #7BC142;
  color: #ffffff;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
}

.filtrenews1.checked span {
  background: #4E5356;
}

.filtrenews2.checked span {
  background: #0054A4;
}

.solution .control__indicator,
.store-locator-label {
  -webkit-background-size: 100% 100% !important;
     -moz-background-size: 100% !important;
          background-size: 100% !important;
  height: 30px;
  width: 30px;
  font-size: 0px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

.filtrenews:before {
  -webkit-background-size: 100% 100% !important;
     -moz-background-size: 100% !important;
          background-size: 100% !important;
  height: 30px;
  width: 30px;
  font-size: 0px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

.filtrenews.filtrenews0:before {
  background-image: url(images/f0.svg);
}

.filtrenews.filtrenews1:before {
  background-image: url(images/f1.svg);
}

.filtrenews.filtrenews2:before {
  background-image: url(images/f2.svg);
}

.solution .control__indicator:after {
  display: none !important;
}

.solution2 .control__indicator,
.store-locator-label.agences-overseas {
  background: url(images/s1.svg) !important;
  -webkit-background-size: 100% 100% !important;
     -moz-background-size: 100% !important;
          background-size: 100% !important;
}

.solution1 .control__indicator,
.store-locator-label.agences-terrestre {
  background: url(images/s2.svg) !important;
  -webkit-background-size: 100% 100% !important;
     -moz-background-size: 100% !important;
          background-size: 100% !important;
}

.solution3 .control__indicator,
.store-locator-label.agences-logistique {
  background: url(images/s3.svg) !important;
  -webkit-background-size: 100% 100% !important;
     -moz-background-size: 100% !important;
          background-size: 100% !important;
}

#reset {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  display: block;
  width: 170px;
}

#reset.solutionselect {
  background: #7BC142;
  color: #ffffff;
}

#reset:before {
  content: "";
  position: absolute;
  background: url(images/s0.svg);
  -webkit-background-size: 100% 100% !important;
     -moz-background-size: 100% !important;
          background-size: 100% !important;
  height: 30px;
  width: 30px;
  font-size: 0px;
  padding: 0;
  display: inline-block;
  left: 0;
  top: 0;
}

.store_locator_infowindow .store_locator_name {
  font-size: 12px;
  line-height: 14px;
}

.store-locator-label {
  height: 23px;
  width: 23px;
  margin-top: 10px;
}

.store_locator_result_list_item {
  background: #ffffff;
  border-left: 6px solid #7BC142;
  padding: 20px;
}

.store_locator_result_list_item .store_locator_name {
  font-size: 16px;
  font-weight: bold;
}

.store_locator_result_list_item .store-locator-label {
  margin-top: 0;
  margin-bottom: 10px;
}

.gm-style-iw,
.store_locator_infowindow {
  white-space: normal;
}

.store_locator_details .store_locator_contact {
  margin-bottom: 0;
}

.store-locator-row i.fa {
  font-size: 15px;
}

@media (max-width: 1800px) {
  #store_locator #store_locator_sidebar,
#store_locator_sidebar .padding-sidebar {
    padding: 60px 40px 60px 60px;
  }
}
@media (max-width: 1620px) {
  #store_locator #store_locator_sidebar,
#store_locator_sidebar .padding-sidebar {
    padding: 60px 35px;
  }
}
@media (max-width: 1490px) {
  .store_modal_title {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (max-width: 1300px) {
  .store_modal_title {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 1170px) {
  #store_locator #store_locator_sidebar,
#store_locator_sidebar .padding-sidebar {
    padding: 35px;
  }
  .store_modal_title {
    font-size: 24px;
    line-height: 24px;
  }
  .store_locator .store_locator_address_field {
    padding: 10px 15px;
  }
  #store_locator_find_stores_button,
.search-btn.button {
    width: 45px;
  }
  #store_locator h5,
.left-newsroom h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
/***Footer***/
footer .pre-footer {
  background: none;
  color: #ffffff;
  font-size: 16px;
  margin-top: 40px;
}

footer .pre-footer ul.social-icons {
  position: relative;
  left: 12px;
  top: -5px;
}

.pre-footer ul.social-icons li {
  color: #7BC142;
  padding-right: 10px;
}

.pre-footer ul li:hover {
  color: #ffffff;
}

footer .button {
  width: 100%;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}

/****/
.row-paragraphe ul,
.row-pad ul {
  list-style: initial;
  padding-left: 15px;
  margin-bottom: 30px;
}

.row-paragraphe a,
.row-pad a {
  text-decoration: none;
  color: #7BC142;
}

.row-paragraphe a:hover,
.row-pad a:hover {
  color: #0054A4;
}

/***Home***/
.home-banner .home-slide .slide-description h2 {
  font-weight: 700;
}

button {
  border: none;
  background: none;
}

.home-banner .owl-dots {
  width: 1560px;
  max-width: 100%;
}

@media (max-width: 1590px) {
  .home-banner .owl-dots {
    width: 1240px;
  }
}
@media (max-width: 1320px) {
  .home-banner .owl-dots {
    width: 1140px;
  }
}
@media (max-width: 1200px) {
  .home-banner .owl-dots {
    width: 940px;
  }
}
@media (max-width: 991px) {
  .home-banner .owl-dots {
    text-align: center;
  }
}
.home-banner .owl-dots .owl-dot span {
  width: 30px;
  height: 4px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.radius-5 {
  display: block;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: -webkit-calc(100% - 15px);
  height: -moz-calc(100% - 15px);
  height: calc(100% - 15px);
  background: #ffffff;
}

.actu-slider .item {
  margin: 0 15px;
}

.actu-slider .infos-article {
  padding: 15px 25px;
}

.actu-slider .infos-article .date {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #7BC142;
}

.actu-slider .infos-article .titre {
  font-weight: bold;
  font-size: 21px;
  line-height: 116%;
  color: #0054A4;
  margin: 10px 0;
}

.actu-slider .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.actu-slider .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.actu-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.actu-slider .owl-nav button {
  position: absolute;
}

.actu-slider .owl-nav .owl-prev {
  left: -40px;
}

.actu-slider .owl-nav .owl-next {
  right: -20px;
}

.actu-slider .slide-arrow i:before {
  color: #303538;
}

.dark {
  color: #ffffff;
}

.realisations-slider .item,
.metiers-slider .item {
  padding: 0 15px;
}

.button:hover {
  background: #ffffff;
}

.flex.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.h100 {
  height: 100%;
}

.realisations-slider .owl-nav .owl-prev,
.metiers-slider .owl-nav .owl-prev {
  display: none;
}

.realisations-slider .owl-nav,
.metiers-slider .owl-nav {
  position: absolute;
  top: 0;
  width: 28%;
  height: 100%;
  right: 0;
}

.realisations-slider .owl-next,
.metiers-slider .owl-next {
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
}

.realisations-slider .slide-arrow,
.metiers-slider .slide-arrow {
  width: 100%;
}

.realisations-slider .slide-arrow.arrow-right i:before,
.metiers-slider .slide-arrow.arrow-right i:before {
  color: #303538;
}

.realisations-slider .nom_realisation,
.metiers-slider .nom_realisation {
  position: absolute;
  bottom: 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 114%;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 42, 45, 0)), to(rgba(37, 42, 45, 0.8)));
  background: -webkit-linear-gradient(top, rgba(37, 42, 45, 0) 0%, rgba(37, 42, 45, 0.8) 100%);
  background: -moz-linear-gradient(top, rgba(37, 42, 45, 0) 0%, rgba(37, 42, 45, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(37, 42, 45, 0) 0%, rgba(37, 42, 45, 0.8) 100%);
  background: linear-gradient(180deg, rgba(37, 42, 45, 0) 0%, rgba(37, 42, 45, 0.8) 100%);
  padding: 30px;
  width: 100%;
}

.realisations-slider .item a,
.metiers-slider .item a {
  display: block;
  overflow: hidden;
  position: relative;
}

.map-heppner {
  background-image: url("images/map.png");
  background-position: left center;
}

.container-map-home {
  background-image: url("images/logomaphome.svg");
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
          background-size: auto 100%;
}

.carriere-home {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  /*background-attachment: fixed;
    background-position: left 150px;*/
}

.texte-carriere-home {
  background: #F4F7F9;
  padding: 45px;
}

.home .main p {
  margin-top: 20px;
}

.home .home-banner p {
  margin-top: 0;
}

.owl-nav.disabled {
  display: none;
}

@media (max-width: 1590px) {
  .actu-slider .infos-article .titre {
    font-size: 18px;
  }
  .realisations-slider .nom_realisation,
.metiers-slider .nom_realisation {
    font-size: 25px;
    padding: 20px;
  }
  .container-map-home {
    padding-left: 20px;
    padding-right: 20px;
  }
  .map-heppner {
    background-position: 30px center;
    -webkit-background-size: 60% 60%;
       -moz-background-size: 60%;
            background-size: 60%;
  }
}
@media (max-width: 1510px) {
  .intro-realisations {
    margin-left: 15px;
    width: 100%;
  }
}
@media (max-width: 1320px) {
  .intro-realisations {
    margin-left: 0;
  }
  .realisations-home .pv-60 {
    padding: 40px;
  }
  .actu-home .col-lg-offset-1 {
    margin-left: 0;
    width: 94%;
    margin-left: 3%;
  }
  .texte-carriere-home {
    min-width: 50%;
  }
}
@media (max-width: 1100px) {
  .realisations-home .grey-content.dark {
    width: 100%;
  }
  .realisations-home .flex.col-md-8 {
    width: 100%;
    background: #252a2d;
    padding: 0;
    padding-bottom: 30px;
  }
  .realisations-slider .owl-nav,
.metiers-slider .owl-nav {
    display: none;
  }
}
@media (max-width: 991px) {
  .home-grey-bar .grey-content .map-heppner {
    background: none;
  }
}
@media (max-width: 1340px) and (min-width: 1190px) {
  .carriere-home .row .col-xs-12 {
    width: 100% !important;
  }
  .carriere-home .row::before,
.carriere-home .row::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .carriere-home {
    background: none;
    padding: 0;
  }
  .carriere-home .row {
    margin-left: 0;
    margin-right: 0;
  }
  .actu-slider .owl-nav .owl-next {
    right: -5px;
  }
  .actu-slider .owl-nav .owl-prev {
    left: -15px;
  }
  .texte-rse-home {
    width: 100%;
  }
  .texte-rse-home picture {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .realisations-home .pv-60,
.texte-carriere-home,
.home-grey-bar {
    padding: 25px 15px;
  }
  .realisations-slider .nom_realisation,
.metiers-slider .nom_realisation {
    font-size: 18px;
    padding: 10px;
  }
  .home-banner .home-slide .slide-description h2 {
    font-size: 24px;
  }
  .home-banner .home-slide .slide-description p {
    font-size: 13px;
    line-height: 16px;
  }
  .home-banner .button {
    padding: 5px 10px;
  }
}
/***Newsroom***/
.left-newsroom {
  /*height: 100vh;*/
}

.liste-actu {
  margin-left: 0;
  width: 66%;
  padding-left: 100px;
  padding-top: 50px;
}

@media (max-width: 991px) {
  html,
body {
    overflow-x: hidden;
  }
  body {
    height: 100vh;
  }
}
.card-details h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.button.blue {
  color: #ffffff;
}

.card .filtrenews {
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 10;
  width: 30px;
}

.card .filtrenews:before {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  display: block;
  border: 2px solid #fff;
  z-index: 0;
  -webkit-border-radius: 34px;
     -moz-border-radius: 34px;
          border-radius: 34px;
}

#store_locator_sidebar .padding-sidebar.contactpresse {
  background: #EDEFF1;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -20px;
}

.contactpresse h6 {
  font-weight: 700;
  font-size: 16px;
}

#store_locator_sidebar.left-newsroom {
  padding: 0;
}

.page-template-secteur .to-top-arrow .stickybutton {
  display: none;
}

/***RH***/
.row2-rh {
  background-position: center;
}

.texte-piloter {
  background: rgba(255, 255, 255, 0.9);
  padding: 35px;
  margin: 30px;
  min-width: 420px;
}

.bg-image-cover {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: right center;
}

@media (min-width: 1171px) and (max-width: 1700px) {
  .texte-piloter {
    padding: 25px;
    margin: 0 7px;
  }
  .bg-image-cover {
    background-position: right -40px center;
  }
}
@media (min-width: 1171px) and (max-width: 1400px) {
  .texte-piloter {
    padding: 20px;
    min-width: 370px;
  }
}
.collab-slider .slide-arrow.arrow-left i:before,
.collab-slider .slide-arrow.arrow-right i:before {
  color: #303538;
}

.collab-slider .slide-arrow.arrow-right {
  right: 0;
}

.collab-slider .item {
  padding: 0 15px;
}

.row3-rh .col-lg-7 {
  padding-left: 45px;
}

.flex-100 {
  height: 100%;
  width: 100%;
}

.bloc-texte-rh {
  padding: 30px 70px;
}

.bg-green .button {
  background: #ffffff;
  color: #7BC142;
  border-color: #ffffff;
}

.bg-green .button:hover {
  background: #7BC142;
  color: #ffffff;
}

.row2-rh .h2 {
  color: #ffffff;
}

.row2-rh {
  position: relative;
  padding-top: 150px;
  padding-bottom: 60px;
}

.row2-rh:before {
  content: "";
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  height: 100%;
  width: 100%;
}

.cta-valeur {
  background: #F4F7F9;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  padding: 0 35px;
  padding-right: 60px;
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  line-height: 118%;
}

.cta-valeur:after {
  content: "\f105";
  font-family: "FontAwesome", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}

.cta-valeur.green {
  color: #7BC142;
}

.cta-valeur.blue {
  color: #0054A4;
}

.cta-valeur:hover {
  color: #ffffff;
  background: #303538;
}

.cta-valeur.green:hover {
  color: #ffffff;
  background: #7BC142;
}

.cta-valeur.blue:hover {
  color: #ffffff;
  background: #0054A4;
}

.bt-picto {
  font-size: 14px;
  line-height: 118%;
  text-align: center;
  color: #FFFFFF;
  background: #0054A4;
  border: 2px solid #0054A4;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  display: block;
  padding: 10px;
  font-weight: bold;
  height: 100px;
}

.bt-picto:hover {
  color: #303538;
  background: #ffffff;
}

.bg-blue .bt-picto {
  color: #303538;
  background: #F4F7F9;
  border: 2px solid #F4F7F9;
}

.bg-blue .bt-picto:hover {
  color: #ffffff;
  background: #0054A4;
}

.bt-picto svg {
  display: block;
  margin: auto;
  margin-bottom: 8px;
}

.bt-picto svg path {
  fill: #ffffff;
}

.bt-picto:hover svg,
.bt-picto:hover svg path {
  fill: #0054A4;
}

.bg-blue .bt-picto:hover svg,
.bg-blue .bt-picto:hover svg path {
  fill: #ffffff;
}

.bloc-titre-metiers {
  padding-left: 30px;
  padding-right: 0;
}

button {
  outline: none;
}

@media (min-width: 1201px) {
  .bloc-secteur {
    width: 40%;
  }
  .bloc-metiers {
    width: 39%;
  }
  .bloc-titre-metiers {
    width: 21%;
  }
  .metiers-slider .owl-nav {
    width: 43%;
  }
}
.nom-collab {
  font-weight: bold;
  font-size: 18px;
}

.fonction-collab {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 118%;
  min-height: 50px;
}

.mot-collab {
  position: relative;
}

.mot-collab p {
  line-height: 118%;
  font-style: italic;
  font-size: 18px;
  margin: 15px 0;
  position: relative;
}

.mot-collab:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 32px;
  height: 24px;
  background: url(images/q.svg) no-repeat;
  -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
          background-size: 100% auto;
}

.mot-collab:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 32px;
  height: 24px;
  background: url(images/q.svg) no-repeat;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
          background-size: 100% auto;
}

.photo-collab {
  overflow: hidden;
  width: 140px;
  height: 140px;
  /*border-radius: 140px;*/
  margin: auto;
  margin-bottom: 10px;
}

.parcours-card {
  height: 100%;
}

.parcours-card .photo-collab {
  margin-top: 0;
}

.parcours-card .small-button {
  margin-top: auto;
}

.collab-slider {
  margin-top: 15px;
}

@media (max-width: 1590px) {
  .row2-rh .col-lg-8 {
    width: 990px;
    margin: auto;
    float: none;
  }
  .bt-picto {
    font-size: 13px;
    padding: 15px 5px;
    height: 106px;
  }
}
@media (max-width: 1450px) {
  .bloc-titre-metiers .ph-30 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1330px) {
  .bloc-texte-rh {
    padding: 20px 40px;
  }
  .metiers-slider .nom_realisation {
    font-size: 21px;
    padding: 20px;
  }
}
@media (max-width: 1290px) {
  .metiers-slider .owl-nav {
    width: 31%;
  }
  .mot-collab {
    font-size: 16px;
    padding: 0 30px;
    position: relative;
  }
  .fonction-collab {
    font-size: 13px;
  }
  .nom-collab {
    font-size: 16px;
  }
  .photo-collab {
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .bloc-texte-rh {
    padding: 15px 30px;
  }
  .row4-rh .mt-40,
.row6-rh .mt-40 {
    margin-top: 15px;
  }
  .row4-rh .col-lg-4 {
    min-width: 165px;
  }
  .row2-rh .col-lg-8 {
    width: 880px;
    max-width: 100%;
  }
  .cta-valeur {
    padding: 0 22px;
    padding-right: 40px;
    font-size: 20px;
  }
  .cta-valeur:after {
    font-size: 35px;
    right: 20px;
  }
  .row3-rh .ph-60 {
    padding: 30px;
  }
  .collab-slider .item {
    margin-top: 0;
  }
  .row3-rh .h2 {
    margin-bottom: 0;
  }
  .row1-rh .pv-60 {
    padding: 30px;
  }
}
.button-blue:hover {
  background: #0054A4;
}

.wysiwyg-content ul li {
  margin-bottom: 0;
}

.wysiwyg-content ul {
  padding: 0;
  margin-bottom: 20px;
  padding-left: 15px;
}

.wysiwyg-content p {
  margin-bottom: 10px;
}

.form-contact input,
.form-contact select,
.form-contact textarea {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 10px;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.form-contact input:hover,
.form-contact select:hover,
.form-contact textarea:hover {
  border: 1px solid #989A9C;
}

.form-contact .wpcf7-form span {
  display: inline-block;
  position: relative;
  width: 100%;
}

.form-contact span.pays,
.form-contact span.departement,
.form-contact span.departement_es,
.form-contact span.departement_de,
.form-contact span.departement_nl {
  width: 50%;
}

.form-contact span.pays {
  padding-right: 5px;
  float: left;
}

.form-contact span.departement,
.form-contact span.departement_es,
.form-contact span.departement_de,
.form-contact span.departement_nl {
  padding-left: 5px;
  float: right;
}

.form-contact textarea {
  height: 120px;
}

.background-contact {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .background-contact {
    background-attachment: fixed;
    -webkit-background-size: auto 55vw;
       -moz-background-size: auto 55vw;
            background-size: auto 55vw;
    background-position: -50% 0;
  }
}

.background-contact .page-title {
  background: rgba(255, 255, 255, 0.9);
  padding: 45px 100px;
  margin-top: 60px;
  position: absolute;
  left: 0;
}

.form-contact .button {
  background: #7bc142;
  border: 2px solid #7bc142;
}

.form-contact .button:hover {
  background: #ffffff;
  border: 2px solid #7bc142;
}

@media (max-width: 1390px) {
  .form-contact {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .background-contact {
    width: 100%;
  }
  .background-contact .page-title {
    position: relative;
    padding: 30px;
  }
}
.header-banner ul.social-icons li {
  display: inline-block;
  margin: 0 5px;
}

.header-banner ul.social-icons li i {
  display: inline-block;
  font-family: "FontAwesome", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.header-banner ul.social-icons li a:hover {
  color: #7bc142;
}

.social-icons i.youtube:after {
  content: "\f167";
}

.social-icons i.linkedin:after {
  content: "\f0e1";
}

.texte-intro {
  font-size: 15px;
  font-weight: normal;
  text-align: justify;
  padding-right: 40px;
}

.header-banner .social-icons {
  margin-left: 20px;
}

@media (max-width: 1170px) {
  .bloc-metiers {
    width: 66%;
  }
  .bloc-titre-metiers {
    width: 34%;
  }
  .bloc-secteur {
    margin-bottom: 30px;
  }
  .bloc-titre-metiers {
    padding-left: 0;
  }
  .row3-rh .grey-content {
    width: 100%;
  }
  .row3-rh .col-lg-7 {
    padding-left: 0;
  }
  .texte-rse-home {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cta-valeur,
.bt-picto {
    margin-bottom: 15px;
  }
  .texte-piloter {
    padding: 20px;
    margin: 30px;
    width: 65%;
    min-width: auto;
  }
  .bg-image-cover {
    background-position: center;
  }
  .row1-rh .pv-60 {
    padding: 30px 15px;
  }
  .metiers-slider .nom_realisation {
    font-size: 16px;
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .bloc-metiers {
    width: 50%;
  }
  .bloc-titre-metiers {
    width: 50%;
  }
  .bloc-metiers {
    padding: 0;
  }
  .bloc-secteur {
    margin-bottom: 15px;
  }
  .metiers-slider .nom_realisation {
    font-size: 14px;
    padding: 8px;
  }
  .realisations-slider .item,
.metiers-slider .item {
    padding: 0 8px;
  }
  .metiers-slider {
    padding-left: 8px;
  }
  .background-contact .page-title {
    padding: 15px;
    font-size: 30px;
  }
  .form-contact {
    padding: 20px 10px;
  }
}
@media (max-width: 440px) {
  .intro-realisations .h2 {
    margin-bottom: 0;
  }
  .form-contact span.pays,
.form-contact span.departement,
.form-contact span.departement_es,
.form-contact span.departement_de,
.form-contact span.departement_nl {
    width: 100%;
    padding: 0;
  }
  .form-contact input,
.form-contact select,
.form-contact textarea {
    padding: 12px 15px;
  }
}
@media (max-width: 330px) {
  .h2,
.map-heppner h2,
.row-paragraphe h2,
.bg-dark .h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .button {
    line-height: 15px;
    font-size: 10px;
    padding: 5px 8px;
  }
}
.wpcf7cf-hidden {
  /*display:block!important;*/
  opacity: 0.5;
  pointer-events: none;
  width: 100% !important;
  margin: 0 !important;
  overflow: visible !important;
  height: 64px !important;
}

#group1 {
  display: contents;
}

#group1 .wpcf7cf-hidden,
.wpcf7cf_group .wpcf7cf-hidden {
  display: block !important;
}

.wpcf7cf_group {
  display: block !important;
  height: 64px !important;
}

/*.menu-rh &gt; li &gt; a{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}*/
.menu-rh li:before {
  display: none;
}

.menu-rh li {
  margin-left: 0;
}

.menu-rh .sub-menu li {
  margin-left: 15px;
}

.menu-rh .sub-menu li:before {
  content: "•";
  color: #0054A4;
  font-size: 14px;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  vertical-align: top;
}

.menu-rh li &gt; a {
  text-transform: uppercase;
  color: #0054A4;
  font-weight: bold;
  font-size: 14px;
}

.menu-rh &gt; li {
  margin-top: 20px;
}

.menu-rh .sub-menu a {
  color: #303538;
  text-transform: none;
  font-weight: normal;
}

.menu-rh .sub-menu .current-menu-item a {
  font-weight: bold;
}

.menu-rh li:first-child {
  margin-top: 0;
}

.chiffres_cles .item {
  padding: 30px;
}

.chiffres_cles .chiffre {
  font-weight: bold;
  font-size: 64px;
  text-transform: uppercase;
  color: #7BC142;
  line-height: 100%;
}

.chiffres_cles .unite {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  color: #7BC142;
}

.chiffres_cles .legende {
  padding: 10px 0 0;
  max-width: 350px;
  margin: auto;
}

.slider-secteur .texte,
.video-popup .texte {
  font-weight: bold;
  padding: 15px;
}

.play-button:after {
  content: "\f04b";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  font-family: "FontAwesome", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  color: #FFF;
  text-align: center;
  line-height: 58px;
  padding-left: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #FFF;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.row-paragraphe .bloc2_blocs,
.row-paragraphe .bloc1_bloc {
  margin-bottom: 30px;
  padding: 40px;
}

.play-button.video-popup {
  display: block;
  position: relative;
  width: 100%;
}

.row-paragraphe .bloc2_blocs {
  font-weight: bold;
  font-size: 24px;
  line-height: 118%;
  padding: 70px 50px;
  min-height: 260px;
}

.row-paragraphe h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 118%;
  text-transform: uppercase;
  color: #0054A4;
  width: 100%;
  display: block;
}

.row-paragraphe .bg-blue h3,
.row-paragraphe .bg-dark h3 {
  color: #7bc142;
}

.row-paragraphe .bg-green h3 {
  color: #303538;
}

.row-paragraphe h3 strong {
  font-size: 24px;
  display: inline-block;
  margin-right: 5px;
  line-height: 28px;
}

.row-paragraphe h3 strong {
  font-size: 24px;
  display: inline-block;
  margin-right: 5px;
  line-height: 28px;
}

.bloc2_blocs,
.bloc2_blocs p {
  width: 100%;
}

@media (max-width: 1200px) {
  .bloc1_bloc img {
    margin-bottom: 20px;
  }
}
.sticky-right .btn-sticky .button {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1590px) {
  .sticky-right .mb-40 {
    margin-bottom: 15px;
  }
  .liens_associes {
    padding: 30px;
  }
  .menu-rh &gt; li &gt; .sub-menu &gt; li {
    margin-top: 15px;
  }
  .chiffres_cles .chiffre {
    font-size: 40px;
  }
  .chiffres_cles .unite {
    font-size: 20px;
  }
  .chiffres_cles .legende {
    padding: 0;
  }
  .row-paragraphe .bloc2_blocs,
.row-paragraphe .bloc1_bloc {
    padding: 30px;
  }
  .row-paragraphe .bloc2_blocs {
    font-size: 20px;
    padding: 60px 40px;
  }
}
@media (max-width: 1300px) {
  .row-paragraphe .bloc2_blocs {
    font-size: 18px;
    padding: 50px 30px;
  }
}
@media (max-width: 992px) {
  .row-paragraphe .bloc2_blocs {
    font-size: 16px;
    padding: 40px 15px;
    min-height: 160px;
  }
}
@media (max-width: 768px) {
  .row-paragraphe .bloc2_blocs,
.row-paragraphe .bloc1_bloc {
    padding: 15px;
  }
}
@media (max-width: 1170px) {
  .liste-actu {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  #store_locator_sidebar.left-newsroom {
    position: relative;
    top: 0;
    height: auto;
  }
  .liste-actu {
    width: 100%;
    padding: 30px;
  }
}
.page-header .text-bloc .page-introduction {
  text-align: left;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1300px;
}

.small-button {
  font-size: 13px;
  padding: 6px 20px;
}

.image-popup-vertical-fit,
.collab-slider a {
  display: block;
  border: 2px solid #f7f7f7;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  padding: 10px;
}

.image-popup-vertical-fit:hover,
.collab-slider a:hover {
  background: #ffffff;
  border: 2px solid #C4C4C4;
}

.image-popup-vertical-fit:hover .button,
.image-popup-vertical-fit .button:hover,
.image-popup-vertical-fit .button {
  border-color: #7bc142;
  display: inline-block;
}

/****sidebar****/
#sectionactu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#store_locator_sidebar .titre-actu {
  padding-bottom: 0;
}

#store_locator_sidebar form.padding-sidebar {
  padding-top: 15px;
}

.left-newsroom .contactpresse h5 {
  margin-top: 0;
}

@media (max-height: 800px) {
  #store_locator_sidebar .titre-actu.padding-sidebar {
    padding: 35px 35px 0;
  }
  #store_locator_sidebar form.padding-sidebar {
    padding-top: 10px;
    padding-bottom: 35px;
  }
  #store_locator h5,
.left-newsroom h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .details_contact {
    font-size: 13px;
  }
  .contactpresse h6 {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
@media (max-width: 1320px) {
  .formsearch input,
#store_locator #store_locator_address_field {
    padding: 12px;
    font-size: 14px;
  }
  #store_locator_find_stores_button,
.search-btn.button {
    width: 40px;
  }
  .left-newsroom p {
    margin-bottom: 0px;
  }
}
@media (max-width: 992px) {
  #sectionactu,
#store_locator_sidebar.left-newsroom {
    display: block;
  }
}
@media (max-width: 1200px) {
  .liens_associes {
    padding: 15px 25px;
  }
  .menu-rh &gt; li &gt; .sub-menu &gt; li {
    margin-top: 10px;
  }
  .menu-rh &gt; li &gt; .sub-menu &gt; li &gt; a {
    font-size: 12px;
  }
  .liens_associes a {
    margin-bottom: 0;
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .sticky-right {
    position: relative;
    top: 0 !important;
  }
}
.mfp-wrap {
  z-index: 100000;
}

.mfp-bg {
  z-index: 10420;
}

.mot-collab a,
.mot-collab a:hover {
  color: #303538;
}

.mot-collab .image-popup-vertical-fit {
  background: none;
  border: none;
}

.mot-collab .image-popup-vertical-fit:hover {
  background: none;
  border: none;
}

.collab-slider .arrow-left {
  left: 0;
}

.bloc-secteur {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .texte-piloter {
    padding: 15px;
    margin: 0;
    width: 100%;
  }
  .bloc-secteur {
    background: none !important;
    padding: 0 15px;
  }
}
@media (min-width: 1171px) and (max-width: 1500px) {
  /*.bloc-secteur {
    width: 50%;
    }
    .bloc-titre-metiers {

    width: 18%;
    }
    .bloc-metiers {

    width: 32%;
    }
    .metiers-slider .owl-nav {
    width: 28%;
    }*/
  .bloc-secteur {
    width: 43%;
  }
  .bloc-titre-metiers {
    width: 19%;
  }
  .bloc-metiers {
    width: 38%;
  }
  .metiers-slider .owl-nav {
    width: 27%;
  }
  .bloc-titre-metiers .intro-realisations {
    padding: 0;
    margin: 0;
  }
  .bt-picto {
    height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .row-pad .lazyload-box img {
    padding: 0 30px;
  }
  .row-pad .lazyload-box.auto-width {
    background: #ffffff;
  }
}
@media (min-width: 1171px) and (max-width: 1590px) {
  .row5-rh .col-lg-7,
.row5-rh .col-lg-5 {
    width: 50%;
  }
}
.metiers-slider a:after {
  content: "\f04b";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  font-family: "FontAwesome", sans-serif;
  font-size: 12px;
  font-style: normal;
  color: #FFF;
  text-align: center;
  line-height: 25px;
  padding-left: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #FFF;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

/****/
@media (min-width: 1200px) {
  /*.masthead{
      overflow:hidden;
  }  */
  .open-menu .masthead {
    overflow: visible;
  }
  /*.masthead .header-main .primary-navigation .primary-menu&gt;li:hover&gt;.sub-menu {
    opacity: 0;
  }

  .masthead .header-main .primary-navigation .primary-menu&gt;.submenu-open:hover&gt;.sub-menu {
    opacity: 1;
  }

  .masthead .header-main .primary-navigation .primary-menu&gt;.submenu-open&gt;.sub-menu {
    opacity: 1;
    z-index: 10000;
    pointer-events: fill;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-top: 2px;
  }

  .masthead .header-main .primary-navigation .primary-menu&gt;.submenu-open&gt;a:after {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }*/
}
/***Contact***/
.page-template-contact #page {
  padding-top: 0;
}

.page-template-contact .masthead {
  position: relative;
}

/****sante beaute****/
.row-paragraphe .bloc2_blocs.small-bloc {
  min-height: 196px;
  color: #fff;
}

.row-paragraphe .bloc2_blocs.bg-grey {
  min-height: auto;
  color: #303538;
}

.row-paragraphe .bloc2_blocs.small-bloc span {
  margin: auto;
}

/*****/
#store_locator_sidebar &gt; div {
  width: 100%;
}

.trad-footer {
  font-size: 11px;
  margin-top: 15px;
  display: block;
}

/* Tooltip container */
.departement,
.departement_es,
.departement_de,
.departement_nl {
  position: relative;
}

/* Tooltip text */
.departement .tooltiptext,
.departement_es .tooltiptext,
.departement_de .tooltiptext,
.departement_nl .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  position: absolute !important;
  /* Fade in tooltip */
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.departement .tooltiptext::after,
.departement_es .tooltiptext::after,
.departement_de .tooltiptext::after,
.departement_nl .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.departement:hover .tooltiptext,
.departement_es:hover .tooltiptext,
.departement_de:hover .tooltiptext,
.departement_nl:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*****/
#store_locator_sidebar &gt; div {
  width: 100%;
}

.trad-footer {
  font-size: 11px;
  margin-top: 15px;
  display: block;
}

.header-banner .button-top {
  margin-left: 15px;
  font-size: 13px;
  font-weight: 700;
  color: #FFF;
  line-height: normal;
  padding: 6px 15px;
  background-color: #0054A4;
  border: 2px solid #0054A4;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.header-banner .button-top:hover {
  background: none;
}

.cta-valeur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
     -moz-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 110px;
  justify-content: left;
  align-items: center;
}

/***Ajustement ES NL DE ****/
.page-id-3177 .cta-valeur {
  font-size: 18px;
}

.page-id-3190 .cta-valeur1 {
  line-height: 56px;
}

.page-id-3716 .cta-valeur {
  font-size: 17px;
}

@media (max-width: 1590px) {
  .page-id-3190 .cta-valeur1 {
    line-height: 48px;
  }
  .page-id-3190 .cta-valeur {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .page-id-3190 .cta-valeur1 {
    line-height: 40px;
  }
  .page-id-3190 .cta-valeur {
    font-size: 16px;
  }
  .page-id-3716 .cta-valeur {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .page-id-3190 .cta-valeur1 {
    line-height: normal;
  }
}
.logo-hamacher {
  width: 135px;
  display: block;
  margin-bottom: 25px;
}

.menu-hamacher {
  padding: 0 30px;
  border-left: 3px solid #eaedef;
}

.switch-tracking {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

.switch-tracking .link-tracking {
  margin: 0 10px 10px;
  display: inline-block;
  -webkit-border-radius: 35px;
     -moz-border-radius: 35px;
          border-radius: 35px;
  background: #f2f2f2;
  padding: 10px 20px;
  color: #aaa;
}

.switch-tracking .link-tracking.active,
.switch-tracking .link-tracking:hover {
  background: #0054A4;
  color: #ffffff;
}

@media (min-width: 1590px) {
  .de .page-header .text-bloc {
    max-width: 800px;
  }
}
@media (max-width: 1200px) {
  .de .page-header .text-bloc {
    max-width: 60%;
  }
  .sub-menu .texte-intro {
    margin: 0;
    display: none;
  }
  .menu-4 .sub-menu-1 .right-sub-menu,
.menu-5 .sub-menu-1 .right-sub-menu {
    display: block !important;
  }
  .menu-4 .sub-menu-0 a,
.menu-5 .sub-menu-0 a {
    display: none;
  }
  .menu-4 .sub-menu-1 .right-sub-menu a,
.menu-5 .sub-menu-1 .right-sub-menu a {
    display: block;
  }
}
@media (max-width: 640px) {
  .de .page-header .text-bloc {
    width: auto;
    max-width: 100%;
  }
}
.masthead .header-banner .customer-area-link:last-child {
  background-color: #0054A4;
  border: 2px solid #0054A4;
}

.masthead .header-banner .customer-area-link:hover:last-child {
  background: none;
  color: #ffffff;
}

.masthead .header-banner .customer-area-link .options {
  min-width: 170px;
}

#cookie-law-info-bar {
  z-index: 100000;
}

#cookie-law-info-bar {
  z-index: 100000;
}

.cli-modal-backdrop.cli-show {
  z-index: 10000;
}

.facteur {
  padding: 0 30px;
  max-width: 360px;
}

.page-header .intro-senegal {
  min-height: auto;
}

.page-header.flex {
  height: 500px;
}

@media (max-width: 992px) {
  .page-header.flex {
    height: auto;
    display: block;
  }
}
.owl-nav .disabled {
  opacity: 0;
}

.home .main-content {
  position: relative;
}

.alert-modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #F7F7F7;
  padding: 20px 0;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  width: 100%;
}

.alert-modal button {
  position: absolute;
  right: 5%;
  top: 23px;
  width: 16px;
  height: 16px;
  padding: 0;
}

.alert-modal strong {
  font-size: 18px;
  line-height: 21px;
  padding-right: 10%;
  display: inline-block;
  margin-bottom: 10px;
}

.alert-modal p {
  margin-top: 0 !important;
}

.video {
  width: 100%;
  max-width: 900px;
}

@media (max-width: 767.98px) {
  .author.with-portrait {
    max-width: 100%;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#video-alternant {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/***/
.new-bloc-metiers .bloc {
  width: 100%;
}

.new-bloc-metiers a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.new-bloc-metiers img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.new-bloc-metiers .nom_realisation {
  position: absolute;
  bottom: 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 114%;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 42, 45, 0)), to(rgba(37, 42, 45, 0.8)));
  background: -webkit-linear-gradient(top, rgba(37, 42, 45, 0) 0%, rgba(37, 42, 45, 0.8) 100%);
  background: -moz-linear-gradient(top, rgba(37, 42, 45, 0) 0%, rgba(37, 42, 45, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(37, 42, 45, 0) 0%, rgba(37, 42, 45, 0.8) 100%);
  background: linear-gradient(180deg, rgba(37, 42, 45, 0) 0%, rgba(37, 42, 45, 0.8) 100%);
  padding: 30px;
  width: 100%;
}

.new-bloc-metiers .bloc-image a::after {
  content: "\f04b";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  font-family: "FontAwesome", sans-serif;
  font-size: 12px;
  font-style: normal;
  color: #FFF;
  text-align: center;
  line-height: 25px;
  padding-left: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #FFF;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1700px) {
  .new-bloc-metiers .nom_realisation {
    font-size: 22px;
  }
}
@media (max-width: 1170px) {
  .new-bloc-metiers {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .new-bloc-metiers {
    padding: 0;
  }
  .new-bloc-metiers .bloc {
    padding: 15px;
    height: 70vw;
  }
}
.new-bloc-metiers .bg-green {
  padding: 30px;
}

@media (max-width: 1700px) {
  .new-bloc-metiers .bg-green {
    padding: 10px;
  }
}
.new-bloc-metiers .intro-realisations {
  margin-left: 0;
}

.new-bloc-metiers .button {
  display: block;
}

.new-bloc-metiers .button {
  background: #ffffff;
  color: #7bc142;
  border-color: #ffffff;
}

.new-bloc-metiers .button:hover {
  background: #7bc142;
  color: #ffffff;
}

/* Components */
.breadcrumb .breadcrumb_last {
  display: none;
}
.breadcrumb .sep {
  display: none;
}

.btn-right {
  position: -webkit-sticky;
  position: sticky;
  bottom: 35px;
  z-index: 0;
  -webkit-align-self: self-end;
      -ms-flex-item-align: self-end;
          align-self: self-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 639px) {
  .btn-right {
    bottom: 60px;
  }
}
.btn-right .button {
  margin-bottom: 10px;
  width: 240px;
  display: block;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.collab-slider .nom-collab, .collab-slider .fonction-collab {
  color: #000;
}

@media (max-width: 639px) {
  #cookie-law-info-bar {
    display: block;
    top: 50%;
    bottom: auto !important;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    left: 15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  }
}

footer .container {
  max-width: 100%;
}

.form-contact .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 0px;
}
.form-contact .wpcf7-form span,
.form-contact .wpcf7-form div,
.form-contact .wpcf7-form .button {
  grid-area: auto/1/auto/3;
}
.form-contact .wpcf7-form [data-name=pays] {
  grid-area: auto/1/auto/2;
}
.form-contact .wpcf7-form #group1 div,
.form-contact .wpcf7-form [data-id=group-675],
.form-contact .wpcf7-form [data-id=group-941],
.form-contact .wpcf7-form [data-id=group-938] {
  grid-area: auto/2/auto/3;
}

.contact__form {
  padding: 15px;
}
@media (min-width: 1024px) {
  .contact__form {
    padding: 30px;
  }
}
@media (min-width: 1536px) {
  .contact__form {
    padding: 60px 120px;
  }
}
.contact__form .wpcf7-date,
.contact__form select,
.contact__form textarea {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 10px;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.contact__form .wpcf7-date:hover,
.contact__form select:hover,
.contact__form textarea:hover {
  border: 1px solid #989a9c;
}
.contact__form .wpcf7-date:focus, .contact__form .wpcf7-date:focus-visible,
.contact__form select:focus,
.contact__form select:focus-visible,
.contact__form textarea:focus,
.contact__form textarea:focus-visible {
  border-color: #7bc142 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(123, 193, 66, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(123, 193, 66, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(123, 193, 66, 0.6);
  outline: none;
}
.contact__form form {
  display: grid;
  grid-gap: 16px;
}
@media (min-width: 768px) {
  .contact__form form {
    grid-gap: 18px;
  }
}
.contact__form form p {
  margin: 0;
}
.contact__form form .button .btn {
  width: 100%;
}
.contact__form form [data-class=wpcf7cf_group] {
  display: grid;
  grid-gap: 16px;
}
@media (min-width: 768px) {
  .contact__form form [data-class=wpcf7cf_group] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 18px;
  }
}
.contact__form form [data-class=wpcf7cf_group] .wpcf7-form-control-wrap {
  grid-column: 1/3;
}
.contact__form form .col-2 {
  display: grid;
  grid-gap: 16px;
}
@media (min-width: 768px) {
  .contact__form form .col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 18px;
  }
}
.contact__form form .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}
.contact__form form .wpcf7-list-item.first {
  margin-left: 0;
}
.contact__form form .wpcf7-list-item label {
  font-weight: 400;
}
.contact__form form .textarea {
  width: 100%;
  resize: none;
}
.contact__form form .textarea textarea {
  width: 100%;
  height: 160px;
}
.contact__form form .wpcf7-response-output {
  width: 100%;
  margin-top: -15px !important;
}
.contact__form form .wpcf7-not-valid {
  color: #ff6442;
}
.contact__form form .wpcf7-not-valid:focus {
  color: #000;
}
.contact__form__title {
  font-weight: 600;
}
.contact__form__field {
  text-align: left;
  width: 100%;
  display: block;
  background: #fff;
  padding-top: 4px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
  height: 55px;
  position: relative;
  font-size: 14px;
  resize: none;
  border: 1px solid #c4c4c4;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.contact__form__field:hover {
  border: 1px solid #989a9c;
}
.contact__form__field.--focus {
  border-color: #7bc142 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(123, 193, 66, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(123, 193, 66, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(123, 193, 66, 0.6);
}
@media (min-width: 768px) {
  .contact__form__field {
    font-size: 16px;
  }
}
.contact__form__field.--error {
  height: auto;
}
.contact__form__field .wpcf7-form-control-wrap input {
  width: 100%;
  border: none;
  padding-top: 17px;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  outline: none !important;
  background: none;
}
.contact__form__field .wpcf7-form-control-wrap input:focus {
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.contact__form__field__control-container {
  position: relative;
}
.contact__form__field__label {
  opacity: 0.8;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  left: 0;
  -webkit-transform-origin: left top;
     -moz-transform-origin: left top;
      -ms-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: max-width 0.324s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-width 0.324s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: max-width 0.324s cubic-bezier(0.4, 0, 0.2, 1), -o-transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.324s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.324s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.324s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), -o-transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  line-height: 44px;
}
.contact__form__field.--active .contact__form__field__label {
  -webkit-transform: translateY(-15%) scale(0.75);
     -moz-transform: translateY(-15%) scale(0.75);
      -ms-transform: translateY(-15%) scale(0.75);
       -o-transform: translateY(-15%) scale(0.75);
          transform: translateY(-15%) scale(0.75);
  max-width: 133%;
}
.contact__form__field .wpcf7-not-valid-tip {
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0 -15px;
  margin-top: 6px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 2px solid #ff6442;
  background: #fff5e4;
  font-size: 14px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact__form__field .wpcf7-not-valid-tip svg {
  width: 12px;
  height: auto;
}
@media (min-width: 768px) {
  .contact__form__field .wpcf7-not-valid-tip svg {
    width: 20px;
  }
}
.contact__form__field .wpcf7-not-valid-tip strong {
  color: #000;
}
.contact__form__field .wpcf7-not-valid-tip p:not(:last-child) {
  padding-bottom: 10px;
}
.contact__form__field .wpcf7-not-valid-tip div {
  width: -webkit-calc(100% - 12px - 10px);
  width: -moz-calc(100% - 12px - 10px);
  width: calc(100% - 12px - 10px);
}
@media (min-width: 768px) {
  .contact__form__field .wpcf7-not-valid-tip div {
    width: -webkit-calc(100% - 20px - 15px);
    width: -moz-calc(100% - 20px - 15px);
    width: calc(100% - 20px - 15px);
  }
}
.contact__form__field.--error .contact__form__field .wpcf7-not-valid-tip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact__form__field.--servererror .contact__form__field .wpcf7-not-valid-tip {
  margin-top: 0;
  border: none;
}
.contact__form__field.--notfounderror .contact__form__field .wpcf7-not-valid-tip {
  margin-top: 0;
  border: none;
}
.contact__form__field .--select {
  height: 100%;
}
.contact__form__field .--select .contact__form__field__label {
  padding-left: 20px;
}
.contact__form__field .--select .contact__form__field__control,
.contact__form__field .--select .contact__form__field__control-container {
  height: 100%;
}
.contact__form__field .--select .contact__form__field__control select,
.contact__form__field .--select .contact__form__field__control-container select {
  width: 100%;
  height: 100%;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9.5 9L18 1' stroke='%23000000'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
}
.contact__form .requiered {
  text-align: center;
  margin-top: -20px;
}

.wpcf7-acceptance .wpcf7-list-item {
  padding-top: 25px;
  margin-left: 0;
}
.wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 10px;
}
.wpcf7-acceptance .wpcf7-list-item label a {
  text-decoration: underline;
}

/***errors***/
.wpcf7 form div.wpcf7-response-output {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 20px;
}
.wpcf7 form div.wpcf7-response-output::before {
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  margin-right: 15px;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: rgba(255, 153, 0, 0.1);
  border: 1px solid #ff9900;
}
.wpcf7 form.invalid .wpcf7-response-output::before, .wpcf7 form.unaccepted .wpcf7-response-output::before {
  width: 22px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='42' viewBox='0 0 44 42' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.2728 3.8983C26.743 2.96714 25.976 2.19291 25.0498 1.65433C24.1237 1.11575 23.0715 0.832031 22.0001 0.832031C20.9288 0.832031 19.8766 1.11575 18.9504 1.65433C18.0243 2.19291 17.2573 2.96714 16.7275 3.8983L0.759134 32.348C0.252067 33.2408 -0.0100721 34.2517 -0.000735605 35.2784C0.00860088 36.3051 0.289081 37.3111 0.812301 38.1945C1.34321 39.1059 2.10558 39.8608 3.02219 40.3827C3.9388 40.9046 4.97707 41.1749 6.0318 41.1663H37.9685C39.0232 41.1749 40.0615 40.9046 40.9781 40.3827C41.8947 39.8608 42.6571 39.1059 43.188 38.1945C43.7112 37.3111 43.9917 36.3051 44.001 35.2784C44.0103 34.2517 43.7482 33.2408 43.2411 32.348L27.2728 3.8983ZM22.0001 33.833C21.6375 33.833 21.2831 33.7254 20.9816 33.524C20.6801 33.3225 20.4451 33.0362 20.3064 32.7012C20.1676 32.3662 20.1313 31.9976 20.202 31.642C20.2728 31.2863 20.4474 30.9597 20.7038 30.7033C20.9602 30.4469 21.2868 30.2723 21.6425 30.2015C21.9981 30.1308 22.3667 30.1671 22.7017 30.3059C23.0367 30.4446 23.323 30.6796 23.5245 30.9811C23.7259 31.2826 23.8335 31.637 23.8335 31.9996C23.8335 32.4859 23.6403 32.9522 23.2965 33.296C22.9527 33.6398 22.4864 33.833 22.0001 33.833ZM23.8335 24.6663C23.8335 25.1525 23.6403 25.6188 23.2965 25.9627C22.9527 26.3065 22.4864 26.4996 22.0001 26.4996C21.5139 26.4996 21.0476 26.3065 20.7038 25.9627C20.36 25.6188 20.1668 25.1525 20.1668 24.6663V13.6663C20.1668 13.1801 20.36 12.7138 20.7038 12.3699C21.0476 12.0261 21.5139 11.833 22.0001 11.833C22.4864 11.833 22.9527 12.0261 23.2965 12.3699C23.6403 12.7138 23.8335 13.1801 23.8335 13.6663V24.6663Z' fill='%23FF9900'/%3E%3C/svg%3E%0A");
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  background: rgba(255, 100, 66, 0.1);
  border: 1px solid #ff6442;
}
.wpcf7 form.failed .wpcf7-response-output::before, .wpcf7 form.aborted .wpcf7-response-output::before {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0001 0C17.6489 0 13.3954 1.29028 9.7775 3.70768C6.1596 6.12508 3.3398 9.56103 1.67467 13.581C0.00953236 17.601 -0.426143 22.0245 0.422735 26.2921C1.27161 30.5597 3.36692 34.4797 6.44368 37.5565C9.52045 40.6333 13.4405 42.7286 17.7081 43.5774C21.9757 44.4263 26.3992 43.9906 30.4191 42.3255C34.4391 40.6604 37.8751 37.8406 40.2925 34.2227C42.7099 30.6048 44.0002 26.3513 44.0002 22.0001C43.9933 16.1674 41.6732 10.5756 37.5489 6.45127C33.4246 2.32695 27.8328 0.00688097 22.0001 0ZM30.4841 27.6581C30.6751 27.8426 30.8275 28.0633 30.9323 28.3073C31.0371 28.5513 31.0923 28.8137 31.0946 29.0793C31.0969 29.3449 31.0463 29.6082 30.9458 29.854C30.8452 30.0998 30.6967 30.3231 30.5089 30.5109C30.3211 30.6987 30.0978 30.8472 29.852 30.9478C29.6062 31.0483 29.3429 31.0989 29.0773 31.0966C28.8117 31.0943 28.5493 31.0391 28.3053 30.9343C28.0613 30.8295 27.8406 30.6771 27.6561 30.4861L22.0001 24.8281L16.3441 30.4861C15.9669 30.8504 15.4617 31.052 14.9373 31.0475C14.4129 31.0429 13.9112 30.8326 13.5404 30.4617C13.1696 30.0909 12.9593 29.5893 12.9547 29.0649C12.9501 28.5405 13.1517 28.0353 13.5161 27.6581L19.1721 22.0001L13.5161 16.3421C13.325 16.1576 13.1727 15.9369 13.0679 15.6929C12.963 15.4489 12.9079 15.1864 12.9056 14.9209C12.9032 14.6553 12.9538 14.3919 13.0544 14.1461C13.155 13.9004 13.3035 13.677 13.4913 13.4893C13.6791 13.3015 13.9024 13.153 14.1481 13.0524C14.3939 12.9518 14.6573 12.9012 14.9229 12.9035C15.1884 12.9059 15.4509 12.961 15.6949 13.0658C15.9389 13.1707 16.1596 13.323 16.3441 13.514L22.0001 19.1721L27.6561 13.514C27.8406 13.323 28.0613 13.1707 28.3053 13.0658C28.5493 12.961 28.8117 12.9059 29.0773 12.9035C29.3429 12.9012 29.6062 12.9518 29.852 13.0524C30.0978 13.153 30.3211 13.3015 30.5089 13.4893C30.6967 13.677 30.8452 13.9004 30.9458 14.1461C31.0463 14.3919 31.0969 14.6553 31.0946 14.9209C31.0923 15.1864 31.0371 15.4489 30.9323 15.6929C30.8275 15.9369 30.6751 16.1576 30.4841 16.3421L24.8281 22.0001L30.4841 27.6581Z' fill='%23FF6442'/%3E%3C/svg%3E%0A");
}
.wpcf7 form.sent .wpcf7-response-output {
  background: rgba(123, 193, 66, 0.1);
  border: 1px solid #7bc142;
}
.wpcf7 form.sent .wpcf7-response-output::before {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 0C9.86967 0 0 9.86967 0 22C0 34.1303 9.86967 44 22 44C34.1303 44 44 34.1303 44 22C44 9.86967 34.1303 0 22 0ZM34.2957 16.2105L20.2356 30.1604C19.4085 30.9875 18.0852 31.0426 17.203 30.2155L9.7594 23.4336C8.87719 22.6065 8.82206 21.2281 9.59399 20.3459C10.4211 19.4637 11.7995 19.4085 12.6817 20.2356L18.5815 25.6391L31.1529 13.0677C32.0351 12.1855 33.4135 12.1855 34.2957 13.0677C35.1779 13.9499 35.1779 15.3283 34.2957 16.2105Z' fill='%236DCA81'/%3E%3C/svg%3E%0A");
}

[data-tip] {
  position: relative;
}

[data-tip]:after {
  display: none;
  content: attr(data-tip);
  position: absolute;
  top: 60px;
  left: 0px;
  padding: 5px 8px;
  background: #303538;
  color: #fff;
  z-index: 9;
  font-size: 0.75em;
  width: 100%;
  line-height: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
}

[data-tip]:hover:before,
[data-tip]:hover:after {
  display: block;
}

.form-contact .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.form-contact .wpcf7-form {
  position: relative;
}
.form-contact .wpcf7-form span.ajax-loader {
  width: 25px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.form-contact .wpcf7-form .icon-info {
  display: block;
  width: auto;
  position: absolute;
  top: 13px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}
.form-contact .wpcf7-not-valid-tip {
  font-size: 0.9em;
  -webkit-transform: translateY(-12px);
     -moz-transform: translateY(-12px);
      -ms-transform: translateY(-12px);
       -o-transform: translateY(-12px);
          transform: translateY(-12px);
}
.form-contact .wpcf7cf_group {
  height: auto !important;
}
.form-contact .wpcf7cf-hidden .wpcf7-not-valid-tip {
  display: none;
}

.masthead .header-banner {
  position: relative;
  z-index: 99;
}
@media (max-width: 639px) {
  .masthead .header-banner .flex.justify-end {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.masthead .header-banner .container {
  max-width: 100%;
}
@media (max-width: 1139px) {
  .masthead .header-banner .container {
    width: 100%;
  }
}
.masthead .header-main {
  height: 100%;
}
@media (max-width: 1139px) {
  .masthead .header-main {
    padding: 15px;
    width: 100%;
  }
}
.masthead .header-main.container {
  max-width: 100%;
}
.masthead .header-main .site-logo {
  width: 9.5rem;
  padding: 0.3125rem 0;
}
@media (min-width: 640px) {
  .masthead .header-main .site-logo {
    width: 12rem;
  }
}
@media (min-width: 1140px) {
  .masthead .header-main .site-logo {
    padding: 1.75rem 0;
  }
}
@media (min-width: 1601px) {
  .masthead .header-main .site-logo {
    width: 14.375rem;
  }
}
@media (min-width: 1140px) {
  .masthead .header-main .primary-navigation .sub-menu {
    display: none;
  }
}
@media (max-width: 1139px) {
  .masthead .header-main .primary-navigation {
    display: block;
    position: fixed;
    background: #F4F7F9;
    width: 100%;
    left: 100%;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    overflow: auto;
    padding-bottom: 20px;
    background-image: url(../images/heppner-menu-mobile.svg);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: auto 100%;
       -moz-background-size: auto 100%;
            background-size: auto 100%;
  }
}
@media (max-width: 1139px) {
  .masthead .header-main .primary-navigation {
    top: 120px;
    height: -webkit-calc(100vh - 120px);
    height: -moz-calc(100vh - 120px);
    height: calc(100vh - 120px);
  }
}
@media (max-width: 1023px) {
  .masthead .header-main .primary-navigation {
    top: 112px;
    height: -webkit-calc(100vh - 112px);
    height: -moz-calc(100vh - 112px);
    height: calc(100vh - 112px);
  }
}
@media (max-width: 767px) {
  .masthead .header-main .primary-navigation {
    top: 108px;
    height: -webkit-calc(100vh - 108px);
    height: -moz-calc(100vh - 108px);
    height: calc(100vh - 108px);
  }
}
@media (max-width: 639px) {
  .masthead .header-main .primary-navigation {
    top: 99px;
    height: -webkit-calc(100vh - 99px);
    height: -moz-calc(100vh - 99px);
    height: calc(100vh - 99px);
  }
}
.masthead .header-main .primary-navigation .primary-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1139px) {
  .masthead .header-main .primary-navigation .primary-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.9375rem;
  }
}
.masthead .header-main .primary-navigation .primary-menu li {
  border-bottom: 1px solid #d1d2d3;
  padding: 0.625rem 0;
}
@media (max-width: 1139px) {
  .masthead .header-main .primary-navigation .primary-menu li .sub-menu li {
    border-bottom: none;
  }
}
@media (min-width: 1140px) {
  .masthead .header-main .primary-navigation .primary-menu li {
    border-bottom: none;
    padding: 0 0.6rem;
  }
}
@media (min-width: 1280px) {
  .masthead .header-main .primary-navigation .primary-menu li {
    padding: 0 0.8rem;
  }
}
@media (min-width: 1536px) {
  .masthead .header-main .primary-navigation .primary-menu li {
    padding: 0 1.2rem;
  }
}
@media (min-width: 1601px) {
  .masthead .header-main .primary-navigation .primary-menu li {
    padding: 0 2rem;
  }
}
.masthead .header-main .primary-navigation .primary-menu li:last-child {
  padding-right: 0;
}
@media (min-width: 1140px) {
  .masthead .header-main .primary-navigation .primary-menu li:first-child {
    padding-left: 2.5rem;
  }
}
.masthead .header-main .primary-navigation .primary-menu li a {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0.5rem 0;
}
@media (min-width: 1140px) {
  .masthead .header-main .primary-navigation .primary-menu li a {
    padding: 3rem 0;
  }
}
@media (min-width: 1601px) {
  .masthead .header-main .primary-navigation .primary-menu li a {
    font-size: 17px;
  }
}
.masthead .header-main .primary-navigation .primary-menu li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #252a2d;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 1139px) {
  .masthead .header-main .primary-navigation .primary-menu li.menu-item-has-children a::after {
    content: "\f105";
    position: absolute;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    left: initial;
    right: 6px;
    width: auto;
    height: auto;
    font-family: "FontAwesome", sans-serif;
    font-size: 24px;
    color: #252a2d;
    opacity: 1;
    background-color: transparent;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (max-width: 1139px) {
  .masthead .header-main .primary-navigation .primary-menu li.menu-item-has-children.active a::after {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (min-width: 1140px) {
  .masthead .header-main .primary-navigation .primary-menu li.active a:after {
    width: 100%;
  }
  .masthead .header-main .primary-navigation .primary-menu li.active .sm-container {
    opacity: 1;
    pointer-events: all;
    height: auto;
  }
}
@media (min-width: 1140px) and (min-width: 1140px) {
  .masthead .header-main .primary-navigation .primary-menu li.active .sm-container {
    padding: 30px 15px 30px;
  }
}
@media (min-width: 1140px) and (min-width: 1280px) {
  .masthead .header-main .primary-navigation .primary-menu li.active .sm-container {
    padding: 50px 15px 80px;
  }
}
@media (min-width: 1140px) and (min-width: 1536px) {
  .masthead .header-main .primary-navigation .primary-menu li.active .sm-container {
    padding: 50px 15px 150px;
  }
}
@media (min-width: 1140px) {
  .masthead .header-main .primary-navigation .primary-menu li.active .sm-container .sub-menu .menu-item-has-children {
    pointer-events: none;
  }
  .masthead .header-main .primary-navigation .primary-menu li.active .sm-container .sub-menu .menu-item-has-children .sub-menu a {
    pointer-events: all;
  }
  .masthead .header-main .primary-navigation .primary-menu li.active .sm-container .sub-menu .menu-item-has-children .menu-item-has-children a {
    pointer-events: all;
  }
}
@media (min-width: 1140px) and (min-width: 1140px) {
  .masthead .header-main .primary-navigation .primary-menu li.active .sm-container .sub-menu .menu-item-has-children .menu-item-has-children a {
    pointer-events: none;
  }
}
@media (min-width: 1140px) {
  .masthead .header-main .primary-navigation .primary-menu li.active .sm-container .sub-menu .menu-item-has-children .menu-item-has-children .sub-menu a {
    pointer-events: all;
  }
}
.masthead .header-main .primary-navigation .primary-menu li.active .sm-container {
  opacity: 1;
  pointer-events: all;
  height: auto;
  display: block;
}
.masthead .header-main .primary-navigation .primary-menu .sm-container {
  width: 100%;
  position: relative;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  height: 0;
  display: none;
}
@media (min-width: 1140px) {
  .masthead .header-main .primary-navigation .primary-menu .sm-container {
    background: #F4F7F9;
    padding: 0 0.9375rem 3.125rem;
    position: absolute;
    height: auto;
    max-height: -webkit-calc(100vh - 16rem);
    max-height: -moz-calc(100vh - 16rem);
    max-height: calc(100vh - 16rem);
    overflow-x: hidden;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    top: 100%;
    left: 0;
    background-image: url(../images/heppner-menu.svg);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: auto 100%;
       -moz-background-size: auto 100%;
            background-size: auto 100%;
  }
}
@media (min-width: 1536px) {
  .masthead .header-main .primary-navigation .primary-menu .sm-container {
    padding: 0 0.9375rem 9.375rem;
  }
}
.masthead .header-main .primary-navigation .primary-menu .sm-container a:after {
  display: none;
}
.masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
}
@media (min-width: 1140px) {
  .masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1320px) {
  .masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu {
    width: 1270px;
  }
}
@media (min-width: 1601px) {
  .masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu {
    width: 1570px;
  }
}
.masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu li {
  display: block;
  padding-bottom: 0.9375rem;
  margin-bottom: 0;
}
.masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu li .sub-menu li {
  padding: 0;
}
@media (min-width: 1140px) {
  .masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu li {
    padding: 0;
  }
}
.masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu .menu-item-has-children {
  display: block;
}
@media (min-width: 1140px) {
  .masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu .menu-item-has-children {
    width: 25%;
    overflow: hidden;
  }
}
.masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu .menu-item-has-children a {
  color: #0054A4;
  font-weight: 700;
  font-size: 1rem;
  pointer-events: all;
  padding: 0;
  display: block;
}
@media (min-width: 1140px) {
  .masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu .menu-item-has-children a {
    pointer-events: none;
    font-size: 1.125rem;
    padding: 0 0 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu .menu-item-has-children a {
    font-size: 1.25rem;
    padding: 0 0 1.125rem;
  }
}
@media (min-width: 1536px) {
  .masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu .menu-item-has-children a {
    font-size: 1.375rem;
    padding: 0 0 1.25rem;
  }
}
.masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu .menu-item-has-children .sub-menu {
  display: none;
  top: auto;
  width: 100%;
}
@media (min-width: 1140px) {
  .masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu .menu-item-has-children .sub-menu {
    display: block;
  }
}
.masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu .menu-item-has-children .sub-menu li {
  margin-bottom: 0.9375rem;
}
.masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu .menu-item-has-children .sub-menu a {
  color: #252a2d;
  font-weight: 400;
  font-size: 0.875rem;
  padding: 0.125rem 0;
  font-weight: 700;
}
@media (min-width: 1140px) {
  .masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu .menu-item-has-children .sub-menu a {
    pointer-events: none;
  }
}
@media (min-width: 1280px) {
  .masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu .menu-item-has-children .sub-menu a {
    font-size: 0.9375rem;
    padding: 0.25rem 0;
  }
}
@media (min-width: 1536px) {
  .masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu .menu-item-has-children .sub-menu a {
    font-size: 1rem;
    padding: 0.3125rem 0;
  }
}
.masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu .menu-item-has-children .sub-menu a:hover {
  color: #0054A4;
}
.masthead .header-main .primary-navigation .primary-menu .sm-container .sub-menu .menu-item-has-children.active .sub-menu {
  display: block;
}
.masthead .header-main .primary-navigation .primary-menu .sm-container .menu-item-has-children {
  pointer-events: none;
}
.masthead .header-main .primary-navigation .primary-menu .sm-container .menu-item-has-children .menu-item-has-children {
  width: 100%;
  margin-bottom: 0.9375rem;
}
.masthead .header-main .primary-navigation .primary-menu .sm-container .menu-item-has-children .menu-item-has-children .sub-menu li {
  margin-bottom: 0;
}
.masthead .header-main .primary-navigation .primary-menu .sm-container .menu-item-has-children .menu-item-has-children .sub-menu a {
  font-weight: 400;
  padding: 0.125rem 0;
}

.header-shadow {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 101;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  pointer-events: none;
}
.header-shadow.active, .header-shadow.menuclick {
  pointer-events: all;
  top: 0;
  opacity: 1;
}

.open-menu .masthead .header-main .primary-navigation {
  left: 0;
}
.open-menu .masthead.up {
  top: 0 !important;
}

#page {
  padding-top: 99px;
}
@media (min-width: 640px) {
  #page {
    padding-top: 108px;
  }
}
@media (min-width: 768px) {
  #page {
    padding-top: 112px;
  }
}
@media (min-width: 1024px) {
  #page {
    padding-top: 120px;
  }
}
@media (min-width: 1140px) {
  #page {
    padding-top: 160px;
  }
}
@media (min-width: 1536px) {
  #page {
    padding-top: 165px;
  }
}

.option-burger {
  padding: 0.9375rem;
  position: relative;
  bottom: 0;
  width: 500px;
  z-index: 99;
  max-width: 100%;
  margin: auto;
}
.option-burger span a,
.option-burger .customer-area-link {
  display: block;
  width: 100%;
  min-width: 30%;
  padding: 0.625rem;
  background: #7bc142;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 0.9375rem;
}
.option-burger span a .active,
.option-burger .customer-area-link .active {
  font-size: 1rem;
}
.option-burger span a {
  width: 100%;
}
.option-burger .customer-area-link:last-of-type {
  background: #0054A4;
}
.option-burger .custom-select-wrapper .options {
  width: 100%;
  top: -webkit-calc(100% + 10px);
  top: -moz-calc(100% + 10px);
  top: calc(100% + 10px);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
@media (min-width: 1140px) {
  .option-burger {
    display: none;
  }
}

@media (min-width: 1140px) {
  .masthead .header-main .primary-navigation .primary-menu .small-menu.active .sm-container {
    padding: 30px 50px !important;
  }
}
.masthead .header-main .primary-navigation .primary-menu .small-menu .sm-container {
  background-image: none;
}
@media (min-width: 1140px) {
  .masthead .header-main .primary-navigation .primary-menu .small-menu .sm-container {
    width: 21.25rem;
    left: auto;
    padding: 0 50px !important;
    -webkit-transform: translateX(-50px);
       -moz-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
         -o-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
.masthead .header-main .primary-navigation .primary-menu .small-menu .sm-container .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.masthead .header-main .primary-navigation .primary-menu .small-menu .sm-container .sub-menu li {
  width: 100%;
  padding: 0;
}
.masthead .header-main .primary-navigation .primary-menu .small-menu .sm-container .sub-menu li a {
  padding: 0.8rem 0;
}
@media (max-width: 1139px) {
  .masthead .header-main .primary-navigation .primary-menu .small-menu .sm-container .sub-menu li a {
    color: #0054A4;
  }
}
.masthead .header-main .primary-navigation .primary-menu .small-menu .sm-container .sub-menu li a:hover {
  color: #0054A4;
}
.masthead .header-main .primary-navigation .primary-menu .small-menu .sm-container .sub-menu .menu-item-has-children {
  width: 100%;
}

.info {
  position: absolute;
  background: #252a2d;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 19rem;
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  padding: 0.5rem;
  font-size: 0.8rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  right: 1.5rem;
  top: -0.2rem;
  display: none;
}
.info__bulle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5rem;
}
.info__bulle::before {
  content: "🛈";
  font-size: 1.3rem;
  cursor: pointer;
}
.info__bulle:hover .info {
  display: block;
}

.small-header picture {
  display: block;
  position: relative;
  height: 23vw;
  max-height: 389px;
}
.small-header picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.linkedinHome h2 {
  margin-bottom: 2rem;
  text-align: center;
}
.linkedinHome__actu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .linkedinHome__actu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.linkedinHome__linkedin {
  width: 100%;
}
@media (min-width: 768px) {
  .linkedinHome__linkedin {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .linkedinHome__linkedin {
    width: 72%;
    -webkit-transform: translateX(-20px);
       -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
         -o-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.linkedinHome__linkedin .sk-ww-linkedin-page-post {
  padding: 0 !important;
  margin: 0 !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  background: none !important;
}
.linkedinHome__linkedin .sk-ww-linkedin-page-post .grid-content {
  margin: 0 15px 10px;
  -webkit-border-radius: 6px !important;
     -moz-border-radius: 6px !important;
          border-radius: 6px !important;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1) !important;
     -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1) !important;
}
@media (min-width: 1024px) {
  .linkedinHome__linkedin .sk-ww-linkedin-page-post .swiper-button-prev {
    -webkit-transform: translateX(50%);
       -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
         -o-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media (min-width: 1536px) {
  .linkedinHome__linkedin .sk-ww-linkedin-page-post .swiper-button-prev {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media (min-width: 1024px) {
  .linkedinHome__linkedin .sk-ww-linkedin-page-post .swiper-button-next {
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 1536px) {
  .linkedinHome__linkedin .sk-ww-linkedin-page-post .swiper-button-next {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.linkedinHome__last {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  background: white;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
@media (max-width: 767px) {
  .linkedinHome__last {
    margin: 15px auto 0;
  }
}
@media (min-width: 768px) {
  .linkedinHome__last {
    width: 50%;
    height: 449px;
  }
}
@media (min-width: 1024px) {
  .linkedinHome__last {
    width: 28%;
  }
}
@media (min-width: 1024px) {
  .linkedinHome__last.actu-slider .owl-nav {
    -webkit-transform: translateY(7px);
       -moz-transform: translateY(7px);
        -ms-transform: translateY(7px);
         -o-transform: translateY(7px);
            transform: translateY(7px);
  }
}
@media (min-width: 1024px) {
  .linkedinHome__last.actu-slider .owl-nav .owl-prev, .linkedinHome__last.actu-slider .owl-nav .owl-next {
    opacity: 0.7;
  }
  .linkedinHome__last.actu-slider .owl-nav .owl-prev:hover, .linkedinHome__last.actu-slider .owl-nav .owl-next:hover {
    opacity: 1;
  }
}
.linkedinHome__last.actu-slider .owl-nav .owl-prev.disabled, .linkedinHome__last.actu-slider .owl-nav .owl-next.disabled {
  display: none;
}
.linkedinHome__last.actu-slider .owl-nav .owl-prev .slide-arrow, .linkedinHome__last.actu-slider .owl-nav .owl-next .slide-arrow {
  font-size: 3rem;
}
.linkedinHome__last.actu-slider .owl-nav .owl-prev {
  left: 0;
}
@media (min-width: 1024px) {
  .linkedinHome__last.actu-slider .owl-nav .owl-prev {
    left: -40px;
  }
}
.linkedinHome__last.actu-slider .owl-nav .owl-next {
  right: 20px;
}
@media (min-width: 1024px) {
  .linkedinHome__last.actu-slider .owl-nav .owl-next {
    right: -20px;
  }
}
.linkedinHome__last .owl-item {
  min-width: 33.3333333333% !important;
}
.linkedinHome__last__details {
  overflow: hidden;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  width: 100% !important;
}
@media (min-width: 768px) {
  .linkedinHome__last__details {
    height: 449px;
    overflow-y: auto;
  }
}
.linkedinHome__last .infos-article {
  padding: 15px 25px;
}
.linkedinHome__last .infos-article .date {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #7BC142;
}
.linkedinHome__last .infos-article .titre {
  font-weight: bold;
  font-size: 21px;
  line-height: 116%;
  color: #0054A4;
  margin: 10px 0;
}

#store_locator_map .gm-style-iw {
  padding-top: 16px !important;
}
#store_locator_map .gm-style-iw .gm-style-iw-chr .gm-style-iw-ch {
  display: none;
}
#store_locator_map .gm-style-iw .gm-style-iw-chr button {
  position: absolute !important;
  right: 0;
  z-index: 10;
  top: 0;
}
#store_locator_map .gm-style-iw .store_locator_details &gt; a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#store_locator_map .gm-style-iw .store_locator_details &gt; a .store_locator_name {
  background: #7bc142;
  color: #fff;
  padding: 0.7rem;
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#store_locator_map .gm-style-iw .store_locator_details &gt; a .store_locator_name:hover {
  background: #0054A4;
}

@media (max-width: 767px) {
  .to-top-arrow {
    position: fixed;
    right: 0;
    width: 100%;
  }
}

.wordpress-store-locator-store-in {
  display: none;
}

.toggle-menu {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  z-index: 30;
}
@media (min-width: 1140px) {
  .toggle-menu {
    display: none;
  }
}

.toggle-menu .burger {
  top: 50%;
  right: 0;
  width: 27px;
  height: 2px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.toggle-menu .burger,
.toggle-menu .burger::before,
.toggle-menu .burger::after {
  position: absolute;
  background-color: #7bc142;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

.toggle-menu .burger::before,
.toggle-menu .burger::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}

.toggle-menu .burger::before {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.toggle-menu .burger::after {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

#page.open-menu .toggle-menu .burger {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#page.open-menu .toggle-menu .burger::before {
  -webkit-transform: translateY(0px) rotate(90deg);
  -moz-transform: translateY(0px) rotate(90deg);
  -ms-transform: translateY(0px) rotate(90deg);
  -o-transform: translateY(0px) rotate(90deg);
  transform: translateY(0px) rotate(90deg);
}

#page.open-menu .toggle-menu .burger::after {
  -webkit-transform: translateY(0px) rotate(-90deg);
  -moz-transform: translateY(0px) rotate(-90deg);
  -ms-transform: translateY(0px) rotate(-90deg);
  -o-transform: translateY(0px) rotate(-90deg);
  transform: translateY(0px) rotate(-90deg);
}

.userCode {
  position: absolute;
  left: -5000px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.video-popup img {
  width: 100%;
  height: 45vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .video-popup img {
    height: 250px;
  }
}
@media (min-width: 1536px) {
  .video-popup img {
    height: 350px;
  }
}

/* Pages */
#sectionactu #store_locator_sidebar .padding-sidebar.formsearch {
  display: none;
}
#sectionactu #store_locator_sidebar .padding-sidebar.contactpresse {
  margin-top: 0;
}

.page-groupe .raison-detre {
  padding-top: 5rem;
}
@media (min-width: 1024px) {
  .page-groupe .raison-detre {
    padding-top: 10rem;
  }
}
.page-groupe .histoire {
  background: #f1f5ed;
  z-index: 0;
  position: relative;
}
@media (min-width: 1024px) {
  .page-groupe .histoire {
    margin-top: -4rem;
  }
}
.page-groupe .histoire h2 {
  max-width: 37.5rem;
}
.page-groupe .histoire .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-groupe .histoire .col-left {
  width: 100%;
}
@media (min-width: 1024px) {
  .page-groupe .histoire .col-left {
    width: 70%;
  }
}
.page-groupe .histoire .col-left .liste-etapes {
  position: relative;
  z-index: -1;
}
.page-groupe .histoire .col-left .liste-etapes::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  background: #e2e5df;
}
@media (min-width: 1024px) {
  .page-groupe .histoire .col-left .liste-etapes::before {
    height: -webkit-calc(100% - 260px);
    height: -moz-calc(100% - 260px);
    height: calc(100% - 260px);
    top: 100px;
  }
}
.page-groupe .histoire .col-left .liste-etapes .c-etape {
  position: relative;
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .page-groupe .histoire .col-left .liste-etapes .c-etape {
    padding: 0 50px;
    margin-bottom: 0;
  }
}
.page-groupe .histoire .col-left .liste-etapes .c-etape .etape {
  padding: 15px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  z-index: 2;
  background: #fff;
}
@media (min-width: 1024px) {
  .page-groupe .histoire .col-left .liste-etapes .c-etape .etape {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .page-groupe .histoire .col-left .liste-etapes .c-etape .etape {
    padding: 30px;
  }
}
@media (min-width: 1536px) {
  .page-groupe .histoire .col-left .liste-etapes .c-etape .etape {
    padding: 40px;
  }
}
.page-groupe .histoire .col-left .liste-etapes .c-etape .etape h3 {
  color: #7bc142;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 1024px) {
  .page-groupe .histoire .col-left .liste-etapes .c-etape .etape h3 {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1280px) {
  .page-groupe .histoire .col-left .liste-etapes .c-etape .etape h3 {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
  }
}
.page-groupe .histoire .col-left .liste-etapes .c-etape picture {
  line-height: 0;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  width: 90%;
  margin: 15px auto;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .page-groupe .histoire .col-left .liste-etapes .c-etape picture {
    position: absolute;
    top: -30%;
    left: 80%;
    width: 70%;
    margin: 0;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  .page-groupe .histoire .col-left .liste-etapes .c-etape::before {
    content: "";
    background: #ffffff;
    border: 2px solid #7bc142;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    display: block;
    position: absolute;
    top: 50%;
    right: -8px;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  .page-groupe .histoire .col-left .liste-etapes .c-etape:nth-child(2n) {
    margin-top: 12.5rem;
  }
  .page-groupe .histoire .col-left .liste-etapes .c-etape:nth-child(2n)::before,
.page-groupe .histoire .col-left .liste-etapes .c-etape:nth-child(2n) .liste-etapes .c-etape .bullet {
    content: "";
    left: -8px;
  }
  .page-groupe .histoire .col-left .liste-etapes .c-etape:nth-child(2n) picture {
    right: 80%;
    left: auto;
  }
}
.page-groupe .histoire .col-right {
  width: 25%;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  display: none;
}
@media (min-width: 1024px) {
  .page-groupe .histoire .col-right {
    display: block;
    margin-top: -2rem;
  }
}
.page-groupe .histoire .col-right .bloc {
  background: #0054A4;
  padding: 1rem;
  margin-bottom: 1.5rem;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  color: #fff;
}
@media (min-width: 1536px) {
  .page-groupe .histoire .col-right .bloc {
    padding: 2rem;
  }
}
.page-groupe .histoire .col-right .bloc h3 {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
.page-groupe .histoire .col-right .bloc h3::after {
  content: "";
  display: block;
  width: 43px;
  height: 2px;
  background: #7bc142;
  margin: 20px 0;
}
.page-groupe .histoire .col-right .bloc ul li {
  color: #a5bfd7;
}
.page-groupe .histoire .col-right .bloc ul li:not(:last-child) {
  margin-bottom: 0.625rem;
  line-height: 130%;
}
@media (min-width: 1536px) {
  .page-groupe .histoire .col-right .bloc ul li:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.page-groupe .histoire .col-right .bloc ul li strong {
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

body.page-template-groupe-home {
  overflow-x: unset;
}

.page-groupe h2 {
  font-weight: 700;
  font-size: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .page-groupe h2 {
    font-size: 3.125rem;
  }
}
.page-groupe section {
  padding: 4rem 0;
}
@media (min-width: 1024px) {
  .page-groupe section {
    padding: 6rem 0;
  }
}
@media (min-width: 1024px) {
  .page-groupe section {
    padding: 8rem 0;
  }
}
@media (min-width: 1536px) {
  .page-groupe section {
    padding: 11.25rem 0;
  }
}
.page-groupe.groupe-home picture {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  overflow: hidden;
  line-height: 0;
}
.page-groupe.groupe-home .titre {
  position: relative;
  overflow: hidden;
  height: 30vw;
  min-height: 17.5rem;
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.page-groupe.groupe-home .titre .container {
  position: relative;
  z-index: 2;
}
.page-groupe.groupe-home .titre .container h1 {
  font-weight: 700;
  font-size: 2.1875rem;
  color: #ffffff;
  margin-top: -15px;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-groupe.groupe-home .titre .container h1 {
    font-size: 3.75rem;
  }
}
.page-groupe.groupe-home .titre .container .menupage {
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .page-groupe.groupe-home .titre .container .menupage {
    margin-bottom: 60px;
  }
}
.page-groupe.groupe-home .titre .container .menupage a {
  font-size: 1rem;
  margin: 0 5px;
  display: inline-block;
  position: relative;
}
@media (min-width: 1024px) {
  .page-groupe.groupe-home .titre .container .menupage a {
    font-size: 1.5rem;
    margin: 0 20px;
  }
}
.page-groupe.groupe-home .titre .container .menupage a:after {
  content: "";
  display: block;
  width: 0;
  background: #fff;
  height: 1px;
  top: 4px;
  position: relative;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 1024px) {
  .page-groupe.groupe-home .titre .container .menupage a:after {
    top: 10px;
    height: 2px;
  }
}
.page-groupe.groupe-home .titre .container .menupage a:hover:after {
  width: 100%;
}
.page-groupe.groupe-home .titre .img-background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.page-groupe.groupe-home .titre .img-background picture {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.page-groupe.groupe-home .titre .img-background picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.page-groupe.groupe-home .titre .img-background:before {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#000), to(transparent));
  background-image: -webkit-linear-gradient(0, #000, transparent);
  background-image: -moz-linear-gradient(0, #000, transparent);
  background-image: -o-linear-gradient(0, #000, transparent);
  background-image: linear-gradient(0, #000, transparent);
  opacity: 0.8;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.page-groupe .intro {
  margin-top: 60px;
}
.page-groupe .intro .container .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
}
.page-groupe .intro .container .flex .image-left {
  width: 30%;
  position: relative;
  max-height: 100%;
  height: 36.875rem;
  overflow: hidden;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  display: none;
}
@media (min-width: 1024px) {
  .page-groupe .intro .container .flex .image-left {
    display: block;
  }
}
.page-groupe .intro .container .flex .image-left picture {
  height: 100%;
}
.page-groupe .intro .container .flex .image-left picture img {
  height: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-groupe .intro .container .flex .texte-intro {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .page-groupe .intro .container .flex .texte-intro {
    width: 60%;
  }
}
.page-groupe .intro .container p {
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}
.page-groupe .intro .container .buttons .button:not(:last-child) {
  margin-right: 0.9375rem;
}
.page-groupe .intro .container .buttons .button:first-child {
  background: none;
  color: #252a2d;
  border-color: #252a2d;
}
.page-groupe .intro .container .buttons .button:first-child:hover {
  background: #252a2d;
  color: #fff;
}
.page-groupe .valeurs {
  margin-top: 2rem;
  position: relative;
}
@media (min-width: 1024px) {
  .page-groupe .valeurs {
    margin-top: -2rem;
  }
}
@media (min-width: 1280px) {
  .page-groupe .valeurs {
    margin-top: -4rem;
  }
}
.page-groupe .valeurs .bg {
  position: absolute;
  width: 55%;
  height: 50vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 0;
}
.page-groupe .valeurs .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}
.page-groupe .valeurs .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-groupe .valeurs .valeur-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .page-groupe .valeurs .valeur-text {
    width: 30%;
  }
}
.page-groupe .valeurs .valeurs-blocs {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  grid-gap: 20px;
  padding: 30px 0;
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .page-groupe .valeurs .valeurs-blocs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .page-groupe .valeurs .valeurs-blocs .col {
    width: 50%;
  }
}
.page-groupe .valeurs .valeurs-blocs .bloc-valeur {
  text-align: center;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  padding: 60px 30px;
  margin-bottom: 20px;
  background: #000;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.page-groupe .valeurs .valeurs-blocs .bloc-valeur .texte {
  position: relative;
  z-index: 1;
}
.page-groupe .valeurs .valeurs-blocs .bloc-valeur h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
@media (min-width: 1024px) {
  .page-groupe .valeurs .valeurs-blocs .bloc-valeur h3 {
    font-size: 1.5rem;
  }
}
.page-groupe .valeurs .valeurs-blocs .bloc-valeur p {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  -moz-transition: 0.8s all;
  transition: 0.8s all;
}
.page-groupe .valeurs .valeurs-blocs .bloc-valeur:after {
  content: "+";
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 1.875rem;
  border: 2px solid #ffffff;
  width: 54px;
  height: 54px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  position: relative;
  z-index: 1;
}
.page-groupe .valeurs .valeurs-blocs .bloc-valeur:hover:after {
  background: #ffffff;
  color: #252a2d;
}
.page-groupe .valeurs .valeurs-blocs .bloc-valeur.open p {
  max-height: 500px;
  padding-bottom: 0.9375rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.page-groupe .valeurs .valeurs-blocs .bloc-valeur.open:after {
  content: "-";
}
.page-groupe .valeurs .valeurs-blocs picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.page-groupe .valeurs .valeurs-blocs picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.page-groupe .evolution {
  position: relative;
  margin-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .page-groupe .evolution {
    margin-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
}
.page-groupe .evolution:after {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  background: #f1f5ed;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page-groupe .evolution h2 {
  text-align: center;
  margin-bottom: 3.125rem;
}
.page-groupe .evolution .cards {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  position: relative;
  z-index: 2;
  text-align: center;
}
.page-groupe .evolution .cards .card {
  position: relative;
  width: 40%;
  height: 40vw;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  display: inline-block;
  text-align: left;
}
.page-groupe .evolution .cards .card:not(:last-child) {
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .page-groupe .evolution .cards .card:not(:last-child) {
    margin-right: 30px;
  }
}
@media (min-width: 1024px) {
  .page-groupe .evolution .cards .card {
    width: 30%;
    height: 30vw;
    margin-right: 0;
  }
}
.page-groupe .evolution .cards .card .image {
  position: relative;
  height: 100%;
}
.page-groupe .evolution .cards .card .image:after {
  content: "";
  display: block;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(0, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(0, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(0, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(0, rgba(0, 0, 0, 0.5), transparent);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.page-groupe .evolution .cards .card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.page-groupe .evolution .cards .card .image picture {
  position: relative;
  height: 100%;
}
.page-groupe .evolution .cards .card .titlecard {
  position: absolute;
  bottom: -10px;
  left: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  z-index: 5;
  width: 70%;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  white-space: normal;
}
@media (min-width: 1024px) {
  .page-groupe .evolution .cards .card .titlecard {
    font-size: 1.6875rem;
    line-height: 2rem;
  }
}
.page-groupe .evolution .cards .card .titlecard .button {
  display: block;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-groupe .evolution .cards .card:hover .titlecard {
  bottom: 30px;
}
.page-groupe .evolution .cards .card:hover .titlecard .button {
  opacity: 1;
  margin-top: 10px;
}

.logos {
  position: relative;
  background: #f1f5ed;
}
@media (min-width: 1024px) {
  .logos {
    margin-top: -13rem;
  }
}
@media (min-width: 1536px) {
  .logos {
    margin-top: -17.5rem;
  }
}
@media (min-width: 768px) {
  .logos h2 {
    position: absolute;
  }
}
.logos .texte-logo {
  position: relative;
  background: #0054A4;
  color: #fff;
  padding: 20px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  width: 100%;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .logos .texte-logo {
    padding: 40px;
    width: 40%;
  }
}
@media (min-width: 768px) {
  .logos .texte-logo-1 {
    left: 60%;
  }
  .logos .texte-logo-1::before {
    content: "";
    background: url(/wp-content/themes/symediane/images/line.png);
    width: 99px;
    height: 161px;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
    position: absolute;
    left: -90px;
    top: 70%;
  }
}
@media (min-width: 768px) {
  .logos .texte-logo-2::after {
    content: "";
    background: url(/wp-content/themes/symediane/images/line.png);
    width: 99px;
    height: 161px;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
    position: absolute;
    right: -90px;
    top: -80%;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.logos .slider-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .logos .slider-logos {
    margin: -15px;
    width: 100vw;
  }
}
.logos .slider-logos .owl-item {
  padding: 15px;
}
@media (max-width: 767px) {
  .logos .slider-logos .owl-item:first-child, .logos .slider-logos .owl-item:last-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .logos .slider-logos .owl-item {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .logos .slider-logos .owl-item {
    padding: 40px;
  }
}
.logos .slider-logos .owl-item .item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  height: 100%;
  text-align: center;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.logos .slider-logos .owl-item .item .imagelogo {
  padding: 10px 0;
}
@media (min-width: 1280px) {
  .logos .slider-logos .owl-item .item .imagelogo {
    padding: 30px 0;
  }
}
.logos .slider-logos .owl-item .item .imagelogo img {
  width: 80%;
  height: 150px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
@media (min-width: 768px) {
  .logos .slider-logos .owl-item .item .imagelogo img {
    height: 130px;
  }
}
@media (min-width: 1024px) {
  .logos .slider-logos .owl-item .item .imagelogo img {
    height: 220px;
  }
}
@media (min-width: 1536px) {
  .logos .slider-logos .owl-item .item .imagelogo img {
    height: 250px;
  }
}
.logos .slider-logos .owl-item .item .year {
  font-weight: 700;
  font-size: 1.125rem;
  color: #7bc142;
  padding-bottom: 10px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 768px) {
  .logos .slider-logos .owl-item .item .year {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .logos .slider-logos .owl-item .item .year {
    padding-bottom: 20px;
    font-size: 1.375rem;
  }
}
@media (min-width: 1536px) {
  .logos .slider-logos .owl-item .item .year {
    padding-bottom: 30px;
    font-size: 1.75rem;
  }
}
.logos .slider-logos .owl-item.active .year {
  opacity: 1;
}
@media (min-width: 768px) {
  .logos .slider-logos .owl-item.firstactiveitem .year, .logos .slider-logos .owl-item.lastactiveitem .year {
    opacity: 0;
    -webkit-transform: translateY(30px);
       -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
         -o-transform: translateY(30px);
            transform: translateY(30px);
  }
}
.logos .slider-logos .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .logos .slider-logos .owl-nav {
    display: none;
  }
}
.logos .slider-logos .owl-nav .disabled {
  pointer-events: none;
}
.logos .slider-logos .owl-nav button {
  position: absolute;
  top: 0;
  height: 100%;
  width: 33%;
  background: rgba(241, 245, 237, 0.5);
  z-index: 2;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.logos .slider-logos .owl-nav button:hover {
  background: rgba(241, 245, 237, 0);
}
.logos .slider-logos .owl-nav button.owl-prev {
  left: 0;
}
.logos .slider-logos .owl-nav button.owl-next {
  right: 0;
}
.logos .slider-logos .owl-nav button .slide-arrow i::before {
  color: #7bc142;
}
.logos .slider-logos .owl-nav button .slide-arrow.arrow-left {
  right: 0;
}

.actu-slider .lazyload-box {
  height: 45vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .actu-slider .lazyload-box {
    height: 21vw;
  }
}
@media (min-width: 1280px) {
  .actu-slider .lazyload-box {
    height: 14vw;
  }
}
@media (min-width: 1536px) {
  .actu-slider .lazyload-box {
    height: 15rem;
  }
}
.actu-slider .lazyload-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.realisations-slider {
  max-height: 70vw;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1140px) {
  .realisations-slider {
    min-height: 100%;
  }
}
.realisations-slider .item {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1140px) {
  .realisations-slider .item {
    min-height: 100%;
  }
}
.realisations-slider .item picture {
  height: 70vw;
  overflow: hidden;
  display: block;
}
@media (min-width: 768px) {
  .realisations-slider .item picture {
    height: 45vw;
  }
}
@media (min-width: 1140px) {
  .realisations-slider .item picture {
    min-height: 100%;
    height: 35vw;
  }
}
.realisations-slider .item picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.realisations-slider .item .image-popup-vertical-fit,
.realisations-slider .item .collab-slider a {
  display: block;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding: 0;
}
.realisations-slider .nom_realisation span {
  display: block;
  font-size: 1.1rem;
  line-height: 120%;
}

.carriere-home {
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .carriere-home {
    margin: 4rem 0;
  }
}
@media (min-width: 1280px) {
  .carriere-home {
    margin: 8.125rem 0;
  }
}
@media (min-width: 1024px) {
  .carriere-home .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.carriere-home .col-lg-offset-2 {
  margin-left: 0;
}
@media (max-width: 1139px) {
  .carriere-home .flex.col-md-8 {
    width: 100%;
    background: #252a2d;
    padding: 0;
    padding-bottom: 0px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1139px) {
  .carriere-home .grey-content.dark {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .carriere-home .pv-60 {
    padding: 40px;
  }
}

.home-banner .home-banner-slider.owl-carousel .owl-stage-outer .owl-stage picture {
  height: 52vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home-banner .home-banner-slider.owl-carousel .owl-stage-outer .owl-stage picture {
    height: 46vw;
  }
}
@media (min-width: 1280px) {
  .home-banner .home-banner-slider.owl-carousel .owl-stage-outer .owl-stage picture {
    height: 33vw;
  }
}
@media (min-width: 1536px) {
  .home-banner .home-banner-slider.owl-carousel .owl-stage-outer .owl-stage picture {
    height: 27vw;
  }
}
.home-banner .home-banner-slider.owl-carousel .owl-stage-outer .owl-stage picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.landing__intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6rem;
  height: auto;
  height: 30vw;
}
@media (max-width: 1023px) {
  .landing__intro.container {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .landing__intro {
    height: 30vw;
    margin-bottom: 7rem;
  }
}
@media (min-width: 1140px) {
  .landing__intro {
    height: 20vw;
  }
}
@media (min-width: 1536px) {
  .landing__intro {
    margin-bottom: 10rem;
    height: 23.75rem;
  }
}
.landing__intro picture {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .landing__intro picture {
    max-width: -webkit-calc(100% - 1.875rem);
    max-width: -moz-calc(100% - 1.875rem);
    max-width: calc(100% - 1.875rem);
  }
}
.landing__intro picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing__intro picture:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
}
.landing__intro .greenmark {
  position: relative;
  z-index: 1;
  margin-right: 0.625rem;
}
@media (max-width: 767px) {
  .landing__intro .greenmark {
    width: 2rem;
  }
}
.landing__intro__text {
  position: relative;
  z-index: 1;
  color: #fff;
}
.landing__intro__text h1 {
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 130%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .landing__intro__text h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .landing__intro__text p {
    display: none;
  }
}
.landing__intro__cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.25rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 768px) {
  .landing__intro__cta {
    padding-left: 3.75rem;
    grid-template-columns: repeat(3, 1fr);
    max-width: 48rem;
  }
}
.landing__intro__cta__container {
  z-index: 3;
}
@media (max-width: 767px) {
  .landing__intro__cta__container {
    display: none;
  }
}
@media (min-width: 768px) {
  .landing__intro__cta__container {
    position: absolute;
    -webkit-transform: translateY(30%);
       -moz-transform: translateY(30%);
        -ms-transform: translateY(30%);
         -o-transform: translateY(30%);
            transform: translateY(30%);
    bottom: 0;
  }
}
.landing__intro__cta__container.--fixed {
  width: 100%;
  height: 6.875rem;
  position: fixed;
  left: 0;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  padding-top: 0.9375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  top: 8.125rem;
}
@media (min-width: 1140px) {
  .landing__intro__cta__container.--fixed {
    top: 10rem;
  }
}
.landing__intro__cta__container.--fixed .landing__intro__cta {
  padding-left: 0.9375rem;
}
.landing__intro__cta__container.--fixed .bt {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.landing__intro__cta__container.--fixed.--up {
  top: 8.125rem;
}
@media (min-width: 1140px) {
  .landing__intro__cta__container.--fixed.--up {
    top: 10rem;
  }
}
.landing__intro__cta__mobile {
  -webkit-transform: translateY(-7rem);
     -moz-transform: translateY(-7rem);
      -ms-transform: translateY(-7rem);
       -o-transform: translateY(-7rem);
          transform: translateY(-7rem);
}
@media (min-width: 768px) {
  .landing__intro__cta__mobile {
    display: none;
  }
}
.landing__blocs h2 {
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  letter-spacing: 0.0625rem;
}
@media (min-width: 768px) {
  .landing__blocs h2 {
    font-size: 2.25rem;
  }
}
.landing__bloc {
  position: relative;
  padding: 0 0 2.1875rem;
}
@media (min-width: 768px) {
  .landing__bloc {
    padding: 4.625rem 0 6.25rem;
  }
}
.landing__bloc:not(:last-child) {
  margin-bottom: 7.1875rem;
}
@media (min-width: 768px) {
  .landing__bloc:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.landing__bloc__green {
  background: #7bc142;
}
.landing__bloc__blue {
  background: #0054A4;
}
.landing__bloc__black {
  background: #252a2d;
}
.landing__bloc__green_light {
  background: #f1f5ed;
}
.landing__bloc__blue_light {
  background: #EDF6FF;
}
.landing__bloc__white {
  background: #fff;
}
.landing__bloc__green, .landing__bloc__blue, .landing__bloc__black {
  color: #fff;
}
.landing__bloc .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1023px) {
  .landing__bloc .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .landing__bloc:nth-child(2n) .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .landing__bloc:nth-child(2n) .container .landing__bloc__image {
    left: 0;
  }
  .landing__bloc:nth-child(2n) .arc {
    left: 0;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
         -o-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
.landing__bloc__text {
  z-index: 2;
  position: relative;
}
@media (min-width: 1024px) {
  .landing__bloc__text {
    width: -webkit-calc(55% - 0.9375rem);
    width: -moz-calc(55% - 0.9375rem);
    width: calc(55% - 0.9375rem);
  }
}
.landing__bloc__cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.25rem;
  padding-top: 1.5625rem;
}
@media (min-width: 768px) {
  .landing__bloc__cta {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 3.125rem;
  }
}
.landing__bloc__image {
  z-index: 1;
  right: 0;
  top: -6.25rem;
  height: 45vw;
}
@media (max-width: 1023px) {
  .landing__bloc__image {
    margin-top: -5rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .landing__bloc__image {
    position: absolute;
    width: 42%;
    height: -webkit-calc(100% + 6.25rem + 4.625rem);
    height: -moz-calc(100% + 6.25rem + 4.625rem);
    height: calc(100% + 6.25rem + 4.625rem);
    padding: 0 0.9375rem;
  }
}
.landing__bloc__image picture {
  overflow: hidden;
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  position: relative;
  height: 100%;
  width: 100%;
}
.landing__bloc__image picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing__bloc .arc {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .landing__bloc .arc {
    display: none;
  }
}
.landing .bt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0.5rem;
  padding: 0.9375rem 0.75rem;
  min-height: 4rem;
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 130%;
  color: #fff;
}
@media (min-width: 768px) {
  .landing .bt {
    min-height: 4.75rem;
  }
}
@media (min-width: 1024px) {
  .landing .bt {
    font-size: 0.85rem;
    padding: 1rem 0.7rem;
  }
}
@media (min-width: 1280px) {
  .landing .bt {
    padding: 1rem 0.9rem;
  }
}
@media (min-width: 1601px) {
  .landing .bt {
    font-size: 1rem;
    padding: 1.25rem 1.125rem;
  }
}
.landing .bt::after {
  content: "";
  background: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.74701 7.50011L1.73915 14.7132L0.301316 13.0497L6.46236 7.50011L0.301315 1.95056L1.73915 0.287048L9.74701 7.50011Z' fill='%23ffffff'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.74701 7.50011L1.73915 14.7132L0.301316 13.0497L6.46236 7.50011L0.301315 1.95056L1.73915 0.287048L9.74701 7.50011Z' fill='%23ffffff'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  display: block;
  width: 0.625rem;
  height: 0.9375rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.landing .bt__green {
  background: #7bc142;
  border: 2px solid #7bc142;
}
.landing .bt__green:hover {
  background: #fff;
  color: #7bc142;
}
.landing .bt__green:hover::after {
  background: #7bc142;
}
.landing .bt__blue {
  background: #0054A4;
  border: 2px solid #0054A4;
}
.landing .bt__blue:hover {
  background: #fff;
  color: #0054A4;
}
.landing .bt__blue:hover::after {
  background: #0054A4;
}
.landing .bt__black {
  background: #252a2d;
  border: 2px solid #252a2d;
}
.landing .bt__black:hover {
  background: #fff;
  color: #252a2d;
}
.landing .bt__black:hover::after {
  background: #252a2d;
}
.landing .bt__green_light {
  background: #f1f5ed;
}
.landing .bt__green_light:hover {
  background: #7bc142;
  color: #fff;
}
.landing .bt__green_light:hover::after {
  background: #fff;
}
.landing .bt__blue_light {
  background: #EDF6FF;
}
.landing .bt__blue_light:hover {
  background: #0054A4;
  color: #fff;
}
.landing .bt__blue_light:hover::after {
  background: #0054A4;
}
.landing .bt__white {
  background: #fff;
}
.landing .bt__white:hover {
  background: #7bc142;
  color: #fff;
}
.landing .bt__white:hover::after {
  background: #fff;
}
.landing .bt__green_light, .landing .bt__blue_light, .landing .bt__white {
  color: #252a2d;
}
.landing .bt__green_light::after, .landing .bt__blue_light::after, .landing .bt__white::after {
  background: #252a2d;
}

.page-template-rh-page-2 .to-top-arrow .stickybutton.button {
  display: none;
}
.page-template-rh-page-2 iframe {
  display: block;
  margin: auto;
  width: 100%;
  height: 52vw;
}
@media (min-width: 1024px) {
  .page-template-rh-page-2 iframe {
    width: 900px;
    height: 506px;
  }
}

.tracking {
  background: #f1f5ed;
}
.tracking .container {
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .tracking .container {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1280px) {
  .tracking .container {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1536px) {
  .tracking .container {
    padding-top: 4rem;
    padding-bottom: 9rem;
  }
}
.tracking .intro {
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .tracking .intro {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1536px) {
  .tracking .intro {
    padding-bottom: 2.8rem;
  }
}
.tracking .intro svg {
  width: 3rem;
  height: auto;
}
@media (min-width: 1536px) {
  .tracking .intro svg {
    width: 4rem;
  }
}
.tracking .intro h1 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #0054A4;
}
@media (min-width: 1024px) {
  .tracking .intro h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (min-width: 1536px) {
  .tracking .intro h1 {
    font-size: 36px;
    line-height: 43px;
  }
}
.tracking__form {
  max-width: 44.375rem;
  margin: auto;
}
.tracking__form button {
  margin: auto;
  margin-top: 1.5rem;
  font-size: 18px;
  width: 21.875rem;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .tracking__form button {
    margin-top: 2rem;
  }
}
@media (min-width: 1536px) {
  .tracking__form button {
    margin-top: 3rem;
  }
}
.tracking__form .requiered {
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  color: #0054A4;
  display: block;
}
.tracking__form.--error1 .tracking__field:not(.receiptfield) {
  height: 4.375rem;
}
.tracking__form.--error1 .tracking__field:not(.receiptfield) .tracking__field__error, .tracking__form.--error1 .tracking__field:not(.receiptfield) .tracking__field__empty {
  display: none;
}
.tracking__field {
  text-align: left;
  width: 100%;
  display: block;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
     -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: white;
  margin-bottom: 1.25rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  font-weight: 400;
  height: 4.375rem;
  position: relative;
  overflow: hidden;
}
.tracking__field.--servererror {
  display: none;
}
.tracking__field.--servererror.--error {
  display: block;
}
.tracking__field.--notfounderror {
  display: none;
}
.tracking__field.--notfounderror.--error {
  display: block;
}
.tracking__field.--formaterror {
  display: none;
}
.tracking__field.--formaterror.--error {
  display: block;
}
.tracking__field.--formaterror.--error .tracking__field__error {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto;
}
.tracking__field.--error {
  height: auto;
}
.tracking__field.--empty {
  height: auto;
}
.tracking__field.--focus {
  height: 4.375rem;
}
.tracking__field.--focus .tracking__field__error, .tracking__field.--focus .tracking__field__empty {
  display: none !important;
}
.tracking__field input {
  width: 100%;
  border: none;
  padding-top: 1.75rem;
}
.tracking__field input:focus {
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}
.tracking__field__control-container {
  position: relative;
}
.tracking__field__label {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 44%;
  letter-spacing: 0.00937em;
  -webkit-transform-origin: left top;
     -moz-transform-origin: left top;
      -ms-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: max-width 0.324s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-width 0.324s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: max-width 0.324s cubic-bezier(0.4, 0, 0.2, 1), -o-transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.324s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.324s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.324s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), -o-transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.tracking__field.--active .tracking__field__label {
  -webkit-transform: translateY(-40%) scale(0.75);
     -moz-transform: translateY(-40%) scale(0.75);
      -ms-transform: translateY(-40%) scale(0.75);
       -o-transform: translateY(-40%) scale(0.75);
          transform: translateY(-40%) scale(0.75);
  max-width: 133%;
}
.tracking__field__error {
  display: none;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin: 0 -1.5625rem;
  margin-top: 0.625rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  border-top: 2px solid #ff9900;
  background: #fff5e4;
  font-size: 14px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tracking__field__error svg {
  width: 1.25rem;
  height: auto;
}
@media (min-width: 768px) {
  .tracking__field__error svg {
    width: 2rem;
  }
}
.tracking__field__error strong {
  color: #ff9900;
}
.tracking__field__error p:not(:last-child) {
  padding-bottom: 1rem;
}
.tracking__field__error a {
  color: #0054A4;
  text-decoration: underline;
}
.tracking__field__error a:hover {
  text-decoration: none;
}
.tracking__field__error div {
  width: -webkit-calc(100% - 1.25rem - 1rem);
  width: -moz-calc(100% - 1.25rem - 1rem);
  width: calc(100% - 1.25rem - 1rem);
}
@media (min-width: 768px) {
  .tracking__field__error div {
    width: -webkit-calc(100% - 2rem - 1.5rem);
    width: -moz-calc(100% - 2rem - 1.5rem);
    width: calc(100% - 2rem - 1.5rem);
  }
}
.tracking__field.--error .tracking__field__error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.tracking__field.--empty .tracking__field__error {
  display: none;
}
.tracking__field.--servererror .tracking__field__error {
  margin-top: 0;
  border: none;
}
.tracking__field.--notfounderror .tracking__field__error {
  margin-top: 0;
  border: none;
}
.tracking__field.--formaterror .tracking__field__error {
  margin-top: 0;
  border: none;
}
.tracking__field__empty {
  display: none;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin: 0 -1.5625rem;
  margin-top: 0.625rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  border-top: 2px solid #ff9900;
  background: #fff5e4;
  font-size: 14px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tracking__field__empty svg {
  width: 1.25rem;
  height: auto;
}
@media (min-width: 768px) {
  .tracking__field__empty svg {
    width: 2rem;
  }
}
.tracking__field__empty strong {
  color: #ff9900;
}
.tracking__field__empty p:not(:last-child) {
  padding-bottom: 1rem;
}
.tracking__field__empty a {
  color: #0054A4;
  text-decoration: underline;
}
.tracking__field__empty a:hover {
  text-decoration: none;
}
.tracking__field__empty div {
  width: -webkit-calc(100% - 1.25rem - 1rem);
  width: -moz-calc(100% - 1.25rem - 1rem);
  width: calc(100% - 1.25rem - 1rem);
}
@media (min-width: 768px) {
  .tracking__field__empty div {
    width: -webkit-calc(100% - 2rem - 1.5rem);
    width: -moz-calc(100% - 2rem - 1.5rem);
    width: calc(100% - 2rem - 1.5rem);
  }
}
.tracking__field.--empty .tracking__field__empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.tracking__home {
  z-index: 100;
  position: relative;
  line-height: normal;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
     -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  background: #f1f5ed;
  padding: 1.25rem;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  width: -webkit-calc(100% - 1.875rem);
  width: -moz-calc(100% - 1.875rem);
  width: calc(100% - 1.875rem);
  max-width: 50rem;
}
@media (max-width: 1023px) {
  .tracking__home {
    margin: auto;
    margin-top: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .tracking__home {
    padding: 2.1875rem;
    width: 27rem;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2rem;
  }
}
@media (min-width: 1280px) {
  .tracking__home {
    right: 5rem;
  }
}
.tracking__home .intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
.tracking__home .intro svg {
  width: 3rem;
  height: auto;
}
.tracking__home .intro .titre {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  color: #0054A4;
  margin-left: 0.625rem;
}
.tracking__home .tracking__form.--error1 .tracking__field:not(.receiptfield) {
  height: 3rem;
}
.tracking__home .tracking__field {
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.tracking__home .tracking__field.--error {
  height: 3rem;
}
.tracking__home .tracking__field.--formaterror.--error {
  height: auto;
}
.tracking__home .tracking__field.--formaterror.--error p {
  padding-bottom: 0;
}
.tracking__home .tracking__field.--formaterror.--error .--more {
  display: none;
}
.tracking__home .tracking__field__error {
  display: none !important;
}
.tracking__home .tracking__field__empty {
  display: none !important;
}
.tracking__home .tracking__field__label {
  top: 35%;
}
.tracking__home .tracking__field input {
  padding-top: 1.2rem;
}
.tracking__home .tracking__field.--focus {
  height: 3rem;
}
.tracking__home .tracking__form .button {
  margin-top: 1.5rem;
  width: 100%;
}

.home-banner {
  background: #f7f7f7;
}
.home-banner .home-slide::after {
  background: #000;
  opacity: 0.4;
}
@media (min-width: 1024px) {
  .home-banner .home-slide::after {
    opacity: 0.3;
  }
}
@media (min-width: 1024px) {
  .home-banner .home-slide .slide-description h2,
.home-banner .home-slide .slide-description p {
    width: -webkit-calc(100% - 35rem);
    width: -moz-calc(100% - 35rem);
    width: calc(100% - 35rem);
  }
}
.home-banner .owl-dots {
  bottom: 20px;
}
@media (max-width: 639px) {
  .home-banner .home-banner-slider.owl-carousel {
    height: 40vh;
  }
}
@media (max-width: 639px) {
  .home-banner .home-banner-slider.owl-carousel .owl-stage-outer .owl-stage picture {
    height: 40vh;
  }
}

.ui-autocomplete {
  z-index: 9999;
  background: white;
  color: #000;
  cursor: pointer;
  padding: 0.5rem;
  max-width: 100%;
  width: 300px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
     -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.ui-autocomplete li.ui-menu-item {
  padding: 0 0.5em;
  line-height: 2em;
  font-size: 0.8em;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.ui-autocomplete li.ui-menu-item:hover {
  background: #f1f5ed;
  color: #0054A4;
}

.home .header-banner .top-menu:not(#menu-site-espagnol-menu-haut-es) {
  display: none;
}
/*# sourceMappingURL=style.css.map */
</pre></body></html>