@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,400&family=Mulish:ital,wght@0,400;0,700;0,800;1,400&display=swap");
.slick-prev::before, .slick-next::before, .document::after, .menu--main .no-link + .submenu-lvl-1 .no-link::before, .menu--main > .menu > .menu-item > .menu-link::before, .item-type::before, .back-top::after, .pager__next .pager__link::after, .pager__previous .pager__link::before, .breadcrumb li:not(:first-child)::before, .scroll-nav__item::before, .search-form .form-submit::before, .collapsible-search-cta::before, .collapsible-faq-cta::after, .collapsible-description-cta::after, .icon-after.i-contact::after, .icon-after.i-arrow-up::after, .icon-after.i-mail-empty::after, .icon-after.i-pin::after, .icon-after.i-airport::after, .icon-after.i-download::after, .icon-after.i-burger::after, .icon-after.i-external-link::after, .icon-after.i-calendar::after, .icon-after.i-decision::after, .icon-after.i-study::after, .icon-after.i-reco::after, .icon-after.i-process::after, .icon-after.i-press::after, .icon-after.i-filters::after, .icon-after.i-website::after, .icon-after.i-opinion-down::after, .icon-after.i-opinion-up::after, .icon-after.i-phone::after, .icon-after.i-news::after, .icon-after.i-files::after, .icon-after.i-page::after, .icon-after.i-search::after, .icon-after.i-quote::after, .icon-after.i-close::after, .icon-after.i-check::after, .icon-after.i-dropdown::after, .icon-after.i-arrow::after, .icon-after.i-print::after, .icon-after.i-mail::after, .icon-after.i-youtube::after, .icon-after.i-twitter::after, .icon-after.i-linkedin::after, .icon-after.i-facebook::after, .icon-before.i-contact::before, .icon-before.i-arrow-up::before, .icon-before.i-mail-empty::before, .icon-before.i-pin::before, .icon-before.i-airport::before, .icon-before.i-download::before, .icon-before.i-burger::before, .icon-before.i-external-link::before, .icon-before.i-calendar::before, .icon-before.i-decision::before, .icon-before.i-study::before, .icon-before.i-reco::before, .icon-before.i-process::before, .icon-before.i-press::before, .icon-before.i-filters::before, .icon-before.i-website::before, .icon-before.i-opinion-down::before, .icon-before.i-opinion-up::before, .icon-before.i-phone::before, .icon-before.i-news::before, .icon-before.i-files::before, .icon-before.i-page::before, .icon-before.i-search::before, .icon-before.i-quote::before, .icon-before.i-close::before, .icon-before.i-check::before, .icon-before.i-dropdown::before, .icon-before.i-arrow::before, .icon-before.i-print::before, .icon-before.i-mail::before, .icon-before.i-youtube::before, .icon-before.i-twitter::before, .icon-before.i-linkedin::before, .icon-before.i-facebook::before, .text-formatted a[target=_blank]::after, .text-formatted ul li::before, .section-legal-document .text-formatted ul > li > *:first-child::before, .form-type-checkbox input:checked + label::after, .form-type-checkbox label::after {
  display: block;
  font-family: "icomoon", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev, .slick-next, .slick-dots li button, .menu--main button, .collapsible-search-cta, .collapsible-main-menu-cta {
  display: block;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: inherit;
  text-align: inherit;
  white-space: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.document, .item-partner, .item-file, .big-file, .item:not(.item-report) {
  position: relative;
}
.document a::before, .item-partner a::before, .item-file a::before, .big-file a::before, .item:not(.item-report) a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.collapsible-faq-cta, h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.75em;
  font-family: "Merriweather", Arial, sans-serif;
  font-weight: bold;
}

.pager__next .pager__link, .pager__previous .pager__link, .block-local-tasks-block .tabs.primary a, .contextual.open .contextual-links a, .collapsible-description-cta, .btn-C, .btn-B, .btn-A, .btn, .form-submit {
  display: inline-block;
  padding: 0.8em 1.5em;
  border: none;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.form-type-checkbox label,
.form-type-radio label {
  position: relative;
  padding-left: 3rem;
  color: inherit;
}
.form-type-checkbox label::before,
.form-type-radio label::before, .form-type-checkbox label::after,
.form-type-radio label::after {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 1rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-type-checkbox label::before,
.form-type-radio label::before {
  width: 2rem;
  height: 2rem;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
}
.form-type-checkbox label::after,
.form-type-radio label::after {
  opacity: 0;
}

.form-type-checkbox label:focus::before, .form-type-checkbox label:hover::before,
.form-type-radio label:focus::before,
.form-type-radio label:hover::before {
  border-color: #001642;
  -webkit-box-shadow: #001642 0 0 0 1px;
          box-shadow: #001642 0 0 0 1px;
}

.form-type-radio input:checked + label, .form-type-checkbox input:checked + label {
  color: #001642;
}
.form-type-radio input:checked + label::after, .form-type-checkbox input:checked + label::after {
  opacity: 1;
}

.form-type-radio label::before, .form-type-radio label::after {
  border-radius: 50%;
}
.form-type-radio label::after {
  width: 0.8rem;
  height: 0.8rem;
  background: #001642;
}

.form-type-checkbox input:checked + label::after, .form-type-checkbox label::after {
  content: "\e91b";
  font-size: 1.6rem;
  top: 0.625em;
  margin-left: 0;
  color: #d33f49;
}

.slick-slide, .section-card .section-content, .presentation, .document, .item-pinned, .item-partner, .item-file, .item, .user-login-form,
.user-register-form,
.user-pass, .collapsible-faq, .collapsible-description-content, .layout-content-card, .form-container {
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 4px 11px 0 rgba(0, 22, 66, 0.15);
          box-shadow: 0 4px 11px 0 rgba(0, 22, 66, 0.15);
}

.presentation-media-wrapper::before, .item-pinned .item-media-wrapper::before, .item-file-media-wrapper::before, .page-image::before {
  background: rgb(83, 169, 136);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgb(83, 169, 136)), to(rgb(80, 121, 203)));
  background: linear-gradient(180deg, rgb(83, 169, 136) 25%, rgb(80, 121, 203) 100%);
}

.presentation-media-wrapper, .item-pinned .item-media-wrapper, .item-file-media-wrapper, .page-image {
  position: relative;
  margin-top: -2rem;
  border: 1rem solid #fff;
  border-radius: 0.5rem;
  background-color: #fff;
}
.presentation-media-wrapper::before, .item-pinned .item-media-wrapper::before, .item-file-media-wrapper::before, .page-image::before {
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: -2.5rem;
  left: -2.5rem;
  z-index: -1;
  content: "";
  border-radius: 0.5rem;
}
.presentation-media-wrapper img, .item-pinned .item-media-wrapper img, .item-file-media-wrapper img, .page-image img {
  border-radius: 0.5rem;
}

.section-search .section-content, .section-plate-forms-form, .content-nav, .know-more {
  position: relative;
  overflow: hidden;
  background-color: #001642;
  border-radius: 0.5rem;
  color: #fff;
}
.section-search .section-content::before, .section-plate-forms-form::before, .content-nav::before, .know-more::before {
  position: absolute;
  bottom: -0.5rem;
  left: -10rem;
  content: "";
  width: 40rem;
  height: 30rem;
  background-image: url("../images/footer.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.highlight .text-formatted h2,
.highlight .text-formatted h3,
.highlight .text-formatted h4,
.highlight .text-formatted h5,
.highlight .text-formatted h6 {
  color: inherit;
}
.text-formatted h2,
.text-formatted h3 {
  color: #001642;
}
.text-formatted h2,
.text-formatted h3,
.text-formatted h4 {
  margin-bottom: 4.5rem;
  position: relative;
}
.text-formatted h2::after,
.text-formatted h3::after,
.text-formatted h4::after {
  position: absolute;
  bottom: -2rem;
  display: block;
  width: 5rem;
  height: 0.5rem;
  content: "";
  background-color: #2db374;
}
.text-formatted h3::after, .text-formatted h4::after {
  bottom: -1.5rem;
}
.text-formatted p,
.text-formatted blockquote,
.text-formatted ul,
.text-formatted ol,
.text-formatted iframe {
  margin-bottom: 3.5rem;
}
.highlight .text-formatted p,
.highlight .text-formatted blockquote,
.highlight .text-formatted ul,
.highlight .text-formatted ol,
.highlight .text-formatted iframe {
  margin-bottom: 2rem;
}
.text-formatted p,
.text-formatted blockquote,
.text-formatted ul,
.text-formatted ol {
  overflow: hidden;
}
.section-legal-document .text-formatted p,
.section-legal-document .text-formatted blockquote,
.section-legal-document .text-formatted ul,
.section-legal-document .text-formatted ol {
  overflow: visible;
}
.text-formatted iframe {
  clear: both;
}
.section-legal-document .text-formatted ul {
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.section-legal-document .text-formatted ul > * {
  width: calc(100% / 1 - 0.1px);
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 40.6875em) {
  .section-legal-document .text-formatted ul > * {
    width: calc(100% / 2 - 0.1px);
  }
}
.section-legal-document .text-formatted ul > li {
  margin-bottom: 0;
  padding-left: 2rem;
}
.section-legal-document .text-formatted ul > li:before {
  content: none;
}
.section-legal-document .text-formatted ul > li > *:first-child {
  position: relative;
}
.section-legal-document .text-formatted ul > li > *:first-child::before {
  content: "\e919";
  font-size: 1.2rem;
  color: #001642;
  position: absolute;
  top: 25%;
  left: -2rem;
}
.text-formatted ul li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.text-formatted ul li::before {
  content: "\e919";
  font-size: 1.2rem;
  color: #001642;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.highlight .text-formatted ul li::before {
  color: inherit;
}
.text-formatted ul li ul,
.text-formatted ul li ol {
  margin-top: 1rem;
  margin-bottom: 0;
}
.text-formatted ol {
  counter-reset: i;
}
.text-formatted ol > * {
  position: relative;
  margin-left: 1.5em;
}
.text-formatted ol > *::before {
  content: counter(i) ".";
  counter-increment: i;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 0.25em;
  color: #001642;
}
.highlight .text-formatted ol > *::before {
  color: inherit;
}
.text-formatted ol li {
  margin-bottom: 1rem;
}
.text-formatted ol li ul,
.text-formatted ol li ol {
  margin-top: 1rem;
  margin-bottom: 0;
}
.text-formatted strong,
.text-formatted b {
  font-weight: 800;
}
.text-formatted a:not([class*=btn]) {
  color: #001642;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: underline;
  font-weight: 800;
}
.text-formatted a:not([class*=btn]):hover, .text-formatted a:not([class*=btn]):focus {
  text-decoration-thickness: 2px;
}
.text-formatted a[target=_blank] {
  display: inline-block;
  padding-right: 2.5rem;
}
.text-formatted a[target=_blank]::after {
  content: "\e913";
  font-size: 0.875em;
  position: absolute;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.text-formatted figure {
  clear: both;
  display: table;
  margin-bottom: 2em;
}
.text-formatted figure p,
.text-formatted figure figcaption {
  display: block;
  margin-top: 0.75em;
  text-align: right;
  font-family: "Merriweather", Arial, sans-serif;
  font-size: 1.4rem;
}
.text-formatted figure img {
  border-radius: 0.5rem;
}
.text-formatted blockquote {
  padding: 0;
  margin: 0 0 1.5em;
  font-family: "Merriweather", Arial, sans-serif;
  font-size: 2.4rem;
  font-style: italic;
  color: #001642;
}
.text-formatted blockquote p {
  display: inline;
}
.text-formatted hr {
  height: 3px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  background-color: #2db374;
  border: none;
}
.text-formatted .align-center {
  text-align: center;
}
.text-formatted .align-center img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 40.625em) {
  .text-formatted .align-left,
  .text-formatted .align-right {
    float: none;
  }
}
@media screen and (min-width: 40.6875em), print {
  .text-formatted .align-left,
  .text-formatted .align-right {
    max-width: 50%;
  }
}
@media screen and (min-width: 40.6875em), print {
  .text-formatted .align-left {
    margin-right: 2em;
  }
  .text-formatted .align-left + * {
    clear: right;
  }
}
@media screen and (min-width: 40.6875em), print {
  .text-formatted .align-right {
    margin-left: 2em;
  }
  .text-formatted .align-right + * {
    clear: left;
  }
}

.icon {
  text-decoration: none;
}
.icon-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-inline::before {
  margin-right: 0.25em;
}
.icon-inline::after {
  margin-left: 1rem;
}
.icon-before.i-facebook::before {
  content: "\e900";
}
.icon-before.i-linkedin::before {
  content: "\e903";
}
.icon-before.i-twitter::before {
  content: "\e901";
}
.icon-before.i-youtube::before {
  content: "\e902";
}
.icon-before.i-mail::before {
  content: "\e905";
}
.icon-before.i-print::before {
  content: "\e904";
}
.icon-before.i-arrow::before {
  content: "\e919";
}
.icon-before.i-dropdown::before {
  content: "\e91a";
}
.icon-before.i-check::before {
  content: "\e91b";
}
.icon-before.i-close::before {
  content: "\e917";
}
.icon-before.i-quote::before {
  content: "\e910";
}
.icon-before.i-search::before {
  content: "\e918";
}
.icon-before.i-page::before {
  content: "\e906";
}
.icon-before.i-files::before {
  content: "\e921";
}
.icon-before.i-news::before {
  content: "\e907";
}
.icon-before.i-phone::before {
  content: "\e908";
}
.icon-before.i-opinion-up::before {
  content: "\e909";
}
.icon-before.i-opinion-down::before {
  content: "\e91f";
}
.icon-before.i-website::before {
  content: "\e90a";
}
.icon-before.i-filters::before {
  content: "\e90b";
}
.icon-before.i-press::before {
  content: "\e90c";
}
.icon-before.i-process::before {
  content: "\e90d";
}
.icon-before.i-reco::before {
  content: "\e90e";
}
.icon-before.i-study::before {
  content: "\e90f";
}
.icon-before.i-decision::before {
  content: "\e911";
}
.icon-before.i-calendar::before {
  content: "\e912";
}
.icon-before.i-external-link::before {
  content: "\e913";
}
.icon-before.i-burger::before {
  content: "\e914";
}
.icon-before.i-download::before {
  content: "\e915";
}
.icon-before.i-airport::before {
  content: "\e916";
}
.icon-before.i-pin::before {
  content: "\e91c";
}
.icon-before.i-mail-empty::before {
  content: "\e91e";
}
.icon-before.i-arrow-up::before {
  content: "\ea3a";
}
.icon-before.i-contact::before {
  content: "\e920";
}
.icon-after.i-facebook::after {
  content: "\e900";
}
.icon-after.i-linkedin::after {
  content: "\e903";
}
.icon-after.i-twitter::after {
  content: "\e901";
}
.icon-after.i-youtube::after {
  content: "\e902";
}
.icon-after.i-mail::after {
  content: "\e905";
}
.icon-after.i-print::after {
  content: "\e904";
}
.icon-after.i-arrow::after {
  content: "\e919";
}
.icon-after.i-dropdown::after {
  content: "\e91a";
}
.icon-after.i-check::after {
  content: "\e91b";
}
.icon-after.i-close::after {
  content: "\e917";
}
.icon-after.i-quote::after {
  content: "\e910";
}
.icon-after.i-search::after {
  content: "\e918";
}
.icon-after.i-page::after {
  content: "\e906";
}
.icon-after.i-files::after {
  content: "\e921";
}
.icon-after.i-news::after {
  content: "\e907";
}
.icon-after.i-phone::after {
  content: "\e908";
}
.icon-after.i-opinion-up::after {
  content: "\e909";
}
.icon-after.i-opinion-down::after {
  content: "\e91f";
}
.icon-after.i-website::after {
  content: "\e90a";
}
.icon-after.i-filters::after {
  content: "\e90b";
}
.icon-after.i-press::after {
  content: "\e90c";
}
.icon-after.i-process::after {
  content: "\e90d";
}
.icon-after.i-reco::after {
  content: "\e90e";
}
.icon-after.i-study::after {
  content: "\e90f";
}
.icon-after.i-decision::after {
  content: "\e911";
}
.icon-after.i-calendar::after {
  content: "\e912";
}
.icon-after.i-external-link::after {
  content: "\e913";
}
.icon-after.i-burger::after {
  content: "\e914";
}
.icon-after.i-download::after {
  content: "\e915";
}
.icon-after.i-airport::after {
  content: "\e916";
}
.icon-after.i-pin::after {
  content: "\e91c";
}
.icon-after.i-mail-empty::after {
  content: "\e91e";
}
.icon-after.i-arrow-up::after {
  content: "\ea3a";
}
.icon-after.i-contact::after {
  content: "\e920";
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.columns > * {
  width: calc(100% / 1 - 0.1px);
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 28.125em) {
  .columns.xs-columns-1 > * {
    width: calc(100% / 1 - 0.1px);
  }
}
@media screen and (max-width: 40.625em) {
  .columns.sm-columns-1 > * {
    width: calc(100% / 1 - 0.1px);
  }
}
@media screen and (max-width: 53.125em) {
  .columns.md-columns-1 > * {
    width: calc(100% / 1 - 0.1px);
  }
}
@media screen and (max-width: 68.75em) {
  .columns.lg-columns-1 > * {
    width: calc(100% / 1 - 0.1px);
  }
}
@media screen and (min-width: 28.1875em) and (max-width: 40.625em) {
  .columns.xs-sm-columns-1 > * {
    width: calc(100% / 1 - 0.1px);
  }
}
@media screen and (min-width: 40.6875em) and (max-width: 53.125em) {
  .columns.sm-md-columns-1 > * {
    width: calc(100% / 1 - 0.1px);
  }
}
@media screen and (min-width: 40.6875em) and (max-width: 68.75em) {
  .columns.sm-lg-columns-1 > * {
    width: calc(100% / 1 - 0.1px);
  }
}
@media screen and (min-width: 53.1875em) and (max-width: 68.75em) {
  .columns.md-lg-columns-1 > * {
    width: calc(100% / 1 - 0.1px);
  }
}
@media screen and (min-width: 28.1875em) {
  .columns.xs-up-columns-1 > * {
    width: calc(100% / 1 - 0.1px);
  }
}
@media screen and (min-width: 40.6875em) {
  .columns.sm-up-columns-1 > * {
    width: calc(100% / 1 - 0.1px);
  }
}
@media screen and (min-width: 53.1875em) {
  .columns.md-up-columns-1 > * {
    width: calc(100% / 1 - 0.1px);
  }
}
@media screen and (min-width: 68.8125em) {
  .columns.lg-up-columns-1 > * {
    width: calc(100% / 1 - 0.1px);
  }
}
@media screen and (min-width: 87.5625em) {
  .columns.xlg-up-columns-1 > * {
    width: calc(100% / 1 - 0.1px);
  }
}
.columns .columns-1 > * {
  width: calc(100% / 1 - 0.1px);
}
@media screen and (max-width: 28.125em) {
  .columns.xs-columns-2 > * {
    width: calc(100% / 2 - 0.1px);
  }
}
@media screen and (max-width: 40.625em) {
  .columns.sm-columns-2 > * {
    width: calc(100% / 2 - 0.1px);
  }
}
@media screen and (max-width: 53.125em) {
  .columns.md-columns-2 > * {
    width: calc(100% / 2 - 0.1px);
  }
}
@media screen and (max-width: 68.75em) {
  .columns.lg-columns-2 > * {
    width: calc(100% / 2 - 0.1px);
  }
}
@media screen and (min-width: 28.1875em) and (max-width: 40.625em) {
  .columns.xs-sm-columns-2 > * {
    width: calc(100% / 2 - 0.1px);
  }
}
@media screen and (min-width: 40.6875em) and (max-width: 53.125em) {
  .columns.sm-md-columns-2 > * {
    width: calc(100% / 2 - 0.1px);
  }
}
@media screen and (min-width: 40.6875em) and (max-width: 68.75em) {
  .columns.sm-lg-columns-2 > * {
    width: calc(100% / 2 - 0.1px);
  }
}
@media screen and (min-width: 53.1875em) and (max-width: 68.75em) {
  .columns.md-lg-columns-2 > * {
    width: calc(100% / 2 - 0.1px);
  }
}
@media screen and (min-width: 28.1875em) {
  .columns.xs-up-columns-2 > * {
    width: calc(100% / 2 - 0.1px);
  }
}
@media screen and (min-width: 40.6875em) {
  .columns.sm-up-columns-2 > * {
    width: calc(100% / 2 - 0.1px);
  }
}
@media screen and (min-width: 53.1875em) {
  .columns.md-up-columns-2 > * {
    width: calc(100% / 2 - 0.1px);
  }
}
@media screen and (min-width: 68.8125em) {
  .columns.lg-up-columns-2 > * {
    width: calc(100% / 2 - 0.1px);
  }
}
@media screen and (min-width: 87.5625em) {
  .columns.xlg-up-columns-2 > * {
    width: calc(100% / 2 - 0.1px);
  }
}
.columns .columns-2 > * {
  width: calc(100% / 2 - 0.1px);
}
@media screen and (max-width: 28.125em) {
  .columns.xs-columns-3 > * {
    width: calc(100% / 3 - 0.1px);
  }
}
@media screen and (max-width: 40.625em) {
  .columns.sm-columns-3 > * {
    width: calc(100% / 3 - 0.1px);
  }
}
@media screen and (max-width: 53.125em) {
  .columns.md-columns-3 > * {
    width: calc(100% / 3 - 0.1px);
  }
}
@media screen and (max-width: 68.75em) {
  .columns.lg-columns-3 > * {
    width: calc(100% / 3 - 0.1px);
  }
}
@media screen and (min-width: 28.1875em) and (max-width: 40.625em) {
  .columns.xs-sm-columns-3 > * {
    width: calc(100% / 3 - 0.1px);
  }
}
@media screen and (min-width: 40.6875em) and (max-width: 53.125em) {
  .columns.sm-md-columns-3 > * {
    width: calc(100% / 3 - 0.1px);
  }
}
@media screen and (min-width: 40.6875em) and (max-width: 68.75em) {
  .columns.sm-lg-columns-3 > * {
    width: calc(100% / 3 - 0.1px);
  }
}
@media screen and (min-width: 53.1875em) and (max-width: 68.75em) {
  .columns.md-lg-columns-3 > * {
    width: calc(100% / 3 - 0.1px);
  }
}
@media screen and (min-width: 28.1875em) {
  .columns.xs-up-columns-3 > * {
    width: calc(100% / 3 - 0.1px);
  }
}
@media screen and (min-width: 40.6875em) {
  .columns.sm-up-columns-3 > * {
    width: calc(100% / 3 - 0.1px);
  }
}
@media screen and (min-width: 53.1875em) {
  .columns.md-up-columns-3 > * {
    width: calc(100% / 3 - 0.1px);
  }
}
@media screen and (min-width: 68.8125em) {
  .columns.lg-up-columns-3 > * {
    width: calc(100% / 3 - 0.1px);
  }
}
@media screen and (min-width: 87.5625em) {
  .columns.xlg-up-columns-3 > * {
    width: calc(100% / 3 - 0.1px);
  }
}
.columns .columns-3 > * {
  width: calc(100% / 3 - 0.1px);
}
@media screen and (max-width: 28.125em) {
  .columns.xs-columns-4 > * {
    width: calc(100% / 4 - 0.1px);
  }
}
@media screen and (max-width: 40.625em) {
  .columns.sm-columns-4 > * {
    width: calc(100% / 4 - 0.1px);
  }
}
@media screen and (max-width: 53.125em) {
  .columns.md-columns-4 > * {
    width: calc(100% / 4 - 0.1px);
  }
}
@media screen and (max-width: 68.75em) {
  .columns.lg-columns-4 > * {
    width: calc(100% / 4 - 0.1px);
  }
}
@media screen and (min-width: 28.1875em) and (max-width: 40.625em) {
  .columns.xs-sm-columns-4 > * {
    width: calc(100% / 4 - 0.1px);
  }
}
@media screen and (min-width: 40.6875em) and (max-width: 53.125em) {
  .columns.sm-md-columns-4 > * {
    width: calc(100% / 4 - 0.1px);
  }
}
@media screen and (min-width: 40.6875em) and (max-width: 68.75em) {
  .columns.sm-lg-columns-4 > * {
    width: calc(100% / 4 - 0.1px);
  }
}
@media screen and (min-width: 53.1875em) and (max-width: 68.75em) {
  .columns.md-lg-columns-4 > * {
    width: calc(100% / 4 - 0.1px);
  }
}
@media screen and (min-width: 28.1875em) {
  .columns.xs-up-columns-4 > * {
    width: calc(100% / 4 - 0.1px);
  }
}
@media screen and (min-width: 40.6875em) {
  .columns.sm-up-columns-4 > * {
    width: calc(100% / 4 - 0.1px);
  }
}
@media screen and (min-width: 53.1875em) {
  .columns.md-up-columns-4 > * {
    width: calc(100% / 4 - 0.1px);
  }
}
@media screen and (min-width: 68.8125em) {
  .columns.lg-up-columns-4 > * {
    width: calc(100% / 4 - 0.1px);
  }
}
@media screen and (min-width: 87.5625em) {
  .columns.xlg-up-columns-4 > * {
    width: calc(100% / 4 - 0.1px);
  }
}
.columns .columns-4 > * {
  width: calc(100% / 4 - 0.1px);
}
@media screen and (max-width: 28.125em) {
  .columns.xs-columns-5 > * {
    width: calc(100% / 5 - 0.1px);
  }
}
@media screen and (max-width: 40.625em) {
  .columns.sm-columns-5 > * {
    width: calc(100% / 5 - 0.1px);
  }
}
@media screen and (max-width: 53.125em) {
  .columns.md-columns-5 > * {
    width: calc(100% / 5 - 0.1px);
  }
}
@media screen and (max-width: 68.75em) {
  .columns.lg-columns-5 > * {
    width: calc(100% / 5 - 0.1px);
  }
}
@media screen and (min-width: 28.1875em) and (max-width: 40.625em) {
  .columns.xs-sm-columns-5 > * {
    width: calc(100% / 5 - 0.1px);
  }
}
@media screen and (min-width: 40.6875em) and (max-width: 53.125em) {
  .columns.sm-md-columns-5 > * {
    width: calc(100% / 5 - 0.1px);
  }
}
@media screen and (min-width: 40.6875em) and (max-width: 68.75em) {
  .columns.sm-lg-columns-5 > * {
    width: calc(100% / 5 - 0.1px);
  }
}
@media screen and (min-width: 53.1875em) and (max-width: 68.75em) {
  .columns.md-lg-columns-5 > * {
    width: calc(100% / 5 - 0.1px);
  }
}
@media screen and (min-width: 28.1875em) {
  .columns.xs-up-columns-5 > * {
    width: calc(100% / 5 - 0.1px);
  }
}
@media screen and (min-width: 40.6875em) {
  .columns.sm-up-columns-5 > * {
    width: calc(100% / 5 - 0.1px);
  }
}
@media screen and (min-width: 53.1875em) {
  .columns.md-up-columns-5 > * {
    width: calc(100% / 5 - 0.1px);
  }
}
@media screen and (min-width: 68.8125em) {
  .columns.lg-up-columns-5 > * {
    width: calc(100% / 5 - 0.1px);
  }
}
@media screen and (min-width: 87.5625em) {
  .columns.xlg-up-columns-5 > * {
    width: calc(100% / 5 - 0.1px);
  }
}
.columns .columns-5 > * {
  width: calc(100% / 5 - 0.1px);
}

.form-container {
  padding: 2rem;
}
@media screen and (min-width: 53.1875em) {
  .form-container {
    padding: 4rem;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.8;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.8;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.8;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 0.8;
}

::placeholder {
  color: inherit;
  opacity: 0.8;
}

label {
  display: inline-block;
  margin-bottom: 2rem;
  color: #001642;
  font-family: "Merriweather", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 800;
}
.form-type-checkbox label, .form-type-radio label {
  color: #001642;
  font-family: "Mulish", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
}
.sort-by label {
  font-family: "Mulish", Arial, sans-serif;
  font-size: 1.8rem;
  margin: 1rem 2rem;
}
.search-form label {
  display: inline-block;
}
.heading label, .collapsible-search label {
  position: static;
  font-weight: normal;
}
.collapsible-search label {
  color: inherit;
  font-size: 1.8rem;
}
@media screen and (max-width: 68.75em) {
  .collapsible-search label {
    text-align: center;
    line-height: 2.6rem;
  }
}
@media screen and (min-width: 68.8125em) {
  .collapsible-search label {
    font-size: 2rem;
  }
}
.search-filter-hp-form label, .search-filter-form label {
  color: #fff;
  font-weight: normal;
}
.section-plate-forms label {
  position: relative;
  left: auto;
  color: inherit;
  font-weight: normal;
}
.webform-type-radios label, .webform-type-checkboxes label {
  margin-bottom: 1rem;
}
label a {
  color: #001642;
  font-weight: 800;
  text-decoration: underline;
}
label a:hover, label a:focus {
  text-decoration-style: dashed;
}

input[type=text], input[type=email], input[type=password], input[type=search], input[type=url], input[type=tel], input[type=number], input[type=date], input[type=time], input[type=file], textarea, select {
  display: block;
  width: 100%;
  padding: 1.125em 1.25em;
  margin-bottom: 3rem;
  border: 1px solid #c6c6c6;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #001642;
  font-style: italic;
  line-height: 2.4rem;
}
input[type=text].error, input[type=email].error, input[type=password].error, input[type=search].error, input[type=url].error, input[type=tel].error, input[type=number].error, input[type=date].error, input[type=time].error, input[type=file].error, textarea.error, select.error {
  border-color: #d33f49;
  color: #d33f49;
}

input[type=search] {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 3.125em;
  background-image: url("../images/arrow.svg");
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-size: auto 17%;
}
select::-ms-expand {
  display: none;
}
.sort-by select {
  width: auto;
  min-width: 18rem;
  min-height: 6rem;
  line-height: 6rem;
  padding: 0 3rem 0 2rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  background-position: right 2rem center;
  background-size: auto 1rem;
  background-color: #fff;
  border: 1px solid #c6c6c6;
}
@media screen and (min-width: 28.1875em) {
  .sort-by select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.search-filter-hp-form select {
  background-size: auto 15%;
  border: none;
}

textarea {
  min-height: 10em;
  min-width: 100%;
  max-width: 100%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.search-filter-hp-form fieldset, .search-filter-form fieldset {
  width: 100%;
}

legend {
  margin: 0 0 0.5em;
  font-weight: bold;
}
.search-filter-form legend {
  position: relative;
  margin-bottom: 7rem;
  font-family: "Merriweather", Arial, sans-serif;
  font-size: 2.4rem;
}
.search-filter-form legend::after {
  position: absolute;
  bottom: -2rem;
  display: block;
  width: 5rem;
  height: 0.5rem;
  content: "";
  background-color: #2db374;
}
.webform-type-radios legend, .webform-type-checkboxes legend {
  display: inline-block;
  margin-bottom: 2rem;
  color: #001642;
  font-family: "Merriweather", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.form-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.form-col > * {
  width: calc(100% / 1 - 0.1px);
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 40.6875em) {
  .form-col > * {
    width: calc(100% / 2 - 0.1px);
  }
}

.form-type-checkbox label,
.form-type-radio label {
  cursor: pointer;
}
.form-type-checkbox input,
.form-type-radio input {
  position: absolute;
  opacity: 0;
}

.search-establishment-form .form-type-checkbox label {
  display: block;
  padding-top: 1px;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.25;
}
.form-type-radio input + label::after {
  background: #d33f49;
}
.form-date {
  text-transform: uppercase;
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-size: auto 45%;
}
.form-date::-webkit-calendar-picker-indicator {
  background-image: url("../images/calendar.svg");
  background-size: auto 120%;
}

.form-actions {
  margin-top: 3rem;
  text-align: center;
}
@media print {
  .form-actions {
    display: none;
  }
}

.form-submit {
  background-color: #001642;
  color: #fff;
}
.form-submit:hover, .form-submit:focus {
  background-color: #fff;
  color: #001642;
}

.form-description {
  margin: -0.7em 0 1em;
  font-size: 1.6rem;
}
.form-description.error {
  color: #d33f49;
  font-weight: bold;
}

@media screen and (min-width: 28.1875em) {
  .filter-sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.filter-sort .form-type-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 28.125em) {
  .filter-sort .form-type-select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.filter-sort .form-submit {
  border-radius: 0 0.5rem 0.5rem 0;
  -webkit-box-shadow: inset 0 0 0 2px #001642;
          box-shadow: inset 0 0 0 2px #001642;
}
@media screen and (max-width: 28.125em) {
  .filter-sort .form-submit {
    width: 100%;
  }
}

.info {
  margin-bottom: 3rem;
  color: #001642;
}

.form-item.text-formatted {
  color: #001642;
}
.form-item.text-formatted h2,
.form-item.text-formatted p {
  margin-bottom: 1.5em;
}
.form-item.text-formatted h2 {
  font-size: 2rem;
}
.form-item.text-formatted h2::after {
  content: none;
}
.form-item-cgu {
  margin-top: 2rem;
}

table {
  clear: both;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  background: #fff;
  color: #393939;
  line-height: normal;
}
.no-js table {
  margin-bottom: 2rem;
}

caption {
  margin-bottom: 0.25em;
  font-weight: bold;
}

th,
td {
  padding: 0.5em;
  border: 1px solid;
  text-align: left;
}

th {
  background: #001642;
  color: #fff;
}

.rwd-table {
  width: 100%;
  overflow: auto;
  margin-bottom: 2rem;
}

@font-face {
  font-family: "icomoon";
  src: url("../../customer/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../../customer/fonts/icomoon.woff") format("woff"), url("../../customer/fonts/icomoon.ttf") format("truetype"), url("../../customer/fonts/icomoon.svg#icomoon") format("svg"), url("../../customer/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../../customer/fonts/icomoon.woff") format("woff"), url("../../customer/fonts/icomoon.ttf") format("truetype"), url("../../customer/fonts/icomoon.svg#icomoon") format("svg");
  font-style: normal;
  font-weight: normal;
}
::-moz-selection {
  background-color: #000;
  color: #fff;
}
::selection {
  background-color: #000;
  color: #fff;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 0.625em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Mulish", Arial, sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  color: #393939;
  background: #fff;
}

@media print {
  html,
  body {
    overflow: inherit;
  }
}

p {
  margin: 0;
}

h1 {
  font-size: 4.8rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.2rem;
}

h5 {
  font-size: 2rem;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

a {
  word-break: break-word;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

button:not(:disabled) {
  cursor: pointer;
}

@media print {
  img,
  tr {
    page-break-inside: avoid;
  }
}

.main-content {
  position: relative;
}

body:not(.is-front) .layout-wrapper {
  margin-top: -9.5rem;
  position: relative;
  z-index: 0;
}
.layout-container {
  max-width: 144rem;
  margin: 0 auto;
}
.layout-content {
  background: url("../images/bg-A.svg") center 105% no-repeat;
}
@media screen and (max-width: 68.75em) {
  .layout-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 68.8125em) {
  .layout-content {
    background-position: center 100%;
  }
}
body.is-front .layout-content {
  background-position: center 105%;
}
body:not(.is-front) .layout-content {
  padding-bottom: 10rem;
}
.layout-content-small {
  max-width: 75rem;
  margin: 0 auto;
}
.layout-content-medium {
  max-width: 120rem;
  margin: 0 auto;
}
.layout-content-large {
  max-width: 131rem;
  margin: 0 auto;
}
.layout-content-xlarge {
  max-width: 144rem;
  margin: 0 auto;
}
@media screen and (min-width: 53.1875em) {
  .layout-content-wrapper.has-aside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.layout-content-card {
  padding: 1.5rem;
}
@media screen and (min-width: 53.1875em) {
  .layout-content-card {
    padding: 4rem 4rem 5rem;
  }
}
.layout-type-A {
  max-width: 75rem;
  margin: 0 auto;
}

@media screen and (min-width: 53.1875em) {
  .content-aside {
    -webkit-flex-basis: 37.5rem;
        -ms-flex-preferred-size: 37.5rem;
            flex-basis: 37.5rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 7rem;
  }
}
.content-main {
  width: 100%;
}

.btn {
  background-color: #d33f49;
  color: #fff;
  border-color: #d33f49;
  border: 2px solid #d33f49;
  border-radius: 0.5rem;
  font-weight: 800;
  text-transform: uppercase;
}
.btn:hover, .btn:focus {
  background-color: #fff;
  color: #d33f49;
  border-color: #d33f49;
}
.btn-A {
  background-color: #fff;
  color: #001642;
  border-color: #d33f49;
  color: #001642;
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 0.5rem;
}
.btn-A:hover, .btn-A:focus {
  background-color: #001642;
  color: #fff;
  border-color: #fff;
}
.btn-A::after {
  padding-top: 0.1rem;
  color: #d33f49;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-A:hover::after, .btn-A:focus::after {
  color: #fff;
}
.btn-B {
  background-color: #001642;
  color: #fff;
  border-color: #d33f49;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid #d33f49;
  border-radius: 0.5rem;
}
.btn-B:hover, .btn-B:focus {
  background-color: #fff;
  color: #001642;
  border-color: #001642;
}
.btn-C {
  background-color: #178853;
  color: #fff;
  border-color: #178853;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 0.5rem;
  border: 2px solid #178853;
}
.btn-C:hover, .btn-C:focus {
  background-color: #fff;
  color: #178853;
  border-color: #178853;
}

.bg-A {
  background-image: url("../images/bg-A.svg");
}
.bg-B {
  background-image: url("../images/bg-B.svg");
}
.bg-C {
  background-image: url("../images/bg-C.svg");
}
.bg-D {
  background-image: url("../images/bg-D.svg");
}
.bg-D {
  padding: 5rem 0 2rem;
  background-size: 80%;
  background-repeat: no-repeat repeat;
  background-position: 50% center;
}
@media screen and (max-width: 40.625em) {
  .bg-D {
    padding: 0;
    background-image: none;
  }
}
@media screen and (min-width: 68.8125em) {
  .bg-img-A {
    position: relative;
  }
  .bg-img-A::before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    width: 60rem;
    height: 100rem;
    background-image: url("../images/bg-C.svg");
    background-repeat: no-repeat;
    background-size: 100rem;
    z-index: -1;
  }
}

.collapsible-description {
  margin-top: 2rem;
  display: grid;
  grid-template-rows: -webkit-min-content 0fr;
  grid-template-rows: min-content 0fr;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.collapsible-description.is-expanded {
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
}
.collapsible-description-cta {
  justify-self: end;
}
.collapsible-description-content {
  min-height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.is-expanded > .collapsible-description-content {
  visibility: visible;
  opacity: 1;
}
.collapsible-description-cta {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.5rem;
  border-radius: 0.5rem;
  border: 2px solid #001642;
  background-color: #fff;
  color: #001642;
  border-color: #001642;
}
.collapsible-description-cta:hover, .collapsible-description-cta:focus {
  background-color: #001642;
  color: #fff;
  border-color: #fff;
}
.collapsible-description-cta::after {
  content: "\e91a";
  font-size: 1em;
}
.collapsible-description-cta:hover, .collapsible-description-cta:focus {
  border-color: #001642;
}
@media screen and (min-width: 53.1875em) {
  .collapsible-description-content {
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
.is-expanded .collapsible-description-content {
  margin-top: 2rem;
}
.collapsible-description-inner {
  padding: 2rem;
}
@media screen and (min-width: 87.5625em) {
  .collapsible-description-inner {
    padding: 3.5rem 4rem;
  }
}
.collapsible-description .text-formatted p:last-child {
  margin-bottom: 0;
}

.collapsible-faq {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  border: 1px solid #c6c6c6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.collapsible-faq:hover, .collapsible-faq:focus-within {
  border-color: #001642;
}
.collapsible-faq p + p {
  margin-top: 1.5rem;
}
.collapsible-faq-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1.5rem;
  line-height: 1.45;
  text-align: left;
  font-size: 1.8rem;
  color: #001642;
  background-color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.collapsible-faq-cta::after {
  content: "\e91a";
  font-size: 2.5rem;
  position: relative;
  top: 0.5rem;
  display: inline-block;
  margin-left: 0.5rem;
  color: #d33f49;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 40.6875em) {
  .collapsible-faq-cta::after {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 40.6875em) {
  .collapsible-faq-cta {
    padding: 1.5rem 3rem 3rem;
    font-size: 2rem;
  }
}
.collapsible-faq-cta:focus::after, .collapsible-faq-cta:hover::after {
  color: #001642;
}
.collapsible-faq.is-expanded > .collapsible-faq-cta::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #001642;
}
.collapsible-faq-content {
  position: relative;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 40.6875em) {
  .collapsible-faq-content {
    top: -2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.collapsible-faq.is-expanded > .collapsible-faq-content {
  max-height: 200rem;
  visibility: visible;
  opacity: 1;
  padding-bottom: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 40.6875em) {
  .collapsible-faq.is-expanded > .collapsible-faq-content {
    top: -1.5rem;
  }
}

.collapsible-main-menu-content {
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 68.75em) {
  .collapsible-main-menu-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
    min-height: 100vh;
    padding-top: 7rem;
    background-color: #001642;
  }
}
.collapsible-main-menu.is-expanded > .collapsible-main-menu-content {
  display: block;
}
@media screen and (max-width: 68.75em) {
  .collapsible-main-menu-inner {
    overflow-y: scroll;
    max-height: calc(100vh - 7rem);
  }
}
.collapsible-main-menu-cta {
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #001642;
  border-radius: 50%;
}
.collapsible-main-menu.is-expanded > .collapsible-main-menu-cta {
  background-color: #fff;
}
@media screen and (min-width: 68.8125em) {
  .collapsible-main-menu-cta {
    display: none;
  }
}
.collapsible-main-menu-cta .icon-menu {
  width: 1.9rem;
  height: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
.collapsible-main-menu.is-expanded > .collapsible-main-menu-cta .icon-menu {
  width: 2.5rem;
  height: 2.4rem;
}
.collapsible-main-menu-cta .icon-menu span {
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.collapsible-main-menu-cta .icon-menu span:first-of-type {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.collapsible-main-menu-cta .icon-menu span:last-of-type {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.collapsible-main-menu.is-expanded > .collapsible-main-menu-cta .icon-menu span {
  width: 2.8rem;
  height: 3px;
  background: #001642;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.collapsible-main-menu.is-expanded > .collapsible-main-menu-cta .icon-menu span:first-of-type {
  -webkit-transform: rotate(45deg) translate(2px, -2px);
          transform: rotate(45deg) translate(2px, -2px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.collapsible-main-menu.is-expanded > .collapsible-main-menu-cta .icon-menu span:last-of-type {
  -webkit-transform: rotate(-45deg) translate(12px, -19px);
          transform: rotate(-45deg) translate(12px, -19px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.collapsible-search-cta {
  background-color: #001642;
  color: #fff;
  display: none;
  position: relative;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  text-indent: -99rem;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.collapsible-search-cta:hover, .collapsible-search-cta:focus {
  background-color: #fff;
  color: #001642;
}
.collapsible-search-cta::before {
  content: "\e918";
  font-size: 1.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: 0;
}
.collapsible-search.is-expanded > .collapsible-search-cta::before {
  content: "\e917";
}
.collapsible-search-cta:hover::before, .collapsible-search-cta:focus::before {
  color: #001642;
}
@media screen and (min-width: 68.8125em) {
  .collapsible-search-cta {
    display: block;
  }
}
.collapsible-search.is-expanded > .collapsible-search-cta {
  border-color: #fff;
}
.collapsible-search-content {
  z-index: -1;
  color: #fff;
}
@media screen and (max-width: 68.75em) {
  .collapsible-search-content {
    padding: 3rem 1.5rem;
  }
}
@media screen and (min-width: 68.8125em) {
  .collapsible-search-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in;
    position: absolute;
    top: 5rem;
    right: 0;
    width: 100%;
    padding: 2.5rem 3rem 3.5rem 3rem;
    background-color: #001642;
  }
  .is-expanded > .collapsible-search-content {
    max-height: 100rem;
    opacity: 1;
  }
}

.user-login-form,
.user-register-form,
.user-pass {
  max-width: 75rem;
  padding: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 53.1875em) {
  .user-login-form,
  .user-register-form,
  .user-pass {
    padding: 4rem 4rem 5rem;
  }
}
.user-login-form .form-item,
.user-register-form .form-item,
.user-pass .form-item {
  margin-bottom: 3rem;
}
.user-login-form input,
.user-register-form input,
.user-pass input {
  margin-bottom: 0.5em;
}
.user-login-form .form-description,
.user-register-form .form-description,
.user-pass .form-description {
  font-size: 1.6rem;
  font-style: italic;
  margin-top: 0;
}
.user-login-form .form-submit,
.user-register-form .form-submit,
.user-pass .form-submit {
  border-radius: 0.5rem;
  border: 2px solid #001642;
}

form.search-analysis-form .fieldset-wrapper .form-group:first-child {
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
@media screen and (min-width: 68.8125em) {
  form.search-analysis-form .fieldset-wrapper .form-group:first-child .form-item {
    max-width: 100%;
  }
}

.search-filter-form {
  position: relative;
  overflow: hidden;
  padding: 3rem;
  border-radius: 0.5rem;
  background-color: #001642;
  color: #fff;
}
@media screen and (min-width: 68.8125em) {
  .search-filter-form {
    padding: 5rem;
  }
}
.search-filter-form::before {
  position: absolute;
  bottom: -3.5rem;
  left: -10rem;
  content: "";
  width: 50rem;
  height: 39rem;
  background-image: url("../images/footer.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.search-filter-form .fieldset-wrapper,
.search-filter-form .form-actions {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 68.8125em) {
  .search-filter-form .fieldset-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 68.8125em) {
  .search-filter-form .fieldset-wrapper .form-group {
    width: 48%;
  }
}
@media screen and (min-width: 68.8125em) {
  .search-filter-form .fieldset-wrapper .form-group:first-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5rem;
  }
}
@media screen and (min-width: 68.8125em) {
  .search-filter-form .fieldset-wrapper .form-group:first-child .form-item {
    max-width: 26rem;
    width: 100%;
  }
}
.search-filter-form .fieldset-wrapper .form-group:last-child:not(:first-child) legend {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: normal;
}
.search-filter-form .fieldset-wrapper .form-group:last-child:not(:first-child) legend::after {
  content: none;
}
@media screen and (min-width: 68.8125em) {
  .search-filter-form .fieldset-wrapper .form-group:last-child:not(:first-child) .form-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
@media screen and (min-width: 68.8125em) {
  .search-filter-form .fieldset-wrapper .form-group:last-child:not(:first-child) .form-item input {
    max-width: 19rem;
    width: 100%;
  }
}
.search-filter-form .fieldset-wrapper .form-group:last-child:not(:first-child) label {
  font-family: "Mulish", Arial, sans-serif;
  font-size: 1.6rem;
}
@media screen and (min-width: 68.8125em) {
  .search-filter-form .fieldset-wrapper .form-group:last-child:not(:first-child) label {
    margin-right: 2rem;
    margin-bottom: 3rem;
  }
}
.search-filter-form .form-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
@media screen and (min-width: 53.1875em) {
  .search-filter-form .form-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 53.125em) {
  .search-filter-form .form-actions button:first-child {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 53.1875em) {
  .search-filter-form .form-actions button:first-child {
    margin-right: 4rem;
  }
}
.search-filter-form .form-actions .form-submit {
  border-color: #d33f49;
}

.search-filter-hp-form {
  position: relative;
}
@media screen and (min-width: 53.1875em) {
  .search-filter-hp-form .form-wrapper,
  .search-filter-hp-form .fieldset-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-filter-hp-form .fieldset-wrapper > .form-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 53.1875em) {
  .search-filter-hp-form .fieldset-wrapper .form-item:first-child select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (min-width: 53.1875em) {
  .search-filter-hp-form .fieldset-wrapper .form-item:nth-child(2) select, .search-filter-hp-form .fieldset-wrapper .form-item:last-child select {
    border-radius: 0;
  }
}
@media screen and (min-width: 53.1875em) {
  .search-filter-hp-form .fieldset-wrapper .form-item:nth-child(2) select {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #aab7d7;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #aab7d7;
  }
}
@media screen and (min-width: 53.1875em) {
  .search-filter-hp-form .fieldset-wrapper .form-item:last-child select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width: 53.125em) {
  .search-filter-hp-form .form-actions {
    text-align: center;
  }
}
@media screen and (min-width: 53.1875em) {
  .search-filter-hp-form .form-actions {
    padding-top: 1.5rem;
  }
}
.search-filter-hp-form .form-submit {
  padding: 1.6rem 4rem;
  border-color: #d33f49;
}
@media screen and (min-width: 53.1875em) {
  .search-filter-hp-form .form-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-plate-forms .search-form {
  max-width: 90rem;
  margin: 0 auto;
  text-align: center;
}
.search-form .form-type-search {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.search-form .form-search {
  height: 6rem;
  margin: 0;
  padding: 0 7rem 0 3rem;
  border: 1px solid #c6c6c6;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 22, 66, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 22, 66, 0.1);
  text-overflow: ellipsis;
}
.search-form .form-autocomplete {
  margin-bottom: 0;
  background-position: 98% center !important;
}
.search-form .form-submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: auto;
  bottom: -1.3rem;
  width: 4.4rem;
  height: 4.4rem;
  right: 1.5rem;
  overflow: hidden;
  padding: 0;
  background: #fff;
  color: #001642;
  text-indent: 100%;
  border: none;
  border-radius: 50%;
}
.search-form .form-submit::before {
  content: "\e918";
  font-size: 1.5rem;
}
.search-form .form-submit::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 2.4rem;
  text-indent: 0;
  border-radius: 50%;
}
.search-form .form-submit:hover, .search-form .form-submit:focus {
  outline-offset: -1px;
}
.search-form .form-submit:hover::before, .search-form .form-submit:focus::before {
  color: #fff;
  background-color: #001642;
}
@media print {
  .search-form {
    display: none;
  }
}

form.search-newsletter-form .fieldset-wrapper .form-group:first-child {
  grid-template-columns: 1fr;
  width: 100%;
}
@media screen and (min-width: 68.8125em) {
  form.search-newsletter-form .fieldset-wrapper .form-group:first-child .form-item {
    max-width: 100%;
  }
}

.contextual-region {
  position: static;
}

.contextual {
  top: auto;
  right: auto;
  margin: -8px 0 0 -8px;
}
@media print {
  .contextual {
    display: none;
  }
}
.contextual .trigger {
  float: left;
}
.contextual.open .contextual-links a {
  background-color: #001642;
  color: #fff;
  display: block;
}
.contextual.open .contextual-links a:hover, .contextual.open .contextual-links a:focus {
  background-color: #fff;
  color: #001642;
}

.block-local-tasks-block nav.tabs {
  margin-bottom: 3rem;
}
.block-local-tasks-block .tabs.primary li {
  display: inline-block;
  margin: 4px;
}
.block-local-tasks-block .tabs.primary a {
  background-color: #001642;
  color: #fff;
  border: 2px solid #001642;
}
.block-local-tasks-block .tabs.primary a:hover, .block-local-tasks-block .tabs.primary a:focus {
  background-color: #fff;
  color: #001642;
}

.quickedit-toolbar-container {
  z-index: 501;
}

.quickedit-toolbar-label {
  padding: 0.345em;
  margin-top: 2px;
}

.quickedit .icon-close::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body:not(.user-logged-in) [data-drupal-messages] {
  padding-top: 9rem;
}

.messages {
  padding: 1em 1.5em;
  margin: 0 0 2em;
  border: 5px solid;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  color: #001642;
  font-weight: 600;
}
.messages a {
  color: inherit;
  text-decoration: underline;
}

.messages--error {
  border-color: transparent;
  background: #d33f49;
  color: #fff;
}

.messages--warning {
  color: #d33f49;
}

.scroll-nav {
  max-height: 55vh;
  overflow-y: auto;
  margin-top: 5rem;
  font-size: 2rem;
}
.scroll-nav__item {
  position: relative;
  padding-right: 2.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scroll-nav__item::before {
  content: "\e919";
  font-size: 1em;
  position: absolute;
  top: 0.5rem;
  left: -2.5rem;
  font-size: 1.2rem;
  color: #d33f49;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scroll-nav__item:not(:last-child) {
  margin-bottom: 2rem;
}
.scroll-nav__item--active {
  font-weight: 800;
  padding-left: 2.5rem;
  padding-right: 0;
}
.scroll-nav__item--active::before {
  left: 0;
  opacity: 1;
}
.scroll-nav__link {
  display: block;
  line-height: 1.3;
  color: inherit;
}
.scroll-nav__link:hover, .scroll-nav__link:focus {
  font-weight: 800;
}

.list-type-A li > *, .list-type-B li > *, .list-type-C li > *, .list-type-D li > * {
  height: 100%;
}
.list-type-A {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.list-type-A > * {
  width: calc(100% / 1 - 0.1px);
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 53.1875em) {
  .list-type-A > * {
    width: calc(100% / 2 - 0.1px);
  }
}
.list-type-B {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.list-type-B > * {
  width: calc(100% / 1 - 0.1px);
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 40.6875em) {
  .list-type-B > * {
    width: calc(100% / 2 - 0.1px);
  }
}
@media screen and (min-width: 53.1875em) {
  .list-type-B > * {
    width: calc(100% / 3 - 0.1px);
  }
}
@media screen and (min-width: 53.1875em) {
  .section-linked-news .list-type-B li {
    margin-bottom: 0;
  }
}
.list-type-C {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.list-type-C > * {
  width: calc(100% / 1 - 0.1px);
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 40.6875em) {
  .list-type-C > * {
    width: calc(100% / 3 - 0.1px);
  }
}
@media screen and (min-width: 53.1875em) {
  .list-type-C > * {
    width: calc(100% / 4 - 0.1px);
  }
}
.list-type-D > li:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 53.1875em) {
  .list-type-D > li:not(:last-child) {
    margin-bottom: 9rem;
  }
}

.breadcrumb {
  position: absolute;
  top: 4rem;
  right: 0;
  left: 0;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  color: #001642;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.user-logged-in .breadcrumb {
  position: static;
  padding: 2rem 0;
}
@media screen and (max-width: 40.625em) {
  .breadcrumb {
    display: none;
  }
}
@media screen and (max-width: 123.5rem) {
  .breadcrumb {
    left: 2rem;
    right: 2rem;
  }
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:not(:first-child)::before {
  content: "\e919";
  font-size: 0.8em;
  display: inline-block;
  padding: 0 1rem;
}
.breadcrumb li:last-child {
  font-weight: 800;
}
.breadcrumb a {
  color: #393939;
  border-bottom: 1px solid;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: inherit;
  border-bottom-width: 2px;
}
@media print {
  .breadcrumb {
    display: none;
  }
}

.pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0 0;
}
@media screen and (min-width: 40.6875em) {
  .pager {
    margin-top: 4rem;
  }
}
@media print {
  .pager {
    display: none;
  }
}

.pager__items {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 40.625em) {
  .pager__items {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.pager__next,
.pager__previous {
  position: relative;
}
@media screen and (max-width: 40.625em) {
  .pager__next,
  .pager__previous {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 53.1875em) {
  .pager__item {
    margin: 0.5rem;
  }
}

.pager__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.pager__link:hover, .pager__link:focus {
  background-color: #001642;
  color: #fff;
}
.pager__item .pager__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 3.2rem;
  min-height: 3.2rem;
  border-radius: 50%;
}
.pager__item.is-active .pager__link {
  background-color: #001642;
  color: #fff;
  font-weight: 700;
}
.pager__next .pager__link, .pager__previous .pager__link {
  background-color: #fff;
  color: #001642;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 800;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 0.5rem;
}
.pager__next .pager__link:hover, .pager__next .pager__link:focus, .pager__previous .pager__link:hover, .pager__previous .pager__link:focus {
  background-color: #001642;
  color: #fff;
}
.pager__previous .pager__link::before {
  content: "\e919";
  font-size: 1rem;
  margin-right: 1rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.pager__next .pager__link::after {
  content: "\e919";
  font-size: 1rem;
  margin-left: 1rem;
}
.pager__previous .pager__link::before, .pager__next .pager__link::after {
  display: inline-block;
  color: #d33f49;
  font-size: 1.4rem;
}

.back-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 7.1rem;
  height: 7.1rem;
  display: block;
  padding: 1.5rem;
  background-color: #d33f49;
  border: 2px solid #d33f49;
  border-radius: 50%;
  color: #fff;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 100;
}
@media screen and (min-width: 53.1875em) {
  .back-top {
    right: 2rem;
    bottom: 2rem;
  }
}
.back-top::after {
  content: "\ea3a";
  font-size: 1.5em;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.back-top:hover, .back-top:focus-visible {
  background-color: #fff;
  color: #d33f49;
}
.back-top:hover::after, .back-top:focus-visible::after {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.back-top.show {
  opacity: 1;
}

.know-more {
  margin-bottom: 10rem;
  padding: 4rem 2rem 4.5rem;
}
.section .know-more {
  margin-bottom: 0;
}
.know-more-bottom {
  margin-top: 6rem;
  margin-bottom: 0;
}
.know-more-content {
  position: relative;
  max-width: 67rem;
  margin: 0 auto;
}
.know-more-title, .know-more-teaser {
  text-align: center;
}
.know-more-title {
  position: relative;
  margin-bottom: 3.5rem;
  font-size: 2.2rem;
}
.know-more-title::after {
  position: absolute;
  bottom: -2rem;
  display: block;
  width: 5rem;
  height: 0.5rem;
  content: "";
  background-color: #2db374;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.know-more-title::after {
  bottom: -1.5rem;
}
.know-more-cta ul,
.know-more-cta p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 40.6875em) {
  .know-more-cta ul,
  .know-more-cta p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.know-more-cta a {
  margin: 3rem auto 0;
}
@media screen and (min-width: 40.6875em) {
  .know-more-cta a {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

.content-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 18rem;
  max-height: 75vh;
  margin-bottom: 2rem;
  padding: 4rem 2.5rem 4rem 3.5rem;
  font-family: "Merriweather", Arial, sans-serif;
  color: #fff;
  background-color: #001642;
  border-radius: 1rem;
}
@media screen and (max-width: 53.125em) {
  .content-nav {
    display: none;
  }
}
@media print {
  .content-nav {
    display: none;
  }
}
.content-nav-title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
}
.content-nav-title::after {
  position: absolute;
  bottom: -2rem;
  display: block;
  width: 5rem;
  height: 0.5rem;
  content: "";
  background-color: #2db374;
}

@media screen and (min-width: 53.1875em) {
  .footer-main-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding-top: 2.5rem;
  }
  .footer-main-wrapper > * {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin-top: 2rem;
  }
}
.footer-main-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 53.125em) {
  .footer-main-logo {
    text-align: center;
    padding: 3rem;
  }
}
@media screen and (min-width: 53.1875em) {
  .footer-main-logo {
    width: 28%;
    padding: 0 2.5rem;
  }
}
.footer-main-logo img {
  margin: 0 auto;
}
.footer-main-logo-bis img {
  max-width: 14rem;
  width: 100%;
}
@media screen and (min-width: 53.1875em) {
  .footer-main-newsletter {
    width: 44%;
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 53.125em) {
  .footer-main-newsletter {
    padding: 1.5rem;
    text-align: center;
  }
}
.footer-main-newsletter .title {
  font-family: "Merriweather", Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 53.1875em) {
  .footer-main-newsletter .title {
    font-size: calc(1.4rem * 2);
  }
}
.footer-main-newsletter .subtitle {
  margin-top: 3rem;
  font-family: "Merriweather", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (min-width: 53.1875em) {
  .footer-main-newsletter .subtitle {
    font-size: 2rem;
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 53.1875em) {
  .footer-main-social {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 18%;
    padding: 0 2.5rem;
  }
}
.footer-main-social .title {
  font-family: "Merriweather", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 53.1875em) {
  .footer-main-social .title {
    font-size: 2rem;
    margin-top: 6.3rem;
    text-align: left;
  }
}
.footer-main-social .block-content {
  margin-top: 1rem;
}
@media screen and (min-width: 53.1875em) {
  .footer-main-social .block-content {
    margin-top: 4rem;
  }
}

.footer-secondary {
  padding: 2rem 0 1rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 53.1875em) {
  .footer-secondary {
    padding-top: 4rem;
  }
}
.footer-secondary-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 53.1875em) {
  .footer-secondary-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-secondary-copyright {
  padding: 1rem;
}
@media screen and (max-width: 53.125em) {
  .footer-secondary-copyright {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 53.1875em) {
  .footer-secondary .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.footer-secondary .menu-item {
  position: relative;
  padding-right: calc(1rem / 2);
  text-align: center;
}
.footer-secondary .menu-link {
  display: block;
  padding: 1rem;
  font-size: 1.4rem;
  color: inherit;
}
.footer-secondary .menu-link:hover, .footer-secondary .menu-link:focus, .footer-secondary .menu-link:active {
  text-decoration: underline;
}

.footer {
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #fff;
  background-color: #001642;
}
.footer::before, .footer::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 60rem;
  height: 24rem;
  background-image: url("../images/footer.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.footer::before {
  left: -20rem;
}
@media screen and (min-width: 40.6875em) {
  .footer::before {
    width: 50rem;
    height: 20rem;
  }
}
@media screen and (max-width: 40.625em) {
  .footer::after {
    display: none;
  }
}
@media screen and (min-width: 40.6875em) {
  .footer::after {
    right: -20rem;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
.footer > * {
  position: relative;
  z-index: 1;
}
@media print {
  .footer {
    display: none;
  }
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 11px 0 rgba(0, 22, 66, 0.15);
          box-shadow: 0 4px 11px 0 rgba(0, 22, 66, 0.15);
}
.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: relative;
  padding: 1.5rem;
  z-index: 5;
}
@media screen and (min-width: 87.5625em) {
  .header-wrapper {
    padding: 2.5rem 0;
  }
}

.region-header {
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 68.75em) {
  .region-header-top {
    padding: 3rem 1.5rem;
  }
}
@media screen and (min-width: 68.8125em) {
  .region-header-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 3.5rem;
  }
}

.region-navigation {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media print {
  .region-navigation {
    display: none;
  }
}

@media screen and (min-width: 68.8125em) {
  .navigation-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 68.8125em) {
  .navigation-content {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.heading {
  padding: 4rem 2rem 12rem;
  background: url("../images/bg-heading.svg") center no-repeat;
  background-size: cover;
  color: #001642;
  text-align: center;
}
@media screen and (max-width: 68.75em) {
  .heading {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media screen and (min-width: 40.6875em) {
  .heading {
    min-height: 47.5rem;
    padding-top: 10rem;
  }
}
.heading-wrapper {
  max-width: 90rem;
  margin: 0 auto;
}
.heading-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3rem;
}
.heading-date-item {
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}
@media screen and (max-width: 53.125em) {
  .heading-date-item {
    font-size: 1.2rem;
  }
}
.heading-date-modified {
  position: relative;
  margin-left: 2rem;
}
.heading-date-modified::before {
  position: absolute;
  top: 0.2rem;
  left: -1.3rem;
  content: "";
  display: block;
  width: 0.2rem;
  height: 1.2rem;
  background-color: #001642;
}
@media screen and (min-width: 53.1875em) {
  .heading-date-modified::before {
    top: 0.5rem;
  }
}
.heading-title {
  position: relative;
}
.heading-title::after {
  position: absolute;
  bottom: -2rem;
  display: block;
  width: 5rem;
  height: 0.5rem;
  content: "";
  background-color: #2db374;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -3rem;
}
@media screen and (max-width: 53.125em) {
  .heading-title {
    font-size: 3.2rem;
  }
}
.heading-teaser {
  max-width: 90rem;
  margin: 0 auto;
  padding-top: 3rem;
  color: #393939;
  font-size: 1.8rem;
  line-height: 1.25;
}
@media screen and (min-width: 53.1875em) {
  .heading-teaser {
    font-size: 2rem;
  }
}
.heading-teaser a {
  color: #001642;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: underline;
  font-weight: 800;
}
.heading-teaser a:hover, .heading-teaser a:focus {
  text-decoration-thickness: 2px;
}
.heading-social {
  padding-top: 1.5rem;
}
.heading-search-form {
  padding-top: 3rem;
}

.item-notice-info {
  min-height: 8rem;
  margin-top: auto;
  margin-bottom: 3rem;
  padding-top: 2rem;
}
.item-notice-info-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 800;
}
.item-notice-info-icon::before {
  margin-right: 1rem;
  color: #001642;
  font-size: 2.4rem;
}

.item-report-link p {
  margin-top: 3rem;
  font-family: "Merriweather", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #001642;
}
.item-report-link-interactive a {
  margin-top: 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.2rem;
  color: #001642;
}
.item-report-info {
  margin-top: 1.5rem;
}
.item-report-info-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 800;
}
.item-report-info-icon::before {
  margin-right: 1rem;
  color: #001642;
  font-size: 2.4rem;
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-bottom: 1.5rem;
}
.slideshow .item {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 40.6875em) {
  .item {
    min-height: 46rem;
  }
}
.item-top {
  position: relative;
}
.item-media img {
  overflow: hidden;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}
.item-media figure,
.item-media img {
  width: 100%;
  max-height: 20.7rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1.5rem;
}
@media screen and (min-width: 40.6875em) {
  .item-content {
    padding: 0.5rem 2.5rem 0;
  }
}
.item-type {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
  padding: 0 1rem 0 0.5rem;
  color: #fff;
  background: #d33f49;
  line-height: 2.33;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 800;
  border-radius: 0 0.5rem 0 0;
}
.item-type::before {
  content: "\e906";
  font-size: 1.6rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
}
.item-media + .item-type, figure .item-type {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
}
.item-type.type-airport::before {
  content: "\e916";
}
.item-type.type-decision::before {
  content: "\e911";
}
.item-type.type-news::before {
  content: "\e907";
}
.item-type.type-opinion::before {
  content: "\e911";
}
.item-type.type-page::before {
  content: "\e906";
}
.item-type.type-recommandation::before {
  content: "\e90e";
}
.item-type.type-study::before {
  content: "\e90f";
}
.item-type.type-analysis::before {
  content: "\e921";
}
.item-title {
  margin: 1rem 0 0.5rem;
  line-height: 1.35;
  font-size: 2rem;
  color: #001642;
}
.item-info {
  margin: 1.5rem 0 0;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.item-summary {
  line-height: 1.25;
}
.item-info + .item-summary {
  margin-top: 1.5rem;
}
.item-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2rem;
  margin-right: 1rem;
}

.big-file {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 2rem;
  color: #001642;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 4px 11px 0 rgba(0, 22, 66, 0.15);
          box-shadow: 0 4px 11px 0 rgba(0, 22, 66, 0.15);
}
@media screen and (max-width: 40.625em) {
  .big-file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 40.6875em) {
  .big-file {
    min-height: 21.5rem;
    padding: 4rem;
  }
}
.big-file:hover .big-file-media {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.big-file-media {
  width: 6.5rem;
  height: 6.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 40.625em) {
  .big-file-media {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 40.6875em) {
  .big-file-media {
    height: 13.5rem;
    -webkit-flex-basis: 13.5rem;
        -ms-flex-preferred-size: 13.5rem;
            flex-basis: 13.5rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 5rem;
  }
}
@media screen and (max-width: 40.625em) {
  .big-file-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 40.6875em) {
  .big-file-title {
    line-height: 3.1rem;
  }
}
.big-file-title a {
  color: inherit;
}
.big-file-title a:hover, .big-file-title a:focus {
  text-decoration: underline;
}

.item-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 53.125em) {
  .item-file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 53.1875em) {
  .item-file {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .item-file.type-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.item-file-media {
  max-width: 46.5rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 53.1875em) {
  .item-file-media {
    -webkit-flex-basis: 46.5rem;
        -ms-flex-preferred-size: 46.5rem;
            flex-basis: 46.5rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.item-file.type-reverse .item-file-media-wrapper::before {
  right: -2.5rem;
  left: 1rem;
}
.item-file-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 3.5rem;
}
@media screen and (min-width: 53.1875em) {
  .item-file-content {
    padding-bottom: 1rem;
  }
  .item-file.type-reverse .item-file-content {
    padding-right: 1.5rem;
  }
}
.item-file-title {
  position: relative;
  color: #001642;
  font-size: 2.4rem;
}
.item-file-title::after {
  position: absolute;
  bottom: -2rem;
  display: block;
  width: 5rem;
  height: 0.5rem;
  content: "";
  background-color: #2db374;
}
.item-file-teaser {
  padding: 2rem 0 1rem;
  font-size: 2rem;
}
.item-file-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.item-file-cta a {
  font-size: 1.6rem;
}

.item-key-figure {
  position: relative;
  padding: 1rem;
  background-color: #fff;
  color: #001642;
}
@media screen and (min-width: 28.1875em) {
  .item-key-figure {
    padding-left: 6.5rem;
  }
}
.item-key-figure.type-movement::before {
  background-image: url("../images/icon-movement.svg");
}
.item-key-figure.type-statistic::before {
  background-image: url("../images/icon-statistic.svg");
}
.item-key-figure.type-penalty::before {
  background-image: url("../images/icon-penalty.svg");
}
.item-key-figure.type-trajectory::before {
  background-image: url("../images/icon-trajectory.svg");
}
.item-key-figure.type-noise::before {
  background-image: url("../images/icon-noise.svg");
}
.item-key-figure.type-gas::before {
  background-image: url("../images/icon-gas.svg");
}
.item-key-figure.type-pollution::before {
  background-image: url("../images/icon-pollution.svg");
}
.item-key-figure.type-passenger::before {
  background-image: url("../images/icon-passenger.svg");
}
.item-key-figure::before {
  width: 5rem;
  height: 5rem;
  content: "";
  background-repeat: no-repeat;
}
@media screen and (max-width: 28.125em) {
  .item-key-figure::before {
    display: block;
    margin: 0 auto 1rem;
  }
}
@media screen and (min-width: 28.1875em) {
  .item-key-figure::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}
.item-key-figure-title {
  font-family: "Merriweather", Arial, sans-serif;
}
.item-key-figure a, .item-key-figure-text {
  line-height: 2.33;
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
}
.item-key-figure a {
  color: inherit;
}

.item-partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
}
.item-partner-media {
  margin-bottom: 2rem;
}

.item-pinned {
  margin-bottom: 5.5rem;
}
@media screen and (min-width: 68.8125em) {
  .item-pinned {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.item-pinned-top {
  max-width: 72.5rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 68.8125em) {
  .item-pinned-top {
    -webkit-flex-basis: 72.5rem;
        -ms-flex-preferred-size: 72.5rem;
            flex-basis: 72.5rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.item-pinned .item-media figure,
.item-pinned .item-media img {
  max-height: 100%;
  border-radius: 0.5rem;
}
.item-media + .item-pinned-type {
  bottom: 1rem;
  left: 1rem;
}
.item-pinned-content {
  display: grid;
  padding: 3rem 2rem;
}
@media screen and (min-width: 68.8125em) {
  .item-pinned-content {
    padding: 4rem;
  }
}
.item-pinned-info {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  margin: 0 0 1rem;
}
.item-pinned-title {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 3.5rem;
  font-size: 2.4rem;
  color: #001642;
}
.item-pinned-title::after {
  position: absolute;
  bottom: -2rem;
  display: block;
  width: 5rem;
  height: 0.5rem;
  content: "";
  background-color: #2db374;
}
@media screen and (min-width: 68.8125em) {
  .item-pinned-title {
    font-size: 3.2rem;
  }
}
.item-pinned-teaser {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-size: 2rem;
}
.item-pinned-more {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 1rem;
}
.item-pinned .btn-A::after {
  color: currentColor;
}

.list-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0.5rem;
  padding-bottom: 5rem;
  font-size: 2rem;
  font-weight: 700;
  color: #001642;
}
@media screen and (max-width: 40.625em) {
  .list-top {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 40.6875em) {
  .list-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.search-filter-form + .list-top {
  padding-top: 3rem;
}
@media screen and (max-width: 40.625em) {
  .list-top .result-count {
    margin-bottom: 2rem;
  }
}

.site-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-logo-A {
  margin-right: 2rem;
}
@media screen and (min-width: 53.1875em) {
  .site-logo-A {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 53.125em) {
  .site-logo-A img {
    width: 7.5rem;
  }
}
.site-logo-B img {
  width: 17.5rem;
}
@media screen and (min-width: 53.1875em) {
  .site-logo-B img {
    width: 30.4rem;
  }
}

.section-map .map, .tabs .map {
  width: 100%;
  margin: 0 auto;
}
.section-map .map {
  max-width: 65rem;
}
.tabs .map {
  max-width: 100rem;
}

.menu--secondary {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 68.75em) {
  .menu--secondary {
    position: relative;
  }
  .menu--secondary::after {
    position: absolute;
    bottom: -2rem;
    display: block;
    width: 5rem;
    height: 0.5rem;
    content: "";
    background-color: #2db374;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -3rem;
  }
}
@media screen and (min-width: 68.8125em) {
  .menu--secondary {
    color: #001642;
  }
}
@media screen and (min-width: 68.8125em) {
  .menu--secondary ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 68.75em) {
  .menu--secondary li:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 68.8125em) {
  .menu--secondary li:not(:first-child) {
    margin-left: 3.5rem;
  }
}
.menu--secondary .menu-link {
  position: relative;
  padding-left: 3rem;
  color: inherit;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (max-width: 40.625em) {
  .menu--secondary .menu-link {
    font-size: 1.8rem;
  }
}
.menu--secondary .menu-link::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  margin-right: 1rem;
  color: #2db374;
  font-size: 1.8rem;
}
.menu--secondary .menu-link:hover, .menu--secondary .menu-link:focus {
  text-decoration: underline;
}
.menu--secondary .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.menu--secondary .btn::before {
  font-size: 2rem;
  margin-right: 1rem;
}

@media screen and (max-width: 68.75em) {
  .menu--main {
    position: relative;
    padding: 3rem 1.5rem;
  }
  .menu--main::after {
    position: absolute;
    bottom: -2rem;
    display: block;
    width: 5rem;
    height: 0.5rem;
    content: "";
    background-color: #2db374;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
}
@media screen and (min-width: 68.8125em) {
  .menu--main > .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.menu--main > .menu > .menu-item {
  position: relative;
}
@media screen and (min-width: 68.8125em) {
  .menu--main > .menu > .menu-item {
    text-align: center;
  }
  .menu--main > .menu > .menu-item:not(:last-child) {
    margin-right: 1rem;
  }
}
.menu--main > .menu > .menu-item > .menu-link {
  padding: 1rem 2.5rem;
}
.menu--main > .menu > .menu-item > .menu-link::before {
  content: "\e919";
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #d33f49;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 40.625em) {
  .menu--main > .menu > .menu-item > .menu-link {
    font-size: 1.8rem;
  }
}
.menu--main a,
.menu--main button {
  color: #001642;
  font-weight: bold;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.menu--main .menu-link {
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  font-weight: normal;
}
.menu--main .menu-link:hover, .menu--main .menu-link:focus {
  font-weight: 700;
}
@media screen and (max-width: 68.75em) {
  .menu--main .menu-link {
    color: #fff;
  }
}
.menu--main .no-link + .submenu {
  min-width: 26.5rem;
  padding: 0.5rem 0;
  text-align: left;
  background-color: #001642;
  color: #fff;
  display: none;
}
@media screen and (min-width: 68.8125em) {
  .menu--main .no-link + .submenu-lvl-1 {
    position: absolute;
  }
}
.menu--main .no-link + .submenu-lvl-1 .no-link {
  padding-right: 2.5rem;
}
.menu--main .no-link + .submenu-lvl-1 .no-link::before {
  content: "\e919";
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 93%;
  color: #d33f49;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu--main .no-link + .submenu-lvl-2 {
  padding-left: 1.5rem;
}
.menu--main .no-link + .submenu-lvl-2 .menu-link {
  padding-right: 0;
  font-weight: normal;
}
.menu--main .no-link + .submenu .menu-link {
  color: #fff;
}
.menu--main .no-link + .submenu .menu-link:hover, .menu--main .no-link + .submenu .menu-link:focus {
  position: relative;
}
.menu--main .no-link + .submenu .menu-link:hover::after, .menu--main .no-link + .submenu .menu-link:focus::after {
  position: absolute;
  bottom: -2rem;
  display: block;
  width: 2rem;
  height: 0.3rem;
  content: "";
  background-color: #d33f49;
  left: 0;
  bottom: 0;
  left: 1.5rem;
}
.menu--main .menu-item.is-expanded > .no-link::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.menu--main .is-expanded > .no-link {
  font-weight: 700;
}
.menu--main .is-expanded > .no-link + .submenu {
  display: block;
}

.newsletter-signup {
  margin-top: 2rem;
}

.page-teaser {
  margin-top: 3rem;
  margin-bottom: 5.5rem;
  color: #001642;
  font-family: "Merriweather", Arial, sans-serif;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 40.6875em) {
  .page-teaser {
    font-size: 2.4rem;
  }
}
.page-image + .page-teaser {
  margin-top: 3.5rem;
}
@media screen and (min-width: 40.6875em) {
  .page-image + .page-teaser {
    margin-top: 4.5rem;
  }
}
.page-teaser-list {
  margin-top: 3rem;
}
.page-teaser-list a {
  color: inherit;
  font-size: 2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-teaser-list a:hover, .page-teaser-list a:focus {
  color: #d33f49;
}

.document {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 4rem;
  padding: 9rem 2rem 2rem;
}
@media screen and (min-width: 40.6875em) {
  .document {
    padding: 2rem 2.5rem 3rem 9rem;
  }
}
.section .document {
  margin-bottom: 0;
}
.item .document {
  margin: 1rem 0 0;
  padding: 0 0 0 4.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 40.6875em) {
  .item .document {
    padding: 0 0 0 4.5rem;
  }
}
.document::before {
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 8rem;
  height: 8rem;
  content: "";
  border-radius: 0.5rem;
  background-color: #d33f49;
}
.item .document::before {
  left: 0;
  top: 0.2rem;
  width: 3.5rem;
  height: 3.5rem;
}
.document::after {
  content: "\e915";
  font-size: 3.2rem;
  position: absolute;
  top: 1rem;
  left: 1.4rem;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item .document::after {
  left: 0;
  top: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.6rem;
}
.document:hover::after {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.document-cta {
  color: inherit;
}
.document-cta:hover, .document-cta:focus {
  text-decoration: underline;
}
.document-cta:hover .document-title, .document-cta:focus .document-title {
  text-decoration: underline;
}
.document-title {
  color: #001642;
  font-family: "Merriweather", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item .document-title {
  font-size: 1.6rem;
}
.document-info {
  display: block;
  font-size: 1.4rem;
}

.highlight {
  overflow: hidden;
  position: relative;
  margin: 6rem 0;
  padding: 4rem 4rem 2rem 4rem;
  background-color: #001642;
  color: #fff;
  border-radius: 0.5rem;
}
.highlight::before {
  position: absolute;
  bottom: -3.5rem;
  left: -5rem;
  content: "";
  width: 33rem;
  height: 21rem;
  background-image: url("../images/footer.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.highlight-title {
  position: relative;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.highlight-title::after {
  position: absolute;
  bottom: -2rem;
  display: block;
  width: 5rem;
  height: 0.5rem;
  content: "";
  background-color: #2db374;
}
.highlight-content {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
}

.quote {
  min-height: 10rem;
  margin: 3rem 0;
  color: #001642;
}
@media screen and (min-width: 40.6875em) {
  .quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.quote::before {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  content: "";
  display: block;
  width: 11rem;
  height: 11rem;
  margin: 0 0 2rem 0;
  background: url("../images/icon-quote.svg") center no-repeat;
  background-size: 11rem auto;
}
@media screen and (min-width: 40.6875em) {
  .quote::before {
    margin: 0 4rem 0 0;
  }
}
.quote blockquote {
  position: relative;
  margin: 0 0 1.5em;
  font-family: "Merriweather", Arial, sans-serif;
  font-style: italic;
  font-size: 2rem;
}
.quote blockquote::after {
  position: absolute;
  bottom: -2rem;
  display: block;
  width: 5rem;
  height: 0.5rem;
  content: "";
  background-color: #2db374;
}
@media screen and (min-width: 40.6875em) {
  .quote blockquote {
    font-size: 2.4rem;
  }
}
.quote .author {
  text-transform: uppercase;
  font-weight: 800;
}
.quote .occupation {
  display: block;
  margin-top: 0.5rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
  color: #393939;
}

.presentation {
  margin-bottom: 8rem;
}
@media screen and (min-width: 68.8125em) {
  .presentation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.presentation-media {
  max-width: 72.5rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 68.8125em) {
  .presentation-media {
    -webkit-flex-basis: 72.5rem;
        -ms-flex-preferred-size: 72.5rem;
            flex-basis: 72.5rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.presentation.type-reverse .presentation-media-wrapper::before {
  right: -2.5rem;
  left: 1rem;
}
.presentation-content {
  padding: 3rem 2rem;
}
@media screen and (min-width: 68.8125em) {
  .presentation-content {
    padding: 6rem 4rem 4rem;
  }
}
.presentation-title {
  position: relative;
  margin-bottom: 3.5rem;
  color: #001642;
}
.presentation-title::after {
  position: absolute;
  bottom: -2rem;
  display: block;
  width: 5rem;
  height: 0.5rem;
  content: "";
  background-color: #2db374;
}
.presentation-teaser {
  font-size: 2rem;
}

@media screen and (min-width: 68.8125em) {
  .section-big-files::before {
    top: -21rem;
    right: 0;
  }
}
.section-big-files.section {
  padding-top: 0;
}
@media screen and (min-width: 68.8125em) {
  .section-big-files.section {
    padding: 4rem 0 3rem;
  }
}

.section-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #001642;
}
@media screen and (max-width: 68.75em) {
  .section-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.section-col-content {
  padding: 5rem 2rem;
}
@media screen and (max-width: 68.75em) {
  .section-col-content {
    margin: 0 -1.5rem;
  }
}
@media screen and (min-width: 68.8125em) {
  .section-col-content {
    padding: 9rem 11rem 0;
  }
}
.section-col-teaser {
  margin-bottom: 4rem;
  line-height: 2.8rem;
}
@media screen and (max-width: 68.75em) {
  .section-col-media {
    max-width: 60%;
    margin-right: -1.5rem;
    margin-left: auto;
  }
}
@media screen and (min-width: 68.8125em) {
  .section-col-media {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media screen and (min-width: 68.8125em) {
  .section-latest-notices::before {
    left: -12rem;
    height: 100%;
    background-position: -23rem 50%;
    background-size: 70rem;
  }
}

.section-linked-news.section {
  padding-bottom: 0;
}

.section-partners.section {
  padding-bottom: 10rem;
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 40.625em) {
  .section-search {
    padding-top: 0;
  }
}
.section-title, .section-video .video-title {
  position: relative;
  margin-bottom: 4.5rem;
  color: #001642;
  word-break: break-word;
}
.section-title::after, .section-video .video-title::after {
  position: absolute;
  bottom: -2rem;
  display: block;
  width: 5rem;
  height: 0.5rem;
  content: "";
  background-color: #2db374;
}
.is-front .section-title, .is-front .section-video .video-title, .section-video .is-front .video-title {
  font-size: 3.2rem;
}
@media screen and (min-width: 53.1875em) {
  .is-front .section-title, .is-front .section-video .video-title, .section-video .is-front .video-title {
    font-size: 4.8rem;
  }
}
.section-linked-news .section-title, .section-linked-news .section-video .video-title, .section-video .section-linked-news .video-title {
  font-size: 3.2rem;
}
@media screen and (min-width: 53.1875em) {
  .section-linked-news .section-title, .section-linked-news .section-video .video-title, .section-video .section-linked-news .video-title {
    font-size: 4.8rem;
  }
}
.section-teaser {
  margin-bottom: 3rem;
  font-size: 2.2rem;
  color: #001642;
}
.section-card .section-content {
  padding: 1.5rem 1.5rem 1rem;
}
@media screen and (min-width: 53.1875em) {
  .section-card .section-content {
    padding: 4rem 4rem 2rem;
  }
}
.section-cartography .section-content {
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 53.1875em) {
  .section-cartography .section-content {
    padding: 0;
  }
}
.section-cta {
  text-align: center;
}
.section-cartography .section-cta {
  margin-top: 5rem;
}
@media screen and (min-width: 53.1875em) {
  .section-cartography .section-cta {
    max-width: 50%;
    width: 100%;
  }
}
.section-cartography {
  min-height: 49rem;
}

.section-headlines {
  padding-bottom: 0;
}
@media screen and (min-width: 68.8125em) {
  .section-headlines {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 68.8125em) {
  .section-headlines::before {
    top: -30rem;
    right: 0;
  }
}
.section-headlines .section-title, .section-headlines .section-video .video-title, .section-video .section-headlines .video-title {
  margin-bottom: 5.5rem;
}
.section-headlines .section-cta {
  margin-top: 1rem;
}

@media screen and (min-width: 68.8125em) {
  .section-map {
    padding: 2rem 0 4rem;
  }
}
@media screen and (max-width: 68.75em) {
  .section-map-media {
    padding: 2rem;
  }
}
@media screen and (min-width: 68.8125em) {
  .section-map-media {
    -webkit-flex-basis: 68.5rem;
        -ms-flex-preferred-size: 68.5rem;
            flex-basis: 68.5rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media screen and (max-width: 68.75em) {
  .section-map-content {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 68.8125em) {
  .section-map-content {
    padding-top: 10rem;
    padding-left: 2.5rem;
  }
}
.section-map-teaser {
  font-size: 2.4rem;
}

.section-news {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 53.125em) {
  .section-news {
    margin: 0 -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 53.1875em) {
  .section-news {
    padding-top: 7.6rem;
    padding-bottom: 8rem;
  }
}
.section-news::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/bg-hp-news.svg") center bottom no-repeat;
}
@media screen and (max-width: 53.125em) {
  .section-news::before {
    background-size: cover;
  }
}
.section-news-links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}

.section-plate-forms {
  padding-top: 2rem;
}
.section-plate-forms .section-teaser {
  padding-bottom: 5rem;
}
.section-plate-forms-form {
  margin-bottom: 4rem;
  padding: 5rem 2rem 6rem;
}

.section-practical-info {
  padding-top: 0;
  color: #001642;
}
.section-practical-info p {
  margin-bottom: 2.5rem;
}
.section-practical-info a {
  color: inherit;
  font-weight: 800;
  display: inline-block;
  text-decoration: underline;
}
.section-practical-info a:hover, .section-practical-info a:focus {
  text-decoration: none;
}
.section-practical-info-contact {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 53.1875em) {
  .section-practical-info-environment {
    position: relative;
  }
  .section-practical-info-contact + .section-practical-info-environment {
    padding-left: 8rem;
  }
  .section-practical-info-environment::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 1px;
    background-color: #001642;
  }
}
.section-practical-info-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-practical-info-icon.i-pin {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.section-practical-info-icon::before {
  width: 4rem;
  font-size: 2.4rem;
  color: #2db374;
}

.section-sanction {
  padding-bottom: 4rem;
}
@media screen and (min-width: 68.8125em) {
  .section-sanction {
    padding: 4rem 0;
  }
}
.section-sanction-teaser {
  font-size: 2.4rem;
}
.section-sanction-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 68.8125em) {
  .section-sanction-media {
    -webkit-flex-basis: 53rem;
        -ms-flex-preferred-size: 53rem;
            flex-basis: 53rem;
  }
}

.section-search {
  color: #fff;
}
@media screen and (min-width: 68.8125em) {
  .section-search {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 68.8125em) {
  .section-search::before {
    top: -25rem;
    left: 0;
    width: 30rem;
    height: 55rem;
    background-position: 100% 50%;
    background-size: 55rem;
  }
}
.section-search .section-title, .section-search .section-video .video-title, .section-video .section-search .video-title {
  margin-bottom: 6rem;
  color: inherit;
  font-size: 2.4rem;
  text-align: center;
  position: relative;
}
.section-search .section-title::after, .section-search .section-video .video-title::after, .section-video .section-search .video-title::after {
  position: absolute;
  bottom: -2rem;
  display: block;
  width: 5rem;
  height: 0.5rem;
  content: "";
  background-color: #2db374;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 40.6875em) {
  .section-search .section-title, .section-search .section-video .video-title, .section-video .section-search .video-title {
    font-size: 3.2rem;
  }
}
.section-search .section-content {
  padding: 3rem 2rem;
}
@media screen and (min-width: 53.1875em) {
  .section-search .section-content {
    padding: 3.5rem 10rem 5rem;
  }
}
.section-search .section-cta {
  position: relative;
}
@media screen and (max-width: 53.125em) {
  .section-search .section-cta {
    margin-top: 5rem;
  }
}
.section-search .section-cta .btn {
  border-color: #d33f49;
}

.skip-link a {
  position: fixed;
  top: -200px;
  z-index: 1;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.5em;
  background: #001642;
  color: #fff;
  text-decoration: underline;
}
.skip-link a:focus, .skip-link a:active {
  top: 0;
}
@media screen and (max-width: 53.125em) {
  .skip-link a[href="#menu-main"], .skip-link a[href="#search"] {
    display: none;
  }
}
@media print {
  .skip-link {
    display: none;
  }
}

.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slick-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.slick-list {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
.slick-slide {
  height: inherit;
  margin: 0 1.5rem 1.5rem;
}
.slick-slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.slick-dots {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem 2rem 0;
  -webkit-transform: translateY(-0.3rem);
          transform: translateY(-0.3rem);
}
@media screen and (max-width: 40.625em) {
  .slick-dots {
    margin: 1rem 6rem 0;
  }
}
.slick-dots li button {
  width: 1.5rem;
  height: 1.5rem;
  margin: 1rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #193A7D;
  border-radius: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  background-color: #2db374;
}
.slick-dots li.slick-active button {
  background-color: #2db374;
}
.slick-prev, .slick-next {
  width: 4rem;
  height: 4rem;
  text-indent: 100%;
  overflow: hidden;
  color: #001642;
}
.slick-prev::before, .slick-next::before {
  content: "\e91a";
  font-size: 1em;
}
@media screen and (max-width: 40.625em) {
  .slick-prev, .slick-next {
    position: absolute;
    bottom: 0;
  }
}
.slick-prev[disabled], .slick-next[disabled] {
  opacity: 0.5;
}
.slick-prev::before, .slick-next::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  text-indent: 0;
  font-size: 2.4rem;
}
.slick-prev {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 40.625em) {
  .slick-prev {
    left: 1.5rem;
  }
}
.slick-next {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 40.625em) {
  .slick-next {
    right: 1.5rem;
  }
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #001642;
}
.footer .social {
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 53.1875em) {
  .footer .social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -1rem;
  }
}
@media print {
  .social {
    display: none;
  }
}
.social ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.social a {
  position: relative;
  display: block;
  color: inherit;
  padding: 1rem;
  line-height: 1;
  -webkit-transition: none;
  transition: none;
}
.social a::before, .social a::after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social a::before {
  font-size: 3.2rem;
  border-radius: 50%;
}
.footer .social a::before {
  font-size: 4.8rem;
}
.social a::after {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  left: 0.8rem;
  content: "";
  border: 2px solid transparent;
  border-radius: 50%;
}
.social a:hover, .social a:focus {
  color: #fff;
}
.social a:hover::before, .social a:focus::before {
  background-color: #001642;
}
.social a:hover::after, .social a:focus::after {
  border-color: #001642;
}
.footer .social a:hover, .footer .social a:focus {
  color: #001642;
}
.footer .social a:hover::before, .footer .social a:focus::before {
  background-color: #fff;
}
.footer .social a:hover::after, .footer .social a:focus::after {
  border-color: #fff;
}

.tabs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabs-link {
  padding: 0.5rem 1.5rem;
  color: #001642;
  font-family: "Merriweather", Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4rem;
  border-bottom: 5px solid #d8d8d8;
  cursor: pointer;
}
.tabs-link:hover, .tabs-link:focus {
  color: #2db374;
}
@media screen and (min-width: 40.6875em) {
  .tabs-link {
    font-size: 3.2rem;
  }
}
.tabs-link[aria-selected=true] {
  border-bottom-color: #2db374;
}
.tabs-content {
  margin-top: 7rem;
}
.tabs-content[aria-hidden=true] {
  display: none;
}

.video-wrapper {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.video-wrapper iframe {
  border: none;
}
.video-wrapper .no-iframe {
  padding: 2rem;
  background-color: #001642;
}
.video-title {
  font-family: "Merriweather", Arial, sans-serif;
  font-weight: 700;
  color: #393939;
  text-align: left;
  padding: 0;
  margin-bottom: 2rem;
}
.video-description {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}