/*!
 Theme Name: etsgabriel
 Theme URI: http://underscores.me/
 Author: Underscores.me
 Author URI: http://underscores.me/
 Description: Description
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: etsgabriel
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
 v2.0 | 20110126
 License: none (public domain)
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?imuaxc');
  src: url('fonts/icomoon.eot?imuaxc#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?imuaxc') format('truetype'), url('fonts/icomoon.woff?imuaxc') format('woff'), url('fonts/icomoon.svg?imuaxc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-chevron-right:before {
  content: "\e900";
}
.icon-chevron-left:before {
  content: "\e901";
}
.icon-chevron-down:before {
  content: "\e902";
}
.icon-chevron-up:before {
  content: "\e903";
}
.icon-phone:before {
  content: "\e942";
}
@keyframes arrowBounce {
  to {
    transform: translate3d(-50%, 20px, 0);
  }
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: 'Montserrat', sans-serif;
  margin-top: 90px;
}
.wrapper {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1400px) {
  .wrapper {
    padding: 0 40px;
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .wrapper {
    padding: 0 20px;
  }
}
.wrapper__breadcrumb {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 800px) {
  .wrapper__breadcrumb {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .wrapper__breadcrumb {
    font-size: 14px;
  }
}
.wrapper__breadcrumb a {
  color: #0f4b7b;
}
.wrapper__breadcrumb .breadcrumb_last {
  font-weight: 700;
}
.btn {
  display: inline-block;
  padding: 20px 40px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 300;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 480px) {
  .btn {
    font-size: 16px;
    padding: 15px 30px;
    text-align: center;
  }
}
.btn.--bold {
  font-weight: 700;
}
.btn.--blue {
  background: #0f4b7b;
  color: #fff;
  border: 2px solid #7ca5dc;
}
.btn.--lightblue {
  background: #7ca5dc;
  color: #fff;
}
.btn.--black {
  color: #fff;
  background: #444;
}
.btn.--discrete {
  text-decoration: underline;
  font-weight: 600;
}
.btn.--discrete.--blue {
  border: none;
  color: #0f4b7b;
  background: none;
  padding: 0;
}
.component__pageslist li {
  width: 100%;
  display: block;
}
.component__pageslist li a {
  text-decoration: none;
  color: #7ca5dc;
  display: block;
  padding: 20px 0;
  width: 100%;
  border-bottom: 2px solid #7ca5dc;
  position: relative;
  font-size: 22px;
}
@media (max-width: 800px) {
  .component__pageslist li a {
    font-size: 16px;
  }
}
.component__pageslist li a .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.component__blockFAQ {
  background: #eee;
  text-align: center;
  padding: 80px 0;
  color: #444;
  margin-top: 80px;
}
@media (max-width: 800px) {
  .component__blockFAQ {
    margin-top: 40px;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .component__blockFAQ {
    padding: 20px 0;
  }
}
.component__blockFAQ .wrapper p {
  font-size: 24px;
  line-height: 1.8;
}
@media (max-width: 480px) {
  .component__blockFAQ .wrapper p {
    font-size: 18px;
  }
}
.component__blockFAQ .wrapper p strong {
  font-weight: 700;
}
.component__blockFAQ .wrapper .btns__holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 800px) {
  .component__blockFAQ .wrapper .btns__holder {
    flex-direction: column;
  }
}
.component__blockFAQ .wrapper .btns__holder .mid-btns {
  margin: 0 20px;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 800px) {
  .component__blockFAQ .wrapper .btns__holder .mid-btns {
    margin: 20px 0;
  }
}
.header {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 20;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
@media (max-width: 480px) {
  .header {
    padding: 10px 0;
  }
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 480px) {
  .header .wrapper {
    flex-wrap: wrap;
    position: relative;
  }
}
.header .wrapper .header__logo {
  display: block;
  height: 100%;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 480px) {
  .header .wrapper .header__logo {
    width: 100%;
    font-size: 20px;
  }
}
.header .wrapper .header__logo a {
  color: #0f4b7b;
  text-decoration: none;
}
.header .wrapper .header__menu {
  padding: 20px 0;
  height: 100%;
}
@media (max-width: 1000px) {
  .header .wrapper .header__menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    z-index: 40;
    transform: translateX(100%);
    transition: all 0.4s ease-in-out;
  }
  .header .wrapper .header__menu.responsive--active {
    transform: translateX(0);
  }
}
.header .wrapper .header__menu .menu__responsive-close-btn {
  display: none;
}
@media (max-width: 1000px) {
  .header .wrapper .header__menu .menu__responsive-close-btn {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 40;
    width: 40px;
    height: 40px;
  }
  .header .wrapper .header__menu .menu__responsive-close-btn:before, .header .wrapper .header__menu .menu__responsive-close-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 3px;
    border-radius: 3px;
    width: 100%;
    background: #0f4b7b;
  }
  .header .wrapper .header__menu .menu__responsive-close-btn:before {
    transform: rotate(-45deg);
  }
  .header .wrapper .header__menu .menu__responsive-close-btn:after {
    transform: rotate(45deg);
  }
}
@media (max-width: 1000px) {
  .header .wrapper .header__menu .menu-header-container {
    height: 100%;
  }
}
.header .wrapper .header__menu .menu {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1000px) {
  .header .wrapper .header__menu .menu {
    flex-direction: column;
    justify-content: center;
    margin: auto 20px;
  }
}
@media (max-width: 600px) {
  .header .wrapper .header__menu .menu {
    align-items: flex-start;
  }
}
.header .wrapper .header__menu .menu li {
  margin-right: 100px;
  height: 100%;
}
@media (max-width: 1400px) {
  .header .wrapper .header__menu .menu li {
    margin-right: 40px;
  }
}
@media (max-width: 1000px) {
  .header .wrapper .header__menu .menu li {
    height: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.header .wrapper .header__menu .menu li.menu__responsive--only {
  display: none;
}
@media (max-width: 1000px) {
  .header .wrapper .header__menu .menu li.menu__responsive--only {
    display: block;
  }
}
@media (max-width: 1000px) {
  .header .wrapper .header__menu .menu li.menu__responsive--only a {
    font-weight: 700;
    padding: 15px;
    background: #0f4b7b;
    color: #fff;
    display: block;
    border: 2px solid #7ca5dc;
  }
}
@media (max-width: 1000px) {
  .header .wrapper .header__menu .menu li.menu-item-has-children {
    position: relative;
    margin-bottom: 20px;
  }
}
.header .wrapper .header__menu .menu li.menu-item-has-children:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 1.25em;
  margin-left: 10px;
  vertical-align: middle;
  color: #7ca5dc;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .header .wrapper .header__menu .menu li.menu-item-has-children:after {
    display: none;
  }
}
.header .wrapper .header__menu .menu li.menu-item-has-children > .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  display: flex;
  padding: 40px 0;
  width: 1400px;
  left: 50%;
  transform: translate3d(-50%, -500px, 0);
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out 0.4s;
}
@media (max-width: 1000px) {
  .header .wrapper .header__menu .menu li.menu-item-has-children > .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    transform: none;
    width: 100%;
    display: block;
    padding: 20px 0;
  }
}
.header .wrapper .header__menu .menu li.menu-item-has-children > .sub-menu:before {
  content: "";
  width: 200vw;
  position: absolute;
  left: -50vw;
  right: 0;
  bottom: 0;
  top: 0;
  background: #0f4b7b;
  z-index: 2;
}
@media (max-width: 1000px) {
  .header .wrapper .header__menu .menu li.menu-item-has-children > .sub-menu:before {
    display: none;
  }
}
.header .wrapper .header__menu .menu li.menu-item-has-children > .sub-menu > li {
  line-height: 1.4;
  position: relative;
  z-index: 4;
}
@media (max-width: 1000px) {
  .header .wrapper .header__menu .menu li.menu-item-has-children > .sub-menu > li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .header .wrapper .header__menu .menu li.menu-item-has-children > .sub-menu > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 10px;
    height: 1px;
    background: #7ca5dc;
  }
}
@media (max-width: 1000px) {
  .header .wrapper .header__menu .menu li.menu-item-has-children > .sub-menu > li:last-of-type {
    margin-bottom: 0;
  }
}
.header .wrapper .header__menu .menu li.menu-item-has-children > .sub-menu > li a {
  color: #fff;
}
@media (max-width: 1000px) {
  .header .wrapper .header__menu .menu li.menu-item-has-children > .sub-menu > li a {
    color: #7ca5dc;
    font-size: 18px;
  }
}
.header .wrapper .header__menu .menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children:after {
  display: none;
}
.header .wrapper .header__menu .menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a {
  font-weight: 700;
}
@media (max-width: 1000px) {
  .header .wrapper .header__menu .menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a {
    font-weight: 400;
  }
}
.header .wrapper .header__menu .menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu {
  position: static;
  font-size: 14px;
  font-weight: 300;
  display: block;
  left: 0;
  transform: none;
  margin: 0;
  width: auto;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1000px) {
  .header .wrapper .header__menu .menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu {
    display: none;
  }
}
.header .wrapper .header__menu .menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu:before {
  display: none;
}
.header .wrapper .header__menu .menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu li {
  line-height: 1.4;
  margin-bottom: 10px;
}
.header .wrapper .header__menu .menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu li:last-of-type {
  margin-bottom: 0;
}
.header .wrapper .header__menu .menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu li a {
  font-weight: 300;
}
@media (min-width: 1000px) {
  .header .wrapper .header__menu .menu li.menu-item-has-children.active > .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out 0s;
    transform: translate3d(-50%, 0, 0);
  }
}
.header .wrapper .header__menu .menu li:last-of-type {
  margin-right: 0;
}
@media (max-width: 1000px) {
  .header .wrapper .header__menu .menu li:last-of-type {
    margin-bottom: 0;
  }
}
.header .wrapper .header__menu .menu li a {
  color: #0f4b7b;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .header .wrapper .header__menu .menu li a {
    font-size: 26px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .header .wrapper .header__menu .menu li a {
    display: inline-block;
    text-align: left;
  }
}
.header .wrapper .header__menu .menu li.current-menu-item a, .header .wrapper .header__menu .menu li.current-page-ancestor a {
  position: relative;
}
.header .wrapper .header__menu .menu li.current-menu-item a:after, .header .wrapper .header__menu .menu li.current-page-ancestor a:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  background: #0f4b7b;
  height: 3px;
}
.header .wrapper .header__devis {
  background: #0f4b7b;
  padding: 10px;
  text-align: center;
}
@media (max-width: 480px) {
  .header .wrapper .header__devis {
    margin-top: 5px;
  }
}
.header .wrapper .header__devis .header__devis__top {
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .header .wrapper .header__devis .header__devis__top {
    margin-bottom: 0;
    padding: 15px 10px;
  }
}
@media (max-width: 480px) {
  .header .wrapper .header__devis .header__devis__top {
    padding: 0;
  }
}
.header .wrapper .header__devis .header__devis__top a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .wrapper .header__devis .header__devis__top a .icon {
  margin-right: 10px;
  font-size: 1.2em;
}
.header .wrapper .header__devis .header__devis__top a span {
  font-size: 18px;
}
@media (max-width: 600px) {
  .header .wrapper .header__devis .header__devis__bottom {
    display: none;
  }
}
.header .wrapper .header__devis .header__devis__bottom .btn {
  padding: 10px 40px;
  font-weight: 500;
}
.header .wrapper .header__menu-responsive-btn {
  display: none;
  width: 40px;
  height: 30px;
  position: relative;
}
@media (max-width: 1000px) {
  .header .wrapper .header__menu-responsive-btn {
    display: block;
  }
}
@media (max-width: 480px) {
  .header .wrapper .header__menu-responsive-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header .wrapper .header__menu-responsive-btn span {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  height: 3px;
  border-radius: 3px;
  background: #0f4b7b;
  right: 0;
}
.header .wrapper .header__menu-responsive-btn span:nth-of-type(1) {
  top: 0;
}
.header .wrapper .header__menu-responsive-btn span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header .wrapper .header__menu-responsive-btn span:nth-of-type(3) {
  bottom: 0;
}
.footer {
  width: 100%;
  margin-top: 40px;
  border-top: 2px solid #eee;
}
.footer .footer__top {
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 800px) {
  .footer .footer__top {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .footer .footer__top {
    padding: 20px 0;
  }
}
.footer .footer__top .wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .footer .footer__top .wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.footer .footer__top .wrapper > div {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}
@media (max-width: 1000px) {
  .footer .footer__top .wrapper > div {
    margin-bottom: 40px;
    text-align: center;
  }
  .footer .footer__top .wrapper > div:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .footer .footer__top .wrapper > div {
    font-size: 16px;
  }
}
.footer .footer__top .wrapper > div .footer__top__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .footer .footer__top .wrapper > div .footer__top__title {
    font-size: 18px;
  }
}
.footer .footer__top .wrapper > div.footer__top__address a {
  color: #0f4b7b;
  font-weight: 700;
}
.footer .footer__top .wrapper > div.footer__top__faq a {
  margin-top: 10px;
  color: #0f4b7b;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .footer .footer__top .wrapper > div.footer__top__faq a {
    text-align: center;
    display: block;
  }
}
.footer .footer__top .wrapper > div.footer__top__faq a span {
  text-decoration: underline;
}
.footer .footer__top .wrapper > div.footer__top__faq a .icon {
  margin-right: 10px;
  text-decoration: none;
}
@media (max-width: 480px) {
  .footer .footer__top .wrapper > div.footer__top__faq a .icon {
    display: none;
  }
}
.footer .footer__top .wrapper > div.footer__top__menu .menu li a {
  color: #0f4b7b;
  font-weight: 700;
}
.footer .footer__bottom {
  padding: 40px 0;
  font-size: 14px;
  background: #eee;
  text-align: center;
  line-height: 1.8;
}
.footer .footer__bottom a {
  color: #0f4b7b;
  font-weight: 700;
}
.home .block__introduction {
  height: 95vh;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1800px) {
  .home .block__introduction {
    height: 1000px;
  }
}
@media (max-width: 1400px) {
  .home .block__introduction {
    display: block;
    height: auto;
  }
}
.home .block__introduction .block__introduction__content {
  position: relative;
  z-index: 6;
  width: 50%;
  color: #444;
  padding: 2.5%;
}
@media (max-width: 1400px) {
  .home .block__introduction .block__introduction__content {
    width: 100%;
    text-align: center;
    padding-top: 80px;
  }
}
@media (max-width: 800px) {
  .home .block__introduction .block__introduction__content {
    padding-top: 40px;
  }
}
.home .block__introduction .block__introduction__content .introduction__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  color: #0f4b7b;
}
@media (max-width: 1600px) {
  .home .block__introduction .block__introduction__content .introduction__title {
    font-size: 48px;
  }
}
@media (max-width: 1000px) {
  .home .block__introduction .block__introduction__content .introduction__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .home .block__introduction .block__introduction__content .introduction__title {
    font-size: 27px;
  }
  .home .block__introduction .block__introduction__content .introduction__title br {
    display: none;
  }
}
.home .block__introduction .block__introduction__content .introduction__text {
  font-size: 36px;
  margin-top: 40px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1000px) {
  .home .block__introduction .block__introduction__content .introduction__text {
    font-size: 27px;
  }
}
@media (max-width: 480px) {
  .home .block__introduction .block__introduction__content .introduction__text {
    font-size: 20px;
  }
}
.home .block__introduction .block__introduction__content .introduction__description {
  font-size: 24px;
  margin-top: 20px;
  line-height: 1.4;
  width: 75%;
  font-weight: 300;
}
@media (max-width: 1400px) {
  .home .block__introduction .block__introduction__content .introduction__description {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .home .block__introduction .block__introduction__content .introduction__description {
    font-size: 18px;
  }
}
.home .block__introduction .block__introduction__content .btn__holder {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .home .block__introduction .block__introduction__content .btn__holder {
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .home .block__introduction .block__introduction__content .btn__holder {
    flex-direction: column;
  }
}
.home .block__introduction .block__introduction__content .btn__holder .btn:first-of-type {
  margin-right: 20px;
}
@media (max-width: 800px) {
  .home .block__introduction .block__introduction__content .btn__holder .btn:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.home .block__introduction .block__introduction__background {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
@media (max-width: 1400px) {
  .home .block__introduction .block__introduction__background {
    width: 100%;
    height: 600px;
  }
}
.home .block__introduction .block__introduction__background .filter__black {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 4;
  opacity: 0.5;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.85+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000',GradientType=0);
  /* IE6-9 */
}
.home .block__introduction .block__introduction__background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home .block__introduction .scrolldown__btn {
  position: absolute;
  left: 75%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 8;
  font-size: 3.5vh;
  cursor: pointer;
  color: #9d9d9d;
  animation: arrowBounce 0.4s infinite alternate;
}
@media (max-width: 1400px) {
  .home .block__introduction .scrolldown__btn {
    display: none;
  }
}
.home .block__services {
  margin-top: 60px;
}
@media (max-width: 800px) {
  .home .block__services {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .home .block__services {
    margin-top: 20px;
  }
}
.home .block__services .block__bigTitle {
  text-align: center;
  color: #0f4b7b;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .home .block__services .block__bigTitle {
    margin-bottom: 40px;
    font-size: 37px;
  }
}
@media (max-width: 480px) {
  .home .block__services .block__bigTitle {
    margin-bottom: 20px;
  }
}
.home .block__services .block {
  margin-bottom: 120px;
}
@media (max-width: 1400px) {
  .home .block__services .block {
    margin-bottom: 80px;
  }
}
@media (max-width: 800px) {
  .home .block__services .block {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .home .block__services .block {
    margin-bottom: 20px;
  }
}
.home .block__services .block .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .home .block__services .block .wrapper {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
.home .block__services .block .wrapper .block__imgPart {
  width: 50.17%;
}
@media (max-width: 1200px) {
  .home .block__services .block .wrapper .block__imgPart {
    width: 100%;
  }
}
.home .block__services .block .wrapper .block__imgPart img {
  width: 100%;
  height: auto;
}
.home .block__services .block .wrapper .block__txtPart {
  width: 42.75%;
}
@media (max-width: 1200px) {
  .home .block__services .block .wrapper .block__txtPart {
    width: 100%;
    margin-bottom: 40px;
  }
}
.home .block__services .block .wrapper .block__txtPart .block__title {
  font-size: 40px;
  color: #0f4b7b;
}
@media (max-width: 800px) {
  .home .block__services .block .wrapper .block__txtPart .block__title {
    font-size: 30px;
  }
}
.home .block__services .block .wrapper .block__txtPart .block__description {
  font-size: 25px;
  line-height: 1.6;
  color: #444;
  font-weight: 300;
  margin-top: 40px;
}
@media (max-width: 800px) {
  .home .block__services .block .wrapper .block__txtPart .block__description {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .home .block__services .block .wrapper .block__txtPart .block__description {
    margin-top: 20px;
  }
}
.home .block__services .block .wrapper .block__txtPart .block__pagesList {
  width: 65%;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .home .block__services .block .wrapper .block__txtPart .block__pagesList {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .home .block__services .block .wrapper .block__txtPart .block__pagesList {
    margin-top: 20px;
  }
}
.home .block__services .block .wrapper .block__txtPart .btn {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .home .block__services .block .wrapper .block__txtPart .btn {
    margin-top: 20px;
  }
}
.home .block__services .block.imgRight .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 1200px) {
  .home .block__services .block.imgRight .wrapper {
    flex-direction: column-reverse;
  }
}
.home .block__services .block.--blockIsBlue {
  background: #0f4b7b;
  color: #fff;
  padding: 80px 0;
}
@media (max-width: 800px) {
  .home .block__services .block.--blockIsBlue {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .home .block__services .block.--blockIsBlue {
    padding: 20px 0;
  }
}
.home .block__services .block.--blockIsBlue .wrapper .block__txtPart .block__title, .home .block__services .block.--blockIsBlue .wrapper .block__txtPart .block__description {
  color: #fff;
}
.home .block__services .block.--blockIsBlue .wrapper .block__txtPart .block__pagesList li a {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.home .block__services .block.--blockIsBlue .wrapper .block__txtPart .btn {
  background: #fff;
  color: #0f4b7b;
  font-weight: 400;
}
.home .footer {
  margin-top: 0;
}
.page-template-page-contact .wrapper-contact {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 160px;
}
@media (max-width: 800px) {
  .page-template-page-contact .wrapper-contact {
    flex-direction: column;
    margin-top: 120px;
  }
}
.page-template-page-contact .wrapper-contact .block__introduction {
  width: 48%;
}
@media (max-width: 800px) {
  .page-template-page-contact .wrapper-contact .block__introduction {
    width: 100%;
  }
}
.page-template-page-contact .wrapper-contact .block__introduction .introduction__title {
  font-size: 64px;
  line-height: 1.2;
  color: #0f4b7b;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .page-template-page-contact .wrapper-contact .block__introduction .introduction__title {
    font-size: 48px;
  }
}
@media (max-width: 800px) {
  .page-template-page-contact .wrapper-contact .block__introduction .introduction__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .page-template-page-contact .wrapper-contact .block__introduction .introduction__title {
    font-size: 27px;
  }
}
.page-template-page-contact .wrapper-contact .block__introduction .introduction__subtitle {
  color: #444;
  font-size: 24px;
  line-height: 1.8;
  color: #7ca5dc;
  font-style: italic;
}
@media (max-width: 800px) {
  .page-template-page-contact .wrapper-contact .block__introduction .introduction__subtitle {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .page-template-page-contact .wrapper-contact .block__introduction .introduction__subtitle {
    font-size: 15px;
  }
}
.page-template-page-contact .wrapper-contact .block__introduction .introduction__description {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  margin-top: 20px;
}
@media (max-width: 800px) {
  .page-template-page-contact .wrapper-contact .block__introduction .introduction__description {
    font-size: 16px;
  }
}
.page-template-page-contact .wrapper-contact .block__introduction .introduction__description strong {
  font-weight: 700;
}
.page-template-page-contact .wrapper-contact .block__introduction .introduction__description em {
  font-style: italic;
}
.page-template-page-contact .wrapper-contact .block__introduction .introduction__description p {
  margin-bottom: 20px;
}
.page-template-page-contact .wrapper-contact .block__introduction .introduction__description p:last-of-type {
  margin-bottom: 0;
}
.page-template-page-contact .wrapper-contact .block__introduction .introduction__phone {
  color: #7ca5dc;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.page-template-page-contact .wrapper-contact .block__introduction .introduction__phone .icon {
  margin-right: 20px;
  color: #0f4b7b;
}
.page-template-page-contact .wrapper-contact .block__form {
  width: 48%;
}
@media (max-width: 800px) {
  .page-template-page-contact .wrapper-contact .block__form {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .page-template-page-contact .wrapper-contact .block__form {
    margin-top: 20px;
  }
}
.page-template-page-contact .wrapper-contact .block__form .wpcf7-response-output {
  margin: 0;
  padding: 20px;
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  border: 0;
  margin-top: 20px;
  font-weight: 700;
}
@media (max-width: 800px) {
  .page-template-page-contact .wrapper-contact .block__form .wpcf7-response-output {
    font-size: 16px;
  }
}
.page-template-page-contact .wrapper-contact .block__form .wpcf7-response-output.wpcf7-validation-errors, .page-template-page-contact .wrapper-contact .block__form .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #d81813;
  color: #fff;
}
.page-template-page-contact .wrapper-contact .block__form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #24a941;
  color: #fff;
}
.page-template-page-contact .wrapper-contact .block__form .form__title {
  font-size: 32px;
  line-height: 1.2;
  color: #0f4b7b;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .page-template-page-contact .wrapper-contact .block__form .form__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .page-template-page-contact .wrapper-contact .block__form .form__title {
    font-size: 27px;
  }
}
.page-template-page-contact .wrapper-contact .block__form .field {
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 480px) {
  .page-template-page-contact .wrapper-contact .block__form .field {
    margin-bottom: 20px;
  }
}
.page-template-page-contact .wrapper-contact .block__form .field .wpcf7-not-valid-tip {
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 600;
  display: block;
  color: #d81813;
}
.page-template-page-contact .wrapper-contact .block__form .field:last-of-type {
  margin-bottom: 0;
}
.page-template-page-contact .wrapper-contact .block__form .field > label {
  font-weight: 600;
  color: #444;
  font-size: 18px;
  display: block;
}
@media (max-width: 800px) {
  .page-template-page-contact .wrapper-contact .block__form .field > label {
    font-size: 16px;
  }
}
.page-template-page-contact .wrapper-contact .block__form .field input:not([type='checkbox']), .page-template-page-contact .wrapper-contact .block__form .field select:not([type='checkbox']) {
  color: #444;
  font-weight: 300;
  background: none;
  border: 0;
  border-bottom: 2px solid #aaa;
  padding: 0 0 10px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  outline: none;
  width: 100%;
}
@media (max-width: 800px) {
  .page-template-page-contact .wrapper-contact .block__form .field input:not([type='checkbox']), .page-template-page-contact .wrapper-contact .block__form .field select:not([type='checkbox']) {
    font-size: 16px;
  }
}
.page-template-page-contact .wrapper-contact .block__form .field textarea {
  resize: none;
  height: 160px;
  border: 1px solid #707070;
  padding: 10px 20px;
  color: #444;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  outline: none;
  line-height: 1.3;
}
.page-template-page-contact .wrapper-contact .block__form .field .wpcf7-checkbox .wpcf7-list-item {
  margin-right: 20px;
}
@media (max-width: 400px) {
  .page-template-page-contact .wrapper-contact .block__form .field .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.page-template-page-contact .wrapper-contact .block__form .field .wpcf7-checkbox .wpcf7-list-item:last-of-type {
  margin-right: 0;
}
@media (max-width: 400px) {
  .page-template-page-contact .wrapper-contact .block__form .field .wpcf7-checkbox .wpcf7-list-item:last-of-type {
    margin-bottom: 0;
  }
}
.page-template-page-contact .wrapper-contact .block__form .field .wpcf7-checkbox .wpcf7-list-item.first {
  margin-left: 0;
}
.page-template-page-contact .wrapper-contact .block__form .field .wpcf7-checkbox .wpcf7-list-item > label {
  display: flex;
  align-items: center;
}
.page-template-page-contact .wrapper-contact .block__form .field .wpcf7-checkbox .wpcf7-list-item input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.page-template-page-contact .wrapper-contact .block__form .field .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 18px;
  color: #444;
}
@media (max-width: 800px) {
  .page-template-page-contact .wrapper-contact .block__form .field .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .page-template-page-contact .wrapper-contact .block__form .submit .btn {
    width: 100%;
    text-align: center;
  }
}
.page-template-page-contenu .wrapper__breadcrumb {
  margin-top: 160px;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .page-template-page-contenu .wrapper__breadcrumb {
    margin-top: 120px;
    margin-bottom: 40px;
  }
}
.page-template-page-contenu .wrapper-content .page__title {
  font-size: 64px;
  color: #0f4b7b;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1400px) {
  .page-template-page-contenu .wrapper-content .page__title {
    font-size: 48px;
  }
}
@media (max-width: 800px) {
  .page-template-page-contenu .wrapper-content .page__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .page-template-page-contenu .wrapper-content .page__title {
    font-size: 27px;
  }
}
.page-template-page-contenu .wrapper-content .blocks {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.6;
  color: #444;
}
@media (max-width: 800px) {
  .page-template-page-contenu .wrapper-content .blocks {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .page-template-page-contenu .wrapper-content .blocks {
    margin-top: 20px;
  }
}
.page-template-page-contenu .wrapper-content .blocks .block {
  margin-top: 40px;
}
.page-template-page-contenu .wrapper-content .blocks .block:first-of-type {
  margin-top: 0;
}
@media (max-width: 800px) {
  .page-template-page-contenu .wrapper-content .blocks .block.imgLeft {
    flex-direction: column;
  }
}
.page-template-page-contenu .wrapper-content .blocks .block.imgRight {
  flex-direction: row-reverse;
}
@media (max-width: 800px) {
  .page-template-page-contenu .wrapper-content .blocks .block.imgRight {
    flex-direction: column-reverse;
  }
}
@media (max-width: 800px) {
  .page-template-page-contenu .wrapper-content .blocks .block.imgRight .block__partImg {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .page-template-page-contenu .wrapper-content .blocks .block.imgRight .block__partImg {
    margin-top: 20px;
  }
}
.page-template-page-contenu .wrapper-content .blocks .block .block__partImg {
  width: 48%;
}
@media (max-width: 800px) {
  .page-template-page-contenu .wrapper-content .blocks .block .block__partImg {
    width: 100%;
  }
}
.page-template-page-contenu .wrapper-content .blocks .block .block__partImg img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.page-template-page-contenu .wrapper-content .blocks .block .block__partImg img:last-of-type {
  margin-bottom: 0;
}
.page-template-page-contenu .wrapper-content .blocks .block .block__partTxt {
  width: 100%;
}
.page-template-page-contenu .wrapper-content .blocks .block .block__partTxt .block__title {
  font-size: 32px;
  line-height: 1.2;
  color: #0f4b7b;
  font-weight: 700;
  margin-bottom: 40px;
}
.page-template-page-contenu .wrapper-content .blocks .block .block__partTxt .block__content b, .page-template-page-contenu .wrapper-content .blocks .block .block__partTxt .block__content strong {
  font-weight: 700;
}
.page-template-page-contenu .wrapper-content .blocks .block .block__partTxt .block__content em, .page-template-page-contenu .wrapper-content .blocks .block .block__partTxt .block__content i {
  font-style: italic;
}
.page-template-page-contenu .wrapper-content .blocks .block .block__partTxt .block__content ul, .page-template-page-contenu .wrapper-content .blocks .block .block__partTxt .block__content ol {
  padding-left: 20px;
}
.page-template-page-contenu .wrapper-content .blocks .block .block__partTxt .block__content ul {
  margin: 20px 0;
}
.page-template-page-contenu .wrapper-content .blocks .block .block__partTxt .block__content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.page-template-page-contenu .wrapper-content .blocks .block .block__partTxt .block__content ul li:last-of-type {
  margin-bottom: 0;
}
.page-template-page-contenu .wrapper-content .blocks .block .block__partTxt .block__content ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0f4b7b;
  position: absolute;
  left: 0;
  top: 12px;
}
.page-template-page-contenu .wrapper-content .blocks .block .block__partTxt .block__content h2 {
  font-size: 32px;
  line-height: 1.2;
  color: #0f4b7b;
  font-weight: 700;
  margin: 20px 0;
}
@media (max-width: 800px) {
  .page-template-page-contenu .wrapper-content .blocks .block .block__partTxt .block__content h2 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .page-template-page-contenu .wrapper-content .blocks .block .block__partTxt .block__content h2 {
    font-size: 20px;
  }
}
.page-template-page-contenu .wrapper-content .blocks .block .block__partTxt .block__content h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #0f4b7b;
  font-weight: 700;
  margin: 20px 0;
}
@media (max-width: 800px) {
  .page-template-page-contenu .wrapper-content .blocks .block .block__partTxt .block__content h3 {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .page-template-page-contenu .wrapper-content .blocks .block .block__partTxt .block__content h3 {
    font-size: 16px;
  }
}
.page-template-page-contenu .wrapper-content .blocks .block .block__partTxt .block__content a {
  color: #0f4b7b;
  font-weight: 700;
}
.page-template-page-contenu .wrapper-content .blocks .block .block__partTxt .block__content p {
  margin-bottom: 20px;
}
.page-template-page-contenu .wrapper-content .blocks .block .block__partTxt .block__content p:last-of-type {
  margin-bottom: 0;
}
.page-template-page-contenu .wrapper-content .blocks .block.imgRight, .page-template-page-contenu .wrapper-content .blocks .block.imgLeft {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-template-page-contenu .wrapper-content .blocks .block.imgRight .block__partTxt, .page-template-page-contenu .wrapper-content .blocks .block.imgLeft .block__partTxt {
  width: 48%;
}
@media (max-width: 800px) {
  .page-template-page-contenu .wrapper-content .blocks .block.imgRight .block__partTxt, .page-template-page-contenu .wrapper-content .blocks .block.imgLeft .block__partTxt {
    width: 100%;
  }
}
.page-template-page-contenu .footer {
  margin-top: 0;
}
.page-template-page-listing .wrapper__breadcrumb {
  margin-top: 160px;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .page-template-page-listing .wrapper__breadcrumb {
    margin-top: 120px;
    margin-bottom: 40px;
  }
}
.page-template-page-listing .wrapper-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .page-template-page-listing .wrapper-content {
    flex-direction: column-reverse;
  }
}
.page-template-page-listing .wrapper-content .content {
  width: 65%;
}
@media (max-width: 800px) {
  .page-template-page-listing .wrapper-content .content {
    width: 100%;
  }
}
.page-template-page-listing .wrapper-content .content .content__title {
  font-size: 64px;
  font-weight: 700;
  color: #0f4b7b;
  line-height: 1.2;
}
@media (max-width: 1400px) {
  .page-template-page-listing .wrapper-content .content .content__title {
    font-size: 48px;
  }
}
@media (max-width: 800px) {
  .page-template-page-listing .wrapper-content .content .content__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .page-template-page-listing .wrapper-content .content .content__title {
    font-size: 27px;
  }
}
.page-template-page-listing .wrapper-content .content .content__content {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}
@media (max-width: 800px) {
  .page-template-page-listing .wrapper-content .content .content__content {
    font-size: 14px;
  }
}
.page-template-page-listing .wrapper-content .content .content__content h2 {
  color: #0f4b7b;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  margin: 20px 0;
}
@media (max-width: 800px) {
  .page-template-page-listing .wrapper-content .content .content__content h2 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .page-template-page-listing .wrapper-content .content .content__content h2 {
    font-size: 20px;
  }
}
.page-template-page-listing .wrapper-content .content .content__content h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 20px 0;
}
@media (max-width: 800px) {
  .page-template-page-listing .wrapper-content .content .content__content h3 {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .page-template-page-listing .wrapper-content .content .content__content h3 {
    font-size: 16px;
  }
}
.page-template-page-listing .wrapper-content .content .content__content a {
  color: #0f4b7b;
  font-weight: 600;
}
.page-template-page-listing .wrapper-content .content .content__content strong {
  font-weight: 700;
}
.page-template-page-listing .wrapper-content .content .content__content em, .page-template-page-listing .wrapper-content .content .content__content i {
  font-style: italic;
}
.page-template-page-listing .wrapper-content .content .btn {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .page-template-page-listing .wrapper-content .content .btn {
    margin-top: 20px;
  }
}
.page-template-page-listing .wrapper-content .sidebar {
  width: 26%;
}
@media (max-width: 800px) {
  .page-template-page-listing .wrapper-content .sidebar {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .page-template-page-listing .wrapper-content .sidebar {
    margin-bottom: 20px;
  }
}
.page-template-page-listing .wrapper-content .sidebar .sidebar__title {
  color: #0f4b7b;
  font-weight: 700;
  font-size: 27px;
}
@media (max-width: 800px) {
  .page-template-page-listing .wrapper-content .sidebar .sidebar__title {
    font-size: 20px;
  }
}
.page-template-page-listing .wrapper-content .sidebar .sidebar__description {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px;
  color: #444;
}
@media (max-width: 800px) {
  .page-template-page-listing .wrapper-content .sidebar .sidebar__description {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .page-template-page-listing .wrapper-content .sidebar .sidebar__description {
    margin-top: 20px;
  }
}
.page-template-page-listing .wrapper-content .sidebar .sidebar__description strong {
  font-weight: 700;
}
.page-template-page-listing .wrapper-content .sidebar .sidebar__pageslist {
  margin-top: 20px;
}
.page-template-page-listing .footer {
  margin-top: 0;
}
.page-template-page-listing-faq .wrapper-faq {
  margin-top: 160px;
}
@media (max-width: 800px) {
  .page-template-page-listing-faq .wrapper-faq {
    margin-top: 120px;
  }
}
.page-template-page-listing-faq .wrapper-faq h1 {
  font-size: 64px;
  font-weight: 700;
  color: #0f4b7b;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .page-template-page-listing-faq .wrapper-faq h1 {
    font-size: 48px;
  }
}
@media (max-width: 800px) {
  .page-template-page-listing-faq .wrapper-faq h1 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .page-template-page-listing-faq .wrapper-faq h1 {
    font-size: 27px;
    margin-bottom: 20px;
  }
}
.page-template-page-listing-faq .wrapper-faq .faq__list {
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
  padding: 40px 100px;
}
@media (max-width: 800px) {
  .page-template-page-listing-faq .wrapper-faq .faq__list {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .page-template-page-listing-faq .wrapper-faq .faq__list {
    padding: 20px;
  }
}
.page-template-page-listing-faq .wrapper-faq .faq__list .faq__question {
  border-bottom: 1px solid #7ca5dc;
  display: block;
  text-decoration: none;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .page-template-page-listing-faq .wrapper-faq .faq__list .faq__question {
    margin-bottom: 40px;
  }
}
.page-template-page-listing-faq .wrapper-faq .faq__list .faq__question:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}
.page-template-page-listing-faq .wrapper-faq .faq__list .faq__question .faq__question__title {
  color: #0f4b7b;
  font-weight: 700;
  font-size: 30px;
  position: relative;
  padding: 0 0 20px 0;
  line-height: 1.3;
  padding-right: 80px;
}
@media (max-width: 800px) {
  .page-template-page-listing-faq .wrapper-faq .faq__list .faq__question .faq__question__title {
    font-size: 22px;
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  .page-template-page-listing-faq .wrapper-faq .faq__list .faq__question .faq__question__title {
    font-size: 18px;
  }
}
.page-template-page-listing-faq .wrapper-faq .faq__list .faq__question .faq__question__title .icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5em;
}
.page-template-page-listing-faq .wrapper-faq .faq__list .faq__question .faq__question__answer {
  display: none;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.6;
  color: #444;
  margin-bottom: 20px;
  cursor: initial;
}
@media (max-width: 800px) {
  .page-template-page-listing-faq .wrapper-faq .faq__list .faq__question .faq__question__answer {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .page-template-page-listing-faq .wrapper-faq .faq__list .faq__question .faq__question__answer {
    font-size: 14px;
  }
}
.page-template-page-listing-faq .wrapper-faq .faq__list .faq__question .faq__question__answer p {
  margin-bottom: 20px;
  display: block;
}
.page-template-page-listing-faq .wrapper-faq .faq__list .faq__question .faq__question__answer p:last-of-type {
  margin-bottom: 0;
}
.page-template-page-listing-faq .wrapper-faq .faq__list .faq__question .faq__question__answer b, .page-template-page-listing-faq .wrapper-faq .faq__list .faq__question .faq__question__answer strong {
  font-weight: 700;
}
.page-template-page-listing-faq .wrapper-faq .faq__list .faq__question .faq__question__answer em, .page-template-page-listing-faq .wrapper-faq .faq__list .faq__question .faq__question__answer i {
  font-style: italic;
}
.page-template-page-listing-faq .wrapper-faq .faq__list .faq__question .faq__question__answer a {
  color: #444;
  text-decoration: none;
  cursor: initial;
}
.single-faq .wrapper-single_faq {
  margin-top: 160px;
  color: #444;
}
@media (max-width: 800px) {
  .single-faq .wrapper-single_faq {
    margin-top: 120px;
  }
}
.single-faq .wrapper-single_faq .faq__question {
  font-size: 54px;
  font-weight: 700;
  color: #0f4b7b;
  line-height: 1.2;
}
@media (max-width: 1400px) {
  .single-faq .wrapper-single_faq .faq__question {
    font-size: 48px;
  }
}
@media (max-width: 800px) {
  .single-faq .wrapper-single_faq .faq__question {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .single-faq .wrapper-single_faq .faq__question {
    font-size: 27px;
  }
}
.single-faq .wrapper-single_faq .faq__answer {
  padding: 40px;
  background: #eee;
  color: #444;
  font-size: 24px;
  line-height: 1.8;
  margin-top: 40px;
}
@media (max-width: 800px) {
  .single-faq .wrapper-single_faq .faq__answer {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .single-faq .wrapper-single_faq .faq__answer {
    font-size: 16px;
    margin-top: 20px;
    padding: 20px;
  }
}
.single-faq .wrapper-single_faq .faq__answer strong {
  font-weight: 700;
}
.single-faq .wrapper-single_faq .faq__answer em, .single-faq .wrapper-single_faq .faq__answer i {
  font-style: italic;
}
.single-faq .wrapper-single_faq .faq__answer a {
  color: #0f4b7b;
  font-weight: 700 !important;
}
.single-faq .wrapper-single_faq .faq__answer a span {
  font-weight: 700 !important;
}
.single-faq .wrapper-single_faq .faq__answer p {
  margin-bottom: 20px;
}
.single-faq .wrapper-single_faq .faq__answer p:last-of-type {
  margin-bottom: 0;
}
.single-faq .wrapper-single_faq .infos {
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.8;
}
@media (max-width: 800px) {
  .single-faq .wrapper-single_faq .infos {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .single-faq .wrapper-single_faq .infos {
    font-size: 16px;
    margin-top: 20px;
  }
}
.single-faq .wrapper-single_faq .btns__holder {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .single-faq .wrapper-single_faq .btns__holder {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .single-faq .wrapper-single_faq .btns__holder .btn {
    display: block;
    text-align: center;
  }
}
.single-faq .wrapper-single_faq .btns__holder .btn.--discrete {
  margin-left: 60px;
}
@media (max-width: 800px) {
  .single-faq .wrapper-single_faq .btns__holder .btn.--discrete {
    margin-left: 40px;
  }
}
@media (max-width: 480px) {
  .single-faq .wrapper-single_faq .btns__holder .btn.--discrete {
    margin-left: 0;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%5C%2F%22%2C%22sources%22%3A%5B%22wp-content%5C%2Fthemes%5C%2Fetsgabriel%5C%2Fsass%5C%2Fstyle.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fetsgabriel%5C%2Fsass%5C%2F_normalize.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fetsgabriel%5C%2Fsass%5C%2F_fonts.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fetsgabriel%5C%2Fsass%5C%2F_keyframes.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fetsgabriel%5C%2Fsass%5C%2F_general.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fetsgabriel%5C%2Fsass%5C%2F_header.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fetsgabriel%5C%2Fsass%5C%2F_footer.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fetsgabriel%5C%2Fsass%5C%2Fpages%5C%2F_accueil.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fetsgabriel%5C%2Fsass%5C%2Fpages%5C%2F_contact.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fetsgabriel%5C%2Fsass%5C%2Fpages%5C%2F_contenu.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fetsgabriel%5C%2Fsass%5C%2Fpages%5C%2F_listing.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fetsgabriel%5C%2Fsass%5C%2Fpages%5C%2F_listing_faq.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fetsgabriel%5C%2Fsass%5C%2Fpages%5C%2F_single_faq.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAD%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BGAAA%3BAAAA%3B%3B%3BGAAA%3BACKC%3BAAAA%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BADLD%2CiDAAA%3BAC0BC%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%3BoBAAA%3BAAAA%3BAC5CD%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWG%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAeA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BACtCH%3BAACK%3BAAAA%2C0CAAA%3BAAAA%3BAAAA%3BACDL%3BAAAA%2CyBAAA%3BAAAA%3BAAGC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BmBAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3B%3BwCAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAYJ%3BAAAA%3BiBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAUZ%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BmBAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAC5KjB%3BAAAA%3B%3B%3B%3B%3B%3ByCAAA%3BAAAA%3BAASK%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAMJ%3BAAAA%3BeAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAWI%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%2CgBAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASI%3BAAAA%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAWA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BeAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BeAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAqBI%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BwCAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BaAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%2CcAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAII%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAUhB%3BAACI%3BAAAA%3B%3B%3BuCAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%2CkBAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAgBpB%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B0BAAA%3BAAAA%3BAAOI%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAOR%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3BWAAA%3BAAAA%3BAAUI%3BAAAA%2CSAAA%3BAAAA%3BAAGA%3BAAAA%3B8BAAA%3BAAAA%3BAAIA%3BAAAA%2CYAAA%3BAAAA%3BACtcjB%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAKK%3BAAAA%3BkBAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BiCAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAII%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BmBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BmBAAA%3BAAAA%3BAAWxB%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUI%3BAAAA%3BmBAAA%3BAAAA%3BACvHJ%3BAAAA%3B%3B%3B%3B8BAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAGI%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAShB%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BkBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiDAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%2CmBAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%2CuBAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BeAAA%3BAAAA%3BAAMJ%3BAAAA%2CgBAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BiBAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BmBAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%2CmBAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%2C8BAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%2CcAAA%3BAAAA%3BAAMQ%3BAAAA%3BgCAAA%3BAAAA%3BAAOR%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAWpB%3BAAAA%2CgBAAA%3BAAAA%3BACzVA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGI%3BAAAA%2CmBAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQI%3BAAAA%3BiBAAA%3BAAAA%3BAAOR%3BAAAA%2CaAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3BcAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BcAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAcI%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%2CkBAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3BcAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BACpQhB%3BAAAA%3BsBAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGI%3BAAAA%2CgBAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%2C8BAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%2CaAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMI%3BAAAA%2CmBAAA%3BAAAA%3BAAMR%3BAAAA%2CcAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAASI%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKI%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAaR%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAGI%3BAAAA%2CmBAAA%3BAAAA%3BAAOZ%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAKI%3BAAAA%2CaAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAASpB%3BAAAA%2CgBAAA%3BAAAA%3BAChNA%3BAAAA%3BsBAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAKJ%3BAAAA%2CmBAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%2CaAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAKJ%3BAAAA%2CmBAAA%3BAAAA%3BAAMR%3BAAAA%2CgBAAA%3BAAAA%3BAC1JA%3BAAAA%2CoBAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BsBAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAII%3BAAAA%2CmBAAA%3BAAAA%3BAAKJ%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BkBAAA%3BAAAA%3BACnHhB%3BAAAA%3BcAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B8BAAA%3BAAAA%3BAAII%3BAAAA%2C8BAAA%3BAAAA%3BAAKJ%3BAAAA%2CsBAAA%3BAAAA%3BAAGI%3BAAAA%2CmBAAA%3BAAAA%3BAAMR%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%2CmBAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%22%7D */